Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4955b72e7e2333f21a3dea3e923d2a5036ff361a Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9709503455493948313.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh868494709370981600.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4132725586438491774.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17538345194619849311.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3371771669871466225.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-961 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4955b72e7e2333f21a3dea3e923d2a5036ff361a (main) Commit message: "feat!: Remove ZeroMQ MessageBus capability (#493)" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4955b72e7e2333f21a3dea3e923d2a5036ff361a # timeout=10 > git rev-list --no-walk cb787cf93205ab4377f67f508fa24aa232c36287 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:12:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:12:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:12:53 ========================================================= 21:12:53 EdgeX Global Pipelines Version Info 21:12:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:12:54 ------------------- 21:12:54 stable info: 21:12:54 ------------------- 21:12:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:12:54 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:12:54 Message: update stable to v1.0.244 21:12:56 ------------------- 21:12:56 experimental info: 21:12:56 ------------------- 21:12:56 Commited By: **** collab-it+edgex@linuxfoundation.org 21:12:56 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:12:56 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 21:12:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4955b72e7e2333f21a3dea3e923d2a5036ff361a [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4955b72 [Pipeline] echo 21:12:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:12:57 provisioning config files... 21:12:57 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15007866189022189368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:12:57 ---> docker-login.sh 21:12:57 nexus3.edgexfoundry.org:10001 21:12:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:57 Configure a credential helper to remove this warning. See 21:12:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:57 21:12:57 Login Succeeded 21:12:57 nexus3.edgexfoundry.org:10002 21:12:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:58 Configure a credential helper to remove this warning. See 21:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:58 21:12:58 Login Succeeded 21:12:58 nexus3.edgexfoundry.org:10003 21:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:58 Configure a credential helper to remove this warning. See 21:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:58 21:12:58 Login Succeeded 21:12:58 nexus3.edgexfoundry.org:10004 21:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:58 Configure a credential helper to remove this warning. See 21:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:58 21:12:58 Login Succeeded 21:12:58 docker.io 21:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:58 Configure a credential helper to remove this warning. See 21:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:58 21:12:58 Login Succeeded 21:12:58 ---> docker-login.sh ends [Pipeline] } 21:12:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:12:59 + git rev-list -1 --merges 4955b72e7e2333f21a3dea3e923d2a5036ff361a~1..4955b72e7e2333f21a3dea3e923d2a5036ff361a [Pipeline] echo 21:12:59 -----------> git rev-list -1 --merges 4955b72e7e2333f21a3dea3e923d2a5036ff361a~1..4955b72e7e2333f21a3dea3e923d2a5036ff361a 4955b72e7e2333f21a3dea3e923d2a5036ff361a [false] [Pipeline] sh 21:12:59 + git log --format=format:%s -1 4955b72e7e2333f21a3dea3e923d2a5036ff361a [Pipeline] echo 21:12:59 ========================================================= 21:12:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:12:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:12:59 + git log --format=format:%s -1 4955b72e7e2333f21a3dea3e923d2a5036ff361a [Pipeline] echo 21:12:59 [semverPrep] GIT_COMMIT: 4955b72e7e2333f21a3dea3e923d2a5036ff361a, Commit Message: feat!: Remove ZeroMQ MessageBus capability (#493) [Pipeline] echo 21:12:59 [semverPrep] This is not a build commit. [Pipeline] sh 21:13:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:13:00 + grep -v github /etc/ssh/ssh_known_hosts 21:13:00 + [ -e /tmp/ssh_known_hosts ] 21:13:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:13:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:13:00 + sudo tee -a /etc/ssh/ssh_known_hosts 21:13:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:13:00 21:13:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:13:00 0.1.4: Pulling from edgex-devops/py-git-semver 21:13:00 b85a868b505f: Pulling fs layer 21:13:00 e2be974225ed: Pulling fs layer 21:13:00 339a4e72a1f5: Pulling fs layer 21:13:00 988bab9f4d93: Pulling fs layer 21:13:00 1469e6f7b9e6: Pulling fs layer 21:13:00 eaf3925da568: Pulling fs layer 21:13:00 bab4dde63d76: Pulling fs layer 21:13:00 bde34c3a00c8: Pulling fs layer 21:13:00 b352a97aabf1: Pulling fs layer 21:13:00 4872d77fe225: Pulling fs layer 21:13:00 5851b861e8e6: Pulling fs layer 21:13:00 bab4dde63d76: Waiting 21:13:00 988bab9f4d93: Waiting 21:13:00 bde34c3a00c8: Waiting 21:13:00 b352a97aabf1: Waiting 21:13:00 1469e6f7b9e6: Waiting 21:13:00 4872d77fe225: Waiting 21:13:00 eaf3925da568: Waiting 21:13:00 5851b861e8e6: Waiting 21:13:00 e2be974225ed: Verifying Checksum 21:13:00 e2be974225ed: Download complete 21:13:00 988bab9f4d93: Download complete 21:13:01 1469e6f7b9e6: Verifying Checksum 21:13:01 1469e6f7b9e6: Download complete 21:13:01 eaf3925da568: Download complete 21:13:01 339a4e72a1f5: Verifying Checksum 21:13:01 339a4e72a1f5: Download complete 21:13:01 bde34c3a00c8: Download complete 21:13:01 b352a97aabf1: Verifying Checksum 21:13:01 b352a97aabf1: Download complete 21:13:01 4872d77fe225: Download complete 21:13:01 5851b861e8e6: Verifying Checksum 21:13:01 5851b861e8e6: Download complete 21:13:01 b85a868b505f: Verifying Checksum 21:13:01 b85a868b505f: Download complete 21:13:01 bab4dde63d76: Verifying Checksum 21:13:01 bab4dde63d76: Download complete 21:13:02 b85a868b505f: Pull complete 21:13:02 e2be974225ed: Pull complete 21:13:02 339a4e72a1f5: Pull complete 21:13:03 988bab9f4d93: Pull complete 21:13:03 1469e6f7b9e6: Pull complete 21:13:03 eaf3925da568: Pull complete 21:13:05 bab4dde63d76: Pull complete 21:13:05 bde34c3a00c8: Pull complete 21:13:05 b352a97aabf1: Pull complete 21:13:05 4872d77fe225: Pull complete 21:13:05 5851b861e8e6: Pull complete 21:13:05 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:13:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:13:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:13:05 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:13:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:13:06 $ docker top 57cab49d6687ef2b43dd4775deba46c5ddd10705e64ce6490c8241c34b9fe173 -eo pid,comm 21:13:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:13:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:13:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:13:07 [ssh-agent] Looking for ssh-agent implementation... 21:13:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:13:07 $ docker exec 57cab49d6687ef2b43dd4775deba46c5ddd10705e64ce6490c8241c34b9fe173 ssh-agent 21:13:07 SSH_AUTH_SOCK=/tmp/ssh-NWioGkqbtSA2/agent.31 21:13:07 SSH_AGENT_PID=37 21:13:07 Running ssh-add (command line suppressed) 21:13:07 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3171882613845715170.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3171882613845715170.key) 21:13:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:13:07 + git tag --points-at HEAD [Pipeline] } 21:13:07 $ docker exec --env ******** --env ******** 57cab49d6687ef2b43dd4775deba46c5ddd10705e64ce6490c8241c34b9fe173 ssh-agent -k 21:13:07 unset SSH_AUTH_SOCK; 21:13:07 unset SSH_AGENT_PID; 21:13:07 echo Agent pid 37 killed; 21:13:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:13:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:13:07 [ssh-agent] Looking for ssh-agent implementation... 21:13:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:13:07 $ docker exec 57cab49d6687ef2b43dd4775deba46c5ddd10705e64ce6490c8241c34b9fe173 ssh-agent 21:13:08 SSH_AUTH_SOCK=/tmp/ssh-wK1XBD1ub0QJ/agent.69 21:13:08 SSH_AGENT_PID=75 21:13:08 Running ssh-add (command line suppressed) 21:13:08 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9005638168520261289.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9005638168520261289.key) 21:13:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:13:08 + git semver init 21:13:08 2023-01-03 21:13:08,640 [run_init] DEBUG init version:0.0.0 force:False 21:13:08 2023-01-03 21:13:08,641 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 21:13:08 2023-01-03 21:13:08,641 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 21:13:08 2023-01-03 21:13:08,642 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 21:13:09 2023-01-03 21:13:09,451 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 21:13:09 2023-01-03 21:13:09,452 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 21:13:09 2023-01-03 21:13:09,452 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 21:13:09 2023-01-03 21:13:09,452 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 21:13:09 3.0.0-dev.3 [Pipeline] } 21:13:09 $ docker exec --env ******** --env ******** 57cab49d6687ef2b43dd4775deba46c5ddd10705e64ce6490c8241c34b9fe173 ssh-agent -k 21:13:09 unset SSH_AUTH_SOCK; 21:13:09 unset SSH_AGENT_PID; 21:13:09 echo Agent pid 75 killed; 21:13:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:13:10 + git semver [Pipeline] } 21:13:10 $ docker stop --time=1 57cab49d6687ef2b43dd4775deba46c5ddd10705e64ce6490c8241c34b9fe173 21:13:11 $ docker rm -f --volumes 57cab49d6687ef2b43dd4775deba46c5ddd10705e64ce6490c8241c34b9fe173 [Pipeline] // withDockerContainer [Pipeline] sh 21:13:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:13:12 Stashed 1 file(s) [Pipeline] echo 21:13:12 [edgeXSemver]: initialized semver on version 3.0.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:13:12 provisioning config files... 21:13:12 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8083620563597553832tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:13:12 ---> docker-login.sh 21:13:12 nexus3.edgexfoundry.org:10001 21:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:13:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:13:12 Configure a credential helper to remove this warning. See 21:13:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:13:12 21:13:12 Login Succeeded 21:13:12 nexus3.edgexfoundry.org:10002 21:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:13:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:13:12 Configure a credential helper to remove this warning. See 21:13:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:13:12 21:13:12 Login Succeeded 21:13:12 nexus3.edgexfoundry.org:10003 21:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:13:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:13:12 Configure a credential helper to remove this warning. See 21:13:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:13:12 21:13:12 Login Succeeded 21:13:12 nexus3.edgexfoundry.org:10004 21:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:13:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:13:12 Configure a credential helper to remove this warning. See 21:13:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:13:12 21:13:12 Login Succeeded 21:13:12 docker.io 21:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:13:13 Configure a credential helper to remove this warning. See 21:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:13:13 21:13:13 Login Succeeded 21:13:13 ---> docker-login.sh ends [Pipeline] } 21:13:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:13:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:13:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:13:13 ========================================================= 21:13:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:13:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:13 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 21:13:13 Sending build context to Docker daemon 3.198MB 21:13:13 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 21:13:13 Step 2/12 : FROM ${BASE} AS builder 21:13:13 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:13:13 213ec9aee27d: Pulling fs layer 21:13:13 4583459ba037: Pulling fs layer 21:13:13 93c1e223e6f2: Pulling fs layer 21:13:13 53926ce57604: Pulling fs layer 21:13:13 21b2b0c7a3f4: Pulling fs layer 21:13:13 22ff95d597cd: Pulling fs layer 21:13:13 12d6caf4c0d1: Pulling fs layer 21:13:13 96b7cbca73a9: Pulling fs layer 21:13:13 a7acece74701: Pulling fs layer 21:13:13 53926ce57604: Waiting 21:13:13 21b2b0c7a3f4: Waiting 21:13:13 12d6caf4c0d1: Waiting 21:13:13 22ff95d597cd: Waiting 21:13:13 96b7cbca73a9: Waiting 21:13:13 a7acece74701: Waiting 21:13:13 93c1e223e6f2: Download complete 21:13:13 4583459ba037: Verifying Checksum 21:13:13 4583459ba037: Download complete 21:13:13 21b2b0c7a3f4: Verifying Checksum 21:13:13 21b2b0c7a3f4: Download complete 21:13:13 22ff95d597cd: Verifying Checksum 21:13:13 22ff95d597cd: Download complete 21:13:13 213ec9aee27d: Verifying Checksum 21:13:13 213ec9aee27d: Download complete 21:13:13 12d6caf4c0d1: Download complete 21:13:13 213ec9aee27d: Pull complete 21:13:14 4583459ba037: Pull complete 21:13:14 93c1e223e6f2: Pull complete 21:13:14 96b7cbca73a9: Verifying Checksum 21:13:14 96b7cbca73a9: Download complete 21:13:14 a7acece74701: Verifying Checksum 21:13:14 a7acece74701: Download complete 21:13:14 53926ce57604: Verifying Checksum 21:13:14 53926ce57604: Download complete 21:13:17 53926ce57604: Pull complete 21:13:17 21b2b0c7a3f4: Pull complete 21:13:17 22ff95d597cd: Pull complete 21:13:17 12d6caf4c0d1: Pull complete 21:13:19 96b7cbca73a9: Pull complete 21:13:20 a7acece74701: Pull complete 21:13:20 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:13:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:13:20 ---> db6d94c90886 21:13:20 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 21:13:22 ---> Running in b62b9a54483b 21:13:22 Removing intermediate container b62b9a54483b 21:13:22 ---> 71a518301bcf 21:13:22 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 21:13:22 ---> Running in 7c0f3c76d3c7 21:13:22 Removing intermediate container 7c0f3c76d3c7 21:13:22 ---> fd1074f8e398 21:13:22 Step 5/12 : ARG ADD_BUILD_TAGS="" 21:13:22 ---> Running in 538400c963ad 21:13:22 Removing intermediate container 538400c963ad 21:13:22 ---> da7a16b312df 21:13:22 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:13:22 ---> Running in d6aa3380b7c5 21:13:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:13:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:13:23 OK: 211 MiB in 51 packages 21:13:23 Removing intermediate container d6aa3380b7c5 21:13:23 ---> 05476198f5e5 21:13:23 Step 7/12 : WORKDIR /app 21:13:23 ---> Running in fad76420035f 21:13:23 Removing intermediate container fad76420035f 21:13:23 ---> 20d6707d5756 21:13:23 Step 8/12 : COPY go.mod vendor* ./ 21:13:23 ---> 55b5777a8b08 21:13:23 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:23 ---> Running in be22d280dde2 21:13:27 Still waiting to schedule task 21:13:27 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-960’ 21:13:41 Removing intermediate container be22d280dde2 21:13:41 ---> 9fc92a8305bd 21:13:41 Step 10/12 : COPY . . 21:13:41 ---> 8a6d03cd3e52 21:13:41 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:13:41 ---> Running in 99e9fe52333b 21:13:41 Removing intermediate container 99e9fe52333b 21:13:41 ---> 791da6a8ea1f 21:13:41 Step 12/12 : RUN $MAKE 21:13:41 ---> Running in cb5b5c06e17b 21:13:41 noop 21:13:42 Removing intermediate container cb5b5c06e17b 21:13:42 ---> 854fb6538ccd 21:13:42 Successfully built 854fb6538ccd 21:13:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:42 + docker inspect -f . ci-base-image-x86_64 21:13:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:13:42 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:13:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:13:42 $ docker top 12704838bce84437362bcf124d6143d6327f2bd31ad6d109710431572efc1c60 -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:43 + go version 21:13:43 go version go1.18.7 linux/amd64 [Pipeline] } 21:13:43 $ docker stop --time=1 12704838bce84437362bcf124d6143d6327f2bd31ad6d109710431572efc1c60 21:13:44 $ docker rm -f --volumes 12704838bce84437362bcf124d6143d6327f2bd31ad6d109710431572efc1c60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:44 + docker inspect -f . ci-base-image-x86_64 21:13:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:13:44 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:13:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:13:45 $ docker top b1d6fb0b695c2bd88b0317d27bd9e03df3718fe321f4204041af4f2cf8cd9287 -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:45 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 21:13:45 + make test 21:13:45 go test -coverprofile=coverage.out ./... 21:13:55 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:13:55 go vet ./... 21:13:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:13:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:13:57 ./bin/test-attribution-txt.sh [Pipeline] echo 21:13:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:13:57 $ docker stop --time=1 b1d6fb0b695c2bd88b0317d27bd9e03df3718fe321f4204041af4f2cf8cd9287 21:13:59 $ docker rm -f --volumes b1d6fb0b695c2bd88b0317d27bd9e03df3718fe321f4204041af4f2cf8cd9287 [Pipeline] // withDockerContainer [Pipeline] sh 21:14:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:14:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:14:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:14:01 + ls -al . 21:14:01 total 184 21:14:01 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 21:13 . 21:14:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 21:12 .. 21:14:01 -rw-rw-r-- 1 jenkins jenkins 119 Jan 3 21:12 .dockerignore 21:14:01 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 21:13 .git 21:14:01 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 21:12 .github 21:14:01 -rw-rw-r-- 1 jenkins jenkins 171 Jan 3 21:12 .gitignore 21:14:01 drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 21:13 .semver 21:14:01 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 3 21:12 Attribution.txt 21:14:01 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 3 21:12 CHANGELOG.md 21:14:01 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 3 21:12 Dockerfile 21:14:01 -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 21:12 GOVERNANCE.md 21:14:01 -rw-rw-r-- 1 jenkins jenkins 688 Jan 3 21:12 Jenkinsfile 21:14:01 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 3 21:12 LICENSE 21:14:01 -rw-rw-r-- 1 jenkins jenkins 618 Jan 3 21:12 OWNERS.md 21:14:01 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 3 21:12 README.md 21:14:01 -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 21:13 VERSION 21:14:01 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 21:12 bin 21:14:01 -rw-r--r-- 1 jenkins jenkins 10 Jan 3 21:13 coverage.out 21:14:01 -rw-rw-r-- 1 jenkins jenkins 3396 Jan 3 21:12 go.mod 21:14:01 -rw-rw-r-- 1 jenkins jenkins 44230 Jan 3 21:12 go.sum 21:14:01 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 3 21:12 main.go 21:14:01 -rw-rw-r-- 1 jenkins jenkins 1892 Jan 3 21:12 makefile 21:14:01 drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 21:12 res 21:14:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 21:12 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:01 + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=4955b72e7e2333f21a3dea3e923d2a5036ff361a --label arch=amd64 --label version=3.0.0-dev.3 . 21:14:01 Sending build context to Docker daemon 3.199MB 21:14:01 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 21:14:01 Step 2/26 : FROM ${BASE} AS builder 21:14:01 ---> 854fb6538ccd 21:14:01 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 21:14:01 ---> Running in 2b3f18ccd087 21:14:01 Removing intermediate container 2b3f18ccd087 21:14:01 ---> c34c6d545ac8 21:14:01 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 21:14:01 ---> Running in c8b8d2da59a8 21:14:01 Removing intermediate container c8b8d2da59a8 21:14:01 ---> 10be9b7a9412 21:14:01 Step 5/26 : ARG ADD_BUILD_TAGS="" 21:14:01 ---> Running in 59b2d88dd2a4 21:14:01 Removing intermediate container 59b2d88dd2a4 21:14:01 ---> 6751d2847174 21:14:01 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:14:01 ---> Running in 87f0efde1e20 21:14:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:14:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:14:02 OK: 211 MiB in 51 packages 21:14:02 Removing intermediate container 87f0efde1e20 21:14:02 ---> fae074b8df53 21:14:02 Step 7/26 : WORKDIR /app 21:14:02 ---> Running in 67020fd3cace 21:14:02 Removing intermediate container 67020fd3cace 21:14:02 ---> e6c0324b27be 21:14:02 Step 8/26 : COPY go.mod vendor* ./ 21:14:02 ---> 74a7fd04069a 21:14:02 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:14:02 ---> Running in a6f5bf2bde33 21:14:03 Removing intermediate container a6f5bf2bde33 21:14:03 ---> 7ce9821e7b6b 21:14:03 Step 10/26 : COPY . . 21:14:03 ---> 6ba9b0c4f820 21:14:03 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:14:03 ---> Running in 336158288a25 21:14:03 Removing intermediate container 336158288a25 21:14:03 ---> f5c1e8ae1c34 21:14:03 Step 12/26 : RUN $MAKE 21:14:03 ---> Running in 77e3cd972c1e 21:14:04 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.3" -trimpath -mod=readonly -o app-service-configurable 21:14:22 Removing intermediate container 77e3cd972c1e 21:14:22 ---> 3d2f4c157d3d 21:14:22 Step 13/26 : FROM alpine:3.16 21:14:22 3.16: Pulling from library/alpine 21:14:22 ca7dd9ec2225: Pulling fs layer 21:14:22 ca7dd9ec2225: Verifying Checksum 21:14:22 ca7dd9ec2225: Download complete 21:14:22 ca7dd9ec2225: Pull complete 21:14:22 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:14:22 Status: Downloaded newer image for alpine:3.16 21:14:22 ---> bfe296a52501 21:14:22 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 21:14:22 ---> Running in 773aa32984ec 21:14:22 Removing intermediate container 773aa32984ec 21:14:22 ---> 49aee2d3a90a 21:14:22 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 21:14:22 ---> Running in 8c3a9b795cd2 21:14:22 Removing intermediate container 8c3a9b795cd2 21:14:22 ---> bc1529c29035 21:14:22 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 21:14:22 ---> Running in bd4b4a59edb9 21:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:14:22 (1/2) Installing ca-certificates (20220614-r0) 21:14:22 (2/2) Installing dumb-init (1.2.5-r1) 21:14:22 Executing busybox-1.35.0-r17.trigger 21:14:22 Executing ca-certificates-20220614-r0.trigger 21:14:23 OK: 6 MiB in 16 packages 21:14:23 Removing intermediate container bd4b4a59edb9 21:14:23 ---> d47f7f1da416 21:14:23 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:14:23 ---> 52fa3eb625df 21:14:23 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 21:14:23 ---> 966f71ea1ecd 21:14:23 Step 19/26 : COPY --from=builder /app/res/ /res/ 21:14:23 ---> c18a98563cf4 21:14:23 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:14:24 ---> 1f82f73c92f9 21:14:24 Step 21/26 : EXPOSE 48095 21:14:24 ---> Running in d1946b11f9b7 21:14:24 Removing intermediate container d1946b11f9b7 21:14:24 ---> 25ef599f2e90 21:14:24 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 21:14:24 ---> Running in cb4d6028c808 21:14:24 Removing intermediate container cb4d6028c808 21:14:24 ---> cf29f309ca15 21:14:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:14:24 ---> Running in 3df4440f136b 21:14:24 Removing intermediate container 3df4440f136b 21:14:24 ---> c3d183779913 21:14:24 Step 24/26 : LABEL arch=amd64 21:14:24 ---> Running in 0c87fbe1db9a 21:14:24 Removing intermediate container 0c87fbe1db9a 21:14:24 ---> 0668a13ce0d7 21:14:24 Step 25/26 : LABEL git_sha=4955b72e7e2333f21a3dea3e923d2a5036ff361a 21:14:24 ---> Running in 677b64d87178 21:14:24 Removing intermediate container 677b64d87178 21:14:24 ---> bfe3a9cbe1bb 21:14:24 Step 26/26 : LABEL version=3.0.0-dev.3 21:14:24 ---> Running in 19f7ed21df0f 21:14:24 Removing intermediate container 19f7ed21df0f 21:14:24 ---> 7e01bd9c856d 21:14:24 [Warning] One or more build-args [ARCH] were not consumed 21:14:24 Successfully built 7e01bd9c856d 21:14:24 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:14:24 provisioning config files... 21:14:24 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7160956449713349399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:14:25 ---> docker-login.sh 21:14:25 nexus3.edgexfoundry.org:10001 21:14:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:25 Configure a credential helper to remove this warning. See 21:14:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:25 21:14:25 Login Succeeded 21:14:25 nexus3.edgexfoundry.org:10002 21:14:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:25 Configure a credential helper to remove this warning. See 21:14:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:25 21:14:25 Login Succeeded 21:14:25 nexus3.edgexfoundry.org:10003 21:14:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:25 Configure a credential helper to remove this warning. See 21:14:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:25 21:14:25 Login Succeeded 21:14:25 nexus3.edgexfoundry.org:10004 21:14:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:25 Configure a credential helper to remove this warning. See 21:14:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:25 21:14:25 Login Succeeded 21:14:25 docker.io 21:14:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:25 Configure a credential helper to remove this warning. See 21:14:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:25 21:14:25 Login Succeeded 21:14:25 ---> docker-login.sh ends [Pipeline] } 21:14:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:14:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:14:25 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 21:14:25 4955b72e7e2333f21a3dea3e923d2a5036ff361a 21:14:25 latest 21:14:25 3.0.0-dev.3 21:14:25 4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3 21:14:25 main 21:14:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:26 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4955b72e7e2333f21a3dea3e923d2a5036ff361a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:26 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4955b72e7e2333f21a3dea3e923d2a5036ff361a 21:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 21:14:26 62ca680eaf28: Preparing 21:14:26 d751c7022e7f: Preparing 21:14:26 eb2ca44662e9: Preparing 21:14:26 b4967dc64786: Preparing 21:14:26 478e3e0cfc53: Preparing 21:14:26 e5e13b0c77cb: Preparing 21:14:26 b4967dc64786: Pushed 21:14:26 eb2ca44662e9: Pushed 21:14:26 d751c7022e7f: Pushed 21:14:26 e5e13b0c77cb: Layer already exists 21:14:26 478e3e0cfc53: Pushed 21:14:29 62ca680eaf28: Pushed 21:14:29 4955b72e7e2333f21a3dea3e923d2a5036ff361a: digest: sha256:1bc3304d12ec5fc2f356721109a75f28e2e0b1f735cb2af62c0565dd3fd4fcfa size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:29 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 21:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 21:14:29 62ca680eaf28: Preparing 21:14:29 d751c7022e7f: Preparing 21:14:29 eb2ca44662e9: Preparing 21:14:29 b4967dc64786: Preparing 21:14:29 478e3e0cfc53: Preparing 21:14:29 e5e13b0c77cb: Preparing 21:14:29 b4967dc64786: Layer already exists 21:14:29 478e3e0cfc53: Layer already exists 21:14:29 d751c7022e7f: Layer already exists 21:14:29 eb2ca44662e9: Layer already exists 21:14:29 62ca680eaf28: Layer already exists 21:14:29 e5e13b0c77cb: Layer already exists 21:14:29 latest: digest: sha256:1bc3304d12ec5fc2f356721109a75f28e2e0b1f735cb2af62c0565dd3fd4fcfa size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:30 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.3 21:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 21:14:30 62ca680eaf28: Preparing 21:14:30 d751c7022e7f: Preparing 21:14:30 eb2ca44662e9: Preparing 21:14:30 b4967dc64786: Preparing 21:14:30 478e3e0cfc53: Preparing 21:14:30 e5e13b0c77cb: Preparing 21:14:30 e5e13b0c77cb: Waiting 21:14:30 478e3e0cfc53: Layer already exists 21:14:30 62ca680eaf28: Layer already exists 21:14:30 eb2ca44662e9: Layer already exists 21:14:30 d751c7022e7f: Layer already exists 21:14:30 b4967dc64786: Layer already exists 21:14:30 e5e13b0c77cb: Layer already exists 21:14:30 3.0.0-dev.3: digest: sha256:1bc3304d12ec5fc2f356721109a75f28e2e0b1f735cb2af62c0565dd3fd4fcfa size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:30 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3 21:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 21:14:30 62ca680eaf28: Preparing 21:14:30 d751c7022e7f: Preparing 21:14:30 eb2ca44662e9: Preparing 21:14:30 b4967dc64786: Preparing 21:14:30 478e3e0cfc53: Preparing 21:14:30 e5e13b0c77cb: Preparing 21:14:30 e5e13b0c77cb: Waiting 21:14:30 b4967dc64786: Layer already exists 21:14:30 62ca680eaf28: Layer already exists 21:14:30 478e3e0cfc53: Layer already exists 21:14:30 d751c7022e7f: Layer already exists 21:14:30 eb2ca44662e9: Layer already exists 21:14:30 e5e13b0c77cb: Layer already exists 21:14:30 4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3: digest: sha256:1bc3304d12ec5fc2f356721109a75f28e2e0b1f735cb2af62c0565dd3fd4fcfa size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:31 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:31 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 21:14:31 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 21:14:31 62ca680eaf28: Preparing 21:14:31 d751c7022e7f: Preparing 21:14:31 eb2ca44662e9: Preparing 21:14:31 b4967dc64786: Preparing 21:14:31 478e3e0cfc53: Preparing 21:14:31 e5e13b0c77cb: Preparing 21:14:31 e5e13b0c77cb: Waiting 21:14:31 478e3e0cfc53: Layer already exists 21:14:31 62ca680eaf28: Layer already exists 21:14:31 eb2ca44662e9: Layer already exists 21:14:31 d751c7022e7f: Layer already exists 21:14:31 b4967dc64786: Layer already exists 21:14:31 e5e13b0c77cb: Layer already exists 21:14:31 main: digest: sha256:1bc3304d12ec5fc2f356721109a75f28e2e0b1f735cb2af62c0565dd3fd4fcfa size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:14:31 ===================================================== [Pipeline] echo 21:14:31 taggedImages: 21:14:31 - nexus3.edgexfoundry.org:10004/app-service-configurable:4955b72e7e2333f21a3dea3e923d2a5036ff361a 21:14:31 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 21:14:31 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.3 21:14:31 - nexus3.edgexfoundry.org:10004/app-service-configurable:4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3 21:14:31 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:14:32 21:14:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:14:32 latest: Pulling from edgex-lftools-log-publisher 21:14:32 5eb5b503b376: Pulling fs layer 21:14:32 5c69ac0246d0: Pulling fs layer 21:14:32 ec43610c2a17: Pulling fs layer 21:14:32 3a2ae6a8a46f: Pulling fs layer 21:14:32 33b1e0a273af: Pulling fs layer 21:14:32 5d3b04190fa2: Pulling fs layer 21:14:32 2f39f015ded8: Pulling fs layer 21:14:32 5d3b04190fa2: Waiting 21:14:32 2f39f015ded8: Waiting 21:14:32 3a2ae6a8a46f: Waiting 21:14:32 33b1e0a273af: Waiting 21:14:32 5c69ac0246d0: Download complete 21:14:32 3a2ae6a8a46f: Download complete 21:14:32 33b1e0a273af: Verifying Checksum 21:14:32 33b1e0a273af: Download complete 21:14:32 ec43610c2a17: Verifying Checksum 21:14:32 ec43610c2a17: Download complete 21:14:32 5d3b04190fa2: Download complete 21:14:32 5eb5b503b376: Verifying Checksum 21:14:32 5eb5b503b376: Download complete 21:14:33 2f39f015ded8: Download complete 21:14:33 5eb5b503b376: Pull complete 21:14:33 5c69ac0246d0: Pull complete 21:14:34 ec43610c2a17: Pull complete 21:14:34 3a2ae6a8a46f: Pull complete 21:14:34 33b1e0a273af: Pull complete 21:14:34 5d3b04190fa2: Pull complete 21:14:38 2f39f015ded8: Pull complete 21:14:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:14:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:14:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:14:38 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:14:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:14:40 $ docker top 2285eb6f70e68d5895955410041a4258a5db1dc4fdfc43d3734ca6cfccd3cc81 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:14:41 ---> job-cost.sh 21:14:41 lf-activate-venv: SKIPPING 21:14:41 INFO: No Stack... 21:14:41 INFO: Retrieving Pricing Info for: v3-standard-8 21:14:42 INFO: Archiving Costs [Pipeline] sh 21:14:42 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 21:14:42 + cut -d, -f6 [Pipeline] lock 21:14:42 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-120-stack-cost] 21:14:42 Resource [jenkins-edgexfoundry-app-service-configurable-main-120-stack-cost] did not exist. Created. 21:14:42 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-120-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:14:42 + echo total: 0.2199999988079071 [Pipeline] stash 21:14:42 Stashed 1 file(s) [Pipeline] } 21:14:42 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-120-stack-cost] [Pipeline] // lock [Pipeline] } 21:14:42 $ docker stop --time=1 2285eb6f70e68d5895955410041a4258a5db1dc4fdfc43d3734ca6cfccd3cc81 21:14:43 $ docker rm -f --volumes 2285eb6f70e68d5895955410041a4258a5db1dc4fdfc43d3734ca6cfccd3cc81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:16:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-962 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 21:16:45 Running in /w/workspace/app-service-configurable/120 [Pipeline] { [Pipeline] checkout 21:16:45 Selected Git installation does not exist. Using Default 21:16:45 The recommended git tool is: NONE 21:16:50 using credential edgex-jenkins-ssh 21:16:50 Cloning the remote Git repository 21:16:50 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:16:50 > git init /w/workspace/app-service-configurable/120 # timeout=10 21:16:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:16:50 > git --version # timeout=10 21:16:50 > git --version # 'git version 2.25.1' 21:16:50 using GIT_SSH to set credentials SSH Credentials for GitHub 21:16:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:16:52 Avoid second fetch 21:16:52 Checking out Revision 4955b72e7e2333f21a3dea3e923d2a5036ff361a (main) 21:16:51 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:16:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:16:52 > git config core.sparsecheckout # timeout=10 21:16:52 > git checkout -f 4955b72e7e2333f21a3dea3e923d2a5036ff361a # timeout=10 21:16:52 Commit message: "feat!: Remove ZeroMQ MessageBus capability (#493)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:16:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:16:53 % Total % Received % Xferd Average Speed Time Time Time Current 21:16:53 Dload Upload Total Spent Left Speed 21:16:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 60 12751 60 7746 0 0 48111 0 --:--:-- --:--:-- --:--:-- 48111 100 12751 100 12751 0 0 78709 0 --:--:-- --:--:-- --:--:-- 78226 [Pipeline] sh 21:16:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:16:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:16:54 + sudo tee /etc/docker/daemon.new 21:16:54 { 21:16:54 "registry-mirrors": [ 21:16:54 "https://nexus3.edgexfoundry.org:10001" 21:16:54 ], 21:16:54 "bip": "10.250.0.254/24", 21:16:54 "hosts": [ 21:16:54 "tcp://0.0.0.0:5555", 21:16:54 "unix:///var/run/docker.sock" 21:16:54 ], 21:16:54 "mtu": 1458, 21:16:54 "selinux-enabled": true, 21:16:54 "seccomp-profile": "/etc/docker/seccomp.json" 21:16:54 } [Pipeline] sh 21:16:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:16:55 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:17:13 provisioning config files... 21:17:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/120@tmp/config3568770704233258741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:17:14 ---> docker-login.sh 21:17:14 nexus3.edgexfoundry.org:10001 21:17:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:14 Configure a credential helper to remove this warning. See 21:17:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:14 21:17:14 Login Succeeded 21:17:14 nexus3.edgexfoundry.org:10002 21:17:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:15 Configure a credential helper to remove this warning. See 21:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:15 21:17:15 Login Succeeded 21:17:15 nexus3.edgexfoundry.org:10003 21:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:15 Configure a credential helper to remove this warning. See 21:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:15 21:17:15 Login Succeeded 21:17:15 nexus3.edgexfoundry.org:10004 21:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:15 Configure a credential helper to remove this warning. See 21:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:15 21:17:15 Login Succeeded 21:17:15 docker.io 21:17:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:16 Configure a credential helper to remove this warning. See 21:17:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:16 21:17:16 Login Succeeded 21:17:16 ---> docker-login.sh ends [Pipeline] } 21:17:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:17:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:17:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:17:16 ========================================================= 21:17:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:17:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:16 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 21:17:16 Sending build context to Docker daemon 216.6kB 21:17:17 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 21:17:17 Step 2/12 : FROM ${BASE} AS builder 21:17:17 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:17:17 9b18e9b68314: Pulling fs layer 21:17:17 35d82f9e3411: Pulling fs layer 21:17:17 e16973657156: Pulling fs layer 21:17:17 fc693d55d65f: Pulling fs layer 21:17:17 7e9fc2657dce: Pulling fs layer 21:17:17 dda99020689f: Pulling fs layer 21:17:17 db1c61fa0a46: Pulling fs layer 21:17:17 891c053d2c06: Pulling fs layer 21:17:17 fc693d55d65f: Waiting 21:17:17 7e9fc2657dce: Waiting 21:17:17 dda99020689f: Waiting 21:17:17 db1c61fa0a46: Waiting 21:17:17 891c053d2c06: Waiting 21:17:17 e16973657156: Verifying Checksum 21:17:17 e16973657156: Download complete 21:17:17 35d82f9e3411: Verifying Checksum 21:17:17 35d82f9e3411: Download complete 21:17:17 7e9fc2657dce: Download complete 21:17:17 dda99020689f: Download complete 21:17:17 9b18e9b68314: Verifying Checksum 21:17:18 9b18e9b68314: Pull complete 21:17:18 891c053d2c06: Verifying Checksum 21:17:18 891c053d2c06: Download complete 21:17:18 35d82f9e3411: Pull complete 21:17:19 e16973657156: Pull complete 21:17:19 db1c61fa0a46: Verifying Checksum 21:17:19 db1c61fa0a46: Download complete 21:17:20 fc693d55d65f: Verifying Checksum 21:17:20 fc693d55d65f: Download complete 21:17:32 fc693d55d65f: Pull complete 21:17:32 7e9fc2657dce: Pull complete 21:17:32 dda99020689f: Pull complete 21:17:37 db1c61fa0a46: Pull complete 21:17:39 891c053d2c06: Pull complete 21:17:39 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:17:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:17:39 ---> f96f9c87975a 21:17:39 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 21:17:41 ---> Running in 1f2c2b7458ff 21:17:41 Removing intermediate container 1f2c2b7458ff 21:17:41 ---> 87573b44a87f 21:17:41 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 21:17:41 ---> Running in 95234073caf1 21:17:42 Removing intermediate container 95234073caf1 21:17:42 ---> 868dfadbada6 21:17:42 Step 5/12 : ARG ADD_BUILD_TAGS="" 21:17:42 ---> Running in 421e85ae4e7c 21:17:42 Removing intermediate container 421e85ae4e7c 21:17:42 ---> 198e2f06ae53 21:17:42 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:17:42 ---> Running in dceaf6112b7a 21:17:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:17:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:17:44 OK: 221 MiB in 51 packages 21:17:45 Removing intermediate container dceaf6112b7a 21:17:45 ---> fa7b6c42cefa 21:17:45 Step 7/12 : WORKDIR /app 21:17:45 ---> Running in 565dc034eeb9 21:17:45 Removing intermediate container 565dc034eeb9 21:17:45 ---> e941731092e3 21:17:45 Step 8/12 : COPY go.mod vendor* ./ 21:17:46 ---> d3153378e416 21:17:46 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:17:46 ---> Running in 33e84c9db428 21:18:42 Removing intermediate container 33e84c9db428 21:18:42 ---> f4a07d6299c3 21:18:42 Step 10/12 : COPY . . 21:18:42 ---> 9da0ec8893e0 21:18:42 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:18:42 ---> Running in 3ea37dacb344 21:18:42 Removing intermediate container 3ea37dacb344 21:18:42 ---> 23f7770da9ed 21:18:42 Step 12/12 : RUN $MAKE 21:18:42 ---> Running in ad52c3791cd3 21:18:42 noop 21:18:42 Removing intermediate container ad52c3791cd3 21:18:42 ---> fcb177214f22 21:18:42 Successfully built fcb177214f22 21:18:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:43 + docker inspect -f . ci-base-image-arm64 21:18:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:18:43 prd-ubuntu20.04-docker-arm64-4c-16g-962 does not seem to be running inside a container 21:18:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/120 -v /w/workspace/app-service-configurable/120:/w/workspace/app-service-configurable/120:rw,z -v /w/workspace/app-service-configurable/120@tmp:/w/workspace/app-service-configurable/120@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:18:44 $ docker top 453905e849e09c565fa67f6002f602c3f9e2ed460282cddf5c7ebb667bc3c7d4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:18:45 + go version 21:18:45 go version go1.18.7 linux/arm64 [Pipeline] } 21:18:45 $ docker stop --time=1 453905e849e09c565fa67f6002f602c3f9e2ed460282cddf5c7ebb667bc3c7d4 21:18:47 $ docker rm -f --volumes 453905e849e09c565fa67f6002f602c3f9e2ed460282cddf5c7ebb667bc3c7d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:47 + docker inspect -f . ci-base-image-arm64 21:18:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:18:47 prd-ubuntu20.04-docker-arm64-4c-16g-962 does not seem to be running inside a container 21:18:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/120 -v /w/workspace/app-service-configurable/120:/w/workspace/app-service-configurable/120:rw,z -v /w/workspace/app-service-configurable/120@tmp:/w/workspace/app-service-configurable/120@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:18:48 $ docker top d288b35ec4bd38130a683eba94b4dd0f3bb1a12a28fd3a097419f757857b86c4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:18:49 + git config --global --add safe.directory /w/workspace/app-service-configurable/120 [Pipeline] fileExists [Pipeline] sh 21:18:49 + make test 21:18:49 go test -coverprofile=coverage.out ./... 21:20:12 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:20:12 go vet ./... 21:20:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:20:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:20:24 ./bin/test-attribution-txt.sh [Pipeline] echo 21:20:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:20:24 $ docker stop --time=1 d288b35ec4bd38130a683eba94b4dd0f3bb1a12a28fd3a097419f757857b86c4 21:20:26 $ docker rm -f --volumes d288b35ec4bd38130a683eba94b4dd0f3bb1a12a28fd3a097419f757857b86c4 [Pipeline] // withDockerContainer [Pipeline] sh 21:20:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:20:27 Warning: overwriting stash ‘coverage-report’ 21:20:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:20:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:20:28 + ls -al . 21:20:28 total 180 21:20:28 drwxrwxr-x 7 jenkins jenkins 4096 Jan 3 21:18 . 21:20:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 21:16 .. 21:20:28 -rw-rw-r-- 1 jenkins jenkins 119 Jan 3 21:16 .dockerignore 21:20:28 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 21:16 .git 21:20:28 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 21:16 .github 21:20:28 -rw-rw-r-- 1 jenkins jenkins 171 Jan 3 21:16 .gitignore 21:20:28 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 3 21:16 Attribution.txt 21:20:28 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 3 21:16 CHANGELOG.md 21:20:28 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 3 21:16 Dockerfile 21:20:28 -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 21:16 GOVERNANCE.md 21:20:28 -rw-rw-r-- 1 jenkins jenkins 688 Jan 3 21:16 Jenkinsfile 21:20:28 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 3 21:16 LICENSE 21:20:28 -rw-rw-r-- 1 jenkins jenkins 618 Jan 3 21:16 OWNERS.md 21:20:28 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 3 21:16 README.md 21:20:28 -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 21:13 VERSION 21:20:28 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 21:16 bin 21:20:28 -rw-r--r-- 1 jenkins jenkins 10 Jan 3 21:18 coverage.out 21:20:28 -rw-rw-r-- 1 jenkins jenkins 3396 Jan 3 21:16 go.mod 21:20:28 -rw-rw-r-- 1 jenkins jenkins 44230 Jan 3 21:16 go.sum 21:20:28 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 3 21:16 main.go 21:20:28 -rw-rw-r-- 1 jenkins jenkins 1892 Jan 3 21:16 makefile 21:20:28 drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 21:16 res 21:20:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 21:16 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:28 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4955b72e7e2333f21a3dea3e923d2a5036ff361a --label arch=arm64 --label version=3.0.0-dev.3 . 21:20:28 Sending build context to Docker daemon 217.6kB 21:20:28 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 21:20:28 Step 2/26 : FROM ${BASE} AS builder 21:20:28 ---> fcb177214f22 21:20:28 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 21:20:28 ---> Running in ffd735ac22e6 21:20:29 Removing intermediate container ffd735ac22e6 21:20:29 ---> 1b1c5fcd8cd4 21:20:29 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 21:20:29 ---> Running in 60a0faef2309 21:20:29 Removing intermediate container 60a0faef2309 21:20:29 ---> 080c96580ede 21:20:29 Step 5/26 : ARG ADD_BUILD_TAGS="" 21:20:29 ---> Running in 111e32af69bb 21:20:29 Removing intermediate container 111e32af69bb 21:20:29 ---> 60b8f2ddbd48 21:20:29 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:20:30 ---> Running in bcffaed0827e 21:20:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:20:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:20:32 OK: 221 MiB in 51 packages 21:20:32 Removing intermediate container bcffaed0827e 21:20:32 ---> 6626600407af 21:20:32 Step 7/26 : WORKDIR /app 21:20:32 ---> Running in 06cc0e9f16e0 21:20:33 Removing intermediate container 06cc0e9f16e0 21:20:33 ---> 751eeac68b6b 21:20:33 Step 8/26 : COPY go.mod vendor* ./ 21:20:33 ---> 2f03eec7f86c 21:20:33 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:33 ---> Running in 4a1436320f9e 21:20:35 Removing intermediate container 4a1436320f9e 21:20:35 ---> 50aa4c4115ef 21:20:35 Step 10/26 : COPY . . 21:20:36 ---> 0a003d62feb5 21:20:36 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:20:36 ---> Running in 8993359335fb 21:20:36 Removing intermediate container 8993359335fb 21:20:36 ---> cf9d0e83ef0c 21:20:36 Step 12/26 : RUN $MAKE 21:20:36 ---> Running in 77beb33666a9 21:20:37 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.3" -trimpath -mod=readonly -o app-service-configurable 21:22:59 Removing intermediate container 77beb33666a9 21:22:59 ---> 6deec2b29691 21:22:59 Step 13/26 : FROM alpine:3.16 21:22:59 3.16: Pulling from library/alpine 21:22:59 6875df1f5354: Pulling fs layer 21:22:59 6875df1f5354: Verifying Checksum 21:22:59 6875df1f5354: Download complete 21:22:59 6875df1f5354: Pull complete 21:22:59 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:22:59 Status: Downloaded newer image for alpine:3.16 21:22:59 ---> 2b4661558fb8 21:22:59 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 21:22:59 ---> Running in 1cd6487ebfd6 21:22:59 Removing intermediate container 1cd6487ebfd6 21:22:59 ---> 27d728a266b0 21:22:59 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 21:22:59 ---> Running in 61a290289d2c 21:22:59 Removing intermediate container 61a290289d2c 21:22:59 ---> 37b04e57edf7 21:22:59 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 21:22:59 ---> Running in 1ed9dd707e83 21:23:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:23:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:23:01 (1/2) Installing ca-certificates (20220614-r0) 21:23:01 (2/2) Installing dumb-init (1.2.5-r1) 21:23:01 Executing busybox-1.35.0-r17.trigger 21:23:01 Executing ca-certificates-20220614-r0.trigger 21:23:02 OK: 6 MiB in 16 packages 21:23:03 Removing intermediate container 1ed9dd707e83 21:23:03 ---> de40cf7632bd 21:23:03 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:23:03 ---> 68a036fa88d4 21:23:03 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 21:23:04 ---> 929099d823b7 21:23:04 Step 19/26 : COPY --from=builder /app/res/ /res/ 21:23:04 ---> 44f84f1bb8a7 21:23:04 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:23:06 ---> e2d72a1bb993 21:23:06 Step 21/26 : EXPOSE 48095 21:23:06 ---> Running in aa555a99300c 21:23:06 Removing intermediate container aa555a99300c 21:23:06 ---> f27e9fbd88a8 21:23:06 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 21:23:06 ---> Running in e8c4b3ad57d5 21:23:06 Removing intermediate container e8c4b3ad57d5 21:23:06 ---> 1852195705ed 21:23:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:23:06 ---> Running in 61f168d1aa65 21:23:07 Removing intermediate container 61f168d1aa65 21:23:07 ---> a99ceee44a6d 21:23:07 Step 24/26 : LABEL arch=arm64 21:23:07 ---> Running in 6961b498df44 21:23:07 Removing intermediate container 6961b498df44 21:23:07 ---> 6876342f9a97 21:23:07 Step 25/26 : LABEL git_sha=4955b72e7e2333f21a3dea3e923d2a5036ff361a 21:23:07 ---> Running in 240fe09fca3d 21:23:07 Removing intermediate container 240fe09fca3d 21:23:07 ---> 15ce8d133471 21:23:07 Step 26/26 : LABEL version=3.0.0-dev.3 21:23:07 ---> Running in 44fa5fd91346 21:23:08 Removing intermediate container 44fa5fd91346 21:23:08 ---> fcc08c38ca39 21:23:08 [Warning] One or more build-args [ARCH] were not consumed 21:23:08 Successfully built fcc08c38ca39 21:23:08 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:23:08 provisioning config files... 21:23:08 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/120@tmp/config7722802458883431779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:23:08 ---> docker-login.sh 21:23:08 nexus3.edgexfoundry.org:10001 21:23:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:09 Configure a credential helper to remove this warning. See 21:23:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:09 21:23:09 Login Succeeded 21:23:09 nexus3.edgexfoundry.org:10002 21:23:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:09 Configure a credential helper to remove this warning. See 21:23:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:09 21:23:09 Login Succeeded 21:23:09 nexus3.edgexfoundry.org:10003 21:23:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:09 Configure a credential helper to remove this warning. See 21:23:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:09 21:23:09 Login Succeeded 21:23:09 nexus3.edgexfoundry.org:10004 21:23:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:10 Configure a credential helper to remove this warning. See 21:23:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:10 21:23:10 Login Succeeded 21:23:10 docker.io 21:23:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:10 Configure a credential helper to remove this warning. See 21:23:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:10 21:23:10 Login Succeeded 21:23:10 ---> docker-login.sh ends [Pipeline] } 21:23:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:23:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:23:10 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 21:23:10 4955b72e7e2333f21a3dea3e923d2a5036ff361a 21:23:10 latest 21:23:10 3.0.0-dev.3 21:23:10 4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3 21:23:10 main 21:23:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:11 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4955b72e7e2333f21a3dea3e923d2a5036ff361a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4955b72e7e2333f21a3dea3e923d2a5036ff361a 21:23:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 21:23:11 6449e01310db: Preparing 21:23:11 a2d18a0023c7: Preparing 21:23:11 d8f1342a0326: Preparing 21:23:11 3d2cf97b1460: Preparing 21:23:11 b71038426486: Preparing 21:23:11 17bec77d7fdc: Preparing 21:23:11 17bec77d7fdc: Waiting 21:23:11 a2d18a0023c7: Pushed 21:23:11 d8f1342a0326: Pushed 21:23:11 3d2cf97b1460: Pushed 21:23:11 17bec77d7fdc: Layer already exists 21:23:11 b71038426486: Pushed 21:23:17 6449e01310db: Pushed 21:23:17 4955b72e7e2333f21a3dea3e923d2a5036ff361a: digest: sha256:83e549174df479a6726fd257225de157537fab9c8d252d769eae92b1d8c6929c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:17 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:17 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 21:23:17 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 21:23:17 6449e01310db: Preparing 21:23:17 a2d18a0023c7: Preparing 21:23:17 d8f1342a0326: Preparing 21:23:17 3d2cf97b1460: Preparing 21:23:17 b71038426486: Preparing 21:23:17 17bec77d7fdc: Preparing 21:23:17 17bec77d7fdc: Waiting 21:23:17 b71038426486: Layer already exists 21:23:17 a2d18a0023c7: Layer already exists 21:23:17 d8f1342a0326: Layer already exists 21:23:17 3d2cf97b1460: Layer already exists 21:23:17 6449e01310db: Layer already exists 21:23:17 17bec77d7fdc: Layer already exists 21:23:17 latest: digest: sha256:83e549174df479a6726fd257225de157537fab9c8d252d769eae92b1d8c6929c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:18 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:18 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.3 21:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 21:23:18 6449e01310db: Preparing 21:23:18 a2d18a0023c7: Preparing 21:23:18 d8f1342a0326: Preparing 21:23:18 3d2cf97b1460: Preparing 21:23:18 b71038426486: Preparing 21:23:18 17bec77d7fdc: Preparing 21:23:18 17bec77d7fdc: Waiting 21:23:18 d8f1342a0326: Layer already exists 21:23:18 a2d18a0023c7: Layer already exists 21:23:18 b71038426486: Layer already exists 21:23:18 6449e01310db: Layer already exists 21:23:18 3d2cf97b1460: Layer already exists 21:23:18 17bec77d7fdc: Layer already exists 21:23:18 3.0.0-dev.3: digest: sha256:83e549174df479a6726fd257225de157537fab9c8d252d769eae92b1d8c6929c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:19 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:19 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3 21:23:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 21:23:19 6449e01310db: Preparing 21:23:19 a2d18a0023c7: Preparing 21:23:19 d8f1342a0326: Preparing 21:23:19 3d2cf97b1460: Preparing 21:23:19 b71038426486: Preparing 21:23:19 17bec77d7fdc: Preparing 21:23:19 17bec77d7fdc: Waiting 21:23:19 b71038426486: Layer already exists 21:23:19 a2d18a0023c7: Layer already exists 21:23:19 d8f1342a0326: Layer already exists 21:23:19 6449e01310db: Layer already exists 21:23:19 3d2cf97b1460: Layer already exists 21:23:19 17bec77d7fdc: Layer already exists 21:23:19 4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3: digest: sha256:83e549174df479a6726fd257225de157537fab9c8d252d769eae92b1d8c6929c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:19 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:20 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 21:23:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 21:23:20 6449e01310db: Preparing 21:23:20 a2d18a0023c7: Preparing 21:23:20 d8f1342a0326: Preparing 21:23:20 3d2cf97b1460: Preparing 21:23:20 b71038426486: Preparing 21:23:20 17bec77d7fdc: Preparing 21:23:20 17bec77d7fdc: Waiting 21:23:20 d8f1342a0326: Layer already exists 21:23:20 6449e01310db: Layer already exists 21:23:20 a2d18a0023c7: Layer already exists 21:23:20 3d2cf97b1460: Layer already exists 21:23:20 b71038426486: Layer already exists 21:23:20 17bec77d7fdc: Layer already exists 21:23:20 main: digest: sha256:83e549174df479a6726fd257225de157537fab9c8d252d769eae92b1d8c6929c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:23:20 ===================================================== [Pipeline] echo 21:23:20 taggedImages: 21:23:20 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4955b72e7e2333f21a3dea3e923d2a5036ff361a 21:23:20 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 21:23:20 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.3 21:23:20 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4955b72e7e2333f21a3dea3e923d2a5036ff361a-3.0.0-dev.3 21:23:20 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:23:21 21:23:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:23:21 arm64: Pulling from edgex-lftools-log-publisher 21:23:21 8998bd30e6a1: Pulling fs layer 21:23:21 04944245beec: Pulling fs layer 21:23:21 699f458cf7ca: Pulling fs layer 21:23:21 765212b225bb: Pulling fs layer 21:23:21 f23df028b6ca: Pulling fs layer 21:23:21 d65c8cfc05b1: Pulling fs layer 21:23:21 2437ff75d9bd: Pulling fs layer 21:23:21 765212b225bb: Waiting 21:23:21 f23df028b6ca: Waiting 21:23:21 d65c8cfc05b1: Waiting 21:23:21 2437ff75d9bd: Waiting 21:23:21 04944245beec: Verifying Checksum 21:23:21 04944245beec: Download complete 21:23:21 765212b225bb: Download complete 21:23:21 f23df028b6ca: Verifying Checksum 21:23:21 f23df028b6ca: Download complete 21:23:21 d65c8cfc05b1: Verifying Checksum 21:23:21 d65c8cfc05b1: Download complete 21:23:21 699f458cf7ca: Verifying Checksum 21:23:21 699f458cf7ca: Download complete 21:23:22 8998bd30e6a1: Verifying Checksum 21:23:22 8998bd30e6a1: Download complete 21:23:24 2437ff75d9bd: Verifying Checksum 21:23:24 2437ff75d9bd: Download complete 21:23:26 8998bd30e6a1: Pull complete 21:23:26 04944245beec: Pull complete 21:23:29 699f458cf7ca: Pull complete 21:23:29 765212b225bb: Pull complete 21:23:30 f23df028b6ca: Pull complete 21:23:30 d65c8cfc05b1: Pull complete 21:23:45 2437ff75d9bd: Pull complete 21:23:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:23:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:23:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:23:45 prd-ubuntu20.04-docker-arm64-4c-16g-962 does not seem to be running inside a container 21:23:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/120 -v /w/workspace/app-service-configurable/120:/w/workspace/app-service-configurable/120:rw,z -v /w/workspace/app-service-configurable/120@tmp:/w/workspace/app-service-configurable/120@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:23:48 $ docker top 4ca889ad33dff983a5223174618585d59d9632bd84b87fd6477e29834c47209b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:23:49 ---> job-cost.sh 21:23:49 lf-activate-venv: SKIPPING 21:23:49 INFO: No Stack... 21:23:49 INFO: Retrieving Pricing Info for: v3-standard-4 21:23:50 INFO: Archiving Costs [Pipeline] sh 21:23:50 + cut+ -d, -f6 21:23:50 cat /w/workspace/app-service-configurable/120/archives/cost.csv [Pipeline] lock 21:23:51 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-120-stack-cost] 21:23:51 Resource [jenkins-edgexfoundry-app-service-configurable-main-120-stack-cost] did not exist. Created. 21:23:51 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-120-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:23:51 /w/workspace/app-service-configurable/120@tmp/durable-f2b6def7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:23:51 + echo total: 0.10999999940395355 [Pipeline] stash 21:23:51 Warning: overwriting stash ‘stack-cost’ 21:23:51 Stashed 1 file(s) [Pipeline] } 21:23:51 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-120-stack-cost] [Pipeline] // lock [Pipeline] } 21:23:51 $ docker stop --time=1 4ca889ad33dff983a5223174618585d59d9632bd84b87fd6477e29834c47209b 21:23:53 $ docker rm -f --volumes 4ca889ad33dff983a5223174618585d59d9632bd84b87fd6477e29834c47209b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:23:54 provisioning config files... 21:23:54 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18211717214228372690tmp [Pipeline] { [Pipeline] sh 21:23:54 + set +x 21:23:54 + curl -s https://codecov.io/bash 21:23:54 + bash -s -- 21:23:54 21:23:54 _____ _ 21:23:54 / ____| | | 21:23:54 | | ___ __| | ___ ___ _____ __ 21:23:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:23:54 | |___| (_) | (_| | __/ (_| (_) \ V / 21:23:54 \_____\___/ \__,_|\___|\___\___/ \_/ 21:23:54 Bash-1.0.6 21:23:54 21:23:54 21:23:54 ==> git version 2.25.1 found 21:23:54 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 21:23:54 Release-Date: 2020-01-08 21:23:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:23:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:23:54 ==> Jenkins CI detected. 21:23:54 current dir:  /w/workspace/ry_app-service-configurable_main 21:23:54 project root: . 21:23:54 --> token set from env 21:23:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:23:54 ==> Running gcov in . (disable via -X gcov) 21:23:54 ==> Python coveragepy not found 21:23:54 ==> Searching for coverage reports in: 21:23:54 + . 21:23:54 -> Found 1 reports 21:23:54 ==> Detecting git/mercurial file structure 21:23:54 ==> Reading reports 21:23:54 + ./coverage.out bytes=10 21:23:54 ==> Appending adjustments 21:23:54 https://docs.codecov.io/docs/fixing-reports 21:23:54 + Found adjustments 21:23:54 ==> Gzipping contents 21:23:54 4.0K /tmp/codecov.JgnCxy.gz 21:23:54 ==> Uploading reports 21:23:54 url: https://codecov.io 21:23:54 query: branch=main&commit=4955b72e7e2333f21a3dea3e923d2a5036ff361a&build=120&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F120%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:23:54 -> Pinging Codecov 21:23:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=4955b72e7e2333f21a3dea3e923d2a5036ff361a&build=120&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F120%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:23:54 -> Uploading to 21:23:54 https://storage.googleapis.com/codecov/v4/raw/2023-01-03/A97CA9966030D2A3747ED39772930CCE/4955b72e7e2333f21a3dea3e923d2a5036ff361a/9100ab0c-2f77-445f-ace6-2a9a2125c014.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T212354Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d0de78d86df7e055dd0d8ebd27948e1a5407e47eb0e941fd49e0e8b56e5bfa1 21:23:54 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:54 Dload Upload Total Spent Left Speed 21:23:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2395 --:--:-- --:--:-- --:--:-- 2395 21:23:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/4955b72e7e2333f21a3dea3e923d2a5036ff361a [Pipeline] } 21:23:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:23:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:23:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:23:55 21:23:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:23:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:23:55 df9b9388f04a: Pulling fs layer 21:23:55 52dc419b0ee2: Pulling fs layer 21:23:55 25bc292e5bac: Pulling fs layer 21:23:55 114826534d7a: Pulling fs layer 21:23:55 4657fd5d0bcf: Pulling fs layer 21:23:55 6ad1cebc031e: Pulling fs layer 21:23:55 8a3aa393b2d8: Pulling fs layer 21:23:55 4657fd5d0bcf: Waiting 21:23:55 6ad1cebc031e: Waiting 21:23:55 8a3aa393b2d8: Waiting 21:23:55 114826534d7a: Waiting 21:23:55 25bc292e5bac: Verifying Checksum 21:23:55 25bc292e5bac: Download complete 21:23:55 52dc419b0ee2: Download complete 21:23:55 4657fd5d0bcf: Verifying Checksum 21:23:55 4657fd5d0bcf: Download complete 21:23:55 df9b9388f04a: Download complete 21:23:56 df9b9388f04a: Pull complete 21:23:56 6ad1cebc031e: Verifying Checksum 21:23:56 6ad1cebc031e: Download complete 21:23:56 52dc419b0ee2: Pull complete 21:23:56 25bc292e5bac: Pull complete 21:23:56 114826534d7a: Verifying Checksum 21:23:56 114826534d7a: Download complete 21:23:57 8a3aa393b2d8: Verifying Checksum 21:23:57 8a3aa393b2d8: Download complete 21:24:00 114826534d7a: Pull complete 21:24:00 4657fd5d0bcf: Pull complete 21:24:00 6ad1cebc031e: Pull complete 21:24:02 8a3aa393b2d8: Pull complete 21:24:02 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:24:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:24:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:02 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:24:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:24:05 $ docker top 7cd30ad593c121c2b0f39b210be8710cb7501e12913608d09e5528f97bcb8753 -eo pid,comm [Pipeline] { [Pipeline] echo 21:24:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 21:24:05 + set -o pipefail 21:24:05 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 21:24:10 21:24:10 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 21:24:10 21:24:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/68c501c9-65d5-4fef-8271-1ffd6cddcce6 21:24:10 21:24:10 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:24:10 21:24:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:24:10 21:24:11 21:24:11 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:24:11 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:24:11 More details here: https://snyk.co/ue1NS [Pipeline] } 21:24:11 $ docker stop --time=1 7cd30ad593c121c2b0f39b210be8710cb7501e12913608d09e5528f97bcb8753 21:24:13 $ docker rm -f --volumes 7cd30ad593c121c2b0f39b210be8710cb7501e12913608d09e5528f97bcb8753 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:24:14 + git log --format=format:%s -1 4955b72e7e2333f21a3dea3e923d2a5036ff361a [Pipeline] sh 21:24:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:24:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:24:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:15 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:24:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:24:15 $ docker top 098b543aef36c6429d9c3bacebd1295c1132de6cb9ecbabdae6c6a19c35354af -eo pid,comm 21:24:15 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:24:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:24:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:15 [ssh-agent] Looking for ssh-agent implementation... 21:24:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:15 $ docker exec 098b543aef36c6429d9c3bacebd1295c1132de6cb9ecbabdae6c6a19c35354af ssh-agent 21:24:15 SSH_AUTH_SOCK=/tmp/ssh-wEXIYGpNJZXq/agent.31 21:24:15 SSH_AGENT_PID=37 21:24:15 Running ssh-add (command line suppressed) 21:24:15 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5668426392999272350.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5668426392999272350.key) 21:24:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:16 + git semver tag 21:24:16 2023-01-03 21:24:16,318 [run_tag] DEBUG tag force:False 21:24:16 2023-01-03 21:24:16,319 [check_head_tag] DEBUG check head tag 21:24:16 2023-01-03 21:24:16,320 [execute] INFO git cat-file --batch-check 21:24:16 2023-01-03 21:24:16,320 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 21:24:16 2023-01-03 21:24:16,324 [execute] INFO git cat-file --batch 21:24:16 2023-01-03 21:24:16,324 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 21:24:16 2023-01-03 21:24:16,340 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 21:24:16 2023-01-03 21:24:16,340 [execute] INFO git tag -a v3.0.0-dev.3 -m v3.0.0-dev.3 21:24:16 2023-01-03 21:24:16,340 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.3', '-m', 'v3.0.0-dev.3'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 21:24:16 2023-01-03 21:24:16,346 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 21:24:16 3.0.0-dev.3 [Pipeline] } 21:24:16 $ docker exec --env ******** --env ******** 098b543aef36c6429d9c3bacebd1295c1132de6cb9ecbabdae6c6a19c35354af ssh-agent -k 21:24:16 unset SSH_AUTH_SOCK; 21:24:16 unset SSH_AGENT_PID; 21:24:16 echo Agent pid 37 killed; 21:24:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:24:16 + git semver [Pipeline] } 21:24:17 $ docker stop --time=1 098b543aef36c6429d9c3bacebd1295c1132de6cb9ecbabdae6c6a19c35354af 21:24:18 $ docker rm -f --volumes 098b543aef36c6429d9c3bacebd1295c1132de6cb9ecbabdae6c6a19c35354af [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:24:18 21:24:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:24:19 0.23.1-centos7: Pulling from edgex-lftools 21:24:19 ab5ef0e58194: Pulling fs layer 21:24:19 9712f1f96733: Pulling fs layer 21:24:19 63f879dbbcfc: Pulling fs layer 21:24:19 0d9ebad4ef96: Pulling fs layer 21:24:19 e9a5061849ea: Pulling fs layer 21:24:19 d747dcd14b5f: Pulling fs layer 21:24:19 2de7ff778b66: Pulling fs layer 21:24:19 0d9ebad4ef96: Waiting 21:24:19 d747dcd14b5f: Waiting 21:24:19 e9a5061849ea: Waiting 21:24:19 2de7ff778b66: Waiting 21:24:19 9712f1f96733: Verifying Checksum 21:24:19 9712f1f96733: Download complete 21:24:19 63f879dbbcfc: Verifying Checksum 21:24:19 63f879dbbcfc: Download complete 21:24:19 e9a5061849ea: Verifying Checksum 21:24:19 e9a5061849ea: Download complete 21:24:19 d747dcd14b5f: Download complete 21:24:19 ab5ef0e58194: Verifying Checksum 21:24:19 ab5ef0e58194: Download complete 21:24:19 2de7ff778b66: Verifying Checksum 21:24:19 2de7ff778b66: Download complete 21:24:19 0d9ebad4ef96: Verifying Checksum 21:24:19 0d9ebad4ef96: Download complete 21:24:22 ab5ef0e58194: Pull complete 21:24:22 9712f1f96733: Pull complete 21:24:22 63f879dbbcfc: Pull complete 21:24:25 0d9ebad4ef96: Pull complete 21:24:26 e9a5061849ea: Pull complete 21:24:26 d747dcd14b5f: Pull complete 21:24:27 2de7ff778b66: Pull complete 21:24:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:24:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:24:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:27 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:24:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:24:29 $ docker top 57402cbe4752336384eb82a5112f15e8e3c33284a2d104730708ee6cb9581071 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:24:29 provisioning config files... 21:24:29 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13137170251736541903tmp 21:24:29 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4907050911947381665tmp 21:24:29 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4614743756469226758tmp [Pipeline] { [Pipeline] echo 21:24:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:24:30 ---> sigul-configuration.sh 21:24:30 gpg: directory `/root/.gnupg' created 21:24:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:24:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:24:30 gpg: keyring `/root/.gnupg/secring.gpg' created 21:24:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:24:30 gpg: CAST5 encrypted data 21:24:30 gpg: encrypted with 1 passphrase 21:24:30 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:24:30 + mkdir /home/jenkins 21:24:30 + mkdir /home/jenkins/sigul [Pipeline] sh 21:24:30 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:24:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:24:30 ---> sigul-install.sh 21:24:30 Sigul already installed; skipping installation. [Pipeline] sh 21:24:31 + git tag --list 21:24:31 v1.0.0 21:24:31 v1.1.0 21:24:31 v1.2.0 21:24:31 v1.3.0 21:24:31 v1.3.1 21:24:31 v2.0.0 21:24:31 v2.0.1 21:24:31 v2.1.0 21:24:31 v2.1.1 21:24:31 v2.1.1-dev.1 21:24:31 v2.1.1-dev.2 21:24:31 v2.2.0 21:24:31 v2.2.1-dev.1 21:24:31 v2.2.1-dev.10 21:24:31 v2.2.1-dev.2 21:24:31 v2.2.1-dev.3 21:24:31 v2.2.1-dev.4 21:24:31 v2.2.1-dev.5 21:24:31 v2.2.1-dev.6 21:24:31 v2.2.1-dev.7 21:24:31 v2.2.1-dev.8 21:24:31 v2.2.1-dev.9 21:24:31 v2.3.0 21:24:31 v2.3.0-dev.10 21:24:31 v2.3.0-dev.11 21:24:31 v2.3.0-dev.12 21:24:31 v2.3.0-dev.13 21:24:31 v2.3.0-dev.14 21:24:31 v2.3.0-dev.15 21:24:31 v2.3.0-dev.16 21:24:31 v2.3.0-dev.17 21:24:31 v2.3.0-dev.18 21:24:31 v2.3.0-dev.19 21:24:31 v2.3.0-dev.20 21:24:31 v2.3.0-dev.21 21:24:31 v2.3.0-dev.22 21:24:31 v2.3.0-dev.23 21:24:31 v2.3.0-dev.24 21:24:31 v2.3.0-dev.25 21:24:31 v2.3.0-dev.26 21:24:31 v2.3.0-dev.27 21:24:31 v2.3.0-dev.28 21:24:31 v2.3.0-dev.29 21:24:31 v2.3.0-dev.30 21:24:31 v2.3.0-dev.31 21:24:31 v2.3.0-dev.32 21:24:31 v2.3.0-dev.33 21:24:31 v2.3.0-dev.34 21:24:31 v2.3.0-dev.35 21:24:31 v2.3.0-dev.36 21:24:31 v2.3.0-dev.37 21:24:31 v3.0.0-dev.1 21:24:31 v3.0.0-dev.2 21:24:31 v3.0.0-dev.3 [Pipeline] sh 21:24:31 + lftools sign git-tag v3.0.0-dev.3 21:24:32 Signing Git tag with Sigul... 21:24:32 Signing v3.0.0-dev.3 [Pipeline] echo 21:24:32 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:24:32 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:24:32 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:24:33 $ docker stop --time=1 57402cbe4752336384eb82a5112f15e8e3c33284a2d104730708ee6cb9581071 21:24:34 $ docker rm -f --volumes 57402cbe4752336384eb82a5112f15e8e3c33284a2d104730708ee6cb9581071 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:24:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:24:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:24:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:35 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:24:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:24:35 $ docker top 6755b5b21f6d6a2f1b194ce7a9c409f9a195919330ca5a83dffd7bf0e29da99f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:24:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:35 [ssh-agent] Looking for ssh-agent implementation... 21:24:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:35 $ docker exec 6755b5b21f6d6a2f1b194ce7a9c409f9a195919330ca5a83dffd7bf0e29da99f ssh-agent 21:24:35 SSH_AUTH_SOCK=/tmp/ssh-1oNaMpxlH3Uw/agent.32 21:24:35 SSH_AGENT_PID=38 21:24:35 Running ssh-add (command line suppressed) 21:24:35 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_10708835114041006289.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_10708835114041006289.key) 21:24:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:36 + git semver bump pre 21:24:36 2023-01-03 21:24:36,375 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 21:24:36 2023-01-03 21:24:36,375 [bump_version] DEBUG bumping version:3.0.0-dev.3 on axis:pre with prefix:dev 21:24:36 2023-01-03 21:24:36,375 [bump_version] DEBUG bumped version:3.0.0-dev.4 21:24:36 2023-01-03 21:24:36,375 [write_version] DEBUG write version:3.0.0-dev.4 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 21:24:36 2023-01-03 21:24:36,375 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 21:24:36 2023-01-03 21:24:36,375 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 21:24:36 2023-01-03 21:24:36,377 [execute] INFO git cat-file --batch-check 21:24:36 2023-01-03 21:24:36,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 21:24:36 2023-01-03 21:24:36,383 [execute] INFO git cat-file --batch 21:24:36 2023-01-03 21:24:36,383 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 21:24:36 2023-01-03 21:24:36,388 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 21:24:36 3.0.0-dev.4 [Pipeline] } 21:24:36 $ docker exec --env ******** --env ******** 6755b5b21f6d6a2f1b194ce7a9c409f9a195919330ca5a83dffd7bf0e29da99f ssh-agent -k 21:24:36 unset SSH_AUTH_SOCK; 21:24:36 unset SSH_AGENT_PID; 21:24:36 echo Agent pid 38 killed; 21:24:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:24:36 + git semver [Pipeline] } 21:24:37 $ docker stop --time=1 6755b5b21f6d6a2f1b194ce7a9c409f9a195919330ca5a83dffd7bf0e29da99f 21:24:38 $ docker rm -f --volumes 6755b5b21f6d6a2f1b194ce7a9c409f9a195919330ca5a83dffd7bf0e29da99f [Pipeline] // withDockerContainer [Pipeline] sh 21:24:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:24:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:24:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:39 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:24:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:24:39 $ docker top 1451f7d93e379e3f4b9e619d48cb4e800d488c7f4d7b7624f2436d35cff4fa65 -eo pid,comm 21:24:39 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:24:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:24:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:39 [ssh-agent] Looking for ssh-agent implementation... 21:24:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:39 $ docker exec 1451f7d93e379e3f4b9e619d48cb4e800d488c7f4d7b7624f2436d35cff4fa65 ssh-agent 21:24:39 SSH_AUTH_SOCK=/tmp/ssh-4BFqf7sDXqJl/agent.31 21:24:39 SSH_AGENT_PID=37 21:24:39 Running ssh-add (command line suppressed) 21:24:39 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4814449903346606997.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4814449903346606997.key) 21:24:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:40 + git semver push 21:24:40 2023-01-03 21:24:40,356 [run_push] DEBUG push 21:24:40 2023-01-03 21:24:40,356 [execute] INFO git cat-file --batch-check 21:24:40 2023-01-03 21:24:40,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 21:24:40 2023-01-03 21:24:40,360 [execute] INFO git rev-list fda8bdaae49d51b8ecb47894003828ef5c806e5e -- 21:24:40 2023-01-03 21:24:40,360 [execute] DEBUG Popen(['git', 'rev-list', 'fda8bdaae49d51b8ecb47894003828ef5c806e5e', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 21:24:40 2023-01-03 21:24:40,370 [execute] INFO git fetch -v origin 21:24:40 2023-01-03 21:24:40,370 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 21:24:41 2023-01-03 21:24:40,885 [run_push] DEBUG no remote changes detected 21:24:41 2023-01-03 21:24:40,885 [execute] INFO git push origin semver 21:24:41 2023-01-03 21:24:40,886 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 21:24:41 2023-01-03 21:24:41,723 [run_push] DEBUG push all version tags 21:24:41 2023-01-03 21:24:41,724 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:24:41 2023-01-03 21:24:41,724 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 21:24:42 2023-01-03 21:24:42,490 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 21:24:42 3.0.0-dev.4 [Pipeline] } 21:24:42 $ docker exec --env ******** --env ******** 1451f7d93e379e3f4b9e619d48cb4e800d488c7f4d7b7624f2436d35cff4fa65 ssh-agent -k 21:24:42 unset SSH_AUTH_SOCK; 21:24:42 unset SSH_AGENT_PID; 21:24:42 echo Agent pid 37 killed; 21:24:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:24:42 + git semver [Pipeline] } 21:24:43 $ docker stop --time=1 1451f7d93e379e3f4b9e619d48cb4e800d488c7f4d7b7624f2436d35cff4fa65 21:24:44 $ docker rm -f --volumes 1451f7d93e379e3f4b9e619d48cb4e800d488c7f4d7b7624f2436d35cff4fa65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:24:45 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 21:24:45 + ls -al /w/workspace/ry_app-service-configurable_main/archives 21:24:45 total 16 21:24:45 drwxr-xr-x 3 root root 4096 Jan 3 21:14 . 21:24:45 drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 21:24 .. 21:24:45 drwxr-xr-x 2 root root 4096 Jan 3 21:14 cost 21:24:45 -rw-r--r-- 1 root root 96 Jan 3 21:14 cost.csv 21:24:45 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 21:24:45 + ls -al /w/workspace/ry_app-service-configurable_main/archives 21:24:45 total 16 21:24:45 drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 21:14 . 21:24:45 drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 21:24 .. 21:24:45 drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 21:14 cost 21:24:45 -rw-r--r-- 1 jenkins jenkins 96 Jan 3 21:14 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:24:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:24:46 ---> package-listing.sh 21:24:46 ++ facter osfamily 21:24:46 ++ tr '[:upper:]' '[:lower:]' 21:24:46 + OS_FAMILY=debian 21:24:46 + workspace=/w/workspace/ry_app-service-configurable_main 21:24:46 + START_PACKAGES=/tmp/packages_start.txt 21:24:46 + END_PACKAGES=/tmp/packages_end.txt 21:24:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:24:46 + PACKAGES=/tmp/packages_start.txt 21:24:46 + '[' /w/workspace/ry_app-service-configurable_main ']' 21:24:46 + PACKAGES=/tmp/packages_end.txt 21:24:46 + case "${OS_FAMILY}" in 21:24:46 + dpkg -l 21:24:46 + grep '^ii' 21:24:46 + '[' -f /tmp/packages_start.txt ']' 21:24:46 + '[' -f /tmp/packages_end.txt ']' 21:24:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:24:46 + '[' /w/workspace/ry_app-service-configurable_main ']' 21:24:46 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 21:24:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 21:24:46 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:24:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:24:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:47 prd-ubuntu20.04-docker-8c-8g-961 does not seem to be running inside a container 21:24:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:24:47 $ docker top bfa3a9378ed6829d680888ffce590dc5397224b0d06c5029d02392c88106b48b -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:48 + touch /tmp/pre-build-complete [Pipeline] sh 21:24:48 + mkdir -p /var/log/sysstat [Pipeline] sh 21:24:48 + ls /var/log/sa-host 21:24:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:24:48 provisioning config files... 21:24:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13179433580632205600tmp [Pipeline] { [Pipeline] echo 21:24:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:24:49 ---> create-netrc.sh [Pipeline] } 21:24:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:24:49 ---> python-tools-install.sh [Pipeline] echo 21:24:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:24:49 ---> sudo-logs.sh 21:24:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:24:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:24:50 ---> job-cost.sh 21:24:50 lf-activate-venv: SKIPPING 21:24:50 DEBUG: total: 0.2199999988079071 21:24:50 INFO: Retrieving Stack Cost... 21:24:50 INFO: Retrieving Pricing Info for: v3-standard-8 21:24:50 INFO: Archiving Costs [Pipeline] echo 21:24:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:24:51 ---> logs-deploy.sh 21:24:51 lf-activate-venv: SKIPPING 21:24:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/120 21:24:51 INFO: archiving workspace using pattern(s): 21:24:52 Archives upload complete. 21:24:52 INFO: archiving logs to Nexus