Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 83d7a5c431fe81e17b953abf687c395c5af67887 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4954 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 Fetching without tags Checking out Revision 83d7a5c431fe81e17b953abf687c395c5af67887 (master) > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 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 83d7a5c431fe81e17b953abf687c395c5af67887 # timeout=10 Commit message: "Merge pull request #116 from FelixTing/issue-115" > git rev-list --no-walk 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-01T07:10:00.277Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-01T07:10:00.402Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-01T07:10:00.444Z] ========================================================= [2020-07-01T07:10:00.444Z] EdgeX Global Pipelines Version Info [2020-07-01T07:10:00.444Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:10:02.357Z] ------------------- [2020-07-01T07:10:02.357Z] stable info: [2020-07-01T07:10:02.357Z] ------------------- [2020-07-01T07:10:02.357Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-01T07:10:02.357Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-01T07:10:02.357Z] Message: update stable to v1.0.89 [2020-07-01T07:10:03.302Z] ------------------- [2020-07-01T07:10:03.302Z] experimental info: [2020-07-01T07:10:03.302Z] ------------------- [2020-07-01T07:10:03.302Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-01T07:10:03.302Z] Commit SHA: 50d5b24b0ab5f81d75c339234d0e2512bee9338e [2020-07-01T07:10:03.302Z] Message: update experimental to v1.0.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:10:04.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-01T07:10:05.428Z] [2020-07-01T07:10:05.428Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:10:05.757Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-01T07:10:05.757Z] latest: Pulling from edgex-devops/git-semver [2020-07-01T07:10:05.757Z] 9123ac7c32f7: Pulling fs layer [2020-07-01T07:10:05.757Z] b8cc5d1170e3: Pulling fs layer [2020-07-01T07:10:05.757Z] 2924cbbf6a41: Pulling fs layer [2020-07-01T07:10:05.757Z] 93b08a4f1073: Pulling fs layer [2020-07-01T07:10:05.757Z] 93b08a4f1073: Waiting [2020-07-01T07:10:05.757Z] b8cc5d1170e3: Verifying Checksum [2020-07-01T07:10:05.757Z] b8cc5d1170e3: Download complete [2020-07-01T07:10:05.757Z] 9123ac7c32f7: Verifying Checksum [2020-07-01T07:10:05.757Z] 9123ac7c32f7: Download complete [2020-07-01T07:10:06.031Z] 93b08a4f1073: Verifying Checksum [2020-07-01T07:10:06.031Z] 93b08a4f1073: Download complete [2020-07-01T07:10:06.031Z] 2924cbbf6a41: Verifying Checksum [2020-07-01T07:10:06.031Z] 2924cbbf6a41: Download complete [2020-07-01T07:10:06.292Z] 9123ac7c32f7: Pull complete [2020-07-01T07:10:06.292Z] b8cc5d1170e3: Pull complete [2020-07-01T07:10:07.236Z] 2924cbbf6a41: Pull complete [2020-07-01T07:10:07.236Z] 93b08a4f1073: Pull complete [2020-07-01T07:10:07.236Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-01T07:10:07.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-01T07:10:07.236Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-01T07:10:07.374Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:10:07.416Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-01T07:10:09.360Z] $ docker top d1e6a7e662df63e6c4d2dcfd8b503bc45784c4bf28252d471d46cd57e3c13c14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-01T07:10:09.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-01T07:10:09.538Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-01T07:10:09.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-01T07:10:09.747Z] $ docker exec d1e6a7e662df63e6c4d2dcfd8b503bc45784c4bf28252d471d46cd57e3c13c14 ssh-agent [2020-07-01T07:10:09.905Z] SSH_AUTH_SOCK=/tmp/ssh-JSl0W0Y36cYs/agent.11 [2020-07-01T07:10:09.905Z] SSH_AGENT_PID=16 [2020-07-01T07:10:09.916Z] Running ssh-add (command line suppressed) [2020-07-01T07:10:10.034Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5827002971187713046.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5827002971187713046.key) [2020-07-01T07:10:10.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-01T07:10:10.390Z] + git describe --exact-match --tags HEAD [2020-07-01T07:10:10.390Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-01T07:10:10.523Z] $ docker exec --env ******** --env ******** d1e6a7e662df63e6c4d2dcfd8b503bc45784c4bf28252d471d46cd57e3c13c14 ssh-agent -k [2020-07-01T07:10:10.647Z] unset SSH_AUTH_SOCK; [2020-07-01T07:10:10.647Z] unset SSH_AGENT_PID; [2020-07-01T07:10:10.647Z] echo Agent pid 16 killed; [2020-07-01T07:10:10.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-01T07:10:10.729Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-01T07:10:10.729Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-01T07:10:10.774Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-01T07:10:10.774Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-01T07:10:10.941Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-01T07:10:10.945Z] $ docker exec d1e6a7e662df63e6c4d2dcfd8b503bc45784c4bf28252d471d46cd57e3c13c14 ssh-agent [2020-07-01T07:10:11.100Z] SSH_AUTH_SOCK=/tmp/ssh-ASMNDwf5AmsR/agent.45 [2020-07-01T07:10:11.100Z] SSH_AGENT_PID=50 [2020-07-01T07:10:11.106Z] Running ssh-add (command line suppressed) [2020-07-01T07:10:11.224Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_9114247272521041628.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_9114247272521041628.key) [2020-07-01T07:10:11.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-01T07:10:11.573Z] + git semver init [2020-07-01T07:10:11.573Z] # -> Open(): unable to determine branch for HEAD [2020-07-01T07:10:11.573Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-07-01T07:10:11.573Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-07-01T07:10:11.573Z] # $SEMVER_REMOTE_NAME = origin [2020-07-01T07:10:11.573Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-01T07:10:11.573Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-01T07:10:11.573Z] # $SEMVER_BRANCH = master [2020-07-01T07:10:11.573Z] # $SEMVER_TEMP = /tmp/semver-741787444 [2020-07-01T07:10:11.573Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-07-01T07:10:11.837Z] # '/tmp/semver-741787444' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-07-01T07:10:11.837Z] # -> Force: false [2020-07-01T07:10:11.837Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-07-01T07:10:11.848Z] $ docker exec --env ******** --env ******** d1e6a7e662df63e6c4d2dcfd8b503bc45784c4bf28252d471d46cd57e3c13c14 ssh-agent -k [2020-07-01T07:10:11.957Z] unset SSH_AUTH_SOCK; [2020-07-01T07:10:11.957Z] unset SSH_AGENT_PID; [2020-07-01T07:10:11.957Z] echo Agent pid 50 killed; [2020-07-01T07:10:11.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-01T07:10:12.363Z] + git semver [Pipeline] } [2020-07-01T07:10:12.379Z] $ docker stop --time=1 d1e6a7e662df63e6c4d2dcfd8b503bc45784c4bf28252d471d46cd57e3c13c14 [2020-07-01T07:10:13.713Z] $ docker rm -f d1e6a7e662df63e6c4d2dcfd8b503bc45784c4bf28252d471d46cd57e3c13c14 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-01T07:10:14.189Z] Stashed 30 file(s) [Pipeline] echo [2020-07-01T07:10:14.191Z] [edgeXSemver] initialized semver on version 1.2.2-dev.2 [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-07-01T07:10:29.382Z] Still waiting to schedule task [2020-07-01T07:10:29.382Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4954’ [2020-07-01T07:10:29.383Z] Still waiting to schedule task [2020-07-01T07:10:29.383Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-01T07:12:17.802Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4955 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-07-01T07:12:17.826Z] Running in /w/workspace/device-virtual-go/17 [Pipeline] { [Pipeline] checkout [2020-07-01T07:12:23.159Z] using credential edgex-jenkins-ssh [2020-07-01T07:12:23.193Z] Cloning the remote Git repository [2020-07-01T07:12:23.193Z] Cloning with configured refspecs honoured and without tags [2020-07-01T07:12:23.228Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-07-01T07:12:23.354Z] > git init /w/workspace/device-virtual-go/17 # timeout=10 [2020-07-01T07:12:23.420Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-07-01T07:12:23.422Z] > git --version # timeout=10 [2020-07-01T07:12:23.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-01T07:12:23.539Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-01T07:12:24.271Z] Fetching without tags [2020-07-01T07:12:24.813Z] Checking out Revision 83d7a5c431fe81e17b953abf687c395c5af67887 (master) [2020-07-01T07:12:24.178Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-07-01T07:12:24.202Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-01T07:12:24.226Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-07-01T07:12:24.260Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-07-01T07:12:24.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-01T07:12:24.275Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-01T07:12:24.806Z] > git config core.sparsecheckout # timeout=10 [2020-07-01T07:12:24.823Z] > git checkout -f 83d7a5c431fe81e17b953abf687c395c5af67887 # timeout=10 [2020-07-01T07:12:29.352Z] Commit message: "Merge pull request #116 from FelixTing/issue-115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-01T07:12:30.287Z] ========================================================= [2020-07-01T07:12:30.287Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-01T07:12:30.287Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:12:31.247Z] + 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-07-01T07:12:32.244Z] Sending build context to Docker daemon 525.8kB [2020-07-01T07:12:32.244Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-01T07:12:32.244Z] Step 2/8 : FROM ${BASE} [2020-07-01T07:12:32.522Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-01T07:12:32.522Z] cde5963f3b93: Pulling fs layer [2020-07-01T07:12:32.522Z] 2a23fa8c16f7: Pulling fs layer [2020-07-01T07:12:32.522Z] 777b28850792: Pulling fs layer [2020-07-01T07:12:32.522Z] 8a11ddd9e578: Pulling fs layer [2020-07-01T07:12:32.522Z] 4cf88f913ddb: Pulling fs layer [2020-07-01T07:12:32.522Z] 1df406cf5192: Pulling fs layer [2020-07-01T07:12:32.522Z] cd6300453558: Pulling fs layer [2020-07-01T07:12:32.522Z] b9c365052c96: Pulling fs layer [2020-07-01T07:12:32.522Z] a2d8cc88f415: Pulling fs layer [2020-07-01T07:12:32.522Z] ea1d1ca13537: Pulling fs layer [2020-07-01T07:12:32.522Z] 3750a50a1c5e: Pulling fs layer [2020-07-01T07:12:32.522Z] 4cf88f913ddb: Waiting [2020-07-01T07:12:32.522Z] 1df406cf5192: Waiting [2020-07-01T07:12:32.522Z] cd6300453558: Waiting [2020-07-01T07:12:32.522Z] b9c365052c96: Waiting [2020-07-01T07:12:32.522Z] a2d8cc88f415: Waiting [2020-07-01T07:12:32.522Z] ea1d1ca13537: Waiting [2020-07-01T07:12:32.522Z] 3750a50a1c5e: Waiting [2020-07-01T07:12:32.522Z] 8a11ddd9e578: Waiting [2020-07-01T07:12:32.522Z] 777b28850792: Verifying Checksum [2020-07-01T07:12:32.522Z] 777b28850792: Download complete [2020-07-01T07:12:32.522Z] 2a23fa8c16f7: Verifying Checksum [2020-07-01T07:12:32.522Z] 2a23fa8c16f7: Download complete [2020-07-01T07:12:32.522Z] 4cf88f913ddb: Download complete [2020-07-01T07:12:32.522Z] 1df406cf5192: Verifying Checksum [2020-07-01T07:12:32.522Z] 1df406cf5192: Download complete [2020-07-01T07:12:32.522Z] cde5963f3b93: Verifying Checksum [2020-07-01T07:12:33.511Z] cde5963f3b93: Pull complete [2020-07-01T07:12:34.118Z] 2a23fa8c16f7: Pull complete [2020-07-01T07:12:34.394Z] 777b28850792: Pull complete [2020-07-01T07:12:34.992Z] cd6300453558: Verifying Checksum [2020-07-01T07:12:34.992Z] cd6300453558: Download complete [2020-07-01T07:12:34.992Z] a2d8cc88f415: Verifying Checksum [2020-07-01T07:12:34.992Z] a2d8cc88f415: Download complete [2020-07-01T07:12:37.028Z] ea1d1ca13537: Verifying Checksum [2020-07-01T07:12:37.028Z] ea1d1ca13537: Download complete [2020-07-01T07:12:37.028Z] 3750a50a1c5e: Download complete [2020-07-01T07:12:38.010Z] b9c365052c96: Verifying Checksum [2020-07-01T07:12:38.010Z] b9c365052c96: Download complete [2020-07-01T07:12:38.285Z] 8a11ddd9e578: Verifying Checksum [2020-07-01T07:12:38.285Z] 8a11ddd9e578: Download complete [2020-07-01T07:12:48.432Z] 8a11ddd9e578: Pull complete [2020-07-01T07:12:48.706Z] 4cf88f913ddb: Pull complete [2020-07-01T07:12:49.007Z] 1df406cf5192: Pull complete [2020-07-01T07:12:52.640Z] Running on prd-centos7-docker-4c-2g-4956 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-07-01T07:12:52.666Z] Running in /w/workspace/device-virtual-go/17 [Pipeline] { [Pipeline] checkout [2020-07-01T07:12:54.416Z] cd6300453558: Pull complete [2020-07-01T07:12:54.968Z] using credential edgex-jenkins-ssh [2020-07-01T07:12:54.994Z] Cloning the remote Git repository [2020-07-01T07:12:54.994Z] Cloning with configured refspecs honoured and without tags [2020-07-01T07:12:55.712Z] Fetching without tags [2020-07-01T07:12:54.764Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-07-01T07:12:54.846Z] > git init /w/workspace/device-virtual-go/17 # timeout=10 [2020-07-01T07:12:54.899Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-07-01T07:12:54.899Z] > git --version # timeout=10 [2020-07-01T07:12:54.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-01T07:12:54.938Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-01T07:12:55.461Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-07-01T07:12:55.470Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-01T07:12:55.485Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-07-01T07:12:55.505Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-07-01T07:12:55.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-01T07:12:55.511Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-01T07:12:56.137Z] Checking out Revision 83d7a5c431fe81e17b953abf687c395c5af67887 (master) [2020-07-01T07:12:55.971Z] > git config core.sparsecheckout # timeout=10 [2020-07-01T07:12:55.977Z] > git checkout -f 83d7a5c431fe81e17b953abf687c395c5af67887 # timeout=10 [2020-07-01T07:12:57.793Z] b9c365052c96: Pull complete [2020-07-01T07:12:58.066Z] a2d8cc88f415: Pull complete [2020-07-01T07:13:00.046Z] ea1d1ca13537: Pull complete [2020-07-01T07:13:00.075Z] Commit message: "Merge pull request #116 from FelixTing/issue-115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-01T07:13:00.649Z] 3750a50a1c5e: Pull complete [2020-07-01T07:13:00.649Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-01T07:13:00.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-01T07:13:00.649Z] ---> 78745c68409d [2020-07-01T07:13:00.649Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [Pipeline] echo [2020-07-01T07:13:00.672Z] ========================================================= [2020-07-01T07:13:00.672Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-01T07:13:00.672Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:13:01.236Z] + 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-07-01T07:13:01.500Z] Sending build context to Docker daemon 525.8kB [2020-07-01T07:13:01.500Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-01T07:13:01.500Z] Step 2/8 : FROM ${BASE} [2020-07-01T07:13:01.763Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-01T07:13:01.763Z] e6b0cf9c0882: Pulling fs layer [2020-07-01T07:13:01.763Z] 2848faf0eed1: Pulling fs layer [2020-07-01T07:13:01.763Z] 0f37312ad70f: Pulling fs layer [2020-07-01T07:13:01.763Z] 5788d62ee057: Pulling fs layer [2020-07-01T07:13:01.763Z] 0e6b1d234666: Pulling fs layer [2020-07-01T07:13:01.763Z] bf5d7aec512f: Pulling fs layer [2020-07-01T07:13:01.763Z] 34c802a77dc8: Pulling fs layer [2020-07-01T07:13:01.763Z] 9eb99e56ec68: Pulling fs layer [2020-07-01T07:13:01.763Z] 27c7a5d97fbd: Pulling fs layer [2020-07-01T07:13:01.763Z] 5c102a31e300: Pulling fs layer [2020-07-01T07:13:01.763Z] dcfb455df0a1: Pulling fs layer [2020-07-01T07:13:01.763Z] 5788d62ee057: Waiting [2020-07-01T07:13:01.763Z] 0e6b1d234666: Waiting [2020-07-01T07:13:01.763Z] bf5d7aec512f: Waiting [2020-07-01T07:13:01.763Z] 34c802a77dc8: Waiting [2020-07-01T07:13:01.763Z] 27c7a5d97fbd: Waiting [2020-07-01T07:13:01.763Z] 9eb99e56ec68: Waiting [2020-07-01T07:13:01.763Z] 5c102a31e300: Waiting [2020-07-01T07:13:01.763Z] dcfb455df0a1: Waiting [2020-07-01T07:13:01.763Z] 0f37312ad70f: Verifying Checksum [2020-07-01T07:13:01.763Z] 0f37312ad70f: Download complete [2020-07-01T07:13:01.763Z] 2848faf0eed1: Verifying Checksum [2020-07-01T07:13:01.763Z] 2848faf0eed1: Download complete [2020-07-01T07:13:01.763Z] 0e6b1d234666: Verifying Checksum [2020-07-01T07:13:01.763Z] 0e6b1d234666: Download complete [2020-07-01T07:13:01.763Z] bf5d7aec512f: Verifying Checksum [2020-07-01T07:13:01.763Z] bf5d7aec512f: Download complete [2020-07-01T07:13:01.763Z] e6b0cf9c0882: Verifying Checksum [2020-07-01T07:13:01.763Z] e6b0cf9c0882: Download complete [2020-07-01T07:13:02.039Z] e6b0cf9c0882: Pull complete [2020-07-01T07:13:02.638Z] 34c802a77dc8: Verifying Checksum [2020-07-01T07:13:02.638Z] 34c802a77dc8: Download complete [2020-07-01T07:13:02.638Z] 27c7a5d97fbd: Verifying Checksum [2020-07-01T07:13:02.638Z] 27c7a5d97fbd: Download complete [2020-07-01T07:13:03.238Z] 5788d62ee057: Download complete [2020-07-01T07:13:03.238Z] dcfb455df0a1: Verifying Checksum [2020-07-01T07:13:03.238Z] dcfb455df0a1: Download complete [2020-07-01T07:13:03.238Z] 5c102a31e300: Verifying Checksum [2020-07-01T07:13:03.238Z] 5c102a31e300: Download complete [2020-07-01T07:13:03.238Z] 9eb99e56ec68: Verifying Checksum [2020-07-01T07:13:03.238Z] 9eb99e56ec68: Download complete [2020-07-01T07:13:03.807Z] 2848faf0eed1: Pull complete [2020-07-01T07:13:04.078Z] 0f37312ad70f: Pull complete [2020-07-01T07:13:06.081Z] ---> Running in 394e16f6221d [2020-07-01T07:13:06.081Z] Removing intermediate container 394e16f6221d [2020-07-01T07:13:06.081Z] ---> 508545d36684 [2020-07-01T07:13:06.081Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-01T07:13:06.081Z] ---> Running in d08c232584f5 [2020-07-01T07:13:08.697Z] Removing intermediate container d08c232584f5 [2020-07-01T07:13:08.697Z] ---> 650c16a8eba7 [2020-07-01T07:13:08.697Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-01T07:13:08.697Z] ---> Running in b3445c9fc8ae [2020-07-01T07:13:09.396Z] 5788d62ee057: Pull complete [2020-07-01T07:13:09.396Z] 0e6b1d234666: Pull complete [2020-07-01T07:13:09.656Z] bf5d7aec512f: Pull complete [2020-07-01T07:13:10.133Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-01T07:13:11.107Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-01T07:13:11.379Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:11.650Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:11.922Z] (3/18) Installing libmagic (5.37-r1) [2020-07-01T07:13:12.193Z] (4/18) Installing file (5.37-r1) [2020-07-01T07:13:12.193Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:12.463Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:12.463Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:17.803Z] 34c802a77dc8: Pull complete [2020-07-01T07:13:21.126Z] 9eb99e56ec68: Pull complete [2020-07-01T07:13:21.126Z] 27c7a5d97fbd: Pull complete [2020-07-01T07:13:22.517Z] 5c102a31e300: Pull complete [2020-07-01T07:13:22.588Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-07-01T07:13:22.588Z] (9/18) Installing g++ (9.2.0-r4) [2020-07-01T07:13:22.777Z] dcfb455df0a1: Pull complete [2020-07-01T07:13:22.777Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-01T07:13:22.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-01T07:13:22.777Z] ---> 7c70fe431013 [2020-07-01T07:13:22.777Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-01T07:13:23.348Z] ---> Running in e972636e6bba [2020-07-01T07:13:23.609Z] Removing intermediate container e972636e6bba [2020-07-01T07:13:23.609Z] ---> e3540ccbc0ef [2020-07-01T07:13:23.609Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-01T07:13:23.609Z] ---> Running in ef98513a3a8c [2020-07-01T07:13:25.000Z] Removing intermediate container ef98513a3a8c [2020-07-01T07:13:25.000Z] ---> 98b6400b66d8 [2020-07-01T07:13:25.000Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-01T07:13:25.000Z] ---> Running in fc4232342703 [2020-07-01T07:13:25.196Z] (10/18) Installing fortify-headers (1.1-r0) [2020-07-01T07:13:25.196Z] (11/18) Installing build-base (0.5-r1) [2020-07-01T07:13:25.196Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-07-01T07:13:25.467Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-07-01T07:13:25.467Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-07-01T07:13:25.576Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-01T07:13:25.738Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-07-01T07:13:25.738Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-07-01T07:13:26.011Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-07-01T07:13:26.011Z] (18/18) Installing openssh (8.1_p1-r0) [2020-07-01T07:13:26.011Z] Executing busybox-1.31.1-r8.trigger [2020-07-01T07:13:26.285Z] OK: 203 MiB in 52 packages [2020-07-01T07:13:26.965Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-01T07:13:27.908Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:27.908Z] (2/17) Installing libmagic (5.37-r1) [2020-07-01T07:13:28.186Z] (3/17) Installing file (5.37-r1) [2020-07-01T07:13:28.186Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:28.186Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:28.465Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-07-01T07:13:32.993Z] Removing intermediate container b3445c9fc8ae [2020-07-01T07:13:32.993Z] ---> a5f6d08a0961 [2020-07-01T07:13:32.993Z] Step 6/8 : WORKDIR /device-virtual-go [2020-07-01T07:13:32.993Z] ---> Running in 13e4bae2bf07 [2020-07-01T07:13:33.275Z] Removing intermediate container 13e4bae2bf07 [2020-07-01T07:13:33.275Z] ---> c444c0667193 [2020-07-01T07:13:33.275Z] Step 7/8 : COPY . . [2020-07-01T07:13:34.266Z] ---> 02abf9411e0b [2020-07-01T07:13:34.266Z] Step 8/8 : RUN go mod download [2020-07-01T07:13:34.266Z] ---> Running in 9909c95b64a1 [2020-07-01T07:13:36.618Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-07-01T07:13:36.618Z] (8/17) Installing g++ (9.2.0-r4) [2020-07-01T07:13:36.881Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-01T07:13:36.881Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-01T07:13:37.154Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-01T07:13:37.154Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-01T07:13:37.154Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-01T07:13:37.154Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-01T07:13:37.154Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-01T07:13:37.154Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-01T07:13:37.154Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-01T07:13:37.154Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-01T07:13:37.154Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-01T07:13:37.154Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-01T07:13:37.154Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-01T07:13:37.425Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-01T07:13:37.425Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-07-01T07:13:37.425Z] go: finding github.com/fatih/color v1.7.0 [2020-07-01T07:13:37.425Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-01T07:13:37.425Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-01T07:13:37.425Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-01T07:13:37.425Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-01T07:13:37.425Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-01T07:13:37.425Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-01T07:13:37.425Z] go: finding github.com/google/uuid v1.1.0 [2020-07-01T07:13:37.425Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-01T07:13:37.425Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-01T07:13:37.696Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-01T07:13:37.967Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-01T07:13:37.967Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-01T07:13:37.967Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-01T07:13:37.967Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-01T07:13:37.967Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-01T07:13:37.967Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-01T07:13:37.967Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-01T07:13:37.967Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-01T07:13:37.967Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-01T07:13:37.967Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-01T07:13:37.967Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-01T07:13:37.967Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-01T07:13:38.239Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-01T07:13:38.239Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-01T07:13:38.239Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-01T07:13:38.239Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-01T07:13:38.239Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-01T07:13:38.239Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-01T07:13:38.239Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-01T07:13:38.239Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-01T07:13:38.239Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-01T07:13:38.239Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-01T07:13:38.239Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-01T07:13:38.512Z] go: finding github.com/posener/complete v1.1.1 [2020-07-01T07:13:38.512Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-07-01T07:13:38.512Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-01T07:13:38.512Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-01T07:13:38.512Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-01T07:13:38.512Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-01T07:13:38.512Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-01T07:13:38.512Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-01T07:13:38.512Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-01T07:13:38.782Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-01T07:13:38.782Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-01T07:13:38.782Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-07-01T07:13:38.782Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-01T07:13:38.782Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-01T07:13:38.782Z] go: finding modernc.org/b v1.0.0 [2020-07-01T07:13:38.782Z] go: finding modernc.org/db v1.0.0 [2020-07-01T07:13:38.782Z] go: finding modernc.org/file v1.0.0 [2020-07-01T07:13:38.782Z] go: finding modernc.org/fileutil v1.0.0 [2020-07-01T07:13:39.052Z] go: finding modernc.org/golex v1.0.0 [2020-07-01T07:13:39.052Z] go: finding modernc.org/internal v1.0.0 [2020-07-01T07:13:39.052Z] go: finding modernc.org/lldb v1.0.0 [2020-07-01T07:13:39.052Z] go: finding modernc.org/mathutil v1.0.0 [2020-07-01T07:13:39.052Z] go: finding modernc.org/ql v1.0.0 [2020-07-01T07:13:39.052Z] go: finding modernc.org/sortutil v1.0.0 [2020-07-01T07:13:39.052Z] go: finding modernc.org/strutil v1.0.0 [2020-07-01T07:13:39.052Z] go: finding modernc.org/zappy v1.0.0 [2020-07-01T07:13:44.752Z] (9/17) Installing fortify-headers (1.1-r0) [2020-07-01T07:13:45.014Z] (10/17) Installing build-base (0.5-r1) [2020-07-01T07:13:45.014Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-07-01T07:13:45.274Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-07-01T07:13:45.274Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-07-01T07:13:46.217Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-07-01T07:13:46.217Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-07-01T07:13:46.217Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-07-01T07:13:46.478Z] (17/17) Installing openssh (8.1_p1-r0) [2020-07-01T07:13:46.741Z] Executing busybox-1.31.1-r8.trigger [2020-07-01T07:13:46.741Z] OK: 214 MiB in 52 packages [2020-07-01T07:13:49.201Z] Removing intermediate container 9909c95b64a1 [2020-07-01T07:13:49.201Z] ---> a1b7f42f52f8 [2020-07-01T07:13:49.201Z] Successfully built a1b7f42f52f8 [2020-07-01T07:13:49.201Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:13:49.746Z] + docker inspect -f . ci-base-image-arm64 [2020-07-01T07:13:49.746Z] . [Pipeline] withDockerContainer [2020-07-01T07:13:49.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-4955 does not seem to be running inside a container [2020-07-01T07:13:50.052Z] Removing intermediate container fc4232342703 [2020-07-01T07:13:50.052Z] ---> c175c094db4e [2020-07-01T07:13:50.052Z] Step 6/8 : WORKDIR /device-virtual-go [2020-07-01T07:13:50.052Z] ---> Running in 38b9fcb73f92 [2020-07-01T07:13:50.047Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/17 -v /w/workspace/device-virtual-go/17:/w/workspace/device-virtual-go/17:rw,z -v /w/workspace/device-virtual-go/17@tmp:/w/workspace/device-virtual-go/17@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 ******** ci-base-image-arm64 cat [2020-07-01T07:13:50.313Z] Removing intermediate container 38b9fcb73f92 [2020-07-01T07:13:50.313Z] ---> ae0d88b93977 [2020-07-01T07:13:50.313Z] Step 7/8 : COPY . . [2020-07-01T07:13:50.887Z] ---> c9772df065a7 [2020-07-01T07:13:50.887Z] Step 8/8 : RUN go mod download [2020-07-01T07:13:51.149Z] ---> Running in 086863fd0c08 [2020-07-01T07:13:51.894Z] $ docker top 2b9891235b98174055ea1a018e8abda05910978098a7dacf0346f197d799bc91 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-01T07:13:53.070Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-01T07:13:53.070Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-01T07:13:53.070Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-01T07:13:53.070Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-01T07:13:53.070Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-01T07:13:53.070Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-01T07:13:53.070Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-01T07:13:53.070Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-01T07:13:53.070Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-01T07:13:53.070Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-01T07:13:53.070Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-01T07:13:53.070Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-01T07:13:53.283Z] + go version [2020-07-01T07:13:53.283Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-01T07:13:53.331Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-01T07:13:53.331Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-01T07:13:53.331Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-07-01T07:13:53.331Z] go: finding github.com/fatih/color v1.7.0 [2020-07-01T07:13:53.331Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-01T07:13:53.331Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-01T07:13:53.331Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-01T07:13:53.331Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-01T07:13:53.331Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-01T07:13:53.331Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-01T07:13:53.331Z] go: finding github.com/google/uuid v1.1.0 [2020-07-01T07:13:53.331Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-01T07:13:53.331Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-01T07:13:53.594Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-01T07:13:53.855Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-01T07:13:53.855Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-01T07:13:53.855Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-01T07:13:53.855Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-01T07:13:53.855Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-01T07:13:53.855Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-01T07:13:53.855Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-01T07:13:53.855Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-01T07:13:53.855Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-01T07:13:53.855Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-01T07:13:53.855Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-01T07:13:53.855Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-01T07:13:54.116Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-01T07:13:54.116Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-01T07:13:54.116Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-01T07:13:54.116Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-01T07:13:54.116Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-01T07:13:54.116Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-01T07:13:54.116Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-01T07:13:54.116Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-01T07:13:54.116Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-01T07:13:54.116Z] go: finding github.com/posener/complete v1.1.1 [2020-07-01T07:13:54.116Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-07-01T07:13:54.116Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-01T07:13:54.116Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-01T07:13:54.323Z] + make test [2020-07-01T07:13:54.323Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-01T07:13:54.378Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-01T07:13:54.378Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-01T07:13:54.378Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-01T07:13:54.378Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-01T07:13:54.378Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-01T07:13:54.378Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-01T07:13:54.378Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-01T07:13:54.378Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-07-01T07:13:54.378Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-01T07:13:54.378Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-01T07:13:54.378Z] go: finding modernc.org/b v1.0.0 [2020-07-01T07:13:54.378Z] go: finding modernc.org/db v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/file v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/fileutil v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/golex v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/internal v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/lldb v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/mathutil v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/ql v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/sortutil v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/strutil v1.0.0 [2020-07-01T07:13:54.643Z] go: finding modernc.org/zappy v1.0.0 [2020-07-01T07:13:55.324Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-07-01T07:14:04.677Z] Removing intermediate container 086863fd0c08 [2020-07-01T07:14:04.677Z] ---> 4384a93d8c93 [2020-07-01T07:14:04.677Z] Successfully built 4384a93d8c93 [2020-07-01T07:14:04.677Z] 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-07-01T07:14:05.156Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-01T07:14:05.156Z] . [Pipeline] withDockerContainer [2020-07-01T07:14:05.278Z] prd-centos7-docker-4c-2g-4956 does not seem to be running inside a container [2020-07-01T07:14:05.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/17 -v /w/workspace/device-virtual-go/17:/w/workspace/device-virtual-go/17:rw,z -v /w/workspace/device-virtual-go/17@tmp:/w/workspace/device-virtual-go/17@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 ******** ci-base-image-x86_64 cat [2020-07-01T07:14:06.867Z] $ docker top b7bca5693e5657d96c5198b7fbc1b2f50afce9b683cd7dda7758e90d37b6747f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-01T07:14:07.331Z] + go version [2020-07-01T07:14:07.331Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-01T07:14:07.664Z] + make test [2020-07-01T07:14:07.665Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-01T07:14:08.618Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-07-01T07:14:21.023Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-07-01T07:14:34.415Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-07-01T07:14:39.176Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 17.663s coverage: 52.6% of statements [2020-07-01T07:14:39.439Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-01T07:14:42.785Z] gofmt -l . [2020-07-01T07:14:42.785Z] [ "`gofmt -l .`" = "" ] [2020-07-01T07:14:42.785Z] ./bin/test-attribution-txt.sh [2020-07-01T07:14:43.732Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-01T07:14:44.265Z] Stashed 1 file(s) [Pipeline] } [2020-07-01T07:14:44.272Z] $ docker stop --time=1 b7bca5693e5657d96c5198b7fbc1b2f50afce9b683cd7dda7758e90d37b6747f [2020-07-01T07:14:47.351Z] $ docker rm -f b7bca5693e5657d96c5198b7fbc1b2f50afce9b683cd7dda7758e90d37b6747f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-01T07:14:49.312Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-01T07:14:49.612Z] + ls -al . [2020-07-01T07:14:49.612Z] total 112 [2020-07-01T07:14:49.612Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jul 1 07:14 . [2020-07-01T07:14:49.612Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 1 07:12 .. [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 6432 Jul 1 07:12 Attribution.txt [2020-07-01T07:14:49.612Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 1 07:12 bin [2020-07-01T07:14:49.612Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 1 07:12 cmd [2020-07-01T07:14:49.612Z] -rw-r--r--. 1 jenkins jenkins 31362 Jul 1 07:14 coverage.out [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 1826 Jul 1 07:12 Dockerfile [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 957 Jul 1 07:12 Dockerfile.build [2020-07-01T07:14:49.612Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 1 07:12 .git [2020-07-01T07:14:49.612Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 1 07:12 .github [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 258 Jul 1 07:12 .gitignore [2020-07-01T07:14:49.612Z] -rw-r--r--. 1 jenkins jenkins 855 Jul 1 07:14 go.mod [2020-07-01T07:14:49.612Z] -rw-r--r--. 1 jenkins jenkins 14894 Jul 1 07:14 go.sum [2020-07-01T07:14:49.612Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 1 07:12 internal [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 683 Jul 1 07:12 Jenkinsfile [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jul 1 07:12 LICENSE [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 873 Jul 1 07:12 Makefile [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 4623 Jul 1 07:12 README.md [2020-07-01T07:14:49.612Z] drwxrwxr-x. 3 jenkins jenkins 44 Jul 1 07:13 .semver [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 1 07:10 VERSION [2020-07-01T07:14:49.612Z] -rw-rw-r--. 1 jenkins jenkins 235 Jul 1 07:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:14:49.913Z] + 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=83d7a5c431fe81e17b953abf687c395c5af67887 --label arch=amd64 --label version=1.2.2-dev.2 . [2020-07-01T07:14:49.913Z] Sending build context to Docker daemon 588.3kB [2020-07-01T07:14:49.913Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-07-01T07:14:49.913Z] Step 2/21 : FROM ${BASE} AS builder [2020-07-01T07:14:49.913Z] ---> 4384a93d8c93 [2020-07-01T07:14:49.913Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-07-01T07:14:50.176Z] ---> Running in ec0c8191bed2 [2020-07-01T07:14:50.438Z] Removing intermediate container ec0c8191bed2 [2020-07-01T07:14:50.438Z] ---> 54e834dc04fe [2020-07-01T07:14:50.438Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-07-01T07:14:50.438Z] ---> Running in 99d7e589d6ba [2020-07-01T07:14:50.700Z] Removing intermediate container 99d7e589d6ba [2020-07-01T07:14:50.700Z] ---> 17231464303e [2020-07-01T07:14:50.700Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-07-01T07:14:50.700Z] ---> Running in baafcf4cca63 [2020-07-01T07:14:50.700Z] Removing intermediate container baafcf4cca63 [2020-07-01T07:14:50.700Z] ---> 152c63fa32e3 [2020-07-01T07:14:50.700Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-01T07:14:50.963Z] ---> Running in ded49ddc8c68 [2020-07-01T07:14:51.912Z] Removing intermediate container ded49ddc8c68 [2020-07-01T07:14:51.912Z] ---> f62a8479aeb0 [2020-07-01T07:14:51.912Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-01T07:14:51.912Z] ---> Running in b9a52302a777 [2020-07-01T07:14:52.174Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-01T07:14:53.116Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-01T07:14:53.689Z] OK: 214 MiB in 52 packages [2020-07-01T07:14:53.955Z] Removing intermediate container b9a52302a777 [2020-07-01T07:14:53.955Z] ---> 028ec7ace7d0 [2020-07-01T07:14:53.955Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-07-01T07:14:53.955Z] ---> Running in 16b30003dfe7 [2020-07-01T07:14:54.218Z] Removing intermediate container 16b30003dfe7 [2020-07-01T07:14:54.218Z] ---> c559d6339bde [2020-07-01T07:14:54.218Z] Step 9/21 : COPY . . [2020-07-01T07:14:54.790Z] ---> 90e733e451e3 [2020-07-01T07:14:54.790Z] Step 10/21 : ARG MAKE='make build' [2020-07-01T07:14:55.052Z] ---> Running in 23a7229a14c2 [2020-07-01T07:14:55.052Z] Removing intermediate container 23a7229a14c2 [2020-07-01T07:14:55.052Z] ---> 9be88c9e8089 [2020-07-01T07:14:55.052Z] Step 11/21 : RUN $MAKE [2020-07-01T07:14:55.314Z] ---> Running in 9a428c73bef2 [2020-07-01T07:14:55.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.2-dev.2" -o cmd/device-virtual ./cmd [2020-07-01T07:15:06.732Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 30.701s coverage: 52.6% of statements [2020-07-01T07:15:06.732Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-01T07:15:07.932Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-01T07:15:11.248Z] Removing intermediate container 9a428c73bef2 [2020-07-01T07:15:11.248Z] ---> 8a3f3c4c4549 [2020-07-01T07:15:11.248Z] Step 12/21 : FROM alpine [2020-07-01T07:15:11.512Z] latest: Pulling from library/alpine [2020-07-01T07:15:11.512Z] df20fa9351a1: Pulling fs layer [2020-07-01T07:15:11.775Z] df20fa9351a1: Download complete [2020-07-01T07:15:11.775Z] df20fa9351a1: Pull complete [2020-07-01T07:15:11.775Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-01T07:15:11.775Z] Status: Downloaded newer image for alpine:latest [2020-07-01T07:15:11.775Z] ---> a24bb4013296 [2020-07-01T07:15:11.775Z] Step 13/21 : ENV APP_PORT=49990 [2020-07-01T07:15:12.038Z] ---> Running in d02d92e9cf69 [2020-07-01T07:15:12.038Z] Removing intermediate container d02d92e9cf69 [2020-07-01T07:15:12.038Z] ---> 0dd8685e4a10 [2020-07-01T07:15:12.038Z] Step 14/21 : EXPOSE $APP_PORT [2020-07-01T07:15:12.300Z] ---> Running in 5b589751a2a2 [2020-07-01T07:15:12.300Z] Removing intermediate container 5b589751a2a2 [2020-07-01T07:15:12.300Z] ---> f02ffeb3918b [2020-07-01T07:15:12.300Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-07-01T07:15:12.874Z] ---> 668f9e46ebe2 [2020-07-01T07:15:12.874Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-07-01T07:15:13.134Z] ---> 29d510f197f7 [2020-07-01T07:15:13.134Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-07-01T07:15:13.397Z] ---> 3c0ab6c78b25 [2020-07-01T07:15:13.397Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-01T07:15:13.397Z] ---> Running in 0d3133186941 [2020-07-01T07:15:13.455Z] gofmt -l . [2020-07-01T07:15:13.455Z] [ "`gofmt -l .`" = "" ] [2020-07-01T07:15:13.455Z] ./bin/test-attribution-txt.sh [2020-07-01T07:15:13.661Z] Removing intermediate container 0d3133186941 [2020-07-01T07:15:13.661Z] ---> 6430449c488a [2020-07-01T07:15:13.661Z] Step 19/21 : LABEL arch=amd64 [2020-07-01T07:15:13.661Z] ---> Running in ce061b6f4871 [2020-07-01T07:15:13.661Z] Removing intermediate container ce061b6f4871 [2020-07-01T07:15:13.661Z] ---> 5e512caf8d28 [2020-07-01T07:15:13.661Z] Step 20/21 : LABEL git_sha=83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:15:13.921Z] ---> Running in 07db14864c6a [2020-07-01T07:15:13.921Z] Removing intermediate container 07db14864c6a [2020-07-01T07:15:13.921Z] ---> 6c91b180410c [2020-07-01T07:15:13.921Z] Step 21/21 : LABEL version=1.2.2-dev.2 [2020-07-01T07:15:13.921Z] ---> Running in e7570b5dde9c [2020-07-01T07:15:14.050Z] ./bin/test-go-mod-tidy.sh [2020-07-01T07:15:14.182Z] Removing intermediate container e7570b5dde9c [2020-07-01T07:15:14.182Z] ---> f27e0916afef [2020-07-01T07:15:14.182Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-01T07:15:14.182Z] Successfully built f27e0916afef [2020-07-01T07:15:14.182Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] stash [2020-07-01T07:15:14.357Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-01T07:15:14.407Z] provisioning config files... [2020-07-01T07:15:14.453Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/17@tmp/config8550535809204576835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:15:14.754Z] Stashed 1 file(s) [Pipeline] } [2020-07-01T07:15:14.736Z] $ docker stop --time=1 2b9891235b98174055ea1a018e8abda05910978098a7dacf0346f197d799bc91 [2020-07-01T07:15:14.780Z] nexus3.edgexfoundry.org:10001 [2020-07-01T07:15:15.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:15:15.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:15:15.041Z] Configure a credential helper to remove this warning. See [2020-07-01T07:15:15.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:15:15.041Z] [2020-07-01T07:15:15.041Z] Login Succeeded [2020-07-01T07:15:15.041Z] nexus3.edgexfoundry.org:10002 [2020-07-01T07:15:15.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:15:15.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:15:15.303Z] Configure a credential helper to remove this warning. See [2020-07-01T07:15:15.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:15:15.303Z] [2020-07-01T07:15:15.303Z] Login Succeeded [2020-07-01T07:15:15.303Z] nexus3.edgexfoundry.org:10003 [2020-07-01T07:15:15.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:15:15.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:15:15.303Z] Configure a credential helper to remove this warning. See [2020-07-01T07:15:15.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:15:15.303Z] [2020-07-01T07:15:15.303Z] Login Succeeded [2020-07-01T07:15:15.303Z] nexus3.edgexfoundry.org:10004 [2020-07-01T07:15:15.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:15:15.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:15:15.564Z] Configure a credential helper to remove this warning. See [2020-07-01T07:15:15.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:15:15.564Z] [2020-07-01T07:15:15.564Z] Login Succeeded [2020-07-01T07:15:15.564Z] docker.io [2020-07-01T07:15:15.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:15:16.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:15:16.139Z] Configure a credential helper to remove this warning. See [2020-07-01T07:15:16.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:15:16.139Z] [2020-07-01T07:15:16.139Z] Login Succeeded [2020-07-01T07:15:16.748Z] $ docker rm -f 2b9891235b98174055ea1a018e8abda05910978098a7dacf0346f197d799bc91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-07-01T07:15:17.254Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2020-07-01T07:15:17.379Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-07-01T07:15:17.379Z] 83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:15:17.379Z] latest [2020-07-01T07:15:17.379Z] 1.2.2-dev.2 [2020-07-01T07:15:17.379Z] 83d7a5c431fe81e17b953abf687c395c5af67887-1.2.2-dev.2 [2020-07-01T07:15:17.379Z] master [2020-07-01T07:15:17.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-01T07:15:17.751Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:83d7a5c431fe81e17b953abf687c395c5af67887 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:17.851Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-01T07:15:18.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:15:18.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-01T07:15:18.058Z] 312c003a1ba4: Preparing [2020-07-01T07:15:18.058Z] 96224369194f: Preparing [2020-07-01T07:15:18.058Z] 0a7b2838f55b: Preparing [2020-07-01T07:15:18.058Z] 50644c29ef5a: Preparing [2020-07-01T07:15:18.058Z] 50644c29ef5a: Layer already exists [2020-07-01T07:15:18.058Z] 96224369194f: Pushed [2020-07-01T07:15:18.058Z] 312c003a1ba4: Pushed [2020-07-01T07:15:18.187Z] + ls -al . [2020-07-01T07:15:18.187Z] total 140 [2020-07-01T07:15:18.187Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 07:15 . [2020-07-01T07:15:18.187Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 07:12 .. [2020-07-01T07:15:18.187Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 07:12 .git [2020-07-01T07:15:18.187Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 07:12 .github [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 1 07:12 .gitignore [2020-07-01T07:15:18.187Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 07:12 .semver [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 6432 Jul 1 07:12 Attribution.txt [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 1826 Jul 1 07:12 Dockerfile [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 957 Jul 1 07:12 Dockerfile.build [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 683 Jul 1 07:12 Jenkinsfile [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 1 07:12 LICENSE [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 873 Jul 1 07:12 Makefile [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 4623 Jul 1 07:12 README.md [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 1 07:10 VERSION [2020-07-01T07:15:18.187Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 07:12 bin [2020-07-01T07:15:18.187Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 07:12 cmd [2020-07-01T07:15:18.187Z] -rw-r--r-- 1 jenkins jenkins 31362 Jul 1 07:15 coverage.out [2020-07-01T07:15:18.187Z] -rw-r--r-- 1 jenkins jenkins 855 Jul 1 07:15 go.mod [2020-07-01T07:15:18.187Z] -rw-r--r-- 1 jenkins jenkins 14894 Jul 1 07:15 go.sum [2020-07-01T07:15:18.187Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 07:12 internal [2020-07-01T07:15:18.187Z] -rw-rw-r-- 1 jenkins jenkins 235 Jul 1 07:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:18.521Z] + 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=83d7a5c431fe81e17b953abf687c395c5af67887 --label arch=arm64 --label version=1.2.2-dev.2 . [2020-07-01T07:15:18.791Z] Sending build context to Docker daemon 588.3kB [2020-07-01T07:15:18.791Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-07-01T07:15:18.791Z] Step 2/21 : FROM ${BASE} AS builder [2020-07-01T07:15:18.791Z] ---> a1b7f42f52f8 [2020-07-01T07:15:18.791Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-07-01T07:15:19.063Z] ---> Running in 5c1bfbb68abb [2020-07-01T07:15:19.443Z] 0a7b2838f55b: Pushed [2020-07-01T07:15:19.444Z] 83d7a5c431fe81e17b953abf687c395c5af67887: digest: sha256:df136f3984a5da7e3420d8ad91daaba616d1ae23bab51af46b85f20793d9749b size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:19.655Z] Removing intermediate container 5c1bfbb68abb [2020-07-01T07:15:19.655Z] ---> 75193b2213a9 [2020-07-01T07:15:19.655Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-07-01T07:15:19.655Z] ---> Running in 6e7db7abe982 [2020-07-01T07:15:19.747Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:20.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-07-01T07:15:20.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-01T07:15:20.042Z] 312c003a1ba4: Preparing [2020-07-01T07:15:20.042Z] 96224369194f: Preparing [2020-07-01T07:15:20.042Z] 0a7b2838f55b: Preparing [2020-07-01T07:15:20.042Z] 50644c29ef5a: Preparing [2020-07-01T07:15:20.042Z] 0a7b2838f55b: Layer already exists [2020-07-01T07:15:20.042Z] 50644c29ef5a: Layer already exists [2020-07-01T07:15:20.042Z] 96224369194f: Layer already exists [2020-07-01T07:15:20.042Z] 312c003a1ba4: Layer already exists [2020-07-01T07:15:20.042Z] latest: digest: sha256:df136f3984a5da7e3420d8ad91daaba616d1ae23bab51af46b85f20793d9749b size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:20.250Z] Removing intermediate container 6e7db7abe982 [2020-07-01T07:15:20.250Z] ---> fcbaef0aefc9 [2020-07-01T07:15:20.250Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-07-01T07:15:20.250Z] ---> Running in fccc19801198 [2020-07-01T07:15:20.343Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:20.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.2-dev.2 [2020-07-01T07:15:20.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-01T07:15:20.638Z] 312c003a1ba4: Preparing [2020-07-01T07:15:20.638Z] 96224369194f: Preparing [2020-07-01T07:15:20.638Z] 0a7b2838f55b: Preparing [2020-07-01T07:15:20.638Z] 50644c29ef5a: Preparing [2020-07-01T07:15:20.638Z] 96224369194f: Layer already exists [2020-07-01T07:15:20.638Z] 50644c29ef5a: Layer already exists [2020-07-01T07:15:20.638Z] 312c003a1ba4: Layer already exists [2020-07-01T07:15:20.638Z] 0a7b2838f55b: Layer already exists [2020-07-01T07:15:20.638Z] 1.2.2-dev.2: digest: sha256:df136f3984a5da7e3420d8ad91daaba616d1ae23bab51af46b85f20793d9749b size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:20.852Z] Removing intermediate container fccc19801198 [2020-07-01T07:15:20.852Z] ---> 875f96a06d51 [2020-07-01T07:15:20.852Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-01T07:15:20.852Z] ---> Running in c4b9630b33a3 [2020-07-01T07:15:20.942Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:83d7a5c431fe81e17b953abf687c395c5af67887-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:21.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:83d7a5c431fe81e17b953abf687c395c5af67887-1.2.2-dev.2 [2020-07-01T07:15:21.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-01T07:15:21.242Z] 312c003a1ba4: Preparing [2020-07-01T07:15:21.242Z] 96224369194f: Preparing [2020-07-01T07:15:21.242Z] 0a7b2838f55b: Preparing [2020-07-01T07:15:21.242Z] 50644c29ef5a: Preparing [2020-07-01T07:15:21.242Z] 96224369194f: Layer already exists [2020-07-01T07:15:21.242Z] 312c003a1ba4: Layer already exists [2020-07-01T07:15:21.242Z] 0a7b2838f55b: Layer already exists [2020-07-01T07:15:21.242Z] 50644c29ef5a: Layer already exists [2020-07-01T07:15:21.242Z] 83d7a5c431fe81e17b953abf687c395c5af67887-1.2.2-dev.2: digest: sha256:df136f3984a5da7e3420d8ad91daaba616d1ae23bab51af46b85f20793d9749b size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:21.541Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:15:21.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-07-01T07:15:21.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-01T07:15:21.835Z] 312c003a1ba4: Preparing [2020-07-01T07:15:21.835Z] 96224369194f: Preparing [2020-07-01T07:15:21.835Z] 0a7b2838f55b: Preparing [2020-07-01T07:15:21.835Z] 50644c29ef5a: Preparing [2020-07-01T07:15:21.835Z] 96224369194f: Layer already exists [2020-07-01T07:15:21.835Z] 312c003a1ba4: Layer already exists [2020-07-01T07:15:21.835Z] 0a7b2838f55b: Layer already exists [2020-07-01T07:15:21.835Z] 50644c29ef5a: Layer already exists [2020-07-01T07:15:21.835Z] master: digest: sha256:df136f3984a5da7e3420d8ad91daaba616d1ae23bab51af46b85f20793d9749b 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-07-01T07:15:23.566Z] Removing intermediate container c4b9630b33a3 [2020-07-01T07:15:23.566Z] ---> 0f9dfb079d5f [2020-07-01T07:15:23.566Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-01T07:15:23.566Z] ---> Running in 0d8582edffa4 [2020-07-01T07:15:25.599Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-01T07:15:26.226Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-01T07:15:26.821Z] OK: 203 MiB in 52 packages [2020-07-01T07:15:27.799Z] Removing intermediate container 0d8582edffa4 [2020-07-01T07:15:27.799Z] ---> 032d0de3417d [2020-07-01T07:15:27.799Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-07-01T07:15:28.071Z] ---> Running in 2328d8cd266e [2020-07-01T07:15:28.343Z] Removing intermediate container 2328d8cd266e [2020-07-01T07:15:28.343Z] ---> c33027296df8 [2020-07-01T07:15:28.343Z] Step 9/21 : COPY . . [2020-07-01T07:15:29.321Z] ---> 3c4f5bfa9cf5 [2020-07-01T07:15:29.321Z] Step 10/21 : ARG MAKE='make build' [2020-07-01T07:15:29.594Z] ---> Running in d7644d6446ef [2020-07-01T07:15:30.188Z] Removing intermediate container d7644d6446ef [2020-07-01T07:15:30.188Z] ---> 1e95ec4cb2c4 [2020-07-01T07:15:30.188Z] Step 11/21 : RUN $MAKE [2020-07-01T07:15:30.188Z] ---> Running in 4b4f00af3e98 [2020-07-01T07:15:31.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.2-dev.2" -o cmd/device-virtual ./cmd [2020-07-01T07:16:03.975Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-01T07:16:14.114Z] Removing intermediate container 4b4f00af3e98 [2020-07-01T07:16:14.114Z] ---> e3f247b2806f [2020-07-01T07:16:14.114Z] Step 12/21 : FROM alpine [2020-07-01T07:16:14.114Z] latest: Pulling from library/alpine [2020-07-01T07:16:14.114Z] b538f80385f9: Pulling fs layer [2020-07-01T07:16:14.114Z] b538f80385f9: Verifying Checksum [2020-07-01T07:16:14.114Z] b538f80385f9: Download complete [2020-07-01T07:16:14.114Z] b538f80385f9: Pull complete [2020-07-01T07:16:14.114Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-01T07:16:14.114Z] Status: Downloaded newer image for alpine:latest [2020-07-01T07:16:14.114Z] ---> 62ee0e9f8440 [2020-07-01T07:16:14.114Z] Step 13/21 : ENV APP_PORT=49990 [2020-07-01T07:16:14.114Z] ---> Running in 443edd3f7e30 [2020-07-01T07:16:14.389Z] Removing intermediate container 443edd3f7e30 [2020-07-01T07:16:14.389Z] ---> 81efab244dcc [2020-07-01T07:16:14.389Z] Step 14/21 : EXPOSE $APP_PORT [2020-07-01T07:16:14.661Z] ---> Running in d752f0ab0028 [2020-07-01T07:16:15.255Z] Removing intermediate container d752f0ab0028 [2020-07-01T07:16:15.255Z] ---> 3eb128e19696 [2020-07-01T07:16:15.255Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-07-01T07:16:16.682Z] ---> a660cd233f82 [2020-07-01T07:16:16.682Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-07-01T07:16:17.283Z] ---> fb86a20d082a [2020-07-01T07:16:17.283Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-07-01T07:16:18.257Z] ---> 32d9c19b5439 [2020-07-01T07:16:18.257Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-01T07:16:18.257Z] ---> Running in a073f9cdbeab [2020-07-01T07:16:18.850Z] Removing intermediate container a073f9cdbeab [2020-07-01T07:16:18.850Z] ---> 6d037f24e1a7 [2020-07-01T07:16:18.850Z] Step 19/21 : LABEL arch=arm64 [2020-07-01T07:16:18.850Z] ---> Running in 27deb9ecc4c7 [2020-07-01T07:16:19.444Z] Removing intermediate container 27deb9ecc4c7 [2020-07-01T07:16:19.444Z] ---> cd3eeef71607 [2020-07-01T07:16:19.444Z] Step 20/21 : LABEL git_sha=83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:16:19.444Z] ---> Running in fe19a1d23ebb [2020-07-01T07:16:19.720Z] Removing intermediate container fe19a1d23ebb [2020-07-01T07:16:19.720Z] ---> 851ff8b0d20d [2020-07-01T07:16:19.720Z] Step 21/21 : LABEL version=1.2.2-dev.2 [2020-07-01T07:16:19.997Z] ---> Running in 5f102efaf708 [2020-07-01T07:16:20.268Z] Removing intermediate container 5f102efaf708 [2020-07-01T07:16:20.268Z] ---> 7b1c71466bd5 [2020-07-01T07:16:20.268Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-01T07:16:20.268Z] Successfully built 7b1c71466bd5 [2020-07-01T07:16:20.537Z] 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-07-01T07:16:20.736Z] provisioning config files... [2020-07-01T07:16:20.781Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/17@tmp/config4323867230023686186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:16:21.152Z] nexus3.edgexfoundry.org:10001 [2020-07-01T07:16:21.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:16:21.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:16:21.693Z] Configure a credential helper to remove this warning. See [2020-07-01T07:16:21.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:16:21.693Z] [2020-07-01T07:16:21.693Z] Login Succeeded [2020-07-01T07:16:21.693Z] nexus3.edgexfoundry.org:10002 [2020-07-01T07:16:21.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:16:21.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:16:21.963Z] Configure a credential helper to remove this warning. See [2020-07-01T07:16:21.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:16:21.963Z] [2020-07-01T07:16:21.963Z] Login Succeeded [2020-07-01T07:16:21.963Z] nexus3.edgexfoundry.org:10003 [2020-07-01T07:16:22.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:16:22.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:16:22.556Z] Configure a credential helper to remove this warning. See [2020-07-01T07:16:22.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:16:22.556Z] [2020-07-01T07:16:22.556Z] Login Succeeded [2020-07-01T07:16:22.556Z] nexus3.edgexfoundry.org:10004 [2020-07-01T07:16:22.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:16:23.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:16:23.100Z] Configure a credential helper to remove this warning. See [2020-07-01T07:16:23.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:16:23.100Z] [2020-07-01T07:16:23.100Z] Login Succeeded [2020-07-01T07:16:23.100Z] docker.io [2020-07-01T07:16:23.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-01T07:16:23.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-01T07:16:23.963Z] Configure a credential helper to remove this warning. See [2020-07-01T07:16:23.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-01T07:16:23.963Z] [2020-07-01T07:16:23.963Z] Login Succeeded [Pipeline] } [2020-07-01T07:16:23.979Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-01T07:16:24.093Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-07-01T07:16:24.093Z] 83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:16:24.093Z] latest [2020-07-01T07:16:24.093Z] 1.2.2-dev.2 [2020-07-01T07:16:24.093Z] 83d7a5c431fe81e17b953abf687c395c5af67887-1.2.2-dev.2 [2020-07-01T07:16:24.093Z] master [2020-07-01T07:16:24.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:24.496Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:83d7a5c431fe81e17b953abf687c395c5af67887 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:24.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:16:24.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-01T07:16:24.825Z] 73b058849b5f: Preparing [2020-07-01T07:16:24.825Z] 537677ea7b64: Preparing [2020-07-01T07:16:24.825Z] 5dacd5148c9f: Preparing [2020-07-01T07:16:24.825Z] e2f13739ad41: Preparing [2020-07-01T07:16:25.097Z] e2f13739ad41: Layer already exists [2020-07-01T07:16:25.097Z] 73b058849b5f: Pushed [2020-07-01T07:16:25.097Z] 537677ea7b64: Pushed [2020-07-01T07:16:28.469Z] 5dacd5148c9f: Pushed [2020-07-01T07:16:28.740Z] 83d7a5c431fe81e17b953abf687c395c5af67887: digest: sha256:2ad17e123bfcaf01fe29301eb610e994305485b17316dc753e7761ba56edec85 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:29.076Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:29.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-07-01T07:16:29.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-01T07:16:29.406Z] 73b058849b5f: Preparing [2020-07-01T07:16:29.406Z] 537677ea7b64: Preparing [2020-07-01T07:16:29.406Z] 5dacd5148c9f: Preparing [2020-07-01T07:16:29.406Z] e2f13739ad41: Preparing [2020-07-01T07:16:29.406Z] e2f13739ad41: Layer already exists [2020-07-01T07:16:29.406Z] 537677ea7b64: Layer already exists [2020-07-01T07:16:29.406Z] 73b058849b5f: Layer already exists [2020-07-01T07:16:29.406Z] 5dacd5148c9f: Layer already exists [2020-07-01T07:16:29.677Z] latest: digest: sha256:2ad17e123bfcaf01fe29301eb610e994305485b17316dc753e7761ba56edec85 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:30.011Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:30.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.2-dev.2 [2020-07-01T07:16:30.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-01T07:16:30.342Z] 73b058849b5f: Preparing [2020-07-01T07:16:30.342Z] 537677ea7b64: Preparing [2020-07-01T07:16:30.342Z] 5dacd5148c9f: Preparing [2020-07-01T07:16:30.342Z] e2f13739ad41: Preparing [2020-07-01T07:16:30.342Z] 5dacd5148c9f: Layer already exists [2020-07-01T07:16:30.342Z] 73b058849b5f: Layer already exists [2020-07-01T07:16:30.342Z] 537677ea7b64: Layer already exists [2020-07-01T07:16:30.342Z] e2f13739ad41: Layer already exists [2020-07-01T07:16:30.612Z] 1.2.2-dev.2: digest: sha256:2ad17e123bfcaf01fe29301eb610e994305485b17316dc753e7761ba56edec85 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:30.954Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:83d7a5c431fe81e17b953abf687c395c5af67887-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:31.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:83d7a5c431fe81e17b953abf687c395c5af67887-1.2.2-dev.2 [2020-07-01T07:16:31.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-01T07:16:31.290Z] 73b058849b5f: Preparing [2020-07-01T07:16:31.290Z] 537677ea7b64: Preparing [2020-07-01T07:16:31.290Z] 5dacd5148c9f: Preparing [2020-07-01T07:16:31.290Z] e2f13739ad41: Preparing [2020-07-01T07:16:31.290Z] 73b058849b5f: Layer already exists [2020-07-01T07:16:31.290Z] 5dacd5148c9f: Layer already exists [2020-07-01T07:16:31.290Z] e2f13739ad41: Layer already exists [2020-07-01T07:16:31.290Z] 537677ea7b64: Layer already exists [2020-07-01T07:16:31.561Z] 83d7a5c431fe81e17b953abf687c395c5af67887-1.2.2-dev.2: digest: sha256:2ad17e123bfcaf01fe29301eb610e994305485b17316dc753e7761ba56edec85 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:31.898Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:16:32.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-07-01T07:16:32.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-01T07:16:32.224Z] 73b058849b5f: Preparing [2020-07-01T07:16:32.224Z] 537677ea7b64: Preparing [2020-07-01T07:16:32.224Z] 5dacd5148c9f: Preparing [2020-07-01T07:16:32.224Z] e2f13739ad41: Preparing [2020-07-01T07:16:32.224Z] 537677ea7b64: Layer already exists [2020-07-01T07:16:32.224Z] e2f13739ad41: Layer already exists [2020-07-01T07:16:32.224Z] 73b058849b5f: Layer already exists [2020-07-01T07:16:32.224Z] 5dacd5148c9f: Layer already exists [2020-07-01T07:16:32.494Z] master: digest: sha256:2ad17e123bfcaf01fe29301eb610e994305485b17316dc753e7761ba56edec85 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-07-01T07:16:33.196Z] provisioning config files... [2020-07-01T07:16:33.211Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6341272558889721796tmp [Pipeline] { [Pipeline] sh [2020-07-01T07:16:33.529Z] + curl -s https://codecov.io/bash [2020-07-01T07:16:33.529Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_master@tmp/config6341272558889721796tmp [Pipeline] } [2020-07-01T07:18:55.107Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-01T07:18:55.551Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-01T07:18:55.552Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-01T07:18:55.572Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:18:55.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-01T07:18:55.886Z] [2020-07-01T07:18:55.886Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:18:56.224Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-01T07:18:56.224Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-01T07:18:56.224Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-01T07:18:56.224Z] 408f87550127: Pulling fs layer [2020-07-01T07:18:56.224Z] fe522b08c979: Pulling fs layer [2020-07-01T07:18:56.224Z] 221eaa008020: Pulling fs layer [2020-07-01T07:18:56.224Z] 2a4607e5d6b9: Pulling fs layer [2020-07-01T07:18:56.224Z] 8f79b27c4fd2: Pulling fs layer [2020-07-01T07:18:56.224Z] e5c8dbe1645b: Pulling fs layer [2020-07-01T07:18:56.224Z] 23e8b3b47431: Pulling fs layer [2020-07-01T07:18:56.224Z] 5c568d65a230: Pulling fs layer [2020-07-01T07:18:56.224Z] 8f79b27c4fd2: Waiting [2020-07-01T07:18:56.224Z] e5c8dbe1645b: Waiting [2020-07-01T07:18:56.224Z] 23e8b3b47431: Waiting [2020-07-01T07:18:56.224Z] 221eaa008020: Waiting [2020-07-01T07:18:56.224Z] 5c568d65a230: Waiting [2020-07-01T07:18:56.224Z] fe522b08c979: Verifying Checksum [2020-07-01T07:18:56.224Z] fe522b08c979: Download complete [2020-07-01T07:18:56.224Z] 408f87550127: Verifying Checksum [2020-07-01T07:18:56.224Z] 408f87550127: Download complete [2020-07-01T07:18:56.224Z] 2a4607e5d6b9: Verifying Checksum [2020-07-01T07:18:56.224Z] 2a4607e5d6b9: Download complete [2020-07-01T07:18:56.224Z] 8f79b27c4fd2: Verifying Checksum [2020-07-01T07:18:56.224Z] 8f79b27c4fd2: Download complete [2020-07-01T07:18:56.224Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-01T07:18:56.224Z] cbdbe7a5bc2a: Download complete [2020-07-01T07:18:56.500Z] e5c8dbe1645b: Download complete [2020-07-01T07:18:56.769Z] cbdbe7a5bc2a: Pull complete [2020-07-01T07:18:57.053Z] 23e8b3b47431: Verifying Checksum [2020-07-01T07:18:57.053Z] 23e8b3b47431: Download complete [2020-07-01T07:18:57.324Z] 408f87550127: Pull complete [2020-07-01T07:18:57.324Z] 5c568d65a230: Verifying Checksum [2020-07-01T07:18:57.324Z] 5c568d65a230: Download complete [2020-07-01T07:18:57.325Z] fe522b08c979: Pull complete [2020-07-01T07:18:57.910Z] 221eaa008020: Verifying Checksum [2020-07-01T07:18:57.910Z] 221eaa008020: Download complete [2020-07-01T07:19:03.234Z] 221eaa008020: Pull complete [2020-07-01T07:19:03.496Z] 2a4607e5d6b9: Pull complete [2020-07-01T07:19:03.496Z] 8f79b27c4fd2: Pull complete [2020-07-01T07:19:05.422Z] e5c8dbe1645b: Pull complete [2020-07-01T07:19:09.635Z] 23e8b3b47431: Pull complete [2020-07-01T07:19:11.025Z] 5c568d65a230: Pull complete [2020-07-01T07:19:11.025Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-01T07:19:11.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-01T07:19:11.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-01T07:19:11.156Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:19:11.198Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-01T07:19:11.889Z] $ docker top 865fd55d0ea8eb295b53257aa8c2241df56a668c96347b0fca9729aaedcc4d43 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-01T07:19:12.332Z] + snyk monitor '--org=edgex-jenkins' [2020-07-01T07:19:22.362Z] [2020-07-01T07:19:22.362Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-07-01T07:19:22.362Z] [2020-07-01T07:19:22.362Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/33414cdd-a831-4cd6-a3c2-63b2c4ed3ccc [2020-07-01T07:19:22.362Z] [2020-07-01T07:19:22.362Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-01T07:19:22.362Z] [2020-07-01T07:19:22.362Z] [Pipeline] } [2020-07-01T07:19:22.377Z] $ docker stop --time=1 865fd55d0ea8eb295b53257aa8c2241df56a668c96347b0fca9729aaedcc4d43 [2020-07-01T07:19:24.188Z] $ docker rm -f 865fd55d0ea8eb295b53257aa8c2241df56a668c96347b0fca9729aaedcc4d43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:19:25.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-01T07:19:25.054Z] [2020-07-01T07:19:25.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:19:25.398Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-01T07:19:25.398Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-01T07:19:25.398Z] e7c96db7181b: Pulling fs layer [2020-07-01T07:19:25.398Z] 1868ca2cb446: Pulling fs layer [2020-07-01T07:19:25.398Z] 136be5d0fe8e: Pulling fs layer [2020-07-01T07:19:25.398Z] 894bfe63afcb: Pulling fs layer [2020-07-01T07:19:25.398Z] 894bfe63afcb: Waiting [2020-07-01T07:19:25.398Z] 1868ca2cb446: Verifying Checksum [2020-07-01T07:19:25.398Z] 1868ca2cb446: Download complete [2020-07-01T07:19:25.398Z] 136be5d0fe8e: Verifying Checksum [2020-07-01T07:19:25.398Z] 136be5d0fe8e: Download complete [2020-07-01T07:19:25.398Z] e7c96db7181b: Verifying Checksum [2020-07-01T07:19:25.398Z] e7c96db7181b: Download complete [2020-07-01T07:19:25.398Z] 894bfe63afcb: Verifying Checksum [2020-07-01T07:19:25.398Z] 894bfe63afcb: Download complete [2020-07-01T07:19:25.659Z] e7c96db7181b: Pull complete [2020-07-01T07:19:25.921Z] 1868ca2cb446: Pull complete [2020-07-01T07:19:25.921Z] 136be5d0fe8e: Pull complete [2020-07-01T07:19:26.182Z] 894bfe63afcb: Pull complete [2020-07-01T07:19:26.182Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-01T07:19:26.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-01T07:19:26.182Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-01T07:19:26.273Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:19:26.317Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-01T07:19:27.460Z] $ docker top 4e2ad98c98ba55ffa48d5dea0349469ed0a0f24da9465fe3cf88bced26f7fc47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-01T07:19:27.935Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:19:27.935Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-01T07:19:32.221Z] $ docker stop --time=1 4e2ad98c98ba55ffa48d5dea0349469ed0a0f24da9465fe3cf88bced26f7fc47 [2020-07-01T07:19:33.567Z] $ docker rm -f 4e2ad98c98ba55ffa48d5dea0349469ed0a0f24da9465fe3cf88bced26f7fc47 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:19:33.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-01T07:19:33.973Z] . [Pipeline] withDockerContainer [2020-07-01T07:19:34.072Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:19:34.121Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-01T07:19:34.782Z] $ docker top 84a6a2e990bb83f709f373c40720bfb07d6aeeea6192e917e4fc4b760232f5d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-01T07:19:35.229Z] + tee [2020-07-01T07:19:35.229Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:19:35.229Z] clair timeout 1m0s [2020-07-01T07:19:35.229Z] docker timeout: 1m0s [2020-07-01T07:19:35.229Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-01T07:19:36.225Z] $ docker stop --time=1 84a6a2e990bb83f709f373c40720bfb07d6aeeea6192e917e4fc4b760232f5d5 [2020-07-01T07:19:37.556Z] $ docker rm -f 84a6a2e990bb83f709f373c40720bfb07d6aeeea6192e917e4fc4b760232f5d5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-01T07:19:37.956Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-07-01T07:19:37.969Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_83d7a5c431fe81e17b953abf687c395c5af67887.html [Pipeline] writeFile [Pipeline] step [2020-07-01T07:19:37.996Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:19:38.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-01T07:19:38.316Z] . [Pipeline] withDockerContainer [2020-07-01T07:19:38.413Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:19:38.467Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-01T07:19:39.066Z] $ docker top 63e0211c9cdc820d64f661b936e34663b3086076e03526e73d5ec0a33da408f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-01T07:19:39.559Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:19:39.559Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-01T07:19:43.841Z] $ docker stop --time=1 63e0211c9cdc820d64f661b936e34663b3086076e03526e73d5ec0a33da408f0 [2020-07-01T07:19:45.178Z] $ docker rm -f 63e0211c9cdc820d64f661b936e34663b3086076e03526e73d5ec0a33da408f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:19:45.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-01T07:19:45.587Z] . [Pipeline] withDockerContainer [2020-07-01T07:19:45.695Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:19:45.734Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-01T07:19:46.315Z] $ docker top c6b75da7defef9b686d2d97c837e51950f513b2856359eb283c6b49a43ba7590 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-01T07:19:46.775Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:83d7a5c431fe81e17b953abf687c395c5af67887 [2020-07-01T07:19:46.776Z] + tee [2020-07-01T07:19:46.776Z] clair timeout 1m0s [2020-07-01T07:19:46.776Z] docker timeout: 1m0s [2020-07-01T07:19:46.776Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-01T07:19:47.402Z] $ docker stop --time=1 c6b75da7defef9b686d2d97c837e51950f513b2856359eb283c6b49a43ba7590 [2020-07-01T07:19:48.784Z] $ docker rm -f c6b75da7defef9b686d2d97c837e51950f513b2856359eb283c6b49a43ba7590 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-01T07:19:49.238Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-07-01T07:19:49.251Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_83d7a5c431fe81e17b953abf687c395c5af67887.html [Pipeline] writeFile [Pipeline] step [2020-07-01T07:19:49.278Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:19:49.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-01T07:19:49.854Z] . [Pipeline] withDockerContainer [2020-07-01T07:19:49.948Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:19:49.991Z] $ 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-07-01T07:19:50.611Z] $ docker top d64780cf60e5f4d8509356b39524bc82328e44e62915ae69f011af3f94ca5af5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-01T07:19:50.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-01T07:19:50.781Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-01T07:19:51.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-01T07:19:51.013Z] $ docker exec d64780cf60e5f4d8509356b39524bc82328e44e62915ae69f011af3f94ca5af5 ssh-agent [2020-07-01T07:19:51.188Z] SSH_AUTH_SOCK=/tmp/ssh-ifqe3HLcgSgn/agent.12 [2020-07-01T07:19:51.188Z] SSH_AGENT_PID=18 [2020-07-01T07:19:51.195Z] Running ssh-add (command line suppressed) [2020-07-01T07:19:51.329Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1678517870783735941.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1678517870783735941.key) [2020-07-01T07:19:51.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-01T07:19:51.699Z] + git semver tag [2020-07-01T07:19:51.699Z] # -> Open(): unable to determine branch for HEAD [2020-07-01T07:19:51.699Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-07-01T07:19:51.699Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-07-01T07:19:51.699Z] # $SEMVER_REMOTE_NAME = origin [2020-07-01T07:19:51.699Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-01T07:19:51.699Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-01T07:19:51.699Z] # $SEMVER_BRANCH = master [2020-07-01T07:19:51.699Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-07-01T07:19:51.699Z] # 83d7a5c431fe81e17b953abf687c395c5af67887 HEAD [2020-07-01T07:19:51.699Z] # -> Force: false [2020-07-01T07:19:51.699Z] # a4368a356801493d7f195f0caa6d54d442ecd670 refs/tags/v1.2.2-dev.2 [Pipeline] } [2020-07-01T07:19:51.711Z] $ docker exec --env ******** --env ******** d64780cf60e5f4d8509356b39524bc82328e44e62915ae69f011af3f94ca5af5 ssh-agent -k [2020-07-01T07:19:51.821Z] unset SSH_AUTH_SOCK; [2020-07-01T07:19:51.821Z] unset SSH_AGENT_PID; [2020-07-01T07:19:51.821Z] echo Agent pid 18 killed; [2020-07-01T07:19:51.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-01T07:19:52.232Z] + git semver [Pipeline] } [2020-07-01T07:19:52.247Z] $ docker stop --time=1 d64780cf60e5f4d8509356b39524bc82328e44e62915ae69f011af3f94ca5af5 [2020-07-01T07:19:53.578Z] $ docker rm -f d64780cf60e5f4d8509356b39524bc82328e44e62915ae69f011af3f94ca5af5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:19:54.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-01T07:19:54.082Z] [2020-07-01T07:19:54.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:19:54.407Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-01T07:19:54.407Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-01T07:19:54.407Z] ab5ef0e58194: Pulling fs layer [2020-07-01T07:19:54.407Z] 9712f1f96733: Pulling fs layer [2020-07-01T07:19:54.407Z] 63f879dbbcfc: Pulling fs layer [2020-07-01T07:19:54.407Z] 0d9ebad4ef96: Pulling fs layer [2020-07-01T07:19:54.407Z] e9a5061849ea: Pulling fs layer [2020-07-01T07:19:54.407Z] d747dcd14b5f: Pulling fs layer [2020-07-01T07:19:54.407Z] 2de7ff778b66: Pulling fs layer [2020-07-01T07:19:54.407Z] e9a5061849ea: Waiting [2020-07-01T07:19:54.407Z] d747dcd14b5f: Waiting [2020-07-01T07:19:54.407Z] 0d9ebad4ef96: Waiting [2020-07-01T07:19:54.407Z] 2de7ff778b66: Waiting [2020-07-01T07:19:54.407Z] 9712f1f96733: Verifying Checksum [2020-07-01T07:19:54.407Z] 9712f1f96733: Download complete [2020-07-01T07:19:54.996Z] 63f879dbbcfc: Verifying Checksum [2020-07-01T07:19:54.996Z] 63f879dbbcfc: Download complete [2020-07-01T07:19:55.264Z] e9a5061849ea: Verifying Checksum [2020-07-01T07:19:55.264Z] e9a5061849ea: Download complete [2020-07-01T07:19:55.264Z] d747dcd14b5f: Verifying Checksum [2020-07-01T07:19:55.264Z] d747dcd14b5f: Download complete [2020-07-01T07:19:55.529Z] 0d9ebad4ef96: Verifying Checksum [2020-07-01T07:19:55.529Z] 0d9ebad4ef96: Download complete [2020-07-01T07:19:55.529Z] 2de7ff778b66: Verifying Checksum [2020-07-01T07:19:55.529Z] 2de7ff778b66: Download complete [2020-07-01T07:19:55.529Z] ab5ef0e58194: Verifying Checksum [2020-07-01T07:19:55.529Z] ab5ef0e58194: Download complete [2020-07-01T07:20:00.858Z] ab5ef0e58194: Pull complete [2020-07-01T07:20:00.858Z] 9712f1f96733: Pull complete [2020-07-01T07:20:02.260Z] 63f879dbbcfc: Pull complete [2020-07-01T07:20:08.861Z] 0d9ebad4ef96: Pull complete [2020-07-01T07:20:10.780Z] e9a5061849ea: Pull complete [2020-07-01T07:20:10.780Z] d747dcd14b5f: Pull complete [2020-07-01T07:20:14.086Z] 2de7ff778b66: Pull complete [2020-07-01T07:20:14.086Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-01T07:20:14.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-01T07:20:14.346Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-01T07:20:14.480Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:20:14.524Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-01T07:20:17.789Z] $ docker top 37200d90d09f85524fc0f44a65e07322263a089d0c86a49db6a3f5464eff00a9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-01T07:20:17.968Z] provisioning config files... [2020-07-01T07:20:17.977Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5843470688869228473tmp [2020-07-01T07:20:17.992Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1185437194969930655tmp [2020-07-01T07:20:18.006Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7965549417077897141tmp [Pipeline] { [Pipeline] echo [2020-07-01T07:20:18.038Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:20:18.339Z] ---> sigul-configuration.sh [2020-07-01T07:20:18.339Z] gpg: directory `/root/.gnupg' created [2020-07-01T07:20:18.339Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-01T07:20:18.339Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-01T07:20:18.339Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-01T07:20:18.339Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-01T07:20:18.339Z] gpg: CAST5 encrypted data [2020-07-01T07:20:18.601Z] gpg: encrypted with 1 passphrase [2020-07-01T07:20:18.601Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-01T07:20:18.901Z] + mkdir /home/jenkins [2020-07-01T07:20:18.901Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-01T07:20:19.200Z] + 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-07-01T07:20:19.208Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:20:19.497Z] ---> sigul-install.sh [2020-07-01T07:20:24.919Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-01T07:20:25.213Z] + git tag --list [2020-07-01T07:20:25.213Z] v1.2.2-dev.2 [Pipeline] sh [2020-07-01T07:20:25.507Z] + lftools sign git-tag v1.2.2-dev.2 [2020-07-01T07:20:26.895Z] Signing Git tag with Sigul... [2020-07-01T07:20:26.895Z] Signing v1.2.2-dev.2 [Pipeline] echo [2020-07-01T07:20:27.844Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:20:28.136Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-01T07:20:28.145Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-01T07:20:28.202Z] $ docker stop --time=1 37200d90d09f85524fc0f44a65e07322263a089d0c86a49db6a3f5464eff00a9 [2020-07-01T07:20:30.179Z] $ docker rm -f 37200d90d09f85524fc0f44a65e07322263a089d0c86a49db6a3f5464eff00a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:20:30.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-01T07:20:30.798Z] . [Pipeline] withDockerContainer [2020-07-01T07:20:30.901Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:20:30.963Z] $ 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-07-01T07:20:31.623Z] $ docker top 24486b0a75213f5f5ff22a05e8a8245ad9c7ae1ffc23cef6aae35fe8f46977fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-01T07:20:31.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-01T07:20:31.797Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-01T07:20:31.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-01T07:20:31.990Z] $ docker exec 24486b0a75213f5f5ff22a05e8a8245ad9c7ae1ffc23cef6aae35fe8f46977fa ssh-agent [2020-07-01T07:20:32.171Z] SSH_AUTH_SOCK=/tmp/ssh-HJIN6HN78Dk1/agent.12 [2020-07-01T07:20:32.171Z] SSH_AGENT_PID=17 [2020-07-01T07:20:32.177Z] Running ssh-add (command line suppressed) [2020-07-01T07:20:32.316Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4116210374705915914.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4116210374705915914.key) [2020-07-01T07:20:32.376Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-01T07:20:32.707Z] + git semver bump pre [2020-07-01T07:20:32.707Z] # -> Open(): unable to determine branch for HEAD [2020-07-01T07:20:32.707Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-07-01T07:20:32.707Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-07-01T07:20:32.707Z] # $SEMVER_REMOTE_NAME = origin [2020-07-01T07:20:32.707Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-01T07:20:32.707Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-01T07:20:32.707Z] # $SEMVER_BRANCH = master [2020-07-01T07:20:32.707Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-07-01T07:20:32.707Z] 1.2.2-dev.3 [Pipeline] } [2020-07-01T07:20:32.723Z] $ docker exec --env ******** --env ******** 24486b0a75213f5f5ff22a05e8a8245ad9c7ae1ffc23cef6aae35fe8f46977fa ssh-agent -k [2020-07-01T07:20:32.865Z] unset SSH_AUTH_SOCK; [2020-07-01T07:20:32.865Z] unset SSH_AGENT_PID; [2020-07-01T07:20:32.865Z] echo Agent pid 17 killed; [2020-07-01T07:20:32.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-01T07:20:33.332Z] + git semver [Pipeline] } [2020-07-01T07:20:33.351Z] $ docker stop --time=1 24486b0a75213f5f5ff22a05e8a8245ad9c7ae1ffc23cef6aae35fe8f46977fa [2020-07-01T07:20:34.692Z] $ docker rm -f 24486b0a75213f5f5ff22a05e8a8245ad9c7ae1ffc23cef6aae35fe8f46977fa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:20:35.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-01T07:20:35.138Z] . [Pipeline] withDockerContainer [2020-07-01T07:20:35.231Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:20:35.271Z] $ 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-07-01T07:20:35.821Z] $ docker top 4ba4a6e92e8c22e50eeed89b065efa7f946ba1acd1b7a2e491d88cb07c8d9a80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-01T07:20:36.001Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-01T07:20:36.001Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-01T07:20:36.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-01T07:20:36.187Z] $ docker exec 4ba4a6e92e8c22e50eeed89b065efa7f946ba1acd1b7a2e491d88cb07c8d9a80 ssh-agent [2020-07-01T07:20:36.363Z] SSH_AUTH_SOCK=/tmp/ssh-YYkXa0ENU8fH/agent.11 [2020-07-01T07:20:36.363Z] SSH_AGENT_PID=16 [2020-07-01T07:20:36.369Z] Running ssh-add (command line suppressed) [2020-07-01T07:20:36.496Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1639934624331834004.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1639934624331834004.key) [2020-07-01T07:20:36.551Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-01T07:20:36.857Z] + git semver push [2020-07-01T07:20:36.858Z] # -> Open(): unable to determine branch for HEAD [2020-07-01T07:20:36.858Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-07-01T07:20:36.858Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-07-01T07:20:36.858Z] # $SEMVER_REMOTE_NAME = origin [2020-07-01T07:20:36.858Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-01T07:20:36.858Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-01T07:20:36.858Z] # $SEMVER_BRANCH = master [2020-07-01T07:20:36.858Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-07-01T07:20:43.458Z] $ docker exec --env ******** --env ******** 4ba4a6e92e8c22e50eeed89b065efa7f946ba1acd1b7a2e491d88cb07c8d9a80 ssh-agent -k [2020-07-01T07:20:43.605Z] unset SSH_AUTH_SOCK; [2020-07-01T07:20:43.605Z] unset SSH_AGENT_PID; [2020-07-01T07:20:43.605Z] echo Agent pid 16 killed; [2020-07-01T07:20:43.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-01T07:20:44.015Z] + git semver [Pipeline] } [2020-07-01T07:20:44.030Z] $ docker stop --time=1 4ba4a6e92e8c22e50eeed89b065efa7f946ba1acd1b7a2e491d88cb07c8d9a80 [2020-07-01T07:20:45.362Z] $ docker rm -f 4ba4a6e92e8c22e50eeed89b065efa7f946ba1acd1b7a2e491d88cb07c8d9a80 [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-07-01T07:20:45.971Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:20:46.525Z] ---> package-listing.sh [2020-07-01T07:20:46.526Z] ++ facter osfamily [2020-07-01T07:20:46.526Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-01T07:20:46.526Z] + OS_FAMILY=redhat [2020-07-01T07:20:46.526Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-07-01T07:20:46.526Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-01T07:20:46.526Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-01T07:20:46.526Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-01T07:20:46.526Z] + PACKAGES=/tmp/packages_start.txt [2020-07-01T07:20:46.526Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-07-01T07:20:46.526Z] + PACKAGES=/tmp/packages_end.txt [2020-07-01T07:20:46.526Z] + case "${OS_FAMILY}" in [2020-07-01T07:20:46.526Z] + rpm -qa [2020-07-01T07:20:46.526Z] + sort [2020-07-01T07:20:50.731Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-01T07:20:50.731Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-01T07:20:50.731Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-01T07:20:50.731Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-07-01T07:20:50.731Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-07-01T07:20:50.731Z] + 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-07-01T07:20:51.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-01T07:20:51.366Z] [2020-07-01T07:20:51.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-01T07:20:51.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-01T07:20:51.691Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-01T07:20:51.691Z] c9b1b535fdd9: Pulling fs layer [2020-07-01T07:20:51.691Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-01T07:20:51.691Z] 756a868c4378: Pulling fs layer [2020-07-01T07:20:51.691Z] 444b2fc9a129: Pulling fs layer [2020-07-01T07:20:51.691Z] ea15f1150254: Pulling fs layer [2020-07-01T07:20:51.691Z] 41b27a9f41bf: Pulling fs layer [2020-07-01T07:20:51.691Z] 28c525ee5125: Pulling fs layer [2020-07-01T07:20:51.691Z] 094b1ea09ed8: Pulling fs layer [2020-07-01T07:20:51.691Z] 138eaada9080: Pulling fs layer [2020-07-01T07:20:51.691Z] 0622d0fa9048: Pulling fs layer [2020-07-01T07:20:51.691Z] 41b27a9f41bf: Waiting [2020-07-01T07:20:51.691Z] 28c525ee5125: Waiting [2020-07-01T07:20:51.691Z] 094b1ea09ed8: Waiting [2020-07-01T07:20:51.691Z] 138eaada9080: Waiting [2020-07-01T07:20:51.691Z] 0622d0fa9048: Waiting [2020-07-01T07:20:51.691Z] 444b2fc9a129: Waiting [2020-07-01T07:20:51.691Z] ea15f1150254: Waiting [2020-07-01T07:20:51.691Z] 2cc5ad85d9ab: Download complete [2020-07-01T07:20:51.691Z] 444b2fc9a129: Verifying Checksum [2020-07-01T07:20:51.691Z] 444b2fc9a129: Download complete [2020-07-01T07:20:51.691Z] c9b1b535fdd9: Verifying Checksum [2020-07-01T07:20:51.691Z] c9b1b535fdd9: Download complete [2020-07-01T07:20:51.691Z] ea15f1150254: Verifying Checksum [2020-07-01T07:20:51.691Z] ea15f1150254: Download complete [2020-07-01T07:20:51.691Z] 28c525ee5125: Verifying Checksum [2020-07-01T07:20:51.691Z] 28c525ee5125: Download complete [2020-07-01T07:20:52.273Z] 756a868c4378: Verifying Checksum [2020-07-01T07:20:52.273Z] 756a868c4378: Download complete [2020-07-01T07:20:52.273Z] 094b1ea09ed8: Verifying Checksum [2020-07-01T07:20:52.273Z] 094b1ea09ed8: Download complete [2020-07-01T07:20:52.273Z] 138eaada9080: Verifying Checksum [2020-07-01T07:20:52.273Z] 138eaada9080: Download complete [2020-07-01T07:20:52.273Z] 0622d0fa9048: Verifying Checksum [2020-07-01T07:20:52.273Z] 0622d0fa9048: Download complete [2020-07-01T07:20:52.273Z] c9b1b535fdd9: Pull complete [2020-07-01T07:20:52.844Z] 2cc5ad85d9ab: Pull complete [2020-07-01T07:20:52.844Z] 41b27a9f41bf: Verifying Checksum [2020-07-01T07:20:52.844Z] 41b27a9f41bf: Download complete [2020-07-01T07:20:54.774Z] 756a868c4378: Pull complete [2020-07-01T07:20:54.774Z] 444b2fc9a129: Pull complete [2020-07-01T07:20:55.035Z] ea15f1150254: Pull complete [2020-07-01T07:20:59.255Z] 41b27a9f41bf: Pull complete [2020-07-01T07:20:59.255Z] 28c525ee5125: Pull complete [2020-07-01T07:21:01.181Z] 094b1ea09ed8: Pull complete [2020-07-01T07:21:01.181Z] 138eaada9080: Pull complete [2020-07-01T07:21:01.442Z] 0622d0fa9048: Pull complete [2020-07-01T07:21:01.442Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-01T07:21:01.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-01T07:21:01.442Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-01T07:21:01.550Z] prd-centos7-docker-4c-2g-4954 does not seem to be running inside a container [2020-07-01T07:21:01.591Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-01T07:21:04.214Z] $ docker top 8435095facb1c835875623f9ee810c26834f61057c96cc6e1a82d8cb3d7db509 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-01T07:21:04.476Z] provisioning config files... [2020-07-01T07:21:04.506Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5665719397322721339tmp [Pipeline] { [Pipeline] echo [2020-07-01T07:21:04.562Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:21:04.868Z] ---> create-netrc.sh [Pipeline] echo [2020-07-01T07:21:04.878Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-01T07:21:05.170Z] ---> logs-deploy.sh [2020-07-01T07:21:05.170Z] + ARCHIVE_ARTIFACTS= [2020-07-01T07:21:05.170Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-01T07:21:05.170Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-01T07:21:05.170Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-01T07:21:05.170Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/17 [2020-07-01T07:21:05.170Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/17/ [2020-07-01T07:21:05.170Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/17 /w/workspace/foundry_device-virtual-go_master [2020-07-01T07:21:06.558Z] Archives upload complete. [2020-07-01T07:21:06.558Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/17 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/17/