Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b430426e5122e1d8120a8d3ea89e621b3f587a0f Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20677 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' 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 > 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 remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 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/master:refs/remotes/origin/master # timeout=10 Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 Commit message: "refactor: Consume new V2 App SDK (#166)" > git rev-list --no-walk b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T22:41:05.995Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T22:41:06.236Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T22:41:06.373Z] ========================================================= [2021-01-15T22:41:06.373Z] EdgeX Global Pipelines Version Info [2021-01-15T22:41:06.373Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:41:07.813Z] ------------------- [2021-01-15T22:41:07.813Z] stable info: [2021-01-15T22:41:07.813Z] ------------------- [2021-01-15T22:41:07.813Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T22:41:07.813Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T22:41:07.813Z] Message: update stable to v1.0.177 [2021-01-15T22:41:08.761Z] ------------------- [2021-01-15T22:41:08.761Z] experimental info: [2021-01-15T22:41:08.761Z] ------------------- [2021-01-15T22:41:08.761Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T22:41:08.761Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-15T22:41:08.761Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T22:41:09.041Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-15T22:41:09.148Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-15T22:41:09.246Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T22:41:09.346Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T22:41:09.438Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T22:41:09.558Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T22:41:09.650Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T22:41:09.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T22:41:09.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-15T22:41:09.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T22:41:10.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T22:41:10.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-15T22:41:10.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T22:41:10.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T22:41:10.584Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T22:41:10.676Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T22:41:10.805Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T22:41:10.932Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T22:41:11.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T22:41:11.111Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T22:41:11.211Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-15T22:41:11.315Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-15T22:41:11.402Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-15T22:41:11.490Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-15T22:41:11.578Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-15T22:41:11.691Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T22:41:11.790Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T22:41:11.880Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-15T22:41:11.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-15T22:41:12.085Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-15T22:41:12.170Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo [2021-01-15T22:41:12.257Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b430426 [Pipeline] echo [2021-01-15T22:41:12.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:41:12.534Z] provisioning config files... [2021-01-15T22:41:12.566Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config9051922608090181844tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:41:12.923Z] ---> docker-login.sh [2021-01-15T22:41:12.923Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:41:13.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:41:13.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:41:13.463Z] Configure a credential helper to remove this warning. See [2021-01-15T22:41:13.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:41:13.463Z] [2021-01-15T22:41:13.463Z] Login Succeeded [2021-01-15T22:41:13.463Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:41:13.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:41:13.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:41:13.463Z] Configure a credential helper to remove this warning. See [2021-01-15T22:41:13.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:41:13.463Z] [2021-01-15T22:41:13.463Z] Login Succeeded [2021-01-15T22:41:13.463Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:41:13.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:41:13.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:41:13.726Z] Configure a credential helper to remove this warning. See [2021-01-15T22:41:13.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:41:13.726Z] [2021-01-15T22:41:13.726Z] Login Succeeded [2021-01-15T22:41:13.726Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:41:13.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:41:13.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:41:13.995Z] Configure a credential helper to remove this warning. See [2021-01-15T22:41:13.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:41:13.995Z] [2021-01-15T22:41:13.995Z] Login Succeeded [2021-01-15T22:41:13.995Z] docker.io [2021-01-15T22:41:13.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:41:14.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:41:14.572Z] Configure a credential helper to remove this warning. See [2021-01-15T22:41:14.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:41:14.572Z] [2021-01-15T22:41:14.572Z] Login Succeeded [2021-01-15T22:41:14.572Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:41:14.582Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T22:41:15.389Z] + git log --format=format:%s -1 b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo [2021-01-15T22:41:15.460Z] GIT_COMMIT: b430426e5122e1d8120a8d3ea89e621b3f587a0f, Commit Message: refactor: Consume new V2 App SDK (#166) [Pipeline] echo [2021-01-15T22:41:15.507Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:41:16.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:41:16.234Z] [2021-01-15T22:41:16.234Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:41:16.596Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:41:16.596Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T22:41:16.596Z] 31603596830f: Pulling fs layer [2021-01-15T22:41:16.596Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T22:41:16.596Z] 6ca5941a6612: Pulling fs layer [2021-01-15T22:41:16.596Z] ecc8261a40a4: Pulling fs layer [2021-01-15T22:41:16.596Z] ecc8261a40a4: Waiting [2021-01-15T22:41:16.596Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T22:41:16.596Z] 2a8b12db71e7: Download complete [2021-01-15T22:41:16.596Z] 31603596830f: Download complete [2021-01-15T22:41:16.861Z] ecc8261a40a4: Verifying Checksum [2021-01-15T22:41:16.861Z] ecc8261a40a4: Download complete [2021-01-15T22:41:16.861Z] 6ca5941a6612: Verifying Checksum [2021-01-15T22:41:16.861Z] 6ca5941a6612: Download complete [2021-01-15T22:41:17.123Z] 31603596830f: Pull complete [2021-01-15T22:41:17.388Z] 2a8b12db71e7: Pull complete [2021-01-15T22:41:17.963Z] 6ca5941a6612: Pull complete [2021-01-15T22:41:18.226Z] ecc8261a40a4: Pull complete [2021-01-15T22:41:18.226Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T22:41:18.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:41:18.488Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T22:41:18.606Z] prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container [2021-01-15T22:41:18.662Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T22:41:21.026Z] $ docker top 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T22:41:21.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T22:41:21.351Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T22:41:21.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T22:41:21.587Z] $ docker exec 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 ssh-agent [2021-01-15T22:41:21.763Z] SSH_AUTH_SOCK=/tmp/ssh-p2nHLNsh2lC4/agent.11 [2021-01-15T22:41:21.763Z] SSH_AGENT_PID=16 [2021-01-15T22:41:21.776Z] Running ssh-add (command line suppressed) [2021-01-15T22:41:21.898Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9204028865320972459.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9204028865320972459.key) [2021-01-15T22:41:21.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T22:41:22.290Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T22:41:22.314Z] $ docker exec --env ******** --env ******** 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 ssh-agent -k [2021-01-15T22:41:22.433Z] unset SSH_AUTH_SOCK; [2021-01-15T22:41:22.434Z] unset SSH_AGENT_PID; [2021-01-15T22:41:22.434Z] echo Agent pid 16 killed; [2021-01-15T22:41:22.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T22:41:22.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T22:41:22.651Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T22:41:22.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T22:41:22.825Z] $ docker exec 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 ssh-agent [2021-01-15T22:41:22.993Z] SSH_AUTH_SOCK=/tmp/ssh-Hz7StLT8n16F/agent.44 [2021-01-15T22:41:22.993Z] SSH_AGENT_PID=49 [2021-01-15T22:41:23.000Z] Running ssh-add (command line suppressed) [2021-01-15T22:41:23.121Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4963313753001809329.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4963313753001809329.key) [2021-01-15T22:41:23.178Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T22:41:23.515Z] + git semver init [2021-01-15T22:41:23.516Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T22:41:23.516Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-15T22:41:23.516Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-15T22:41:23.516Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T22:41:23.516Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T22:41:23.516Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T22:41:23.516Z] # $SEMVER_BRANCH = master [2021-01-15T22:41:23.516Z] # $SEMVER_TEMP = /tmp/semver-833165576 [2021-01-15T22:41:23.516Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-15T22:41:24.465Z] # '/tmp/semver-833165576' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-15T22:41:24.465Z] # -> Force: false [2021-01-15T22:41:24.465Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-15T22:41:24.479Z] $ docker exec --env ******** --env ******** 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 ssh-agent -k [2021-01-15T22:41:24.602Z] unset SSH_AUTH_SOCK; [2021-01-15T22:41:24.605Z] unset SSH_AGENT_PID; [2021-01-15T22:41:24.606Z] echo Agent pid 49 killed; [2021-01-15T22:41:24.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T22:41:25.123Z] + git semver [Pipeline] } [2021-01-15T22:41:25.142Z] $ docker stop --time=1 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 [2021-01-15T22:41:26.615Z] $ docker rm -f 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T22:41:27.085Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T22:41:27.613Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T22:41:27.616Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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] node [Pipeline] node [2021-01-15T22:41:43.142Z] Still waiting to schedule task [2021-01-15T22:41:43.143Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-15T22:41:43.146Z] Still waiting to schedule task [2021-01-15T22:41:43.146Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T22:44:14.937Z] Running on prd-centos7-docker-4c-2g-20679 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-15T22:44:14.995Z] Running in /w/workspace/app-service-configurable/75 [Pipeline] { [Pipeline] checkout [2021-01-15T22:44:17.398Z] using credential edgex-jenkins-ssh [2021-01-15T22:44:17.456Z] Cloning the remote Git repository [2021-01-15T22:44:17.486Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:44:17.562Z] > git init /w/workspace/app-service-configurable/75 # timeout=10 [2021-01-15T22:44:18.612Z] Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) [2021-01-15T22:44:17.627Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:44:17.627Z] > git --version # timeout=10 [2021-01-15T22:44:17.633Z] > git --version # 'git version 2.24.3' [2021-01-15T22:44:17.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T22:44:17.660Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T22:44:18.211Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T22:44:18.222Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T22:44:18.235Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T22:44:18.249Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:44:18.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T22:44:18.253Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T22:44:18.621Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T22:44:18.626Z] > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [2021-01-15T22:44:22.357Z] Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T22:44:23.833Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T22:44:24.176Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T22:44:24.486Z] + sudo service docker restart [2021-01-15T22:44:24.486Z] + true [2021-01-15T22:44:24.486Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:44:25.540Z] provisioning config files... [2021-01-15T22:44:25.573Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/75@tmp/config1261687857349421424tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:44:25.966Z] ---> docker-login.sh [2021-01-15T22:44:25.966Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:44:26.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:26.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:26.233Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:26.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:26.233Z] [2021-01-15T22:44:26.233Z] Login Succeeded [2021-01-15T22:44:26.233Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:44:26.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:26.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:26.496Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:26.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:26.496Z] [2021-01-15T22:44:26.496Z] Login Succeeded [2021-01-15T22:44:26.496Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:44:26.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:26.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:26.761Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:26.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:26.761Z] [2021-01-15T22:44:26.761Z] Login Succeeded [2021-01-15T22:44:26.761Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:44:26.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:27.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:27.024Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:27.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:27.024Z] [2021-01-15T22:44:27.024Z] Login Succeeded [2021-01-15T22:44:27.024Z] docker.io [2021-01-15T22:44:27.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:27.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:27.288Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:27.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:27.288Z] [2021-01-15T22:44:27.288Z] Login Succeeded [2021-01-15T22:44:27.288Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:44:27.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T22:44:27.634Z] ========================================================= [2021-01-15T22:44:27.634Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T22:44:27.634Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:44:27.985Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T22:44:27.985Z] Sending build context to Docker daemon 96.26kB [2021-01-15T22:44:28.249Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:44:28.249Z] Step 2/8 : FROM ${BASE} [2021-01-15T22:44:28.249Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T22:44:28.249Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T22:44:28.249Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T22:44:28.249Z] de9db76c5a1d: Pulling fs layer [2021-01-15T22:44:28.249Z] bca2f99d35d6: Pulling fs layer [2021-01-15T22:44:28.249Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T22:44:28.249Z] 7c6f9722023f: Pulling fs layer [2021-01-15T22:44:28.249Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T22:44:28.249Z] 93359f2a8cfa: Waiting [2021-01-15T22:44:28.249Z] 7c6f9722023f: Waiting [2021-01-15T22:44:28.249Z] a35cf1a2eb13: Waiting [2021-01-15T22:44:28.249Z] bca2f99d35d6: Waiting [2021-01-15T22:44:28.249Z] de9db76c5a1d: Verifying Checksum [2021-01-15T22:44:28.249Z] de9db76c5a1d: Download complete [2021-01-15T22:44:28.249Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T22:44:28.249Z] 0ef7d3d256c8: Download complete [2021-01-15T22:44:28.249Z] 93359f2a8cfa: Download complete [2021-01-15T22:44:28.249Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T22:44:28.249Z] 188c0c94c7c5: Download complete [2021-01-15T22:44:28.249Z] 7c6f9722023f: Verifying Checksum [2021-01-15T22:44:28.249Z] 7c6f9722023f: Download complete [2021-01-15T22:44:28.512Z] 188c0c94c7c5: Pull complete [2021-01-15T22:44:28.779Z] 0ef7d3d256c8: Pull complete [2021-01-15T22:44:28.779Z] de9db76c5a1d: Pull complete [2021-01-15T22:44:30.721Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T22:44:30.721Z] a35cf1a2eb13: Download complete [2021-01-15T22:44:30.988Z] bca2f99d35d6: Verifying Checksum [2021-01-15T22:44:30.988Z] bca2f99d35d6: Download complete [2021-01-15T22:44:31.843Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20678 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-15T22:44:31.894Z] Running in /w/workspace/app-service-configurable/75 [Pipeline] { [Pipeline] checkout [2021-01-15T22:44:36.321Z] bca2f99d35d6: Pull complete [2021-01-15T22:44:36.322Z] 93359f2a8cfa: Pull complete [2021-01-15T22:44:36.322Z] 7c6f9722023f: Pull complete [2021-01-15T22:44:36.954Z] using credential edgex-jenkins-ssh [2021-01-15T22:44:37.019Z] Cloning the remote Git repository [2021-01-15T22:44:37.078Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:44:37.191Z] > git init /w/workspace/app-service-configurable/75 # timeout=10 [2021-01-15T22:44:37.342Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:44:37.343Z] > git --version # timeout=10 [2021-01-15T22:44:37.362Z] > git --version # 'git version 2.17.1' [2021-01-15T22:44:37.363Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T22:44:37.433Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T22:44:38.878Z] Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) [2021-01-15T22:44:38.238Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T22:44:38.260Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T22:44:38.294Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T22:44:38.382Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:44:38.383Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T22:44:38.396Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T22:44:38.901Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T22:44:38.920Z] > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [2021-01-15T22:44:43.113Z] Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T22:44:44.528Z] a35cf1a2eb13: Pull complete [2021-01-15T22:44:44.528Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T22:44:44.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T22:44:44.528Z] ---> a62c8e92a672 [2021-01-15T22:44:44.528Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:44:44.528Z] ---> Running in 3d3b9c879807 [2021-01-15T22:44:44.589Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T22:44:44.796Z] Removing intermediate container 3d3b9c879807 [2021-01-15T22:44:44.796Z] ---> aabb5fbaec41 [2021-01-15T22:44:44.796Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:44:45.039Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T22:44:45.059Z] ---> Running in f2659b145dae [2021-01-15T22:44:45.391Z] + sudo service docker restart [2021-01-15T22:44:45.391Z] + true [2021-01-15T22:44:46.011Z] Removing intermediate container f2659b145dae [2021-01-15T22:44:46.011Z] ---> d4a23b1081c9 [2021-01-15T22:44:46.011Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-15T22:44:46.011Z] ---> Running in 9cd84a27a11e [2021-01-15T22:44:46.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T22:44:47.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T22:44:47.820Z] (1/6) Installing libc-dev (0.7.2-r3) [Pipeline] withEnv [Pipeline] { [2021-01-15T22:44:48.084Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:44:48.084Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-15T22:44:48.084Z] (4/6) Installing libsodium-dev (1.0.18-r0) [Pipeline] wrap [2021-01-15T22:44:48.093Z] provisioning config files... [2021-01-15T22:44:48.132Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/75@tmp/config8691854210577978055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:44:48.348Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T22:44:48.348Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-15T22:44:48.348Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:44:48.348Z] OK: 167 MiB in 45 packages [2021-01-15T22:44:48.559Z] ---> docker-login.sh [2021-01-15T22:44:48.559Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:44:49.311Z] Removing intermediate container 9cd84a27a11e [2021-01-15T22:44:49.312Z] ---> 8c12d90a7233 [2021-01-15T22:44:49.312Z] Step 6/8 : WORKDIR /app [2021-01-15T22:44:49.312Z] ---> Running in 2229c9fbc553 [2021-01-15T22:44:49.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:49.575Z] Removing intermediate container 2229c9fbc553 [2021-01-15T22:44:49.575Z] ---> 38b557c9c41e [2021-01-15T22:44:49.575Z] Step 7/8 : COPY . . [2021-01-15T22:44:49.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:49.820Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:49.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:49.820Z] [2021-01-15T22:44:49.820Z] Login Succeeded [2021-01-15T22:44:49.820Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:44:49.838Z] ---> d2c9744b22c8 [2021-01-15T22:44:49.838Z] Step 8/8 : RUN go mod download [2021-01-15T22:44:49.838Z] ---> Running in 389fdbd1d689 [2021-01-15T22:44:50.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:50.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:50.368Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:50.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:50.368Z] [2021-01-15T22:44:50.368Z] Login Succeeded [2021-01-15T22:44:50.368Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:44:50.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:50.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:50.915Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:50.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:50.915Z] [2021-01-15T22:44:50.915Z] Login Succeeded [2021-01-15T22:44:50.915Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:44:51.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:51.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:51.464Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:51.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:51.464Z] [2021-01-15T22:44:51.464Z] Login Succeeded [2021-01-15T22:44:51.464Z] docker.io [2021-01-15T22:44:51.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:44:52.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:44:52.016Z] Configure a credential helper to remove this warning. See [2021-01-15T22:44:52.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:44:52.016Z] [2021-01-15T22:44:52.016Z] Login Succeeded [2021-01-15T22:44:52.016Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:44:52.032Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T22:44:52.432Z] ========================================================= [2021-01-15T22:44:52.432Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T22:44:52.432Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:44:52.816Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T22:44:52.816Z] Sending build context to Docker daemon 96.26kB [2021-01-15T22:44:53.094Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:44:53.094Z] Step 2/8 : FROM ${BASE} [2021-01-15T22:44:53.380Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T22:44:53.380Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T22:44:53.380Z] a4357932f1b6: Pulling fs layer [2021-01-15T22:44:53.380Z] 18c013af1878: Pulling fs layer [2021-01-15T22:44:53.380Z] 00ac8860ef70: Pulling fs layer [2021-01-15T22:44:53.380Z] 63d7cb157983: Pulling fs layer [2021-01-15T22:44:53.380Z] b116817d02f9: Pulling fs layer [2021-01-15T22:44:53.380Z] 745a02a5169b: Pulling fs layer [2021-01-15T22:44:53.380Z] 63d7cb157983: Waiting [2021-01-15T22:44:53.380Z] b116817d02f9: Waiting [2021-01-15T22:44:53.380Z] 745a02a5169b: Waiting [2021-01-15T22:44:53.380Z] 00ac8860ef70: Waiting [2021-01-15T22:44:53.380Z] 18c013af1878: Verifying Checksum [2021-01-15T22:44:53.380Z] 18c013af1878: Download complete [2021-01-15T22:44:53.380Z] a4357932f1b6: Download complete [2021-01-15T22:44:53.380Z] 63d7cb157983: Download complete [2021-01-15T22:44:53.380Z] b116817d02f9: Verifying Checksum [2021-01-15T22:44:53.380Z] b116817d02f9: Download complete [2021-01-15T22:44:53.380Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T22:44:53.380Z] 5f621e34cdf4: Download complete [2021-01-15T22:44:53.989Z] 5f621e34cdf4: Pull complete [2021-01-15T22:44:54.594Z] a4357932f1b6: Pull complete [2021-01-15T22:44:55.192Z] 18c013af1878: Pull complete [2021-01-15T22:44:55.192Z] 745a02a5169b: Verifying Checksum [2021-01-15T22:44:55.192Z] 745a02a5169b: Download complete [2021-01-15T22:44:57.160Z] 00ac8860ef70: Verifying Checksum [2021-01-15T22:44:57.160Z] 00ac8860ef70: Download complete [2021-01-15T22:45:07.332Z] 00ac8860ef70: Pull complete [2021-01-15T22:45:07.332Z] 63d7cb157983: Pull complete [2021-01-15T22:45:07.332Z] b116817d02f9: Pull complete [2021-01-15T22:45:11.668Z] 745a02a5169b: Pull complete [2021-01-15T22:45:11.668Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T22:45:11.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T22:45:11.668Z] ---> b7e6874047d6 [2021-01-15T22:45:11.668Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:45:14.297Z] ---> Running in 299b263ce664 [2021-01-15T22:45:14.571Z] Removing intermediate container 299b263ce664 [2021-01-15T22:45:14.571Z] ---> 1b753c490ebf [2021-01-15T22:45:14.571Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:45:14.844Z] ---> Running in b38beec4b95e [2021-01-15T22:45:16.497Z] Removing intermediate container 389fdbd1d689 [2021-01-15T22:45:16.497Z] ---> 9d568fcfce2a [2021-01-15T22:45:16.497Z] Successfully built 9d568fcfce2a [2021-01-15T22:45:16.497Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:45:16.810Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T22:45:16.810Z] . [Pipeline] withDockerContainer [2021-01-15T22:45:16.924Z] prd-centos7-docker-4c-2g-20679 does not seem to be running inside a container [2021-01-15T22:45:16.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/75 -v /w/workspace/app-service-configurable/75:/w/workspace/app-service-configurable/75:rw,z -v /w/workspace/app-service-configurable/75@tmp:/w/workspace/app-service-configurable/75@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 ******** ci-base-image-x86_64 cat [2021-01-15T22:45:17.481Z] Removing intermediate container b38beec4b95e [2021-01-15T22:45:17.481Z] ---> 21df945e0a7a [2021-01-15T22:45:17.481Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-15T22:45:17.481Z] ---> Running in b0ab8459de15 [2021-01-15T22:45:17.791Z] $ docker top 22e1180cac103c8bb36d05735df7700da6dc7c3c204195dedc7d55dd85cf8bd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:45:18.308Z] + go version [2021-01-15T22:45:18.308Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T22:45:18.324Z] $ docker stop --time=1 22e1180cac103c8bb36d05735df7700da6dc7c3c204195dedc7d55dd85cf8bd4 [2021-01-15T22:45:18.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T22:45:19.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T22:45:19.654Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-15T22:45:19.654Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:45:19.713Z] $ docker rm -f 22e1180cac103c8bb36d05735df7700da6dc7c3c204195dedc7d55dd85cf8bd4 [Pipeline] // withDockerContainer [2021-01-15T22:45:19.927Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-15T22:45:19.927Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-15T22:45:19.927Z] (5/6) Installing libzmq (4.3.3-r0) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-15T22:45:20.203Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-15T22:45:20.203Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:45:20.203Z] OK: 144 MiB in 45 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:45:20.723Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T22:45:20.723Z] . [Pipeline] withDockerContainer [2021-01-15T22:45:20.820Z] prd-centos7-docker-4c-2g-20679 does not seem to be running inside a container [2021-01-15T22:45:20.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/75 -v /w/workspace/app-service-configurable/75:/w/workspace/app-service-configurable/75:rw,z -v /w/workspace/app-service-configurable/75@tmp:/w/workspace/app-service-configurable/75@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 ******** ci-base-image-x86_64 cat [2021-01-15T22:45:21.633Z] Removing intermediate container b0ab8459de15 [2021-01-15T22:45:21.633Z] ---> ab8ea7faa4c6 [2021-01-15T22:45:21.633Z] Step 6/8 : WORKDIR /app [2021-01-15T22:45:21.633Z] ---> Running in c4530980d5e5 [2021-01-15T22:45:21.646Z] $ docker top fb88c0320b5ff333070eaac1bd72d7929bace579328a034be8cd054add3582a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:45:22.157Z] + make test [2021-01-15T22:45:22.157Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-15T22:45:22.228Z] Removing intermediate container c4530980d5e5 [2021-01-15T22:45:22.228Z] ---> e1599e06fad5 [2021-01-15T22:45:22.228Z] Step 7/8 : COPY . . [2021-01-15T22:45:23.218Z] ---> 7adaf183a3e4 [2021-01-15T22:45:23.219Z] Step 8/8 : RUN go mod download [2021-01-15T22:45:23.219Z] ---> Running in da888fe6d266 [2021-01-15T22:45:34.613Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-15T22:45:34.613Z] CGO_ENABLED=1 go vet ./... [2021-01-15T22:45:37.200Z] gofmt -l . [2021-01-15T22:45:37.200Z] [ "`gofmt -l .`" = "" ] [2021-01-15T22:45:37.200Z] ./bin/test-go-mod-tidy.sh [2021-01-15T22:45:37.464Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-15T22:45:38.055Z] $ docker stop --time=1 fb88c0320b5ff333070eaac1bd72d7929bace579328a034be8cd054add3582a0 [2021-01-15T22:45:40.567Z] $ docker rm -f fb88c0320b5ff333070eaac1bd72d7929bace579328a034be8cd054add3582a0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T22:45:41.226Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T22:45:41.543Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-15T22:45:44.388Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T22:45:44.690Z] + ls -al . [2021-01-15T22:45:44.690Z] total 88 [2021-01-15T22:45:44.690Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 15 22:45 . [2021-01-15T22:45:44.690Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 15 22:44 .. [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 6426 Jan 15 22:44 Attribution.txt [2021-01-15T22:45:44.690Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 22:44 bin [2021-01-15T22:45:44.690Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 15 22:45 coverage.out [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 1940 Jan 15 22:44 Dockerfile [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 15 22:44 Dockerfile.build [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 15 22:44 .dockerignore [2021-01-15T22:45:44.690Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 15 22:44 .git [2021-01-15T22:45:44.690Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 15 22:44 .github [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 15 22:44 .gitignore [2021-01-15T22:45:44.690Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 15 22:45 go.mod [2021-01-15T22:45:44.690Z] -rw-r--r--. 1 jenkins jenkins 18779 Jan 15 22:45 go.sum [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 15 22:44 Jenkinsfile [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 15 22:44 LICENSE [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 15 22:44 main.go [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 15 22:44 makefile [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 15 22:44 README.md [2021-01-15T22:45:44.690Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 15 22:44 res [2021-01-15T22:45:44.690Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 15 22:44 snap [2021-01-15T22:45:44.690Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 15 22:41 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:45:44.999Z] + docker build -t docker-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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=amd64 --label version=2.0.0-dev.9 . [2021-01-15T22:45:44.999Z] Sending build context to Docker daemon 117.8kB [2021-01-15T22:45:44.999Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:45:44.999Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-15T22:45:44.999Z] ---> 9d568fcfce2a [2021-01-15T22:45:44.999Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-15T22:45:45.262Z] ---> Running in cf2acdada517 [2021-01-15T22:45:45.262Z] Removing intermediate container cf2acdada517 [2021-01-15T22:45:45.262Z] ---> 97584d63eb6a [2021-01-15T22:45:45.262Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-15T22:45:45.525Z] ---> Running in c09aab10d09f [2021-01-15T22:45:45.525Z] Removing intermediate container c09aab10d09f [2021-01-15T22:45:45.525Z] ---> 8ae6d46c04f5 [2021-01-15T22:45:45.525Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:45:45.789Z] ---> Running in 51fa8f8d99ee [2021-01-15T22:45:45.789Z] Removing intermediate container 51fa8f8d99ee [2021-01-15T22:45:45.789Z] ---> 094756e55d07 [2021-01-15T22:45:45.789Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:45:45.789Z] ---> Running in c037436ca097 [2021-01-15T22:45:47.202Z] Removing intermediate container c037436ca097 [2021-01-15T22:45:47.202Z] ---> 7b24fb44bda8 [2021-01-15T22:45:47.202Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-15T22:45:47.202Z] ---> Running in 5fb60768a6bd [2021-01-15T22:45:47.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T22:45:48.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T22:45:48.677Z] OK: 167 MiB in 45 packages [2021-01-15T22:45:49.255Z] Removing intermediate container 5fb60768a6bd [2021-01-15T22:45:49.255Z] ---> cf3e40731600 [2021-01-15T22:45:49.255Z] Step 8/27 : WORKDIR /app [2021-01-15T22:45:49.255Z] ---> Running in 5551275b0cba [2021-01-15T22:45:49.519Z] Removing intermediate container 5551275b0cba [2021-01-15T22:45:49.519Z] ---> 827c1436c38d [2021-01-15T22:45:49.519Z] Step 9/27 : COPY go.mod . [2021-01-15T22:45:49.782Z] ---> ed90e83a65f6 [2021-01-15T22:45:49.782Z] Step 10/27 : RUN go mod download [2021-01-15T22:45:49.782Z] ---> Running in 2f4cf3149fa4 [2021-01-15T22:45:50.054Z] Removing intermediate container da888fe6d266 [2021-01-15T22:45:50.054Z] ---> 757a16d75e99 [2021-01-15T22:45:50.054Z] Successfully built 757a16d75e99 [2021-01-15T22:45:50.054Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:45:50.399Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T22:45:50.399Z] . [Pipeline] withDockerContainer [2021-01-15T22:45:50.669Z] prd-ubuntu18.04-docker-arm64-4c-16g-20678 does not seem to be running inside a container [2021-01-15T22:45:50.736Z] Removing intermediate container 2f4cf3149fa4 [2021-01-15T22:45:50.736Z] ---> de4548c00284 [2021-01-15T22:45:50.736Z] Step 11/27 : COPY . . [2021-01-15T22:45:50.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/75 -v /w/workspace/app-service-configurable/75:/w/workspace/app-service-configurable/75:rw,z -v /w/workspace/app-service-configurable/75@tmp:/w/workspace/app-service-configurable/75@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 ******** ci-base-image-arm64 cat [2021-01-15T22:45:51.314Z] ---> b8dd8f60b64c [2021-01-15T22:45:51.314Z] Step 12/27 : ARG MAKE="make build" [2021-01-15T22:45:51.314Z] ---> Running in 4908d5120916 [2021-01-15T22:45:51.314Z] Removing intermediate container 4908d5120916 [2021-01-15T22:45:51.314Z] ---> 4e0525a44985 [2021-01-15T22:45:51.314Z] Step 13/27 : RUN $MAKE [2021-01-15T22:45:51.577Z] ---> Running in 6f873751a9a9 [2021-01-15T22:45:51.846Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable [2021-01-15T22:45:52.245Z] $ docker top 0ee66a0cd35f3b02f07b40066f0467cb2488ba17dbed56da8d2ecc2cf94af3c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:45:53.277Z] + go version [2021-01-15T22:45:53.277Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T22:45:53.305Z] $ docker stop --time=1 0ee66a0cd35f3b02f07b40066f0467cb2488ba17dbed56da8d2ecc2cf94af3c3 [2021-01-15T22:45:55.236Z] $ docker rm -f 0ee66a0cd35f3b02f07b40066f0467cb2488ba17dbed56da8d2ecc2cf94af3c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:45:56.238Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T22:45:56.238Z] . [Pipeline] withDockerContainer [2021-01-15T22:45:56.505Z] prd-ubuntu18.04-docker-arm64-4c-16g-20678 does not seem to be running inside a container [2021-01-15T22:45:56.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/75 -v /w/workspace/app-service-configurable/75:/w/workspace/app-service-configurable/75:rw,z -v /w/workspace/app-service-configurable/75@tmp:/w/workspace/app-service-configurable/75@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 ******** ci-base-image-arm64 cat [2021-01-15T22:45:58.112Z] $ docker top c6550a403eb47819b395e8b4482fccee0fba2e10eb2ba803ba4d3295b8119e64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:45:59.117Z] + make test [2021-01-15T22:45:59.117Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-15T22:46:04.213Z] Removing intermediate container 6f873751a9a9 [2021-01-15T22:46:04.213Z] ---> 3c0f74f1a2f5 [2021-01-15T22:46:04.213Z] Step 14/27 : FROM alpine:3.12 [2021-01-15T22:46:05.163Z] 3.12: Pulling from library/alpine [2021-01-15T22:46:05.163Z] 801bfaa63ef2: Pulling fs layer [2021-01-15T22:46:05.433Z] 801bfaa63ef2: Verifying Checksum [2021-01-15T22:46:05.433Z] 801bfaa63ef2: Download complete [2021-01-15T22:46:05.433Z] 801bfaa63ef2: Pull complete [2021-01-15T22:46:05.433Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T22:46:05.697Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T22:46:05.697Z] ---> 389fef711851 [2021-01-15T22:46:05.697Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:46:05.697Z] ---> Running in a156483d2bb8 [2021-01-15T22:46:05.966Z] Removing intermediate container a156483d2bb8 [2021-01-15T22:46:05.966Z] ---> 2e31ad68bb48 [2021-01-15T22:46:05.966Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-15T22:46:05.966Z] ---> Running in df3b4b2bbbe2 [2021-01-15T22:46:05.966Z] Removing intermediate container df3b4b2bbbe2 [2021-01-15T22:46:05.966Z] ---> 4c43b3ebaf57 [2021-01-15T22:46:05.966Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq [2021-01-15T22:46:06.230Z] ---> Running in 5e5a76583801 [2021-01-15T22:46:06.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T22:46:06.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T22:46:07.021Z] (1/6) Installing ca-certificates (20191127-r4) [2021-01-15T22:46:07.021Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-15T22:46:07.021Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:46:07.021Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-15T22:46:07.021Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T22:46:07.021Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-15T22:46:07.021Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:46:07.021Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T22:46:07.021Z] OK: 9 MiB in 20 packages [2021-01-15T22:46:08.419Z] Removing intermediate container 5e5a76583801 [2021-01-15T22:46:08.419Z] ---> 3fa8c3218143 [2021-01-15T22:46:08.419Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-15T22:46:08.419Z] ---> db7b60e5e898 [2021-01-15T22:46:08.419Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-15T22:46:08.683Z] ---> 3fb11b6de810 [2021-01-15T22:46:08.683Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-15T22:46:08.945Z] ---> 3ee0606d9436 [2021-01-15T22:46:08.945Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-15T22:46:09.894Z] ---> c39969d28fc7 [2021-01-15T22:46:09.894Z] Step 22/27 : EXPOSE 48095 [2021-01-15T22:46:09.894Z] ---> Running in cf06e420ec04 [2021-01-15T22:46:09.894Z] Removing intermediate container cf06e420ec04 [2021-01-15T22:46:09.894Z] ---> 67b5a874c326 [2021-01-15T22:46:09.894Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-15T22:46:09.894Z] ---> Running in 411f249c4698 [2021-01-15T22:46:10.157Z] Removing intermediate container 411f249c4698 [2021-01-15T22:46:10.157Z] ---> e629d3d9d2a6 [2021-01-15T22:46:10.157Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T22:46:10.157Z] ---> Running in 53c90ba816a7 [2021-01-15T22:46:10.422Z] Removing intermediate container 53c90ba816a7 [2021-01-15T22:46:10.422Z] ---> 0648382d22c1 [2021-01-15T22:46:10.422Z] Step 25/27 : LABEL arch=amd64 [2021-01-15T22:46:10.422Z] ---> Running in 08158be46295 [2021-01-15T22:46:10.687Z] Removing intermediate container 08158be46295 [2021-01-15T22:46:10.687Z] ---> 866629f522e7 [2021-01-15T22:46:10.687Z] Step 26/27 : LABEL git_sha=b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:46:10.687Z] ---> Running in ac12fd860c09 [2021-01-15T22:46:10.950Z] Removing intermediate container ac12fd860c09 [2021-01-15T22:46:10.950Z] ---> da0385c3f0f7 [2021-01-15T22:46:10.950Z] Step 27/27 : LABEL version=2.0.0-dev.9 [2021-01-15T22:46:10.950Z] ---> Running in 1ef2d3e57d64 [2021-01-15T22:46:11.213Z] Removing intermediate container 1ef2d3e57d64 [2021-01-15T22:46:11.213Z] ---> 3bb08c535b87 [2021-01-15T22:46:11.213Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-15T22:46:11.213Z] Successfully built 3bb08c535b87 [2021-01-15T22:46:11.213Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:46:11.559Z] provisioning config files... [2021-01-15T22:46:11.590Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/75@tmp/config4747169877027218511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:46:11.957Z] ---> docker-login.sh [2021-01-15T22:46:11.957Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:46:11.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:46:12.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:46:12.220Z] Configure a credential helper to remove this warning. See [2021-01-15T22:46:12.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:46:12.220Z] [2021-01-15T22:46:12.220Z] Login Succeeded [2021-01-15T22:46:12.220Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:46:12.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:46:12.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:46:12.220Z] Configure a credential helper to remove this warning. See [2021-01-15T22:46:12.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:46:12.220Z] [2021-01-15T22:46:12.220Z] Login Succeeded [2021-01-15T22:46:12.483Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:46:12.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:46:12.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:46:12.483Z] Configure a credential helper to remove this warning. See [2021-01-15T22:46:12.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:46:12.483Z] [2021-01-15T22:46:12.483Z] Login Succeeded [2021-01-15T22:46:12.483Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:46:12.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:46:12.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:46:12.745Z] Configure a credential helper to remove this warning. See [2021-01-15T22:46:12.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:46:12.746Z] [2021-01-15T22:46:13.010Z] Login Succeeded [2021-01-15T22:46:13.010Z] docker.io [2021-01-15T22:46:13.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:46:13.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:46:13.536Z] Configure a credential helper to remove this warning. See [2021-01-15T22:46:13.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:46:13.536Z] [2021-01-15T22:46:13.536Z] Login Succeeded [2021-01-15T22:46:13.536Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:46:13.546Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T22:46:13.757Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-15T22:46:13.758Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:46:13.758Z] latest [2021-01-15T22:46:13.758Z] 2.0.0-dev.9 [2021-01-15T22:46:13.758Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:46:13.758Z] master [2021-01-15T22:46:13.758Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:14.281Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:14.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:46:14.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:46:14.595Z] 77260af2ab27: Preparing [2021-01-15T22:46:14.595Z] 8d60c3a4a4f3: Preparing [2021-01-15T22:46:14.595Z] 27b944a43d90: Preparing [2021-01-15T22:46:14.595Z] b625c364812d: Preparing [2021-01-15T22:46:14.595Z] 63e8f1f06ad0: Preparing [2021-01-15T22:46:14.595Z] 777b2c648970: Preparing [2021-01-15T22:46:14.595Z] 777b2c648970: Waiting [2021-01-15T22:46:14.859Z] b625c364812d: Pushed [2021-01-15T22:46:14.860Z] 8d60c3a4a4f3: Pushed [2021-01-15T22:46:14.860Z] 777b2c648970: Layer already exists [2021-01-15T22:46:14.860Z] 27b944a43d90: Pushed [2021-01-15T22:46:15.124Z] 63e8f1f06ad0: Pushed [2021-01-15T22:46:16.094Z] 77260af2ab27: Pushed [2021-01-15T22:46:16.359Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:16.676Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:16.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-15T22:46:16.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:46:16.982Z] 77260af2ab27: Preparing [2021-01-15T22:46:16.982Z] 8d60c3a4a4f3: Preparing [2021-01-15T22:46:16.982Z] 27b944a43d90: Preparing [2021-01-15T22:46:16.982Z] b625c364812d: Preparing [2021-01-15T22:46:16.982Z] 63e8f1f06ad0: Preparing [2021-01-15T22:46:16.982Z] 777b2c648970: Preparing [2021-01-15T22:46:16.982Z] 777b2c648970: Waiting [2021-01-15T22:46:16.982Z] 8d60c3a4a4f3: Layer already exists [2021-01-15T22:46:16.982Z] b625c364812d: Layer already exists [2021-01-15T22:46:16.982Z] 27b944a43d90: Layer already exists [2021-01-15T22:46:16.982Z] 77260af2ab27: Layer already exists [2021-01-15T22:46:16.982Z] 63e8f1f06ad0: Layer already exists [2021-01-15T22:46:16.982Z] 777b2c648970: Layer already exists [2021-01-15T22:46:16.982Z] latest: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:17.298Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:17.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 [2021-01-15T22:46:17.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:46:17.600Z] 77260af2ab27: Preparing [2021-01-15T22:46:17.600Z] 8d60c3a4a4f3: Preparing [2021-01-15T22:46:17.600Z] 27b944a43d90: Preparing [2021-01-15T22:46:17.600Z] b625c364812d: Preparing [2021-01-15T22:46:17.600Z] 63e8f1f06ad0: Preparing [2021-01-15T22:46:17.600Z] 777b2c648970: Preparing [2021-01-15T22:46:17.600Z] 777b2c648970: Waiting [2021-01-15T22:46:17.600Z] 77260af2ab27: Layer already exists [2021-01-15T22:46:17.600Z] 8d60c3a4a4f3: Layer already exists [2021-01-15T22:46:17.600Z] 63e8f1f06ad0: Layer already exists [2021-01-15T22:46:17.600Z] 27b944a43d90: Layer already exists [2021-01-15T22:46:17.600Z] b625c364812d: Layer already exists [2021-01-15T22:46:17.600Z] 777b2c648970: Layer already exists [2021-01-15T22:46:17.864Z] 2.0.0-dev.9: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:18.178Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:18.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:46:18.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:46:18.486Z] 77260af2ab27: Preparing [2021-01-15T22:46:18.486Z] 8d60c3a4a4f3: Preparing [2021-01-15T22:46:18.486Z] 27b944a43d90: Preparing [2021-01-15T22:46:18.486Z] b625c364812d: Preparing [2021-01-15T22:46:18.486Z] 63e8f1f06ad0: Preparing [2021-01-15T22:46:18.486Z] 777b2c648970: Preparing [2021-01-15T22:46:18.486Z] 777b2c648970: Waiting [2021-01-15T22:46:18.486Z] b625c364812d: Layer already exists [2021-01-15T22:46:18.486Z] 63e8f1f06ad0: Layer already exists [2021-01-15T22:46:18.486Z] 8d60c3a4a4f3: Layer already exists [2021-01-15T22:46:18.486Z] 27b944a43d90: Layer already exists [2021-01-15T22:46:18.486Z] 77260af2ab27: Layer already exists [2021-01-15T22:46:18.486Z] 777b2c648970: Layer already exists [2021-01-15T22:46:18.486Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:18.803Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:19.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-01-15T22:46:19.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:46:19.108Z] 77260af2ab27: Preparing [2021-01-15T22:46:19.108Z] 8d60c3a4a4f3: Preparing [2021-01-15T22:46:19.108Z] 27b944a43d90: Preparing [2021-01-15T22:46:19.108Z] b625c364812d: Preparing [2021-01-15T22:46:19.108Z] 63e8f1f06ad0: Preparing [2021-01-15T22:46:19.108Z] 777b2c648970: Preparing [2021-01-15T22:46:19.108Z] 777b2c648970: Waiting [2021-01-15T22:46:19.108Z] 8d60c3a4a4f3: Layer already exists [2021-01-15T22:46:19.108Z] 27b944a43d90: Layer already exists [2021-01-15T22:46:19.108Z] 77260af2ab27: Layer already exists [2021-01-15T22:46:19.108Z] 63e8f1f06ad0: Layer already exists [2021-01-15T22:46:19.108Z] b625c364812d: Layer already exists [2021-01-15T22:46:19.108Z] 777b2c648970: Layer already exists [2021-01-15T22:46:19.108Z] master: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T22:46:19.315Z] ===================================================== [Pipeline] echo [2021-01-15T22:46:19.366Z] taggedImages: [2021-01-15T22:46:19.366Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:46:19.366Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-15T22:46:19.366Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 [2021-01-15T22:46:19.366Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:46:19.366Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T22:46:38.172Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-15T22:46:38.172Z] CGO_ENABLED=1 go vet ./... [2021-01-15T22:46:42.496Z] gofmt -l . [2021-01-15T22:46:42.496Z] [ "`gofmt -l .`" = "" ] [2021-01-15T22:46:42.496Z] ./bin/test-go-mod-tidy.sh [2021-01-15T22:46:42.496Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-15T22:46:43.505Z] $ docker stop --time=1 c6550a403eb47819b395e8b4482fccee0fba2e10eb2ba803ba4d3295b8119e64 [2021-01-15T22:46:45.817Z] $ docker rm -f c6550a403eb47819b395e8b4482fccee0fba2e10eb2ba803ba4d3295b8119e64 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T22:46:46.755Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T22:46:46.776Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T22:46:47.462Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T22:46:48.160Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T22:46:48.553Z] + ls -al . [2021-01-15T22:46:48.554Z] total 112 [2021-01-15T22:46:48.554Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 15 22:46 . [2021-01-15T22:46:48.554Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 22:44 .. [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 15 22:44 .dockerignore [2021-01-15T22:46:48.554Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 22:44 .git [2021-01-15T22:46:48.554Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 22:44 .github [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 15 22:44 .gitignore [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 6426 Jan 15 22:44 Attribution.txt [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 1940 Jan 15 22:44 Dockerfile [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 15 22:44 Dockerfile.build [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 15 22:44 Jenkinsfile [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 15 22:44 LICENSE [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 15 22:44 README.md [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 15 22:41 VERSION [2021-01-15T22:46:48.554Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 22:44 bin [2021-01-15T22:46:48.554Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 15 22:45 coverage.out [2021-01-15T22:46:48.554Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 15 22:46 go.mod [2021-01-15T22:46:48.554Z] -rw-r--r-- 1 jenkins jenkins 18779 Jan 15 22:46 go.sum [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 15 22:44 main.go [2021-01-15T22:46:48.554Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 15 22:44 makefile [2021-01-15T22:46:48.554Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 22:44 res [2021-01-15T22:46:48.554Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 22:44 snap [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:46:48.964Z] + docker build -t docker-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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=arm64 --label version=2.0.0-dev.9 . [2021-01-15T22:46:48.964Z] Sending build context to Docker daemon 117.8kB [2021-01-15T22:46:49.245Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:46:49.245Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-15T22:46:49.245Z] ---> 757a16d75e99 [2021-01-15T22:46:49.245Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-15T22:46:49.549Z] ---> Running in 3f47e55e9390 [2021-01-15T22:46:50.159Z] Removing intermediate container 3f47e55e9390 [2021-01-15T22:46:50.159Z] ---> fddb05ee2ee3 [2021-01-15T22:46:50.159Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-15T22:46:50.159Z] ---> Running in 5172ad9fcdb3 [2021-01-15T22:46:50.766Z] Removing intermediate container 5172ad9fcdb3 [2021-01-15T22:46:50.766Z] ---> 01aa041f1d41 [2021-01-15T22:46:50.766Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:46:50.766Z] ---> Running in e36953c63610 [2021-01-15T22:46:51.360Z] Removing intermediate container e36953c63610 [2021-01-15T22:46:51.360Z] ---> f8d5abbb6775 [2021-01-15T22:46:51.360Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:46:51.360Z] ---> Running in 276a357bbba3 [2021-01-15T22:46:53.331Z] Removing intermediate container 276a357bbba3 [2021-01-15T22:46:53.331Z] ---> c8c540ee5c32 [2021-01-15T22:46:53.331Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-15T22:46:53.602Z] ---> Running in 3ad6b186d3b0 [2021-01-15T22:46:54.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T22:46:55.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T22:46:56.148Z] OK: 144 MiB in 45 packages [2021-01-15T22:46:57.129Z] Removing intermediate container 3ad6b186d3b0 [2021-01-15T22:46:57.129Z] ---> 57690f3807f4 [2021-01-15T22:46:57.129Z] Step 8/27 : WORKDIR /app [2021-01-15T22:46:57.402Z] ---> Running in f06f49ad4782 [2021-01-15T22:46:57.995Z] Removing intermediate container f06f49ad4782 [2021-01-15T22:46:57.995Z] ---> 2939b7628bc2 [2021-01-15T22:46:57.995Z] Step 9/27 : COPY go.mod . [2021-01-15T22:46:58.596Z] ---> 5246bd6e9464 [2021-01-15T22:46:58.596Z] Step 10/27 : RUN go mod download [2021-01-15T22:46:58.596Z] ---> Running in 38fc09b2f5a5 [2021-01-15T22:47:01.235Z] Removing intermediate container 38fc09b2f5a5 [2021-01-15T22:47:01.235Z] ---> 952fb8c4d5ca [2021-01-15T22:47:01.235Z] Step 11/27 : COPY . . [2021-01-15T22:47:01.853Z] ---> 67bada581af4 [2021-01-15T22:47:01.853Z] Step 12/27 : ARG MAKE="make build" [2021-01-15T22:47:01.853Z] ---> Running in f02586fa64c2 [2021-01-15T22:47:02.452Z] Removing intermediate container f02586fa64c2 [2021-01-15T22:47:02.452Z] ---> 7d86412ba09f [2021-01-15T22:47:02.452Z] Step 13/27 : RUN $MAKE [2021-01-15T22:47:02.452Z] ---> Running in 8df9d7d01be9 [2021-01-15T22:47:03.438Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable [2021-01-15T22:47:35.841Z] Removing intermediate container 8df9d7d01be9 [2021-01-15T22:47:35.841Z] ---> f466a83bca84 [2021-01-15T22:47:35.841Z] Step 14/27 : FROM alpine:3.12 [2021-01-15T22:47:36.814Z] 3.12: Pulling from library/alpine [2021-01-15T22:47:37.086Z] 159e5727ea61: Pulling fs layer [2021-01-15T22:47:37.086Z] 159e5727ea61: Verifying Checksum [2021-01-15T22:47:37.086Z] 159e5727ea61: Download complete [2021-01-15T22:47:37.691Z] 159e5727ea61: Pull complete [2021-01-15T22:47:37.691Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T22:47:37.691Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T22:47:37.691Z] ---> afeebe901d6b [2021-01-15T22:47:37.691Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:47:37.969Z] ---> Running in 961bd6548cfe [2021-01-15T22:47:38.568Z] Removing intermediate container 961bd6548cfe [2021-01-15T22:47:38.569Z] ---> deca42038c00 [2021-01-15T22:47:38.569Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-15T22:47:38.569Z] ---> Running in 0b7a20410ce5 [2021-01-15T22:47:39.176Z] Removing intermediate container 0b7a20410ce5 [2021-01-15T22:47:39.176Z] ---> 8081855740c0 [2021-01-15T22:47:39.176Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq [2021-01-15T22:47:39.176Z] ---> Running in 20dd2c8311cf [2021-01-15T22:47:40.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T22:47:40.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T22:47:40.885Z] (1/6) Installing ca-certificates (20191127-r4) [2021-01-15T22:47:41.160Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-15T22:47:41.160Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:47:41.160Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-15T22:47:41.160Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T22:47:41.160Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-15T22:47:41.160Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:47:41.160Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T22:47:41.453Z] OK: 9 MiB in 20 packages [2021-01-15T22:47:42.905Z] Removing intermediate container 20dd2c8311cf [2021-01-15T22:47:42.905Z] ---> 44271643dfac [2021-01-15T22:47:42.905Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-15T22:47:43.894Z] ---> 22bd5d6d44ba [2021-01-15T22:47:43.894Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-15T22:47:44.489Z] ---> f5f7654003f7 [2021-01-15T22:47:44.489Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-15T22:47:45.463Z] ---> c1c2f0401ece [2021-01-15T22:47:45.463Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-15T22:47:46.896Z] ---> 021b28ee98d1 [2021-01-15T22:47:46.896Z] Step 22/27 : EXPOSE 48095 [2021-01-15T22:47:46.896Z] ---> Running in 7692c3b2ba68 [2021-01-15T22:47:47.169Z] Removing intermediate container 7692c3b2ba68 [2021-01-15T22:47:47.169Z] ---> fff7ac0dc06d [2021-01-15T22:47:47.169Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-15T22:47:47.442Z] ---> Running in ff3dd729a002 [2021-01-15T22:47:47.714Z] Removing intermediate container ff3dd729a002 [2021-01-15T22:47:47.714Z] ---> 2695edb32a98 [2021-01-15T22:47:47.714Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T22:47:47.992Z] ---> Running in 3dceab13e180 [2021-01-15T22:47:48.270Z] Removing intermediate container 3dceab13e180 [2021-01-15T22:47:48.270Z] ---> eee328681210 [2021-01-15T22:47:48.270Z] Step 25/27 : LABEL arch=arm64 [2021-01-15T22:47:48.544Z] ---> Running in 49c1007f74f0 [2021-01-15T22:47:49.138Z] Removing intermediate container 49c1007f74f0 [2021-01-15T22:47:49.138Z] ---> 8d4807c4405b [2021-01-15T22:47:49.138Z] Step 26/27 : LABEL git_sha=b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:47:49.138Z] ---> Running in b37aef7e069e [2021-01-15T22:47:49.737Z] Removing intermediate container b37aef7e069e [2021-01-15T22:47:49.737Z] ---> c560c2f07f86 [2021-01-15T22:47:49.737Z] Step 27/27 : LABEL version=2.0.0-dev.9 [2021-01-15T22:47:49.737Z] ---> Running in d25774b682dd [2021-01-15T22:47:50.333Z] Removing intermediate container d25774b682dd [2021-01-15T22:47:50.333Z] ---> 09c657f1feae [2021-01-15T22:47:50.333Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-15T22:47:50.333Z] Successfully built 09c657f1feae [2021-01-15T22:47:50.333Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:47:50.972Z] provisioning config files... [2021-01-15T22:47:51.007Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/75@tmp/config3617144672484820503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:47:51.411Z] ---> docker-login.sh [2021-01-15T22:47:51.411Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:47:51.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:47:51.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:47:51.955Z] Configure a credential helper to remove this warning. See [2021-01-15T22:47:51.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:47:51.955Z] [2021-01-15T22:47:51.955Z] Login Succeeded [2021-01-15T22:47:51.955Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:47:52.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:47:52.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:47:52.498Z] Configure a credential helper to remove this warning. See [2021-01-15T22:47:52.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:47:52.498Z] [2021-01-15T22:47:52.498Z] Login Succeeded [2021-01-15T22:47:52.498Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:47:52.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:47:53.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:47:53.043Z] Configure a credential helper to remove this warning. See [2021-01-15T22:47:53.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:47:53.043Z] [2021-01-15T22:47:53.043Z] Login Succeeded [2021-01-15T22:47:53.043Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:47:53.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:47:53.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:47:53.588Z] Configure a credential helper to remove this warning. See [2021-01-15T22:47:53.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:47:53.588Z] [2021-01-15T22:47:53.588Z] Login Succeeded [2021-01-15T22:47:53.588Z] docker.io [2021-01-15T22:47:53.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:47:54.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:47:54.457Z] Configure a credential helper to remove this warning. See [2021-01-15T22:47:54.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:47:54.457Z] [2021-01-15T22:47:54.457Z] Login Succeeded [2021-01-15T22:47:54.457Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:47:54.475Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T22:47:54.701Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-15T22:47:54.701Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:47:54.701Z] latest [2021-01-15T22:47:54.701Z] 2.0.0-dev.9 [2021-01-15T22:47:54.701Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:47:54.701Z] master [2021-01-15T22:47:54.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:47:55.221Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:47:55.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:47:55.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:47:55.555Z] aa18208abc0a: Preparing [2021-01-15T22:47:55.555Z] c188a19ce53b: Preparing [2021-01-15T22:47:55.555Z] 533d21da7464: Preparing [2021-01-15T22:47:55.555Z] a8a39a2ce05e: Preparing [2021-01-15T22:47:55.555Z] abf6a3a35aa6: Preparing [2021-01-15T22:47:55.555Z] 379067d0cb53: Preparing [2021-01-15T22:47:55.555Z] 379067d0cb53: Waiting [2021-01-15T22:47:55.835Z] 533d21da7464: Pushed [2021-01-15T22:47:55.835Z] a8a39a2ce05e: Pushed [2021-01-15T22:47:56.113Z] c188a19ce53b: Pushed [2021-01-15T22:47:56.113Z] 379067d0cb53: Layer already exists [2021-01-15T22:47:56.707Z] abf6a3a35aa6: Pushed [2021-01-15T22:47:59.317Z] aa18208abc0a: Pushed [2021-01-15T22:47:59.588Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:47:59.935Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:00.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-15T22:48:00.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:48:00.278Z] aa18208abc0a: Preparing [2021-01-15T22:48:00.278Z] c188a19ce53b: Preparing [2021-01-15T22:48:00.278Z] 533d21da7464: Preparing [2021-01-15T22:48:00.278Z] a8a39a2ce05e: Preparing [2021-01-15T22:48:00.278Z] abf6a3a35aa6: Preparing [2021-01-15T22:48:00.278Z] 379067d0cb53: Preparing [2021-01-15T22:48:00.278Z] 379067d0cb53: Waiting [2021-01-15T22:48:00.549Z] 533d21da7464: Layer already exists [2021-01-15T22:48:00.549Z] abf6a3a35aa6: Layer already exists [2021-01-15T22:48:00.549Z] aa18208abc0a: Layer already exists [2021-01-15T22:48:00.549Z] a8a39a2ce05e: Layer already exists [2021-01-15T22:48:00.549Z] c188a19ce53b: Layer already exists [2021-01-15T22:48:00.549Z] 379067d0cb53: Layer already exists [2021-01-15T22:48:00.549Z] latest: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:00.903Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:01.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 [2021-01-15T22:48:01.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:48:01.241Z] aa18208abc0a: Preparing [2021-01-15T22:48:01.241Z] c188a19ce53b: Preparing [2021-01-15T22:48:01.241Z] 533d21da7464: Preparing [2021-01-15T22:48:01.241Z] a8a39a2ce05e: Preparing [2021-01-15T22:48:01.241Z] abf6a3a35aa6: Preparing [2021-01-15T22:48:01.241Z] 379067d0cb53: Preparing [2021-01-15T22:48:01.241Z] 379067d0cb53: Waiting [2021-01-15T22:48:01.514Z] 533d21da7464: Layer already exists [2021-01-15T22:48:01.514Z] aa18208abc0a: Layer already exists [2021-01-15T22:48:01.514Z] abf6a3a35aa6: Layer already exists [2021-01-15T22:48:01.514Z] a8a39a2ce05e: Layer already exists [2021-01-15T22:48:01.514Z] c188a19ce53b: Layer already exists [2021-01-15T22:48:01.514Z] 379067d0cb53: Layer already exists [2021-01-15T22:48:01.514Z] 2.0.0-dev.9: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:01.860Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:02.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:48:02.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:48:02.200Z] aa18208abc0a: Preparing [2021-01-15T22:48:02.200Z] c188a19ce53b: Preparing [2021-01-15T22:48:02.200Z] 533d21da7464: Preparing [2021-01-15T22:48:02.200Z] a8a39a2ce05e: Preparing [2021-01-15T22:48:02.200Z] abf6a3a35aa6: Preparing [2021-01-15T22:48:02.200Z] 379067d0cb53: Preparing [2021-01-15T22:48:02.200Z] 379067d0cb53: Waiting [2021-01-15T22:48:02.200Z] abf6a3a35aa6: Layer already exists [2021-01-15T22:48:02.200Z] aa18208abc0a: Layer already exists [2021-01-15T22:48:02.200Z] c188a19ce53b: Layer already exists [2021-01-15T22:48:02.200Z] a8a39a2ce05e: Layer already exists [2021-01-15T22:48:02.470Z] 533d21da7464: Layer already exists [2021-01-15T22:48:02.470Z] 379067d0cb53: Layer already exists [2021-01-15T22:48:02.470Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:02.811Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:03.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-01-15T22:48:03.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:48:03.153Z] aa18208abc0a: Preparing [2021-01-15T22:48:03.153Z] c188a19ce53b: Preparing [2021-01-15T22:48:03.153Z] 533d21da7464: Preparing [2021-01-15T22:48:03.153Z] a8a39a2ce05e: Preparing [2021-01-15T22:48:03.153Z] abf6a3a35aa6: Preparing [2021-01-15T22:48:03.153Z] 379067d0cb53: Preparing [2021-01-15T22:48:03.153Z] 379067d0cb53: Waiting [2021-01-15T22:48:03.430Z] c188a19ce53b: Layer already exists [2021-01-15T22:48:03.430Z] a8a39a2ce05e: Layer already exists [2021-01-15T22:48:03.430Z] abf6a3a35aa6: Layer already exists [2021-01-15T22:48:03.430Z] aa18208abc0a: Layer already exists [2021-01-15T22:48:03.430Z] 533d21da7464: Layer already exists [2021-01-15T22:48:03.430Z] 379067d0cb53: Layer already exists [2021-01-15T22:48:03.430Z] master: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T22:48:03.647Z] ===================================================== [Pipeline] echo [2021-01-15T22:48:03.706Z] taggedImages: [2021-01-15T22:48:03.706Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:48:03.706Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-15T22:48:03.706Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 [2021-01-15T22:48:03.706Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:48:03.706Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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] wrap [2021-01-15T22:48:05.170Z] provisioning config files... [2021-01-15T22:48:05.183Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config1569736494480144975tmp [Pipeline] { [Pipeline] sh [2021-01-15T22:48:05.579Z] + set +x [2021-01-15T22:48:05.579Z] + curl -s https://codecov.io/bash [2021-01-15T22:48:05.579Z] + bash -s -- [2021-01-15T22:48:05.843Z] [2021-01-15T22:48:05.843Z] _____ _ [2021-01-15T22:48:05.843Z] / ____| | | [2021-01-15T22:48:05.843Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T22:48:05.843Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T22:48:05.843Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T22:48:05.843Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T22:48:05.843Z] Bash-20210115-cec3c92 [2021-01-15T22:48:05.843Z] [2021-01-15T22:48:05.843Z] [2021-01-15T22:48:05.843Z] ==> git version 2.24.3 found [2021-01-15T22:48:05.843Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-15T22:48:05.843Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T22:48:05.843Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T22:48:05.843Z] ==> Jenkins CI detected. [2021-01-15T22:48:05.843Z] project root: . [2021-01-15T22:48:05.843Z] --> token set from env [2021-01-15T22:48:05.843Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T22:48:05.843Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T22:48:05.843Z] ==> Python coveragepy not found [2021-01-15T22:48:05.843Z] ==> Searching for coverage reports in: [2021-01-15T22:48:05.843Z] + . [2021-01-15T22:48:05.843Z] -> Found 1 reports [2021-01-15T22:48:05.843Z] ==> Detecting git/mercurial file structure [2021-01-15T22:48:05.843Z] ==> Reading reports [2021-01-15T22:48:05.843Z] + ./coverage.out bytes=10 [2021-01-15T22:48:05.843Z] ==> Appending adjustments [2021-01-15T22:48:05.843Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T22:48:05.843Z] + Found adjustments [2021-01-15T22:48:05.843Z] ==> Gzipping contents [2021-01-15T22:48:05.843Z] 4.0K /tmp/codecov.ylrDBf.gz [2021-01-15T22:48:05.843Z] ==> Uploading reports [2021-01-15T22:48:05.843Z] url: https://codecov.io [2021-01-15T22:48:05.843Z] query: branch=master&commit=b430426e5122e1d8120a8d3ea89e621b3f587a0f&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F75%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-15T22:48:05.843Z] -> Pinging Codecov [2021-01-15T22:48:05.844Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=b430426e5122e1d8120a8d3ea89e621b3f587a0f&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F75%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-15T22:48:06.418Z] -> Uploading to [2021-01-15T22:48:06.418Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/A97CA9966030D2A3747ED39772930CCE/b430426e5122e1d8120a8d3ea89e621b3f587a0f/04a2142a-e4be-481d-9e05-1e88dd7cc038.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T224806Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=529077cab5b2fda03cd93291a53175b95484656edf44b1f93c9e78851a997cde [2021-01-15T22:48:06.418Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T22:48:06.418Z] Dload Upload Total Spent Left Speed [2021-01-15T22:48:06.944Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 815 --:--:-- --:--:-- --:--:-- 814 [2021-01-15T22:48:06.944Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] } [2021-01-15T22:48:06.953Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-15T22:48:07.873Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-15T22:48:07.924Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:08.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T22:48:08.289Z] [2021-01-15T22:48:08.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:48:08.642Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T22:48:08.643Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-15T22:48:08.643Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T22:48:08.643Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T22:48:08.643Z] de9db76c5a1d: Pulling fs layer [2021-01-15T22:48:08.643Z] 0eba1c9be4d2: Pulling fs layer [2021-01-15T22:48:08.643Z] 0d57e429df01: Pulling fs layer [2021-01-15T22:48:08.643Z] 4e4be7b47b0d: Pulling fs layer [2021-01-15T22:48:08.643Z] e1f770b5df2f: Pulling fs layer [2021-01-15T22:48:08.643Z] 85a0685a4137: Pulling fs layer [2021-01-15T22:48:08.643Z] 0eba1c9be4d2: Waiting [2021-01-15T22:48:08.643Z] 0d57e429df01: Waiting [2021-01-15T22:48:08.643Z] 4e4be7b47b0d: Waiting [2021-01-15T22:48:08.643Z] e1f770b5df2f: Waiting [2021-01-15T22:48:08.643Z] 85a0685a4137: Waiting [2021-01-15T22:48:08.643Z] de9db76c5a1d: Verifying Checksum [2021-01-15T22:48:08.643Z] de9db76c5a1d: Download complete [2021-01-15T22:48:08.643Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T22:48:08.643Z] 0ef7d3d256c8: Download complete [2021-01-15T22:48:08.643Z] 0d57e429df01: Verifying Checksum [2021-01-15T22:48:08.643Z] 0d57e429df01: Download complete [2021-01-15T22:48:08.643Z] 188c0c94c7c5: Download complete [2021-01-15T22:48:08.643Z] 4e4be7b47b0d: Verifying Checksum [2021-01-15T22:48:08.643Z] 4e4be7b47b0d: Download complete [2021-01-15T22:48:09.222Z] 188c0c94c7c5: Pull complete [2021-01-15T22:48:09.222Z] 0ef7d3d256c8: Pull complete [2021-01-15T22:48:09.485Z] de9db76c5a1d: Pull complete [2021-01-15T22:48:10.880Z] e1f770b5df2f: Verifying Checksum [2021-01-15T22:48:10.880Z] e1f770b5df2f: Download complete [2021-01-15T22:48:12.287Z] 0eba1c9be4d2: Verifying Checksum [2021-01-15T22:48:12.287Z] 0eba1c9be4d2: Download complete [2021-01-15T22:48:12.881Z] 85a0685a4137: Verifying Checksum [2021-01-15T22:48:12.881Z] 85a0685a4137: Download complete [2021-01-15T22:48:18.222Z] 0eba1c9be4d2: Pull complete [2021-01-15T22:48:18.222Z] 0d57e429df01: Pull complete [2021-01-15T22:48:18.222Z] 4e4be7b47b0d: Pull complete [2021-01-15T22:48:19.620Z] e1f770b5df2f: Pull complete [2021-01-15T22:48:27.817Z] 85a0685a4137: Pull complete [2021-01-15T22:48:27.817Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-15T22:48:27.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T22:48:27.817Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-15T22:48:28.068Z] prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container [2021-01-15T22:48:28.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-15T22:48:29.272Z] $ docker top 6efc6a6e5c2facf7d366628e55f4a813411dc03fbf0dfca6b78a1cce9cc0a80c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T22:48:29.535Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-15T22:48:29.832Z] + set -o pipefail [2021-01-15T22:48:29.832Z] + snyk monitor '--org=edgex-jenkins' [2021-01-15T22:48:56.484Z] [2021-01-15T22:48:56.484Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-01-15T22:48:56.484Z] [2021-01-15T22:48:56.484Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/3b681c85-e706-4f31-96f1-d130b35e1a02 [2021-01-15T22:48:56.484Z] [2021-01-15T22:48:56.484Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-15T22:48:56.484Z] [2021-01-15T22:48:56.484Z] [Pipeline] } [2021-01-15T22:48:56.507Z] $ docker stop --time=1 6efc6a6e5c2facf7d366628e55f4a813411dc03fbf0dfca6b78a1cce9cc0a80c [2021-01-15T22:48:59.335Z] $ docker rm -f 6efc6a6e5c2facf7d366628e55f4a813411dc03fbf0dfca6b78a1cce9cc0a80c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 [2021-01-15T22:49:01.706Z] + git log --format=format:%s -1 b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:49:02.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:49:02.023Z] . [Pipeline] withDockerContainer [2021-01-15T22:49:02.142Z] prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container [2021-01-15T22:49:02.192Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T22:49:03.100Z] $ docker top 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T22:49:03.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T22:49:03.543Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T22:49:03.800Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T22:49:03.804Z] $ docker exec 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 ssh-agent [2021-01-15T22:49:03.991Z] SSH_AUTH_SOCK=/tmp/ssh-EDEQQhTcIFEP/agent.11 [2021-01-15T22:49:03.991Z] SSH_AGENT_PID=16 [2021-01-15T22:49:04.000Z] Running ssh-add (command line suppressed) [2021-01-15T22:49:04.166Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1058155322242735944.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1058155322242735944.key) [2021-01-15T22:49:04.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T22:49:04.594Z] + git semver tag [2021-01-15T22:49:04.595Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T22:49:04.595Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-15T22:49:04.595Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-15T22:49:04.595Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T22:49:04.595Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T22:49:04.595Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T22:49:04.595Z] # $SEMVER_BRANCH = master [2021-01-15T22:49:04.595Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-15T22:49:04.595Z] # b430426e5122e1d8120a8d3ea89e621b3f587a0f HEAD [2021-01-15T22:49:04.595Z] # -> Force: false [2021-01-15T22:49:04.595Z] # d8bb1724ad785d96ca121e01c92066dcb7ac8ca4 refs/tags/v2.0.0-dev.9 [Pipeline] } [2021-01-15T22:49:04.609Z] $ docker exec --env ******** --env ******** 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 ssh-agent -k [2021-01-15T22:49:04.730Z] unset SSH_AUTH_SOCK; [2021-01-15T22:49:04.731Z] unset SSH_AGENT_PID; [2021-01-15T22:49:04.731Z] echo Agent pid 16 killed; [2021-01-15T22:49:04.788Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T22:49:05.278Z] + git semver [Pipeline] } [2021-01-15T22:49:05.297Z] $ docker stop --time=1 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 [2021-01-15T22:49:06.662Z] $ docker rm -f 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:49:07.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T22:49:07.371Z] [2021-01-15T22:49:07.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:49:07.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T22:49:07.744Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-15T22:49:07.744Z] ab5ef0e58194: Pulling fs layer [2021-01-15T22:49:07.744Z] 9712f1f96733: Pulling fs layer [2021-01-15T22:49:07.744Z] 63f879dbbcfc: Pulling fs layer [2021-01-15T22:49:07.744Z] 0d9ebad4ef96: Pulling fs layer [2021-01-15T22:49:07.744Z] e9a5061849ea: Pulling fs layer [2021-01-15T22:49:07.744Z] d747dcd14b5f: Pulling fs layer [2021-01-15T22:49:07.744Z] 2de7ff778b66: Pulling fs layer [2021-01-15T22:49:07.744Z] e9a5061849ea: Waiting [2021-01-15T22:49:07.744Z] d747dcd14b5f: Waiting [2021-01-15T22:49:07.744Z] 2de7ff778b66: Waiting [2021-01-15T22:49:07.744Z] 0d9ebad4ef96: Waiting [2021-01-15T22:49:07.744Z] 9712f1f96733: Verifying Checksum [2021-01-15T22:49:07.744Z] 9712f1f96733: Download complete [2021-01-15T22:49:09.140Z] 63f879dbbcfc: Verifying Checksum [2021-01-15T22:49:09.140Z] 63f879dbbcfc: Download complete [2021-01-15T22:49:09.409Z] e9a5061849ea: Verifying Checksum [2021-01-15T22:49:09.409Z] e9a5061849ea: Download complete [2021-01-15T22:49:09.409Z] d747dcd14b5f: Verifying Checksum [2021-01-15T22:49:09.409Z] d747dcd14b5f: Download complete [2021-01-15T22:49:10.005Z] 2de7ff778b66: Verifying Checksum [2021-01-15T22:49:10.005Z] 2de7ff778b66: Download complete [2021-01-15T22:49:10.277Z] ab5ef0e58194: Verifying Checksum [2021-01-15T22:49:10.277Z] ab5ef0e58194: Download complete [2021-01-15T22:49:10.277Z] 0d9ebad4ef96: Verifying Checksum [2021-01-15T22:49:10.277Z] 0d9ebad4ef96: Download complete [2021-01-15T22:49:14.519Z] ab5ef0e58194: Pull complete [2021-01-15T22:49:14.781Z] 9712f1f96733: Pull complete [2021-01-15T22:49:17.365Z] 63f879dbbcfc: Pull complete [2021-01-15T22:49:23.994Z] 0d9ebad4ef96: Pull complete [2021-01-15T22:49:25.389Z] e9a5061849ea: Pull complete [2021-01-15T22:49:25.389Z] d747dcd14b5f: Pull complete [2021-01-15T22:49:27.971Z] 2de7ff778b66: Pull complete [2021-01-15T22:49:27.971Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-15T22:49:27.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T22:49:27.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-15T22:49:28.192Z] prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container [2021-01-15T22:49:28.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-15T22:49:32.250Z] $ docker top 052682e6e60cc91643494d9576dc8b8e7d18a677d71b67f77116c8afd54e66fa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-15T22:49:32.671Z] provisioning config files... [2021-01-15T22:49:32.682Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2722307296614881858tmp [2021-01-15T22:49:32.700Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1447550254845464554tmp [2021-01-15T22:49:32.717Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5833352030006264617tmp [Pipeline] { [Pipeline] echo [2021-01-15T22:49:32.777Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:49:33.093Z] ---> sigul-configuration.sh [2021-01-15T22:49:33.093Z] gpg: directory `/root/.gnupg' created [2021-01-15T22:49:33.093Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-15T22:49:33.093Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-15T22:49:33.093Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-15T22:49:33.093Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-15T22:49:33.093Z] gpg: CAST5 encrypted data [2021-01-15T22:49:33.357Z] gpg: encrypted with 1 passphrase [2021-01-15T22:49:33.357Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-15T22:49:33.684Z] + mkdir /home/jenkins [2021-01-15T22:49:33.685Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-15T22:49:33.985Z] + 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 [2021-01-15T22:49:33.997Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:49:34.296Z] ---> sigul-install.sh [2021-01-15T22:49:39.606Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-15T22:49:40.170Z] + git tag --list [2021-01-15T22:49:40.170Z] v1.0.0 [2021-01-15T22:49:40.170Z] v1.1.0 [2021-01-15T22:49:40.170Z] v1.2.0 [2021-01-15T22:49:40.170Z] v1.2.1-dev.1 [2021-01-15T22:49:40.170Z] v1.2.1-dev.10 [2021-01-15T22:49:40.170Z] v1.2.1-dev.11 [2021-01-15T22:49:40.170Z] v1.2.1-dev.12 [2021-01-15T22:49:40.170Z] v1.2.1-dev.13 [2021-01-15T22:49:40.170Z] v1.2.1-dev.14 [2021-01-15T22:49:40.170Z] v1.2.1-dev.15 [2021-01-15T22:49:40.170Z] v1.2.1-dev.16 [2021-01-15T22:49:40.170Z] v1.2.1-dev.17 [2021-01-15T22:49:40.170Z] v1.2.1-dev.18 [2021-01-15T22:49:40.170Z] v1.2.1-dev.19 [2021-01-15T22:49:40.170Z] v1.2.1-dev.2 [2021-01-15T22:49:40.170Z] v1.2.1-dev.20 [2021-01-15T22:49:40.170Z] v1.2.1-dev.21 [2021-01-15T22:49:40.170Z] v1.2.1-dev.22 [2021-01-15T22:49:40.170Z] v1.2.1-dev.23 [2021-01-15T22:49:40.170Z] v1.2.1-dev.3 [2021-01-15T22:49:40.170Z] v1.2.1-dev.4 [2021-01-15T22:49:40.170Z] v1.2.1-dev.5 [2021-01-15T22:49:40.170Z] v1.2.1-dev.6 [2021-01-15T22:49:40.170Z] v1.2.1-dev.7 [2021-01-15T22:49:40.170Z] v1.2.1-dev.8 [2021-01-15T22:49:40.170Z] v1.2.1-dev.9 [2021-01-15T22:49:40.170Z] v1.3.0 [2021-01-15T22:49:40.170Z] v1.3.1-dev.1 [2021-01-15T22:49:40.170Z] v2.0.0-dev.1 [2021-01-15T22:49:40.170Z] v2.0.0-dev.2 [2021-01-15T22:49:40.170Z] v2.0.0-dev.3 [2021-01-15T22:49:40.170Z] v2.0.0-dev.4 [2021-01-15T22:49:40.170Z] v2.0.0-dev.5 [2021-01-15T22:49:40.170Z] v2.0.0-dev.6 [2021-01-15T22:49:40.170Z] v2.0.0-dev.7 [2021-01-15T22:49:40.170Z] v2.0.0-dev.8 [2021-01-15T22:49:40.170Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-15T22:49:40.485Z] + lftools sign git-tag v2.0.0-dev.9 [2021-01-15T22:49:41.877Z] Signing Git tag with Sigul... [2021-01-15T22:49:41.877Z] Signing v2.0.0-dev.9 [Pipeline] echo [2021-01-15T22:49:42.837Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:49:43.137Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-15T22:49:43.148Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-15T22:49:43.249Z] $ docker stop --time=1 052682e6e60cc91643494d9576dc8b8e7d18a677d71b67f77116c8afd54e66fa [2021-01-15T22:49:45.296Z] $ docker rm -f 052682e6e60cc91643494d9576dc8b8e7d18a677d71b67f77116c8afd54e66fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:49:46.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:49:46.239Z] . [Pipeline] withDockerContainer [2021-01-15T22:49:46.355Z] prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container [2021-01-15T22:49:46.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T22:49:47.234Z] $ docker top 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T22:49:47.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T22:49:47.708Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T22:49:47.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T22:49:47.964Z] $ docker exec 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 ssh-agent [2021-01-15T22:49:48.159Z] SSH_AUTH_SOCK=/tmp/ssh-bER6MtDl2dyz/agent.11 [2021-01-15T22:49:48.159Z] SSH_AGENT_PID=17 [2021-01-15T22:49:48.167Z] Running ssh-add (command line suppressed) [2021-01-15T22:49:48.317Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6253544567210636029.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6253544567210636029.key) [2021-01-15T22:49:48.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T22:49:48.739Z] + git semver bump pre [2021-01-15T22:49:48.740Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T22:49:48.740Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-15T22:49:48.740Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-15T22:49:48.740Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T22:49:48.740Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T22:49:48.740Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T22:49:48.740Z] # $SEMVER_BRANCH = master [2021-01-15T22:49:48.740Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-15T22:49:48.740Z] 2.0.0-dev.10 [Pipeline] } [2021-01-15T22:49:48.755Z] $ docker exec --env ******** --env ******** 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 ssh-agent -k [2021-01-15T22:49:48.888Z] unset SSH_AUTH_SOCK; [2021-01-15T22:49:48.889Z] unset SSH_AGENT_PID; [2021-01-15T22:49:48.889Z] echo Agent pid 17 killed; [2021-01-15T22:49:48.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T22:49:49.436Z] + git semver [Pipeline] } [2021-01-15T22:49:49.454Z] $ docker stop --time=1 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 [2021-01-15T22:49:50.930Z] $ docker rm -f 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:49:51.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:49:51.794Z] . [Pipeline] withDockerContainer [2021-01-15T22:49:51.904Z] prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container [2021-01-15T22:49:51.959Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T22:49:52.674Z] $ docker top 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T22:49:52.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T22:49:52.983Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T22:49:53.180Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T22:49:53.183Z] $ docker exec 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c ssh-agent [2021-01-15T22:49:53.370Z] SSH_AUTH_SOCK=/tmp/ssh-6x18TmZpWzwU/agent.11 [2021-01-15T22:49:53.370Z] SSH_AGENT_PID=17 [2021-01-15T22:49:53.377Z] Running ssh-add (command line suppressed) [2021-01-15T22:49:53.510Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5080723090367627689.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5080723090367627689.key) [2021-01-15T22:49:53.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T22:49:53.915Z] + git semver push [2021-01-15T22:49:53.915Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T22:49:53.915Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-15T22:49:53.915Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-15T22:49:53.915Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T22:49:53.915Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T22:49:53.915Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T22:49:53.915Z] # $SEMVER_BRANCH = master [2021-01-15T22:49:53.915Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-15T22:50:00.534Z] $ docker exec --env ******** --env ******** 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c ssh-agent -k [2021-01-15T22:50:00.684Z] unset SSH_AUTH_SOCK; [2021-01-15T22:50:00.685Z] unset SSH_AGENT_PID; [2021-01-15T22:50:00.685Z] echo Agent pid 17 killed; [2021-01-15T22:50:00.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T22:50:01.335Z] + git semver [Pipeline] } [2021-01-15T22:50:01.356Z] $ docker stop --time=1 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c [2021-01-15T22:50:02.819Z] $ docker rm -f 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:50:04.588Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:50:05.167Z] ---> package-listing.sh [2021-01-15T22:50:05.167Z] ++ facter osfamily [2021-01-15T22:50:05.167Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T22:50:05.167Z] + OS_FAMILY=redhat [2021-01-15T22:50:05.167Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-15T22:50:05.167Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T22:50:05.167Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T22:50:05.167Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T22:50:05.167Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T22:50:05.167Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-15T22:50:05.167Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T22:50:05.167Z] + case "${OS_FAMILY}" in [2021-01-15T22:50:05.167Z] + rpm -qa [2021-01-15T22:50:05.167Z] + sort [2021-01-15T22:50:10.503Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T22:50:10.503Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T22:50:10.503Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T22:50:10.503Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-15T22:50:10.503Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-15T22:50:10.503Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-01-15T22:50:10.518Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T22:50:10.820Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:50:11.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:50:11.131Z] [2021-01-15T22:50:11.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:50:11.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:50:11.484Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T22:50:11.484Z] df20fa9351a1: Pulling fs layer [2021-01-15T22:50:11.484Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T22:50:11.484Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T22:50:11.484Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T22:50:11.484Z] 93b61091891f: Pulling fs layer [2021-01-15T22:50:11.484Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T22:50:11.484Z] 5e14af77c1be: Pulling fs layer [2021-01-15T22:50:11.484Z] 01666e4c0597: Pulling fs layer [2021-01-15T22:50:11.484Z] aa168da1d23b: Pulling fs layer [2021-01-15T22:50:11.484Z] 93b61091891f: Waiting [2021-01-15T22:50:11.484Z] 93b9cdb0e59b: Waiting [2021-01-15T22:50:11.484Z] 5e14af77c1be: Waiting [2021-01-15T22:50:11.484Z] 01666e4c0597: Waiting [2021-01-15T22:50:11.484Z] aa168da1d23b: Waiting [2021-01-15T22:50:11.484Z] 46f8f816bc3b: Waiting [2021-01-15T22:50:11.484Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T22:50:11.484Z] 36b3adc4ff6f: Download complete [2021-01-15T22:50:11.484Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T22:50:11.484Z] 46f8f816bc3b: Download complete [2021-01-15T22:50:11.751Z] df20fa9351a1: Verifying Checksum [2021-01-15T22:50:11.751Z] df20fa9351a1: Download complete [2021-01-15T22:50:11.751Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T22:50:11.751Z] 93b9cdb0e59b: Download complete [2021-01-15T22:50:11.751Z] 5e14af77c1be: Verifying Checksum [2021-01-15T22:50:11.751Z] 5e14af77c1be: Download complete [2021-01-15T22:50:11.751Z] 93b61091891f: Verifying Checksum [2021-01-15T22:50:11.751Z] 93b61091891f: Download complete [2021-01-15T22:50:11.751Z] 01666e4c0597: Verifying Checksum [2021-01-15T22:50:11.751Z] 01666e4c0597: Download complete [2021-01-15T22:50:12.017Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T22:50:12.017Z] 8ad3a11d3b57: Download complete [2021-01-15T22:50:12.286Z] df20fa9351a1: Pull complete [2021-01-15T22:50:12.554Z] 36b3adc4ff6f: Pull complete [2021-01-15T22:50:14.002Z] 8ad3a11d3b57: Pull complete [2021-01-15T22:50:14.002Z] 46f8f816bc3b: Pull complete [2021-01-15T22:50:14.002Z] aa168da1d23b: Verifying Checksum [2021-01-15T22:50:14.002Z] aa168da1d23b: Download complete [2021-01-15T22:50:14.957Z] 93b61091891f: Pull complete [2021-01-15T22:50:15.221Z] 93b9cdb0e59b: Pull complete [2021-01-15T22:50:15.221Z] 5e14af77c1be: Pull complete [2021-01-15T22:50:15.491Z] 01666e4c0597: Pull complete [2021-01-15T22:50:22.127Z] aa168da1d23b: Pull complete [2021-01-15T22:50:22.389Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T22:50:22.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:50:22.389Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T22:50:22.591Z] prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container [2021-01-15T22:50:22.641Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T22:50:25.688Z] $ docker top bbdbf88d68efdbeab2920e5a19e03ae51e978fcaf8e168578aea9de58e9e330c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:50:26.231Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T22:50:26.532Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T22:50:26.832Z] + ls /var/log/sa-host [2021-01-15T22:50:26.832Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T22:50:26.832Z] file_magic: OK [2021-01-15T22:50:26.832Z] HZ: Using current value: 100 [2021-01-15T22:50:26.832Z] file_header: OK [2021-01-15T22:50:26.832Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T22:50:26.832Z] Statistics: [2021-01-15T22:50:26.832Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T22:50:26.832Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T22:50:26.832Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T22:50:26.832Z] file_magic: OK [2021-01-15T22:50:26.832Z] HZ: Using current value: 100 [2021-01-15T22:50:26.832Z] file_header: OK [2021-01-15T22:50:26.832Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T22:50:26.832Z] Statistics: [2021-01-15T22:50:26.832Z] Hnuu...uuuununununu... [2021-01-15T22:50:26.832Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T22:50:27.529Z] provisioning config files... [2021-01-15T22:50:27.548Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7374937522202722422tmp [Pipeline] { [Pipeline] echo [2021-01-15T22:50:27.627Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:50:27.929Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T22:50:27.942Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T22:50:28.040Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:50:28.347Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T22:50:28.359Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:50:28.807Z] ---> sudo-logs.sh [2021-01-15T22:50:28.808Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T22:50:28.827Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:50:29.199Z] ---> job-cost.sh [2021-01-15T22:50:29.199Z] lf-activate-venv: SKIPPING [2021-01-15T22:50:29.199Z] INFO: No Stack... [2021-01-15T22:50:30.187Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T22:50:30.769Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T22:50:30.784Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:50:31.081Z] ---> logs-deploy.sh [2021-01-15T22:50:31.081Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/75 [2021-01-15T22:50:31.081Z] INFO: archiving workspace using pattern(s): [2021-01-15T22:50:33.011Z] Archives upload complete. [2021-01-15T22:50:33.011Z] INFO: archiving logs to Nexus