Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 323c9d7b071dcad20db500b9107a4775ac8effe6 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-ssh6061613676908713243.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh13396993847163383329.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 c72b16708d6eed9a08be464a432ce22db7d90667 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/edgex-global-pipelines/.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/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8934513951080439758.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 shared 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-ssh1891511322129661436.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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/lf-pipelines/.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/lf-pipelines@tmp/jenkins-gitclient-ssh3228408508342727851.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 shared 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.17 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 [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-20693 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 323c9d7b071dcad20db500b9107a4775ac8effe6 (main) > 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 323c9d7b071dcad20db500b9107a4775ac8effe6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#397)" > git rev-list --no-walk e18cf4e9ef6bfb404f044f68c1d78b234feb3069 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-12T15:46:04.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-12T15:46:04.650Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-12T15:46:04.674Z] ========================================================= [2022-04-12T15:46:04.674Z] EdgeX Global Pipelines Version Info [2022-04-12T15:46:04.674Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:46:05.476Z] ------------------- [2022-04-12T15:46:05.476Z] stable info: [2022-04-12T15:46:05.476Z] ------------------- [2022-04-12T15:46:05.476Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-12T15:46:05.476Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-12T15:46:05.476Z] Message: update stable to v1.0.221 [2022-04-12T15:46:06.050Z] ------------------- [2022-04-12T15:46:06.050Z] experimental info: [2022-04-12T15:46:06.050Z] ------------------- [2022-04-12T15:46:06.050Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-12T15:46:06.050Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-12T15:46:06.050Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-12T15:46:06.173Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-04-12T15:46:06.193Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-04-12T15:46:06.209Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-12T15:46:06.229Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-12T15:46:06.243Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-12T15:46:06.260Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-12T15:46:06.276Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-12T15:46:06.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-12T15:46:06.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-12T15:46:06.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-12T15:46:06.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-12T15:46:06.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-04-12T15:46:06.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-12T15:46:06.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-12T15:46:06.402Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-12T15:46:06.421Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-12T15:46:06.441Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-12T15:46:06.461Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-12T15:46:06.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-12T15:46:06.491Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-12T15:46:06.508Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-12T15:46:06.524Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-12T15:46:06.540Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-12T15:46:06.558Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-12T15:46:06.576Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-12T15:46:06.597Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-12T15:46:06.617Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-04-12T15:46:06.640Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-04-12T15:46:06.659Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-04-12T15:46:06.679Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] echo [2022-04-12T15:46:06.699Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 323c9d7 [Pipeline] echo [2022-04-12T15:46:06.720Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T15:46:06.773Z] provisioning config files... [2022-04-12T15:46:06.787Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5497362296728579915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:46:07.181Z] ---> docker-login.sh [2022-04-12T15:46:07.181Z] nexus3.edgexfoundry.org:10001 [2022-04-12T15:46:07.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:07.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:07.442Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:07.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:07.442Z] [2022-04-12T15:46:07.442Z] Login Succeeded [2022-04-12T15:46:07.442Z] nexus3.edgexfoundry.org:10002 [2022-04-12T15:46:07.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:07.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:07.702Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:07.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:07.702Z] [2022-04-12T15:46:07.702Z] Login Succeeded [2022-04-12T15:46:07.702Z] nexus3.edgexfoundry.org:10003 [2022-04-12T15:46:07.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:07.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:07.702Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:07.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:07.702Z] [2022-04-12T15:46:07.702Z] Login Succeeded [2022-04-12T15:46:07.702Z] nexus3.edgexfoundry.org:10004 [2022-04-12T15:46:07.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:07.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:07.963Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:07.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:07.963Z] [2022-04-12T15:46:07.963Z] Login Succeeded [2022-04-12T15:46:07.963Z] docker.io [2022-04-12T15:46:07.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:08.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:08.225Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:08.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:08.225Z] [2022-04-12T15:46:08.225Z] Login Succeeded [2022-04-12T15:46:08.225Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T15:46:08.232Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-12T15:46:08.617Z] + git rev-list -1 --merges 323c9d7b071dcad20db500b9107a4775ac8effe6~1..323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] echo [2022-04-12T15:46:08.653Z] -----------> git rev-list -1 --merges 323c9d7b071dcad20db500b9107a4775ac8effe6~1..323c9d7b071dcad20db500b9107a4775ac8effe6 323c9d7b071dcad20db500b9107a4775ac8effe6 [false] [Pipeline] sh [2022-04-12T15:46:08.947Z] + git log --format=format:%s -1 323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] echo [2022-04-12T15:46:08.962Z] ========================================================= [2022-04-12T15:46:08.962Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-12T15:46:08.962Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-12T15:46:09.316Z] + git log --format=format:%s -1 323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] echo [2022-04-12T15:46:09.329Z] [semverPrep] GIT_COMMIT: 323c9d7b071dcad20db500b9107a4775ac8effe6, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#397) [Pipeline] echo [2022-04-12T15:46:09.340Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-12T15:46:09.779Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-12T15:46:09.779Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-12T15:46:09.779Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-12T15:46:09.779Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-12T15:46:09.779Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-12T15:46:09.779Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-12T15:46:09.779Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:46:10.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T15:46:10.200Z] [2022-04-12T15:46:10.200Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:46:10.507Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T15:46:10.507Z] latest: Pulling from edgex-devops/git-semver [2022-04-12T15:46:10.507Z] a0d0a0d46f8b: Pulling fs layer [2022-04-12T15:46:10.507Z] 3e5f54012d9b: Pulling fs layer [2022-04-12T15:46:10.507Z] 4c7163046ea9: Pulling fs layer [2022-04-12T15:46:10.507Z] 0c2d73faf560: Pulling fs layer [2022-04-12T15:46:10.507Z] 0c2d73faf560: Waiting [2022-04-12T15:46:10.507Z] 3e5f54012d9b: Verifying Checksum [2022-04-12T15:46:10.507Z] 3e5f54012d9b: Download complete [2022-04-12T15:46:10.507Z] a0d0a0d46f8b: Download complete [2022-04-12T15:46:10.508Z] 4c7163046ea9: Verifying Checksum [2022-04-12T15:46:10.508Z] 4c7163046ea9: Download complete [2022-04-12T15:46:10.508Z] 0c2d73faf560: Verifying Checksum [2022-04-12T15:46:10.508Z] 0c2d73faf560: Download complete [2022-04-12T15:46:10.768Z] a0d0a0d46f8b: Pull complete [2022-04-12T15:46:10.768Z] 3e5f54012d9b: Pull complete [2022-04-12T15:46:11.029Z] 4c7163046ea9: Pull complete [2022-04-12T15:46:11.290Z] 0c2d73faf560: Pull complete [2022-04-12T15:46:11.290Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-12T15:46:11.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T15:46:11.290Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-12T15:46:11.366Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:46:11.406Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-12T15:46:12.047Z] $ docker top 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-12T15:46:12.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T15:46:12.136Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T15:46:12.269Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T15:46:12.276Z] $ docker exec 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 ssh-agent [2022-04-12T15:46:12.399Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXIbKfBF/agent.14 [2022-04-12T15:46:12.399Z] SSH_AGENT_PID=20 [2022-04-12T15:46:12.409Z] Running ssh-add (command line suppressed) [2022-04-12T15:46:12.525Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4505746523443018206.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4505746523443018206.key) [2022-04-12T15:46:12.541Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T15:46:12.834Z] + git tag --points-at HEAD [Pipeline] } [2022-04-12T15:46:12.852Z] $ docker exec --env ******** --env ******** 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 ssh-agent -k [2022-04-12T15:46:12.965Z] unset SSH_AUTH_SOCK; [2022-04-12T15:46:12.966Z] unset SSH_AGENT_PID; [2022-04-12T15:46:12.966Z] echo Agent pid 20 killed; [2022-04-12T15:46:12.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-12T15:46:13.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T15:46:13.006Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T15:46:13.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T15:46:13.153Z] $ docker exec 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 ssh-agent [2022-04-12T15:46:13.271Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXljACop/agent.55 [2022-04-12T15:46:13.271Z] SSH_AGENT_PID=61 [2022-04-12T15:46:13.276Z] Running ssh-add (command line suppressed) [2022-04-12T15:46:13.409Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_733217601186617055.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_733217601186617055.key) [2022-04-12T15:46:13.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T15:46:13.715Z] + git semver init [2022-04-12T15:46:13.715Z] # -> Open(): unable to determine branch for HEAD [2022-04-12T15:46:13.715Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-12T15:46:13.715Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-12T15:46:13.715Z] # $SEMVER_REMOTE_NAME = origin [2022-04-12T15:46:13.715Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-12T15:46:13.715Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-12T15:46:13.715Z] # $SEMVER_BRANCH = main [2022-04-12T15:46:13.715Z] # $SEMVER_TEMP = /tmp/semver-381723824 [2022-04-12T15:46:13.715Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2022-04-12T15:46:14.660Z] # '/tmp/semver-381723824' -> '/w/workspace/ry_app-service-configurable_main/.semver' [2022-04-12T15:46:14.660Z] # -> Force: false [2022-04-12T15:46:14.660Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-04-12T15:46:14.679Z] $ docker exec --env ******** --env ******** 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 ssh-agent -k [2022-04-12T15:46:14.810Z] unset SSH_AUTH_SOCK; [2022-04-12T15:46:14.812Z] unset SSH_AGENT_PID; [2022-04-12T15:46:14.812Z] echo Agent pid 61 killed; [2022-04-12T15:46:14.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T15:46:15.125Z] + git semver [Pipeline] } [2022-04-12T15:46:15.141Z] $ docker stop --time=1 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 [2022-04-12T15:46:16.519Z] $ docker rm -f 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T15:46:16.869Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-12T15:46:17.144Z] Stashed 1 file(s) [Pipeline] echo [2022-04-12T15:46:17.148Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.27 [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 [2022-04-12T15:46:17.341Z] provisioning config files... [2022-04-12T15:46:17.350Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config887922896527208837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:46:17.653Z] ---> docker-login.sh [2022-04-12T15:46:17.653Z] nexus3.edgexfoundry.org:10001 [2022-04-12T15:46:17.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:17.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:17.653Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:17.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:17.653Z] [2022-04-12T15:46:17.653Z] Login Succeeded [2022-04-12T15:46:17.653Z] nexus3.edgexfoundry.org:10002 [2022-04-12T15:46:17.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:17.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:17.914Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:17.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:17.914Z] [2022-04-12T15:46:17.914Z] Login Succeeded [2022-04-12T15:46:17.914Z] nexus3.edgexfoundry.org:10003 [2022-04-12T15:46:17.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:17.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:17.914Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:17.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:17.914Z] [2022-04-12T15:46:17.914Z] Login Succeeded [2022-04-12T15:46:17.914Z] nexus3.edgexfoundry.org:10004 [2022-04-12T15:46:18.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:18.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:18.176Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:18.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:18.176Z] [2022-04-12T15:46:18.176Z] Login Succeeded [2022-04-12T15:46:18.176Z] docker.io [2022-04-12T15:46:18.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:46:18.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:46:18.436Z] Configure a credential helper to remove this warning. See [2022-04-12T15:46:18.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:46:18.436Z] [2022-04-12T15:46:18.436Z] Login Succeeded [2022-04-12T15:46:18.436Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T15:46:18.445Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-12T15:46:18.513Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T15:46:18.521Z] ========================================================= [2022-04-12T15:46:18.521Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-12T15:46:18.521Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:46:18.832Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-12T15:46:18.832Z] Sending build context to Docker daemon 2.999MB [2022-04-12T15:46:18.832Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-12T15:46:18.832Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-12T15:46:18.832Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-12T15:46:18.832Z] 59bf1c3509f3: Pulling fs layer [2022-04-12T15:46:18.832Z] 666ba61612fd: Pulling fs layer [2022-04-12T15:46:18.832Z] 8ed8ca486205: Pulling fs layer [2022-04-12T15:46:18.832Z] 4fe6c5a15a65: Pulling fs layer [2022-04-12T15:46:18.832Z] 22a0e8bec74d: Pulling fs layer [2022-04-12T15:46:18.832Z] 640e595b4fbd: Pulling fs layer [2022-04-12T15:46:18.832Z] 763cafe07f6e: Pulling fs layer [2022-04-12T15:46:18.832Z] 0c0b528cf693: Pulling fs layer [2022-04-12T15:46:18.832Z] 10935f4eaf8b: Pulling fs layer [2022-04-12T15:46:18.832Z] 4fe6c5a15a65: Waiting [2022-04-12T15:46:18.832Z] 22a0e8bec74d: Waiting [2022-04-12T15:46:18.832Z] 640e595b4fbd: Waiting [2022-04-12T15:46:18.832Z] 0c0b528cf693: Waiting [2022-04-12T15:46:18.832Z] 10935f4eaf8b: Waiting [2022-04-12T15:46:18.832Z] 763cafe07f6e: Waiting [2022-04-12T15:46:18.832Z] 8ed8ca486205: Verifying Checksum [2022-04-12T15:46:18.832Z] 8ed8ca486205: Download complete [2022-04-12T15:46:18.832Z] 666ba61612fd: Download complete [2022-04-12T15:46:18.832Z] 22a0e8bec74d: Verifying Checksum [2022-04-12T15:46:18.832Z] 22a0e8bec74d: Download complete [2022-04-12T15:46:18.832Z] 640e595b4fbd: Verifying Checksum [2022-04-12T15:46:18.832Z] 640e595b4fbd: Download complete [2022-04-12T15:46:18.832Z] 59bf1c3509f3: Download complete [2022-04-12T15:46:18.832Z] 763cafe07f6e: Verifying Checksum [2022-04-12T15:46:18.832Z] 763cafe07f6e: Download complete [2022-04-12T15:46:19.106Z] 0c0b528cf693: Verifying Checksum [2022-04-12T15:46:19.106Z] 0c0b528cf693: Download complete [2022-04-12T15:46:19.106Z] 59bf1c3509f3: Pull complete [2022-04-12T15:46:19.366Z] 666ba61612fd: Pull complete [2022-04-12T15:46:19.366Z] 8ed8ca486205: Pull complete [2022-04-12T15:46:19.939Z] 4fe6c5a15a65: Verifying Checksum [2022-04-12T15:46:19.939Z] 4fe6c5a15a65: Download complete [2022-04-12T15:46:19.939Z] 10935f4eaf8b: Verifying Checksum [2022-04-12T15:46:19.939Z] 10935f4eaf8b: Download complete [2022-04-12T15:46:24.139Z] 4fe6c5a15a65: Pull complete [2022-04-12T15:46:24.139Z] 22a0e8bec74d: Pull complete [2022-04-12T15:46:24.139Z] 640e595b4fbd: Pull complete [2022-04-12T15:46:24.139Z] 763cafe07f6e: Pull complete [2022-04-12T15:46:24.139Z] 0c0b528cf693: Pull complete [2022-04-12T15:46:26.677Z] 10935f4eaf8b: Pull complete [2022-04-12T15:46:26.677Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-12T15:46:26.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T15:46:26.677Z] ---> 99d49a6021b9 [2022-04-12T15:46:26.677Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-12T15:46:28.592Z] ---> Running in 9bc393ea3386 [2022-04-12T15:46:28.592Z] Removing intermediate container 9bc393ea3386 [2022-04-12T15:46:28.592Z] ---> b837d0cfe489 [2022-04-12T15:46:28.592Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-12T15:46:28.592Z] ---> Running in df19aeadf380 [2022-04-12T15:46:28.592Z] Removing intermediate container df19aeadf380 [2022-04-12T15:46:28.592Z] ---> 1d076382d626 [2022-04-12T15:46:28.592Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-12T15:46:28.592Z] ---> Running in 6d024b4c97c3 [2022-04-12T15:46:28.592Z] Removing intermediate container 6d024b4c97c3 [2022-04-12T15:46:28.592Z] ---> f037d3a94801 [2022-04-12T15:46:28.592Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T15:46:28.592Z] ---> Running in 6d2e03a2300a [2022-04-12T15:46:29.164Z] Removing intermediate container 6d2e03a2300a [2022-04-12T15:46:29.164Z] ---> 15cd19237a59 [2022-04-12T15:46:29.164Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-12T15:46:29.164Z] ---> Running in b7ebd715ab29 [2022-04-12T15:46:29.735Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T15:46:30.310Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T15:46:30.882Z] OK: 221 MiB in 52 packages [2022-04-12T15:46:31.146Z] Removing intermediate container b7ebd715ab29 [2022-04-12T15:46:31.146Z] ---> cf60128d17c0 [2022-04-12T15:46:31.146Z] Step 8/13 : WORKDIR /app [2022-04-12T15:46:31.146Z] ---> Running in 83f7ff046c51 [2022-04-12T15:46:31.146Z] Removing intermediate container 83f7ff046c51 [2022-04-12T15:46:31.146Z] ---> 9494a90bc71c [2022-04-12T15:46:31.146Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-12T15:46:31.407Z] ---> 845d813b2a3c [2022-04-12T15:46:31.407Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T15:46:31.407Z] ---> Running in 9874d99c5362 [2022-04-12T15:46:32.286Z] Still waiting to schedule task [2022-04-12T15:46:32.286Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-20694’ [2022-04-12T15:46:57.988Z] Removing intermediate container 9874d99c5362 [2022-04-12T15:46:57.988Z] ---> 14841c5afd07 [2022-04-12T15:46:57.988Z] Step 11/13 : COPY . . [2022-04-12T15:46:57.988Z] ---> 957bdd8de927 [2022-04-12T15:46:57.988Z] Step 12/13 : ARG MAKE="make build" [2022-04-12T15:46:57.988Z] ---> Running in 0803162bd8c0 [2022-04-12T15:46:57.988Z] Removing intermediate container 0803162bd8c0 [2022-04-12T15:46:57.988Z] ---> 0237ac7a5a9f [2022-04-12T15:46:57.988Z] Step 13/13 : RUN $MAKE [2022-04-12T15:46:57.988Z] ---> Running in c814af25e36d [2022-04-12T15:46:57.988Z] noop [2022-04-12T15:46:57.988Z] Removing intermediate container c814af25e36d [2022-04-12T15:46:57.988Z] ---> d64eef2206f8 [2022-04-12T15:46:57.988Z] Successfully built d64eef2206f8 [2022-04-12T15:46:57.988Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:46:58.284Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-12T15:46:58.284Z] . [Pipeline] withDockerContainer [2022-04-12T15:46:58.350Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:46:58.394Z] $ 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 ******** ci-base-image-x86_64 cat [2022-04-12T15:46:58.823Z] $ docker top ac05668d13e9bc2eb037d268edd8243699ad981807b5c441387e49ef4781cc85 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T15:46:59.181Z] + go version [2022-04-12T15:46:59.181Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-12T15:46:59.195Z] $ docker stop --time=1 ac05668d13e9bc2eb037d268edd8243699ad981807b5c441387e49ef4781cc85 [2022-04-12T15:47:00.582Z] $ docker rm -f ac05668d13e9bc2eb037d268edd8243699ad981807b5c441387e49ef4781cc85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:01.014Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-12T15:47:01.014Z] . [Pipeline] withDockerContainer [2022-04-12T15:47:01.087Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:47:01.127Z] $ 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 ******** ci-base-image-x86_64 cat [2022-04-12T15:47:01.601Z] $ docker top fdecdbdeb95b525bd2388db3348e538e7735a038c49b2ebc9814cfa9f1cd68a9 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-12T15:47:02.051Z] + make test [2022-04-12T15:47:02.051Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-12T15:47:10.215Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-12T15:47:10.215Z] CGO_ENABLED=1 go vet ./... [2022-04-12T15:47:12.762Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-12T15:47:12.762Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-12T15:47:12.762Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-12T15:47:12.775Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-12T15:47:12.793Z] $ docker stop --time=1 fdecdbdeb95b525bd2388db3348e538e7735a038c49b2ebc9814cfa9f1cd68a9 [2022-04-12T15:47:14.342Z] $ docker rm -f fdecdbdeb95b525bd2388db3348e538e7735a038c49b2ebc9814cfa9f1cd68a9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T15:47:14.713Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-12T15:47:14.750Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-12T15:47:15.856Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-12T15:47:16.153Z] + ls -al . [2022-04-12T15:47:16.153Z] total 176 [2022-04-12T15:47:16.153Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 15:47 . [2022-04-12T15:47:16.153Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 15:45 .. [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 12 15:46 .dockerignore [2022-04-12T15:47:16.153Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 15:46 .git [2022-04-12T15:47:16.153Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 15:46 .github [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 12 15:46 .gitignore [2022-04-12T15:47:16.153Z] drwx------ 3 jenkins jenkins 4096 Apr 12 15:46 .semver [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 7627 Apr 12 15:46 Attribution.txt [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 12 15:46 CHANGELOG.md [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 12 15:46 Dockerfile [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 12 15:46 GOVERNANCE.md [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 12 15:46 Jenkinsfile [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 12 15:46 LICENSE [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 12 15:46 OWNERS.md [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 12 15:46 README.md [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 12 15:46 VERSION [2022-04-12T15:47:16.153Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 15:46 bin [2022-04-12T15:47:16.153Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 12 15:47 coverage.out [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 2816 Apr 12 15:46 go.mod [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 50335 Apr 12 15:46 go.sum [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 12 15:46 main.go [2022-04-12T15:47:16.153Z] -rw-rw-r-- 1 jenkins jenkins 1994 Apr 12 15:46 makefile [2022-04-12T15:47:16.153Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 12 15:46 res [2022-04-12T15:47:16.153Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 15:46 snap [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:16.455Z] + 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=323c9d7b071dcad20db500b9107a4775ac8effe6 --label arch=amd64 --label version=2.2.0-dev.27 . [2022-04-12T15:47:16.455Z] Sending build context to Docker daemon 3MB [2022-04-12T15:47:16.455Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-12T15:47:16.455Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-12T15:47:16.455Z] ---> d64eef2206f8 [2022-04-12T15:47:16.455Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-12T15:47:16.455Z] ---> Running in 1be217922559 [2022-04-12T15:47:16.722Z] Removing intermediate container 1be217922559 [2022-04-12T15:47:16.722Z] ---> 6dc11bae5f50 [2022-04-12T15:47:16.722Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-12T15:47:16.722Z] ---> Running in ca939ebc51fd [2022-04-12T15:47:16.722Z] Removing intermediate container ca939ebc51fd [2022-04-12T15:47:16.722Z] ---> 7fed46a601c3 [2022-04-12T15:47:16.722Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-12T15:47:16.722Z] ---> Running in 473caa3afbee [2022-04-12T15:47:16.984Z] Removing intermediate container 473caa3afbee [2022-04-12T15:47:16.984Z] ---> 5968bac5f0c1 [2022-04-12T15:47:16.984Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T15:47:16.984Z] ---> Running in 41d075db607a [2022-04-12T15:47:17.553Z] Removing intermediate container 41d075db607a [2022-04-12T15:47:17.553Z] ---> 2b58170ede19 [2022-04-12T15:47:17.553Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-12T15:47:17.553Z] ---> Running in 7bc04de72a92 [2022-04-12T15:47:17.814Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T15:47:18.753Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T15:47:19.015Z] OK: 221 MiB in 52 packages [2022-04-12T15:47:19.275Z] Removing intermediate container 7bc04de72a92 [2022-04-12T15:47:19.275Z] ---> 2a337eea78e3 [2022-04-12T15:47:19.275Z] Step 8/27 : WORKDIR /app [2022-04-12T15:47:19.535Z] ---> Running in 6ebc354815a0 [2022-04-12T15:47:19.535Z] Removing intermediate container 6ebc354815a0 [2022-04-12T15:47:19.535Z] ---> c7712cfb111c [2022-04-12T15:47:19.535Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-12T15:47:19.535Z] ---> 85c1c56a61ea [2022-04-12T15:47:19.535Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T15:47:19.795Z] ---> Running in d3b2d74bddd4 [2022-04-12T15:47:20.367Z] Removing intermediate container d3b2d74bddd4 [2022-04-12T15:47:20.367Z] ---> 3257761d4b67 [2022-04-12T15:47:20.367Z] Step 11/27 : COPY . . [2022-04-12T15:47:20.628Z] ---> d3f3bfce0886 [2022-04-12T15:47:20.628Z] Step 12/27 : ARG MAKE="make build" [2022-04-12T15:47:20.628Z] ---> Running in 5cbc82622c7e [2022-04-12T15:47:20.628Z] Removing intermediate container 5cbc82622c7e [2022-04-12T15:47:20.628Z] ---> 9227154d8af1 [2022-04-12T15:47:20.628Z] Step 13/27 : RUN $MAKE [2022-04-12T15:47:20.889Z] ---> Running in 4b65751fa8c0 [2022-04-12T15:47:21.149Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-04-12T15:47:39.260Z] Removing intermediate container 4b65751fa8c0 [2022-04-12T15:47:39.260Z] ---> 72579fde11f5 [2022-04-12T15:47:39.260Z] Step 14/27 : FROM alpine:3.14 [2022-04-12T15:47:39.260Z] 3.14: Pulling from library/alpine [2022-04-12T15:47:39.260Z] 8663204ce13b: Pulling fs layer [2022-04-12T15:47:39.260Z] 8663204ce13b: Verifying Checksum [2022-04-12T15:47:39.260Z] 8663204ce13b: Download complete [2022-04-12T15:47:39.260Z] 8663204ce13b: Pull complete [2022-04-12T15:47:39.260Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T15:47:39.260Z] Status: Downloaded newer image for alpine:3.14 [2022-04-12T15:47:39.260Z] ---> e04c818066af [2022-04-12T15:47:39.260Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-12T15:47:39.260Z] ---> Running in dd07f8862b4c [2022-04-12T15:47:39.260Z] Removing intermediate container dd07f8862b4c [2022-04-12T15:47:39.260Z] ---> 049a87308c33 [2022-04-12T15:47:39.260Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-12T15:47:39.260Z] ---> Running in 6df520f2ac48 [2022-04-12T15:47:39.260Z] Removing intermediate container 6df520f2ac48 [2022-04-12T15:47:39.260Z] ---> 1551ca2d88fd [2022-04-12T15:47:39.260Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-12T15:47:39.260Z] ---> Running in 749a63e3e9f3 [2022-04-12T15:47:39.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T15:47:39.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T15:47:39.522Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-12T15:47:39.522Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-12T15:47:39.522Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-12T15:47:39.522Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-12T15:47:39.522Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-12T15:47:39.522Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-12T15:47:39.522Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-12T15:47:39.522Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T15:47:39.522Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T15:47:39.522Z] OK: 9 MiB in 21 packages [2022-04-12T15:47:40.097Z] Removing intermediate container 749a63e3e9f3 [2022-04-12T15:47:40.097Z] ---> 43ce53fc7919 [2022-04-12T15:47:40.097Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-12T15:47:40.359Z] ---> 35fd55f1db07 [2022-04-12T15:47:40.359Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-12T15:47:40.359Z] ---> 1685a9b65c2c [2022-04-12T15:47:40.359Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-12T15:47:40.621Z] ---> b2d4a24f9ea7 [2022-04-12T15:47:40.621Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-12T15:47:41.194Z] ---> 0e04fd946e91 [2022-04-12T15:47:41.194Z] Step 22/27 : EXPOSE 48095 [2022-04-12T15:47:41.194Z] ---> Running in 02bf30a861ae [2022-04-12T15:47:41.194Z] Removing intermediate container 02bf30a861ae [2022-04-12T15:47:41.194Z] ---> fd2c1993e8d5 [2022-04-12T15:47:41.194Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-12T15:47:41.194Z] ---> Running in e3ebc46f03a3 [2022-04-12T15:47:41.454Z] Removing intermediate container e3ebc46f03a3 [2022-04-12T15:47:41.454Z] ---> ab014cae53bc [2022-04-12T15:47:41.454Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T15:47:41.454Z] ---> Running in e2c3b2b1f302 [2022-04-12T15:47:41.454Z] Removing intermediate container e2c3b2b1f302 [2022-04-12T15:47:41.454Z] ---> f9870942fd0e [2022-04-12T15:47:41.454Z] Step 25/27 : LABEL arch=amd64 [2022-04-12T15:47:41.454Z] ---> Running in a647f389fc20 [2022-04-12T15:47:41.716Z] Removing intermediate container a647f389fc20 [2022-04-12T15:47:41.716Z] ---> ca97e136d44d [2022-04-12T15:47:41.716Z] Step 26/27 : LABEL git_sha=323c9d7b071dcad20db500b9107a4775ac8effe6 [2022-04-12T15:47:41.716Z] ---> Running in ceb601ca7d86 [2022-04-12T15:47:41.716Z] Removing intermediate container ceb601ca7d86 [2022-04-12T15:47:41.716Z] ---> 7d2e495cc82a [2022-04-12T15:47:41.716Z] Step 27/27 : LABEL version=2.2.0-dev.27 [2022-04-12T15:47:41.977Z] ---> Running in a24556619ba2 [2022-04-12T15:47:41.977Z] Removing intermediate container a24556619ba2 [2022-04-12T15:47:41.977Z] ---> 7e161a4c94e8 [2022-04-12T15:47:41.977Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-12T15:47:41.977Z] Successfully built 7e161a4c94e8 [2022-04-12T15:47:41.977Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T15:47:42.062Z] provisioning config files... [2022-04-12T15:47:42.072Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config476255311879344903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:47:42.379Z] ---> docker-login.sh [2022-04-12T15:47:42.379Z] nexus3.edgexfoundry.org:10001 [2022-04-12T15:47:42.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:47:42.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:47:42.379Z] Configure a credential helper to remove this warning. See [2022-04-12T15:47:42.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:47:42.379Z] [2022-04-12T15:47:42.379Z] Login Succeeded [2022-04-12T15:47:42.379Z] nexus3.edgexfoundry.org:10002 [2022-04-12T15:47:42.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:47:42.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:47:42.639Z] Configure a credential helper to remove this warning. See [2022-04-12T15:47:42.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:47:42.639Z] [2022-04-12T15:47:42.639Z] Login Succeeded [2022-04-12T15:47:42.639Z] nexus3.edgexfoundry.org:10003 [2022-04-12T15:47:42.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:47:42.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:47:42.639Z] Configure a credential helper to remove this warning. See [2022-04-12T15:47:42.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:47:42.639Z] [2022-04-12T15:47:42.639Z] Login Succeeded [2022-04-12T15:47:42.639Z] nexus3.edgexfoundry.org:10004 [2022-04-12T15:47:42.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:47:42.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:47:42.900Z] Configure a credential helper to remove this warning. See [2022-04-12T15:47:42.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:47:42.900Z] [2022-04-12T15:47:42.900Z] Login Succeeded [2022-04-12T15:47:42.900Z] docker.io [2022-04-12T15:47:42.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:47:43.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:47:43.164Z] Configure a credential helper to remove this warning. See [2022-04-12T15:47:43.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:47:43.164Z] [2022-04-12T15:47:43.164Z] Login Succeeded [2022-04-12T15:47:43.425Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T15:47:43.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-12T15:47:43.472Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T15:47:43.498Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-04-12T15:47:43.498Z] 323c9d7b071dcad20db500b9107a4775ac8effe6 [2022-04-12T15:47:43.498Z] latest [2022-04-12T15:47:43.498Z] 2.2.0-dev.27 [2022-04-12T15:47:43.498Z] 323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [2022-04-12T15:47:43.498Z] main [2022-04-12T15:47:43.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:43.821Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:44.118Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6 [2022-04-12T15:47:44.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-12T15:47:44.118Z] 583671f38c9d: Preparing [2022-04-12T15:47:44.118Z] 992149152eea: Preparing [2022-04-12T15:47:44.118Z] 39e6ca09631a: Preparing [2022-04-12T15:47:44.118Z] db59eea867b2: Preparing [2022-04-12T15:47:44.118Z] 986cd59391ad: Preparing [2022-04-12T15:47:44.118Z] b541d28bf3b4: Preparing [2022-04-12T15:47:44.118Z] b541d28bf3b4: Waiting [2022-04-12T15:47:44.118Z] db59eea867b2: Pushed [2022-04-12T15:47:44.118Z] 992149152eea: Pushed [2022-04-12T15:47:44.118Z] 39e6ca09631a: Pushed [2022-04-12T15:47:44.118Z] b541d28bf3b4: Layer already exists [2022-04-12T15:47:44.687Z] 986cd59391ad: Pushed [2022-04-12T15:47:46.602Z] 583671f38c9d: Pushed [2022-04-12T15:47:46.602Z] 323c9d7b071dcad20db500b9107a4775ac8effe6: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:46.909Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:47.202Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-12T15:47:47.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-12T15:47:47.202Z] 583671f38c9d: Preparing [2022-04-12T15:47:47.202Z] 992149152eea: Preparing [2022-04-12T15:47:47.202Z] 39e6ca09631a: Preparing [2022-04-12T15:47:47.202Z] db59eea867b2: Preparing [2022-04-12T15:47:47.202Z] 986cd59391ad: Preparing [2022-04-12T15:47:47.202Z] b541d28bf3b4: Preparing [2022-04-12T15:47:47.202Z] b541d28bf3b4: Waiting [2022-04-12T15:47:47.202Z] 986cd59391ad: Layer already exists [2022-04-12T15:47:47.202Z] db59eea867b2: Layer already exists [2022-04-12T15:47:47.202Z] 992149152eea: Layer already exists [2022-04-12T15:47:47.202Z] 583671f38c9d: Layer already exists [2022-04-12T15:47:47.202Z] 39e6ca09631a: Layer already exists [2022-04-12T15:47:47.202Z] b541d28bf3b4: Layer already exists [2022-04-12T15:47:47.202Z] latest: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:47.502Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:47.799Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.27 [2022-04-12T15:47:47.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-12T15:47:47.799Z] 583671f38c9d: Preparing [2022-04-12T15:47:47.799Z] 992149152eea: Preparing [2022-04-12T15:47:47.799Z] 39e6ca09631a: Preparing [2022-04-12T15:47:47.799Z] db59eea867b2: Preparing [2022-04-12T15:47:47.799Z] 986cd59391ad: Preparing [2022-04-12T15:47:47.799Z] b541d28bf3b4: Preparing [2022-04-12T15:47:47.799Z] b541d28bf3b4: Waiting [2022-04-12T15:47:47.799Z] 992149152eea: Layer already exists [2022-04-12T15:47:47.799Z] 583671f38c9d: Layer already exists [2022-04-12T15:47:47.799Z] 986cd59391ad: Layer already exists [2022-04-12T15:47:47.799Z] 39e6ca09631a: Layer already exists [2022-04-12T15:47:47.799Z] db59eea867b2: Layer already exists [2022-04-12T15:47:47.799Z] b541d28bf3b4: Layer already exists [2022-04-12T15:47:47.799Z] 2.2.0-dev.27: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:48.099Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:48.396Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [2022-04-12T15:47:48.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-12T15:47:48.397Z] 583671f38c9d: Preparing [2022-04-12T15:47:48.397Z] 992149152eea: Preparing [2022-04-12T15:47:48.397Z] 39e6ca09631a: Preparing [2022-04-12T15:47:48.397Z] db59eea867b2: Preparing [2022-04-12T15:47:48.397Z] 986cd59391ad: Preparing [2022-04-12T15:47:48.397Z] b541d28bf3b4: Preparing [2022-04-12T15:47:48.397Z] b541d28bf3b4: Waiting [2022-04-12T15:47:48.397Z] 583671f38c9d: Layer already exists [2022-04-12T15:47:48.397Z] 992149152eea: Layer already exists [2022-04-12T15:47:48.397Z] 39e6ca09631a: Layer already exists [2022-04-12T15:47:48.397Z] 986cd59391ad: Layer already exists [2022-04-12T15:47:48.397Z] db59eea867b2: Layer already exists [2022-04-12T15:47:48.397Z] b541d28bf3b4: Layer already exists [2022-04-12T15:47:48.397Z] 323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:48.693Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:48.987Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-04-12T15:47:48.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-12T15:47:48.987Z] 583671f38c9d: Preparing [2022-04-12T15:47:48.987Z] 992149152eea: Preparing [2022-04-12T15:47:48.987Z] 39e6ca09631a: Preparing [2022-04-12T15:47:48.987Z] db59eea867b2: Preparing [2022-04-12T15:47:48.987Z] 986cd59391ad: Preparing [2022-04-12T15:47:48.987Z] b541d28bf3b4: Preparing [2022-04-12T15:47:48.987Z] b541d28bf3b4: Waiting [2022-04-12T15:47:48.987Z] 583671f38c9d: Layer already exists [2022-04-12T15:47:48.987Z] db59eea867b2: Layer already exists [2022-04-12T15:47:48.987Z] 39e6ca09631a: Layer already exists [2022-04-12T15:47:48.987Z] 992149152eea: Layer already exists [2022-04-12T15:47:48.987Z] 986cd59391ad: Layer already exists [2022-04-12T15:47:48.987Z] b541d28bf3b4: Layer already exists [2022-04-12T15:47:48.987Z] main: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-12T15:47:49.027Z] ===================================================== [Pipeline] echo [2022-04-12T15:47:49.040Z] taggedImages: [2022-04-12T15:47:49.040Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6 [2022-04-12T15:47:49.040Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-12T15:47:49.040Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.27 [2022-04-12T15:47:49.040Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [2022-04-12T15:47:49.040Z] - 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] sh [2022-04-12T15:47:49.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T15:47:49.418Z] [2022-04-12T15:47:49.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:47:49.721Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T15:47:49.721Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-12T15:47:49.721Z] 5eb5b503b376: Pulling fs layer [2022-04-12T15:47:49.721Z] 5c69ac0246d0: Pulling fs layer [2022-04-12T15:47:49.721Z] ec43610c2a17: Pulling fs layer [2022-04-12T15:47:49.721Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-12T15:47:49.721Z] 33b1e0a273af: Pulling fs layer [2022-04-12T15:47:49.721Z] 5d3b04190fa2: Pulling fs layer [2022-04-12T15:47:49.721Z] 2f39f015ded8: Pulling fs layer [2022-04-12T15:47:49.721Z] 3a2ae6a8a46f: Waiting [2022-04-12T15:47:49.721Z] 33b1e0a273af: Waiting [2022-04-12T15:47:49.721Z] 5d3b04190fa2: Waiting [2022-04-12T15:47:49.721Z] 2f39f015ded8: Waiting [2022-04-12T15:47:49.721Z] 5c69ac0246d0: Verifying Checksum [2022-04-12T15:47:49.721Z] 5c69ac0246d0: Download complete [2022-04-12T15:47:49.721Z] 3a2ae6a8a46f: Download complete [2022-04-12T15:47:49.721Z] 33b1e0a273af: Verifying Checksum [2022-04-12T15:47:49.721Z] 33b1e0a273af: Download complete [2022-04-12T15:47:49.721Z] ec43610c2a17: Verifying Checksum [2022-04-12T15:47:49.721Z] ec43610c2a17: Download complete [2022-04-12T15:47:49.721Z] 5d3b04190fa2: Verifying Checksum [2022-04-12T15:47:49.721Z] 5d3b04190fa2: Download complete [2022-04-12T15:47:49.981Z] 5eb5b503b376: Verifying Checksum [2022-04-12T15:47:49.981Z] 5eb5b503b376: Download complete [2022-04-12T15:47:50.557Z] 2f39f015ded8: Download complete [2022-04-12T15:47:51.498Z] 5eb5b503b376: Pull complete [2022-04-12T15:47:51.498Z] 5c69ac0246d0: Pull complete [2022-04-12T15:47:52.068Z] ec43610c2a17: Pull complete [2022-04-12T15:47:52.068Z] 3a2ae6a8a46f: Pull complete [2022-04-12T15:47:52.327Z] 33b1e0a273af: Pull complete [2022-04-12T15:47:52.327Z] 5d3b04190fa2: Pull complete [2022-04-12T15:47:57.682Z] 2f39f015ded8: Pull complete [2022-04-12T15:47:57.682Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-12T15:47:57.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T15:47:57.682Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-12T15:47:57.766Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:47:57.805Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-12T15:47:59.757Z] $ docker top 835a30b5e9d5e0937704a1f905432169b01d02f19fa576e5f04d78077cdc8bd8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:48:00.196Z] ---> job-cost.sh [2022-04-12T15:48:00.197Z] lf-activate-venv: SKIPPING [2022-04-12T15:48:00.197Z] INFO: No Stack... [2022-04-12T15:48:00.457Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-12T15:48:01.030Z] INFO: Archiving Costs [Pipeline] sh [2022-04-12T15:48:01.327Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-04-12T15:48:01.328Z] + cut -d, -f6 [Pipeline] lock [2022-04-12T15:48:01.344Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [2022-04-12T15:48:01.351Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] did not exist. Created. [2022-04-12T15:48:01.351Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-12T15:48:01.654Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-12T15:48:01.682Z] Stashed 1 file(s) [Pipeline] } [2022-04-12T15:48:01.690Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-12T15:48:01.718Z] $ docker stop --time=1 835a30b5e9d5e0937704a1f905432169b01d02f19fa576e5f04d78077cdc8bd8 [2022-04-12T15:48:02.886Z] $ docker rm -f 835a30b5e9d5e0937704a1f905432169b01d02f19fa576e5f04d78077cdc8bd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-12T15:50:16.074Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-20695 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-04-12T15:50:16.089Z] Running in /w/workspace/app-service-configurable/63 [Pipeline] { [Pipeline] checkout [2022-04-12T15:50:16.395Z] Selected Git installation does not exist. Using Default [2022-04-12T15:50:16.395Z] The recommended git tool is: NONE [2022-04-12T15:50:23.310Z] using credential edgex-jenkins-ssh [2022-04-12T15:50:23.346Z] Cloning the remote Git repository [2022-04-12T15:50:23.437Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-04-12T15:50:23.585Z] > git init /w/workspace/app-service-configurable/63 # timeout=10 [2022-04-12T15:50:23.845Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-04-12T15:50:23.846Z] > git --version # timeout=10 [2022-04-12T15:50:23.888Z] > git --version # 'git version 2.25.1' [2022-04-12T15:50:23.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T15:50:24.008Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-12T15:50:25.392Z] Avoid second fetch [2022-04-12T15:50:25.392Z] Checking out Revision 323c9d7b071dcad20db500b9107a4775ac8effe6 (main) [2022-04-12T15:50:25.353Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-04-12T15:50:25.375Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-12T15:50:25.422Z] > git config core.sparsecheckout # timeout=10 [2022-04-12T15:50:25.441Z] > git checkout -f 323c9d7b071dcad20db500b9107a4775ac8effe6 # timeout=10 [2022-04-12T15:50:29.856Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#397)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-12T15:50:30.866Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-12T15:50:30.866Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-12T15:50:30.866Z] Dload Upload Total Spent Left Speed [2022-04-12T15:50:30.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45550 0 --:--:-- --:--:-- --:--:-- 45725 [Pipeline] sh [2022-04-12T15:50:31.401Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-12T15:50:31.752Z] + sudo tee /etc/docker/daemon.new [2022-04-12T15:50:31.752Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-12T15:50:31.752Z] { [2022-04-12T15:50:31.752Z] "registry-mirrors": [ [2022-04-12T15:50:31.752Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-12T15:50:31.752Z] ], [2022-04-12T15:50:31.752Z] "bip": "10.250.0.254/24", [2022-04-12T15:50:31.752Z] "hosts": [ [2022-04-12T15:50:31.752Z] "tcp://0.0.0.0:5555", [2022-04-12T15:50:31.752Z] "unix:///var/run/docker.sock" [2022-04-12T15:50:31.752Z] ], [2022-04-12T15:50:31.752Z] "mtu": 1458, [2022-04-12T15:50:31.752Z] "selinux-enabled": true, [2022-04-12T15:50:31.752Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-12T15:50:31.752Z] } [Pipeline] sh [2022-04-12T15:50:32.114Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-12T15:50:32.458Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T15:50:50.838Z] provisioning config files... [2022-04-12T15:50:50.866Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/63@tmp/config3948254534131244113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:50:51.236Z] ---> docker-login.sh [2022-04-12T15:50:51.236Z] nexus3.edgexfoundry.org:10001 [2022-04-12T15:50:51.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:50:52.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:50:52.113Z] Configure a credential helper to remove this warning. See [2022-04-12T15:50:52.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:50:52.113Z] [2022-04-12T15:50:52.113Z] Login Succeeded [2022-04-12T15:50:52.113Z] nexus3.edgexfoundry.org:10002 [2022-04-12T15:50:52.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:50:52.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:50:52.674Z] Configure a credential helper to remove this warning. See [2022-04-12T15:50:52.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:50:52.674Z] [2022-04-12T15:50:52.674Z] Login Succeeded [2022-04-12T15:50:52.674Z] nexus3.edgexfoundry.org:10003 [2022-04-12T15:50:52.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:50:53.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:50:53.231Z] Configure a credential helper to remove this warning. See [2022-04-12T15:50:53.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:50:53.231Z] [2022-04-12T15:50:53.231Z] Login Succeeded [2022-04-12T15:50:53.231Z] nexus3.edgexfoundry.org:10004 [2022-04-12T15:50:53.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:50:53.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:50:53.785Z] Configure a credential helper to remove this warning. See [2022-04-12T15:50:53.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:50:53.785Z] [2022-04-12T15:50:53.785Z] Login Succeeded [2022-04-12T15:50:53.785Z] docker.io [2022-04-12T15:50:54.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:50:54.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:50:54.663Z] Configure a credential helper to remove this warning. See [2022-04-12T15:50:54.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:50:54.663Z] [2022-04-12T15:50:54.663Z] Login Succeeded [2022-04-12T15:50:54.663Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T15:50:54.684Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-12T15:50:55.283Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T15:50:55.296Z] ========================================================= [2022-04-12T15:50:55.296Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-12T15:50:55.296Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:50:55.731Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-12T15:50:55.731Z] Sending build context to Docker daemon 210.4kB [2022-04-12T15:50:56.016Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-12T15:50:56.016Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-12T15:50:56.301Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-12T15:50:56.301Z] 9b3977197b4f: Pulling fs layer [2022-04-12T15:50:56.301Z] 1a89e8eeedd5: Pulling fs layer [2022-04-12T15:50:56.301Z] 94645a83ff95: Pulling fs layer [2022-04-12T15:50:56.301Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-12T15:50:56.301Z] 0c92f367c5e7: Pulling fs layer [2022-04-12T15:50:56.301Z] f7c0051592d6: Pulling fs layer [2022-04-12T15:50:56.301Z] a227ed2f7395: Pulling fs layer [2022-04-12T15:50:56.301Z] 7b1c46037f91: Pulling fs layer [2022-04-12T15:50:56.301Z] 3f3a8bcf1eab: Waiting [2022-04-12T15:50:56.301Z] 0c92f367c5e7: Waiting [2022-04-12T15:50:56.301Z] f7c0051592d6: Waiting [2022-04-12T15:50:56.301Z] 7b1c46037f91: Waiting [2022-04-12T15:50:56.301Z] a227ed2f7395: Waiting [2022-04-12T15:50:56.301Z] 94645a83ff95: Verifying Checksum [2022-04-12T15:50:56.301Z] 94645a83ff95: Download complete [2022-04-12T15:50:56.301Z] 1a89e8eeedd5: Verifying Checksum [2022-04-12T15:50:56.301Z] 1a89e8eeedd5: Download complete [2022-04-12T15:50:56.301Z] 0c92f367c5e7: Verifying Checksum [2022-04-12T15:50:56.301Z] 0c92f367c5e7: Download complete [2022-04-12T15:50:56.301Z] f7c0051592d6: Download complete [2022-04-12T15:50:56.301Z] 9b3977197b4f: Verifying Checksum [2022-04-12T15:50:56.301Z] 9b3977197b4f: Download complete [2022-04-12T15:50:56.301Z] a227ed2f7395: Verifying Checksum [2022-04-12T15:50:56.301Z] a227ed2f7395: Download complete [2022-04-12T15:50:57.300Z] 9b3977197b4f: Pull complete [2022-04-12T15:50:57.907Z] 1a89e8eeedd5: Pull complete [2022-04-12T15:50:58.184Z] 94645a83ff95: Pull complete [2022-04-12T15:50:58.471Z] 7b1c46037f91: Download complete [2022-04-12T15:50:59.077Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-12T15:50:59.077Z] 3f3a8bcf1eab: Download complete [2022-04-12T15:51:11.500Z] 3f3a8bcf1eab: Pull complete [2022-04-12T15:51:11.500Z] 0c92f367c5e7: Pull complete [2022-04-12T15:51:11.777Z] f7c0051592d6: Pull complete [2022-04-12T15:51:12.053Z] a227ed2f7395: Pull complete [2022-04-12T15:51:18.808Z] 7b1c46037f91: Pull complete [2022-04-12T15:51:18.808Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-12T15:51:18.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T15:51:18.808Z] ---> f79e39bc4007 [2022-04-12T15:51:18.808Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-12T15:51:19.794Z] ---> Running in 573f6138e737 [2022-04-12T15:51:20.070Z] Removing intermediate container 573f6138e737 [2022-04-12T15:51:20.070Z] ---> edd619553c60 [2022-04-12T15:51:20.070Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-12T15:51:20.070Z] ---> Running in 64c4afeeb7e7 [2022-04-12T15:51:20.672Z] Removing intermediate container 64c4afeeb7e7 [2022-04-12T15:51:20.672Z] ---> 9d6284ab728e [2022-04-12T15:51:20.672Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-12T15:51:20.672Z] ---> Running in f2e6a8b9624a [2022-04-12T15:51:20.945Z] Removing intermediate container f2e6a8b9624a [2022-04-12T15:51:20.945Z] ---> 31765d81f2cb [2022-04-12T15:51:20.945Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T15:51:20.945Z] ---> Running in 7dc0968a0f2f [2022-04-12T15:51:22.919Z] Removing intermediate container 7dc0968a0f2f [2022-04-12T15:51:22.919Z] ---> c9521de15db4 [2022-04-12T15:51:22.919Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-12T15:51:22.919Z] ---> Running in b40b39562c2f [2022-04-12T15:51:23.897Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T15:51:24.497Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T15:51:25.485Z] OK: 220 MiB in 52 packages [2022-04-12T15:51:26.500Z] Removing intermediate container b40b39562c2f [2022-04-12T15:51:26.500Z] ---> 7e18fb58cf8d [2022-04-12T15:51:26.500Z] Step 8/13 : WORKDIR /app [2022-04-12T15:51:26.500Z] ---> Running in 3f91715480c0 [2022-04-12T15:51:27.945Z] Removing intermediate container 3f91715480c0 [2022-04-12T15:51:27.945Z] ---> d13a1a5fcdae [2022-04-12T15:51:27.945Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-12T15:51:29.389Z] ---> a3a5fb5bb9f0 [2022-04-12T15:51:29.390Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T15:51:29.390Z] ---> Running in 5867ef9020e3 [2022-04-12T15:52:51.239Z] Removing intermediate container 5867ef9020e3 [2022-04-12T15:52:51.239Z] ---> ee5e8463f060 [2022-04-12T15:52:51.239Z] Step 11/13 : COPY . . [2022-04-12T15:52:51.239Z] ---> 554ac20adce4 [2022-04-12T15:52:51.239Z] Step 12/13 : ARG MAKE="make build" [2022-04-12T15:52:51.239Z] ---> Running in 8882b21bddfd [2022-04-12T15:52:51.239Z] Removing intermediate container 8882b21bddfd [2022-04-12T15:52:51.239Z] ---> 8a03a9467ca5 [2022-04-12T15:52:51.239Z] Step 13/13 : RUN $MAKE [2022-04-12T15:52:51.239Z] ---> Running in 5e39ebe0efc2 [2022-04-12T15:52:51.240Z] noop [2022-04-12T15:52:51.240Z] Removing intermediate container 5e39ebe0efc2 [2022-04-12T15:52:51.240Z] ---> 5b55a7e8c04a [2022-04-12T15:52:51.240Z] Successfully built 5b55a7e8c04a [2022-04-12T15:52:51.240Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:52:51.595Z] + docker inspect -f . ci-base-image-arm64 [2022-04-12T15:52:51.595Z] . [Pipeline] withDockerContainer [2022-04-12T15:52:51.832Z] prd-ubuntu20.04-docker-arm64-4c-16g-20695 does not seem to be running inside a container [2022-04-12T15:52:51.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/63 -v /w/workspace/app-service-configurable/63:/w/workspace/app-service-configurable/63:rw,z -v /w/workspace/app-service-configurable/63@tmp:/w/workspace/app-service-configurable/63@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 ******** ci-base-image-arm64 cat [2022-04-12T15:52:53.238Z] $ docker top a520fe5822dc1fea02431747298d1f26be9a697a4e5488ff57421e97b359c51d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T15:52:54.152Z] + go version [2022-04-12T15:52:54.152Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-12T15:52:54.182Z] $ docker stop --time=1 a520fe5822dc1fea02431747298d1f26be9a697a4e5488ff57421e97b359c51d [2022-04-12T15:52:55.848Z] $ docker rm -f a520fe5822dc1fea02431747298d1f26be9a697a4e5488ff57421e97b359c51d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:52:56.474Z] + docker inspect -f . ci-base-image-arm64 [2022-04-12T15:52:56.474Z] . [Pipeline] withDockerContainer [2022-04-12T15:52:56.704Z] prd-ubuntu20.04-docker-arm64-4c-16g-20695 does not seem to be running inside a container [2022-04-12T15:52:56.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/63 -v /w/workspace/app-service-configurable/63:/w/workspace/app-service-configurable/63:rw,z -v /w/workspace/app-service-configurable/63@tmp:/w/workspace/app-service-configurable/63@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 ******** ci-base-image-arm64 cat [2022-04-12T15:52:58.112Z] $ docker top 744d4f71c2f14ad945bd082e0416678a6ceedec854ddb3221bb50426296bb1c7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-12T15:52:59.045Z] + make test [2022-04-12T15:52:59.045Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-12T15:53:55.648Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-12T15:53:55.648Z] CGO_ENABLED=1 go vet ./... [2022-04-12T15:54:10.800Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-12T15:54:10.800Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-12T15:54:10.800Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-12T15:54:10.826Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-12T15:54:10.843Z] $ docker stop --time=1 744d4f71c2f14ad945bd082e0416678a6ceedec854ddb3221bb50426296bb1c7 [2022-04-12T15:54:12.692Z] $ docker rm -f 744d4f71c2f14ad945bd082e0416678a6ceedec854ddb3221bb50426296bb1c7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T15:54:13.514Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-12T15:54:13.542Z] Warning: overwriting stash ‘coverage-report’ [2022-04-12T15:54:14.058Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-12T15:54:14.482Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-12T15:54:14.829Z] + ls -al . [2022-04-12T15:54:14.829Z] total 172 [2022-04-12T15:54:14.829Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 12 15:54 . [2022-04-12T15:54:14.829Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 15:50 .. [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 12 15:50 .dockerignore [2022-04-12T15:54:14.829Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 15:50 .git [2022-04-12T15:54:14.829Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 15:50 .github [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 12 15:50 .gitignore [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 7627 Apr 12 15:50 Attribution.txt [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 12 15:50 CHANGELOG.md [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 12 15:50 Dockerfile [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 12 15:50 GOVERNANCE.md [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 12 15:50 Jenkinsfile [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 12 15:50 LICENSE [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 12 15:50 OWNERS.md [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 12 15:50 README.md [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 12 15:46 VERSION [2022-04-12T15:54:14.829Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 15:50 bin [2022-04-12T15:54:14.829Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 12 15:52 coverage.out [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 2816 Apr 12 15:50 go.mod [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 50335 Apr 12 15:50 go.sum [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 12 15:50 main.go [2022-04-12T15:54:14.829Z] -rw-rw-r-- 1 jenkins jenkins 1994 Apr 12 15:50 makefile [2022-04-12T15:54:14.829Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 12 15:50 res [2022-04-12T15:54:14.829Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 15:50 snap [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:54:15.190Z] + 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=323c9d7b071dcad20db500b9107a4775ac8effe6 --label arch=arm64 --label version=2.2.0-dev.27 . [2022-04-12T15:54:15.190Z] Sending build context to Docker daemon 211.5kB [2022-04-12T15:54:15.465Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-12T15:54:15.465Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-12T15:54:15.465Z] ---> 5b55a7e8c04a [2022-04-12T15:54:15.465Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-12T15:54:15.465Z] ---> Running in 1ff96e9a8efd [2022-04-12T15:54:16.064Z] Removing intermediate container 1ff96e9a8efd [2022-04-12T15:54:16.064Z] ---> e9d3e58a99de [2022-04-12T15:54:16.064Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-12T15:54:16.064Z] ---> Running in b57aa7bdbf42 [2022-04-12T15:54:16.346Z] Removing intermediate container b57aa7bdbf42 [2022-04-12T15:54:16.346Z] ---> c7d48a9a43ef [2022-04-12T15:54:16.346Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-12T15:54:16.346Z] ---> Running in c6ff89ab2729 [2022-04-12T15:54:16.623Z] Removing intermediate container c6ff89ab2729 [2022-04-12T15:54:16.623Z] ---> 26c176e2616c [2022-04-12T15:54:16.623Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T15:54:16.901Z] ---> Running in c2d3c461b0e1 [2022-04-12T15:54:18.891Z] Removing intermediate container c2d3c461b0e1 [2022-04-12T15:54:18.891Z] ---> faab5054804e [2022-04-12T15:54:18.891Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-12T15:54:18.891Z] ---> Running in a51a39403b19 [2022-04-12T15:54:19.487Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T15:54:20.471Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T15:54:21.455Z] OK: 220 MiB in 52 packages [2022-04-12T15:54:22.056Z] Removing intermediate container a51a39403b19 [2022-04-12T15:54:22.056Z] ---> c92d53cfae12 [2022-04-12T15:54:22.056Z] Step 8/27 : WORKDIR /app [2022-04-12T15:54:22.337Z] ---> Running in 366ffe05deaa [2022-04-12T15:54:22.610Z] Removing intermediate container 366ffe05deaa [2022-04-12T15:54:22.610Z] ---> ea2420fc0691 [2022-04-12T15:54:22.610Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-12T15:54:23.207Z] ---> 8e4dc8a99f5e [2022-04-12T15:54:23.207Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T15:54:23.207Z] ---> Running in 6827eb570be7 [2022-04-12T15:54:25.186Z] Removing intermediate container 6827eb570be7 [2022-04-12T15:54:25.186Z] ---> 5be61d281036 [2022-04-12T15:54:25.186Z] Step 11/27 : COPY . . [2022-04-12T15:54:25.785Z] ---> 3dc8506c47d2 [2022-04-12T15:54:25.785Z] Step 12/27 : ARG MAKE="make build" [2022-04-12T15:54:26.058Z] ---> Running in 42169a0bc0f8 [2022-04-12T15:54:26.341Z] Removing intermediate container 42169a0bc0f8 [2022-04-12T15:54:26.341Z] ---> 061e72725a04 [2022-04-12T15:54:26.341Z] Step 13/27 : RUN $MAKE [2022-04-12T15:54:26.341Z] ---> Running in 25e5f0fc3e8e [2022-04-12T15:54:27.328Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-04-12T15:56:04.125Z] Removing intermediate container 25e5f0fc3e8e [2022-04-12T15:56:04.125Z] ---> f69f57871ed9 [2022-04-12T15:56:04.125Z] Step 14/27 : FROM alpine:3.14 [2022-04-12T15:56:04.125Z] 3.14: Pulling from library/alpine [2022-04-12T15:56:04.125Z] 455c02918c45: Pulling fs layer [2022-04-12T15:56:04.125Z] 455c02918c45: Verifying Checksum [2022-04-12T15:56:04.125Z] 455c02918c45: Download complete [2022-04-12T15:56:04.125Z] 455c02918c45: Pull complete [2022-04-12T15:56:04.125Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T15:56:04.125Z] Status: Downloaded newer image for alpine:3.14 [2022-04-12T15:56:04.125Z] ---> ac73e934f311 [2022-04-12T15:56:04.125Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-12T15:56:04.125Z] ---> Running in be9c9576125e [2022-04-12T15:56:04.125Z] Removing intermediate container be9c9576125e [2022-04-12T15:56:04.125Z] ---> b2e83667ef39 [2022-04-12T15:56:04.125Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-12T15:56:04.125Z] ---> Running in c5b3ccc752c8 [2022-04-12T15:56:04.125Z] Removing intermediate container c5b3ccc752c8 [2022-04-12T15:56:04.125Z] ---> 8b62bdeafb63 [2022-04-12T15:56:04.125Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-12T15:56:04.125Z] ---> Running in f965e5dc5161 [2022-04-12T15:56:04.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T15:56:04.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T15:56:04.125Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-12T15:56:04.125Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-12T15:56:04.125Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-12T15:56:04.125Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-12T15:56:04.125Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-12T15:56:04.125Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-12T15:56:04.125Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-12T15:56:04.125Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T15:56:04.125Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T15:56:04.125Z] OK: 9 MiB in 21 packages [2022-04-12T15:56:04.125Z] Removing intermediate container f965e5dc5161 [2022-04-12T15:56:04.125Z] ---> 09df4c02de43 [2022-04-12T15:56:04.125Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-12T15:56:04.125Z] ---> f1db0805a48f [2022-04-12T15:56:04.125Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-12T15:56:04.125Z] ---> ec037cac30d1 [2022-04-12T15:56:04.125Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-12T15:56:04.727Z] ---> 7c648ac9f1bf [2022-04-12T15:56:04.727Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-12T15:56:06.166Z] ---> c95fc9095301 [2022-04-12T15:56:06.166Z] Step 22/27 : EXPOSE 48095 [2022-04-12T15:56:06.166Z] ---> Running in f1b96434e08c [2022-04-12T15:56:06.441Z] Removing intermediate container f1b96434e08c [2022-04-12T15:56:06.441Z] ---> 2c7f9b5abd39 [2022-04-12T15:56:06.441Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-12T15:56:06.441Z] ---> Running in 17cb11684542 [2022-04-12T15:56:07.041Z] Removing intermediate container 17cb11684542 [2022-04-12T15:56:07.041Z] ---> 6dc64b937772 [2022-04-12T15:56:07.041Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T15:56:07.041Z] ---> Running in 3224b52c9fca [2022-04-12T15:56:07.313Z] Removing intermediate container 3224b52c9fca [2022-04-12T15:56:07.313Z] ---> 594293e9c6a1 [2022-04-12T15:56:07.313Z] Step 25/27 : LABEL arch=arm64 [2022-04-12T15:56:07.313Z] ---> Running in f7a23b622268 [2022-04-12T15:56:07.587Z] Removing intermediate container f7a23b622268 [2022-04-12T15:56:07.587Z] ---> c4651b54120a [2022-04-12T15:56:07.587Z] Step 26/27 : LABEL git_sha=323c9d7b071dcad20db500b9107a4775ac8effe6 [2022-04-12T15:56:07.867Z] ---> Running in 6a01fac23192 [2022-04-12T15:56:08.140Z] Removing intermediate container 6a01fac23192 [2022-04-12T15:56:08.140Z] ---> 5467ea8d0430 [2022-04-12T15:56:08.140Z] Step 27/27 : LABEL version=2.2.0-dev.27 [2022-04-12T15:56:08.140Z] ---> Running in b0efa4d3fa54 [2022-04-12T15:56:08.414Z] Removing intermediate container b0efa4d3fa54 [2022-04-12T15:56:08.414Z] ---> c74a9d46c40d [2022-04-12T15:56:08.414Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-12T15:56:08.414Z] Successfully built c74a9d46c40d [2022-04-12T15:56:08.414Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T15:56:08.525Z] provisioning config files... [2022-04-12T15:56:08.546Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/63@tmp/config7931820360949119746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:56:08.911Z] ---> docker-login.sh [2022-04-12T15:56:08.911Z] nexus3.edgexfoundry.org:10001 [2022-04-12T15:56:09.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:56:09.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:56:09.186Z] Configure a credential helper to remove this warning. See [2022-04-12T15:56:09.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:56:09.186Z] [2022-04-12T15:56:09.186Z] Login Succeeded [2022-04-12T15:56:09.460Z] nexus3.edgexfoundry.org:10002 [2022-04-12T15:56:09.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:56:09.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:56:09.733Z] Configure a credential helper to remove this warning. See [2022-04-12T15:56:09.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:56:09.733Z] [2022-04-12T15:56:09.733Z] Login Succeeded [2022-04-12T15:56:10.008Z] nexus3.edgexfoundry.org:10003 [2022-04-12T15:56:10.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:56:10.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:56:10.283Z] Configure a credential helper to remove this warning. See [2022-04-12T15:56:10.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:56:10.283Z] [2022-04-12T15:56:10.283Z] Login Succeeded [2022-04-12T15:56:10.559Z] nexus3.edgexfoundry.org:10004 [2022-04-12T15:56:10.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:56:10.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:56:10.834Z] Configure a credential helper to remove this warning. See [2022-04-12T15:56:10.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:56:10.834Z] [2022-04-12T15:56:10.834Z] Login Succeeded [2022-04-12T15:56:11.110Z] docker.io [2022-04-12T15:56:11.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T15:56:11.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T15:56:11.662Z] Configure a credential helper to remove this warning. See [2022-04-12T15:56:11.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T15:56:11.662Z] [2022-04-12T15:56:11.662Z] Login Succeeded [2022-04-12T15:56:11.662Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T15:56:11.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-12T15:56:11.718Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T15:56:11.740Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-04-12T15:56:11.740Z] 323c9d7b071dcad20db500b9107a4775ac8effe6 [2022-04-12T15:56:11.740Z] latest [2022-04-12T15:56:11.740Z] 2.2.0-dev.27 [2022-04-12T15:56:11.740Z] 323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [2022-04-12T15:56:11.740Z] main [2022-04-12T15:56:11.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:12.117Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:12.490Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6 [2022-04-12T15:56:12.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-12T15:56:12.490Z] f525be795da3: Preparing [2022-04-12T15:56:12.490Z] 3bd9c0ccc020: Preparing [2022-04-12T15:56:12.490Z] c75fcd8a093b: Preparing [2022-04-12T15:56:12.490Z] 131e3a07be34: Preparing [2022-04-12T15:56:12.490Z] 0beb4b2684e1: Preparing [2022-04-12T15:56:12.490Z] f73e7dbfee58: Preparing [2022-04-12T15:56:12.490Z] f73e7dbfee58: Waiting [2022-04-12T15:56:12.767Z] 3bd9c0ccc020: Pushed [2022-04-12T15:56:12.767Z] c75fcd8a093b: Pushed [2022-04-12T15:56:12.767Z] 131e3a07be34: Pushed [2022-04-12T15:56:12.767Z] f73e7dbfee58: Layer already exists [2022-04-12T15:56:13.757Z] 0beb4b2684e1: Pushed [2022-04-12T15:56:18.070Z] f525be795da3: Pushed [2022-04-12T15:56:18.070Z] 323c9d7b071dcad20db500b9107a4775ac8effe6: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:18.440Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:18.792Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-12T15:56:18.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-12T15:56:18.792Z] f525be795da3: Preparing [2022-04-12T15:56:18.792Z] 3bd9c0ccc020: Preparing [2022-04-12T15:56:18.792Z] c75fcd8a093b: Preparing [2022-04-12T15:56:18.792Z] 131e3a07be34: Preparing [2022-04-12T15:56:18.792Z] 0beb4b2684e1: Preparing [2022-04-12T15:56:18.792Z] f73e7dbfee58: Preparing [2022-04-12T15:56:18.792Z] f73e7dbfee58: Waiting [2022-04-12T15:56:18.792Z] f525be795da3: Layer already exists [2022-04-12T15:56:18.792Z] c75fcd8a093b: Layer already exists [2022-04-12T15:56:18.792Z] 131e3a07be34: Layer already exists [2022-04-12T15:56:18.792Z] 0beb4b2684e1: Layer already exists [2022-04-12T15:56:18.792Z] 3bd9c0ccc020: Layer already exists [2022-04-12T15:56:19.067Z] f73e7dbfee58: Layer already exists [2022-04-12T15:56:19.067Z] latest: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:19.427Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:19.782Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.27 [2022-04-12T15:56:19.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-12T15:56:19.782Z] f525be795da3: Preparing [2022-04-12T15:56:19.782Z] 3bd9c0ccc020: Preparing [2022-04-12T15:56:19.782Z] c75fcd8a093b: Preparing [2022-04-12T15:56:19.782Z] 131e3a07be34: Preparing [2022-04-12T15:56:19.782Z] 0beb4b2684e1: Preparing [2022-04-12T15:56:19.782Z] f73e7dbfee58: Preparing [2022-04-12T15:56:19.782Z] f73e7dbfee58: Waiting [2022-04-12T15:56:19.782Z] 131e3a07be34: Layer already exists [2022-04-12T15:56:19.782Z] 3bd9c0ccc020: Layer already exists [2022-04-12T15:56:19.782Z] c75fcd8a093b: Layer already exists [2022-04-12T15:56:19.782Z] 0beb4b2684e1: Layer already exists [2022-04-12T15:56:19.782Z] f525be795da3: Layer already exists [2022-04-12T15:56:19.782Z] f73e7dbfee58: Layer already exists [2022-04-12T15:56:20.056Z] 2.2.0-dev.27: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:20.417Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:20.769Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [2022-04-12T15:56:20.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-12T15:56:20.769Z] f525be795da3: Preparing [2022-04-12T15:56:20.769Z] 3bd9c0ccc020: Preparing [2022-04-12T15:56:20.769Z] c75fcd8a093b: Preparing [2022-04-12T15:56:20.769Z] 131e3a07be34: Preparing [2022-04-12T15:56:20.769Z] 0beb4b2684e1: Preparing [2022-04-12T15:56:20.769Z] f73e7dbfee58: Preparing [2022-04-12T15:56:20.769Z] f73e7dbfee58: Waiting [2022-04-12T15:56:20.769Z] f525be795da3: Layer already exists [2022-04-12T15:56:20.769Z] 0beb4b2684e1: Layer already exists [2022-04-12T15:56:20.769Z] 3bd9c0ccc020: Layer already exists [2022-04-12T15:56:20.769Z] c75fcd8a093b: Layer already exists [2022-04-12T15:56:20.769Z] 131e3a07be34: Layer already exists [2022-04-12T15:56:20.769Z] f73e7dbfee58: Layer already exists [2022-04-12T15:56:21.043Z] 323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:21.406Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:21.757Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-04-12T15:56:21.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-12T15:56:21.757Z] f525be795da3: Preparing [2022-04-12T15:56:21.757Z] 3bd9c0ccc020: Preparing [2022-04-12T15:56:21.757Z] c75fcd8a093b: Preparing [2022-04-12T15:56:21.757Z] 131e3a07be34: Preparing [2022-04-12T15:56:21.757Z] 0beb4b2684e1: Preparing [2022-04-12T15:56:21.757Z] f73e7dbfee58: Preparing [2022-04-12T15:56:21.757Z] f73e7dbfee58: Waiting [2022-04-12T15:56:21.757Z] 0beb4b2684e1: Layer already exists [2022-04-12T15:56:21.757Z] 131e3a07be34: Layer already exists [2022-04-12T15:56:21.757Z] 3bd9c0ccc020: Layer already exists [2022-04-12T15:56:21.757Z] f525be795da3: Layer already exists [2022-04-12T15:56:21.757Z] c75fcd8a093b: Layer already exists [2022-04-12T15:56:22.032Z] f73e7dbfee58: Layer already exists [2022-04-12T15:56:22.032Z] main: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-12T15:56:22.085Z] ===================================================== [Pipeline] echo [2022-04-12T15:56:22.102Z] taggedImages: [2022-04-12T15:56:22.102Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6 [2022-04-12T15:56:22.102Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-12T15:56:22.102Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.27 [2022-04-12T15:56:22.102Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [2022-04-12T15:56:22.102Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:22.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T15:56:22.486Z] [2022-04-12T15:56:22.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:22.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T15:56:23.123Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-12T15:56:23.123Z] 8998bd30e6a1: Pulling fs layer [2022-04-12T15:56:23.123Z] 04944245beec: Pulling fs layer [2022-04-12T15:56:23.123Z] 699f458cf7ca: Pulling fs layer [2022-04-12T15:56:23.123Z] 765212b225bb: Pulling fs layer [2022-04-12T15:56:23.123Z] f23df028b6ca: Pulling fs layer [2022-04-12T15:56:23.123Z] d65c8cfc05b1: Pulling fs layer [2022-04-12T15:56:23.123Z] 2437ff75d9bd: Pulling fs layer [2022-04-12T15:56:23.123Z] 765212b225bb: Waiting [2022-04-12T15:56:23.123Z] f23df028b6ca: Waiting [2022-04-12T15:56:23.123Z] d65c8cfc05b1: Waiting [2022-04-12T15:56:23.123Z] 2437ff75d9bd: Waiting [2022-04-12T15:56:23.123Z] 04944245beec: Verifying Checksum [2022-04-12T15:56:23.123Z] 04944245beec: Download complete [2022-04-12T15:56:23.123Z] 765212b225bb: Verifying Checksum [2022-04-12T15:56:23.123Z] 765212b225bb: Download complete [2022-04-12T15:56:23.123Z] f23df028b6ca: Verifying Checksum [2022-04-12T15:56:23.123Z] f23df028b6ca: Download complete [2022-04-12T15:56:23.400Z] d65c8cfc05b1: Verifying Checksum [2022-04-12T15:56:23.400Z] d65c8cfc05b1: Download complete [2022-04-12T15:56:23.400Z] 699f458cf7ca: Verifying Checksum [2022-04-12T15:56:23.400Z] 699f458cf7ca: Download complete [2022-04-12T15:56:23.678Z] 8998bd30e6a1: Verifying Checksum [2022-04-12T15:56:23.678Z] 8998bd30e6a1: Download complete [2022-04-12T15:56:26.312Z] 2437ff75d9bd: Verifying Checksum [2022-04-12T15:56:26.312Z] 2437ff75d9bd: Download complete [2022-04-12T15:56:28.298Z] 8998bd30e6a1: Pull complete [2022-04-12T15:56:28.572Z] 04944245beec: Pull complete [2022-04-12T15:56:30.014Z] 699f458cf7ca: Pull complete [2022-04-12T15:56:30.290Z] 765212b225bb: Pull complete [2022-04-12T15:56:31.275Z] f23df028b6ca: Pull complete [2022-04-12T15:56:31.550Z] d65c8cfc05b1: Pull complete [2022-04-12T15:56:46.674Z] 2437ff75d9bd: Pull complete [2022-04-12T15:56:46.674Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-12T15:56:46.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T15:56:46.674Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-12T15:56:46.915Z] prd-ubuntu20.04-docker-arm64-4c-16g-20695 does not seem to be running inside a container [2022-04-12T15:56:47.013Z] $ 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/63 -v /w/workspace/app-service-configurable/63:/w/workspace/app-service-configurable/63:rw,z -v /w/workspace/app-service-configurable/63@tmp:/w/workspace/app-service-configurable/63@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:arm64 cat [2022-04-12T15:56:49.932Z] $ docker top ca9691ce3ec8b4a372d5cdac197cf3eba2f8850f3adf019843078acc1993624d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:56:50.872Z] ---> job-cost.sh [2022-04-12T15:56:50.872Z] lf-activate-venv: SKIPPING [2022-04-12T15:56:50.872Z] INFO: No Stack... [2022-04-12T15:56:51.471Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-12T15:56:52.070Z] INFO: Archiving Costs [Pipeline] sh [2022-04-12T15:56:52.748Z] + cat /w/workspace/app-service-configurable/63/archives/cost.csv [2022-04-12T15:56:52.749Z] + cut -d, -f6 [Pipeline] lock [2022-04-12T15:56:52.823Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [2022-04-12T15:56:52.830Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] did not exist. Created. [2022-04-12T15:56:52.830Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-12T15:56:53.521Z] /w/workspace/app-service-configurable/63@tmp/durable-e68cff65/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-12T15:56:54.212Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-12T15:56:54.234Z] Warning: overwriting stash ‘stack-cost’ [2022-04-12T15:56:54.288Z] Stashed 1 file(s) [Pipeline] } [2022-04-12T15:56:54.295Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-12T15:56:54.326Z] $ docker stop --time=1 ca9691ce3ec8b4a372d5cdac197cf3eba2f8850f3adf019843078acc1993624d [2022-04-12T15:56:55.844Z] $ docker rm -f ca9691ce3ec8b4a372d5cdac197cf3eba2f8850f3adf019843078acc1993624d [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 [2022-04-12T15:56:56.367Z] provisioning config files... [2022-04-12T15:56:56.376Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7641350868794665970tmp [Pipeline] { [Pipeline] sh [2022-04-12T15:56:56.678Z] + set +x [2022-04-12T15:56:56.678Z] + curl -s https://codecov.io/bash [2022-04-12T15:56:56.678Z] + bash -s -- [2022-04-12T15:56:56.678Z] [2022-04-12T15:56:56.678Z] _____ _ [2022-04-12T15:56:56.678Z] / ____| | | [2022-04-12T15:56:56.678Z] | | ___ __| | ___ ___ _____ __ [2022-04-12T15:56:56.678Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-12T15:56:56.678Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-12T15:56:56.678Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-12T15:56:56.678Z] Bash-1.0.6 [2022-04-12T15:56:56.678Z] [2022-04-12T15:56:56.678Z] [2022-04-12T15:56:56.678Z] ==> git version 2.25.1 found [2022-04-12T15:56:56.678Z] ==> 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 [2022-04-12T15:56:56.678Z] Release-Date: 2020-01-08 [2022-04-12T15:56:56.678Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-12T15:56:56.678Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-12T15:56:56.678Z] ==> Jenkins CI detected. [2022-04-12T15:56:56.678Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-04-12T15:56:56.678Z] project root: . [2022-04-12T15:56:56.678Z] --> token set from env [2022-04-12T15:56:56.678Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-12T15:56:56.678Z] ==> Running gcov in . (disable via -X gcov) [2022-04-12T15:56:56.678Z] ==> Python coveragepy not found [2022-04-12T15:56:56.678Z] ==> Searching for coverage reports in: [2022-04-12T15:56:56.678Z] + . [2022-04-12T15:56:56.678Z] -> Found 1 reports [2022-04-12T15:56:56.678Z] ==> Detecting git/mercurial file structure [2022-04-12T15:56:56.678Z] ==> Reading reports [2022-04-12T15:56:56.678Z] + ./coverage.out bytes=10 [2022-04-12T15:56:56.678Z] ==> Appending adjustments [2022-04-12T15:56:56.678Z] https://docs.codecov.io/docs/fixing-reports [2022-04-12T15:56:56.939Z] + Found adjustments [2022-04-12T15:56:56.939Z] ==> Gzipping contents [2022-04-12T15:56:56.939Z] 4.0K /tmp/codecov.RjED7n.gz [2022-04-12T15:56:56.939Z] ==> Uploading reports [2022-04-12T15:56:56.939Z] url: https://codecov.io [2022-04-12T15:56:56.939Z] query: branch=main&commit=323c9d7b071dcad20db500b9107a4775ac8effe6&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F63%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-12T15:56:56.939Z] -> Pinging Codecov [2022-04-12T15:56:56.939Z] 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=323c9d7b071dcad20db500b9107a4775ac8effe6&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F63%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-12T15:56:57.202Z] -> Uploading to [2022-04-12T15:56:57.202Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-12/A97CA9966030D2A3747ED39772930CCE/323c9d7b071dcad20db500b9107a4775ac8effe6/761c7e17-3c54-45b6-b752-ff580a13c729.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220412T155657Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d89c11a8b34dad98fce42222d77e8a42f9ac7891a330763142694dcecf1618e6 [2022-04-12T15:56:57.202Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-12T15:56:57.202Z] Dload Upload Total Spent Left Speed [2022-04-12T15:56:57.465Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2709 --:--:-- --:--:-- --:--:-- 2709 [2022-04-12T15:56:57.465Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] } [2022-04-12T15:56:57.474Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-04-12T15:56:57.749Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-04-12T15:56:57.759Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:58.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-12T15:56:58.050Z] [2022-04-12T15:56:58.050Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:56:58.356Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-12T15:56:58.356Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-04-12T15:56:58.356Z] 188c0c94c7c5: Pulling fs layer [2022-04-12T15:56:58.356Z] 0ef7d3d256c8: Pulling fs layer [2022-04-12T15:56:58.356Z] de9db76c5a1d: Pulling fs layer [2022-04-12T15:56:58.356Z] 0eba1c9be4d2: Pulling fs layer [2022-04-12T15:56:58.356Z] 0d57e429df01: Pulling fs layer [2022-04-12T15:56:58.356Z] 0eba1c9be4d2: Waiting [2022-04-12T15:56:58.356Z] 0d57e429df01: Waiting [2022-04-12T15:56:58.356Z] 4e4be7b47b0d: Pulling fs layer [2022-04-12T15:56:58.356Z] e1f770b5df2f: Pulling fs layer [2022-04-12T15:56:58.356Z] 85a0685a4137: Pulling fs layer [2022-04-12T15:56:58.356Z] e1f770b5df2f: Waiting [2022-04-12T15:56:58.356Z] 4e4be7b47b0d: Waiting [2022-04-12T15:56:58.356Z] 85a0685a4137: Waiting [2022-04-12T15:56:58.356Z] de9db76c5a1d: Verifying Checksum [2022-04-12T15:56:58.356Z] de9db76c5a1d: Download complete [2022-04-12T15:56:58.356Z] 0ef7d3d256c8: Download complete [2022-04-12T15:56:58.356Z] 0d57e429df01: Verifying Checksum [2022-04-12T15:56:58.356Z] 0d57e429df01: Download complete [2022-04-12T15:56:58.356Z] 4e4be7b47b0d: Verifying Checksum [2022-04-12T15:56:58.356Z] 4e4be7b47b0d: Download complete [2022-04-12T15:56:58.356Z] 188c0c94c7c5: Verifying Checksum [2022-04-12T15:56:58.356Z] 188c0c94c7c5: Download complete [2022-04-12T15:56:58.618Z] 188c0c94c7c5: Pull complete [2022-04-12T15:56:58.618Z] e1f770b5df2f: Verifying Checksum [2022-04-12T15:56:58.618Z] e1f770b5df2f: Download complete [2022-04-12T15:56:58.879Z] 0ef7d3d256c8: Pull complete [2022-04-12T15:56:58.879Z] de9db76c5a1d: Pull complete [2022-04-12T15:56:59.139Z] 0eba1c9be4d2: Verifying Checksum [2022-04-12T15:56:59.139Z] 0eba1c9be4d2: Download complete [2022-04-12T15:56:59.398Z] 85a0685a4137: Verifying Checksum [2022-04-12T15:56:59.398Z] 85a0685a4137: Download complete [2022-04-12T15:57:02.691Z] 0eba1c9be4d2: Pull complete [2022-04-12T15:57:02.691Z] 0d57e429df01: Pull complete [2022-04-12T15:57:02.691Z] 4e4be7b47b0d: Pull complete [2022-04-12T15:57:03.261Z] e1f770b5df2f: Pull complete [2022-04-12T15:57:06.554Z] 85a0685a4137: Pull complete [2022-04-12T15:57:06.554Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-04-12T15:57:06.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-12T15:57:06.554Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-04-12T15:57:06.618Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:57:06.658Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-04-12T15:57:08.966Z] $ docker top 1287d54592a911606f96369683f6989678a04ce6f867f6bf2b9bf68848e49018 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-12T15:57:09.054Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-04-12T15:57:09.336Z] + set -o pipefail [2022-04-12T15:57:09.336Z] + snyk monitor '--org=edgex-jenkins' [2022-04-12T15:57:14.618Z] [2022-04-12T15:57:14.618Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-04-12T15:57:14.618Z] [2022-04-12T15:57:14.618Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/d3c4da30-75b0-4f23-b498-2a36cc799614 [2022-04-12T15:57:14.618Z] [2022-04-12T15:57:14.618Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-04-12T15:57:14.618Z] [2022-04-12T15:57:14.618Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-04-12T15:57:14.618Z] [2022-04-12T15:57:14.618Z] [Pipeline] } [2022-04-12T15:57:14.634Z] $ docker stop --time=1 1287d54592a911606f96369683f6989678a04ce6f867f6bf2b9bf68848e49018 [2022-04-12T15:57:16.385Z] $ docker rm -f 1287d54592a911606f96369683f6989678a04ce6f867f6bf2b9bf68848e49018 [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 [2022-04-12T15:57:17.090Z] + git log --format=format:%s -1 323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] sh [2022-04-12T15:57:17.389Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-12T15:57:17.389Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:57:17.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T15:57:17.688Z] . [Pipeline] withDockerContainer [2022-04-12T15:57:17.754Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:57:17.793Z] $ 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:10004/edgex-devops/git-semver:latest cat [2022-04-12T15:57:18.222Z] $ docker top 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-12T15:57:18.312Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T15:57:18.312Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T15:57:18.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T15:57:18.452Z] $ docker exec 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d ssh-agent [2022-04-12T15:57:18.572Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPGICjF/agent.13 [2022-04-12T15:57:18.572Z] SSH_AGENT_PID=20 [2022-04-12T15:57:18.577Z] Running ssh-add (command line suppressed) [2022-04-12T15:57:18.717Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5562451447819356285.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5562451447819356285.key) [2022-04-12T15:57:18.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T15:57:19.023Z] + git semver tag [2022-04-12T15:57:19.024Z] # -> Open(): unable to determine branch for HEAD [2022-04-12T15:57:19.024Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-12T15:57:19.024Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-12T15:57:19.024Z] # $SEMVER_REMOTE_NAME = origin [2022-04-12T15:57:19.024Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-12T15:57:19.024Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-12T15:57:19.024Z] # $SEMVER_BRANCH = main [2022-04-12T15:57:19.024Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-04-12T15:57:19.024Z] # 323c9d7b071dcad20db500b9107a4775ac8effe6 HEAD [2022-04-12T15:57:19.024Z] # -> Force: false [2022-04-12T15:57:19.024Z] # ce339ba3a5d5fc1c349a46b878bef2d595d17737 refs/tags/v2.2.0-dev.27 [Pipeline] } [2022-04-12T15:57:19.036Z] $ docker exec --env ******** --env ******** 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d ssh-agent -k [2022-04-12T15:57:19.163Z] unset SSH_AUTH_SOCK; [2022-04-12T15:57:19.163Z] unset SSH_AGENT_PID; [2022-04-12T15:57:19.163Z] echo Agent pid 20 killed; [2022-04-12T15:57:19.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T15:57:19.486Z] + git semver [Pipeline] } [2022-04-12T15:57:19.504Z] $ docker stop --time=1 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d [2022-04-12T15:57:20.784Z] $ docker rm -f 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:57:21.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-12T15:57:21.188Z] [2022-04-12T15:57:21.188Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:57:21.545Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-12T15:57:21.545Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-04-12T15:57:21.545Z] ab5ef0e58194: Pulling fs layer [2022-04-12T15:57:21.545Z] 9712f1f96733: Pulling fs layer [2022-04-12T15:57:21.545Z] 63f879dbbcfc: Pulling fs layer [2022-04-12T15:57:21.545Z] 0d9ebad4ef96: Pulling fs layer [2022-04-12T15:57:21.545Z] e9a5061849ea: Pulling fs layer [2022-04-12T15:57:21.545Z] d747dcd14b5f: Pulling fs layer [2022-04-12T15:57:21.545Z] 2de7ff778b66: Pulling fs layer [2022-04-12T15:57:21.545Z] 0d9ebad4ef96: Waiting [2022-04-12T15:57:21.545Z] d747dcd14b5f: Waiting [2022-04-12T15:57:21.545Z] 2de7ff778b66: Waiting [2022-04-12T15:57:21.545Z] 9712f1f96733: Verifying Checksum [2022-04-12T15:57:21.545Z] 9712f1f96733: Download complete [2022-04-12T15:57:21.840Z] 63f879dbbcfc: Verifying Checksum [2022-04-12T15:57:21.840Z] 63f879dbbcfc: Download complete [2022-04-12T15:57:22.108Z] e9a5061849ea: Verifying Checksum [2022-04-12T15:57:22.108Z] e9a5061849ea: Download complete [2022-04-12T15:57:22.108Z] d747dcd14b5f: Verifying Checksum [2022-04-12T15:57:22.108Z] d747dcd14b5f: Download complete [2022-04-12T15:57:22.108Z] 0d9ebad4ef96: Download complete [2022-04-12T15:57:22.108Z] ab5ef0e58194: Verifying Checksum [2022-04-12T15:57:22.108Z] ab5ef0e58194: Download complete [2022-04-12T15:57:22.108Z] 2de7ff778b66: Verifying Checksum [2022-04-12T15:57:22.108Z] 2de7ff778b66: Download complete [2022-04-12T15:57:25.404Z] ab5ef0e58194: Pull complete [2022-04-12T15:57:25.404Z] 9712f1f96733: Pull complete [2022-04-12T15:57:25.663Z] 63f879dbbcfc: Pull complete [2022-04-12T15:57:29.858Z] 0d9ebad4ef96: Pull complete [2022-04-12T15:57:29.858Z] e9a5061849ea: Pull complete [2022-04-12T15:57:29.858Z] d747dcd14b5f: Pull complete [2022-04-12T15:57:30.798Z] 2de7ff778b66: Pull complete [2022-04-12T15:57:30.798Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-04-12T15:57:30.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-12T15:57:30.798Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-04-12T15:57:30.869Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:57:30.910Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-04-12T15:57:33.442Z] $ docker top 4b996091ad46cab55e4a76e4ca632026536ec4376a40731c02e54db53d92247f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-04-12T15:57:33.528Z] provisioning config files... [2022-04-12T15:57:33.536Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2089938504664111599tmp [2022-04-12T15:57:33.547Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4496606833827581350tmp [2022-04-12T15:57:33.560Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1999244277419958025tmp [Pipeline] { [Pipeline] echo [2022-04-12T15:57:33.575Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:33.864Z] ---> sigul-configuration.sh [2022-04-12T15:57:33.864Z] gpg: directory `/root/.gnupg' created [2022-04-12T15:57:33.864Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-04-12T15:57:33.864Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-04-12T15:57:33.864Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-04-12T15:57:33.864Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-04-12T15:57:33.864Z] gpg: CAST5 encrypted data [2022-04-12T15:57:33.864Z] gpg: encrypted with 1 passphrase [2022-04-12T15:57:33.864Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-04-12T15:57:34.157Z] + mkdir /home/jenkins [2022-04-12T15:57:34.157Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-04-12T15:57:34.450Z] + 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 [2022-04-12T15:57:34.461Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:34.749Z] ---> sigul-install.sh [2022-04-12T15:57:34.749Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-04-12T15:57:35.038Z] + git tag --list [2022-04-12T15:57:35.038Z] v1.0.0 [2022-04-12T15:57:35.038Z] v1.1.0 [2022-04-12T15:57:35.038Z] v1.2.0 [2022-04-12T15:57:35.038Z] v1.3.0 [2022-04-12T15:57:35.038Z] v1.3.1 [2022-04-12T15:57:35.038Z] v2.0.0 [2022-04-12T15:57:35.038Z] v2.0.1 [2022-04-12T15:57:35.038Z] v2.0.1-dev.1 [2022-04-12T15:57:35.038Z] v2.0.2-dev.1 [2022-04-12T15:57:35.038Z] v2.0.2-dev.10 [2022-04-12T15:57:35.038Z] v2.0.2-dev.11 [2022-04-12T15:57:35.038Z] v2.0.2-dev.12 [2022-04-12T15:57:35.038Z] v2.0.2-dev.13 [2022-04-12T15:57:35.038Z] v2.0.2-dev.14 [2022-04-12T15:57:35.038Z] v2.0.2-dev.15 [2022-04-12T15:57:35.038Z] v2.0.2-dev.16 [2022-04-12T15:57:35.038Z] v2.0.2-dev.17 [2022-04-12T15:57:35.038Z] v2.0.2-dev.18 [2022-04-12T15:57:35.038Z] v2.0.2-dev.19 [2022-04-12T15:57:35.038Z] v2.0.2-dev.2 [2022-04-12T15:57:35.038Z] v2.0.2-dev.20 [2022-04-12T15:57:35.038Z] v2.0.2-dev.21 [2022-04-12T15:57:35.038Z] v2.0.2-dev.22 [2022-04-12T15:57:35.038Z] v2.0.2-dev.23 [2022-04-12T15:57:35.038Z] v2.0.2-dev.24 [2022-04-12T15:57:35.038Z] v2.0.2-dev.25 [2022-04-12T15:57:35.038Z] v2.0.2-dev.26 [2022-04-12T15:57:35.038Z] v2.0.2-dev.27 [2022-04-12T15:57:35.038Z] v2.0.2-dev.28 [2022-04-12T15:57:35.038Z] v2.0.2-dev.29 [2022-04-12T15:57:35.038Z] v2.0.2-dev.3 [2022-04-12T15:57:35.038Z] v2.0.2-dev.30 [2022-04-12T15:57:35.038Z] v2.0.2-dev.4 [2022-04-12T15:57:35.038Z] v2.0.2-dev.5 [2022-04-12T15:57:35.038Z] v2.0.2-dev.6 [2022-04-12T15:57:35.038Z] v2.0.2-dev.7 [2022-04-12T15:57:35.038Z] v2.0.2-dev.8 [2022-04-12T15:57:35.038Z] v2.0.2-dev.9 [2022-04-12T15:57:35.038Z] v2.1.0 [2022-04-12T15:57:35.038Z] v2.2.0-dev.1 [2022-04-12T15:57:35.038Z] v2.2.0-dev.10 [2022-04-12T15:57:35.038Z] v2.2.0-dev.11 [2022-04-12T15:57:35.038Z] v2.2.0-dev.12 [2022-04-12T15:57:35.038Z] v2.2.0-dev.13 [2022-04-12T15:57:35.038Z] v2.2.0-dev.14 [2022-04-12T15:57:35.038Z] v2.2.0-dev.15 [2022-04-12T15:57:35.038Z] v2.2.0-dev.16 [2022-04-12T15:57:35.038Z] v2.2.0-dev.17 [2022-04-12T15:57:35.038Z] v2.2.0-dev.18 [2022-04-12T15:57:35.038Z] v2.2.0-dev.19 [2022-04-12T15:57:35.038Z] v2.2.0-dev.2 [2022-04-12T15:57:35.038Z] v2.2.0-dev.20 [2022-04-12T15:57:35.038Z] v2.2.0-dev.21 [2022-04-12T15:57:35.038Z] v2.2.0-dev.22 [2022-04-12T15:57:35.038Z] v2.2.0-dev.23 [2022-04-12T15:57:35.038Z] v2.2.0-dev.24 [2022-04-12T15:57:35.038Z] v2.2.0-dev.25 [2022-04-12T15:57:35.038Z] v2.2.0-dev.26 [2022-04-12T15:57:35.038Z] v2.2.0-dev.27 [2022-04-12T15:57:35.038Z] v2.2.0-dev.3 [2022-04-12T15:57:35.038Z] v2.2.0-dev.4 [2022-04-12T15:57:35.038Z] v2.2.0-dev.5 [2022-04-12T15:57:35.038Z] v2.2.0-dev.6 [2022-04-12T15:57:35.038Z] v2.2.0-dev.7 [2022-04-12T15:57:35.038Z] v2.2.0-dev.8 [2022-04-12T15:57:35.038Z] v2.2.0-dev.9 [Pipeline] sh [2022-04-12T15:57:35.329Z] + lftools sign git-tag v2.2.0-dev.27 [2022-04-12T15:57:35.902Z] Signing Git tag with Sigul... [2022-04-12T15:57:35.902Z] Signing v2.2.0-dev.27 [Pipeline] echo [2022-04-12T15:57:36.173Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:36.472Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-04-12T15:57:36.479Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-12T15:57:36.507Z] $ docker stop --time=1 4b996091ad46cab55e4a76e4ca632026536ec4376a40731c02e54db53d92247f [2022-04-12T15:57:37.819Z] $ docker rm -f 4b996091ad46cab55e4a76e4ca632026536ec4376a40731c02e54db53d92247f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-04-12T15:57:38.256Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-12T15:57:38.256Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:57:38.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T15:57:38.553Z] . [Pipeline] withDockerContainer [2022-04-12T15:57:38.616Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:57:38.656Z] $ 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:10004/edgex-devops/git-semver:latest cat [2022-04-12T15:57:39.044Z] $ docker top 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-12T15:57:39.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T15:57:39.143Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T15:57:39.258Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T15:57:39.263Z] $ docker exec 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f ssh-agent [2022-04-12T15:57:39.381Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCEmApN/agent.13 [2022-04-12T15:57:39.381Z] SSH_AGENT_PID=20 [2022-04-12T15:57:39.386Z] Running ssh-add (command line suppressed) [2022-04-12T15:57:39.501Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4727116128805566807.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4727116128805566807.key) [2022-04-12T15:57:39.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T15:57:39.808Z] + git semver bump pre [2022-04-12T15:57:39.808Z] # -> Open(): unable to determine branch for HEAD [2022-04-12T15:57:39.808Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-12T15:57:39.808Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-12T15:57:39.808Z] # $SEMVER_REMOTE_NAME = origin [2022-04-12T15:57:39.808Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-12T15:57:39.808Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-12T15:57:39.808Z] # $SEMVER_BRANCH = main [2022-04-12T15:57:39.808Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-04-12T15:57:39.808Z] 2.2.0-dev.28 [Pipeline] } [2022-04-12T15:57:39.820Z] $ docker exec --env ******** --env ******** 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f ssh-agent -k [2022-04-12T15:57:39.926Z] unset SSH_AUTH_SOCK; [2022-04-12T15:57:39.927Z] unset SSH_AGENT_PID; [2022-04-12T15:57:39.927Z] echo Agent pid 20 killed; [2022-04-12T15:57:39.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T15:57:40.249Z] + git semver [Pipeline] } [2022-04-12T15:57:40.268Z] $ docker stop --time=1 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f [2022-04-12T15:57:41.543Z] $ docker rm -f 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T15:57:41.907Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-12T15:57:41.907Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:57:42.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T15:57:42.206Z] . [Pipeline] withDockerContainer [2022-04-12T15:57:42.277Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:57:42.316Z] $ 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:10004/edgex-devops/git-semver:latest cat [2022-04-12T15:57:42.720Z] $ docker top 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-12T15:57:42.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T15:57:42.826Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T15:57:42.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T15:57:42.951Z] $ docker exec 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 ssh-agent [2022-04-12T15:57:43.072Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPflGPL/agent.13 [2022-04-12T15:57:43.072Z] SSH_AGENT_PID=19 [2022-04-12T15:57:43.078Z] Running ssh-add (command line suppressed) [2022-04-12T15:57:43.205Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7839119771192376594.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7839119771192376594.key) [2022-04-12T15:57:43.221Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T15:57:43.515Z] + git semver push [2022-04-12T15:57:43.515Z] # -> Open(): unable to determine branch for HEAD [2022-04-12T15:57:43.515Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-12T15:57:43.515Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-12T15:57:43.515Z] # $SEMVER_REMOTE_NAME = origin [2022-04-12T15:57:43.515Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-12T15:57:43.515Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-12T15:57:43.515Z] # $SEMVER_BRANCH = main [2022-04-12T15:57:43.515Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-04-12T15:57:45.443Z] $ docker exec --env ******** --env ******** 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 ssh-agent -k [2022-04-12T15:57:45.547Z] unset SSH_AUTH_SOCK; [2022-04-12T15:57:45.548Z] unset SSH_AGENT_PID; [2022-04-12T15:57:45.548Z] echo Agent pid 19 killed; [2022-04-12T15:57:45.556Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T15:57:45.867Z] + git semver [Pipeline] } [2022-04-12T15:57:45.883Z] $ docker stop --time=1 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 [2022-04-12T15:57:47.183Z] $ docker rm -f 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 [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 [2022-04-12T15:57:47.804Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-04-12T15:57:47.805Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-12T15:57:47.805Z] total 16 [2022-04-12T15:57:47.805Z] drwxr-xr-x 3 root root 4096 Apr 12 15:48 . [2022-04-12T15:57:47.805Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 12 15:57 .. [2022-04-12T15:57:47.805Z] drwxr-xr-x 2 root root 4096 Apr 12 15:48 cost [2022-04-12T15:57:47.805Z] -rw-r--r-- 1 root root 95 Apr 12 15:48 cost.csv [2022-04-12T15:57:47.805Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-04-12T15:57:47.805Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-12T15:57:47.805Z] total 16 [2022-04-12T15:57:47.805Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 12 15:48 . [2022-04-12T15:57:47.805Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 12 15:57 .. [2022-04-12T15:57:47.805Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 12 15:48 cost [2022-04-12T15:57:47.805Z] -rw-r--r-- 1 jenkins jenkins 95 Apr 12 15:48 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:48.197Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:49.073Z] ---> package-listing.sh [2022-04-12T15:57:49.073Z] ++ facter osfamily [2022-04-12T15:57:49.073Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-12T15:57:49.334Z] + OS_FAMILY=debian [2022-04-12T15:57:49.334Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-04-12T15:57:49.334Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-12T15:57:49.334Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-12T15:57:49.334Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-12T15:57:49.334Z] + PACKAGES=/tmp/packages_start.txt [2022-04-12T15:57:49.334Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-12T15:57:49.334Z] + PACKAGES=/tmp/packages_end.txt [2022-04-12T15:57:49.334Z] + case "${OS_FAMILY}" in [2022-04-12T15:57:49.334Z] + grep '^ii' [2022-04-12T15:57:49.334Z] + dpkg -l [2022-04-12T15:57:49.334Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-12T15:57:49.334Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-12T15:57:49.334Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-12T15:57:49.334Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-12T15:57:49.334Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-04-12T15:57:49.334Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2022-04-12T15:57:49.347Z] 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 [2022-04-12T15:57:49.630Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-12T15:57:50.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T15:57:50.191Z] . [Pipeline] withDockerContainer [2022-04-12T15:57:50.269Z] prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container [2022-04-12T15:57:50.314Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-12T15:57:50.595Z] $ docker top 08cd76547fca38883c6a64c72e1a620e3386a439d0f47d0bdc8e2c6cb6251f63 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T15:57:50.958Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-12T15:57:51.250Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-12T15:57:51.536Z] + ls /var/log/sa-host [2022-04-12T15:57:51.536Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T15:57:51.758Z] provisioning config files... [2022-04-12T15:57:51.766Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8414972503575820142tmp [Pipeline] { [Pipeline] echo [2022-04-12T15:57:51.779Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:52.066Z] ---> create-netrc.sh [Pipeline] } [2022-04-12T15:57:52.073Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:52.419Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-12T15:57:52.428Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:52.716Z] ---> sudo-logs.sh [2022-04-12T15:57:52.716Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-12T15:57:52.741Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:53.027Z] ---> job-cost.sh [2022-04-12T15:57:53.027Z] lf-activate-venv: SKIPPING [2022-04-12T15:57:53.027Z] DEBUG: total: 0.2199999988079071 [2022-04-12T15:57:53.027Z] INFO: Retrieving Stack Cost... [2022-04-12T15:57:53.599Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-12T15:57:53.862Z] INFO: Archiving Costs [Pipeline] echo [2022-04-12T15:57:53.879Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T15:57:54.165Z] ---> logs-deploy.sh [2022-04-12T15:57:54.166Z] lf-activate-venv: SKIPPING [2022-04-12T15:57:54.166Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/63 [2022-04-12T15:57:54.166Z] INFO: archiving workspace using pattern(s): [2022-04-12T15:57:55.108Z] Archives upload complete. [2022-04-12T15:57:55.369Z] INFO: archiving logs to Nexus