Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dfdcab1906173d774c93bfd0eabb9c40e2e95477 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3678 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 dfdcab1906173d774c93bfd0eabb9c40e2e95477 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f dfdcab1906173d774c93bfd0eabb9c40e2e95477 # timeout=10 Commit message: "feat: Add secure MessageBus capability (#243)" > git rev-list --no-walk 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-07T21:54:06.694Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-07T21:54:06.814Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-07T21:54:06.859Z] ========================================================= [2021-05-07T21:54:06.859Z] EdgeX Global Pipelines Version Info [2021-05-07T21:54:06.859Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-07T21:54:08.503Z] ------------------- [2021-05-07T21:54:08.504Z] stable info: [2021-05-07T21:54:08.504Z] ------------------- [2021-05-07T21:54:08.504Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-07T21:54:08.504Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T21:54:08.504Z] Message: update stable to v1.0.191 [2021-05-07T21:54:09.450Z] ------------------- [2021-05-07T21:54:09.450Z] experimental info: [2021-05-07T21:54:09.450Z] ------------------- [2021-05-07T21:54:09.450Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-07T21:54:09.450Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T21:54:09.450Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-07T21:54:09.582Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-05-07T21:54:09.606Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-05-07T21:54:09.629Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-07T21:54:09.669Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-07T21:54:09.691Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-07T21:54:09.713Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-07T21:54:09.736Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-07T21:54:09.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-07T21:54:09.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-07T21:54:09.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-07T21:54:09.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-07T21:54:09.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-05-07T21:54:09.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-07T21:54:09.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-07T21:54:09.944Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T21:54:09.986Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T21:54:10.012Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T21:54:10.034Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T21:54:10.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-07T21:54:10.100Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-07T21:54:10.122Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-07T21:54:10.144Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-07T21:54:10.166Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-07T21:54:10.207Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-07T21:54:10.231Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-07T21:54:10.253Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-07T21:54:10.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-07T21:54:10.315Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-07T21:54:10.339Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-07T21:54:10.361Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dfdcab1906173d774c93bfd0eabb9c40e2e95477 [Pipeline] echo [2021-05-07T21:54:10.384Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dfdcab1 [Pipeline] echo [2021-05-07T21:54:10.424Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T21:54:10.497Z] provisioning config files... [2021-05-07T21:54:10.529Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8066764457423171876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T21:54:10.861Z] ---> docker-login.sh [2021-05-07T21:54:10.861Z] nexus3.edgexfoundry.org:10001 [2021-05-07T21:54:11.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:54:11.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:54:11.395Z] Configure a credential helper to remove this warning. See [2021-05-07T21:54:11.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:54:11.395Z] [2021-05-07T21:54:11.395Z] Login Succeeded [2021-05-07T21:54:11.395Z] nexus3.edgexfoundry.org:10002 [2021-05-07T21:54:11.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:54:11.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:54:11.667Z] Configure a credential helper to remove this warning. See [2021-05-07T21:54:11.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:54:11.667Z] [2021-05-07T21:54:11.667Z] Login Succeeded [2021-05-07T21:54:11.667Z] nexus3.edgexfoundry.org:10003 [2021-05-07T21:54:11.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:54:11.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:54:11.668Z] Configure a credential helper to remove this warning. See [2021-05-07T21:54:11.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:54:11.668Z] [2021-05-07T21:54:11.668Z] Login Succeeded [2021-05-07T21:54:11.668Z] nexus3.edgexfoundry.org:10004 [2021-05-07T21:54:11.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:54:11.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:54:11.933Z] Configure a credential helper to remove this warning. See [2021-05-07T21:54:11.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:54:11.933Z] [2021-05-07T21:54:11.933Z] Login Succeeded [2021-05-07T21:54:11.933Z] docker.io [2021-05-07T21:54:12.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:54:12.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:54:12.463Z] Configure a credential helper to remove this warning. See [2021-05-07T21:54:12.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:54:12.463Z] [2021-05-07T21:54:12.463Z] Login Succeeded [2021-05-07T21:54:12.463Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T21:54:12.476Z] 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-05-07T21:54:12.961Z] + git log --format=format:%s -1 dfdcab1906173d774c93bfd0eabb9c40e2e95477 [Pipeline] echo [2021-05-07T21:54:13.045Z] GIT_COMMIT: dfdcab1906173d774c93bfd0eabb9c40e2e95477, Commit Message: feat: Add secure MessageBus capability (#243) [Pipeline] echo [2021-05-07T21:54:13.058Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:54:13.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T21:54:13.995Z] [2021-05-07T21:54:13.995Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:54:14.330Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T21:54:14.330Z] latest: Pulling from edgex-devops/git-semver [2021-05-07T21:54:14.330Z] 31603596830f: Pulling fs layer [2021-05-07T21:54:14.330Z] 54011a49482f: Pulling fs layer [2021-05-07T21:54:14.330Z] a6820b24f6d8: Pulling fs layer [2021-05-07T21:54:14.330Z] f581987b2513: Pulling fs layer [2021-05-07T21:54:14.330Z] f581987b2513: Waiting [2021-05-07T21:54:14.330Z] 54011a49482f: Verifying Checksum [2021-05-07T21:54:14.330Z] 54011a49482f: Download complete [2021-05-07T21:54:14.610Z] 31603596830f: Verifying Checksum [2021-05-07T21:54:14.610Z] 31603596830f: Download complete [2021-05-07T21:54:14.610Z] f581987b2513: Verifying Checksum [2021-05-07T21:54:14.610Z] f581987b2513: Download complete [2021-05-07T21:54:14.610Z] a6820b24f6d8: Verifying Checksum [2021-05-07T21:54:14.610Z] a6820b24f6d8: Download complete [2021-05-07T21:54:14.873Z] 31603596830f: Pull complete [2021-05-07T21:54:15.136Z] 54011a49482f: Pull complete [2021-05-07T21:54:16.083Z] a6820b24f6d8: Pull complete [2021-05-07T21:54:16.083Z] f581987b2513: Pull complete [2021-05-07T21:54:16.083Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-07T21:54:16.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T21:54:16.083Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-07T21:54:16.192Z] prd-centos7-docker-4c-2g-3678 does not seem to be running inside a container [2021-05-07T21:54:16.243Z] $ 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-05-07T21:54:18.470Z] $ docker top 6eadf0496031cdf134b57b106c77cc8242ad30c5a3ca81f897edb757eadddcdd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T21:54:18.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T21:54:18.641Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T21:54:18.868Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T21:54:18.873Z] $ docker exec 6eadf0496031cdf134b57b106c77cc8242ad30c5a3ca81f897edb757eadddcdd ssh-agent [2021-05-07T21:54:19.046Z] SSH_AUTH_SOCK=/tmp/ssh-ZfkvdaoHp7eF/agent.11 [2021-05-07T21:54:19.046Z] SSH_AGENT_PID=16 [2021-05-07T21:54:19.058Z] Running ssh-add (command line suppressed) [2021-05-07T21:54:19.180Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5138956387056685908.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5138956387056685908.key) [2021-05-07T21:54:19.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T21:54:19.541Z] + git tag --points-at HEAD [Pipeline] } [2021-05-07T21:54:19.564Z] $ docker exec --env ******** --env ******** 6eadf0496031cdf134b57b106c77cc8242ad30c5a3ca81f897edb757eadddcdd ssh-agent -k [2021-05-07T21:54:19.684Z] unset SSH_AUTH_SOCK; [2021-05-07T21:54:19.684Z] unset SSH_AGENT_PID; [2021-05-07T21:54:19.684Z] echo Agent pid 16 killed; [2021-05-07T21:54:19.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-07T21:54:19.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T21:54:19.770Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T21:54:19.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T21:54:19.955Z] $ docker exec 6eadf0496031cdf134b57b106c77cc8242ad30c5a3ca81f897edb757eadddcdd ssh-agent [2021-05-07T21:54:20.120Z] SSH_AUTH_SOCK=/tmp/ssh-Kr86ZuHWNPdk/agent.46 [2021-05-07T21:54:20.120Z] SSH_AGENT_PID=52 [2021-05-07T21:54:20.128Z] Running ssh-add (command line suppressed) [2021-05-07T21:54:20.251Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_406843742551992379.key (/w/workspace/_app-service-configurable_master@tmp/private_key_406843742551992379.key) [2021-05-07T21:54:20.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T21:54:20.618Z] + git semver init [2021-05-07T21:54:20.618Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T21:54:20.618Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-07T21:54:20.618Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-07T21:54:20.618Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T21:54:20.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T21:54:20.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T21:54:20.618Z] # $SEMVER_BRANCH = master [2021-05-07T21:54:20.618Z] # $SEMVER_TEMP = /tmp/semver-901037011 [2021-05-07T21:54:20.618Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-05-07T21:54:21.193Z] # '/tmp/semver-901037011' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-05-07T21:54:21.193Z] # -> Force: false [2021-05-07T21:54:21.193Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-05-07T21:54:21.207Z] $ docker exec --env ******** --env ******** 6eadf0496031cdf134b57b106c77cc8242ad30c5a3ca81f897edb757eadddcdd ssh-agent -k [2021-05-07T21:54:21.331Z] unset SSH_AUTH_SOCK; [2021-05-07T21:54:21.331Z] unset SSH_AGENT_PID; [2021-05-07T21:54:21.331Z] echo Agent pid 52 killed; [2021-05-07T21:54:21.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T21:54:21.712Z] + git semver [Pipeline] } [2021-05-07T21:54:21.730Z] $ docker stop --time=1 6eadf0496031cdf134b57b106c77cc8242ad30c5a3ca81f897edb757eadddcdd [2021-05-07T21:54:23.286Z] $ docker rm -f 6eadf0496031cdf134b57b106c77cc8242ad30c5a3ca81f897edb757eadddcdd [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T21:54:23.688Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-07T21:54:24.029Z] Stashed 1 file(s) [Pipeline] echo [2021-05-07T21:54:24.031Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.36 [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-05-07T21:54:39.230Z] Still waiting to schedule task [2021-05-07T21:54:39.230Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-07T21:54:39.233Z] Still waiting to schedule task [2021-05-07T21:54:39.233Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-07T21:56:34.328Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3679 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-05-07T21:56:34.347Z] Running in /w/workspace/app-service-configurable/106 [Pipeline] { [Pipeline] checkout [2021-05-07T21:56:40.238Z] using credential edgex-jenkins-ssh [2021-05-07T21:56:40.256Z] Cloning the remote Git repository [2021-05-07T21:56:40.309Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T21:56:40.424Z] > git init /w/workspace/app-service-configurable/106 # timeout=10 [2021-05-07T21:56:40.495Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T21:56:40.496Z] > git --version # timeout=10 [2021-05-07T21:56:40.511Z] > git --version # 'git version 2.17.1' [2021-05-07T21:56:40.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T21:56:40.595Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T21:56:41.461Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-07T21:56:41.479Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T21:56:41.507Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-07T21:56:41.546Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T21:56:41.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T21:56:41.562Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T21:56:42.002Z] Checking out Revision dfdcab1906173d774c93bfd0eabb9c40e2e95477 (master) [2021-05-07T21:56:42.016Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T21:56:42.030Z] > git checkout -f dfdcab1906173d774c93bfd0eabb9c40e2e95477 # timeout=10 [2021-05-07T21:56:46.280Z] Commit message: "feat: Add secure MessageBus capability (#243)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T21:56:47.426Z] Running on prd-centos7-docker-4c-2g-3680 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-05-07T21:56:47.679Z] Running in /w/workspace/app-service-configurable/106 [Pipeline] { [Pipeline] checkout [2021-05-07T21:56:47.978Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-07T21:56:48.401Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T21:56:48.747Z] + + truesudo service docker restart [2021-05-07T21:56:48.747Z] [2021-05-07T21:56:50.241Z] using credential edgex-jenkins-ssh [2021-05-07T21:56:50.254Z] Cloning the remote Git repository [2021-05-07T21:56:50.284Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T21:56:50.350Z] > git init /w/workspace/app-service-configurable/106 # timeout=10 [2021-05-07T21:56:50.422Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T21:56:50.422Z] > git --version # timeout=10 [2021-05-07T21:56:50.429Z] > git --version # 'git version 2.24.3' [2021-05-07T21:56:50.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T21:56:50.458Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T21:56:50.976Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-07T21:56:50.982Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T21:56:50.995Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-07T21:56:51.008Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T21:56:51.008Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T21:56:51.012Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T21:56:51.357Z] Checking out Revision dfdcab1906173d774c93bfd0eabb9c40e2e95477 (master) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T21:56:51.405Z] provisioning config files... [2021-05-07T21:56:51.454Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/106@tmp/config7611699928583732993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T21:56:51.848Z] ---> docker-login.sh [2021-05-07T21:56:51.848Z] nexus3.edgexfoundry.org:10001 [2021-05-07T21:56:51.365Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T21:56:51.369Z] > git checkout -f dfdcab1906173d774c93bfd0eabb9c40e2e95477 # timeout=10 [2021-05-07T21:56:52.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:53.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:53.145Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:53.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:53.145Z] [2021-05-07T21:56:53.145Z] Login Succeeded [2021-05-07T21:56:53.145Z] nexus3.edgexfoundry.org:10002 [2021-05-07T21:56:53.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:53.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:53.695Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:53.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:53.695Z] [2021-05-07T21:56:53.695Z] Login Succeeded [2021-05-07T21:56:53.695Z] nexus3.edgexfoundry.org:10003 [2021-05-07T21:56:53.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:54.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:54.244Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:54.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:54.244Z] [2021-05-07T21:56:54.244Z] Login Succeeded [2021-05-07T21:56:54.244Z] nexus3.edgexfoundry.org:10004 [2021-05-07T21:56:54.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:54.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:54.841Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:54.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:54.841Z] [2021-05-07T21:56:54.841Z] Login Succeeded [2021-05-07T21:56:54.841Z] docker.io [2021-05-07T21:56:55.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:55.163Z] Commit message: "feat: Add secure MessageBus capability (#243)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T21:56:55.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:55.710Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:55.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:55.710Z] [2021-05-07T21:56:55.710Z] Login Succeeded [2021-05-07T21:56:55.710Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T21:56:55.997Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-07T21:56:56.266Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo [2021-05-07T21:56:56.365Z] ========================================================= [2021-05-07T21:56:56.365Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-07T21:56:56.365Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:56:56.604Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T21:56:56.709Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-07T21:56:56.709Z] Sending build context to Docker daemon 92.67kB [2021-05-07T21:56:56.906Z] + sudo service docker restart [2021-05-07T21:56:56.906Z] + true [2021-05-07T21:56:56.906Z] Redirecting to /bin/systemctl restart docker.service [2021-05-07T21:56:56.984Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T21:56:56.985Z] Step 2/8 : FROM ${BASE} [2021-05-07T21:56:57.265Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-07T21:56:57.265Z] 595b0fe564bb: Pulling fs layer [2021-05-07T21:56:57.265Z] 7186ed65a4f7: Pulling fs layer [2021-05-07T21:56:57.265Z] 316046926c0a: Pulling fs layer [2021-05-07T21:56:57.265Z] 4ebd0625c992: Pulling fs layer [2021-05-07T21:56:57.265Z] 207e8628e3a3: Pulling fs layer [2021-05-07T21:56:57.265Z] c791037a9be2: Pulling fs layer [2021-05-07T21:56:57.265Z] ffd874e62e21: Pulling fs layer [2021-05-07T21:56:57.265Z] 4ebd0625c992: Waiting [2021-05-07T21:56:57.265Z] 207e8628e3a3: Waiting [2021-05-07T21:56:57.265Z] ffd874e62e21: Waiting [2021-05-07T21:56:57.265Z] c791037a9be2: Waiting [2021-05-07T21:56:57.265Z] 316046926c0a: Verifying Checksum [2021-05-07T21:56:57.265Z] 316046926c0a: Download complete [2021-05-07T21:56:57.265Z] 7186ed65a4f7: Verifying Checksum [2021-05-07T21:56:57.265Z] 7186ed65a4f7: Download complete [2021-05-07T21:56:57.265Z] 207e8628e3a3: Download complete [2021-05-07T21:56:57.265Z] c791037a9be2: Verifying Checksum [2021-05-07T21:56:57.265Z] c791037a9be2: Download complete [2021-05-07T21:56:57.265Z] 595b0fe564bb: Verifying Checksum [2021-05-07T21:56:57.265Z] 595b0fe564bb: Download complete [2021-05-07T21:56:57.865Z] 595b0fe564bb: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T21:56:57.893Z] provisioning config files... [2021-05-07T21:56:57.922Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/106@tmp/config8843459568166024346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T21:56:58.265Z] ---> docker-login.sh [2021-05-07T21:56:58.265Z] nexus3.edgexfoundry.org:10001 [2021-05-07T21:56:58.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:58.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:58.533Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:58.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:58.533Z] [2021-05-07T21:56:58.533Z] Login Succeeded [2021-05-07T21:56:58.533Z] nexus3.edgexfoundry.org:10002 [2021-05-07T21:56:58.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:58.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:58.797Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:58.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:58.797Z] [2021-05-07T21:56:58.797Z] Login Succeeded [2021-05-07T21:56:58.797Z] nexus3.edgexfoundry.org:10003 [2021-05-07T21:56:58.858Z] 7186ed65a4f7: Pull complete [2021-05-07T21:56:59.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:59.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:59.060Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:59.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:59.060Z] [2021-05-07T21:56:59.060Z] Login Succeeded [2021-05-07T21:56:59.060Z] nexus3.edgexfoundry.org:10004 [2021-05-07T21:56:59.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:59.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:59.060Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:59.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:59.060Z] [2021-05-07T21:56:59.060Z] Login Succeeded [2021-05-07T21:56:59.060Z] docker.io [2021-05-07T21:56:59.132Z] 316046926c0a: Pull complete [2021-05-07T21:56:59.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:56:59.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:56:59.586Z] Configure a credential helper to remove this warning. See [2021-05-07T21:56:59.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:56:59.586Z] [2021-05-07T21:56:59.586Z] Login Succeeded [2021-05-07T21:56:59.586Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T21:56:59.598Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-07T21:56:59.729Z] ffd874e62e21: Verifying Checksum [2021-05-07T21:56:59.729Z] ffd874e62e21: Download complete [Pipeline] echo [2021-05-07T21:56:59.788Z] ========================================================= [2021-05-07T21:56:59.788Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-07T21:56:59.788Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:57:00.100Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-07T21:57:00.100Z] Sending build context to Docker daemon 92.67kB [2021-05-07T21:57:00.100Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T21:57:00.100Z] Step 2/8 : FROM ${BASE} [2021-05-07T21:57:00.100Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-07T21:57:00.100Z] 540db60ca938: Pulling fs layer [2021-05-07T21:57:00.100Z] adcc1eea9eea: Pulling fs layer [2021-05-07T21:57:00.100Z] 4c4ab2625f07: Pulling fs layer [2021-05-07T21:57:00.100Z] 0510c868ecb4: Pulling fs layer [2021-05-07T21:57:00.100Z] afea3b2eda06: Pulling fs layer [2021-05-07T21:57:00.100Z] 7809a108b3ef: Pulling fs layer [2021-05-07T21:57:00.100Z] f706445af74f: Pulling fs layer [2021-05-07T21:57:00.100Z] afea3b2eda06: Waiting [2021-05-07T21:57:00.100Z] 7809a108b3ef: Waiting [2021-05-07T21:57:00.100Z] f706445af74f: Waiting [2021-05-07T21:57:00.100Z] 0510c868ecb4: Waiting [2021-05-07T21:57:00.363Z] 4c4ab2625f07: Verifying Checksum [2021-05-07T21:57:00.363Z] 4c4ab2625f07: Download complete [2021-05-07T21:57:00.363Z] adcc1eea9eea: Verifying Checksum [2021-05-07T21:57:00.363Z] adcc1eea9eea: Download complete [2021-05-07T21:57:00.363Z] afea3b2eda06: Verifying Checksum [2021-05-07T21:57:00.363Z] afea3b2eda06: Download complete [2021-05-07T21:57:00.363Z] 7809a108b3ef: Verifying Checksum [2021-05-07T21:57:00.363Z] 7809a108b3ef: Download complete [2021-05-07T21:57:00.363Z] 540db60ca938: Verifying Checksum [2021-05-07T21:57:00.363Z] 540db60ca938: Download complete [2021-05-07T21:57:00.627Z] 540db60ca938: Pull complete [2021-05-07T21:57:00.888Z] adcc1eea9eea: Pull complete [2021-05-07T21:57:00.888Z] 4c4ab2625f07: Pull complete [2021-05-07T21:57:01.718Z] 4ebd0625c992: Verifying Checksum [2021-05-07T21:57:01.718Z] 4ebd0625c992: Download complete [2021-05-07T21:57:02.824Z] f706445af74f: Verifying Checksum [2021-05-07T21:57:02.824Z] f706445af74f: Download complete [2021-05-07T21:57:03.405Z] 0510c868ecb4: Verifying Checksum [2021-05-07T21:57:03.405Z] 0510c868ecb4: Download complete [2021-05-07T21:57:08.748Z] 0510c868ecb4: Pull complete [2021-05-07T21:57:08.748Z] afea3b2eda06: Pull complete [2021-05-07T21:57:09.014Z] 7809a108b3ef: Pull complete [2021-05-07T21:57:11.893Z] 4ebd0625c992: Pull complete [2021-05-07T21:57:11.893Z] 207e8628e3a3: Pull complete [2021-05-07T21:57:12.167Z] c791037a9be2: Pull complete [2021-05-07T21:57:15.639Z] f706445af74f: Pull complete [2021-05-07T21:57:15.640Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-07T21:57:15.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-07T21:57:15.640Z] ---> b068be0155e3 [2021-05-07T21:57:15.640Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-07T21:57:16.479Z] ffd874e62e21: Pull complete [2021-05-07T21:57:16.479Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-07T21:57:16.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-07T21:57:16.479Z] ---> cfc18b08335c [2021-05-07T21:57:16.479Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-07T21:57:16.591Z] ---> Running in 0615ab49f716 [2021-05-07T21:57:16.860Z] Removing intermediate container 0615ab49f716 [2021-05-07T21:57:16.860Z] ---> ede0f10c5adb [2021-05-07T21:57:16.860Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T21:57:16.860Z] ---> Running in 1c856740dcf1 [2021-05-07T21:57:18.255Z] Removing intermediate container 1c856740dcf1 [2021-05-07T21:57:18.255Z] ---> 258c8b3ec473 [2021-05-07T21:57:18.255Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-07T21:57:18.255Z] ---> Running in 9705a6f28dd8 [2021-05-07T21:57:18.831Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T21:57:19.110Z] ---> Running in 18c709e79f6c [2021-05-07T21:57:19.110Z] Removing intermediate container 18c709e79f6c [2021-05-07T21:57:19.110Z] ---> 4dcbecb77dcc [2021-05-07T21:57:19.110Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T21:57:19.385Z] ---> Running in bf1f49e7981f [2021-05-07T21:57:19.778Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T21:57:20.355Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-07T21:57:20.355Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-07T21:57:20.619Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-07T21:57:20.619Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-07T21:57:20.619Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-07T21:57:20.882Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-07T21:57:20.882Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T21:57:20.882Z] OK: 150 MiB in 46 packages [2021-05-07T21:57:21.832Z] Removing intermediate container 9705a6f28dd8 [2021-05-07T21:57:21.832Z] ---> 197204c10f4b [2021-05-07T21:57:21.832Z] Step 6/8 : WORKDIR /app [2021-05-07T21:57:21.832Z] ---> Running in 7298402db61d [2021-05-07T21:57:21.832Z] Removing intermediate container 7298402db61d [2021-05-07T21:57:21.832Z] ---> 354ff322c2d4 [2021-05-07T21:57:21.832Z] Step 7/8 : COPY . . [2021-05-07T21:57:22.022Z] Removing intermediate container bf1f49e7981f [2021-05-07T21:57:22.022Z] ---> 0d7c7bb66647 [2021-05-07T21:57:22.022Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-07T21:57:22.022Z] ---> Running in e16a93539a45 [2021-05-07T21:57:22.095Z] ---> beb2f2cbf11e [2021-05-07T21:57:22.095Z] Step 8/8 : RUN go mod download [2021-05-07T21:57:22.360Z] ---> Running in c6bf9908338e [2021-05-07T21:57:23.003Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T21:57:23.982Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T21:57:24.576Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-07T21:57:24.576Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-07T21:57:24.576Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-07T21:57:24.848Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-07T21:57:24.848Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-07T21:57:25.125Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-07T21:57:25.125Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T21:57:25.125Z] OK: 139 MiB in 46 packages [2021-05-07T21:57:26.573Z] Removing intermediate container e16a93539a45 [2021-05-07T21:57:26.573Z] ---> e557820fd8d6 [2021-05-07T21:57:26.573Z] Step 6/8 : WORKDIR /app [2021-05-07T21:57:26.573Z] ---> Running in 8b7562014a16 [2021-05-07T21:57:27.171Z] Removing intermediate container 8b7562014a16 [2021-05-07T21:57:27.171Z] ---> 222a8974ddb4 [2021-05-07T21:57:27.171Z] Step 7/8 : COPY . . [2021-05-07T21:57:27.767Z] ---> c16389ca2f1a [2021-05-07T21:57:27.767Z] Step 8/8 : RUN go mod download [2021-05-07T21:57:28.044Z] ---> Running in 7fda71c3a880 [2021-05-07T21:57:44.372Z] Removing intermediate container c6bf9908338e [2021-05-07T21:57:44.372Z] ---> 277c3a013e75 [2021-05-07T21:57:44.372Z] Successfully built 277c3a013e75 [2021-05-07T21:57:44.372Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:57:44.692Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T21:57:44.692Z] . [Pipeline] withDockerContainer [2021-05-07T21:57:44.802Z] prd-centos7-docker-4c-2g-3680 does not seem to be running inside a container [2021-05-07T21:57:44.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/106 -v /w/workspace/app-service-configurable/106:/w/workspace/app-service-configurable/106:rw,z -v /w/workspace/app-service-configurable/106@tmp:/w/workspace/app-service-configurable/106@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-05-07T21:57:45.654Z] $ docker top 22f902a3d006ec52216c4e232b9faa2461511638f87f63bbcf55c68532ea0a18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T21:57:46.084Z] + go version [2021-05-07T21:57:46.084Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-07T21:57:46.100Z] $ docker stop --time=1 22f902a3d006ec52216c4e232b9faa2461511638f87f63bbcf55c68532ea0a18 [2021-05-07T21:57:47.444Z] $ docker rm -f 22f902a3d006ec52216c4e232b9faa2461511638f87f63bbcf55c68532ea0a18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:57:47.964Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T21:57:47.964Z] . [Pipeline] withDockerContainer [2021-05-07T21:57:48.064Z] prd-centos7-docker-4c-2g-3680 does not seem to be running inside a container [2021-05-07T21:57:48.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/106 -v /w/workspace/app-service-configurable/106:/w/workspace/app-service-configurable/106:rw,z -v /w/workspace/app-service-configurable/106@tmp:/w/workspace/app-service-configurable/106@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-05-07T21:57:48.736Z] $ docker top da4e601326de8df79679035ca377db0ae65776a645ff083217b2603204519196 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T21:57:49.135Z] + go mod tidy [Pipeline] sh [2021-05-07T21:57:50.015Z] + make test [2021-05-07T21:57:50.015Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-07T21:57:54.834Z] Removing intermediate container 7fda71c3a880 [2021-05-07T21:57:54.834Z] ---> e1bd6273c580 [2021-05-07T21:57:54.834Z] Successfully built e1bd6273c580 [2021-05-07T21:57:54.834Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:57:55.176Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T21:57:55.176Z] . [Pipeline] withDockerContainer [2021-05-07T21:57:55.408Z] prd-ubuntu18.04-docker-arm64-4c-16g-3679 does not seem to be running inside a container [2021-05-07T21:57:55.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/106 -v /w/workspace/app-service-configurable/106:/w/workspace/app-service-configurable/106:rw,z -v /w/workspace/app-service-configurable/106@tmp:/w/workspace/app-service-configurable/106@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-arm64 cat [2021-05-07T21:57:56.868Z] $ docker top dcd9a1466aaa1cccb30f7755954291010c30a3c50a6fabbf8ad711be5bffc159 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T21:57:57.781Z] + go version [2021-05-07T21:57:57.781Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-07T21:57:57.805Z] $ docker stop --time=1 dcd9a1466aaa1cccb30f7755954291010c30a3c50a6fabbf8ad711be5bffc159 [2021-05-07T21:57:59.728Z] $ docker rm -f dcd9a1466aaa1cccb30f7755954291010c30a3c50a6fabbf8ad711be5bffc159 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:00.428Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T21:58:00.428Z] . [Pipeline] withDockerContainer [2021-05-07T21:58:00.687Z] prd-ubuntu18.04-docker-arm64-4c-16g-3679 does not seem to be running inside a container [2021-05-07T21:58:00.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/106 -v /w/workspace/app-service-configurable/106:/w/workspace/app-service-configurable/106:rw,z -v /w/workspace/app-service-configurable/106@tmp:/w/workspace/app-service-configurable/106@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-arm64 cat [2021-05-07T21:58:02.281Z] $ docker top 385f60bb52679ef4ec729e0382632e86a1ef635c1e9e47a92903ffcfc98bee29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T21:58:03.242Z] + go mod tidy [Pipeline] sh [2021-05-07T21:58:04.516Z] + make test [2021-05-07T21:58:04.516Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-07T21:58:08.276Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-07T21:58:08.276Z] CGO_ENABLED=1 go vet ./... [2021-05-07T21:58:13.999Z] gofmt -l . [2021-05-07T21:58:13.999Z] [ "`gofmt -l .`" = "" ] [2021-05-07T21:58:13.999Z] ./bin/test-go-mod-tidy.sh [2021-05-07T21:58:13.999Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-07T21:58:14.591Z] $ docker stop --time=1 da4e601326de8df79679035ca377db0ae65776a645ff083217b2603204519196 [2021-05-07T21:58:16.999Z] $ docker rm -f da4e601326de8df79679035ca377db0ae65776a645ff083217b2603204519196 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T21:58:17.500Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-07T21:58:17.819Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-07T21:58:20.231Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-07T21:58:20.534Z] + ls -al . [2021-05-07T21:58:20.534Z] total 92 [2021-05-07T21:58:20.534Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 7 21:58 . [2021-05-07T21:58:20.534Z] drwxrwxr-x. 4 jenkins jenkins 32 May 7 21:56 .. [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 7306 May 7 21:56 Attribution.txt [2021-05-07T21:58:20.534Z] drwxrwxr-x. 2 jenkins jenkins 64 May 7 21:56 bin [2021-05-07T21:58:20.534Z] -rw-r--r--. 1 jenkins jenkins 10 May 7 21:57 coverage.out [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 2032 May 7 21:56 Dockerfile [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 970 May 7 21:56 Dockerfile.build [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 119 May 7 21:56 .dockerignore [2021-05-07T21:58:20.534Z] drwxrwxr-x. 8 jenkins jenkins 162 May 7 21:56 .git [2021-05-07T21:58:20.534Z] drwxrwxr-x. 2 jenkins jenkins 81 May 7 21:56 .github [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 111 May 7 21:56 .gitignore [2021-05-07T21:58:20.534Z] -rw-r--r--. 1 jenkins jenkins 136 May 7 21:58 go.mod [2021-05-07T21:58:20.534Z] -rw-r--r--. 1 jenkins jenkins 20986 May 7 21:57 go.sum [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 687 May 7 21:56 Jenkinsfile [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 7 21:56 LICENSE [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 1460 May 7 21:56 main.go [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 1595 May 7 21:56 makefile [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 3230 May 7 21:56 README.md [2021-05-07T21:58:20.534Z] drwxrwxr-x. 8 jenkins jenkins 122 May 7 21:56 res [2021-05-07T21:58:20.534Z] drwxrwxr-x. 4 jenkins jenkins 71 May 7 21:56 snap [2021-05-07T21:58:20.534Z] -rw-rw-r--. 1 jenkins jenkins 12 May 7 21:54 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:20.842Z] + 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=dfdcab1906173d774c93bfd0eabb9c40e2e95477 --label arch=amd64 --label version=2.0.0-dev.36 . [2021-05-07T21:58:20.842Z] Sending build context to Docker daemon 116.2kB [2021-05-07T21:58:20.842Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T21:58:20.842Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-07T21:58:20.842Z] ---> 277c3a013e75 [2021-05-07T21:58:20.843Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-07T21:58:21.105Z] ---> Running in caf8b318cc00 [2021-05-07T21:58:21.105Z] Removing intermediate container caf8b318cc00 [2021-05-07T21:58:21.105Z] ---> e4010bc62792 [2021-05-07T21:58:21.105Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-07T21:58:21.105Z] ---> Running in fa13f9c7bc9d [2021-05-07T21:58:21.368Z] Removing intermediate container fa13f9c7bc9d [2021-05-07T21:58:21.368Z] ---> 8c409766bd38 [2021-05-07T21:58:21.368Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-07T21:58:21.368Z] ---> Running in 2d81243684fe [2021-05-07T21:58:21.631Z] Removing intermediate container 2d81243684fe [2021-05-07T21:58:21.631Z] ---> 0526b82a242f [2021-05-07T21:58:21.631Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T21:58:21.631Z] ---> Running in 14c3c349e223 [2021-05-07T21:58:23.034Z] Removing intermediate container 14c3c349e223 [2021-05-07T21:58:23.034Z] ---> e50c7546812b [2021-05-07T21:58:23.034Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-07T21:58:23.034Z] ---> Running in 89e6c082179c [2021-05-07T21:58:23.297Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T21:58:24.689Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T21:58:25.637Z] OK: 150 MiB in 46 packages [2021-05-07T21:58:25.903Z] Removing intermediate container 89e6c082179c [2021-05-07T21:58:25.903Z] ---> 6307263a3235 [2021-05-07T21:58:25.903Z] Step 8/27 : WORKDIR /app [2021-05-07T21:58:26.167Z] ---> Running in 22d3872fc28a [2021-05-07T21:58:26.167Z] Removing intermediate container 22d3872fc28a [2021-05-07T21:58:26.167Z] ---> 312649b73ef4 [2021-05-07T21:58:26.167Z] Step 9/27 : COPY go.mod . [2021-05-07T21:58:26.429Z] ---> b3eda257ba01 [2021-05-07T21:58:26.429Z] Step 10/27 : RUN go mod download [2021-05-07T21:58:26.694Z] ---> Running in 9440b5a0704f [2021-05-07T21:58:27.643Z] Removing intermediate container 9440b5a0704f [2021-05-07T21:58:27.643Z] ---> acf7f601a291 [2021-05-07T21:58:27.643Z] Step 11/27 : COPY . . [2021-05-07T21:58:27.643Z] ---> e1bfc7fa666a [2021-05-07T21:58:27.643Z] Step 12/27 : ARG MAKE="make build" [2021-05-07T21:58:27.913Z] ---> Running in 3a4920414b92 [2021-05-07T21:58:27.913Z] Removing intermediate container 3a4920414b92 [2021-05-07T21:58:27.913Z] ---> 5f322d0c586f [2021-05-07T21:58:27.913Z] Step 13/27 : RUN $MAKE [2021-05-07T21:58:27.913Z] ---> Running in 218bb02ab3cd [2021-05-07T21:58:28.492Z] go mod tidy [2021-05-07T21:58:28.492Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.36" -o app-service-configurable [2021-05-07T21:58:43.513Z] Removing intermediate container 218bb02ab3cd [2021-05-07T21:58:43.513Z] ---> 90358a411948 [2021-05-07T21:58:43.513Z] Step 14/27 : FROM alpine:3.12 [2021-05-07T21:58:43.513Z] 3.12: Pulling from library/alpine [2021-05-07T21:58:43.513Z] 339de151aab4: Pulling fs layer [2021-05-07T21:58:43.779Z] 339de151aab4: Verifying Checksum [2021-05-07T21:58:43.779Z] 339de151aab4: Download complete [2021-05-07T21:58:43.779Z] 339de151aab4: Pull complete [2021-05-07T21:58:44.043Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T21:58:44.043Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T21:58:44.043Z] ---> 13621d1b12d4 [2021-05-07T21:58:44.043Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-07T21:58:44.043Z] ---> Running in f173a85fc8ae [2021-05-07T21:58:44.306Z] Removing intermediate container f173a85fc8ae [2021-05-07T21:58:44.306Z] ---> 249ba6db5885 [2021-05-07T21:58:44.306Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-07T21:58:44.306Z] ---> Running in d1b164482965 [2021-05-07T21:58:44.882Z] Removing intermediate container d1b164482965 [2021-05-07T21:58:44.882Z] ---> a0b10492f107 [2021-05-07T21:58:44.882Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-07T21:58:44.882Z] ---> Running in d0961215defc [2021-05-07T21:58:45.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T21:58:45.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T21:58:45.731Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-07T21:58:45.731Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-07T21:58:45.731Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-07T21:58:45.731Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-07T21:58:45.731Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-07T21:58:45.731Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-07T21:58:45.731Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-07T21:58:45.731Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T21:58:45.731Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T21:58:45.993Z] OK: 9 MiB in 21 packages [2021-05-07T21:58:46.940Z] Removing intermediate container d0961215defc [2021-05-07T21:58:46.940Z] ---> 3af49caeb9eb [2021-05-07T21:58:46.940Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-07T21:58:46.940Z] ---> f1d71492c5ab [2021-05-07T21:58:46.940Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-07T21:58:47.207Z] ---> 972a90dd160c [2021-05-07T21:58:47.207Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-07T21:58:47.470Z] ---> a126f4a6f7f5 [2021-05-07T21:58:47.470Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-07T21:58:48.045Z] ---> 8f277e59bb4f [2021-05-07T21:58:48.045Z] Step 22/27 : EXPOSE 48095 [2021-05-07T21:58:48.307Z] ---> Running in 3fd52b1b550e [2021-05-07T21:58:48.307Z] Removing intermediate container 3fd52b1b550e [2021-05-07T21:58:48.307Z] ---> bd150b87206e [2021-05-07T21:58:48.307Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-07T21:58:48.571Z] ---> Running in 8e9f59d0c4f0 [2021-05-07T21:58:48.833Z] Removing intermediate container 8e9f59d0c4f0 [2021-05-07T21:58:48.833Z] ---> 991381ff5027 [2021-05-07T21:58:48.833Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T21:58:48.833Z] ---> Running in 16805bb58c19 [2021-05-07T21:58:49.098Z] Removing intermediate container 16805bb58c19 [2021-05-07T21:58:49.098Z] ---> b87e97fdbea9 [2021-05-07T21:58:49.098Z] Step 25/27 : LABEL arch=amd64 [2021-05-07T21:58:49.098Z] ---> Running in ab68d437b8c3 [2021-05-07T21:58:49.360Z] Removing intermediate container ab68d437b8c3 [2021-05-07T21:58:49.360Z] ---> 16a824ba904b [2021-05-07T21:58:49.360Z] Step 26/27 : LABEL git_sha=dfdcab1906173d774c93bfd0eabb9c40e2e95477 [2021-05-07T21:58:49.360Z] ---> Running in 7b0e117cd759 [2021-05-07T21:58:49.637Z] Removing intermediate container 7b0e117cd759 [2021-05-07T21:58:49.637Z] ---> be8cccfe5b0a [2021-05-07T21:58:49.637Z] Step 27/27 : LABEL version=2.0.0-dev.36 [2021-05-07T21:58:49.637Z] ---> Running in 70dfdd3131d2 [2021-05-07T21:58:49.899Z] Removing intermediate container 70dfdd3131d2 [2021-05-07T21:58:49.899Z] ---> ec15bb6da853 [2021-05-07T21:58:49.899Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-07T21:58:49.899Z] Successfully built ec15bb6da853 [2021-05-07T21:58:49.899Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T21:58:50.035Z] provisioning config files... [2021-05-07T21:58:50.091Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/106@tmp/config1567341966671269122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T21:58:50.429Z] ---> docker-login.sh [2021-05-07T21:58:50.429Z] nexus3.edgexfoundry.org:10001 [2021-05-07T21:58:50.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:58:50.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:58:50.691Z] Configure a credential helper to remove this warning. See [2021-05-07T21:58:50.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:58:50.691Z] [2021-05-07T21:58:50.691Z] Login Succeeded [2021-05-07T21:58:50.691Z] nexus3.edgexfoundry.org:10002 [2021-05-07T21:58:50.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:58:50.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:58:50.691Z] Configure a credential helper to remove this warning. See [2021-05-07T21:58:50.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:58:50.691Z] [2021-05-07T21:58:50.691Z] Login Succeeded [2021-05-07T21:58:50.691Z] nexus3.edgexfoundry.org:10003 [2021-05-07T21:58:50.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:58:50.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:58:50.954Z] Configure a credential helper to remove this warning. See [2021-05-07T21:58:50.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:58:50.954Z] [2021-05-07T21:58:50.954Z] Login Succeeded [2021-05-07T21:58:50.954Z] nexus3.edgexfoundry.org:10004 [2021-05-07T21:58:51.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:58:51.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:58:51.215Z] Configure a credential helper to remove this warning. See [2021-05-07T21:58:51.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:58:51.215Z] [2021-05-07T21:58:51.215Z] Login Succeeded [2021-05-07T21:58:51.215Z] docker.io [2021-05-07T21:58:51.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T21:58:51.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T21:58:51.477Z] Configure a credential helper to remove this warning. See [2021-05-07T21:58:51.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T21:58:51.477Z] [2021-05-07T21:58:51.477Z] Login Succeeded [2021-05-07T21:58:51.477Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T21:58:51.487Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-05-07T21:58:51.537Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [Pipeline] echo [2021-05-07T21:58:51.556Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-05-07T21:58:51.557Z] dfdcab1906173d774c93bfd0eabb9c40e2e95477 [2021-05-07T21:58:51.557Z] latest [2021-05-07T21:58:51.557Z] 2.0.0-dev.36 [2021-05-07T21:58:51.557Z] dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36 [2021-05-07T21:58:51.557Z] master [2021-05-07T21:58:51.557Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:51.813Z] CGO_ENABLED=1 go vet ./... [2021-05-07T21:58:51.923Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:dfdcab1906173d774c93bfd0eabb9c40e2e95477 [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:52.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:dfdcab1906173d774c93bfd0eabb9c40e2e95477 [2021-05-07T21:58:52.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T21:58:52.226Z] ff45720c260d: Preparing [2021-05-07T21:58:52.226Z] 3eddaadeaf3d: Preparing [2021-05-07T21:58:52.226Z] 4da236c067fa: Preparing [2021-05-07T21:58:52.226Z] 51b9174e03a8: Preparing [2021-05-07T21:58:52.226Z] 7025217b6e58: Preparing [2021-05-07T21:58:52.226Z] 32f366d666a5: Preparing [2021-05-07T21:58:52.226Z] 32f366d666a5: Waiting [2021-05-07T21:58:52.489Z] 3eddaadeaf3d: Pushed [2021-05-07T21:58:52.489Z] 4da236c067fa: Pushed [2021-05-07T21:58:52.489Z] 51b9174e03a8: Pushed [2021-05-07T21:58:52.489Z] 32f366d666a5: Layer already exists [2021-05-07T21:58:52.752Z] 7025217b6e58: Pushed [2021-05-07T21:58:53.698Z] ff45720c260d: Pushed [2021-05-07T21:58:53.698Z] dfdcab1906173d774c93bfd0eabb9c40e2e95477: digest: sha256:155a06f182129e674059952ffefd1c4985d1e4a94178ef81aa1aeda4c1c2b899 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:54.008Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:54.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-05-07T21:58:54.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T21:58:54.317Z] ff45720c260d: Preparing [2021-05-07T21:58:54.317Z] 3eddaadeaf3d: Preparing [2021-05-07T21:58:54.317Z] 4da236c067fa: Preparing [2021-05-07T21:58:54.317Z] 51b9174e03a8: Preparing [2021-05-07T21:58:54.317Z] 7025217b6e58: Preparing [2021-05-07T21:58:54.317Z] 32f366d666a5: Preparing [2021-05-07T21:58:54.317Z] 3eddaadeaf3d: Layer already exists [2021-05-07T21:58:54.317Z] 4da236c067fa: Layer already exists [2021-05-07T21:58:54.317Z] 51b9174e03a8: Layer already exists [2021-05-07T21:58:54.317Z] ff45720c260d: Layer already exists [2021-05-07T21:58:54.317Z] 7025217b6e58: Layer already exists [2021-05-07T21:58:54.317Z] 32f366d666a5: Layer already exists [2021-05-07T21:58:54.317Z] latest: digest: sha256:155a06f182129e674059952ffefd1c4985d1e4a94178ef81aa1aeda4c1c2b899 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:54.629Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.36 [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:54.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.36 [2021-05-07T21:58:54.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T21:58:54.933Z] ff45720c260d: Preparing [2021-05-07T21:58:54.933Z] 3eddaadeaf3d: Preparing [2021-05-07T21:58:54.933Z] 4da236c067fa: Preparing [2021-05-07T21:58:54.933Z] 51b9174e03a8: Preparing [2021-05-07T21:58:54.933Z] 7025217b6e58: Preparing [2021-05-07T21:58:54.933Z] 32f366d666a5: Preparing [2021-05-07T21:58:54.933Z] 32f366d666a5: Waiting [2021-05-07T21:58:54.933Z] ff45720c260d: Layer already exists [2021-05-07T21:58:54.933Z] 51b9174e03a8: Layer already exists [2021-05-07T21:58:54.933Z] 7025217b6e58: Layer already exists [2021-05-07T21:58:54.933Z] 4da236c067fa: Layer already exists [2021-05-07T21:58:54.933Z] 3eddaadeaf3d: Layer already exists [2021-05-07T21:58:54.933Z] 32f366d666a5: Layer already exists [2021-05-07T21:58:54.933Z] 2.0.0-dev.36: digest: sha256:155a06f182129e674059952ffefd1c4985d1e4a94178ef81aa1aeda4c1c2b899 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:55.242Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36 [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:55.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36 [2021-05-07T21:58:55.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T21:58:55.553Z] ff45720c260d: Preparing [2021-05-07T21:58:55.553Z] 3eddaadeaf3d: Preparing [2021-05-07T21:58:55.553Z] 4da236c067fa: Preparing [2021-05-07T21:58:55.553Z] 51b9174e03a8: Preparing [2021-05-07T21:58:55.553Z] 7025217b6e58: Preparing [2021-05-07T21:58:55.553Z] 32f366d666a5: Preparing [2021-05-07T21:58:55.553Z] 32f366d666a5: Waiting [2021-05-07T21:58:55.553Z] 7025217b6e58: Layer already exists [2021-05-07T21:58:55.553Z] ff45720c260d: Layer already exists [2021-05-07T21:58:55.553Z] 4da236c067fa: Layer already exists [2021-05-07T21:58:55.553Z] 51b9174e03a8: Layer already exists [2021-05-07T21:58:55.553Z] 3eddaadeaf3d: Layer already exists [2021-05-07T21:58:55.553Z] 32f366d666a5: Layer already exists [2021-05-07T21:58:55.553Z] dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36: digest: sha256:155a06f182129e674059952ffefd1c4985d1e4a94178ef81aa1aeda4c1c2b899 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:55.868Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:58:56.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-05-07T21:58:56.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T21:58:56.170Z] ff45720c260d: Preparing [2021-05-07T21:58:56.170Z] 3eddaadeaf3d: Preparing [2021-05-07T21:58:56.171Z] 4da236c067fa: Preparing [2021-05-07T21:58:56.171Z] 51b9174e03a8: Preparing [2021-05-07T21:58:56.171Z] 7025217b6e58: Preparing [2021-05-07T21:58:56.171Z] 32f366d666a5: Preparing [2021-05-07T21:58:56.171Z] 32f366d666a5: Waiting [2021-05-07T21:58:56.171Z] 7025217b6e58: Layer already exists [2021-05-07T21:58:56.171Z] 3eddaadeaf3d: Layer already exists [2021-05-07T21:58:56.171Z] 4da236c067fa: Layer already exists [2021-05-07T21:58:56.171Z] ff45720c260d: Layer already exists [2021-05-07T21:58:56.171Z] 51b9174e03a8: Layer already exists [2021-05-07T21:58:56.171Z] 32f366d666a5: Layer already exists [2021-05-07T21:58:56.171Z] master: digest: sha256:155a06f182129e674059952ffefd1c4985d1e4a94178ef81aa1aeda4c1c2b899 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-07T21:58:56.230Z] ===================================================== [Pipeline] echo [2021-05-07T21:58:56.265Z] taggedImages: [2021-05-07T21:58:56.265Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:dfdcab1906173d774c93bfd0eabb9c40e2e95477 [2021-05-07T21:58:56.265Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-05-07T21:58:56.265Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.36 [2021-05-07T21:58:56.265Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36 [2021-05-07T21:58:56.265Z] - 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-07T21:58:56.768Z] ---> job-cost.sh [2021-05-07T21:58:56.768Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pJZO [2021-05-07T21:59:11.705Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T21:59:18.652Z] gofmt -l . [2021-05-07T21:59:18.652Z] [ "`gofmt -l .`" = "" ] [2021-05-07T21:59:18.652Z] ./bin/test-go-mod-tidy.sh [2021-05-07T21:59:18.652Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-07T21:59:19.653Z] $ docker stop --time=1 385f60bb52679ef4ec729e0382632e86a1ef635c1e9e47a92903ffcfc98bee29 [2021-05-07T21:59:21.704Z] $ docker rm -f 385f60bb52679ef4ec729e0382632e86a1ef635c1e9e47a92903ffcfc98bee29 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T21:59:22.507Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-07T21:59:22.529Z] Warning: overwriting stash ‘coverage-report’ [2021-05-07T21:59:23.359Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T21:59:23.845Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-07T21:59:24.197Z] + ls -al . [2021-05-07T21:59:24.198Z] total 116 [2021-05-07T21:59:24.198Z] drwxrwxr-x 7 jenkins jenkins 4096 May 7 21:59 . [2021-05-07T21:59:24.198Z] drwxrwxr-x 4 jenkins jenkins 4096 May 7 21:56 .. [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 119 May 7 21:56 .dockerignore [2021-05-07T21:59:24.198Z] drwxrwxr-x 8 jenkins jenkins 4096 May 7 21:56 .git [2021-05-07T21:59:24.198Z] drwxrwxr-x 2 jenkins jenkins 4096 May 7 21:56 .github [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 111 May 7 21:56 .gitignore [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 7306 May 7 21:56 Attribution.txt [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 2032 May 7 21:56 Dockerfile [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 970 May 7 21:56 Dockerfile.build [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 687 May 7 21:56 Jenkinsfile [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 7 21:56 LICENSE [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 3230 May 7 21:56 README.md [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 12 May 7 21:54 VERSION [2021-05-07T21:59:24.198Z] drwxrwxr-x 2 jenkins jenkins 4096 May 7 21:56 bin [2021-05-07T21:59:24.198Z] -rw-r--r-- 1 jenkins jenkins 10 May 7 21:58 coverage.out [2021-05-07T21:59:24.198Z] -rw-r--r-- 1 jenkins jenkins 136 May 7 21:59 go.mod [2021-05-07T21:59:24.198Z] -rw-r--r-- 1 jenkins jenkins 20986 May 7 21:58 go.sum [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 1460 May 7 21:56 main.go [2021-05-07T21:59:24.198Z] -rw-rw-r-- 1 jenkins jenkins 1595 May 7 21:56 makefile [2021-05-07T21:59:24.198Z] drwxrwxr-x 8 jenkins jenkins 4096 May 7 21:56 res [2021-05-07T21:59:24.198Z] drwxrwxr-x 4 jenkins jenkins 4096 May 7 21:56 snap [Pipeline] isUnix [Pipeline] sh [2021-05-07T21:59:24.590Z] + 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=dfdcab1906173d774c93bfd0eabb9c40e2e95477 --label arch=arm64 --label version=2.0.0-dev.36 . [2021-05-07T21:59:24.590Z] Sending build context to Docker daemon 116.2kB [2021-05-07T21:59:24.879Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T21:59:24.879Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-07T21:59:24.879Z] ---> e1bd6273c580 [2021-05-07T21:59:24.879Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-07T21:59:25.159Z] ---> Running in af8ed81d3b71 [2021-05-07T21:59:25.760Z] Removing intermediate container af8ed81d3b71 [2021-05-07T21:59:25.760Z] ---> e4660a58c157 [2021-05-07T21:59:25.760Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-07T21:59:25.760Z] ---> Running in c59394200f7d [2021-05-07T21:59:26.034Z] Removing intermediate container c59394200f7d [2021-05-07T21:59:26.034Z] ---> 1ea4876f7e0d [2021-05-07T21:59:26.034Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-07T21:59:26.307Z] ---> Running in 027c7dcace02 [2021-05-07T21:59:26.579Z] Removing intermediate container 027c7dcace02 [2021-05-07T21:59:26.579Z] ---> ce9bef54fefd [2021-05-07T21:59:26.579Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T21:59:26.852Z] ---> Running in 10dc175103ee [2021-05-07T21:59:28.825Z] Removing intermediate container 10dc175103ee [2021-05-07T21:59:28.825Z] ---> 697101108f61 [2021-05-07T21:59:28.825Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-07T21:59:29.099Z] ---> Running in e7c147053238 [2021-05-07T21:59:30.076Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T21:59:31.500Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T21:59:32.475Z] OK: 139 MiB in 46 packages [2021-05-07T21:59:33.450Z] Removing intermediate container e7c147053238 [2021-05-07T21:59:33.450Z] ---> 55aeca58a5bc [2021-05-07T21:59:33.450Z] Step 8/27 : WORKDIR /app [2021-05-07T21:59:33.450Z] ---> Running in 3bde9ea1acbe [2021-05-07T21:59:34.044Z] Removing intermediate container 3bde9ea1acbe [2021-05-07T21:59:34.044Z] ---> c71e28e91a3e [2021-05-07T21:59:34.044Z] Step 9/27 : COPY go.mod . [2021-05-07T21:59:34.641Z] ---> 4865287afcab [2021-05-07T21:59:34.641Z] Step 10/27 : RUN go mod download [2021-05-07T21:59:34.641Z] ---> Running in b027b78dceb5 [2021-05-07T21:59:37.260Z] Removing intermediate container b027b78dceb5 [2021-05-07T21:59:37.260Z] ---> bb4300987839 [2021-05-07T21:59:37.260Z] Step 11/27 : COPY . . [2021-05-07T21:59:37.530Z] ---> 36ba957d6eba [2021-05-07T21:59:37.530Z] Step 12/27 : ARG MAKE="make build" [2021-05-07T21:59:37.800Z] ---> Running in 22337777d6f2 [2021-05-07T21:59:38.072Z] Removing intermediate container 22337777d6f2 [2021-05-07T21:59:38.072Z] ---> dce445723431 [2021-05-07T21:59:38.072Z] Step 13/27 : RUN $MAKE [2021-05-07T21:59:38.345Z] lf-activate-venv(): INFO: Adding /tmp/venv-pJZO/bin to PATH [2021-05-07T21:59:38.345Z] INFO: No Stack... [2021-05-07T21:59:38.345Z] ---> Running in 048d8ad3443c [2021-05-07T21:59:38.920Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T21:59:39.327Z] go mod tidy [2021-05-07T21:59:39.868Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T21:59:39.927Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.36" -o app-service-configurable [2021-05-07T21:59:40.174Z] + cat /w/workspace/app-service-configurable/106/archives/cost.csv [2021-05-07T21:59:40.174Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T21:59:40.266Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-106-stack-cost] [2021-05-07T21:59:40.273Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-106-stack-cost] did not exist. Created. [2021-05-07T21:59:40.273Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T21:59:40.606Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-07T21:59:40.756Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T21:59:40.770Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-106-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-07T22:00:18.974Z] Removing intermediate container 048d8ad3443c [2021-05-07T22:00:18.974Z] ---> 87ae89dab51f [2021-05-07T22:00:18.974Z] Step 14/27 : FROM alpine:3.12 [2021-05-07T22:00:18.974Z] 3.12: Pulling from library/alpine [2021-05-07T22:00:18.974Z] d2f70382dc9a: Pulling fs layer [2021-05-07T22:00:18.974Z] d2f70382dc9a: Verifying Checksum [2021-05-07T22:00:18.974Z] d2f70382dc9a: Download complete [2021-05-07T22:00:18.974Z] d2f70382dc9a: Pull complete [2021-05-07T22:00:18.974Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T22:00:18.974Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T22:00:18.974Z] ---> 9852663dfa18 [2021-05-07T22:00:18.974Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-07T22:00:18.974Z] ---> Running in 16440e96608a [2021-05-07T22:00:18.974Z] Removing intermediate container 16440e96608a [2021-05-07T22:00:18.974Z] ---> d2f3b8508542 [2021-05-07T22:00:18.974Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-07T22:00:18.974Z] ---> Running in 7b7f9da265fc [2021-05-07T22:00:18.974Z] Removing intermediate container 7b7f9da265fc [2021-05-07T22:00:18.974Z] ---> 9a1ee76078e2 [2021-05-07T22:00:18.974Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-07T22:00:18.974Z] ---> Running in 27f0bf4454ca [2021-05-07T22:00:19.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T22:00:19.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T22:00:20.113Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-07T22:00:20.113Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-07T22:00:20.113Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-07T22:00:20.113Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-07T22:00:20.113Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-07T22:00:20.113Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-07T22:00:20.113Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-07T22:00:20.113Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T22:00:20.114Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T22:00:20.384Z] OK: 9 MiB in 21 packages [2021-05-07T22:00:22.354Z] Removing intermediate container 27f0bf4454ca [2021-05-07T22:00:22.354Z] ---> cdd78747076e [2021-05-07T22:00:22.354Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-07T22:00:22.626Z] ---> 9df03174ec3b [2021-05-07T22:00:22.626Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-07T22:00:23.223Z] ---> 5913537eaff4 [2021-05-07T22:00:23.223Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-07T22:00:24.200Z] ---> 2eb9441ecec1 [2021-05-07T22:00:24.200Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-07T22:00:25.640Z] ---> 20db5dad492a [2021-05-07T22:00:25.641Z] Step 22/27 : EXPOSE 48095 [2021-05-07T22:00:25.641Z] ---> Running in 64e353f2be09 [2021-05-07T22:00:25.915Z] Removing intermediate container 64e353f2be09 [2021-05-07T22:00:25.915Z] ---> 8d5e7d657b6c [2021-05-07T22:00:25.915Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-07T22:00:26.189Z] ---> Running in 65ea191ad15d [2021-05-07T22:00:26.791Z] Removing intermediate container 65ea191ad15d [2021-05-07T22:00:26.791Z] ---> 950aa82f2b7c [2021-05-07T22:00:26.791Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T22:00:26.791Z] ---> Running in 2e138a4cf289 [2021-05-07T22:00:27.386Z] Removing intermediate container 2e138a4cf289 [2021-05-07T22:00:27.387Z] ---> 39451c1447e7 [2021-05-07T22:00:27.387Z] Step 25/27 : LABEL arch=arm64 [2021-05-07T22:00:27.387Z] ---> Running in 39ab289a4756 [2021-05-07T22:00:27.996Z] Removing intermediate container 39ab289a4756 [2021-05-07T22:00:27.996Z] ---> 4b6a4a6299a9 [2021-05-07T22:00:27.996Z] Step 26/27 : LABEL git_sha=dfdcab1906173d774c93bfd0eabb9c40e2e95477 [2021-05-07T22:00:27.996Z] ---> Running in 7ff08c855012 [2021-05-07T22:00:28.596Z] Removing intermediate container 7ff08c855012 [2021-05-07T22:00:28.596Z] ---> aa090592af1d [2021-05-07T22:00:28.596Z] Step 27/27 : LABEL version=2.0.0-dev.36 [2021-05-07T22:00:28.596Z] ---> Running in 20ad623d04dd [2021-05-07T22:00:29.192Z] Removing intermediate container 20ad623d04dd [2021-05-07T22:00:29.192Z] ---> 7fa1e6add87f [2021-05-07T22:00:29.192Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-07T22:00:29.192Z] Successfully built 7fa1e6add87f [2021-05-07T22:00:29.192Z] 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-05-07T22:00:29.395Z] provisioning config files... [2021-05-07T22:00:29.438Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/106@tmp/config7364164449046034825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:00:29.797Z] ---> docker-login.sh [2021-05-07T22:00:29.797Z] nexus3.edgexfoundry.org:10001 [2021-05-07T22:00:30.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T22:00:30.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T22:00:30.342Z] Configure a credential helper to remove this warning. See [2021-05-07T22:00:30.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T22:00:30.342Z] [2021-05-07T22:00:30.342Z] Login Succeeded [2021-05-07T22:00:30.342Z] nexus3.edgexfoundry.org:10002 [2021-05-07T22:00:30.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T22:00:30.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T22:00:30.890Z] Configure a credential helper to remove this warning. See [2021-05-07T22:00:30.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T22:00:30.890Z] [2021-05-07T22:00:30.890Z] Login Succeeded [2021-05-07T22:00:30.890Z] nexus3.edgexfoundry.org:10003 [2021-05-07T22:00:31.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T22:00:31.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T22:00:31.434Z] Configure a credential helper to remove this warning. See [2021-05-07T22:00:31.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T22:00:31.434Z] [2021-05-07T22:00:31.434Z] Login Succeeded [2021-05-07T22:00:31.434Z] nexus3.edgexfoundry.org:10004 [2021-05-07T22:00:31.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T22:00:31.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T22:00:31.981Z] Configure a credential helper to remove this warning. See [2021-05-07T22:00:31.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T22:00:31.981Z] [2021-05-07T22:00:31.981Z] Login Succeeded [2021-05-07T22:00:31.981Z] docker.io [2021-05-07T22:00:32.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T22:00:32.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T22:00:32.850Z] Configure a credential helper to remove this warning. See [2021-05-07T22:00:32.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T22:00:32.850Z] [2021-05-07T22:00:32.850Z] Login Succeeded [2021-05-07T22:00:32.850Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T22:00:32.866Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-07T22:00:32.946Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-05-07T22:00:32.946Z] dfdcab1906173d774c93bfd0eabb9c40e2e95477 [2021-05-07T22:00:32.946Z] latest [2021-05-07T22:00:32.946Z] 2.0.0-dev.36 [2021-05-07T22:00:32.946Z] dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36 [2021-05-07T22:00:32.946Z] master [2021-05-07T22:00:32.946Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:33.337Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:dfdcab1906173d774c93bfd0eabb9c40e2e95477 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:33.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:dfdcab1906173d774c93bfd0eabb9c40e2e95477 [2021-05-07T22:00:33.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T22:00:33.675Z] 36385fc210ce: Preparing [2021-05-07T22:00:33.675Z] 1fc55e531724: Preparing [2021-05-07T22:00:33.675Z] 3ac1ba343072: Preparing [2021-05-07T22:00:33.675Z] e51a0321ce7c: Preparing [2021-05-07T22:00:33.675Z] 0c39a5c46892: Preparing [2021-05-07T22:00:33.675Z] 3fbe34a1663b: Preparing [2021-05-07T22:00:33.675Z] 3fbe34a1663b: Waiting [2021-05-07T22:00:33.947Z] e51a0321ce7c: Pushed [2021-05-07T22:00:33.947Z] 1fc55e531724: Pushed [2021-05-07T22:00:33.947Z] 3ac1ba343072: Pushed [2021-05-07T22:00:33.947Z] 3fbe34a1663b: Layer already exists [2021-05-07T22:00:34.925Z] 0c39a5c46892: Pushed [2021-05-07T22:00:37.528Z] 36385fc210ce: Pushed [2021-05-07T22:00:37.528Z] dfdcab1906173d774c93bfd0eabb9c40e2e95477: digest: sha256:12d7ac8761f761e8c9247573c1659d7348c94bd7b051054006bddde199d4acd4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:37.872Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:38.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-05-07T22:00:38.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T22:00:38.208Z] 36385fc210ce: Preparing [2021-05-07T22:00:38.208Z] 1fc55e531724: Preparing [2021-05-07T22:00:38.208Z] 3ac1ba343072: Preparing [2021-05-07T22:00:38.208Z] e51a0321ce7c: Preparing [2021-05-07T22:00:38.208Z] 0c39a5c46892: Preparing [2021-05-07T22:00:38.208Z] 3fbe34a1663b: Preparing [2021-05-07T22:00:38.208Z] 3fbe34a1663b: Waiting [2021-05-07T22:00:38.208Z] 36385fc210ce: Layer already exists [2021-05-07T22:00:38.208Z] 3ac1ba343072: Layer already exists [2021-05-07T22:00:38.208Z] e51a0321ce7c: Layer already exists [2021-05-07T22:00:38.208Z] 0c39a5c46892: Layer already exists [2021-05-07T22:00:38.208Z] 1fc55e531724: Layer already exists [2021-05-07T22:00:38.480Z] 3fbe34a1663b: Layer already exists [2021-05-07T22:00:38.480Z] latest: digest: sha256:12d7ac8761f761e8c9247573c1659d7348c94bd7b051054006bddde199d4acd4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:38.824Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.36 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:39.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.36 [2021-05-07T22:00:39.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T22:00:39.162Z] 36385fc210ce: Preparing [2021-05-07T22:00:39.162Z] 1fc55e531724: Preparing [2021-05-07T22:00:39.162Z] 3ac1ba343072: Preparing [2021-05-07T22:00:39.162Z] e51a0321ce7c: Preparing [2021-05-07T22:00:39.162Z] 0c39a5c46892: Preparing [2021-05-07T22:00:39.162Z] 3fbe34a1663b: Preparing [2021-05-07T22:00:39.162Z] 3fbe34a1663b: Waiting [2021-05-07T22:00:39.162Z] 1fc55e531724: Layer already exists [2021-05-07T22:00:39.162Z] e51a0321ce7c: Layer already exists [2021-05-07T22:00:39.162Z] 36385fc210ce: Layer already exists [2021-05-07T22:00:39.162Z] 0c39a5c46892: Layer already exists [2021-05-07T22:00:39.162Z] 3ac1ba343072: Layer already exists [2021-05-07T22:00:39.162Z] 3fbe34a1663b: Layer already exists [2021-05-07T22:00:39.435Z] 2.0.0-dev.36: digest: sha256:12d7ac8761f761e8c9247573c1659d7348c94bd7b051054006bddde199d4acd4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:39.783Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:40.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36 [2021-05-07T22:00:40.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T22:00:40.125Z] 36385fc210ce: Preparing [2021-05-07T22:00:40.125Z] 1fc55e531724: Preparing [2021-05-07T22:00:40.125Z] 3ac1ba343072: Preparing [2021-05-07T22:00:40.125Z] e51a0321ce7c: Preparing [2021-05-07T22:00:40.125Z] 0c39a5c46892: Preparing [2021-05-07T22:00:40.125Z] 3fbe34a1663b: Preparing [2021-05-07T22:00:40.125Z] 3fbe34a1663b: Waiting [2021-05-07T22:00:40.125Z] 1fc55e531724: Layer already exists [2021-05-07T22:00:40.125Z] e51a0321ce7c: Layer already exists [2021-05-07T22:00:40.397Z] 36385fc210ce: Layer already exists [2021-05-07T22:00:40.397Z] 0c39a5c46892: Layer already exists [2021-05-07T22:00:40.397Z] 3ac1ba343072: Layer already exists [2021-05-07T22:00:40.397Z] 3fbe34a1663b: Layer already exists [2021-05-07T22:00:40.397Z] dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36: digest: sha256:12d7ac8761f761e8c9247573c1659d7348c94bd7b051054006bddde199d4acd4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:40.751Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:00:41.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-05-07T22:00:41.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T22:00:41.091Z] 36385fc210ce: Preparing [2021-05-07T22:00:41.091Z] 1fc55e531724: Preparing [2021-05-07T22:00:41.091Z] 3ac1ba343072: Preparing [2021-05-07T22:00:41.091Z] e51a0321ce7c: Preparing [2021-05-07T22:00:41.091Z] 0c39a5c46892: Preparing [2021-05-07T22:00:41.091Z] 3fbe34a1663b: Preparing [2021-05-07T22:00:41.091Z] 3fbe34a1663b: Waiting [2021-05-07T22:00:41.091Z] e51a0321ce7c: Layer already exists [2021-05-07T22:00:41.091Z] 3ac1ba343072: Layer already exists [2021-05-07T22:00:41.091Z] 36385fc210ce: Layer already exists [2021-05-07T22:00:41.091Z] 1fc55e531724: Layer already exists [2021-05-07T22:00:41.091Z] 0c39a5c46892: Layer already exists [2021-05-07T22:00:41.091Z] 3fbe34a1663b: Layer already exists [2021-05-07T22:00:41.363Z] master: digest: sha256:12d7ac8761f761e8c9247573c1659d7348c94bd7b051054006bddde199d4acd4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-07T22:00:41.429Z] ===================================================== [Pipeline] echo [2021-05-07T22:00:41.446Z] taggedImages: [2021-05-07T22:00:41.446Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:dfdcab1906173d774c93bfd0eabb9c40e2e95477 [2021-05-07T22:00:41.446Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-05-07T22:00:41.446Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.36 [2021-05-07T22:00:41.446Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:dfdcab1906173d774c93bfd0eabb9c40e2e95477-2.0.0-dev.36 [2021-05-07T22:00:41.446Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:00:41.857Z] ---> job-cost.sh [2021-05-07T22:00:41.858Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IY69 [2021-05-07T22:01:20.815Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T22:02:43.782Z] lf-activate-venv(): INFO: Adding /tmp/venv-IY69/bin to PATH [2021-05-07T22:02:43.782Z] INFO: No Stack... [2021-05-07T22:02:43.782Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-07T22:02:43.782Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T22:02:44.128Z] + cat /w/workspace/app-service-configurable/106/archives/cost.csv [2021-05-07T22:02:44.128Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T22:02:44.249Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-106-stack-cost] [2021-05-07T22:02:44.256Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-106-stack-cost] did not exist. Created. [2021-05-07T22:02:44.256Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T22:02:44.622Z] /w/workspace/app-service-configurable/106@tmp/durable-6aad5f0b/script.sh: 1: /w/workspace/app-service-configurable/106@tmp/durable-6aad5f0b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-07T22:02:44.973Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-07T22:02:44.994Z] Warning: overwriting stash ‘stack-cost’ [2021-05-07T22:02:45.156Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T22:02:45.170Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-106-stack-cost] [Pipeline] // lock [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-05-07T22:02:45.607Z] provisioning config files... [2021-05-07T22:02:45.617Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config1957955166236279234tmp [Pipeline] { [Pipeline] sh [2021-05-07T22:02:45.938Z] + set +x [2021-05-07T22:02:45.938Z] + curl -s https://codecov.io/bash [2021-05-07T22:02:45.938Z] + bash -s -- [2021-05-07T22:02:46.201Z] [2021-05-07T22:02:46.201Z] _____ _ [2021-05-07T22:02:46.201Z] / ____| | | [2021-05-07T22:02:46.201Z] | | ___ __| | ___ ___ _____ __ [2021-05-07T22:02:46.201Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-07T22:02:46.201Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-07T22:02:46.201Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-07T22:02:46.201Z] Bash-1.0.2 [2021-05-07T22:02:46.201Z] [2021-05-07T22:02:46.201Z] [2021-05-07T22:02:46.201Z] ==> git version 2.24.3 found [2021-05-07T22:02:46.201Z] ==> 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-05-07T22:02:46.201Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-07T22:02:46.201Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-07T22:02:46.201Z] ==> Jenkins CI detected. [2021-05-07T22:02:46.201Z] project root: . [2021-05-07T22:02:46.201Z] --> token set from env [2021-05-07T22:02:46.201Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-07T22:02:46.201Z] ==> Running gcov in . (disable via -X gcov) [2021-05-07T22:02:46.201Z] ==> Python coveragepy not found [2021-05-07T22:02:46.201Z] ==> Searching for coverage reports in: [2021-05-07T22:02:46.201Z] + . [2021-05-07T22:02:46.201Z] -> Found 1 reports [2021-05-07T22:02:46.201Z] ==> Detecting git/mercurial file structure [2021-05-07T22:02:46.201Z] ==> Reading reports [2021-05-07T22:02:46.201Z] + ./coverage.out bytes=10 [2021-05-07T22:02:46.201Z] ==> Appending adjustments [2021-05-07T22:02:46.201Z] https://docs.codecov.io/docs/fixing-reports [2021-05-07T22:02:46.201Z] + Found adjustments [2021-05-07T22:02:46.201Z] ==> Gzipping contents [2021-05-07T22:02:46.201Z] 4.0K /tmp/codecov.3BOsHT.gz [2021-05-07T22:02:46.201Z] ==> Uploading reports [2021-05-07T22:02:46.201Z] url: https://codecov.io [2021-05-07T22:02:46.201Z] query: branch=master&commit=dfdcab1906173d774c93bfd0eabb9c40e2e95477&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F106%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-07T22:02:46.201Z] -> Pinging Codecov [2021-05-07T22:02:46.201Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=dfdcab1906173d774c93bfd0eabb9c40e2e95477&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F106%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-07T22:02:46.782Z] -> Uploading to [2021-05-07T22:02:46.782Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-07/A97CA9966030D2A3747ED39772930CCE/dfdcab1906173d774c93bfd0eabb9c40e2e95477/e968acb4-202a-4787-b7d0-910a30e54d60.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T220246Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e3c0d793bfb7b704da51f65681c2ac379dd7ad882a7a6bc1956500a9ef34ff37 [2021-05-07T22:02:46.782Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-07T22:02:46.782Z] Dload Upload Total Spent Left Speed [2021-05-07T22:02:47.358Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 382 0 0 100 382 0 685 --:--:-- --:--:-- --:--:-- 687 [2021-05-07T22:02:47.358Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/dfdcab1906173d774c93bfd0eabb9c40e2e95477 [Pipeline] } [2021-05-07T22:02:47.368Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-07T22:02:48.045Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-07T22:02:48.071Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:02:48.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T22:02:48.586Z] [2021-05-07T22:02:48.586Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:02:48.906Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T22:02:48.906Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-07T22:02:48.906Z] 188c0c94c7c5: Pulling fs layer [2021-05-07T22:02:48.906Z] 0ef7d3d256c8: Pulling fs layer [2021-05-07T22:02:48.906Z] de9db76c5a1d: Pulling fs layer [2021-05-07T22:02:48.906Z] 0eba1c9be4d2: Pulling fs layer [2021-05-07T22:02:48.906Z] 0d57e429df01: Pulling fs layer [2021-05-07T22:02:48.906Z] 4e4be7b47b0d: Pulling fs layer [2021-05-07T22:02:48.906Z] e1f770b5df2f: Pulling fs layer [2021-05-07T22:02:48.906Z] 85a0685a4137: Pulling fs layer [2021-05-07T22:02:48.906Z] 0eba1c9be4d2: Waiting [2021-05-07T22:02:48.906Z] 0d57e429df01: Waiting [2021-05-07T22:02:48.906Z] e1f770b5df2f: Waiting [2021-05-07T22:02:48.906Z] 85a0685a4137: Waiting [2021-05-07T22:02:48.906Z] 4e4be7b47b0d: Waiting [2021-05-07T22:02:48.906Z] de9db76c5a1d: Verifying Checksum [2021-05-07T22:02:48.906Z] de9db76c5a1d: Download complete [2021-05-07T22:02:48.906Z] 0ef7d3d256c8: Download complete [2021-05-07T22:02:48.906Z] 0d57e429df01: Verifying Checksum [2021-05-07T22:02:48.906Z] 0d57e429df01: Download complete [2021-05-07T22:02:48.906Z] 4e4be7b47b0d: Verifying Checksum [2021-05-07T22:02:48.906Z] 4e4be7b47b0d: Download complete [2021-05-07T22:02:48.906Z] 188c0c94c7c5: Verifying Checksum [2021-05-07T22:02:49.483Z] 188c0c94c7c5: Pull complete [2021-05-07T22:02:49.746Z] 0ef7d3d256c8: Pull complete [2021-05-07T22:02:49.746Z] de9db76c5a1d: Pull complete [2021-05-07T22:02:50.699Z] e1f770b5df2f: Verifying Checksum [2021-05-07T22:02:50.699Z] e1f770b5df2f: Download complete [2021-05-07T22:02:53.283Z] 85a0685a4137: Verifying Checksum [2021-05-07T22:02:53.283Z] 85a0685a4137: Download complete [2021-05-07T22:02:53.283Z] 0eba1c9be4d2: Verifying Checksum [2021-05-07T22:02:53.283Z] 0eba1c9be4d2: Download complete [2021-05-07T22:02:59.922Z] 0eba1c9be4d2: Pull complete [2021-05-07T22:02:59.922Z] 0d57e429df01: Pull complete [2021-05-07T22:02:59.922Z] 4e4be7b47b0d: Pull complete [2021-05-07T22:03:01.853Z] e1f770b5df2f: Pull complete [2021-05-07T22:03:08.476Z] 85a0685a4137: Pull complete [2021-05-07T22:03:08.476Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-07T22:03:08.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T22:03:08.739Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-07T22:03:08.977Z] prd-centos7-docker-4c-2g-3678 does not seem to be running inside a container [2021-05-07T22:03:09.058Z] $ 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-05-07T22:03:10.127Z] $ docker top f964779a5bd754bd5bc0363122fb331f29fe328fdd63bcf9ec47dba0594b4d3e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T22:03:10.272Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-07T22:03:10.574Z] + set -o pipefail [2021-05-07T22:03:10.574Z] + snyk monitor '--org=edgex-jenkins' [2021-05-07T22:03:22.843Z] [2021-05-07T22:03:22.843Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-05-07T22:03:22.843Z] [2021-05-07T22:03:22.843Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/38c1e7ab-23a7-4bea-acb8-c3079776332e [2021-05-07T22:03:22.843Z] [2021-05-07T22:03:22.843Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-07T22:03:22.843Z] [2021-05-07T22:03:22.843Z] [Pipeline] } [2021-05-07T22:03:22.861Z] $ docker stop --time=1 f964779a5bd754bd5bc0363122fb331f29fe328fdd63bcf9ec47dba0594b4d3e [2021-05-07T22:03:25.366Z] $ docker rm -f f964779a5bd754bd5bc0363122fb331f29fe328fdd63bcf9ec47dba0594b4d3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T22:03:26.679Z] + git log --format=format:%s -1 dfdcab1906173d774c93bfd0eabb9c40e2e95477 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:03:26.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T22:03:26.997Z] . [Pipeline] withDockerContainer [2021-05-07T22:03:27.105Z] prd-centos7-docker-4c-2g-3678 does not seem to be running inside a container [2021-05-07T22:03:27.153Z] $ 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-05-07T22:03:27.942Z] $ docker top 6d1487e0c72b47bc2b544747c52bf3d1bcb8db26256f5b7758f6ae295a5eeb22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T22:03:28.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T22:03:28.082Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T22:03:28.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T22:03:28.341Z] $ docker exec 6d1487e0c72b47bc2b544747c52bf3d1bcb8db26256f5b7758f6ae295a5eeb22 ssh-agent [2021-05-07T22:03:28.516Z] SSH_AUTH_SOCK=/tmp/ssh-wJ87x90Zgl5k/agent.11 [2021-05-07T22:03:28.516Z] SSH_AGENT_PID=16 [2021-05-07T22:03:28.525Z] Running ssh-add (command line suppressed) [2021-05-07T22:03:28.656Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3501855716806374445.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3501855716806374445.key) [2021-05-07T22:03:28.708Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T22:03:29.014Z] + git semver tag [2021-05-07T22:03:29.014Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T22:03:29.014Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-07T22:03:29.014Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-07T22:03:29.014Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T22:03:29.014Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T22:03:29.014Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T22:03:29.014Z] # $SEMVER_BRANCH = master [2021-05-07T22:03:29.014Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-05-07T22:03:29.014Z] # dfdcab1906173d774c93bfd0eabb9c40e2e95477 HEAD [2021-05-07T22:03:29.277Z] # -> Force: false [2021-05-07T22:03:29.277Z] # 2a7cbbdcd5ba196b8379a011925d8c77aa86b7bc refs/tags/v2.0.0-dev.36 [Pipeline] } [2021-05-07T22:03:29.293Z] $ docker exec --env ******** --env ******** 6d1487e0c72b47bc2b544747c52bf3d1bcb8db26256f5b7758f6ae295a5eeb22 ssh-agent -k [2021-05-07T22:03:29.411Z] unset SSH_AUTH_SOCK; [2021-05-07T22:03:29.412Z] unset SSH_AGENT_PID; [2021-05-07T22:03:29.412Z] echo Agent pid 16 killed; [2021-05-07T22:03:29.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T22:03:29.806Z] + git semver [Pipeline] } [2021-05-07T22:03:29.829Z] $ docker stop --time=1 6d1487e0c72b47bc2b544747c52bf3d1bcb8db26256f5b7758f6ae295a5eeb22 [2021-05-07T22:03:31.172Z] $ docker rm -f 6d1487e0c72b47bc2b544747c52bf3d1bcb8db26256f5b7758f6ae295a5eeb22 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:03:31.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T22:03:31.673Z] [2021-05-07T22:03:31.673Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:03:32.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T22:03:32.038Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-07T22:03:32.038Z] ab5ef0e58194: Pulling fs layer [2021-05-07T22:03:32.038Z] 9712f1f96733: Pulling fs layer [2021-05-07T22:03:32.038Z] 63f879dbbcfc: Pulling fs layer [2021-05-07T22:03:32.038Z] 0d9ebad4ef96: Pulling fs layer [2021-05-07T22:03:32.038Z] e9a5061849ea: Pulling fs layer [2021-05-07T22:03:32.038Z] d747dcd14b5f: Pulling fs layer [2021-05-07T22:03:32.039Z] 2de7ff778b66: Pulling fs layer [2021-05-07T22:03:32.039Z] 0d9ebad4ef96: Waiting [2021-05-07T22:03:32.039Z] e9a5061849ea: Waiting [2021-05-07T22:03:32.039Z] d747dcd14b5f: Waiting [2021-05-07T22:03:32.039Z] 2de7ff778b66: Waiting [2021-05-07T22:03:32.039Z] 9712f1f96733: Verifying Checksum [2021-05-07T22:03:32.039Z] 9712f1f96733: Download complete [2021-05-07T22:03:33.452Z] 63f879dbbcfc: Verifying Checksum [2021-05-07T22:03:33.452Z] 63f879dbbcfc: Download complete [2021-05-07T22:03:33.726Z] e9a5061849ea: Download complete [2021-05-07T22:03:33.726Z] d747dcd14b5f: Verifying Checksum [2021-05-07T22:03:33.726Z] d747dcd14b5f: Download complete [2021-05-07T22:03:34.315Z] 2de7ff778b66: Verifying Checksum [2021-05-07T22:03:34.315Z] 2de7ff778b66: Download complete [2021-05-07T22:03:34.579Z] 0d9ebad4ef96: Verifying Checksum [2021-05-07T22:03:34.580Z] 0d9ebad4ef96: Download complete [2021-05-07T22:03:34.580Z] ab5ef0e58194: Verifying Checksum [2021-05-07T22:03:34.580Z] ab5ef0e58194: Download complete [2021-05-07T22:03:39.914Z] ab5ef0e58194: Pull complete [2021-05-07T22:03:39.914Z] 9712f1f96733: Pull complete [2021-05-07T22:03:42.501Z] 63f879dbbcfc: Pull complete [2021-05-07T22:03:49.166Z] 0d9ebad4ef96: Pull complete [2021-05-07T22:03:49.742Z] e9a5061849ea: Pull complete [2021-05-07T22:03:50.005Z] d747dcd14b5f: Pull complete [2021-05-07T22:03:52.564Z] 2de7ff778b66: Pull complete [2021-05-07T22:03:52.564Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-07T22:03:52.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T22:03:52.564Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-07T22:03:52.783Z] prd-centos7-docker-4c-2g-3678 does not seem to be running inside a container [2021-05-07T22:03:52.834Z] $ 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-05-07T22:03:56.117Z] $ docker top 65e9bba7662b7628c1e7a00b05d5b16f583cc1fdcd518558ae40fa8473dcaca3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-07T22:03:56.275Z] provisioning config files... [2021-05-07T22:03:56.288Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5444679593701232879tmp [2021-05-07T22:03:56.305Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1861849236600318852tmp [2021-05-07T22:03:56.323Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7161887622219244087tmp [Pipeline] { [Pipeline] echo [2021-05-07T22:03:56.345Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:03:56.652Z] ---> sigul-configuration.sh [2021-05-07T22:03:56.652Z] gpg: directory `/root/.gnupg' created [2021-05-07T22:03:56.652Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-07T22:03:56.653Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-07T22:03:56.653Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-07T22:03:56.653Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-07T22:03:56.653Z] gpg: CAST5 encrypted data [2021-05-07T22:03:56.916Z] gpg: encrypted with 1 passphrase [2021-05-07T22:03:56.916Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-07T22:03:57.223Z] + mkdir /home/jenkins [2021-05-07T22:03:57.223Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-07T22:03:57.528Z] + 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-05-07T22:03:57.542Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:03:57.843Z] ---> sigul-install.sh [2021-05-07T22:04:04.475Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-07T22:04:04.793Z] + git tag --list [2021-05-07T22:04:04.793Z] v1.0.0 [2021-05-07T22:04:04.793Z] v1.1.0 [2021-05-07T22:04:04.793Z] v1.2.0 [2021-05-07T22:04:04.793Z] v1.3.0 [2021-05-07T22:04:04.793Z] v1.3.1 [2021-05-07T22:04:04.793Z] v1.3.1-dev.1 [2021-05-07T22:04:04.793Z] v1.3.1-dev.2 [2021-05-07T22:04:04.793Z] v1.3.1-dev.3 [2021-05-07T22:04:04.793Z] v2.0.0-dev.1 [2021-05-07T22:04:04.793Z] v2.0.0-dev.10 [2021-05-07T22:04:04.793Z] v2.0.0-dev.11 [2021-05-07T22:04:04.793Z] v2.0.0-dev.12 [2021-05-07T22:04:04.793Z] v2.0.0-dev.13 [2021-05-07T22:04:04.793Z] v2.0.0-dev.14 [2021-05-07T22:04:04.793Z] v2.0.0-dev.15 [2021-05-07T22:04:04.793Z] v2.0.0-dev.16 [2021-05-07T22:04:04.793Z] v2.0.0-dev.17 [2021-05-07T22:04:04.793Z] v2.0.0-dev.18 [2021-05-07T22:04:04.793Z] v2.0.0-dev.19 [2021-05-07T22:04:04.793Z] v2.0.0-dev.2 [2021-05-07T22:04:04.793Z] v2.0.0-dev.20 [2021-05-07T22:04:04.793Z] v2.0.0-dev.21 [2021-05-07T22:04:04.793Z] v2.0.0-dev.22 [2021-05-07T22:04:04.793Z] v2.0.0-dev.23 [2021-05-07T22:04:04.793Z] v2.0.0-dev.24 [2021-05-07T22:04:04.793Z] v2.0.0-dev.25 [2021-05-07T22:04:04.793Z] v2.0.0-dev.26 [2021-05-07T22:04:04.793Z] v2.0.0-dev.27 [2021-05-07T22:04:04.793Z] v2.0.0-dev.28 [2021-05-07T22:04:04.793Z] v2.0.0-dev.29 [2021-05-07T22:04:04.793Z] v2.0.0-dev.3 [2021-05-07T22:04:04.793Z] v2.0.0-dev.30 [2021-05-07T22:04:04.793Z] v2.0.0-dev.31 [2021-05-07T22:04:04.793Z] v2.0.0-dev.32 [2021-05-07T22:04:04.793Z] v2.0.0-dev.33 [2021-05-07T22:04:04.793Z] v2.0.0-dev.34 [2021-05-07T22:04:04.793Z] v2.0.0-dev.35 [2021-05-07T22:04:04.793Z] v2.0.0-dev.36 [2021-05-07T22:04:04.793Z] v2.0.0-dev.4 [2021-05-07T22:04:04.793Z] v2.0.0-dev.5 [2021-05-07T22:04:04.793Z] v2.0.0-dev.6 [2021-05-07T22:04:04.793Z] v2.0.0-dev.7 [2021-05-07T22:04:04.793Z] v2.0.0-dev.8 [2021-05-07T22:04:04.793Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-07T22:04:05.109Z] + lftools sign git-tag v2.0.0-dev.36 [2021-05-07T22:04:06.503Z] Signing Git tag with Sigul... [2021-05-07T22:04:06.503Z] Signing v2.0.0-dev.36 [Pipeline] echo [2021-05-07T22:04:07.461Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:04:07.760Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-07T22:04:07.773Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-07T22:04:07.808Z] $ docker stop --time=1 65e9bba7662b7628c1e7a00b05d5b16f583cc1fdcd518558ae40fa8473dcaca3 [2021-05-07T22:04:09.401Z] $ docker rm -f 65e9bba7662b7628c1e7a00b05d5b16f583cc1fdcd518558ae40fa8473dcaca3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:04:10.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T22:04:10.073Z] . [Pipeline] withDockerContainer [2021-05-07T22:04:10.211Z] prd-centos7-docker-4c-2g-3678 does not seem to be running inside a container [2021-05-07T22:04:10.312Z] $ 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-05-07T22:04:10.985Z] $ docker top f63114cb0ba96a18aaac2028a8e46fd4cffdb9ca7a04598014d16495ee999c01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T22:04:11.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T22:04:11.161Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T22:04:11.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T22:04:11.352Z] $ docker exec f63114cb0ba96a18aaac2028a8e46fd4cffdb9ca7a04598014d16495ee999c01 ssh-agent [2021-05-07T22:04:11.527Z] SSH_AUTH_SOCK=/tmp/ssh-vkjO2hJWAka0/agent.11 [2021-05-07T22:04:11.527Z] SSH_AGENT_PID=16 [2021-05-07T22:04:11.534Z] Running ssh-add (command line suppressed) [2021-05-07T22:04:11.661Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2893211241498592146.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2893211241498592146.key) [2021-05-07T22:04:11.717Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T22:04:12.024Z] + git semver bump pre [2021-05-07T22:04:12.024Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T22:04:12.024Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-07T22:04:12.024Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-07T22:04:12.024Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T22:04:12.024Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T22:04:12.024Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T22:04:12.024Z] # $SEMVER_BRANCH = master [2021-05-07T22:04:12.024Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-05-07T22:04:12.024Z] 2.0.0-dev.37 [Pipeline] } [2021-05-07T22:04:12.037Z] $ docker exec --env ******** --env ******** f63114cb0ba96a18aaac2028a8e46fd4cffdb9ca7a04598014d16495ee999c01 ssh-agent -k [2021-05-07T22:04:12.156Z] unset SSH_AUTH_SOCK; [2021-05-07T22:04:12.156Z] unset SSH_AGENT_PID; [2021-05-07T22:04:12.156Z] echo Agent pid 16 killed; [2021-05-07T22:04:12.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T22:04:12.543Z] + git semver [Pipeline] } [2021-05-07T22:04:12.562Z] $ docker stop --time=1 f63114cb0ba96a18aaac2028a8e46fd4cffdb9ca7a04598014d16495ee999c01 [2021-05-07T22:04:13.933Z] $ docker rm -f f63114cb0ba96a18aaac2028a8e46fd4cffdb9ca7a04598014d16495ee999c01 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:04:14.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T22:04:14.366Z] . [Pipeline] withDockerContainer [2021-05-07T22:04:14.460Z] prd-centos7-docker-4c-2g-3678 does not seem to be running inside a container [2021-05-07T22:04:14.519Z] $ 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-05-07T22:04:15.090Z] $ docker top 99cd5e7457f3adf99cc77856183ee10a859b4e359aa9d5f5b51e22bc2a73e2cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T22:04:15.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T22:04:15.240Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T22:04:15.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T22:04:15.432Z] $ docker exec 99cd5e7457f3adf99cc77856183ee10a859b4e359aa9d5f5b51e22bc2a73e2cd ssh-agent [2021-05-07T22:04:15.613Z] SSH_AUTH_SOCK=/tmp/ssh-L0CUz0bfQwSz/agent.12 [2021-05-07T22:04:15.613Z] SSH_AGENT_PID=17 [2021-05-07T22:04:15.620Z] Running ssh-add (command line suppressed) [2021-05-07T22:04:15.749Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1025019174703159391.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1025019174703159391.key) [2021-05-07T22:04:15.807Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T22:04:16.114Z] + git semver push [2021-05-07T22:04:16.114Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T22:04:16.114Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-07T22:04:16.114Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-07T22:04:16.114Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T22:04:16.114Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T22:04:16.114Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T22:04:16.114Z] # $SEMVER_BRANCH = master [2021-05-07T22:04:16.114Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-05-07T22:04:20.348Z] $ docker exec --env ******** --env ******** 99cd5e7457f3adf99cc77856183ee10a859b4e359aa9d5f5b51e22bc2a73e2cd ssh-agent -k [2021-05-07T22:04:20.466Z] unset SSH_AUTH_SOCK; [2021-05-07T22:04:20.466Z] unset SSH_AGENT_PID; [2021-05-07T22:04:20.466Z] echo Agent pid 17 killed; [2021-05-07T22:04:20.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T22:04:20.851Z] + git semver [Pipeline] } [2021-05-07T22:04:20.871Z] $ docker stop --time=1 99cd5e7457f3adf99cc77856183ee10a859b4e359aa9d5f5b51e22bc2a73e2cd [2021-05-07T22:04:22.543Z] $ docker rm -f 99cd5e7457f3adf99cc77856183ee10a859b4e359aa9d5f5b51e22bc2a73e2cd [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-05-07T22:04:23.613Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:04:24.188Z] ---> package-listing.sh [2021-05-07T22:04:24.188Z] ++ facter osfamily [2021-05-07T22:04:24.188Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-07T22:04:24.188Z] + OS_FAMILY=redhat [2021-05-07T22:04:24.188Z] + workspace=/w/workspace/_app-service-configurable_master [2021-05-07T22:04:24.188Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-07T22:04:24.188Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-07T22:04:24.188Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-07T22:04:24.188Z] + PACKAGES=/tmp/packages_start.txt [2021-05-07T22:04:24.188Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-05-07T22:04:24.188Z] + PACKAGES=/tmp/packages_end.txt [2021-05-07T22:04:24.188Z] + case "${OS_FAMILY}" in [2021-05-07T22:04:24.188Z] + rpm -qa [2021-05-07T22:04:24.188Z] + sort [2021-05-07T22:04:29.507Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-07T22:04:29.508Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-07T22:04:29.508Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-07T22:04:29.508Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-05-07T22:04:29.508Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-05-07T22:04:29.508Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-05-07T22:04:29.531Z] 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-05-07T22:04:29.826Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:04:30.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T22:04:30.132Z] [2021-05-07T22:04:30.132Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-07T22:04:30.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T22:04:30.448Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-07T22:04:30.448Z] df20fa9351a1: Pulling fs layer [2021-05-07T22:04:30.448Z] 36b3adc4ff6f: Pulling fs layer [2021-05-07T22:04:30.448Z] 8ad3a11d3b57: Pulling fs layer [2021-05-07T22:04:30.448Z] 46f8f816bc3b: Pulling fs layer [2021-05-07T22:04:30.448Z] 93b61091891f: Pulling fs layer [2021-05-07T22:04:30.448Z] 93b9cdb0e59b: Pulling fs layer [2021-05-07T22:04:30.448Z] 5e14af77c1be: Pulling fs layer [2021-05-07T22:04:30.448Z] 01666e4c0597: Pulling fs layer [2021-05-07T22:04:30.448Z] aa168da1d23b: Pulling fs layer [2021-05-07T22:04:30.448Z] 93b61091891f: Waiting [2021-05-07T22:04:30.448Z] 46f8f816bc3b: Waiting [2021-05-07T22:04:30.448Z] 93b9cdb0e59b: Waiting [2021-05-07T22:04:30.448Z] 01666e4c0597: Waiting [2021-05-07T22:04:30.448Z] 5e14af77c1be: Waiting [2021-05-07T22:04:30.448Z] 36b3adc4ff6f: Download complete [2021-05-07T22:04:30.448Z] 46f8f816bc3b: Verifying Checksum [2021-05-07T22:04:30.448Z] 46f8f816bc3b: Download complete [2021-05-07T22:04:30.713Z] df20fa9351a1: Download complete [2021-05-07T22:04:30.713Z] 93b9cdb0e59b: Verifying Checksum [2021-05-07T22:04:30.713Z] 93b9cdb0e59b: Download complete [2021-05-07T22:04:30.713Z] 5e14af77c1be: Verifying Checksum [2021-05-07T22:04:30.713Z] 5e14af77c1be: Download complete [2021-05-07T22:04:30.713Z] 01666e4c0597: Verifying Checksum [2021-05-07T22:04:30.713Z] 01666e4c0597: Download complete [2021-05-07T22:04:30.713Z] 93b61091891f: Download complete [2021-05-07T22:04:30.713Z] 8ad3a11d3b57: Verifying Checksum [2021-05-07T22:04:30.713Z] 8ad3a11d3b57: Download complete [2021-05-07T22:04:30.980Z] df20fa9351a1: Pull complete [2021-05-07T22:04:31.244Z] 36b3adc4ff6f: Pull complete [2021-05-07T22:04:32.652Z] 8ad3a11d3b57: Pull complete [2021-05-07T22:04:32.914Z] aa168da1d23b: Verifying Checksum [2021-05-07T22:04:32.914Z] aa168da1d23b: Download complete [2021-05-07T22:04:33.181Z] 46f8f816bc3b: Pull complete [2021-05-07T22:04:33.755Z] 93b61091891f: Pull complete [2021-05-07T22:04:33.755Z] 93b9cdb0e59b: Pull complete [2021-05-07T22:04:34.021Z] 5e14af77c1be: Pull complete [2021-05-07T22:04:34.021Z] 01666e4c0597: Pull complete [2021-05-07T22:04:42.190Z] aa168da1d23b: Pull complete [2021-05-07T22:04:42.190Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-07T22:04:42.190Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T22:04:42.190Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-07T22:04:42.319Z] prd-centos7-docker-4c-2g-3678 does not seem to be running inside a container [2021-05-07T22:04:42.397Z] $ 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-05-07T22:04:45.138Z] $ docker top 36b47eb8ee39c8462d2e1ab306db098a1c805282f53880301764436c87837b11 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T22:04:45.627Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-07T22:04:45.957Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-07T22:04:46.269Z] + ls /var/log/sa-host [2021-05-07T22:04:46.269Z] + sadf -c /var/log/sa-host/sa07 [2021-05-07T22:04:46.269Z] file_magic: OK [2021-05-07T22:04:46.269Z] HZ: Using current value: 100 [2021-05-07T22:04:46.269Z] file_header: OK [2021-05-07T22:04:46.269Z] 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-05-07T22:04:46.269Z] Statistics: [2021-05-07T22:04:46.269Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-07T22:04:46.269Z] File successfully converted to sysstat format version 12.2.1 [2021-05-07T22:04:46.269Z] + sadf -c /var/log/sa-host/sa23 [2021-05-07T22:04:46.269Z] file_magic: OK [2021-05-07T22:04:46.269Z] HZ: Using current value: 100 [2021-05-07T22:04:46.269Z] file_header: OK [2021-05-07T22:04:46.269Z] 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-05-07T22:04:46.269Z] Statistics: [2021-05-07T22:04:46.269Z] Hnuu...uuuununununu... [2021-05-07T22:04:46.269Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-07T22:04:46.867Z] provisioning config files... [2021-05-07T22:04:46.881Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config579498418525004383tmp [Pipeline] { [Pipeline] echo [2021-05-07T22:04:46.904Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:04:47.204Z] ---> create-netrc.sh [Pipeline] } [2021-05-07T22:04:47.216Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-07T22:04:47.245Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:04:47.695Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-07T22:04:47.706Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:04:48.004Z] ---> sudo-logs.sh [2021-05-07T22:04:48.005Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-07T22:04:48.032Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:04:48.330Z] ---> job-cost.sh [2021-05-07T22:04:48.330Z] lf-activate-venv: SKIPPING [2021-05-07T22:04:48.330Z] DEBUG: total: 0.20999999344348907 [2021-05-07T22:04:48.330Z] INFO: Retrieving Stack Cost... [2021-05-07T22:04:49.276Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T22:04:49.851Z] INFO: Archiving Costs [Pipeline] echo [2021-05-07T22:04:49.866Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T22:04:50.162Z] ---> logs-deploy.sh [2021-05-07T22:04:50.162Z] lf-activate-venv: SKIPPING [2021-05-07T22:04:50.162Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/106 [2021-05-07T22:04:50.162Z] INFO: archiving workspace using pattern(s): [2021-05-07T22:04:52.086Z] Archives upload complete. [2021-05-07T22:04:52.086Z] INFO: archiving logs to Nexus