Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 765a8ae72530510c4ebab34c81f831f56123a77d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go, goVersion:1.13] ========================================================= [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: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2709 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching without tags Checking out Revision 765a8ae72530510c4ebab34c81f831f56123a77d (master) Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 765a8ae72530510c4ebab34c81f831f56123a77d # timeout=10 Commit message: "Merge pull request #113 from tonyespy/update-sdk-122" > git rev-list --no-walk b52eb9e4b400164974d679b086349643dc0ae83f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-12T05:41:12.354Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-12T05:41:12.482Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-12T05:41:12.528Z] ========================================================= [2020-06-12T05:41:12.529Z] EdgeX Global Pipelines Version Info [2020-06-12T05:41:12.529Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:41:13.992Z] ------------------- [2020-06-12T05:41:13.992Z] stable info: [2020-06-12T05:41:13.992Z] ------------------- [2020-06-12T05:41:13.992Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-12T05:41:13.992Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T05:41:13.992Z] Message: update stable to v1.0.89 [2020-06-12T05:41:14.935Z] ------------------- [2020-06-12T05:41:14.935Z] experimental info: [2020-06-12T05:41:14.935Z] ------------------- [2020-06-12T05:41:14.935Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-12T05:41:14.935Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T05:41:14.935Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:16.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:41:16.437Z] [2020-06-12T05:41:16.437Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:16.759Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:41:16.760Z] latest: Pulling from edgex-devops/git-semver [2020-06-12T05:41:16.760Z] 9123ac7c32f7: Pulling fs layer [2020-06-12T05:41:16.760Z] b8cc5d1170e3: Pulling fs layer [2020-06-12T05:41:16.760Z] 2924cbbf6a41: Pulling fs layer [2020-06-12T05:41:16.760Z] 93b08a4f1073: Pulling fs layer [2020-06-12T05:41:16.760Z] 93b08a4f1073: Waiting [2020-06-12T05:41:16.760Z] b8cc5d1170e3: Download complete [2020-06-12T05:41:16.760Z] 9123ac7c32f7: Verifying Checksum [2020-06-12T05:41:16.760Z] 9123ac7c32f7: Download complete [2020-06-12T05:41:17.029Z] 93b08a4f1073: Verifying Checksum [2020-06-12T05:41:17.029Z] 93b08a4f1073: Download complete [2020-06-12T05:41:17.029Z] 2924cbbf6a41: Verifying Checksum [2020-06-12T05:41:17.029Z] 2924cbbf6a41: Download complete [2020-06-12T05:41:17.029Z] 9123ac7c32f7: Pull complete [2020-06-12T05:41:17.292Z] b8cc5d1170e3: Pull complete [2020-06-12T05:41:17.867Z] 2924cbbf6a41: Pull complete [2020-06-12T05:41:18.129Z] 93b08a4f1073: Pull complete [2020-06-12T05:41:18.129Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-12T05:41:18.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:41:18.129Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-12T05:41:18.240Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:41:18.278Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:41:20.053Z] $ docker top 8c86ac5461fce90adad3f66e5f0daf23c237e942627772834d615fc6cbe9fc99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:41:20.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:41:20.246Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:41:20.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:41:20.445Z] $ docker exec 8c86ac5461fce90adad3f66e5f0daf23c237e942627772834d615fc6cbe9fc99 ssh-agent [2020-06-12T05:41:20.602Z] SSH_AUTH_SOCK=/tmp/ssh-o9s4ky1550yJ/agent.13 [2020-06-12T05:41:20.602Z] SSH_AGENT_PID=19 [2020-06-12T05:41:20.612Z] Running ssh-add (command line suppressed) [2020-06-12T05:41:20.726Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3605904634343616160.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3605904634343616160.key) [2020-06-12T05:41:20.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:41:21.147Z] + git describe --exact-match --tags HEAD [2020-06-12T05:41:21.148Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-12T05:41:21.204Z] $ docker exec --env ******** --env ******** 8c86ac5461fce90adad3f66e5f0daf23c237e942627772834d615fc6cbe9fc99 ssh-agent -k [2020-06-12T05:41:21.321Z] unset SSH_AUTH_SOCK; [2020-06-12T05:41:21.322Z] unset SSH_AGENT_PID; [2020-06-12T05:41:21.322Z] echo Agent pid 19 killed; [2020-06-12T05:41:21.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-12T05:41:21.424Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-12T05:41:21.424Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-12T05:41:21.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:41:21.471Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:41:21.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:41:21.625Z] $ docker exec 8c86ac5461fce90adad3f66e5f0daf23c237e942627772834d615fc6cbe9fc99 ssh-agent [2020-06-12T05:41:21.785Z] SSH_AUTH_SOCK=/tmp/ssh-1xN5L2lTgUIR/agent.51 [2020-06-12T05:41:21.785Z] SSH_AGENT_PID=57 [2020-06-12T05:41:21.793Z] Running ssh-add (command line suppressed) [2020-06-12T05:41:21.905Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2754146803559709663.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2754146803559709663.key) [2020-06-12T05:41:21.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:41:22.265Z] + git semver init [2020-06-12T05:41:22.265Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:41:22.265Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-12T05:41:22.265Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-12T05:41:22.265Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:41:22.265Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:41:22.265Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:41:22.265Z] # $SEMVER_BRANCH = master [2020-06-12T05:41:22.265Z] # $SEMVER_TEMP = /tmp/semver-597338625 [2020-06-12T05:41:22.265Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-06-12T05:41:22.526Z] # '/tmp/semver-597338625' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-06-12T05:41:22.526Z] # -> Force: false [2020-06-12T05:41:22.526Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-06-12T05:41:22.533Z] $ docker exec --env ******** --env ******** 8c86ac5461fce90adad3f66e5f0daf23c237e942627772834d615fc6cbe9fc99 ssh-agent -k [2020-06-12T05:41:22.646Z] unset SSH_AUTH_SOCK; [2020-06-12T05:41:22.646Z] unset SSH_AGENT_PID; [2020-06-12T05:41:22.646Z] echo Agent pid 57 killed; [2020-06-12T05:41:22.694Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:41:23.088Z] + git semver [Pipeline] } [2020-06-12T05:41:23.105Z] $ docker stop --time=1 8c86ac5461fce90adad3f66e5f0daf23c237e942627772834d615fc6cbe9fc99 [2020-06-12T05:41:24.511Z] $ docker rm -f 8c86ac5461fce90adad3f66e5f0daf23c237e942627772834d615fc6cbe9fc99 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-12T05:41:25.095Z] Stashed 27 file(s) [Pipeline] echo [2020-06-12T05:41:25.097Z] [edgeXSemver] initialized semver on version 1.2.1-dev.1 [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 [2020-06-12T05:41:40.267Z] Still waiting to schedule task [2020-06-12T05:41:40.267Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-12T05:41:40.271Z] Still waiting to schedule task [2020-06-12T05:41:40.271Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-12T05:43:07.999Z] Running on prd-centos7-docker-4c-2g-2714 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-06-12T05:43:08.026Z] Running in /w/workspace/device-virtual-go/14 [Pipeline] { [Pipeline] checkout [2020-06-12T05:43:11.141Z] using credential edgex-jenkins-ssh [2020-06-12T05:43:11.169Z] Cloning the remote Git repository [2020-06-12T05:43:11.170Z] Cloning with configured refspecs honoured and without tags [2020-06-12T05:43:11.200Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-06-12T05:43:11.302Z] > git init /w/workspace/device-virtual-go/14 # timeout=10 [2020-06-12T05:43:11.352Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-12T05:43:11.353Z] > git --version # timeout=10 [2020-06-12T05:43:11.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:43:11.385Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:43:11.935Z] Fetching without tags [2020-06-12T05:43:12.308Z] Checking out Revision 765a8ae72530510c4ebab34c81f831f56123a77d (master) [2020-06-12T05:43:11.905Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-12T05:43:11.912Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:43:11.929Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-12T05:43:11.940Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-12T05:43:11.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:43:11.944Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:43:12.318Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T05:43:12.322Z] > git checkout -f 765a8ae72530510c4ebab34c81f831f56123a77d # timeout=10 [2020-06-12T05:43:15.972Z] Commit message: "Merge pull request #113 from tonyespy/update-sdk-122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T05:43:16.594Z] ========================================================= [2020-06-12T05:43:16.594Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-12T05:43:16.594Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:17.332Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-12T05:43:18.309Z] Sending build context to Docker daemon 519.2kB [2020-06-12T05:43:18.309Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-12T05:43:18.309Z] Step 2/8 : FROM ${BASE} [2020-06-12T05:43:18.582Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-12T05:43:18.582Z] e6b0cf9c0882: Pulling fs layer [2020-06-12T05:43:18.582Z] 2848faf0eed1: Pulling fs layer [2020-06-12T05:43:18.582Z] 0f37312ad70f: Pulling fs layer [2020-06-12T05:43:18.582Z] 5788d62ee057: Pulling fs layer [2020-06-12T05:43:18.582Z] 0e6b1d234666: Pulling fs layer [2020-06-12T05:43:18.582Z] bf5d7aec512f: Pulling fs layer [2020-06-12T05:43:18.582Z] 34c802a77dc8: Pulling fs layer [2020-06-12T05:43:18.582Z] 9eb99e56ec68: Pulling fs layer [2020-06-12T05:43:18.582Z] 27c7a5d97fbd: Pulling fs layer [2020-06-12T05:43:18.582Z] 5c102a31e300: Pulling fs layer [2020-06-12T05:43:18.582Z] dcfb455df0a1: Pulling fs layer [2020-06-12T05:43:18.582Z] 5788d62ee057: Waiting [2020-06-12T05:43:18.582Z] 9eb99e56ec68: Waiting [2020-06-12T05:43:18.582Z] 27c7a5d97fbd: Waiting [2020-06-12T05:43:18.582Z] 5c102a31e300: Waiting [2020-06-12T05:43:18.582Z] dcfb455df0a1: Waiting [2020-06-12T05:43:18.582Z] 0e6b1d234666: Waiting [2020-06-12T05:43:18.582Z] bf5d7aec512f: Waiting [2020-06-12T05:43:18.582Z] 0f37312ad70f: Verifying Checksum [2020-06-12T05:43:18.582Z] 0f37312ad70f: Download complete [2020-06-12T05:43:18.582Z] 2848faf0eed1: Download complete [2020-06-12T05:43:18.582Z] 0e6b1d234666: Verifying Checksum [2020-06-12T05:43:18.582Z] 0e6b1d234666: Download complete [2020-06-12T05:43:18.582Z] e6b0cf9c0882: Verifying Checksum [2020-06-12T05:43:18.582Z] bf5d7aec512f: Verifying Checksum [2020-06-12T05:43:18.582Z] bf5d7aec512f: Download complete [2020-06-12T05:43:18.855Z] e6b0cf9c0882: Pull complete [2020-06-12T05:43:19.445Z] 34c802a77dc8: Verifying Checksum [2020-06-12T05:43:19.445Z] 34c802a77dc8: Download complete [2020-06-12T05:43:19.445Z] 27c7a5d97fbd: Verifying Checksum [2020-06-12T05:43:19.445Z] 27c7a5d97fbd: Download complete [2020-06-12T05:43:19.720Z] 5c102a31e300: Verifying Checksum [2020-06-12T05:43:19.720Z] 5c102a31e300: Download complete [2020-06-12T05:43:19.983Z] dcfb455df0a1: Verifying Checksum [2020-06-12T05:43:19.983Z] dcfb455df0a1: Download complete [2020-06-12T05:43:19.983Z] 9eb99e56ec68: Verifying Checksum [2020-06-12T05:43:19.983Z] 9eb99e56ec68: Download complete [2020-06-12T05:43:19.983Z] 5788d62ee057: Verifying Checksum [2020-06-12T05:43:19.983Z] 5788d62ee057: Download complete [2020-06-12T05:43:20.951Z] 2848faf0eed1: Pull complete [2020-06-12T05:43:21.220Z] 0f37312ad70f: Pull complete [2020-06-12T05:43:27.839Z] 5788d62ee057: Pull complete [2020-06-12T05:43:27.839Z] 0e6b1d234666: Pull complete [2020-06-12T05:43:27.839Z] bf5d7aec512f: Pull complete [2020-06-12T05:43:32.075Z] 34c802a77dc8: Pull complete [2020-06-12T05:43:36.341Z] 9eb99e56ec68: Pull complete [2020-06-12T05:43:36.341Z] 27c7a5d97fbd: Pull complete [2020-06-12T05:43:36.608Z] 5c102a31e300: Pull complete [2020-06-12T05:43:36.869Z] dcfb455df0a1: Pull complete [2020-06-12T05:43:36.870Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-12T05:43:36.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-12T05:43:36.870Z] ---> 7c70fe431013 [2020-06-12T05:43:36.870Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-12T05:43:38.786Z] ---> Running in 23cd7dcf2929 [2020-06-12T05:43:38.786Z] Removing intermediate container 23cd7dcf2929 [2020-06-12T05:43:38.786Z] ---> 7fd61b1876ab [2020-06-12T05:43:38.786Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:43:39.049Z] ---> Running in 45570be74c0d [2020-06-12T05:43:40.439Z] Removing intermediate container 45570be74c0d [2020-06-12T05:43:40.439Z] ---> e668497267d2 [2020-06-12T05:43:40.439Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-12T05:43:40.439Z] ---> Running in 32e169839c68 [2020-06-12T05:43:40.704Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T05:43:41.650Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T05:43:42.227Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:43:42.489Z] (2/17) Installing libmagic (5.37-r1) [2020-06-12T05:43:42.752Z] (3/17) Installing file (5.37-r1) [2020-06-12T05:43:43.013Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:43:43.013Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:43:43.013Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:44:01.559Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2717 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-06-12T05:44:01.584Z] Running in /w/workspace/device-virtual-go/14 [Pipeline] { [Pipeline] checkout [2020-06-12T05:44:05.002Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-12T05:44:05.002Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-12T05:44:06.937Z] using credential edgex-jenkins-ssh [2020-06-12T05:44:06.971Z] Cloning the remote Git repository [2020-06-12T05:44:06.971Z] Cloning with configured refspecs honoured and without tags [2020-06-12T05:44:07.022Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-06-12T05:44:07.138Z] > git init /w/workspace/device-virtual-go/14 # timeout=10 [2020-06-12T05:44:07.221Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-12T05:44:07.222Z] > git --version # timeout=10 [2020-06-12T05:44:07.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:44:07.334Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:44:08.121Z] Fetching without tags [2020-06-12T05:44:08.949Z] Checking out Revision 765a8ae72530510c4ebab34c81f831f56123a77d (master) [2020-06-12T05:44:08.026Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-12T05:44:08.047Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:44:08.071Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-12T05:44:08.107Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-12T05:44:08.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:44:08.118Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:44:08.943Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T05:44:08.960Z] > git checkout -f 765a8ae72530510c4ebab34c81f831f56123a77d # timeout=10 [2020-06-12T05:44:09.216Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-12T05:44:09.216Z] (10/17) Installing build-base (0.5-r1) [2020-06-12T05:44:09.216Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-12T05:44:09.477Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-12T05:44:09.477Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-12T05:44:09.737Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-12T05:44:10.000Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-12T05:44:10.000Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-12T05:44:10.000Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-12T05:44:10.262Z] Executing busybox-1.31.1-r8.trigger [2020-06-12T05:44:10.262Z] OK: 214 MiB in 52 packages [2020-06-12T05:44:13.579Z] Removing intermediate container 32e169839c68 [2020-06-12T05:44:13.579Z] ---> 57c3ba3aa325 [2020-06-12T05:44:13.579Z] Step 6/8 : WORKDIR /device-virtual-go [2020-06-12T05:44:13.628Z] Commit message: "Merge pull request #113 from tonyespy/update-sdk-122" [2020-06-12T05:44:13.841Z] ---> Running in b8103b02a11e [2020-06-12T05:44:13.841Z] Removing intermediate container b8103b02a11e [2020-06-12T05:44:13.841Z] ---> e07bbc7df73b [2020-06-12T05:44:13.841Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T05:44:14.477Z] ========================================================= [2020-06-12T05:44:14.477Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-12T05:44:14.477Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:44:14.789Z] ---> ed8698d522a3 [2020-06-12T05:44:14.790Z] Step 8/8 : RUN go mod download [2020-06-12T05:44:14.790Z] ---> Running in 5f7d3830a370 [2020-06-12T05:44:15.565Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-12T05:44:16.562Z] Sending build context to Docker daemon 519.2kB [2020-06-12T05:44:16.562Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-12T05:44:16.562Z] Step 2/8 : FROM ${BASE} [2020-06-12T05:44:16.712Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:44:16.712Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:44:16.712Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T05:44:16.712Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:44:16.712Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T05:44:16.712Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T05:44:16.712Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:44:16.712Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T05:44:16.712Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:44:16.712Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:44:16.712Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:44:16.712Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:44:16.712Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:44:16.712Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:44:16.712Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T05:44:16.712Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:44:16.712Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T05:44:16.712Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:44:16.712Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T05:44:16.712Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-12T05:44:16.712Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T05:44:16.712Z] go: finding github.com/google/uuid v1.1.0 [2020-06-12T05:44:16.712Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T05:44:16.712Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T05:44:16.712Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T05:44:16.712Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T05:44:16.712Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T05:44:16.712Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:44:16.712Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:44:16.713Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T05:44:16.713Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:44:16.713Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T05:44:16.713Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T05:44:16.713Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T05:44:16.713Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-06-12T05:44:16.713Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T05:44:16.713Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T05:44:16.713Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-12T05:44:16.838Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-12T05:44:16.839Z] cde5963f3b93: Pulling fs layer [2020-06-12T05:44:16.839Z] 2a23fa8c16f7: Pulling fs layer [2020-06-12T05:44:16.839Z] 777b28850792: Pulling fs layer [2020-06-12T05:44:16.839Z] 8a11ddd9e578: Pulling fs layer [2020-06-12T05:44:16.839Z] 4cf88f913ddb: Pulling fs layer [2020-06-12T05:44:16.839Z] 1df406cf5192: Pulling fs layer [2020-06-12T05:44:16.839Z] cd6300453558: Pulling fs layer [2020-06-12T05:44:16.839Z] b9c365052c96: Pulling fs layer [2020-06-12T05:44:16.839Z] a2d8cc88f415: Pulling fs layer [2020-06-12T05:44:16.839Z] ea1d1ca13537: Pulling fs layer [2020-06-12T05:44:16.839Z] 3750a50a1c5e: Pulling fs layer [2020-06-12T05:44:16.839Z] 4cf88f913ddb: Waiting [2020-06-12T05:44:16.839Z] 1df406cf5192: Waiting [2020-06-12T05:44:16.839Z] cd6300453558: Waiting [2020-06-12T05:44:16.839Z] b9c365052c96: Waiting [2020-06-12T05:44:16.839Z] a2d8cc88f415: Waiting [2020-06-12T05:44:16.839Z] ea1d1ca13537: Waiting [2020-06-12T05:44:16.839Z] 3750a50a1c5e: Waiting [2020-06-12T05:44:16.839Z] 8a11ddd9e578: Waiting [2020-06-12T05:44:16.839Z] 777b28850792: Download complete [2020-06-12T05:44:16.839Z] 2a23fa8c16f7: Verifying Checksum [2020-06-12T05:44:16.839Z] 2a23fa8c16f7: Download complete [2020-06-12T05:44:16.839Z] 4cf88f913ddb: Download complete [2020-06-12T05:44:16.839Z] 1df406cf5192: Verifying Checksum [2020-06-12T05:44:16.839Z] 1df406cf5192: Download complete [2020-06-12T05:44:16.839Z] cde5963f3b93: Verifying Checksum [2020-06-12T05:44:16.839Z] cde5963f3b93: Download complete [2020-06-12T05:44:16.977Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T05:44:16.977Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T05:44:16.977Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T05:44:16.977Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-12T05:44:16.977Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-12T05:44:16.977Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T05:44:16.977Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-06-12T05:44:16.977Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-12T05:44:16.977Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:44:16.977Z] go: finding modernc.org/b v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/db v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/file v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/fileutil v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/golex v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/internal v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/lldb v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/mathutil v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/ql v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/sortutil v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/strutil v1.0.0 [2020-06-12T05:44:16.977Z] go: finding modernc.org/zappy v1.0.0 [2020-06-12T05:44:17.840Z] cde5963f3b93: Pull complete [2020-06-12T05:44:18.457Z] 2a23fa8c16f7: Pull complete [2020-06-12T05:44:18.873Z] 777b28850792: Pull complete [2020-06-12T05:44:19.872Z] cd6300453558: Verifying Checksum [2020-06-12T05:44:19.872Z] cd6300453558: Download complete [2020-06-12T05:44:19.872Z] a2d8cc88f415: Download complete [2020-06-12T05:44:20.861Z] ea1d1ca13537: Verifying Checksum [2020-06-12T05:44:20.861Z] ea1d1ca13537: Download complete [2020-06-12T05:44:20.861Z] 3750a50a1c5e: Download complete [2020-06-12T05:44:21.465Z] b9c365052c96: Verifying Checksum [2020-06-12T05:44:21.465Z] b9c365052c96: Download complete [2020-06-12T05:44:22.912Z] 8a11ddd9e578: Verifying Checksum [2020-06-12T05:44:22.912Z] 8a11ddd9e578: Download complete [2020-06-12T05:44:25.141Z] Removing intermediate container 5f7d3830a370 [2020-06-12T05:44:25.141Z] ---> da92e815249a [2020-06-12T05:44:25.410Z] Successfully built da92e815249a [2020-06-12T05:44:25.410Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:44:25.894Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-12T05:44:25.894Z] . [Pipeline] withDockerContainer [2020-06-12T05:44:26.009Z] prd-centos7-docker-4c-2g-2714 does not seem to be running inside a container [2020-06-12T05:44:26.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/14 -v /w/workspace/device-virtual-go/14:/w/workspace/device-virtual-go/14:rw,z -v /w/workspace/device-virtual-go/14@tmp:/w/workspace/device-virtual-go/14@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 ******** ci-base-image-x86_64 cat [2020-06-12T05:44:27.478Z] $ docker top 227ac51976424865f3eb9e41622b0c18f243798278630a83c97c0976c44723c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:44:27.914Z] + go version [2020-06-12T05:44:27.914Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-12T05:44:28.214Z] + make test [2020-06-12T05:44:28.214Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-12T05:44:29.170Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-06-12T05:44:35.357Z] 8a11ddd9e578: Pull complete [2020-06-12T05:44:35.357Z] 4cf88f913ddb: Pull complete [2020-06-12T05:44:35.357Z] 1df406cf5192: Pull complete [2020-06-12T05:44:38.767Z] cd6300453558: Pull complete [2020-06-12T05:44:41.571Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-06-12T05:44:43.072Z] b9c365052c96: Pull complete [2020-06-12T05:44:43.344Z] a2d8cc88f415: Pull complete [2020-06-12T05:44:45.323Z] ea1d1ca13537: Pull complete [2020-06-12T05:44:45.926Z] 3750a50a1c5e: Pull complete [2020-06-12T05:44:45.926Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-12T05:44:45.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-12T05:44:45.926Z] ---> 78745c68409d [2020-06-12T05:44:45.926Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-12T05:44:50.256Z] ---> Running in 75b69f2ea201 [2020-06-12T05:44:50.852Z] Removing intermediate container 75b69f2ea201 [2020-06-12T05:44:50.852Z] ---> c129c6134d58 [2020-06-12T05:44:50.852Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:44:50.852Z] ---> Running in 3cae72e44315 [2020-06-12T05:44:53.469Z] Removing intermediate container 3cae72e44315 [2020-06-12T05:44:53.469Z] ---> f764a4e2638e [2020-06-12T05:44:53.469Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-12T05:44:53.469Z] ---> Running in 45e601d046f4 [2020-06-12T05:44:54.901Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T05:44:56.335Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T05:44:57.314Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:44:57.314Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:44:57.586Z] (3/18) Installing libmagic (5.37-r1) [2020-06-12T05:44:57.855Z] (4/18) Installing file (5.37-r1) [2020-06-12T05:44:58.126Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:44:58.126Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:44:58.126Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:45:10.492Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-12T05:45:10.492Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-12T05:45:18.773Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-12T05:45:18.773Z] (11/18) Installing build-base (0.5-r1) [2020-06-12T05:45:18.773Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-12T05:45:18.773Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-12T05:45:19.047Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-12T05:45:19.674Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-12T05:45:19.674Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-12T05:45:19.674Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-12T05:45:19.950Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-12T05:45:19.950Z] Executing busybox-1.31.1-r8.trigger [2020-06-12T05:45:19.950Z] OK: 203 MiB in 52 packages [2020-06-12T05:45:26.677Z] Removing intermediate container 45e601d046f4 [2020-06-12T05:45:26.677Z] ---> ea9fe87cfcc6 [2020-06-12T05:45:26.677Z] Step 6/8 : WORKDIR /device-virtual-go [2020-06-12T05:45:26.677Z] ---> Running in b46c5ed45808 [2020-06-12T05:45:26.954Z] Removing intermediate container b46c5ed45808 [2020-06-12T05:45:26.954Z] ---> 9da709e5c469 [2020-06-12T05:45:26.954Z] Step 7/8 : COPY . . [2020-06-12T05:45:27.930Z] ---> 1318d39b9a1b [2020-06-12T05:45:27.930Z] Step 8/8 : RUN go mod download [2020-06-12T05:45:27.930Z] ---> Running in d55fe351a976 [2020-06-12T05:45:30.540Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:45:30.540Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:45:30.540Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T05:45:30.540Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:45:30.540Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T05:45:30.540Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T05:45:30.540Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:45:30.540Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T05:45:30.540Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:45:30.540Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:45:30.540Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:45:30.540Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:45:30.540Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:45:30.540Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:45:30.540Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T05:45:30.540Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:45:30.540Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T05:45:30.540Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:45:30.540Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T05:45:30.540Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-12T05:45:30.540Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T05:45:30.540Z] go: finding github.com/google/uuid v1.1.0 [2020-06-12T05:45:30.540Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T05:45:30.540Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T05:45:30.540Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T05:45:30.815Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T05:45:30.815Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T05:45:30.815Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:45:30.815Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:45:30.815Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T05:45:30.815Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:45:30.815Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T05:45:30.815Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T05:45:30.815Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T05:45:30.815Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-06-12T05:45:30.815Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T05:45:30.815Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T05:45:30.815Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-12T05:45:30.815Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T05:45:30.815Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T05:45:30.815Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T05:45:30.815Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-12T05:45:30.815Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-12T05:45:30.815Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T05:45:30.815Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-06-12T05:45:30.815Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-12T05:45:31.088Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:45:31.088Z] go: finding modernc.org/b v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/db v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/file v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/fileutil v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/golex v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/internal v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/lldb v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/mathutil v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/ql v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/sortutil v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/strutil v1.0.0 [2020-06-12T05:45:31.088Z] go: finding modernc.org/zappy v1.0.0 [2020-06-12T05:45:37.966Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 48.480s coverage: 52.7% of statements [2020-06-12T05:45:37.966Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-12T05:45:37.966Z] gofmt -l . [2020-06-12T05:45:37.966Z] [ "`gofmt -l .`" = "" ] [2020-06-12T05:45:37.966Z] ./bin/test-attribution-txt.sh [2020-06-12T05:45:37.966Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-12T05:45:38.240Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T05:45:38.245Z] $ docker stop --time=1 227ac51976424865f3eb9e41622b0c18f243798278630a83c97c0976c44723c1 [2020-06-12T05:45:39.809Z] $ docker rm -f 227ac51976424865f3eb9e41622b0c18f243798278630a83c97c0976c44723c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T05:45:40.740Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T05:45:41.041Z] + ls -al . [2020-06-12T05:45:41.041Z] total 112 [2020-06-12T05:45:41.041Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 12 05:45 . [2020-06-12T05:45:41.041Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 12 05:43 .. [2020-06-12T05:45:41.041Z] -rw-rw-r--. 1 jenkins jenkins 6432 Jun 12 05:43 Attribution.txt [2020-06-12T05:45:41.041Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 12 05:43 bin [2020-06-12T05:45:41.041Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 12 05:43 cmd [2020-06-12T05:45:41.042Z] -rw-r--r--. 1 jenkins jenkins 32181 Jun 12 05:45 coverage.out [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 1826 Jun 12 05:43 Dockerfile [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 957 Jun 12 05:43 Dockerfile.build [2020-06-12T05:45:41.042Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 12 05:43 .git [2020-06-12T05:45:41.042Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 12 05:43 .github [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 258 Jun 12 05:43 .gitignore [2020-06-12T05:45:41.042Z] -rw-r--r--. 1 jenkins jenkins 855 Jun 12 05:45 go.mod [2020-06-12T05:45:41.042Z] -rw-r--r--. 1 jenkins jenkins 14894 Jun 12 05:45 go.sum [2020-06-12T05:45:41.042Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 12 05:43 internal [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 683 Jun 12 05:43 Jenkinsfile [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 12 05:43 LICENSE [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 873 Jun 12 05:43 Makefile [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 4413 Jun 12 05:43 README.md [2020-06-12T05:45:41.042Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 12 05:43 .semver [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 12 05:41 VERSION [2020-06-12T05:45:41.042Z] -rw-rw-r--. 1 jenkins jenkins 235 Jun 12 05:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:45:41.276Z] Removing intermediate container d55fe351a976 [2020-06-12T05:45:41.276Z] ---> 7a56f473f6dc [2020-06-12T05:45:41.276Z] Successfully built 7a56f473f6dc [2020-06-12T05:45:41.276Z] Successfully tagged ci-base-image-arm64:latest [2020-06-12T05:45:41.344Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=765a8ae72530510c4ebab34c81f831f56123a77d --label arch=amd64 --label version=1.2.1-dev.1 . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:45:41.608Z] Sending build context to Docker daemon 34.14MB [2020-06-12T05:45:41.608Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-12T05:45:41.608Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-12T05:45:41.608Z] ---> da92e815249a [2020-06-12T05:45:41.608Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-12T05:45:41.843Z] + docker inspect -f . ci-base-image-arm64 [2020-06-12T05:45:41.843Z] . [Pipeline] withDockerContainer [2020-06-12T05:45:42.135Z] prd-ubuntu18.04-docker-arm64-4c-16g-2717 does not seem to be running inside a container [2020-06-12T05:45:42.180Z] ---> Running in 8f4dd53f6cf4 [2020-06-12T05:45:42.180Z] Removing intermediate container 8f4dd53f6cf4 [2020-06-12T05:45:42.180Z] ---> 7eda5763a2ec [2020-06-12T05:45:42.180Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T05:45:42.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/14 -v /w/workspace/device-virtual-go/14:/w/workspace/device-virtual-go/14:rw,z -v /w/workspace/device-virtual-go/14@tmp:/w/workspace/device-virtual-go/14@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 ******** ci-base-image-arm64 cat [2020-06-12T05:45:42.444Z] ---> Running in b89313623a9b [2020-06-12T05:45:42.444Z] Removing intermediate container b89313623a9b [2020-06-12T05:45:42.444Z] ---> 9749bd734b89 [2020-06-12T05:45:42.444Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-06-12T05:45:42.444Z] ---> Running in 6e7652689113 [2020-06-12T05:45:42.706Z] Removing intermediate container 6e7652689113 [2020-06-12T05:45:42.706Z] ---> f7ad5f58c040 [2020-06-12T05:45:42.707Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:45:42.707Z] ---> Running in 9b4238b9d4b3 [2020-06-12T05:45:43.654Z] Removing intermediate container 9b4238b9d4b3 [2020-06-12T05:45:43.654Z] ---> bab31185f893 [2020-06-12T05:45:43.654Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T05:45:43.654Z] ---> Running in 519563b1a00e [2020-06-12T05:45:43.918Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T05:45:44.144Z] $ docker top fb9f94957d91b2972e7fd9a94d63f0c6369ca12a2e1d2910603863d59a8c3255 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:45:44.860Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T05:45:45.121Z] OK: 214 MiB in 52 packages [2020-06-12T05:45:45.561Z] + go version [2020-06-12T05:45:45.561Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-12T05:45:45.696Z] Removing intermediate container 519563b1a00e [2020-06-12T05:45:45.696Z] ---> b95471e64229 [2020-06-12T05:45:45.696Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-06-12T05:45:45.696Z] ---> Running in 61cb43abad2f [2020-06-12T05:45:45.959Z] Removing intermediate container 61cb43abad2f [2020-06-12T05:45:45.959Z] ---> b490f2d3a742 [2020-06-12T05:45:45.959Z] Step 9/21 : COPY . . [2020-06-12T05:45:46.610Z] + make test [2020-06-12T05:45:46.610Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-12T05:45:47.350Z] ---> 171e0442a39e [2020-06-12T05:45:47.350Z] Step 10/21 : ARG MAKE='make build' [2020-06-12T05:45:47.350Z] ---> Running in 166837c4a9d7 [2020-06-12T05:45:47.350Z] Removing intermediate container 166837c4a9d7 [2020-06-12T05:45:47.350Z] ---> 9c0b44fc390b [2020-06-12T05:45:47.350Z] Step 11/21 : RUN $MAKE [2020-06-12T05:45:47.350Z] ---> Running in 4c351f3881c0 [2020-06-12T05:45:47.602Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-06-12T05:45:47.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1-dev.1" -o cmd/device-virtual ./cmd [2020-06-12T05:46:00.306Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-12T05:46:02.856Z] Removing intermediate container 4c351f3881c0 [2020-06-12T05:46:02.856Z] ---> e03dab33864a [2020-06-12T05:46:02.856Z] Step 12/21 : FROM alpine [2020-06-12T05:46:03.428Z] latest: Pulling from library/alpine [2020-06-12T05:46:03.428Z] df20fa9351a1: Pulling fs layer [2020-06-12T05:46:03.690Z] df20fa9351a1: Verifying Checksum [2020-06-12T05:46:03.690Z] df20fa9351a1: Download complete [2020-06-12T05:46:03.952Z] df20fa9351a1: Pull complete [2020-06-12T05:46:03.952Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T05:46:03.952Z] Status: Downloaded newer image for alpine:latest [2020-06-12T05:46:03.952Z] ---> a24bb4013296 [2020-06-12T05:46:03.952Z] Step 13/21 : ENV APP_PORT=49990 [2020-06-12T05:46:03.952Z] ---> Running in 65586ccc53fc [2020-06-12T05:46:04.218Z] Removing intermediate container 65586ccc53fc [2020-06-12T05:46:04.218Z] ---> 2e593270adc2 [2020-06-12T05:46:04.218Z] Step 14/21 : EXPOSE $APP_PORT [2020-06-12T05:46:04.218Z] ---> Running in b3f9db87dd6a [2020-06-12T05:46:04.218Z] Removing intermediate container b3f9db87dd6a [2020-06-12T05:46:04.218Z] ---> 2ad59f6c9cf5 [2020-06-12T05:46:04.218Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-06-12T05:46:04.792Z] ---> 975fba11928e [2020-06-12T05:46:04.792Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-06-12T05:46:05.055Z] ---> 25333559a3d4 [2020-06-12T05:46:05.055Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-06-12T05:46:05.316Z] ---> ca7fe4da5a1f [2020-06-12T05:46:05.316Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-12T05:46:05.316Z] ---> Running in 0634dee22902 [2020-06-12T05:46:05.576Z] Removing intermediate container 0634dee22902 [2020-06-12T05:46:05.576Z] ---> c0409912869c [2020-06-12T05:46:05.576Z] Step 19/21 : LABEL arch=amd64 [2020-06-12T05:46:05.576Z] ---> Running in 424e81d6abd7 [2020-06-12T05:46:05.576Z] Removing intermediate container 424e81d6abd7 [2020-06-12T05:46:05.577Z] ---> e3cbf3b55d6d [2020-06-12T05:46:05.577Z] Step 20/21 : LABEL git_sha=765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:46:05.837Z] ---> Running in 3d7f8aa2f3a4 [2020-06-12T05:46:05.837Z] Removing intermediate container 3d7f8aa2f3a4 [2020-06-12T05:46:05.837Z] ---> 50df9dbcf0ce [2020-06-12T05:46:05.837Z] Step 21/21 : LABEL version=1.2.1-dev.1 [2020-06-12T05:46:05.837Z] ---> Running in 1c9cb979a343 [2020-06-12T05:46:06.098Z] Removing intermediate container 1c9cb979a343 [2020-06-12T05:46:06.098Z] ---> 5225fcff552f [2020-06-12T05:46:06.098Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T05:46:06.098Z] Successfully built 5225fcff552f [2020-06-12T05:46:06.098Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-12T05:46:06.341Z] provisioning config files... [2020-06-12T05:46:06.381Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/14@tmp/config4525023229493876624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:46:06.715Z] nexus3.edgexfoundry.org:10001 [2020-06-12T05:46:06.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:06.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:06.978Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:06.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:06.978Z] [2020-06-12T05:46:06.978Z] Login Succeeded [2020-06-12T05:46:06.978Z] nexus3.edgexfoundry.org:10002 [2020-06-12T05:46:06.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:06.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:06.978Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:06.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:06.978Z] [2020-06-12T05:46:06.978Z] Login Succeeded [2020-06-12T05:46:06.978Z] nexus3.edgexfoundry.org:10003 [2020-06-12T05:46:07.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:07.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:07.241Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:07.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:07.241Z] [2020-06-12T05:46:07.241Z] Login Succeeded [2020-06-12T05:46:07.241Z] nexus3.edgexfoundry.org:10004 [2020-06-12T05:46:07.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:07.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:07.503Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:07.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:07.503Z] [2020-06-12T05:46:07.503Z] Login Succeeded [2020-06-12T05:46:07.503Z] docker.io [2020-06-12T05:46:07.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:07.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:07.764Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:07.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:07.764Z] [2020-06-12T05:46:07.764Z] Login Succeeded [Pipeline] } [2020-06-12T05:46:07.773Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T05:46:07.881Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-06-12T05:46:07.881Z] 765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:46:07.881Z] latest [2020-06-12T05:46:07.881Z] 1.2.1-dev.1 [2020-06-12T05:46:07.881Z] 765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1-dev.1 [2020-06-12T05:46:07.881Z] master [2020-06-12T05:46:07.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:08.257Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:08.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:46:08.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-12T05:46:08.551Z] e7006de6f6ef: Preparing [2020-06-12T05:46:08.551Z] c2896841fd78: Preparing [2020-06-12T05:46:08.551Z] b50d23e4c43f: Preparing [2020-06-12T05:46:08.551Z] 50644c29ef5a: Preparing [2020-06-12T05:46:08.551Z] 50644c29ef5a: Layer already exists [2020-06-12T05:46:08.551Z] c2896841fd78: Pushed [2020-06-12T05:46:08.551Z] e7006de6f6ef: Pushed [2020-06-12T05:46:09.938Z] b50d23e4c43f: Pushed [2020-06-12T05:46:09.938Z] 765a8ae72530510c4ebab34c81f831f56123a77d: digest: sha256:769c6d768dccc2e5ae7ea80c23222c1f04272bf0872deead2e67961cb8556382 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:10.239Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:10.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-06-12T05:46:10.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-12T05:46:10.537Z] e7006de6f6ef: Preparing [2020-06-12T05:46:10.537Z] c2896841fd78: Preparing [2020-06-12T05:46:10.537Z] b50d23e4c43f: Preparing [2020-06-12T05:46:10.537Z] 50644c29ef5a: Preparing [2020-06-12T05:46:10.537Z] e7006de6f6ef: Layer already exists [2020-06-12T05:46:10.537Z] b50d23e4c43f: Layer already exists [2020-06-12T05:46:10.537Z] c2896841fd78: Layer already exists [2020-06-12T05:46:10.537Z] 50644c29ef5a: Layer already exists [2020-06-12T05:46:10.537Z] latest: digest: sha256:769c6d768dccc2e5ae7ea80c23222c1f04272bf0872deead2e67961cb8556382 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:10.836Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:11.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.1-dev.1 [2020-06-12T05:46:11.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-12T05:46:11.130Z] e7006de6f6ef: Preparing [2020-06-12T05:46:11.130Z] c2896841fd78: Preparing [2020-06-12T05:46:11.130Z] b50d23e4c43f: Preparing [2020-06-12T05:46:11.130Z] 50644c29ef5a: Preparing [2020-06-12T05:46:11.130Z] 50644c29ef5a: Layer already exists [2020-06-12T05:46:11.130Z] b50d23e4c43f: Layer already exists [2020-06-12T05:46:11.130Z] c2896841fd78: Layer already exists [2020-06-12T05:46:11.130Z] e7006de6f6ef: Layer already exists [2020-06-12T05:46:11.130Z] 1.2.1-dev.1: digest: sha256:769c6d768dccc2e5ae7ea80c23222c1f04272bf0872deead2e67961cb8556382 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:11.433Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:11.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1-dev.1 [2020-06-12T05:46:11.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-12T05:46:11.731Z] e7006de6f6ef: Preparing [2020-06-12T05:46:11.731Z] c2896841fd78: Preparing [2020-06-12T05:46:11.731Z] b50d23e4c43f: Preparing [2020-06-12T05:46:11.731Z] 50644c29ef5a: Preparing [2020-06-12T05:46:11.731Z] b50d23e4c43f: Layer already exists [2020-06-12T05:46:11.731Z] c2896841fd78: Layer already exists [2020-06-12T05:46:11.731Z] e7006de6f6ef: Layer already exists [2020-06-12T05:46:11.731Z] 50644c29ef5a: Layer already exists [2020-06-12T05:46:11.731Z] 765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1-dev.1: digest: sha256:769c6d768dccc2e5ae7ea80c23222c1f04272bf0872deead2e67961cb8556382 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:12.040Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:12.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-06-12T05:46:12.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-12T05:46:12.342Z] e7006de6f6ef: Preparing [2020-06-12T05:46:12.342Z] c2896841fd78: Preparing [2020-06-12T05:46:12.342Z] b50d23e4c43f: Preparing [2020-06-12T05:46:12.342Z] 50644c29ef5a: Preparing [2020-06-12T05:46:12.342Z] b50d23e4c43f: Layer already exists [2020-06-12T05:46:12.342Z] 50644c29ef5a: Layer already exists [2020-06-12T05:46:12.342Z] e7006de6f6ef: Layer already exists [2020-06-12T05:46:12.342Z] c2896841fd78: Layer already exists [2020-06-12T05:46:12.342Z] master: digest: sha256:769c6d768dccc2e5ae7ea80c23222c1f04272bf0872deead2e67961cb8556382 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-12T05:46:34.697Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-06-12T05:48:56.551Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 146.433s coverage: 52.7% of statements [2020-06-12T05:48:56.551Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-12T05:49:03.268Z] gofmt -l . [2020-06-12T05:49:03.268Z] [ "`gofmt -l .`" = "" ] [2020-06-12T05:49:03.268Z] ./bin/test-attribution-txt.sh [2020-06-12T05:49:03.542Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-12T05:49:04.168Z] Warning: overwriting stash ‘coverage-report’ [2020-06-12T05:49:04.555Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T05:49:04.527Z] $ docker stop --time=1 fb9f94957d91b2972e7fd9a94d63f0c6369ca12a2e1d2910603863d59a8c3255 [2020-06-12T05:49:06.649Z] $ docker rm -f fb9f94957d91b2972e7fd9a94d63f0c6369ca12a2e1d2910603863d59a8c3255 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T05:49:07.739Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T05:49:08.074Z] + ls -al . [2020-06-12T05:49:08.074Z] total 140 [2020-06-12T05:49:08.074Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 05:49 . [2020-06-12T05:49:08.074Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 05:44 .. [2020-06-12T05:49:08.074Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 05:44 .git [2020-06-12T05:49:08.074Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 05:44 .github [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 12 05:44 .gitignore [2020-06-12T05:49:08.074Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:44 .semver [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 6432 Jun 12 05:44 Attribution.txt [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 1826 Jun 12 05:44 Dockerfile [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 957 Jun 12 05:44 Dockerfile.build [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 683 Jun 12 05:44 Jenkinsfile [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 12 05:44 LICENSE [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 873 Jun 12 05:44 Makefile [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 4413 Jun 12 05:44 README.md [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 12 05:41 VERSION [2020-06-12T05:49:08.074Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 05:44 bin [2020-06-12T05:49:08.074Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:44 cmd [2020-06-12T05:49:08.074Z] -rw-r--r-- 1 jenkins jenkins 32181 Jun 12 05:48 coverage.out [2020-06-12T05:49:08.074Z] -rw-r--r-- 1 jenkins jenkins 855 Jun 12 05:49 go.mod [2020-06-12T05:49:08.074Z] -rw-r--r-- 1 jenkins jenkins 14894 Jun 12 05:49 go.sum [2020-06-12T05:49:08.074Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:44 internal [2020-06-12T05:49:08.074Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 12 05:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:49:08.424Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=765a8ae72530510c4ebab34c81f831f56123a77d --label arch=arm64 --label version=1.2.1-dev.1 . [2020-06-12T05:49:09.020Z] Sending build context to Docker daemon 34.14MB [2020-06-12T05:49:09.020Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-12T05:49:09.020Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-12T05:49:09.020Z] ---> 7a56f473f6dc [2020-06-12T05:49:09.020Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-12T05:49:09.616Z] ---> Running in 37fd209f183b [2020-06-12T05:49:09.890Z] Removing intermediate container 37fd209f183b [2020-06-12T05:49:09.890Z] ---> cb3f696721fa [2020-06-12T05:49:09.890Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T05:49:10.163Z] ---> Running in abe7ca737b52 [2020-06-12T05:49:10.436Z] Removing intermediate container abe7ca737b52 [2020-06-12T05:49:10.436Z] ---> 4bad9273af78 [2020-06-12T05:49:10.436Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-06-12T05:49:10.710Z] ---> Running in e15983c086e7 [2020-06-12T05:49:10.984Z] Removing intermediate container e15983c086e7 [2020-06-12T05:49:10.984Z] ---> d13c070c4311 [2020-06-12T05:49:10.984Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:49:11.258Z] ---> Running in 0d70ca0e7b3e [2020-06-12T05:49:13.894Z] Removing intermediate container 0d70ca0e7b3e [2020-06-12T05:49:13.894Z] ---> c5edc50c50b3 [2020-06-12T05:49:13.894Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T05:49:13.894Z] ---> Running in 6c963cf80677 [2020-06-12T05:49:15.329Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T05:49:15.923Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T05:49:16.519Z] OK: 203 MiB in 52 packages [2020-06-12T05:49:17.957Z] Removing intermediate container 6c963cf80677 [2020-06-12T05:49:17.957Z] ---> 5ea24b450330 [2020-06-12T05:49:17.957Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-06-12T05:49:17.957Z] ---> Running in 8679183dab09 [2020-06-12T05:49:18.562Z] Removing intermediate container 8679183dab09 [2020-06-12T05:49:18.562Z] ---> cdc767be2fe8 [2020-06-12T05:49:18.562Z] Step 9/21 : COPY . . [2020-06-12T05:49:21.203Z] ---> 6d16643d5c9e [2020-06-12T05:49:21.203Z] Step 10/21 : ARG MAKE='make build' [2020-06-12T05:49:21.203Z] ---> Running in 4559bd0391d1 [2020-06-12T05:49:21.203Z] Removing intermediate container 4559bd0391d1 [2020-06-12T05:49:21.203Z] ---> 1d91dfcc7faf [2020-06-12T05:49:21.203Z] Step 11/21 : RUN $MAKE [2020-06-12T05:49:21.479Z] ---> Running in 8bbe39f5f56a [2020-06-12T05:49:22.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1-dev.1" -o cmd/device-virtual ./cmd [2020-06-12T05:50:01.967Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-12T05:50:04.595Z] Removing intermediate container 8bbe39f5f56a [2020-06-12T05:50:04.595Z] ---> 6b483d506718 [2020-06-12T05:50:04.595Z] Step 12/21 : FROM alpine [2020-06-12T05:50:05.187Z] latest: Pulling from library/alpine [2020-06-12T05:50:05.187Z] b538f80385f9: Pulling fs layer [2020-06-12T05:50:05.460Z] b538f80385f9: Verifying Checksum [2020-06-12T05:50:05.460Z] b538f80385f9: Download complete [2020-06-12T05:50:06.056Z] b538f80385f9: Pull complete [2020-06-12T05:50:06.056Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T05:50:06.056Z] Status: Downloaded newer image for alpine:latest [2020-06-12T05:50:06.056Z] ---> 62ee0e9f8440 [2020-06-12T05:50:06.056Z] Step 13/21 : ENV APP_PORT=49990 [2020-06-12T05:50:06.336Z] ---> Running in 028799cb6460 [2020-06-12T05:50:06.612Z] Removing intermediate container 028799cb6460 [2020-06-12T05:50:06.612Z] ---> 6f06f96bf460 [2020-06-12T05:50:06.612Z] Step 14/21 : EXPOSE $APP_PORT [2020-06-12T05:50:06.891Z] ---> Running in 381b4b99a6b2 [2020-06-12T05:50:07.165Z] Removing intermediate container 381b4b99a6b2 [2020-06-12T05:50:07.165Z] ---> 4b5e89064413 [2020-06-12T05:50:07.165Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-06-12T05:50:09.141Z] ---> 021cc3ad08ac [2020-06-12T05:50:09.141Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-06-12T05:50:09.414Z] ---> 402ceb162660 [2020-06-12T05:50:09.414Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-06-12T05:50:10.390Z] ---> 494d2f17e820 [2020-06-12T05:50:10.390Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-12T05:50:10.390Z] ---> Running in 16a2e5c1f424 [2020-06-12T05:50:10.662Z] Removing intermediate container 16a2e5c1f424 [2020-06-12T05:50:10.662Z] ---> 42e9e3359e92 [2020-06-12T05:50:10.662Z] Step 19/21 : LABEL arch=arm64 [2020-06-12T05:50:10.935Z] ---> Running in 712f8e7703ce [2020-06-12T05:50:11.205Z] Removing intermediate container 712f8e7703ce [2020-06-12T05:50:11.205Z] ---> ad593aba820c [2020-06-12T05:50:11.205Z] Step 20/21 : LABEL git_sha=765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:50:11.476Z] ---> Running in 0f63d44ed744 [2020-06-12T05:50:11.746Z] Removing intermediate container 0f63d44ed744 [2020-06-12T05:50:11.746Z] ---> 28b786d4bd35 [2020-06-12T05:50:11.746Z] Step 21/21 : LABEL version=1.2.1-dev.1 [2020-06-12T05:50:12.017Z] ---> Running in 762f5d677c47 [2020-06-12T05:50:12.289Z] Removing intermediate container 762f5d677c47 [2020-06-12T05:50:12.289Z] ---> 22173e3c968d [2020-06-12T05:50:12.289Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T05:50:12.289Z] Successfully built 22173e3c968d [2020-06-12T05:50:12.289Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-12T05:50:12.522Z] provisioning config files... [2020-06-12T05:50:12.572Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/14@tmp/config4108679975786428691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:50:12.950Z] nexus3.edgexfoundry.org:10001 [2020-06-12T05:50:13.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:50:13.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:50:13.505Z] Configure a credential helper to remove this warning. See [2020-06-12T05:50:13.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:50:13.505Z] [2020-06-12T05:50:13.505Z] Login Succeeded [2020-06-12T05:50:13.505Z] nexus3.edgexfoundry.org:10002 [2020-06-12T05:50:13.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:50:14.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:50:14.053Z] Configure a credential helper to remove this warning. See [2020-06-12T05:50:14.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:50:14.053Z] [2020-06-12T05:50:14.053Z] Login Succeeded [2020-06-12T05:50:14.053Z] nexus3.edgexfoundry.org:10003 [2020-06-12T05:50:14.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:50:14.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:50:14.605Z] Configure a credential helper to remove this warning. See [2020-06-12T05:50:14.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:50:14.605Z] [2020-06-12T05:50:14.605Z] Login Succeeded [2020-06-12T05:50:14.605Z] nexus3.edgexfoundry.org:10004 [2020-06-12T05:50:14.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:50:15.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:50:15.153Z] Configure a credential helper to remove this warning. See [2020-06-12T05:50:15.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:50:15.153Z] [2020-06-12T05:50:15.153Z] Login Succeeded [2020-06-12T05:50:15.153Z] docker.io [2020-06-12T05:50:15.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:50:16.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:50:16.015Z] Configure a credential helper to remove this warning. See [2020-06-12T05:50:16.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:50:16.015Z] [2020-06-12T05:50:16.015Z] Login Succeeded [Pipeline] } [2020-06-12T05:50:16.033Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T05:50:16.145Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-06-12T05:50:16.145Z] 765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:50:16.145Z] latest [2020-06-12T05:50:16.145Z] 1.2.1-dev.1 [2020-06-12T05:50:16.145Z] 765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1-dev.1 [2020-06-12T05:50:16.145Z] master [2020-06-12T05:50:16.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:16.587Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:16.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:50:16.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-12T05:50:16.928Z] b1349d36a0e9: Preparing [2020-06-12T05:50:16.928Z] 29313055821c: Preparing [2020-06-12T05:50:16.928Z] db4a7750ddee: Preparing [2020-06-12T05:50:16.928Z] e2f13739ad41: Preparing [2020-06-12T05:50:17.210Z] e2f13739ad41: Layer already exists [2020-06-12T05:50:17.210Z] 29313055821c: Pushed [2020-06-12T05:50:17.210Z] b1349d36a0e9: Pushed [2020-06-12T05:50:20.599Z] db4a7750ddee: Pushed [2020-06-12T05:50:20.872Z] 765a8ae72530510c4ebab34c81f831f56123a77d: digest: sha256:6f4f943eca132d4a3a9e7fd1b1df4fb6f508336f935e14e636b8fa53aff2731d size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:21.212Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:21.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-06-12T05:50:21.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-12T05:50:21.547Z] b1349d36a0e9: Preparing [2020-06-12T05:50:21.547Z] 29313055821c: Preparing [2020-06-12T05:50:21.547Z] db4a7750ddee: Preparing [2020-06-12T05:50:21.547Z] e2f13739ad41: Preparing [2020-06-12T05:50:21.547Z] e2f13739ad41: Layer already exists [2020-06-12T05:50:21.547Z] db4a7750ddee: Layer already exists [2020-06-12T05:50:21.547Z] b1349d36a0e9: Layer already exists [2020-06-12T05:50:21.547Z] 29313055821c: Layer already exists [2020-06-12T05:50:21.817Z] latest: digest: sha256:6f4f943eca132d4a3a9e7fd1b1df4fb6f508336f935e14e636b8fa53aff2731d size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:22.163Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:22.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.1-dev.1 [2020-06-12T05:50:22.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-12T05:50:22.517Z] b1349d36a0e9: Preparing [2020-06-12T05:50:22.517Z] 29313055821c: Preparing [2020-06-12T05:50:22.517Z] db4a7750ddee: Preparing [2020-06-12T05:50:22.517Z] e2f13739ad41: Preparing [2020-06-12T05:50:22.517Z] db4a7750ddee: Layer already exists [2020-06-12T05:50:22.517Z] b1349d36a0e9: Layer already exists [2020-06-12T05:50:22.517Z] e2f13739ad41: Layer already exists [2020-06-12T05:50:22.517Z] 29313055821c: Layer already exists [2020-06-12T05:50:22.791Z] 1.2.1-dev.1: digest: sha256:6f4f943eca132d4a3a9e7fd1b1df4fb6f508336f935e14e636b8fa53aff2731d size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:23.129Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:23.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1-dev.1 [2020-06-12T05:50:23.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-12T05:50:23.459Z] b1349d36a0e9: Preparing [2020-06-12T05:50:23.459Z] 29313055821c: Preparing [2020-06-12T05:50:23.459Z] db4a7750ddee: Preparing [2020-06-12T05:50:23.459Z] e2f13739ad41: Preparing [2020-06-12T05:50:23.459Z] db4a7750ddee: Layer already exists [2020-06-12T05:50:23.459Z] e2f13739ad41: Layer already exists [2020-06-12T05:50:23.459Z] b1349d36a0e9: Layer already exists [2020-06-12T05:50:23.459Z] 29313055821c: Layer already exists [2020-06-12T05:50:23.732Z] 765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1-dev.1: digest: sha256:6f4f943eca132d4a3a9e7fd1b1df4fb6f508336f935e14e636b8fa53aff2731d size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:24.092Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:24.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-06-12T05:50:24.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-12T05:50:24.431Z] b1349d36a0e9: Preparing [2020-06-12T05:50:24.431Z] 29313055821c: Preparing [2020-06-12T05:50:24.431Z] db4a7750ddee: Preparing [2020-06-12T05:50:24.431Z] e2f13739ad41: Preparing [2020-06-12T05:50:24.431Z] b1349d36a0e9: Layer already exists [2020-06-12T05:50:24.431Z] 29313055821c: Layer already exists [2020-06-12T05:50:24.431Z] e2f13739ad41: Layer already exists [2020-06-12T05:50:24.431Z] db4a7750ddee: Layer already exists [2020-06-12T05:50:24.712Z] master: digest: sha256:6f4f943eca132d4a3a9e7fd1b1df4fb6f508336f935e14e636b8fa53aff2731d size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-12T05:50:25.450Z] provisioning config files... [2020-06-12T05:50:25.460Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8106961821565810029tmp [Pipeline] { [Pipeline] sh [2020-06-12T05:50:25.784Z] + curl -s https://codecov.io/bash [2020-06-12T05:50:25.785Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_master@tmp/config8106961821565810029tmp [2020-06-12T05:50:26.049Z] [2020-06-12T05:50:26.049Z] _____ _ [2020-06-12T05:50:26.049Z] / ____| | | [2020-06-12T05:50:26.049Z] | | ___ __| | ___ ___ _____ __ [2020-06-12T05:50:26.049Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-12T05:50:26.049Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-12T05:50:26.049Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-12T05:50:26.049Z] Bash-20200602-f809a24 [2020-06-12T05:50:26.049Z] [2020-06-12T05:50:26.049Z] [2020-06-12T05:50:26.049Z] ==> Jenkins CI detected. [2020-06-12T05:50:26.049Z] project root: . [2020-06-12T05:50:26.049Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-12T05:50:26.049Z] ==> Running gcov in . (disable via -X gcov) [2020-06-12T05:50:26.049Z] ==> Python coveragepy not found [2020-06-12T05:50:26.049Z] ==> Searching for coverage reports in: [2020-06-12T05:50:26.049Z] + . [2020-06-12T05:50:26.049Z] -> Found 1 reports [2020-06-12T05:50:26.049Z] ==> Detecting git/mercurial file structure [2020-06-12T05:50:26.049Z] ==> Reading reports [2020-06-12T05:50:26.049Z] + ./coverage.out bytes=32181 [2020-06-12T05:50:26.049Z] ==> Appending adjustments [2020-06-12T05:50:26.049Z] https://docs.codecov.io/docs/fixing-reports [2020-06-12T05:50:26.049Z] + Found adjustments [2020-06-12T05:50:26.049Z] ==> Gzipping contents [2020-06-12T05:50:26.049Z] ==> Uploading reports [2020-06-12T05:50:26.049Z] url: https://codecov.io [2020-06-12T05:50:26.049Z] query: branch=master&commit=765a8ae72530510c4ebab34c81f831f56123a77d&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job= [2020-06-12T05:50:26.049Z] -> Pinging Codecov [2020-06-12T05:50:26.049Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=765a8ae72530510c4ebab34c81f831f56123a77d&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job= [2020-06-12T05:50:26.620Z] -> Uploading [2020-06-12T05:50:27.194Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/765a8ae72530510c4ebab34c81f831f56123a77d [Pipeline] } [2020-06-12T05:50:27.203Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-12T05:50:27.407Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-12T05:50:27.409Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-12T05:50:27.435Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:27.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:50:27.750Z] [2020-06-12T05:50:27.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:28.081Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:50:28.081Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-12T05:50:28.081Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-12T05:50:28.081Z] 408f87550127: Pulling fs layer [2020-06-12T05:50:28.081Z] fe522b08c979: Pulling fs layer [2020-06-12T05:50:28.081Z] 221eaa008020: Pulling fs layer [2020-06-12T05:50:28.081Z] 2a4607e5d6b9: Pulling fs layer [2020-06-12T05:50:28.081Z] 8f79b27c4fd2: Pulling fs layer [2020-06-12T05:50:28.081Z] e5c8dbe1645b: Pulling fs layer [2020-06-12T05:50:28.082Z] 23e8b3b47431: Pulling fs layer [2020-06-12T05:50:28.082Z] 5c568d65a230: Pulling fs layer [2020-06-12T05:50:28.082Z] e5c8dbe1645b: Waiting [2020-06-12T05:50:28.082Z] 23e8b3b47431: Waiting [2020-06-12T05:50:28.082Z] 221eaa008020: Waiting [2020-06-12T05:50:28.082Z] 8f79b27c4fd2: Waiting [2020-06-12T05:50:28.082Z] 2a4607e5d6b9: Waiting [2020-06-12T05:50:28.082Z] fe522b08c979: Verifying Checksum [2020-06-12T05:50:28.082Z] fe522b08c979: Download complete [2020-06-12T05:50:28.082Z] 408f87550127: Download complete [2020-06-12T05:50:28.082Z] 2a4607e5d6b9: Download complete [2020-06-12T05:50:28.082Z] 8f79b27c4fd2: Verifying Checksum [2020-06-12T05:50:28.082Z] 8f79b27c4fd2: Download complete [2020-06-12T05:50:28.082Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-12T05:50:28.082Z] cbdbe7a5bc2a: Download complete [2020-06-12T05:50:28.372Z] e5c8dbe1645b: Verifying Checksum [2020-06-12T05:50:28.372Z] e5c8dbe1645b: Download complete [2020-06-12T05:50:28.658Z] cbdbe7a5bc2a: Pull complete [2020-06-12T05:50:28.955Z] 23e8b3b47431: Verifying Checksum [2020-06-12T05:50:28.955Z] 23e8b3b47431: Download complete [2020-06-12T05:50:28.955Z] 408f87550127: Pull complete [2020-06-12T05:50:29.226Z] 5c568d65a230: Verifying Checksum [2020-06-12T05:50:29.226Z] 5c568d65a230: Download complete [2020-06-12T05:50:29.226Z] fe522b08c979: Pull complete [2020-06-12T05:50:29.807Z] 221eaa008020: Verifying Checksum [2020-06-12T05:50:29.807Z] 221eaa008020: Download complete [2020-06-12T05:50:35.116Z] 221eaa008020: Pull complete [2020-06-12T05:50:35.116Z] 2a4607e5d6b9: Pull complete [2020-06-12T05:50:35.116Z] 8f79b27c4fd2: Pull complete [2020-06-12T05:50:37.098Z] e5c8dbe1645b: Pull complete [2020-06-12T05:50:41.381Z] 23e8b3b47431: Pull complete [2020-06-12T05:50:41.959Z] 5c568d65a230: Pull complete [2020-06-12T05:50:41.959Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-12T05:50:41.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:50:41.959Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-12T05:50:42.087Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:50:42.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/foundry_device-virtual-go_master:/ws -w /ws --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-12T05:50:42.845Z] $ docker top 53d9fe380b8fea4a50322e7588dd33a04097ac28122f9c245c6db4af5e73adb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:50:43.265Z] + snyk monitor '--org=edgex-jenkins' [2020-06-12T05:50:55.839Z] [2020-06-12T05:50:55.839Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-06-12T05:50:55.839Z] [2020-06-12T05:50:55.839Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/f790cee2-b7e8-4494-b8e1-f38ce7972700 [2020-06-12T05:50:55.839Z] [2020-06-12T05:50:55.839Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-12T05:50:55.839Z] [2020-06-12T05:50:55.839Z] [Pipeline] } [2020-06-12T05:50:55.850Z] $ docker stop --time=1 53d9fe380b8fea4a50322e7588dd33a04097ac28122f9c245c6db4af5e73adb3 [2020-06-12T05:50:58.014Z] $ docker rm -f 53d9fe380b8fea4a50322e7588dd33a04097ac28122f9c245c6db4af5e73adb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:58.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:50:58.802Z] [2020-06-12T05:50:58.802Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:59.122Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:50:59.122Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-12T05:50:59.122Z] e7c96db7181b: Pulling fs layer [2020-06-12T05:50:59.122Z] 1868ca2cb446: Pulling fs layer [2020-06-12T05:50:59.122Z] 136be5d0fe8e: Pulling fs layer [2020-06-12T05:50:59.122Z] 894bfe63afcb: Pulling fs layer [2020-06-12T05:50:59.122Z] 894bfe63afcb: Waiting [2020-06-12T05:50:59.122Z] 1868ca2cb446: Verifying Checksum [2020-06-12T05:50:59.122Z] 1868ca2cb446: Download complete [2020-06-12T05:50:59.122Z] 136be5d0fe8e: Download complete [2020-06-12T05:50:59.122Z] e7c96db7181b: Verifying Checksum [2020-06-12T05:50:59.122Z] e7c96db7181b: Download complete [2020-06-12T05:50:59.122Z] 894bfe63afcb: Verifying Checksum [2020-06-12T05:50:59.122Z] 894bfe63afcb: Download complete [2020-06-12T05:50:59.385Z] e7c96db7181b: Pull complete [2020-06-12T05:50:59.646Z] 1868ca2cb446: Pull complete [2020-06-12T05:50:59.646Z] 136be5d0fe8e: Pull complete [2020-06-12T05:50:59.907Z] 894bfe63afcb: Pull complete [2020-06-12T05:50:59.907Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-12T05:50:59.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:50:59.907Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-12T05:50:59.999Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:51:00.036Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:51:01.051Z] $ docker top a34de291c5915ea42284d206e155958f75ae7861f1d175b6e4a52c3210df5d0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:51:01.502Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:51:01.502Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:51:04.903Z] $ docker stop --time=1 a34de291c5915ea42284d206e155958f75ae7861f1d175b6e4a52c3210df5d0d [2020-06-12T05:51:06.251Z] $ docker rm -f a34de291c5915ea42284d206e155958f75ae7861f1d175b6e4a52c3210df5d0d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:06.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:51:06.693Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:06.785Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:51:06.850Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:51:07.496Z] $ docker top 9ac674b6484f21d3a6babc3c18958b6b5409edda0c4190f9c9d571bd78c702d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:51:08.004Z] + tee [2020-06-12T05:51:08.005Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:51:08.005Z] clair timeout 1m0s [2020-06-12T05:51:08.005Z] docker timeout: 1m0s [2020-06-12T05:51:08.005Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:51:08.638Z] $ docker stop --time=1 9ac674b6484f21d3a6babc3c18958b6b5409edda0c4190f9c9d571bd78c702d0 [2020-06-12T05:51:09.983Z] $ docker rm -f 9ac674b6484f21d3a6babc3c18958b6b5409edda0c4190f9c9d571bd78c702d0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T05:51:10.403Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-06-12T05:51:10.415Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_765a8ae72530510c4ebab34c81f831f56123a77d.html [Pipeline] writeFile [Pipeline] step [2020-06-12T05:51:10.442Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:10.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:51:10.769Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:10.868Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:51:10.911Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:51:11.636Z] $ docker top e9e891d6c2a9d77655408a691d7b10931d26b00b5d13b367e419340d79b68dc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:51:12.081Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:51:12.081Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:51:15.462Z] $ docker stop --time=1 e9e891d6c2a9d77655408a691d7b10931d26b00b5d13b367e419340d79b68dc4 [2020-06-12T05:51:16.782Z] $ docker rm -f e9e891d6c2a9d77655408a691d7b10931d26b00b5d13b367e419340d79b68dc4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:17.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:51:17.199Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:17.289Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:51:17.328Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:51:17.860Z] $ docker top 1bcbff1136aa0afa2663c91bbdf4e6ecab6811524136d18de2aee42d0a6bb33a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:51:18.309Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-12T05:51:18.309Z] + tee [2020-06-12T05:51:18.309Z] clair timeout 1m0s [2020-06-12T05:51:18.309Z] docker timeout: 1m0s [2020-06-12T05:51:18.309Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:51:18.946Z] $ docker stop --time=1 1bcbff1136aa0afa2663c91bbdf4e6ecab6811524136d18de2aee42d0a6bb33a [2020-06-12T05:51:20.272Z] $ docker rm -f 1bcbff1136aa0afa2663c91bbdf4e6ecab6811524136d18de2aee42d0a6bb33a [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T05:51:20.700Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-06-12T05:51:20.712Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_765a8ae72530510c4ebab34c81f831f56123a77d.html [Pipeline] writeFile [Pipeline] step [2020-06-12T05:51:20.740Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:21.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:51:21.275Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:21.365Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:51:21.406Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:51:22.023Z] $ docker top 580606b2440001184d01f123ccf766a2cef2dfaf9a844de18e9d49b3f0f1b3a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:51:22.272Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:51:22.272Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:51:22.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:51:22.484Z] $ docker exec 580606b2440001184d01f123ccf766a2cef2dfaf9a844de18e9d49b3f0f1b3a9 ssh-agent [2020-06-12T05:51:22.650Z] SSH_AUTH_SOCK=/tmp/ssh-hRbL7uDu6tZ1/agent.11 [2020-06-12T05:51:22.650Z] SSH_AGENT_PID=16 [2020-06-12T05:51:22.678Z] Running ssh-add (command line suppressed) [2020-06-12T05:51:22.815Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3318164010777327230.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3318164010777327230.key) [2020-06-12T05:51:22.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:51:23.177Z] + git semver tag [2020-06-12T05:51:23.177Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:51:23.177Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-12T05:51:23.177Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-12T05:51:23.177Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:51:23.177Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:51:23.177Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:51:23.177Z] # $SEMVER_BRANCH = master [2020-06-12T05:51:23.177Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-06-12T05:51:23.177Z] # 765a8ae72530510c4ebab34c81f831f56123a77d HEAD [2020-06-12T05:51:23.177Z] # -> Force: false [2020-06-12T05:51:23.177Z] # 31bea8f15def49ccecc149603c6bdef1e7e2853e refs/tags/v1.2.1-dev.1 [Pipeline] } [2020-06-12T05:51:23.186Z] $ docker exec --env ******** --env ******** 580606b2440001184d01f123ccf766a2cef2dfaf9a844de18e9d49b3f0f1b3a9 ssh-agent -k [2020-06-12T05:51:23.328Z] unset SSH_AUTH_SOCK; [2020-06-12T05:51:23.328Z] unset SSH_AGENT_PID; [2020-06-12T05:51:23.328Z] echo Agent pid 16 killed; [2020-06-12T05:51:23.378Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:51:23.749Z] + git semver [Pipeline] } [2020-06-12T05:51:23.761Z] $ docker stop --time=1 580606b2440001184d01f123ccf766a2cef2dfaf9a844de18e9d49b3f0f1b3a9 [2020-06-12T05:51:25.361Z] $ docker rm -f 580606b2440001184d01f123ccf766a2cef2dfaf9a844de18e9d49b3f0f1b3a9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:25.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:51:25.877Z] [2020-06-12T05:51:25.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:26.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:51:26.205Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-12T05:51:26.205Z] ab5ef0e58194: Pulling fs layer [2020-06-12T05:51:26.205Z] 9712f1f96733: Pulling fs layer [2020-06-12T05:51:26.205Z] 63f879dbbcfc: Pulling fs layer [2020-06-12T05:51:26.205Z] 0d9ebad4ef96: Pulling fs layer [2020-06-12T05:51:26.205Z] e9a5061849ea: Pulling fs layer [2020-06-12T05:51:26.205Z] d747dcd14b5f: Pulling fs layer [2020-06-12T05:51:26.205Z] 2de7ff778b66: Pulling fs layer [2020-06-12T05:51:26.205Z] d747dcd14b5f: Waiting [2020-06-12T05:51:26.205Z] e9a5061849ea: Waiting [2020-06-12T05:51:26.205Z] 2de7ff778b66: Waiting [2020-06-12T05:51:26.205Z] 0d9ebad4ef96: Waiting [2020-06-12T05:51:26.205Z] 9712f1f96733: Verifying Checksum [2020-06-12T05:51:26.205Z] 9712f1f96733: Download complete [2020-06-12T05:51:26.807Z] 63f879dbbcfc: Verifying Checksum [2020-06-12T05:51:26.807Z] 63f879dbbcfc: Download complete [2020-06-12T05:51:26.807Z] e9a5061849ea: Verifying Checksum [2020-06-12T05:51:26.807Z] e9a5061849ea: Download complete [2020-06-12T05:51:26.807Z] d747dcd14b5f: Verifying Checksum [2020-06-12T05:51:26.807Z] d747dcd14b5f: Download complete [2020-06-12T05:51:27.073Z] 0d9ebad4ef96: Download complete [2020-06-12T05:51:27.073Z] 2de7ff778b66: Download complete [2020-06-12T05:51:27.073Z] ab5ef0e58194: Verifying Checksum [2020-06-12T05:51:27.073Z] ab5ef0e58194: Download complete [2020-06-12T05:51:31.295Z] ab5ef0e58194: Pull complete [2020-06-12T05:51:31.295Z] 9712f1f96733: Pull complete [2020-06-12T05:51:33.846Z] 63f879dbbcfc: Pull complete [2020-06-12T05:51:46.104Z] 0d9ebad4ef96: Pull complete [2020-06-12T05:51:46.104Z] e9a5061849ea: Pull complete [2020-06-12T05:51:46.104Z] d747dcd14b5f: Pull complete [2020-06-12T05:51:49.429Z] 2de7ff778b66: Pull complete [2020-06-12T05:51:49.429Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-12T05:51:49.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:51:49.429Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-12T05:51:49.568Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:51:49.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-12T05:51:53.594Z] $ docker top cdde4d7eb6a8d9943825f6f3a055ef1326d099d1bc371d28fab8e9d3f8d4e5cf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-12T05:51:53.753Z] provisioning config files... [2020-06-12T05:51:53.762Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6034392408414986687tmp [2020-06-12T05:51:53.776Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3844939273998178165tmp [2020-06-12T05:51:53.790Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config369652816110421741tmp [Pipeline] { [Pipeline] echo [2020-06-12T05:51:53.819Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:51:54.115Z] ---> sigul-configuration.sh [2020-06-12T05:51:54.115Z] gpg: directory `/root/.gnupg' created [2020-06-12T05:51:54.115Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-12T05:51:54.115Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-12T05:51:54.115Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-12T05:51:54.115Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-12T05:51:54.115Z] gpg: CAST5 encrypted data [2020-06-12T05:51:54.377Z] gpg: encrypted with 1 passphrase [2020-06-12T05:51:54.377Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-12T05:51:54.670Z] + mkdir /home/jenkins [2020-06-12T05:51:54.670Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-12T05:51:54.971Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-12T05:51:54.982Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:51:55.275Z] ---> sigul-install.sh [2020-06-12T05:51:59.496Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-12T05:51:59.793Z] + git tag --list [2020-06-12T05:51:59.793Z] v1.2.1-dev.1 [Pipeline] sh [2020-06-12T05:52:00.086Z] + lftools sign git-tag v1.2.1-dev.1 [2020-06-12T05:52:01.471Z] Signing Git tag with Sigul... [2020-06-12T05:52:01.471Z] Signing v1.2.1-dev.1 [Pipeline] echo [2020-06-12T05:52:02.424Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:52:02.722Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-12T05:52:02.732Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-12T05:52:02.777Z] $ docker stop --time=1 cdde4d7eb6a8d9943825f6f3a055ef1326d099d1bc371d28fab8e9d3f8d4e5cf [2020-06-12T05:52:04.737Z] $ docker rm -f cdde4d7eb6a8d9943825f6f3a055ef1326d099d1bc371d28fab8e9d3f8d4e5cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:52:05.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:52:05.321Z] . [Pipeline] withDockerContainer [2020-06-12T05:52:05.420Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:52:05.535Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:52:06.143Z] $ docker top 4d7b82d727d528725520ed8cbf8cad9de293c81a18a67bdbf165917bf47a25fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:52:06.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:52:06.337Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:52:06.528Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:52:06.529Z] $ docker exec 4d7b82d727d528725520ed8cbf8cad9de293c81a18a67bdbf165917bf47a25fe ssh-agent [2020-06-12T05:52:06.703Z] SSH_AUTH_SOCK=/tmp/ssh-BW842t1m3xNR/agent.12 [2020-06-12T05:52:06.703Z] SSH_AGENT_PID=17 [2020-06-12T05:52:06.711Z] Running ssh-add (command line suppressed) [2020-06-12T05:52:06.837Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3803177332080121343.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3803177332080121343.key) [2020-06-12T05:52:06.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:52:07.207Z] + git semver bump pre [2020-06-12T05:52:07.207Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:52:07.207Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-12T05:52:07.207Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-12T05:52:07.207Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:52:07.207Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:52:07.207Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:52:07.207Z] # $SEMVER_BRANCH = master [2020-06-12T05:52:07.207Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-06-12T05:52:07.207Z] 1.2.1-dev.2 [Pipeline] } [2020-06-12T05:52:07.216Z] $ docker exec --env ******** --env ******** 4d7b82d727d528725520ed8cbf8cad9de293c81a18a67bdbf165917bf47a25fe ssh-agent -k [2020-06-12T05:52:07.336Z] unset SSH_AUTH_SOCK; [2020-06-12T05:52:07.336Z] unset SSH_AGENT_PID; [2020-06-12T05:52:07.336Z] echo Agent pid 17 killed; [2020-06-12T05:52:07.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:52:07.760Z] + git semver [Pipeline] } [2020-06-12T05:52:07.774Z] $ docker stop --time=1 4d7b82d727d528725520ed8cbf8cad9de293c81a18a67bdbf165917bf47a25fe [2020-06-12T05:52:09.084Z] $ docker rm -f 4d7b82d727d528725520ed8cbf8cad9de293c81a18a67bdbf165917bf47a25fe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:52:09.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:52:09.510Z] . [Pipeline] withDockerContainer [2020-06-12T05:52:09.602Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:52:09.639Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:52:10.183Z] $ docker top a110c973bb4e1efe43354a6976f131e15b6d481a593a791b2720480845df1e13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:52:10.376Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:52:10.376Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:52:10.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:52:10.545Z] $ docker exec a110c973bb4e1efe43354a6976f131e15b6d481a593a791b2720480845df1e13 ssh-agent [2020-06-12T05:52:10.713Z] SSH_AUTH_SOCK=/tmp/ssh-uGpj9pTgUnmw/agent.11 [2020-06-12T05:52:10.713Z] SSH_AGENT_PID=17 [2020-06-12T05:52:10.719Z] Running ssh-add (command line suppressed) [2020-06-12T05:52:10.838Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6422633948778955744.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6422633948778955744.key) [2020-06-12T05:52:10.893Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:52:11.200Z] + git semver push [2020-06-12T05:52:11.200Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:52:11.200Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-12T05:52:11.200Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-12T05:52:11.200Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:52:11.200Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:52:11.200Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:52:11.200Z] # $SEMVER_BRANCH = master [2020-06-12T05:52:11.200Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-06-12T05:52:17.802Z] $ docker exec --env ******** --env ******** a110c973bb4e1efe43354a6976f131e15b6d481a593a791b2720480845df1e13 ssh-agent -k [2020-06-12T05:52:17.918Z] unset SSH_AUTH_SOCK; [2020-06-12T05:52:17.919Z] unset SSH_AGENT_PID; [2020-06-12T05:52:17.919Z] echo Agent pid 17 killed; [2020-06-12T05:52:17.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:52:18.360Z] + git semver [Pipeline] } [2020-06-12T05:52:18.371Z] $ docker stop --time=1 a110c973bb4e1efe43354a6976f131e15b6d481a593a791b2720480845df1e13 [2020-06-12T05:52:19.697Z] $ docker rm -f a110c973bb4e1efe43354a6976f131e15b6d481a593a791b2720480845df1e13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:52:20.301Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:52:20.862Z] ---> package-listing.sh [2020-06-12T05:52:20.862Z] ++ facter osfamily [2020-06-12T05:52:20.862Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-12T05:52:20.862Z] + OS_FAMILY=redhat [2020-06-12T05:52:20.862Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-06-12T05:52:20.862Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-12T05:52:20.862Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-12T05:52:20.862Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-12T05:52:20.862Z] + PACKAGES=/tmp/packages_start.txt [2020-06-12T05:52:20.862Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-06-12T05:52:20.862Z] + PACKAGES=/tmp/packages_end.txt [2020-06-12T05:52:20.862Z] + case "${OS_FAMILY}" in [2020-06-12T05:52:20.862Z] + rpm -qa [2020-06-12T05:52:20.862Z] + sort [2020-06-12T05:52:25.076Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-12T05:52:25.076Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-12T05:52:25.076Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-12T05:52:25.076Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-06-12T05:52:25.076Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-06-12T05:52:25.076Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:52:25.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:52:25.479Z] [2020-06-12T05:52:25.479Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:52:25.797Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:52:25.797Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-12T05:52:25.797Z] c9b1b535fdd9: Pulling fs layer [2020-06-12T05:52:25.797Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-12T05:52:25.797Z] 756a868c4378: Pulling fs layer [2020-06-12T05:52:25.797Z] 444b2fc9a129: Pulling fs layer [2020-06-12T05:52:25.797Z] ea15f1150254: Pulling fs layer [2020-06-12T05:52:25.797Z] 41b27a9f41bf: Pulling fs layer [2020-06-12T05:52:25.797Z] 28c525ee5125: Pulling fs layer [2020-06-12T05:52:25.797Z] 094b1ea09ed8: Pulling fs layer [2020-06-12T05:52:25.797Z] 138eaada9080: Pulling fs layer [2020-06-12T05:52:25.797Z] 0622d0fa9048: Pulling fs layer [2020-06-12T05:52:25.797Z] 41b27a9f41bf: Waiting [2020-06-12T05:52:25.797Z] 28c525ee5125: Waiting [2020-06-12T05:52:25.797Z] 444b2fc9a129: Waiting [2020-06-12T05:52:25.797Z] 138eaada9080: Waiting [2020-06-12T05:52:25.797Z] ea15f1150254: Waiting [2020-06-12T05:52:25.797Z] 0622d0fa9048: Waiting [2020-06-12T05:52:25.797Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-12T05:52:25.798Z] 2cc5ad85d9ab: Download complete [2020-06-12T05:52:25.798Z] 444b2fc9a129: Verifying Checksum [2020-06-12T05:52:25.798Z] 444b2fc9a129: Download complete [2020-06-12T05:52:25.798Z] c9b1b535fdd9: Download complete [2020-06-12T05:52:25.798Z] ea15f1150254: Verifying Checksum [2020-06-12T05:52:25.798Z] ea15f1150254: Download complete [2020-06-12T05:52:25.798Z] 28c525ee5125: Verifying Checksum [2020-06-12T05:52:25.798Z] 28c525ee5125: Download complete [2020-06-12T05:52:26.379Z] 756a868c4378: Verifying Checksum [2020-06-12T05:52:26.379Z] 756a868c4378: Download complete [2020-06-12T05:52:26.379Z] 138eaada9080: Verifying Checksum [2020-06-12T05:52:26.379Z] 138eaada9080: Download complete [2020-06-12T05:52:26.379Z] 094b1ea09ed8: Verifying Checksum [2020-06-12T05:52:26.379Z] 094b1ea09ed8: Download complete [2020-06-12T05:52:26.379Z] 0622d0fa9048: Verifying Checksum [2020-06-12T05:52:26.379Z] 0622d0fa9048: Download complete [2020-06-12T05:52:26.953Z] 41b27a9f41bf: Verifying Checksum [2020-06-12T05:52:26.953Z] 41b27a9f41bf: Download complete [2020-06-12T05:52:26.953Z] c9b1b535fdd9: Pull complete [2020-06-12T05:52:27.563Z] 2cc5ad85d9ab: Pull complete [2020-06-12T05:52:28.996Z] 756a868c4378: Pull complete [2020-06-12T05:52:28.996Z] 444b2fc9a129: Pull complete [2020-06-12T05:52:29.256Z] ea15f1150254: Pull complete [2020-06-12T05:52:32.584Z] 41b27a9f41bf: Pull complete [2020-06-12T05:52:32.584Z] 28c525ee5125: Pull complete [2020-06-12T05:52:35.150Z] 094b1ea09ed8: Pull complete [2020-06-12T05:52:35.150Z] 138eaada9080: Pull complete [2020-06-12T05:52:35.410Z] 0622d0fa9048: Pull complete [2020-06-12T05:52:35.410Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-12T05:52:35.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:52:35.410Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-12T05:52:35.524Z] prd-centos7-docker-4c-2g-2709 does not seem to be running inside a container [2020-06-12T05:52:35.560Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-12T05:52:37.898Z] $ docker top f8b150d48109ab3a56b4e8da257fda16dc7d777c3140169d4f38d69d4eddbb1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T05:52:38.064Z] provisioning config files... [2020-06-12T05:52:38.082Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5215651440219935028tmp [Pipeline] { [Pipeline] echo [2020-06-12T05:52:38.114Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:52:38.404Z] ---> create-netrc.sh [Pipeline] echo [2020-06-12T05:52:38.413Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:52:38.702Z] ---> logs-deploy.sh [2020-06-12T05:52:38.702Z] + ARCHIVE_ARTIFACTS= [2020-06-12T05:52:38.702Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-12T05:52:38.702Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-12T05:52:38.702Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-12T05:52:38.702Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/14 [2020-06-12T05:52:38.702Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/14/ [2020-06-12T05:52:38.702Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/14 /w/workspace/foundry_device-virtual-go_master [2020-06-12T05:52:39.651Z] Archives upload complete. [2020-06-12T05:52:39.912Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/14/