Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 567a9513bdf41f4241f3f16eba2134c73a24fbd7 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-ssh12163436785442010634.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-ssh16516778084505601509.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-ssh18244156122400336602.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-ssh17888628148396807410.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-ssh4802992808583169767.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 ‘prd-ubuntu20.04-docker-8c-8g-121137’ Running on prd-ubuntu20.04-docker-8c-8g-121141 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 567a9513bdf41f4241f3f16eba2134c73a24fbd7 (main) Commit message: "refactor!: Use latest SDK for flattened config stem (#491)" > 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 567a9513bdf41f4241f3f16eba2134c73a24fbd7 # timeout=10 > git rev-list --no-walk c652ff16af1e74f6a40a6431fa4d554cbc316d6f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:19:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:19:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:19:37 ========================================================= 22:19:37 EdgeX Global Pipelines Version Info 22:19:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:19:38 ------------------- 22:19:38 stable info: 22:19:38 ------------------- 22:19:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:19:38 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:19:38 Message: update stable to v1.0.244 22:19:38 ------------------- 22:19:38 experimental info: 22:19:38 ------------------- 22:19:38 Commited By: **** collab-it+edgex@linuxfoundation.org 22:19:38 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:19:38 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:19:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 567a951 [Pipeline] echo 22:19:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:19:39 provisioning config files... 22:19:39 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13869111621792739118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:19:39 ---> docker-login.sh 22:19:39 nexus3.edgexfoundry.org:10001 22:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:39 Configure a credential helper to remove this warning. See 22:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:39 22:19:39 Login Succeeded 22:19:39 nexus3.edgexfoundry.org:10002 22:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:40 Configure a credential helper to remove this warning. See 22:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:40 22:19:40 Login Succeeded 22:19:40 nexus3.edgexfoundry.org:10003 22:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:40 Configure a credential helper to remove this warning. See 22:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:40 22:19:40 Login Succeeded 22:19:40 nexus3.edgexfoundry.org:10004 22:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:40 Configure a credential helper to remove this warning. See 22:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:40 22:19:40 Login Succeeded 22:19:40 docker.io 22:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:40 Configure a credential helper to remove this warning. See 22:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:40 22:19:40 Login Succeeded 22:19:40 ---> docker-login.sh ends [Pipeline] } 22:19:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:19:40 + git rev-list -1 --merges 567a9513bdf41f4241f3f16eba2134c73a24fbd7~1..567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] echo 22:19:40 -----------> git rev-list -1 --merges 567a9513bdf41f4241f3f16eba2134c73a24fbd7~1..567a9513bdf41f4241f3f16eba2134c73a24fbd7 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [false] [Pipeline] sh 22:19:41 + git log --format=format:%s -1 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] echo 22:19:41 ========================================================= 22:19:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:19:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:19:41 + git log --format=format:%s -1 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] echo 22:19:41 [semverPrep] GIT_COMMIT: 567a9513bdf41f4241f3f16eba2134c73a24fbd7, Commit Message: refactor!: Use latest SDK for flattened config stem (#491) [Pipeline] echo 22:19:41 [semverPrep] This is not a build commit. [Pipeline] sh 22:19:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:19:41 + grep -v github /etc/ssh/ssh_known_hosts 22:19:41 + [ -e /tmp/ssh_known_hosts ] 22:19:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:19:41 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:19:41 + sudo tee -a /etc/ssh/ssh_known_hosts 22:19:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:19:42 22:19:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:19:42 0.1.4: Pulling from edgex-devops/py-git-semver 22:19:42 b85a868b505f: Pulling fs layer 22:19:42 e2be974225ed: Pulling fs layer 22:19:42 339a4e72a1f5: Pulling fs layer 22:19:42 988bab9f4d93: Pulling fs layer 22:19:42 1469e6f7b9e6: Pulling fs layer 22:19:42 eaf3925da568: Pulling fs layer 22:19:42 bab4dde63d76: Pulling fs layer 22:19:42 bde34c3a00c8: Pulling fs layer 22:19:42 b352a97aabf1: Pulling fs layer 22:19:42 4872d77fe225: Pulling fs layer 22:19:42 5851b861e8e6: Pulling fs layer 22:19:42 988bab9f4d93: Waiting 22:19:42 1469e6f7b9e6: Waiting 22:19:42 eaf3925da568: Waiting 22:19:42 bde34c3a00c8: Waiting 22:19:42 bab4dde63d76: Waiting 22:19:42 b352a97aabf1: Waiting 22:19:42 4872d77fe225: Waiting 22:19:42 5851b861e8e6: Waiting 22:19:42 e2be974225ed: Download complete 22:19:42 988bab9f4d93: Verifying Checksum 22:19:42 988bab9f4d93: Download complete 22:19:42 1469e6f7b9e6: Verifying Checksum 22:19:42 1469e6f7b9e6: Download complete 22:19:42 eaf3925da568: Verifying Checksum 22:19:42 eaf3925da568: Download complete 22:19:42 339a4e72a1f5: Verifying Checksum 22:19:42 339a4e72a1f5: Download complete 22:19:42 bde34c3a00c8: Verifying Checksum 22:19:42 bde34c3a00c8: Download complete 22:19:42 b352a97aabf1: Verifying Checksum 22:19:42 b352a97aabf1: Download complete 22:19:42 4872d77fe225: Verifying Checksum 22:19:42 4872d77fe225: Download complete 22:19:42 5851b861e8e6: Verifying Checksum 22:19:42 5851b861e8e6: Download complete 22:19:42 b85a868b505f: Verifying Checksum 22:19:42 b85a868b505f: Download complete 22:19:43 bab4dde63d76: Verifying Checksum 22:19:43 bab4dde63d76: Download complete 22:19:44 b85a868b505f: Pull complete 22:19:44 e2be974225ed: Pull complete 22:19:44 339a4e72a1f5: Pull complete 22:19:44 988bab9f4d93: Pull complete 22:19:44 1469e6f7b9e6: Pull complete 22:19:45 eaf3925da568: Pull complete 22:19:46 bab4dde63d76: Pull complete 22:19:46 bde34c3a00c8: Pull complete 22:19:46 b352a97aabf1: Pull complete 22:19:46 4872d77fe225: Pull complete 22:19:46 5851b861e8e6: Pull complete 22:19:46 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:19:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:19:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:19:46 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:19:46 $ 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 22:19:48 $ docker top 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 -eo pid,comm 22:19:48 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). 22:19:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:19:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:48 [ssh-agent] Looking for ssh-agent implementation... 22:19:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:48 $ docker exec 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 ssh-agent 22:19:48 SSH_AUTH_SOCK=/tmp/ssh-uNxyj5ALckDK/agent.34 22:19:48 SSH_AGENT_PID=40 22:19:48 Running ssh-add (command line suppressed) 22:19:48 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_233207935090476141.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_233207935090476141.key) 22:19:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:48 + git tag --points-at HEAD [Pipeline] } 22:19:48 $ docker exec --env ******** --env ******** 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 ssh-agent -k 22:19:49 unset SSH_AUTH_SOCK; 22:19:49 unset SSH_AGENT_PID; 22:19:49 echo Agent pid 40 killed; 22:19:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:19:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:49 [ssh-agent] Looking for ssh-agent implementation... 22:19:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:49 $ docker exec 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 ssh-agent 22:19:49 SSH_AUTH_SOCK=/tmp/ssh-7O9KNfCyGbDK/agent.72 22:19:49 SSH_AGENT_PID=78 22:19:49 Running ssh-add (command line suppressed) 22:19:49 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13399221541743671971.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13399221541743671971.key) 22:19:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:49 + git semver init 22:19:49 2022-12-13 22:19:49,839 [run_init] DEBUG init version:0.0.0 force:False 22:19:49 2022-12-13 22:19:49,840 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 22:19:49 2022-12-13 22:19:49,840 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 22:19:49 2022-12-13 22:19:49,840 [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) 22:19:50 2022-12-13 22:19:50,659 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 22:19:50 2022-12-13 22:19:50,660 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 22:19:50 2022-12-13 22:19:50,660 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:19:50 2022-12-13 22:19:50,660 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:19:50 3.0.0-dev.1 [Pipeline] } 22:19:50 $ docker exec --env ******** --env ******** 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 ssh-agent -k 22:19:50 unset SSH_AUTH_SOCK; 22:19:50 unset SSH_AGENT_PID; 22:19:50 echo Agent pid 78 killed; 22:19:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:19:51 + git semver [Pipeline] } 22:19:51 $ docker stop --time=1 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 22:19:52 $ docker rm -f 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 [Pipeline] // withDockerContainer [Pipeline] sh 22:19:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:19:53 Stashed 1 file(s) [Pipeline] echo 22:19:53 [edgeXSemver]: initialized semver on version 3.0.0-dev.1 [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 22:19:53 provisioning config files... 22:19:53 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config867063360009206552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:19:53 ---> docker-login.sh 22:19:53 nexus3.edgexfoundry.org:10001 22:19:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:53 Configure a credential helper to remove this warning. See 22:19:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:53 22:19:53 Login Succeeded 22:19:53 nexus3.edgexfoundry.org:10002 22:19:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:53 Configure a credential helper to remove this warning. See 22:19:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:53 22:19:53 Login Succeeded 22:19:53 nexus3.edgexfoundry.org:10003 22:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:54 Configure a credential helper to remove this warning. See 22:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:54 22:19:54 Login Succeeded 22:19:54 nexus3.edgexfoundry.org:10004 22:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:54 Configure a credential helper to remove this warning. See 22:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:54 22:19:54 Login Succeeded 22:19:54 docker.io 22:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:54 Configure a credential helper to remove this warning. See 22:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:54 22:19:54 Login Succeeded 22:19:54 ---> docker-login.sh ends [Pipeline] } 22:19:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:19:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:19:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:19:54 ========================================================= 22:19:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:19:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:54 + 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 . 22:19:54 Sending build context to Docker daemon 3.195MB 22:19:54 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 22:19:54 Step 2/13 : FROM ${BASE} AS builder 22:19:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:19:54 213ec9aee27d: Pulling fs layer 22:19:54 4583459ba037: Pulling fs layer 22:19:54 93c1e223e6f2: Pulling fs layer 22:19:54 53926ce57604: Pulling fs layer 22:19:54 21b2b0c7a3f4: Pulling fs layer 22:19:54 22ff95d597cd: Pulling fs layer 22:19:54 12d6caf4c0d1: Pulling fs layer 22:19:54 96b7cbca73a9: Pulling fs layer 22:19:54 a7acece74701: Pulling fs layer 22:19:54 96b7cbca73a9: Waiting 22:19:54 22ff95d597cd: Waiting 22:19:54 12d6caf4c0d1: Waiting 22:19:54 a7acece74701: Waiting 22:19:54 53926ce57604: Waiting 22:19:54 21b2b0c7a3f4: Waiting 22:19:54 93c1e223e6f2: Verifying Checksum 22:19:54 93c1e223e6f2: Download complete 22:19:54 4583459ba037: Verifying Checksum 22:19:54 4583459ba037: Download complete 22:19:54 21b2b0c7a3f4: Verifying Checksum 22:19:54 21b2b0c7a3f4: Download complete 22:19:54 22ff95d597cd: Verifying Checksum 22:19:54 22ff95d597cd: Download complete 22:19:55 213ec9aee27d: Verifying Checksum 22:19:55 213ec9aee27d: Download complete 22:19:55 12d6caf4c0d1: Download complete 22:19:55 213ec9aee27d: Pull complete 22:19:55 4583459ba037: Pull complete 22:19:55 93c1e223e6f2: Pull complete 22:19:56 a7acece74701: Verifying Checksum 22:19:56 a7acece74701: Download complete 22:19:56 96b7cbca73a9: Verifying Checksum 22:19:56 96b7cbca73a9: Download complete 22:19:56 53926ce57604: Verifying Checksum 22:19:56 53926ce57604: Download complete 22:19:59 53926ce57604: Pull complete 22:19:59 21b2b0c7a3f4: Pull complete 22:19:59 22ff95d597cd: Pull complete 22:19:59 12d6caf4c0d1: Pull complete 22:20:01 96b7cbca73a9: Pull complete 22:20:02 a7acece74701: Pull complete 22:20:02 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:20:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:20:02 ---> db6d94c90886 22:20:02 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:20:04 ---> Running in ef4a9c08b4e2 22:20:04 Removing intermediate container ef4a9c08b4e2 22:20:04 ---> 6f7080cb218a 22:20:04 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 22:20:04 ---> Running in 42320903ef81 22:20:04 Removing intermediate container 42320903ef81 22:20:04 ---> f8c4387d81c3 22:20:04 Step 5/13 : ARG ADD_BUILD_TAGS="" 22:20:04 ---> Running in 13e4c7add1aa 22:20:04 Removing intermediate container 13e4c7add1aa 22:20:04 ---> 639ddac6a3ab 22:20:04 Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:20:04 ---> Running in f20d9113623c 22:20:04 Removing intermediate container f20d9113623c 22:20:04 ---> 3418155eddbc 22:20:04 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:20:04 ---> Running in ee1d2b2ab599 22:20:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:20:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:20:05 OK: 211 MiB in 51 packages 22:20:05 Removing intermediate container ee1d2b2ab599 22:20:05 ---> 6c4e9eb3c9ed 22:20:05 Step 8/13 : WORKDIR /app 22:20:05 ---> Running in ab8f69fcd19f 22:20:05 Removing intermediate container ab8f69fcd19f 22:20:05 ---> 5d36b9290787 22:20:05 Step 9/13 : COPY go.mod vendor* ./ 22:20:06 ---> 8234d727292c 22:20:06 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:20:06 ---> Running in 58988cb2490b 22:20:08 Still waiting to schedule task 22:20:08 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-121139’ 22:20:24 Removing intermediate container 58988cb2490b 22:20:24 ---> cae57625e20c 22:20:24 Step 11/13 : COPY . . 22:20:24 ---> 228e2fe5cbfe 22:20:24 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:20:24 ---> Running in 19dd40818727 22:20:24 Removing intermediate container 19dd40818727 22:20:24 ---> f0746c926aa6 22:20:24 Step 13/13 : RUN $MAKE 22:20:24 ---> Running in f53fac9b3efa 22:20:24 noop 22:20:24 Removing intermediate container f53fac9b3efa 22:20:24 ---> 0d1e57750485 22:20:24 Successfully built 0d1e57750485 22:20:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:24 + docker inspect -f . ci-base-image-x86_64 22:20:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:24 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:20:24 $ 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 22:20:24 $ docker top f15b8ef369d65b56ab3a2c8f78ec3f22c2c8bdfffbfb0d998eb99e4906c007dd -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:25 + go version 22:20:25 go version go1.18.7 linux/amd64 [Pipeline] } 22:20:25 $ docker stop --time=1 f15b8ef369d65b56ab3a2c8f78ec3f22c2c8bdfffbfb0d998eb99e4906c007dd 22:20:26 $ docker rm -f f15b8ef369d65b56ab3a2c8f78ec3f22c2c8bdfffbfb0d998eb99e4906c007dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:26 + docker inspect -f . ci-base-image-x86_64 22:20:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:27 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:20:27 $ 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 22:20:27 $ docker top cdfb89eba4428ecfabd77ce67a944eff01c478448d618089239e046caa63542c -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:27 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 22:20:28 + make test 22:20:28 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:20:36 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:20:36 CGO_ENABLED=1 go vet ./... 22:20:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:20:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:20:39 ./bin/test-attribution-txt.sh [Pipeline] echo 22:20:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:20:39 $ docker stop --time=1 cdfb89eba4428ecfabd77ce67a944eff01c478448d618089239e046caa63542c 22:20:40 $ docker rm -f cdfb89eba4428ecfabd77ce67a944eff01c478448d618089239e046caa63542c [Pipeline] // withDockerContainer [Pipeline] sh 22:20:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:20:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:20:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:20:42 + ls -al . 22:20:42 total 184 22:20:42 drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 22:20 . 22:20:42 drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 22:19 .. 22:20:42 -rw-rw-r-- 1 jenkins jenkins 119 Dec 13 22:19 .dockerignore 22:20:42 drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 22:19 .git 22:20:42 drwxrwxr-x 3 jenkins jenkins 4096 Dec 13 22:19 .github 22:20:42 -rw-rw-r-- 1 jenkins jenkins 171 Dec 13 22:19 .gitignore 22:20:42 drwxr-xr-x 3 jenkins jenkins 4096 Dec 13 22:19 .semver 22:20:42 -rw-rw-r-- 1 jenkins jenkins 9207 Dec 13 22:19 Attribution.txt 22:20:42 -rw-rw-r-- 1 jenkins jenkins 29118 Dec 13 22:19 CHANGELOG.md 22:20:42 -rw-rw-r-- 1 jenkins jenkins 2058 Dec 13 22:19 Dockerfile 22:20:42 -rw-rw-r-- 1 jenkins jenkins 677 Dec 13 22:19 GOVERNANCE.md 22:20:42 -rw-rw-r-- 1 jenkins jenkins 688 Dec 13 22:19 Jenkinsfile 22:20:42 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 13 22:19 LICENSE 22:20:42 -rw-rw-r-- 1 jenkins jenkins 618 Dec 13 22:19 OWNERS.md 22:20:42 -rw-rw-r-- 1 jenkins jenkins 4369 Dec 13 22:19 README.md 22:20:42 -rw-rw-r-- 1 jenkins jenkins 11 Dec 13 22:19 VERSION 22:20:42 drwxrwxr-x 2 jenkins jenkins 4096 Dec 13 22:19 bin 22:20:42 -rw-r--r-- 1 jenkins jenkins 10 Dec 13 22:20 coverage.out 22:20:42 -rw-rw-r-- 1 jenkins jenkins 3396 Dec 13 22:19 go.mod 22:20:42 -rw-rw-r-- 1 jenkins jenkins 44230 Dec 13 22:19 go.sum 22:20:42 -rw-rw-r-- 1 jenkins jenkins 1949 Dec 13 22:19 main.go 22:20:42 -rw-rw-r-- 1 jenkins jenkins 2185 Dec 13 22:19 makefile 22:20:42 drwxrwxr-x 10 jenkins jenkins 4096 Dec 13 22:19 res 22:20:42 drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 22:19 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:42 + 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=567a9513bdf41f4241f3f16eba2134c73a24fbd7 --label arch=amd64 --label version=3.0.0-dev.1 . 22:20:42 Sending build context to Docker daemon 3.196MB 22:20:42 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 22:20:42 Step 2/27 : FROM ${BASE} AS builder 22:20:42 ---> 0d1e57750485 22:20:42 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:20:42 ---> Running in 7dcb9971e33f 22:20:42 Removing intermediate container 7dcb9971e33f 22:20:42 ---> c1157d7c1a15 22:20:42 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:20:42 ---> Running in 0a8648d15ef1 22:20:42 Removing intermediate container 0a8648d15ef1 22:20:42 ---> c89c0ff04ce5 22:20:42 Step 5/27 : ARG ADD_BUILD_TAGS="" 22:20:42 ---> Running in 4edd4bc483f4 22:20:42 Removing intermediate container 4edd4bc483f4 22:20:42 ---> 2ae463e710c3 22:20:42 Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:20:42 ---> Running in 016582ccc0a9 22:20:42 Removing intermediate container 016582ccc0a9 22:20:42 ---> a3fad5409058 22:20:42 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:20:42 ---> Running in cfe0c952d23c 22:20:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:20:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:20:43 OK: 211 MiB in 51 packages 22:20:43 Removing intermediate container cfe0c952d23c 22:20:43 ---> 55277c9a40ff 22:20:43 Step 8/27 : WORKDIR /app 22:20:43 ---> Running in 4ce7bc85b61e 22:20:43 Removing intermediate container 4ce7bc85b61e 22:20:43 ---> 6b37d6445664 22:20:43 Step 9/27 : COPY go.mod vendor* ./ 22:20:43 ---> aafb1fec3bd2 22:20:43 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:20:43 ---> Running in 62314c44b1a2 22:20:44 Removing intermediate container 62314c44b1a2 22:20:44 ---> da3eef4d6548 22:20:44 Step 11/27 : COPY . . 22:20:44 ---> bb5a8be663bc 22:20:44 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:20:44 ---> Running in e981ce258d77 22:20:44 Removing intermediate container e981ce258d77 22:20:44 ---> 085304812b93 22:20:44 Step 13/27 : RUN $MAKE 22:20:44 ---> Running in c51557646b9c 22:20:45 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.1" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 22:21:03 Removing intermediate container c51557646b9c 22:21:03 ---> 3ef7338d5cf6 22:21:03 Step 14/27 : FROM alpine:3.16 22:21:03 3.16: Pulling from library/alpine 22:21:03 ca7dd9ec2225: Pulling fs layer 22:21:03 ca7dd9ec2225: Verifying Checksum 22:21:03 ca7dd9ec2225: Download complete 22:21:03 ca7dd9ec2225: Pull complete 22:21:03 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:21:03 Status: Downloaded newer image for alpine:3.16 22:21:03 ---> bfe296a52501 22:21:03 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:21:03 ---> Running in 89d838587782 22:21:04 Removing intermediate container 89d838587782 22:21:04 ---> b3e97b6c4f37 22:21:04 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:21:04 ---> Running in 01e32de163da 22:21:04 Removing intermediate container 01e32de163da 22:21:04 ---> 2a0f6304c9f1 22:21:04 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 22:21:04 ---> Running in e3144d3d2497 22:21:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:21:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:21:04 (1/7) Installing ca-certificates (20220614-r0) 22:21:04 (2/7) Installing dumb-init (1.2.5-r1) 22:21:04 (3/7) Installing libgcc (11.2.1_git20220219-r2) 22:21:04 (4/7) Installing libsodium (1.0.18-r0) 22:21:04 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 22:21:04 (6/7) Installing libzmq (4.3.4-r0) 22:21:04 (7/7) Installing zeromq (4.3.4-r0) 22:21:04 Executing busybox-1.35.0-r17.trigger 22:21:04 Executing ca-certificates-20220614-r0.trigger 22:21:04 OK: 9 MiB in 21 packages 22:21:05 Removing intermediate container e3144d3d2497 22:21:05 ---> 939110011e92 22:21:05 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:21:05 ---> 3bf71edd09a4 22:21:05 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:21:05 ---> 8211679f7aa2 22:21:05 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:21:05 ---> b04288178172 22:21:05 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:21:06 ---> 92d62075a2bf 22:21:06 Step 22/27 : EXPOSE 48095 22:21:06 ---> Running in 5d528ba0b16d 22:21:06 Removing intermediate container 5d528ba0b16d 22:21:06 ---> a8793a9c644a 22:21:06 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:21:06 ---> Running in d0978a0d5fc1 22:21:06 Removing intermediate container d0978a0d5fc1 22:21:06 ---> 73da0311936d 22:21:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:06 ---> Running in 64607afc2de6 22:21:06 Removing intermediate container 64607afc2de6 22:21:06 ---> 8e48512e64f4 22:21:06 Step 25/27 : LABEL arch=amd64 22:21:06 ---> Running in 746f2a0780ee 22:21:06 Removing intermediate container 746f2a0780ee 22:21:06 ---> 463ca6cdd674 22:21:06 Step 26/27 : LABEL git_sha=567a9513bdf41f4241f3f16eba2134c73a24fbd7 22:21:06 ---> Running in ade519fd0138 22:21:06 Removing intermediate container ade519fd0138 22:21:06 ---> 241000fd4bab 22:21:06 Step 27/27 : LABEL version=3.0.0-dev.1 22:21:06 ---> Running in 35bfb9ead8a3 22:21:06 Removing intermediate container 35bfb9ead8a3 22:21:06 ---> d04b916b21af 22:21:06 [Warning] One or more build-args [ARCH] were not consumed 22:21:06 Successfully built d04b916b21af 22:21:06 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 22:21:06 provisioning config files... 22:21:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2804736626785521140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:07 ---> docker-login.sh 22:21:07 nexus3.edgexfoundry.org:10001 22:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:07 Configure a credential helper to remove this warning. See 22:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:07 22:21:07 Login Succeeded 22:21:07 nexus3.edgexfoundry.org:10002 22:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:07 Configure a credential helper to remove this warning. See 22:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:07 22:21:07 Login Succeeded 22:21:07 nexus3.edgexfoundry.org:10003 22:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:07 Configure a credential helper to remove this warning. See 22:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:07 22:21:07 Login Succeeded 22:21:07 nexus3.edgexfoundry.org:10004 22:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:07 Configure a credential helper to remove this warning. See 22:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:07 22:21:07 Login Succeeded 22:21:07 docker.io 22:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:07 Configure a credential helper to remove this warning. See 22:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:07 22:21:07 Login Succeeded 22:21:07 ---> docker-login.sh ends [Pipeline] } 22:21:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:21:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:21:07 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 22:21:07 567a9513bdf41f4241f3f16eba2134c73a24fbd7 22:21:07 latest 22:21:07 3.0.0-dev.1 22:21:07 567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 22:21:07 main 22:21:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:08 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:08 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7 22:21:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:21:08 b9e15008b840: Preparing 22:21:08 7d39dce6ef58: Preparing 22:21:08 6ccaa83fe7f2: Preparing 22:21:08 ed9fa1f8809c: Preparing 22:21:08 2d3e90e45d71: Preparing 22:21:08 e5e13b0c77cb: Preparing 22:21:08 e5e13b0c77cb: Waiting 22:21:08 ed9fa1f8809c: Pushed 22:21:08 6ccaa83fe7f2: Pushed 22:21:08 7d39dce6ef58: Pushed 22:21:08 e5e13b0c77cb: Layer already exists 22:21:08 2d3e90e45d71: Pushed 22:21:10 b9e15008b840: Pushed 22:21:10 567a9513bdf41f4241f3f16eba2134c73a24fbd7: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:11 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 22:21:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:21:11 b9e15008b840: Preparing 22:21:11 7d39dce6ef58: Preparing 22:21:11 6ccaa83fe7f2: Preparing 22:21:11 ed9fa1f8809c: Preparing 22:21:11 2d3e90e45d71: Preparing 22:21:11 e5e13b0c77cb: Preparing 22:21:11 e5e13b0c77cb: Waiting 22:21:11 7d39dce6ef58: Layer already exists 22:21:11 ed9fa1f8809c: Layer already exists 22:21:11 6ccaa83fe7f2: Layer already exists 22:21:11 b9e15008b840: Layer already exists 22:21:11 2d3e90e45d71: Layer already exists 22:21:11 e5e13b0c77cb: Layer already exists 22:21:11 latest: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:11 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.1 22:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:21:12 b9e15008b840: Preparing 22:21:12 7d39dce6ef58: Preparing 22:21:12 6ccaa83fe7f2: Preparing 22:21:12 ed9fa1f8809c: Preparing 22:21:12 2d3e90e45d71: Preparing 22:21:12 e5e13b0c77cb: Preparing 22:21:12 e5e13b0c77cb: Waiting 22:21:12 ed9fa1f8809c: Layer already exists 22:21:12 b9e15008b840: Layer already exists 22:21:12 2d3e90e45d71: Layer already exists 22:21:12 7d39dce6ef58: Layer already exists 22:21:12 6ccaa83fe7f2: Layer already exists 22:21:12 e5e13b0c77cb: Layer already exists 22:21:12 3.0.0-dev.1: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:12 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 22:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:21:12 b9e15008b840: Preparing 22:21:12 7d39dce6ef58: Preparing 22:21:12 6ccaa83fe7f2: Preparing 22:21:12 ed9fa1f8809c: Preparing 22:21:12 2d3e90e45d71: Preparing 22:21:12 e5e13b0c77cb: Preparing 22:21:12 e5e13b0c77cb: Waiting 22:21:12 ed9fa1f8809c: Layer already exists 22:21:12 6ccaa83fe7f2: Layer already exists 22:21:12 b9e15008b840: Layer already exists 22:21:12 7d39dce6ef58: Layer already exists 22:21:12 2d3e90e45d71: Layer already exists 22:21:12 e5e13b0c77cb: Layer already exists 22:21:12 567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:13 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:13 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 22:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:21:13 b9e15008b840: Preparing 22:21:13 7d39dce6ef58: Preparing 22:21:13 6ccaa83fe7f2: Preparing 22:21:13 ed9fa1f8809c: Preparing 22:21:13 2d3e90e45d71: Preparing 22:21:13 e5e13b0c77cb: Preparing 22:21:13 e5e13b0c77cb: Waiting 22:21:13 ed9fa1f8809c: Layer already exists 22:21:13 2d3e90e45d71: Layer already exists 22:21:13 b9e15008b840: Layer already exists 22:21:13 6ccaa83fe7f2: Layer already exists 22:21:13 7d39dce6ef58: Layer already exists 22:21:13 e5e13b0c77cb: Layer already exists 22:21:13 main: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:21:13 ===================================================== [Pipeline] echo 22:21:13 taggedImages: 22:21:13 - nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7 22:21:13 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 22:21:13 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.1 22:21:13 - nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 22:21:13 - 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 22:21:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:21:13 22:21:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:21:14 latest: Pulling from edgex-lftools-log-publisher 22:21:14 5eb5b503b376: Pulling fs layer 22:21:14 5c69ac0246d0: Pulling fs layer 22:21:14 ec43610c2a17: Pulling fs layer 22:21:14 3a2ae6a8a46f: Pulling fs layer 22:21:14 33b1e0a273af: Pulling fs layer 22:21:14 5d3b04190fa2: Pulling fs layer 22:21:14 2f39f015ded8: Pulling fs layer 22:21:14 33b1e0a273af: Waiting 22:21:14 5d3b04190fa2: Waiting 22:21:14 3a2ae6a8a46f: Waiting 22:21:14 5c69ac0246d0: Verifying Checksum 22:21:14 5c69ac0246d0: Download complete 22:21:14 3a2ae6a8a46f: Verifying Checksum 22:21:14 3a2ae6a8a46f: Download complete 22:21:14 33b1e0a273af: Verifying Checksum 22:21:14 33b1e0a273af: Download complete 22:21:14 5d3b04190fa2: Verifying Checksum 22:21:14 5d3b04190fa2: Download complete 22:21:14 ec43610c2a17: Verifying Checksum 22:21:14 ec43610c2a17: Download complete 22:21:14 5eb5b503b376: Download complete 22:21:14 2f39f015ded8: Download complete 22:21:15 5eb5b503b376: Pull complete 22:21:15 5c69ac0246d0: Pull complete 22:21:16 ec43610c2a17: Pull complete 22:21:16 3a2ae6a8a46f: Pull complete 22:21:16 33b1e0a273af: Pull complete 22:21:16 5d3b04190fa2: Pull complete 22:21:20 2f39f015ded8: Pull complete 22:21:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:21:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:21:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:21:20 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:21:20 $ 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 22:21:21 $ docker top 7efb306b8823b45b6fb3b2d1fff79b718439b00a48c00526571f7565321e1078 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:22 ---> job-cost.sh 22:21:22 lf-activate-venv: SKIPPING 22:21:22 INFO: No Stack... 22:21:22 INFO: Retrieving Pricing Info for: v3-standard-8 22:21:23 INFO: Archiving Costs [Pipeline] sh 22:21:23 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 22:21:23 + cut -d, -f6 [Pipeline] lock 22:21:23 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] 22:21:23 Resource [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] did not exist. Created. 22:21:23 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:21:23 + echo total: 0.2199999988079071 [Pipeline] stash 22:21:23 Stashed 1 file(s) [Pipeline] } 22:21:23 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [Pipeline] // lock [Pipeline] } 22:21:23 $ docker stop --time=1 7efb306b8823b45b6fb3b2d1fff79b718439b00a48c00526571f7565321e1078 22:21:24 $ docker rm -f 7efb306b8823b45b6fb3b2d1fff79b718439b00a48c00526571f7565321e1078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:23:44 Running on prd-ubuntu20.04-docker-arm64-4c-16g-121142 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 22:23:44 Running in /w/workspace/app-service-configurable/118 [Pipeline] { [Pipeline] checkout 22:23:44 Selected Git installation does not exist. Using Default 22:23:44 The recommended git tool is: NONE 22:23:49 using credential edgex-jenkins-ssh 22:23:49 Cloning the remote Git repository 22:23:49 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:23:49 > git init /w/workspace/app-service-configurable/118 # timeout=10 22:23:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:23:50 > git --version # timeout=10 22:23:50 > git --version # 'git version 2.25.1' 22:23:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:23:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:23:51 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:23:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:23:52 Avoid second fetch 22:23:52 Checking out Revision 567a9513bdf41f4241f3f16eba2134c73a24fbd7 (main) 22:23:52 Commit message: "refactor!: Use latest SDK for flattened config stem (#491)" 22:23:52 > git config core.sparsecheckout # timeout=10 22:23:52 > git checkout -f 567a9513bdf41f4241f3f16eba2134c73a24fbd7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:23:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:23:53 % Total % Received % Xferd Average Speed Time Time Time Current 22:23:53 Dload Upload Total Spent Left Speed 22:23:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 71634 0 --:--:-- --:--:-- --:--:-- 71634 [Pipeline] sh 22:23:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:23:54 + sudo tee /etc/docker/daemon.new 22:23:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:23:54 { 22:23:54 "registry-mirrors": [ 22:23:54 "https://nexus3.edgexfoundry.org:10001" 22:23:54 ], 22:23:54 "bip": "10.250.0.254/24", 22:23:54 "hosts": [ 22:23:54 "tcp://0.0.0.0:5555", 22:23:54 "unix:///var/run/docker.sock" 22:23:54 ], 22:23:54 "mtu": 1458, 22:23:54 "selinux-enabled": true, 22:23:54 "seccomp-profile": "/etc/docker/seccomp.json" 22:23:54 } [Pipeline] sh 22:23:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:23:55 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:24:17 provisioning config files... 22:24:17 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/118@tmp/config4401818364647387321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:24:18 ---> docker-login.sh 22:24:18 nexus3.edgexfoundry.org:10001 22:24:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:18 Configure a credential helper to remove this warning. See 22:24:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:18 22:24:18 Login Succeeded 22:24:18 nexus3.edgexfoundry.org:10002 22:24:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:19 Configure a credential helper to remove this warning. See 22:24:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:19 22:24:19 Login Succeeded 22:24:19 nexus3.edgexfoundry.org:10003 22:24:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:19 Configure a credential helper to remove this warning. See 22:24:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:19 22:24:19 Login Succeeded 22:24:19 nexus3.edgexfoundry.org:10004 22:24:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:19 Configure a credential helper to remove this warning. See 22:24:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:19 22:24:19 Login Succeeded 22:24:19 docker.io 22:24:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:20 Configure a credential helper to remove this warning. See 22:24:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:20 22:24:20 Login Succeeded 22:24:20 ---> docker-login.sh ends [Pipeline] } 22:24:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:24:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:24:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:24:20 ========================================================= 22:24:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:24:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:24:21 + 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 . 22:24:21 Sending build context to Docker daemon 217.6kB 22:24:21 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 22:24:21 Step 2/13 : FROM ${BASE} AS builder 22:24:21 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:24:21 9b18e9b68314: Pulling fs layer 22:24:21 35d82f9e3411: Pulling fs layer 22:24:21 e16973657156: Pulling fs layer 22:24:21 fc693d55d65f: Pulling fs layer 22:24:21 7e9fc2657dce: Pulling fs layer 22:24:21 dda99020689f: Pulling fs layer 22:24:21 db1c61fa0a46: Pulling fs layer 22:24:21 891c053d2c06: Pulling fs layer 22:24:21 dda99020689f: Waiting 22:24:21 db1c61fa0a46: Waiting 22:24:21 891c053d2c06: Waiting 22:24:21 fc693d55d65f: Waiting 22:24:21 7e9fc2657dce: Waiting 22:24:21 e16973657156: Verifying Checksum 22:24:21 e16973657156: Download complete 22:24:21 35d82f9e3411: Download complete 22:24:21 7e9fc2657dce: Verifying Checksum 22:24:21 7e9fc2657dce: Download complete 22:24:21 dda99020689f: Verifying Checksum 22:24:21 dda99020689f: Download complete 22:24:21 9b18e9b68314: Verifying Checksum 22:24:21 9b18e9b68314: Download complete 22:24:22 9b18e9b68314: Pull complete 22:24:23 891c053d2c06: Verifying Checksum 22:24:23 891c053d2c06: Download complete 22:24:23 35d82f9e3411: Pull complete 22:24:23 e16973657156: Pull complete 22:24:24 db1c61fa0a46: Verifying Checksum 22:24:24 db1c61fa0a46: Download complete 22:24:24 fc693d55d65f: Verifying Checksum 22:24:24 fc693d55d65f: Download complete 22:24:39 fc693d55d65f: Pull complete 22:24:39 7e9fc2657dce: Pull complete 22:24:39 dda99020689f: Pull complete 22:24:46 db1c61fa0a46: Pull complete 22:24:47 891c053d2c06: Pull complete 22:24:47 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:24:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:24:47 ---> f96f9c87975a 22:24:47 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:24:49 ---> Running in 840134106b72 22:24:49 Removing intermediate container 840134106b72 22:24:49 ---> ef07c5283727 22:24:49 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 22:24:49 ---> Running in 87c59838f168 22:24:50 Removing intermediate container 87c59838f168 22:24:50 ---> a8733ef08881 22:24:50 Step 5/13 : ARG ADD_BUILD_TAGS="" 22:24:50 ---> Running in c650383c7853 22:24:50 Removing intermediate container c650383c7853 22:24:50 ---> 71597343f5d4 22:24:50 Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:24:50 ---> Running in 5ce8743ec4b4 22:24:51 Removing intermediate container 5ce8743ec4b4 22:24:51 ---> bc68a7b86910 22:24:51 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:24:51 ---> Running in f42915fe81fe 22:24:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:24:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:24:53 OK: 221 MiB in 51 packages 22:24:54 Removing intermediate container f42915fe81fe 22:24:54 ---> ee34552da250 22:24:54 Step 8/13 : WORKDIR /app 22:24:55 ---> Running in e5e577922e7e 22:24:55 Removing intermediate container e5e577922e7e 22:24:55 ---> e9351051839e 22:24:55 Step 9/13 : COPY go.mod vendor* ./ 22:24:55 ---> 17ba916a90da 22:24:55 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:24:55 ---> Running in 777eb30b829c 22:25:52 Removing intermediate container 777eb30b829c 22:25:52 ---> d5767e3f0490 22:25:52 Step 11/13 : COPY . . 22:25:52 ---> a9747ca1864b 22:25:52 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:25:52 ---> Running in 78d27ba03904 22:25:52 Removing intermediate container 78d27ba03904 22:25:52 ---> e8e5023d6114 22:25:52 Step 13/13 : RUN $MAKE 22:25:52 ---> Running in 963a5153dec2 22:25:53 noop 22:25:54 Removing intermediate container 963a5153dec2 22:25:54 ---> a73fb765cdbe 22:25:54 Successfully built a73fb765cdbe 22:25:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:25:54 + docker inspect -f . ci-base-image-arm64 22:25:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:25:54 prd-ubuntu20.04-docker-arm64-4c-16g-121142 does not seem to be running inside a container 22:25:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/118 -v /w/workspace/app-service-configurable/118:/w/workspace/app-service-configurable/118:rw,z -v /w/workspace/app-service-configurable/118@tmp:/w/workspace/app-service-configurable/118@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 22:25:55 $ docker top c8a78e4b6047ad8981f40d0502b7833831e8bd9ba43f0bb40f8b0be01fb27683 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:56 + go version 22:25:56 go version go1.18.7 linux/arm64 [Pipeline] } 22:25:56 $ docker stop --time=1 c8a78e4b6047ad8981f40d0502b7833831e8bd9ba43f0bb40f8b0be01fb27683 22:25:58 $ docker rm -f c8a78e4b6047ad8981f40d0502b7833831e8bd9ba43f0bb40f8b0be01fb27683 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:25:58 + docker inspect -f . ci-base-image-arm64 22:25:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:25:58 prd-ubuntu20.04-docker-arm64-4c-16g-121142 does not seem to be running inside a container 22:25:59 $ 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/118 -v /w/workspace/app-service-configurable/118:/w/workspace/app-service-configurable/118:rw,z -v /w/workspace/app-service-configurable/118@tmp:/w/workspace/app-service-configurable/118@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 22:26:00 $ docker top eaf7bdf13728c4ff37ec13b7014051e8fbb5b36773a45818a540640c063e3945 -eo pid,comm [Pipeline] { [Pipeline] sh 22:26:00 + git config --global --add safe.directory /w/workspace/app-service-configurable/118 [Pipeline] fileExists [Pipeline] sh 22:26:01 + make test 22:26:01 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:27:22 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:27:22 CGO_ENABLED=1 go vet ./... 22:27:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:27:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:27:41 ./bin/test-attribution-txt.sh [Pipeline] echo 22:27:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:27:41 $ docker stop --time=1 eaf7bdf13728c4ff37ec13b7014051e8fbb5b36773a45818a540640c063e3945 22:27:42 $ docker rm -f eaf7bdf13728c4ff37ec13b7014051e8fbb5b36773a45818a540640c063e3945 [Pipeline] // withDockerContainer [Pipeline] sh 22:27:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:27:43 Warning: overwriting stash ‘coverage-report’ 22:27:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:27:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:27:44 + ls -al . 22:27:44 total 180 22:27:44 drwxrwxr-x 7 jenkins jenkins 4096 Dec 13 22:26 . 22:27:44 drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 22:23 .. 22:27:44 -rw-rw-r-- 1 jenkins jenkins 119 Dec 13 22:23 .dockerignore 22:27:44 drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 22:23 .git 22:27:44 drwxrwxr-x 3 jenkins jenkins 4096 Dec 13 22:23 .github 22:27:44 -rw-rw-r-- 1 jenkins jenkins 171 Dec 13 22:23 .gitignore 22:27:44 -rw-rw-r-- 1 jenkins jenkins 9207 Dec 13 22:23 Attribution.txt 22:27:44 -rw-rw-r-- 1 jenkins jenkins 29118 Dec 13 22:23 CHANGELOG.md 22:27:44 -rw-rw-r-- 1 jenkins jenkins 2058 Dec 13 22:23 Dockerfile 22:27:44 -rw-rw-r-- 1 jenkins jenkins 677 Dec 13 22:23 GOVERNANCE.md 22:27:44 -rw-rw-r-- 1 jenkins jenkins 688 Dec 13 22:23 Jenkinsfile 22:27:44 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 13 22:23 LICENSE 22:27:44 -rw-rw-r-- 1 jenkins jenkins 618 Dec 13 22:23 OWNERS.md 22:27:44 -rw-rw-r-- 1 jenkins jenkins 4369 Dec 13 22:23 README.md 22:27:44 -rw-rw-r-- 1 jenkins jenkins 11 Dec 13 22:19 VERSION 22:27:44 drwxrwxr-x 2 jenkins jenkins 4096 Dec 13 22:23 bin 22:27:44 -rw-r--r-- 1 jenkins jenkins 10 Dec 13 22:26 coverage.out 22:27:44 -rw-rw-r-- 1 jenkins jenkins 3396 Dec 13 22:23 go.mod 22:27:44 -rw-rw-r-- 1 jenkins jenkins 44230 Dec 13 22:23 go.sum 22:27:44 -rw-rw-r-- 1 jenkins jenkins 1949 Dec 13 22:23 main.go 22:27:44 -rw-rw-r-- 1 jenkins jenkins 2185 Dec 13 22:23 makefile 22:27:44 drwxrwxr-x 10 jenkins jenkins 4096 Dec 13 22:23 res 22:27:44 drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 22:23 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:27:45 + 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=567a9513bdf41f4241f3f16eba2134c73a24fbd7 --label arch=arm64 --label version=3.0.0-dev.1 . 22:27:45 Sending build context to Docker daemon 218.6kB 22:27:45 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 22:27:45 Step 2/27 : FROM ${BASE} AS builder 22:27:45 ---> a73fb765cdbe 22:27:45 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:27:45 ---> Running in ce38c1451e55 22:27:45 Removing intermediate container ce38c1451e55 22:27:45 ---> 3686e14e17a5 22:27:45 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:27:46 ---> Running in 7214ad8230eb 22:27:47 Removing intermediate container 7214ad8230eb 22:27:47 ---> 0d5c89b19f71 22:27:47 Step 5/27 : ARG ADD_BUILD_TAGS="" 22:27:47 ---> Running in df3eb881d6c1 22:27:47 Removing intermediate container df3eb881d6c1 22:27:47 ---> c35d9d730dcf 22:27:47 Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:27:47 ---> Running in e1650ee99686 22:27:47 Removing intermediate container e1650ee99686 22:27:47 ---> a64a98220c17 22:27:47 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:27:47 ---> Running in 24e1c84d499e 22:27:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:27:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:27:50 OK: 221 MiB in 51 packages 22:27:50 Removing intermediate container 24e1c84d499e 22:27:50 ---> 7c9209650f38 22:27:50 Step 8/27 : WORKDIR /app 22:27:50 ---> Running in 6e77a8fe49b0 22:27:51 Removing intermediate container 6e77a8fe49b0 22:27:51 ---> 0f9110b2450d 22:27:51 Step 9/27 : COPY go.mod vendor* ./ 22:27:51 ---> 4b6500b86ef2 22:27:51 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:27:51 ---> Running in 0501ca1916ef 22:27:53 Removing intermediate container 0501ca1916ef 22:27:53 ---> e3fac38dbeea 22:27:53 Step 11/27 : COPY . . 22:27:54 ---> 5572fe200aa5 22:27:54 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:27:54 ---> Running in c7b4f4cecc58 22:27:54 Removing intermediate container c7b4f4cecc58 22:27:54 ---> 3aa027b3b3ff 22:27:54 Step 13/27 : RUN $MAKE 22:27:54 ---> Running in 909a0a703d28 22:27:55 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.1" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 22:30:32 Removing intermediate container 909a0a703d28 22:30:32 ---> 8069ab1ee34a 22:30:32 Step 14/27 : FROM alpine:3.16 22:30:32 3.16: Pulling from library/alpine 22:30:32 6875df1f5354: Pulling fs layer 22:30:32 6875df1f5354: Verifying Checksum 22:30:32 6875df1f5354: Download complete 22:30:32 6875df1f5354: Pull complete 22:30:32 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:30:32 Status: Downloaded newer image for alpine:3.16 22:30:32 ---> 2b4661558fb8 22:30:32 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:30:32 ---> Running in 9ae8dc5cc466 22:30:32 Removing intermediate container 9ae8dc5cc466 22:30:32 ---> cd75af3f966e 22:30:32 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:30:32 ---> Running in db961d33d4ce 22:30:32 Removing intermediate container db961d33d4ce 22:30:32 ---> bfac3c3992de 22:30:32 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 22:30:32 ---> Running in ba4a8b3aef48 22:30:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:30:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:30:32 (1/7) Installing ca-certificates (20220614-r0) 22:30:32 (2/7) Installing dumb-init (1.2.5-r1) 22:30:32 (3/7) Installing libgcc (11.2.1_git20220219-r2) 22:30:32 (4/7) Installing libsodium (1.0.18-r0) 22:30:32 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 22:30:32 (6/7) Installing libzmq (4.3.4-r0) 22:30:32 (7/7) Installing zeromq (4.3.4-r0) 22:30:32 Executing busybox-1.35.0-r17.trigger 22:30:32 Executing ca-certificates-20220614-r0.trigger 22:30:32 OK: 9 MiB in 21 packages 22:30:32 Removing intermediate container ba4a8b3aef48 22:30:32 ---> 9705e40ae2b9 22:30:32 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:30:32 ---> 00560e54d63c 22:30:32 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:30:32 ---> 61c509db4ebf 22:30:32 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:30:32 ---> a4b67037b74b 22:30:32 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:30:33 ---> f94a7cb47125 22:30:33 Step 22/27 : EXPOSE 48095 22:30:33 ---> Running in fd86a6b0e5b4 22:30:33 Removing intermediate container fd86a6b0e5b4 22:30:33 ---> fbcbc3673806 22:30:33 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:30:33 ---> Running in 840b41fdceff 22:30:34 Removing intermediate container 840b41fdceff 22:30:34 ---> a0aafd09047d 22:30:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:34 ---> Running in 9756d590848d 22:30:34 Removing intermediate container 9756d590848d 22:30:34 ---> 997cc926707a 22:30:34 Step 25/27 : LABEL arch=arm64 22:30:34 ---> Running in 12f86cd6b3af 22:30:34 Removing intermediate container 12f86cd6b3af 22:30:34 ---> f18595d86c8b 22:30:34 Step 26/27 : LABEL git_sha=567a9513bdf41f4241f3f16eba2134c73a24fbd7 22:30:35 ---> Running in 3d29400372df 22:30:35 Removing intermediate container 3d29400372df 22:30:35 ---> ecfa12863c59 22:30:35 Step 27/27 : LABEL version=3.0.0-dev.1 22:30:35 ---> Running in 84c66bd202c6 22:30:37 Removing intermediate container 84c66bd202c6 22:30:37 ---> 9fa69ed2dbd5 22:30:37 [Warning] One or more build-args [ARCH] were not consumed 22:30:37 Successfully built 9fa69ed2dbd5 22:30:37 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 22:30:38 provisioning config files... 22:30:38 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/118@tmp/config13421691479631901072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:30:38 ---> docker-login.sh 22:30:38 nexus3.edgexfoundry.org:10001 22:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:38 Configure a credential helper to remove this warning. See 22:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:38 22:30:38 Login Succeeded 22:30:38 nexus3.edgexfoundry.org:10002 22:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:38 Configure a credential helper to remove this warning. See 22:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:38 22:30:38 Login Succeeded 22:30:38 nexus3.edgexfoundry.org:10003 22:30:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:39 Configure a credential helper to remove this warning. See 22:30:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:39 22:30:39 Login Succeeded 22:30:39 nexus3.edgexfoundry.org:10004 22:30:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:39 Configure a credential helper to remove this warning. See 22:30:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:39 22:30:39 Login Succeeded 22:30:39 docker.io 22:30:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:40 Configure a credential helper to remove this warning. See 22:30:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:40 22:30:40 Login Succeeded 22:30:40 ---> docker-login.sh ends [Pipeline] } 22:30:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:30:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:30:40 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 22:30:40 567a9513bdf41f4241f3f16eba2134c73a24fbd7 22:30:40 latest 22:30:40 3.0.0-dev.1 22:30:40 567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 22:30:40 main 22:30:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:40 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:41 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7 22:30:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:30:41 bcd44ea842a6: Preparing 22:30:41 99127fd58e9f: Preparing 22:30:41 cb227ad901e8: Preparing 22:30:41 64e12fec86fe: Preparing 22:30:41 bcfc569959b7: Preparing 22:30:41 17bec77d7fdc: Preparing 22:30:41 17bec77d7fdc: Waiting 22:30:41 cb227ad901e8: Pushed 22:30:41 64e12fec86fe: Pushed 22:30:41 99127fd58e9f: Pushed 22:30:41 17bec77d7fdc: Layer already exists 22:30:42 bcfc569959b7: Pushed 22:30:46 bcd44ea842a6: Pushed 22:30:46 567a9513bdf41f4241f3f16eba2134c73a24fbd7: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:47 + 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 22:30:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 22:30:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:30:47 bcd44ea842a6: Preparing 22:30:47 99127fd58e9f: Preparing 22:30:47 cb227ad901e8: Preparing 22:30:47 64e12fec86fe: Preparing 22:30:47 bcfc569959b7: Preparing 22:30:47 17bec77d7fdc: Preparing 22:30:47 17bec77d7fdc: Waiting 22:30:47 64e12fec86fe: Layer already exists 22:30:47 cb227ad901e8: Layer already exists 22:30:47 99127fd58e9f: Layer already exists 22:30:47 bcd44ea842a6: Layer already exists 22:30:47 bcfc569959b7: Layer already exists 22:30:47 17bec77d7fdc: Layer already exists 22:30:47 latest: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:48 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:48 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.1 22:30:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:30:48 bcd44ea842a6: Preparing 22:30:48 99127fd58e9f: Preparing 22:30:48 cb227ad901e8: Preparing 22:30:48 64e12fec86fe: Preparing 22:30:48 bcfc569959b7: Preparing 22:30:48 17bec77d7fdc: Preparing 22:30:48 17bec77d7fdc: Waiting 22:30:48 bcd44ea842a6: Layer already exists 22:30:48 64e12fec86fe: Layer already exists 22:30:48 cb227ad901e8: Layer already exists 22:30:48 99127fd58e9f: Layer already exists 22:30:48 bcfc569959b7: Layer already exists 22:30:48 17bec77d7fdc: Layer already exists 22:30:48 3.0.0-dev.1: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:49 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:49 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 22:30:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:30:49 bcd44ea842a6: Preparing 22:30:49 99127fd58e9f: Preparing 22:30:49 cb227ad901e8: Preparing 22:30:49 64e12fec86fe: Preparing 22:30:49 bcfc569959b7: Preparing 22:30:49 17bec77d7fdc: Preparing 22:30:49 17bec77d7fdc: Waiting 22:30:49 bcfc569959b7: Layer already exists 22:30:49 99127fd58e9f: Layer already exists 22:30:49 64e12fec86fe: Layer already exists 22:30:49 bcd44ea842a6: Layer already exists 22:30:49 cb227ad901e8: Layer already exists 22:30:49 17bec77d7fdc: Layer already exists 22:30:49 567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:50 + 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 22:30:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 22:30:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:30:50 bcd44ea842a6: Preparing 22:30:50 99127fd58e9f: Preparing 22:30:50 cb227ad901e8: Preparing 22:30:50 64e12fec86fe: Preparing 22:30:50 bcfc569959b7: Preparing 22:30:50 17bec77d7fdc: Preparing 22:30:50 17bec77d7fdc: Waiting 22:30:50 64e12fec86fe: Layer already exists 22:30:50 bcd44ea842a6: Layer already exists 22:30:50 cb227ad901e8: Layer already exists 22:30:50 99127fd58e9f: Layer already exists 22:30:50 bcfc569959b7: Layer already exists 22:30:50 17bec77d7fdc: Layer already exists 22:30:50 main: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:30:50 ===================================================== [Pipeline] echo 22:30:50 taggedImages: 22:30:50 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7 22:30:50 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 22:30:50 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.1 22:30:50 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 22:30:50 - 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 22:30:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:30:51 22:30:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:30:51 arm64: Pulling from edgex-lftools-log-publisher 22:30:51 8998bd30e6a1: Pulling fs layer 22:30:51 04944245beec: Pulling fs layer 22:30:51 699f458cf7ca: Pulling fs layer 22:30:51 765212b225bb: Pulling fs layer 22:30:51 f23df028b6ca: Pulling fs layer 22:30:51 d65c8cfc05b1: Pulling fs layer 22:30:51 2437ff75d9bd: Pulling fs layer 22:30:51 765212b225bb: Waiting 22:30:51 f23df028b6ca: Waiting 22:30:51 d65c8cfc05b1: Waiting 22:30:51 2437ff75d9bd: Waiting 22:30:51 04944245beec: Verifying Checksum 22:30:51 04944245beec: Download complete 22:30:51 765212b225bb: Verifying Checksum 22:30:51 765212b225bb: Download complete 22:30:51 f23df028b6ca: Verifying Checksum 22:30:51 f23df028b6ca: Download complete 22:30:51 d65c8cfc05b1: Verifying Checksum 22:30:51 d65c8cfc05b1: Download complete 22:30:51 699f458cf7ca: Verifying Checksum 22:30:51 699f458cf7ca: Download complete 22:30:52 8998bd30e6a1: Verifying Checksum 22:30:52 8998bd30e6a1: Download complete 22:30:54 2437ff75d9bd: Verifying Checksum 22:30:54 2437ff75d9bd: Download complete 22:30:56 8998bd30e6a1: Pull complete 22:30:56 04944245beec: Pull complete 22:30:57 699f458cf7ca: Pull complete 22:30:57 765212b225bb: Pull complete 22:30:58 f23df028b6ca: Pull complete 22:30:58 d65c8cfc05b1: Pull complete 22:31:11 2437ff75d9bd: Pull complete 22:31:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:31:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:31:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:11 prd-ubuntu20.04-docker-arm64-4c-16g-121142 does not seem to be running inside a container 22:31:11 $ 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/118 -v /w/workspace/app-service-configurable/118:/w/workspace/app-service-configurable/118:rw,z -v /w/workspace/app-service-configurable/118@tmp:/w/workspace/app-service-configurable/118@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 22:31:14 $ docker top 0923eeb1858ef4935d49440dd18d8c38213f632f833aea4c2ca296c9ef4cc8cd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:31:15 ---> job-cost.sh 22:31:15 lf-activate-venv: SKIPPING 22:31:15 INFO: No Stack... 22:31:15 INFO: Retrieving Pricing Info for: v3-standard-4 22:31:16 INFO: Archiving Costs [Pipeline] sh 22:31:17 + cat /w/workspace/app-service-configurable/118/archives/cost.csv+ 22:31:17 cut -d, -f6 [Pipeline] lock 22:31:17 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] 22:31:17 Resource [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] did not exist. Created. 22:31:17 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:31:17 /w/workspace/app-service-configurable/118@tmp/durable-957b6c1b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:31:18 + echo total: 0.10999999940395355 [Pipeline] stash 22:31:18 Warning: overwriting stash ‘stack-cost’ 22:31:18 Stashed 1 file(s) [Pipeline] } 22:31:18 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [Pipeline] // lock [Pipeline] } 22:31:18 $ docker stop --time=1 0923eeb1858ef4935d49440dd18d8c38213f632f833aea4c2ca296c9ef4cc8cd 22:31:20 $ docker rm -f 0923eeb1858ef4935d49440dd18d8c38213f632f833aea4c2ca296c9ef4cc8cd [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 22:31:20 provisioning config files... 22:31:20 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10911754669672742323tmp [Pipeline] { [Pipeline] sh 22:31:20 + set +x 22:31:20 + bash -s -- 22:31:20 + curl -s https://codecov.io/bash 22:31:20 22:31:20 _____ _ 22:31:20 / ____| | | 22:31:20 | | ___ __| | ___ ___ _____ __ 22:31:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:31:20 | |___| (_) | (_| | __/ (_| (_) \ V / 22:31:20 \_____\___/ \__,_|\___|\___\___/ \_/ 22:31:20 Bash-1.0.6 22:31:20 22:31:20 22:31:20 ==> git version 2.25.1 found 22:31:20 ==> 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 22:31:20 Release-Date: 2020-01-08 22:31:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:31:20 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:31:20 ==> Jenkins CI detected. 22:31:20 current dir:  /w/workspace/ry_app-service-configurable_main 22:31:20 project root: . 22:31:20 --> token set from env 22:31:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:31:20 ==> Running gcov in . (disable via -X gcov) 22:31:20 ==> Python coveragepy not found 22:31:20 ==> Searching for coverage reports in: 22:31:20 + . 22:31:20 -> Found 1 reports 22:31:20 ==> Detecting git/mercurial file structure 22:31:20 ==> Reading reports 22:31:20 + ./coverage.out bytes=10 22:31:20 ==> Appending adjustments 22:31:20 https://docs.codecov.io/docs/fixing-reports 22:31:21 + Found adjustments 22:31:21 ==> Gzipping contents 22:31:21 4.0K /tmp/codecov.EZrAva.gz 22:31:21 ==> Uploading reports 22:31:21 url: https://codecov.io 22:31:21 query: branch=main&commit=567a9513bdf41f4241f3f16eba2134c73a24fbd7&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F118%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:31:21 -> Pinging Codecov 22:31:21 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=567a9513bdf41f4241f3f16eba2134c73a24fbd7&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F118%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:31:21 -> Uploading to 22:31:21 https://storage.googleapis.com/codecov/v4/raw/2022-12-13/A97CA9966030D2A3747ED39772930CCE/567a9513bdf41f4241f3f16eba2134c73a24fbd7/eef9dafc-54aa-440d-903f-0231afb4f75e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221213T223121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a5aa28824f193e661bddcf62cc8b3e4b3abbad47d3043f3bd0e157f0337136e8 22:31:21 % Total % Received % Xferd Average Speed Time Time Time Current 22:31:21 Dload Upload Total Spent Left Speed 22:31:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2621 --:--:-- --:--:-- --:--:-- 2621 22:31:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] } 22:31:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:31:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:31:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:31:22 22:31:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:31:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:31:22 df9b9388f04a: Pulling fs layer 22:31:22 52dc419b0ee2: Pulling fs layer 22:31:22 25bc292e5bac: Pulling fs layer 22:31:22 114826534d7a: Pulling fs layer 22:31:22 4657fd5d0bcf: Pulling fs layer 22:31:22 6ad1cebc031e: Pulling fs layer 22:31:22 8a3aa393b2d8: Pulling fs layer 22:31:22 114826534d7a: Waiting 22:31:22 4657fd5d0bcf: Waiting 22:31:22 6ad1cebc031e: Waiting 22:31:22 8a3aa393b2d8: Waiting 22:31:22 25bc292e5bac: Verifying Checksum 22:31:22 25bc292e5bac: Download complete 22:31:22 52dc419b0ee2: Verifying Checksum 22:31:22 52dc419b0ee2: Download complete 22:31:22 4657fd5d0bcf: Verifying Checksum 22:31:22 4657fd5d0bcf: Download complete 22:31:22 df9b9388f04a: Download complete 22:31:22 df9b9388f04a: Pull complete 22:31:22 6ad1cebc031e: Verifying Checksum 22:31:22 6ad1cebc031e: Download complete 22:31:22 52dc419b0ee2: Pull complete 22:31:22 25bc292e5bac: Pull complete 22:31:23 114826534d7a: Download complete 22:31:23 8a3aa393b2d8: Verifying Checksum 22:31:23 8a3aa393b2d8: Download complete 22:31:26 114826534d7a: Pull complete 22:31:26 4657fd5d0bcf: Pull complete 22:31:27 6ad1cebc031e: Pull complete 22:31:29 8a3aa393b2d8: Pull complete 22:31:29 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:31:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:31:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:29 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:31:29 $ 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 22:31:31 $ docker top 9560c7ba2ae2db978450ced0a43a0725e572f4267c58b91c3f603841f5f8db1f -eo pid,comm [Pipeline] { [Pipeline] echo 22:31:31 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 22:31:32 + set -o pipefail 22:31:32 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 22:31:38 22:31:38 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 22:31:38 22:31:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/ab2c2066-2059-4684-9a73-a4de9fb13a0a 22:31:38 22:31:38 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:31:38 22:31:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:31:38 22:31:38 22:31:38 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:31:38 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:31:38 More details here: https://snyk.co/ue1NS [Pipeline] } 22:31:38 $ docker stop --time=1 9560c7ba2ae2db978450ced0a43a0725e572f4267c58b91c3f603841f5f8db1f 22:31:41 $ docker rm -f 9560c7ba2ae2db978450ced0a43a0725e572f4267c58b91c3f603841f5f8db1f [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 22:31:41 + git log --format=format:%s -1 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] sh 22:31:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:31:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:31:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:42 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:31:42 $ 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 22:31:42 $ docker top 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:31:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:31:43 [ssh-agent] Looking for ssh-agent implementation... 22:31:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:31:43 $ docker exec 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 ssh-agent 22:31:43 SSH_AUTH_SOCK=/tmp/ssh-BkmTPmlHQCTm/agent.32 22:31:43 SSH_AGENT_PID=38 22:31:43 Running ssh-add (command line suppressed) 22:31:43 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5944382936729071647.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5944382936729071647.key) 22:31:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:31:43 + git semver tag 22:31:43 2022-12-13 22:31:43,798 [run_tag] DEBUG tag force:False 22:31:43 2022-12-13 22:31:43,798 [check_head_tag] DEBUG check head tag 22:31:43 2022-12-13 22:31:43,799 [execute] INFO git cat-file --batch-check 22:31:43 2022-12-13 22:31:43,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 22:31:43 2022-12-13 22:31:43,803 [execute] INFO git cat-file --batch 22:31:43 2022-12-13 22:31:43,803 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 22:31:43 2022-12-13 22:31:43,828 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:31:43 2022-12-13 22:31:43,828 [execute] INFO git tag -a v3.0.0-dev.1 -m v3.0.0-dev.1 22:31:43 2022-12-13 22:31:43,828 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.1', '-m', 'v3.0.0-dev.1'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 22:31:43 2022-12-13 22:31:43,831 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:31:43 3.0.0-dev.1 [Pipeline] } 22:31:43 $ docker exec --env ******** --env ******** 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 ssh-agent -k 22:31:43 unset SSH_AUTH_SOCK; 22:31:43 unset SSH_AGENT_PID; 22:31:43 echo Agent pid 38 killed; 22:31:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:31:44 + git semver [Pipeline] } 22:31:44 $ docker stop --time=1 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 22:31:45 $ docker rm -f 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:31:46 22:31:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:31:46 0.23.1-centos7: Pulling from edgex-lftools 22:31:46 ab5ef0e58194: Pulling fs layer 22:31:46 9712f1f96733: Pulling fs layer 22:31:46 63f879dbbcfc: Pulling fs layer 22:31:46 0d9ebad4ef96: Pulling fs layer 22:31:46 e9a5061849ea: Pulling fs layer 22:31:46 d747dcd14b5f: Pulling fs layer 22:31:46 0d9ebad4ef96: Waiting 22:31:46 e9a5061849ea: Waiting 22:31:46 2de7ff778b66: Pulling fs layer 22:31:46 d747dcd14b5f: Waiting 22:31:46 2de7ff778b66: Waiting 22:31:46 9712f1f96733: Verifying Checksum 22:31:46 9712f1f96733: Download complete 22:31:47 63f879dbbcfc: Verifying Checksum 22:31:47 63f879dbbcfc: Download complete 22:31:47 0d9ebad4ef96: Verifying Checksum 22:31:47 0d9ebad4ef96: Download complete 22:31:47 d747dcd14b5f: Verifying Checksum 22:31:47 d747dcd14b5f: Download complete 22:31:47 e9a5061849ea: Verifying Checksum 22:31:47 e9a5061849ea: Download complete 22:31:47 ab5ef0e58194: Verifying Checksum 22:31:47 ab5ef0e58194: Download complete 22:31:47 2de7ff778b66: Verifying Checksum 22:31:47 2de7ff778b66: Download complete 22:31:49 ab5ef0e58194: Pull complete 22:31:49 9712f1f96733: Pull complete 22:31:50 63f879dbbcfc: Pull complete 22:31:53 0d9ebad4ef96: Pull complete 22:31:53 e9a5061849ea: Pull complete 22:31:53 d747dcd14b5f: Pull complete 22:31:54 2de7ff778b66: Pull complete 22:31:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:31:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:31:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:54 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:31:54 $ 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 22:31:56 $ docker top c03e33c2f9942c766f698da31a658e1b6dfef55bda2fc408964a9c41f8d76d8a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:31:56 provisioning config files... 22:31:56 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4450854077177874334tmp 22:31:56 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10521888351586648327tmp 22:31:56 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14578521986623885243tmp [Pipeline] { [Pipeline] echo 22:31:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:31:56 ---> sigul-configuration.sh 22:31:56 gpg: directory `/root/.gnupg' created 22:31:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:31:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:31:56 gpg: keyring `/root/.gnupg/secring.gpg' created 22:31:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:31:56 gpg: CAST5 encrypted data 22:31:56 gpg: encrypted with 1 passphrase 22:31:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:31:57 + mkdir /home/jenkins 22:31:57 + mkdir /home/jenkins/sigul [Pipeline] sh 22:31:57 + 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 22:31:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:31:57 ---> sigul-install.sh 22:31:57 Sigul already installed; skipping installation. [Pipeline] sh 22:31:57 + git tag --list 22:31:57 v1.0.0 22:31:57 v1.1.0 22:31:57 v1.2.0 22:31:57 v1.3.0 22:31:57 v1.3.1 22:31:57 v2.0.0 22:31:57 v2.0.1 22:31:57 v2.1.0 22:31:57 v2.1.1 22:31:57 v2.1.1-dev.1 22:31:57 v2.1.1-dev.2 22:31:57 v2.2.0 22:31:57 v2.2.1-dev.1 22:31:57 v2.2.1-dev.10 22:31:57 v2.2.1-dev.2 22:31:57 v2.2.1-dev.3 22:31:57 v2.2.1-dev.4 22:31:57 v2.2.1-dev.5 22:31:57 v2.2.1-dev.6 22:31:57 v2.2.1-dev.7 22:31:57 v2.2.1-dev.8 22:31:57 v2.2.1-dev.9 22:31:57 v2.3.0 22:31:57 v2.3.0-dev.10 22:31:57 v2.3.0-dev.11 22:31:57 v2.3.0-dev.12 22:31:57 v2.3.0-dev.13 22:31:57 v2.3.0-dev.14 22:31:57 v2.3.0-dev.15 22:31:57 v2.3.0-dev.16 22:31:57 v2.3.0-dev.17 22:31:57 v2.3.0-dev.18 22:31:57 v2.3.0-dev.19 22:31:57 v2.3.0-dev.20 22:31:57 v2.3.0-dev.21 22:31:57 v2.3.0-dev.22 22:31:57 v2.3.0-dev.23 22:31:57 v2.3.0-dev.24 22:31:57 v2.3.0-dev.25 22:31:57 v2.3.0-dev.26 22:31:57 v2.3.0-dev.27 22:31:57 v2.3.0-dev.28 22:31:57 v2.3.0-dev.29 22:31:57 v2.3.0-dev.30 22:31:57 v2.3.0-dev.31 22:31:57 v2.3.0-dev.32 22:31:57 v2.3.0-dev.33 22:31:57 v2.3.0-dev.34 22:31:57 v2.3.0-dev.35 22:31:57 v2.3.0-dev.36 22:31:57 v2.3.0-dev.37 22:31:57 v3.0.0-dev.1 [Pipeline] sh 22:31:58 + lftools sign git-tag v3.0.0-dev.1 22:31:58 Signing Git tag with Sigul... 22:31:58 Signing v3.0.0-dev.1 [Pipeline] echo 22:31:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:31:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:31:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:31:59 $ docker stop --time=1 c03e33c2f9942c766f698da31a658e1b6dfef55bda2fc408964a9c41f8d76d8a 22:32:00 $ docker rm -f c03e33c2f9942c766f698da31a658e1b6dfef55bda2fc408964a9c41f8d76d8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:32:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:32:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:32:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:32:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:32:01 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:32:01 $ 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 22:32:01 $ docker top 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:32:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:01 [ssh-agent] Looking for ssh-agent implementation... 22:32:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:32:02 $ docker exec 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de ssh-agent 22:32:02 SSH_AUTH_SOCK=/tmp/ssh-KuVAbhzBNvl3/agent.33 22:32:02 SSH_AGENT_PID=39 22:32:02 Running ssh-add (command line suppressed) 22:32:02 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15604515939738331981.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15604515939738331981.key) 22:32:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:32:02 + git semver bump pre 22:32:02 2022-12-13 22:32:02,703 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:32:02 2022-12-13 22:32:02,703 [bump_version] DEBUG bumping version:3.0.0-dev.1 on axis:pre with prefix:dev 22:32:02 2022-12-13 22:32:02,703 [bump_version] DEBUG bumped version:3.0.0-dev.2 22:32:02 2022-12-13 22:32:02,703 [write_version] DEBUG write version:3.0.0-dev.2 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 22:32:02 2022-12-13 22:32:02,703 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:32:02 2022-12-13 22:32:02,704 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 22:32:02 2022-12-13 22:32:02,705 [execute] INFO git cat-file --batch-check 22:32:02 2022-12-13 22:32:02,705 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 22:32:02 2022-12-13 22:32:02,711 [execute] INFO git cat-file --batch 22:32:02 2022-12-13 22:32:02,711 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 22:32:02 2022-12-13 22:32:02,716 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:32:02 3.0.0-dev.2 [Pipeline] } 22:32:02 $ docker exec --env ******** --env ******** 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de ssh-agent -k 22:32:02 unset SSH_AUTH_SOCK; 22:32:02 unset SSH_AGENT_PID; 22:32:02 echo Agent pid 39 killed; 22:32:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:32:03 + git semver [Pipeline] } 22:32:03 $ docker stop --time=1 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de 22:32:04 $ docker rm -f 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de [Pipeline] // withDockerContainer [Pipeline] sh 22:32:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:32:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:32:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:32:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:32:05 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:32: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:32:05 $ docker top 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:32:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:05 [ssh-agent] Looking for ssh-agent implementation... 22:32:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:32:06 $ docker exec 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d ssh-agent 22:32:06 SSH_AUTH_SOCK=/tmp/ssh-rwiwUtoWAQXq/agent.33 22:32:06 SSH_AGENT_PID=39 22:32:06 Running ssh-add (command line suppressed) 22:32:06 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11370123685984902626.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11370123685984902626.key) 22:32:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:32:06 + git semver push 22:32:06 2022-12-13 22:32:06,688 [run_push] DEBUG push 22:32:06 2022-12-13 22:32:06,689 [execute] INFO git cat-file --batch-check 22:32:06 2022-12-13 22:32:06,689 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 22:32:06 2022-12-13 22:32:06,693 [execute] INFO git rev-list d6e0744523554f53518a839665d7288c0e4513af -- 22:32:06 2022-12-13 22:32:06,693 [execute] DEBUG Popen(['git', 'rev-list', 'd6e0744523554f53518a839665d7288c0e4513af', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 22:32:06 2022-12-13 22:32:06,701 [execute] INFO git fetch -v origin 22:32:06 2022-12-13 22:32:06,701 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 22:32:07 2022-12-13 22:32:07,378 [run_push] DEBUG no remote changes detected 22:32:07 2022-12-13 22:32:07,378 [execute] INFO git push origin semver 22:32:07 2022-12-13 22:32:07,379 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 22:32:08 2022-12-13 22:32:08,133 [run_push] DEBUG push all version tags 22:32:08 2022-12-13 22:32:08,133 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:32:08 2022-12-13 22:32:08,134 [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) 22:32:09 2022-12-13 22:32:08,867 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:32:09 3.0.0-dev.2 [Pipeline] } 22:32:09 $ docker exec --env ******** --env ******** 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d ssh-agent -k 22:32:09 unset SSH_AUTH_SOCK; 22:32:09 unset SSH_AGENT_PID; 22:32:09 echo Agent pid 39 killed; 22:32:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:32:09 + git semver [Pipeline] } 22:32:09 $ docker stop --time=1 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d 22:32:11 $ docker rm -f 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d [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 22:32:11 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 22:32:11 + ls -al /w/workspace/ry_app-service-configurable_main/archives 22:32:11 total 16 22:32:11 drwxr-xr-x 3 root root 4096 Dec 13 22:21 . 22:32:11 drwxrwxr-x 9 jenkins jenkins 4096 Dec 13 22:31 .. 22:32:11 drwxr-xr-x 2 root root 4096 Dec 13 22:21 cost 22:32:11 -rw-r--r-- 1 root root 96 Dec 13 22:21 cost.csv 22:32:11 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 22:32:11 + ls -al /w/workspace/ry_app-service-configurable_main/archives 22:32:11 total 16 22:32:11 drwxr-xr-x 3 jenkins jenkins 4096 Dec 13 22:21 . 22:32:11 drwxrwxr-x 9 jenkins jenkins 4096 Dec 13 22:31 .. 22:32:11 drwxr-xr-x 2 jenkins jenkins 4096 Dec 13 22:21 cost 22:32:11 -rw-r--r-- 1 jenkins jenkins 96 Dec 13 22:21 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:32:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:32:12 ---> package-listing.sh 22:32:12 ++ tr '[:upper:]' '[:lower:]' 22:32:12 ++ facter osfamily 22:32:13 + OS_FAMILY=debian 22:32:13 + workspace=/w/workspace/ry_app-service-configurable_main 22:32:13 + START_PACKAGES=/tmp/packages_start.txt 22:32:13 + END_PACKAGES=/tmp/packages_end.txt 22:32:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:32:13 + PACKAGES=/tmp/packages_start.txt 22:32:13 + '[' /w/workspace/ry_app-service-configurable_main ']' 22:32:13 + PACKAGES=/tmp/packages_end.txt 22:32:13 + case "${OS_FAMILY}" in 22:32:13 + dpkg -l 22:32:13 + grep '^ii' 22:32:13 + '[' -f /tmp/packages_start.txt ']' 22:32:13 + '[' -f /tmp/packages_end.txt ']' 22:32:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:32:13 + '[' /w/workspace/ry_app-service-configurable_main ']' 22:32:13 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 22:32:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 22:32:13 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 22:32:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:32:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:32:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:32:14 prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container 22:32:14 $ 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 22:32:14 $ docker top fb9a174f32f8fc216b89ca2590397027ba7a75dce15ae37578615d9a7d0be35e -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:14 + touch /tmp/pre-build-complete [Pipeline] sh 22:32:15 + mkdir -p /var/log/sysstat [Pipeline] sh 22:32:15 + ls /var/log/sa-host 22:32:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:32:15 provisioning config files... 22:32:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12028487461436431649tmp [Pipeline] { [Pipeline] echo 22:32:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:32:15 ---> create-netrc.sh [Pipeline] } 22:32:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:32:16 ---> python-tools-install.sh [Pipeline] echo 22:32:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:32:16 ---> sudo-logs.sh 22:32:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:32:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:32:16 ---> job-cost.sh 22:32:16 lf-activate-venv: SKIPPING 22:32:16 DEBUG: total: 0.2199999988079071 22:32:16 INFO: Retrieving Stack Cost... 22:32:17 INFO: Retrieving Pricing Info for: v3-standard-8 22:32:17 INFO: Archiving Costs [Pipeline] echo 22:32:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:32:17 ---> logs-deploy.sh 22:32:17 lf-activate-venv: SKIPPING 22:32:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/118 22:32:17 INFO: archiving workspace using pattern(s): 22:32:18 Archives upload complete. 22:32:18 INFO: archiving logs to Nexus