Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3344’ Running on prd-centos7-docker-4c-2g-3348 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching 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 Fetching without tags Checking out Revision 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 (master) > 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 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 # timeout=10 Commit message: "Merge pull request #114 from jamesrgregg/update-pr-template" > git rev-list --no-walk 765a8ae72530510c4ebab34c81f831f56123a77d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-17T15:15:19.758Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-17T15:15:19.881Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-17T15:15:19.921Z] ========================================================= [2020-06-17T15:15:19.921Z] EdgeX Global Pipelines Version Info [2020-06-17T15:15:19.921Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:15:21.350Z] ------------------- [2020-06-17T15:15:21.350Z] stable info: [2020-06-17T15:15:21.350Z] ------------------- [2020-06-17T15:15:21.350Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-17T15:15:21.350Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T15:15:21.351Z] Message: update stable to v1.0.89 [2020-06-17T15:15:22.292Z] ------------------- [2020-06-17T15:15:22.292Z] experimental info: [2020-06-17T15:15:22.292Z] ------------------- [2020-06-17T15:15:22.292Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-17T15:15:22.292Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T15:15:22.292Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:15:23.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T15:15:24.404Z] [2020-06-17T15:15:24.404Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:15:24.729Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T15:15:24.729Z] latest: Pulling from edgex-devops/git-semver [2020-06-17T15:15:24.729Z] 9123ac7c32f7: Pulling fs layer [2020-06-17T15:15:24.729Z] b8cc5d1170e3: Pulling fs layer [2020-06-17T15:15:24.729Z] 2924cbbf6a41: Pulling fs layer [2020-06-17T15:15:24.729Z] 93b08a4f1073: Pulling fs layer [2020-06-17T15:15:24.729Z] 93b08a4f1073: Waiting [2020-06-17T15:15:24.729Z] b8cc5d1170e3: Download complete [2020-06-17T15:15:24.729Z] 9123ac7c32f7: Verifying Checksum [2020-06-17T15:15:24.729Z] 9123ac7c32f7: Download complete [2020-06-17T15:15:24.990Z] 93b08a4f1073: Verifying Checksum [2020-06-17T15:15:24.990Z] 93b08a4f1073: Download complete [2020-06-17T15:15:24.990Z] 2924cbbf6a41: Verifying Checksum [2020-06-17T15:15:24.990Z] 2924cbbf6a41: Download complete [2020-06-17T15:15:25.255Z] 9123ac7c32f7: Pull complete [2020-06-17T15:15:25.255Z] b8cc5d1170e3: Pull complete [2020-06-17T15:15:25.828Z] 2924cbbf6a41: Pull complete [2020-06-17T15:15:26.088Z] 93b08a4f1073: Pull complete [2020-06-17T15:15:26.088Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-17T15:15:26.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T15:15:26.088Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-17T15:15:26.195Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:15:26.240Z] $ 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-06-17T15:15:28.249Z] $ docker top 8eb47eb5e4edf958d8a3a359e9417cc4527fe911661d18c87e79499c7a5d71f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T15:15:28.424Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T15:15:28.424Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T15:15:28.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T15:15:28.637Z] $ docker exec 8eb47eb5e4edf958d8a3a359e9417cc4527fe911661d18c87e79499c7a5d71f8 ssh-agent [2020-06-17T15:15:28.804Z] SSH_AUTH_SOCK=/tmp/ssh-7aGHN3fNY8xt/agent.11 [2020-06-17T15:15:28.804Z] SSH_AGENT_PID=16 [2020-06-17T15:15:28.814Z] Running ssh-add (command line suppressed) [2020-06-17T15:15:28.944Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1659868212105085253.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1659868212105085253.key) [2020-06-17T15:15:28.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T15:15:29.304Z] + git describe --exact-match --tags HEAD [2020-06-17T15:15:29.304Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-17T15:15:29.408Z] $ docker exec --env ******** --env ******** 8eb47eb5e4edf958d8a3a359e9417cc4527fe911661d18c87e79499c7a5d71f8 ssh-agent -k [2020-06-17T15:15:29.529Z] unset SSH_AUTH_SOCK; [2020-06-17T15:15:29.529Z] unset SSH_AGENT_PID; [2020-06-17T15:15:29.529Z] echo Agent pid 16 killed; [2020-06-17T15:15:29.574Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-17T15:15:29.625Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-17T15:15:29.625Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-17T15:15:29.674Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T15:15:29.674Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T15:15:29.830Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T15:15:29.834Z] $ docker exec 8eb47eb5e4edf958d8a3a359e9417cc4527fe911661d18c87e79499c7a5d71f8 ssh-agent [2020-06-17T15:15:29.986Z] SSH_AUTH_SOCK=/tmp/ssh-wKUpvglcxhKJ/agent.44 [2020-06-17T15:15:29.986Z] SSH_AGENT_PID=49 [2020-06-17T15:15:29.991Z] Running ssh-add (command line suppressed) [2020-06-17T15:15:30.107Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5430126310922686817.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5430126310922686817.key) [2020-06-17T15:15:30.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T15:15:30.457Z] + git semver init [2020-06-17T15:15:30.457Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T15:15:30.457Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-17T15:15:30.457Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-17T15:15:30.457Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T15:15:30.457Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T15:15:30.457Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T15:15:30.457Z] # $SEMVER_BRANCH = master [2020-06-17T15:15:30.457Z] # $SEMVER_TEMP = /tmp/semver-475196508 [2020-06-17T15:15:30.457Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-06-17T15:15:31.027Z] # '/tmp/semver-475196508' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-06-17T15:15:31.027Z] # -> Force: false [2020-06-17T15:15:31.027Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-06-17T15:15:31.039Z] $ docker exec --env ******** --env ******** 8eb47eb5e4edf958d8a3a359e9417cc4527fe911661d18c87e79499c7a5d71f8 ssh-agent -k [2020-06-17T15:15:31.162Z] unset SSH_AUTH_SOCK; [2020-06-17T15:15:31.162Z] unset SSH_AGENT_PID; [2020-06-17T15:15:31.162Z] echo Agent pid 49 killed; [2020-06-17T15:15:31.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T15:15:31.588Z] + git semver [Pipeline] } [2020-06-17T15:15:31.607Z] $ docker stop --time=1 8eb47eb5e4edf958d8a3a359e9417cc4527fe911661d18c87e79499c7a5d71f8 [2020-06-17T15:15:32.939Z] $ docker rm -f 8eb47eb5e4edf958d8a3a359e9417cc4527fe911661d18c87e79499c7a5d71f8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-17T15:15:33.374Z] Stashed 29 file(s) [Pipeline] echo [2020-06-17T15:15:33.376Z] [edgeXSemver] initialized semver on version 1.2.2-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-17T15:15:48.545Z] Still waiting to schedule task [2020-06-17T15:15:48.545Z] ‘prd-centos7-builder-2c-1g-3343’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3317’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-06-17T15:15:48.547Z] Still waiting to schedule task [2020-06-17T15:15:48.547Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-17T15:15:54.986Z] Running on prd-centos7-docker-4c-2g-3350 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-06-17T15:15:55.014Z] Running in /w/workspace/device-virtual-go/16 [Pipeline] { [Pipeline] checkout [2020-06-17T15:15:57.422Z] using credential edgex-jenkins-ssh [2020-06-17T15:15:57.451Z] Cloning the remote Git repository [2020-06-17T15:15:57.451Z] Cloning with configured refspecs honoured and without tags [2020-06-17T15:15:57.482Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-06-17T15:15:57.544Z] > git init /w/workspace/device-virtual-go/16 # timeout=10 [2020-06-17T15:15:57.590Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-17T15:15:57.590Z] > git --version # timeout=10 [2020-06-17T15:15:57.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T15:15:57.621Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T15:15:58.694Z] Fetching without tags [2020-06-17T15:15:59.103Z] Checking out Revision 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 (master) [2020-06-17T15:15:58.665Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-17T15:15:58.673Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T15:15:58.689Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-17T15:15:58.703Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-17T15:15:58.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T15:15:58.707Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T15:15:59.115Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T15:15:59.120Z] > git checkout -f 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 # timeout=10 [2020-06-17T15:16:02.789Z] Commit message: "Merge pull request #114 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T15:16:03.917Z] ========================================================= [2020-06-17T15:16:03.917Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-17T15:16:03.917Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:16:04.510Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-17T15:16:04.771Z] Sending build context to Docker daemon 511.5kB [2020-06-17T15:16:04.771Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T15:16:04.771Z] Step 2/8 : FROM ${BASE} [2020-06-17T15:16:04.771Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-17T15:16:04.771Z] e6b0cf9c0882: Pulling fs layer [2020-06-17T15:16:04.771Z] 2848faf0eed1: Pulling fs layer [2020-06-17T15:16:04.771Z] 0f37312ad70f: Pulling fs layer [2020-06-17T15:16:04.771Z] 5788d62ee057: Pulling fs layer [2020-06-17T15:16:04.771Z] 0e6b1d234666: Pulling fs layer [2020-06-17T15:16:04.771Z] bf5d7aec512f: Pulling fs layer [2020-06-17T15:16:04.771Z] 34c802a77dc8: Pulling fs layer [2020-06-17T15:16:04.771Z] 9eb99e56ec68: Pulling fs layer [2020-06-17T15:16:04.771Z] 27c7a5d97fbd: Pulling fs layer [2020-06-17T15:16:04.771Z] 5c102a31e300: Pulling fs layer [2020-06-17T15:16:04.771Z] dcfb455df0a1: Pulling fs layer [2020-06-17T15:16:04.771Z] 34c802a77dc8: Waiting [2020-06-17T15:16:04.771Z] 9eb99e56ec68: Waiting [2020-06-17T15:16:04.771Z] 5c102a31e300: Waiting [2020-06-17T15:16:04.771Z] 5788d62ee057: Waiting [2020-06-17T15:16:04.771Z] 0e6b1d234666: Waiting [2020-06-17T15:16:04.771Z] dcfb455df0a1: Waiting [2020-06-17T15:16:04.771Z] bf5d7aec512f: Waiting [2020-06-17T15:16:04.771Z] 27c7a5d97fbd: Waiting [2020-06-17T15:16:04.771Z] 0f37312ad70f: Verifying Checksum [2020-06-17T15:16:04.771Z] 0f37312ad70f: Download complete [2020-06-17T15:16:04.771Z] 2848faf0eed1: Download complete [2020-06-17T15:16:04.771Z] 0e6b1d234666: Verifying Checksum [2020-06-17T15:16:04.771Z] 0e6b1d234666: Download complete [2020-06-17T15:16:04.771Z] bf5d7aec512f: Verifying Checksum [2020-06-17T15:16:04.771Z] bf5d7aec512f: Download complete [2020-06-17T15:16:04.771Z] e6b0cf9c0882: Verifying Checksum [2020-06-17T15:16:04.771Z] e6b0cf9c0882: Download complete [2020-06-17T15:16:05.363Z] e6b0cf9c0882: Pull complete [2020-06-17T15:16:05.633Z] 34c802a77dc8: Verifying Checksum [2020-06-17T15:16:05.633Z] 34c802a77dc8: Download complete [2020-06-17T15:16:05.633Z] 27c7a5d97fbd: Verifying Checksum [2020-06-17T15:16:05.633Z] 27c7a5d97fbd: Download complete [2020-06-17T15:16:06.234Z] 5788d62ee057: Verifying Checksum [2020-06-17T15:16:06.234Z] 5788d62ee057: Download complete [2020-06-17T15:16:06.234Z] 9eb99e56ec68: Verifying Checksum [2020-06-17T15:16:06.234Z] 9eb99e56ec68: Download complete [2020-06-17T15:16:06.496Z] 5c102a31e300: Verifying Checksum [2020-06-17T15:16:06.497Z] 5c102a31e300: Download complete [2020-06-17T15:16:06.497Z] dcfb455df0a1: Verifying Checksum [2020-06-17T15:16:06.497Z] dcfb455df0a1: Download complete [2020-06-17T15:16:07.438Z] 2848faf0eed1: Pull complete [2020-06-17T15:16:07.438Z] 0f37312ad70f: Pull complete [2020-06-17T15:16:12.733Z] 5788d62ee057: Pull complete [2020-06-17T15:16:12.733Z] 0e6b1d234666: Pull complete [2020-06-17T15:16:12.998Z] bf5d7aec512f: Pull complete [2020-06-17T15:16:21.181Z] 34c802a77dc8: Pull complete [2020-06-17T15:16:23.104Z] 9eb99e56ec68: Pull complete [2020-06-17T15:16:23.104Z] 27c7a5d97fbd: Pull complete [2020-06-17T15:16:24.062Z] 5c102a31e300: Pull complete [2020-06-17T15:16:24.062Z] dcfb455df0a1: Pull complete [2020-06-17T15:16:24.062Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-17T15:16:24.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-17T15:16:24.062Z] ---> 7c70fe431013 [2020-06-17T15:16:24.062Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-17T15:16:25.978Z] ---> Running in e2be5c332d7a [2020-06-17T15:16:25.978Z] Removing intermediate container e2be5c332d7a [2020-06-17T15:16:25.978Z] ---> 7875f528e7e7 [2020-06-17T15:16:25.978Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T15:16:25.978Z] ---> Running in a19082664d97 [2020-06-17T15:16:27.370Z] Removing intermediate container a19082664d97 [2020-06-17T15:16:27.370Z] ---> bc9f095719c4 [2020-06-17T15:16:27.370Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-17T15:16:27.631Z] ---> Running in 1bb1c266f296 [2020-06-17T15:16:28.203Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T15:16:29.148Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T15:16:29.723Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:16:29.984Z] (2/17) Installing libmagic (5.37-r1) [2020-06-17T15:16:30.246Z] (3/17) Installing file (5.37-r1) [2020-06-17T15:16:30.246Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:16:30.506Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:16:30.506Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:16:45.411Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-17T15:16:45.411Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-17T15:16:53.557Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-17T15:16:53.557Z] (10/17) Installing build-base (0.5-r1) [2020-06-17T15:16:53.557Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-17T15:16:53.557Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-17T15:16:53.557Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-17T15:16:53.557Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-17T15:16:53.557Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-17T15:16:53.557Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-17T15:16:53.557Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-17T15:16:53.557Z] Executing busybox-1.31.1-r8.trigger [2020-06-17T15:16:53.557Z] OK: 214 MiB in 52 packages [2020-06-17T15:16:57.777Z] Removing intermediate container 1bb1c266f296 [2020-06-17T15:16:57.777Z] ---> 1decbc57a1d7 [2020-06-17T15:16:57.777Z] Step 6/8 : WORKDIR /device-virtual-go [2020-06-17T15:16:57.777Z] ---> Running in 3fd69f2958f3 [2020-06-17T15:16:57.777Z] Removing intermediate container 3fd69f2958f3 [2020-06-17T15:16:57.777Z] ---> d2bc7260c52f [2020-06-17T15:16:57.777Z] Step 7/8 : COPY . . [2020-06-17T15:16:58.347Z] ---> cf5bd8d3c55a [2020-06-17T15:16:58.347Z] Step 8/8 : RUN go mod download [2020-06-17T15:16:58.347Z] ---> Running in 1af311c90b3d [2020-06-17T15:17:00.267Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T15:17:00.267Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T15:17:00.267Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T15:17:00.267Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T15:17:00.267Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T15:17:00.267Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T15:17:00.267Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T15:17:00.267Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T15:17:00.267Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T15:17:00.267Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T15:17:00.267Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T15:17:00.267Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T15:17:00.267Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T15:17:00.267Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T15:17:00.267Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-06-17T15:17:00.267Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T15:17:00.267Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T15:17:00.267Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T15:17:00.267Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T15:17:00.267Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T15:17:00.267Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-17T15:17:00.267Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T15:17:00.267Z] go: finding github.com/google/uuid v1.1.0 [2020-06-17T15:17:00.267Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T15:17:00.267Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T15:17:00.528Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T15:17:00.528Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T15:17:00.528Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T15:17:00.528Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T15:17:00.528Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T15:17:00.528Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T15:17:00.528Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T15:17:00.528Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T15:17:00.528Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T15:17:00.528Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T15:17:00.528Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T15:17:00.790Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T15:17:00.790Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T15:17:00.790Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T15:17:00.790Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-06-17T15:17:00.790Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T15:17:00.790Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T15:17:00.790Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T15:17:00.790Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T15:17:00.790Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T15:17:00.790Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T15:17:00.790Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T15:17:00.790Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-17T15:17:00.790Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T15:17:00.790Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-06-17T15:17:01.050Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T15:17:01.050Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T15:17:01.050Z] go: finding modernc.org/b v1.0.0 [2020-06-17T15:17:01.050Z] go: finding modernc.org/db v1.0.0 [2020-06-17T15:17:01.050Z] go: finding modernc.org/file v1.0.0 [2020-06-17T15:17:01.050Z] go: finding modernc.org/fileutil v1.0.0 [2020-06-17T15:17:01.050Z] go: finding modernc.org/golex v1.0.0 [2020-06-17T15:17:01.050Z] go: finding modernc.org/internal v1.0.0 [2020-06-17T15:17:01.312Z] go: finding modernc.org/lldb v1.0.0 [2020-06-17T15:17:01.312Z] go: finding modernc.org/mathutil v1.0.0 [2020-06-17T15:17:01.312Z] go: finding modernc.org/ql v1.0.0 [2020-06-17T15:17:01.312Z] go: finding modernc.org/sortutil v1.0.0 [2020-06-17T15:17:01.312Z] go: finding modernc.org/strutil v1.0.0 [2020-06-17T15:17:01.312Z] go: finding modernc.org/zappy v1.0.0 [2020-06-17T15:17:11.331Z] Removing intermediate container 1af311c90b3d [2020-06-17T15:17:11.331Z] ---> efad40682e72 [2020-06-17T15:17:11.331Z] Successfully built efad40682e72 [2020-06-17T15:17:11.331Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:17:11.991Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-17T15:17:11.991Z] . [Pipeline] withDockerContainer [2020-06-17T15:17:12.113Z] prd-centos7-docker-4c-2g-3350 does not seem to be running inside a container [2020-06-17T15:17:12.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/16 -v /w/workspace/device-virtual-go/16:/w/workspace/device-virtual-go/16:rw,z -v /w/workspace/device-virtual-go/16@tmp:/w/workspace/device-virtual-go/16@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-06-17T15:17:13.483Z] $ docker top 92b617da86735d3c7ab50cb6d0265201f6c706c2e041f8e11938e2aa520b9921 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T15:17:13.915Z] + go version [2020-06-17T15:17:13.915Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-17T15:17:14.212Z] + make test [2020-06-17T15:17:14.212Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-17T15:17:15.175Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-06-17T15:17:27.513Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-06-17T15:18:20.157Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3352 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-06-17T15:18:20.181Z] Running in /w/workspace/device-virtual-go/16 [Pipeline] { [Pipeline] checkout [2020-06-17T15:18:23.813Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 47.953s coverage: 52.7% of statements [2020-06-17T15:18:23.813Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T15:18:23.813Z] gofmt -l . [2020-06-17T15:18:23.813Z] [ "`gofmt -l .`" = "" ] [2020-06-17T15:18:23.813Z] ./bin/test-attribution-txt.sh [2020-06-17T15:18:23.813Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-17T15:18:24.075Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T15:18:24.083Z] $ docker stop --time=1 92b617da86735d3c7ab50cb6d0265201f6c706c2e041f8e11938e2aa520b9921 [2020-06-17T15:18:25.307Z] using credential edgex-jenkins-ssh [2020-06-17T15:18:25.342Z] Cloning the remote Git repository [2020-06-17T15:18:25.342Z] Cloning with configured refspecs honoured and without tags [2020-06-17T15:18:25.378Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-06-17T15:18:25.709Z] $ docker rm -f 92b617da86735d3c7ab50cb6d0265201f6c706c2e041f8e11938e2aa520b9921 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-17T15:18:26.567Z] Fetching without tags [2020-06-17T15:18:25.483Z] > git init /w/workspace/device-virtual-go/16 # timeout=10 [2020-06-17T15:18:25.549Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-17T15:18:25.550Z] > git --version # timeout=10 [2020-06-17T15:18:25.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T15:18:25.631Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T15:18:26.242Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-17T15:18:26.257Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T15:18:26.512Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-17T15:18:26.555Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-17T15:18:26.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T15:18:26.573Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] sh [2020-06-17T15:18:27.009Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T15:18:27.063Z] Checking out Revision 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 (master) [2020-06-17T15:18:27.314Z] + ls -al . [2020-06-17T15:18:27.314Z] total 112 [2020-06-17T15:18:27.314Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 17 15:18 . [2020-06-17T15:18:27.314Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 17 15:15 .. [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 6432 Jun 17 15:15 Attribution.txt [2020-06-17T15:18:27.314Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 17 15:15 bin [2020-06-17T15:18:27.314Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 15:15 cmd [2020-06-17T15:18:27.314Z] -rw-r--r--. 1 jenkins jenkins 32181 Jun 17 15:18 coverage.out [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 1826 Jun 17 15:15 Dockerfile [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 957 Jun 17 15:15 Dockerfile.build [2020-06-17T15:18:27.314Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 17 15:16 .git [2020-06-17T15:18:27.314Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 17 15:15 .github [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 258 Jun 17 15:15 .gitignore [2020-06-17T15:18:27.314Z] -rw-r--r--. 1 jenkins jenkins 855 Jun 17 15:18 go.mod [2020-06-17T15:18:27.314Z] -rw-r--r--. 1 jenkins jenkins 14894 Jun 17 15:18 go.sum [2020-06-17T15:18:27.314Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 17 15:15 internal [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 683 Jun 17 15:15 Jenkinsfile [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 17 15:15 LICENSE [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 873 Jun 17 15:15 Makefile [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 4413 Jun 17 15:15 README.md [2020-06-17T15:18:27.314Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 17 15:16 .semver [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 17 15:15 VERSION [2020-06-17T15:18:27.314Z] -rw-rw-r--. 1 jenkins jenkins 235 Jun 17 15:15 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:27.624Z] + 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=7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 --label arch=amd64 --label version=1.2.2-dev.1 . [2020-06-17T15:18:27.892Z] Sending build context to Docker daemon 34.13MB [2020-06-17T15:18:27.892Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-17T15:18:27.892Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-17T15:18:27.892Z] ---> efad40682e72 [2020-06-17T15:18:27.892Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-17T15:18:27.060Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T15:18:27.079Z] > git checkout -f 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 # timeout=10 [2020-06-17T15:18:28.467Z] ---> Running in 6f6ee30f57ce [2020-06-17T15:18:28.735Z] Removing intermediate container 6f6ee30f57ce [2020-06-17T15:18:28.735Z] ---> 1dbfc1c230a9 [2020-06-17T15:18:28.735Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T15:18:28.996Z] ---> Running in b998314600ff [2020-06-17T15:18:28.996Z] Removing intermediate container b998314600ff [2020-06-17T15:18:28.996Z] ---> fe766ef0b307 [2020-06-17T15:18:28.996Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-06-17T15:18:29.256Z] ---> Running in 3f8e5133f03f [2020-06-17T15:18:29.519Z] Removing intermediate container 3f8e5133f03f [2020-06-17T15:18:29.519Z] ---> dfe63b4051f1 [2020-06-17T15:18:29.519Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T15:18:29.519Z] ---> Running in adbb98a3ca16 [2020-06-17T15:18:30.473Z] Removing intermediate container adbb98a3ca16 [2020-06-17T15:18:30.473Z] ---> 190585fa375f [2020-06-17T15:18:30.473Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T15:18:30.734Z] ---> Running in 6b4990293743 [2020-06-17T15:18:31.006Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T15:18:31.626Z] Commit message: "Merge pull request #114 from jamesrgregg/update-pr-template" [2020-06-17T15:18:31.947Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-17T15:18:32.207Z] OK: 214 MiB in 52 packages [Pipeline] echo [2020-06-17T15:18:32.537Z] ========================================================= [2020-06-17T15:18:32.537Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-17T15:18:32.537Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:32.779Z] Removing intermediate container 6b4990293743 [2020-06-17T15:18:32.780Z] ---> f9050408cbab [2020-06-17T15:18:32.780Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-06-17T15:18:32.780Z] ---> Running in 9a727917f5e7 [2020-06-17T15:18:33.039Z] Removing intermediate container 9a727917f5e7 [2020-06-17T15:18:33.039Z] ---> a275a6d1b0cb [2020-06-17T15:18:33.039Z] Step 9/21 : COPY . . [2020-06-17T15:18:33.447Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-17T15:18:34.067Z] Sending build context to Docker daemon 511.5kB [2020-06-17T15:18:34.347Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T15:18:34.347Z] Step 2/8 : FROM ${BASE} [2020-06-17T15:18:34.430Z] ---> e82f2cc02e3a [2020-06-17T15:18:34.430Z] Step 10/21 : ARG MAKE='make build' [2020-06-17T15:18:34.430Z] ---> Running in 27b63bca6f42 [2020-06-17T15:18:34.631Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-17T15:18:34.631Z] cde5963f3b93: Pulling fs layer [2020-06-17T15:18:34.631Z] 2a23fa8c16f7: Pulling fs layer [2020-06-17T15:18:34.631Z] 777b28850792: Pulling fs layer [2020-06-17T15:18:34.631Z] 8a11ddd9e578: Pulling fs layer [2020-06-17T15:18:34.631Z] 4cf88f913ddb: Pulling fs layer [2020-06-17T15:18:34.631Z] 1df406cf5192: Pulling fs layer [2020-06-17T15:18:34.631Z] cd6300453558: Pulling fs layer [2020-06-17T15:18:34.631Z] b9c365052c96: Pulling fs layer [2020-06-17T15:18:34.631Z] a2d8cc88f415: Pulling fs layer [2020-06-17T15:18:34.631Z] ea1d1ca13537: Pulling fs layer [2020-06-17T15:18:34.631Z] 3750a50a1c5e: Pulling fs layer [2020-06-17T15:18:34.632Z] 8a11ddd9e578: Waiting [2020-06-17T15:18:34.632Z] 4cf88f913ddb: Waiting [2020-06-17T15:18:34.632Z] 1df406cf5192: Waiting [2020-06-17T15:18:34.632Z] cd6300453558: Waiting [2020-06-17T15:18:34.632Z] b9c365052c96: Waiting [2020-06-17T15:18:34.632Z] a2d8cc88f415: Waiting [2020-06-17T15:18:34.632Z] ea1d1ca13537: Waiting [2020-06-17T15:18:34.632Z] 777b28850792: Verifying Checksum [2020-06-17T15:18:34.632Z] 777b28850792: Download complete [2020-06-17T15:18:34.632Z] 2a23fa8c16f7: Verifying Checksum [2020-06-17T15:18:34.632Z] 2a23fa8c16f7: Download complete [2020-06-17T15:18:34.632Z] 4cf88f913ddb: Verifying Checksum [2020-06-17T15:18:34.632Z] 4cf88f913ddb: Download complete [2020-06-17T15:18:34.632Z] 1df406cf5192: Verifying Checksum [2020-06-17T15:18:34.632Z] 1df406cf5192: Download complete [2020-06-17T15:18:34.632Z] cde5963f3b93: Download complete [2020-06-17T15:18:34.691Z] Removing intermediate container 27b63bca6f42 [2020-06-17T15:18:34.691Z] ---> 5a90b7c49482 [2020-06-17T15:18:34.691Z] Step 11/21 : RUN $MAKE [2020-06-17T15:18:34.691Z] ---> Running in c9fefa9f74be [2020-06-17T15:18:34.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.2-dev.1" -o cmd/device-virtual ./cmd [2020-06-17T15:18:35.620Z] cde5963f3b93: Pull complete [2020-06-17T15:18:36.227Z] 2a23fa8c16f7: Pull complete [2020-06-17T15:18:36.504Z] 777b28850792: Pull complete [2020-06-17T15:18:37.104Z] cd6300453558: Verifying Checksum [2020-06-17T15:18:37.104Z] cd6300453558: Download complete [2020-06-17T15:18:37.104Z] a2d8cc88f415: Verifying Checksum [2020-06-17T15:18:37.104Z] a2d8cc88f415: Download complete [2020-06-17T15:18:38.552Z] ea1d1ca13537: Verifying Checksum [2020-06-17T15:18:38.552Z] ea1d1ca13537: Download complete [2020-06-17T15:18:38.552Z] 3750a50a1c5e: Verifying Checksum [2020-06-17T15:18:38.552Z] 3750a50a1c5e: Download complete [2020-06-17T15:18:39.537Z] b9c365052c96: Verifying Checksum [2020-06-17T15:18:39.537Z] b9c365052c96: Download complete [2020-06-17T15:18:39.821Z] 8a11ddd9e578: Verifying Checksum [2020-06-17T15:18:39.821Z] 8a11ddd9e578: Download complete [2020-06-17T15:18:45.072Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T15:18:50.377Z] Removing intermediate container c9fefa9f74be [2020-06-17T15:18:50.377Z] ---> bbfea29e8612 [2020-06-17T15:18:50.377Z] Step 12/21 : FROM alpine [2020-06-17T15:18:50.377Z] latest: Pulling from library/alpine [2020-06-17T15:18:50.377Z] df20fa9351a1: Pulling fs layer [2020-06-17T15:18:50.377Z] df20fa9351a1: Verifying Checksum [2020-06-17T15:18:50.377Z] df20fa9351a1: Download complete [2020-06-17T15:18:50.639Z] df20fa9351a1: Pull complete [2020-06-17T15:18:50.639Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T15:18:50.639Z] Status: Downloaded newer image for alpine:latest [2020-06-17T15:18:50.639Z] ---> a24bb4013296 [2020-06-17T15:18:50.639Z] Step 13/21 : ENV APP_PORT=49990 [2020-06-17T15:18:50.902Z] ---> Running in 059d6638dfe0 [2020-06-17T15:18:50.902Z] Removing intermediate container 059d6638dfe0 [2020-06-17T15:18:50.902Z] ---> 65a6c2ef4969 [2020-06-17T15:18:50.902Z] Step 14/21 : EXPOSE $APP_PORT [2020-06-17T15:18:50.902Z] ---> Running in 7a806348313c [2020-06-17T15:18:51.164Z] Removing intermediate container 7a806348313c [2020-06-17T15:18:51.164Z] ---> 5fb479366f65 [2020-06-17T15:18:51.164Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-06-17T15:18:51.737Z] ---> 218464b07cf8 [2020-06-17T15:18:51.737Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-06-17T15:18:51.997Z] ---> 2d50bfd863f6 [2020-06-17T15:18:51.997Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-06-17T15:18:51.997Z] ---> 9bdc2ec532b9 [2020-06-17T15:18:51.997Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-17T15:18:52.242Z] 8a11ddd9e578: Pull complete [2020-06-17T15:18:52.243Z] 4cf88f913ddb: Pull complete [2020-06-17T15:18:52.243Z] 1df406cf5192: Pull complete [2020-06-17T15:18:52.257Z] ---> Running in e20031fbf44b [2020-06-17T15:18:52.257Z] Removing intermediate container e20031fbf44b [2020-06-17T15:18:52.257Z] ---> fc861211b7cd [2020-06-17T15:18:52.257Z] Step 19/21 : LABEL arch=amd64 [2020-06-17T15:18:52.257Z] ---> Running in 515c474fc4f1 [2020-06-17T15:18:52.517Z] Removing intermediate container 515c474fc4f1 [2020-06-17T15:18:52.517Z] ---> 1bac0a558d3a [2020-06-17T15:18:52.517Z] Step 20/21 : LABEL git_sha=7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:18:52.517Z] ---> Running in 55f8df782fa2 [2020-06-17T15:18:52.780Z] Removing intermediate container 55f8df782fa2 [2020-06-17T15:18:52.780Z] ---> dc0290d3f9c9 [2020-06-17T15:18:52.780Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-06-17T15:18:52.780Z] ---> Running in e65eda53fe58 [2020-06-17T15:18:52.780Z] Removing intermediate container e65eda53fe58 [2020-06-17T15:18:52.780Z] ---> b6f8a3c44eff [2020-06-17T15:18:52.780Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T15:18:52.780Z] Successfully built b6f8a3c44eff [2020-06-17T15:18:53.041Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-17T15:18:53.256Z] provisioning config files... [2020-06-17T15:18:53.312Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/16@tmp/config3722785210292601222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:18:53.663Z] nexus3.edgexfoundry.org:10001 [2020-06-17T15:18:53.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:18:53.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:18:53.924Z] Configure a credential helper to remove this warning. See [2020-06-17T15:18:53.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:18:53.924Z] [2020-06-17T15:18:53.924Z] Login Succeeded [2020-06-17T15:18:53.924Z] nexus3.edgexfoundry.org:10002 [2020-06-17T15:18:53.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:18:53.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:18:53.924Z] Configure a credential helper to remove this warning. See [2020-06-17T15:18:53.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:18:53.925Z] [2020-06-17T15:18:53.925Z] Login Succeeded [2020-06-17T15:18:53.925Z] nexus3.edgexfoundry.org:10003 [2020-06-17T15:18:54.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:18:54.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:18:54.187Z] Configure a credential helper to remove this warning. See [2020-06-17T15:18:54.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:18:54.187Z] [2020-06-17T15:18:54.187Z] Login Succeeded [2020-06-17T15:18:54.187Z] nexus3.edgexfoundry.org:10004 [2020-06-17T15:18:54.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:18:54.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:18:54.450Z] Configure a credential helper to remove this warning. See [2020-06-17T15:18:54.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:18:54.450Z] [2020-06-17T15:18:54.450Z] Login Succeeded [2020-06-17T15:18:54.450Z] docker.io [2020-06-17T15:18:54.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:18:54.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:18:54.711Z] Configure a credential helper to remove this warning. See [2020-06-17T15:18:54.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:18:54.711Z] [2020-06-17T15:18:54.711Z] Login Succeeded [Pipeline] } [2020-06-17T15:18:54.720Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-17T15:18:54.820Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-06-17T15:18:54.820Z] 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:18:54.820Z] latest [2020-06-17T15:18:54.820Z] 1.2.2-dev.1 [2020-06-17T15:18:54.820Z] 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41-1.2.2-dev.1 [2020-06-17T15:18:54.820Z] master [2020-06-17T15:18:54.820Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:55.196Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:55.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:18:55.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-17T15:18:55.491Z] 013905450b77: Preparing [2020-06-17T15:18:55.491Z] 5205fd897a2f: Preparing [2020-06-17T15:18:55.491Z] 0422bea5e3f9: Preparing [2020-06-17T15:18:55.491Z] 50644c29ef5a: Preparing [2020-06-17T15:18:55.491Z] 50644c29ef5a: Layer already exists [2020-06-17T15:18:55.491Z] 013905450b77: Pushed [2020-06-17T15:18:55.491Z] 5205fd897a2f: Pushed [2020-06-17T15:18:56.575Z] cd6300453558: Pull complete [2020-06-17T15:18:56.874Z] 0422bea5e3f9: Pushed [2020-06-17T15:18:56.874Z] 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41: digest: sha256:d1ff2686e23cd19e3e69343ef1931cb26ec1338e81dc68e8e760068bf2bbb8c6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:57.177Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:57.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-06-17T15:18:57.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-17T15:18:57.491Z] 013905450b77: Preparing [2020-06-17T15:18:57.491Z] 5205fd897a2f: Preparing [2020-06-17T15:18:57.491Z] 0422bea5e3f9: Preparing [2020-06-17T15:18:57.491Z] 50644c29ef5a: Preparing [2020-06-17T15:18:57.491Z] 013905450b77: Layer already exists [2020-06-17T15:18:57.491Z] 0422bea5e3f9: Layer already exists [2020-06-17T15:18:57.491Z] 5205fd897a2f: Layer already exists [2020-06-17T15:18:57.491Z] 50644c29ef5a: Layer already exists [2020-06-17T15:18:57.491Z] latest: digest: sha256:d1ff2686e23cd19e3e69343ef1931cb26ec1338e81dc68e8e760068bf2bbb8c6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:57.810Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:58.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.2-dev.1 [2020-06-17T15:18:58.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-17T15:18:58.101Z] 013905450b77: Preparing [2020-06-17T15:18:58.101Z] 5205fd897a2f: Preparing [2020-06-17T15:18:58.101Z] 0422bea5e3f9: Preparing [2020-06-17T15:18:58.101Z] 50644c29ef5a: Preparing [2020-06-17T15:18:58.101Z] 5205fd897a2f: Layer already exists [2020-06-17T15:18:58.101Z] 0422bea5e3f9: Layer already exists [2020-06-17T15:18:58.101Z] 50644c29ef5a: Layer already exists [2020-06-17T15:18:58.101Z] 013905450b77: Layer already exists [2020-06-17T15:18:58.101Z] 1.2.2-dev.1: digest: sha256:d1ff2686e23cd19e3e69343ef1931cb26ec1338e81dc68e8e760068bf2bbb8c6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:58.398Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:58.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41-1.2.2-dev.1 [2020-06-17T15:18:58.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-17T15:18:58.690Z] 013905450b77: Preparing [2020-06-17T15:18:58.690Z] 5205fd897a2f: Preparing [2020-06-17T15:18:58.690Z] 0422bea5e3f9: Preparing [2020-06-17T15:18:58.690Z] 50644c29ef5a: Preparing [2020-06-17T15:18:58.690Z] 0422bea5e3f9: Layer already exists [2020-06-17T15:18:58.690Z] 5205fd897a2f: Layer already exists [2020-06-17T15:18:58.690Z] 50644c29ef5a: Layer already exists [2020-06-17T15:18:58.690Z] 013905450b77: Layer already exists [2020-06-17T15:18:58.690Z] 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41-1.2.2-dev.1: digest: sha256:d1ff2686e23cd19e3e69343ef1931cb26ec1338e81dc68e8e760068bf2bbb8c6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:58.988Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:18:59.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-06-17T15:18:59.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-17T15:18:59.281Z] 013905450b77: Preparing [2020-06-17T15:18:59.281Z] 5205fd897a2f: Preparing [2020-06-17T15:18:59.281Z] 0422bea5e3f9: Preparing [2020-06-17T15:18:59.281Z] 50644c29ef5a: Preparing [2020-06-17T15:18:59.281Z] 0422bea5e3f9: Layer already exists [2020-06-17T15:18:59.281Z] 013905450b77: Layer already exists [2020-06-17T15:18:59.281Z] 5205fd897a2f: Layer already exists [2020-06-17T15:18:59.281Z] 50644c29ef5a: Layer already exists [2020-06-17T15:18:59.281Z] master: digest: sha256:d1ff2686e23cd19e3e69343ef1931cb26ec1338e81dc68e8e760068bf2bbb8c6 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-17T15:19:02.063Z] b9c365052c96: Pull complete [2020-06-17T15:19:02.063Z] a2d8cc88f415: Pull complete [2020-06-17T15:19:03.076Z] ea1d1ca13537: Pull complete [2020-06-17T15:19:03.694Z] 3750a50a1c5e: Pull complete [2020-06-17T15:19:03.694Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-17T15:19:03.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-17T15:19:03.694Z] ---> 78745c68409d [2020-06-17T15:19:03.694Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-17T15:19:09.177Z] ---> Running in d66d3407b292 [2020-06-17T15:19:09.177Z] Removing intermediate container d66d3407b292 [2020-06-17T15:19:09.177Z] ---> 9844813d4935 [2020-06-17T15:19:09.177Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T15:19:09.177Z] ---> Running in 6074e6279eac [2020-06-17T15:19:11.157Z] Removing intermediate container 6074e6279eac [2020-06-17T15:19:11.157Z] ---> 45f70e3b5453 [2020-06-17T15:19:11.157Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-17T15:19:11.437Z] ---> Running in 75ae55bf7b87 [2020-06-17T15:19:12.892Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T15:19:13.486Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T15:19:14.083Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:19:14.083Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:19:14.360Z] (3/18) Installing libmagic (5.37-r1) [2020-06-17T15:19:14.636Z] (4/18) Installing file (5.37-r1) [2020-06-17T15:19:14.636Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:19:14.914Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:19:14.914Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T15:19:23.323Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-17T15:19:23.323Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-17T15:19:28.801Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-17T15:19:28.801Z] (11/18) Installing build-base (0.5-r1) [2020-06-17T15:19:28.801Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-17T15:19:29.072Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-17T15:19:29.072Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-17T15:19:29.343Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-17T15:19:29.613Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-17T15:19:29.614Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-17T15:19:29.614Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-17T15:19:29.887Z] Executing busybox-1.31.1-r8.trigger [2020-06-17T15:19:29.887Z] OK: 203 MiB in 52 packages [2020-06-17T15:19:36.869Z] Removing intermediate container 75ae55bf7b87 [2020-06-17T15:19:36.869Z] ---> 7c7c862d5ed6 [2020-06-17T15:19:36.869Z] Step 6/8 : WORKDIR /device-virtual-go [2020-06-17T15:19:36.869Z] ---> Running in 6fb4cec45fed [2020-06-17T15:19:36.869Z] Removing intermediate container 6fb4cec45fed [2020-06-17T15:19:36.869Z] ---> 889366319f14 [2020-06-17T15:19:36.869Z] Step 7/8 : COPY . . [2020-06-17T15:19:37.861Z] ---> 9d1fa87de58d [2020-06-17T15:19:37.861Z] Step 8/8 : RUN go mod download [2020-06-17T15:19:37.861Z] ---> Running in 917a4e00c063 [2020-06-17T15:19:40.490Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T15:19:40.490Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T15:19:40.490Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T15:19:40.490Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T15:19:40.490Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T15:19:40.490Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T15:19:40.490Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T15:19:40.490Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T15:19:40.490Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T15:19:40.490Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T15:19:40.490Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T15:19:40.490Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T15:19:40.490Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T15:19:40.490Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T15:19:40.490Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T15:19:40.490Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T15:19:40.490Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T15:19:40.490Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T15:19:40.490Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T15:19:40.490Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-17T15:19:40.490Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T15:19:40.490Z] go: finding github.com/google/uuid v1.1.0 [2020-06-17T15:19:40.490Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T15:19:40.490Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T15:19:40.490Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T15:19:40.490Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T15:19:40.490Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T15:19:40.490Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T15:19:40.490Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T15:19:40.490Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T15:19:40.761Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T15:19:40.761Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T15:19:40.761Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T15:19:40.761Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T15:19:40.761Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T15:19:40.761Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T15:19:40.761Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T15:19:40.761Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T15:19:40.761Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T15:19:40.761Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T15:19:40.761Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T15:19:40.761Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T15:19:40.761Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-06-17T15:19:40.761Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T15:19:40.761Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T15:19:40.761Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T15:19:40.761Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T15:19:40.761Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T15:19:40.761Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T15:19:40.761Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T15:19:40.761Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-17T15:19:40.761Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T15:19:40.761Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-06-17T15:19:40.761Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T15:19:40.761Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T15:19:40.761Z] go: finding modernc.org/b v1.0.0 [2020-06-17T15:19:40.761Z] go: finding modernc.org/db v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/file v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/fileutil v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/golex v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/internal v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/lldb v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/mathutil v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/ql v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/sortutil v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/strutil v1.0.0 [2020-06-17T15:19:41.032Z] go: finding modernc.org/zappy v1.0.0 [2020-06-17T15:19:51.188Z] Removing intermediate container 917a4e00c063 [2020-06-17T15:19:51.188Z] ---> 5f924a31df17 [2020-06-17T15:19:51.188Z] Successfully built 5f924a31df17 [2020-06-17T15:19:51.188Z] 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-06-17T15:19:51.751Z] + docker inspect -f . ci-base-image-arm64 [2020-06-17T15:19:51.751Z] . [Pipeline] withDockerContainer [2020-06-17T15:19:52.028Z] prd-ubuntu18.04-docker-arm64-4c-16g-3352 does not seem to be running inside a container [2020-06-17T15:19:52.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/16 -v /w/workspace/device-virtual-go/16:/w/workspace/device-virtual-go/16:rw,z -v /w/workspace/device-virtual-go/16@tmp:/w/workspace/device-virtual-go/16@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-06-17T15:19:53.892Z] $ docker top c1f06268eb6676b28a3081f2e2f99097fe0d2e744d26d3875764776517468ee1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T15:19:55.279Z] + go version [2020-06-17T15:19:55.279Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-17T15:19:56.318Z] + make test [2020-06-17T15:19:56.319Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-17T15:19:57.304Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-06-17T15:20:36.322Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-06-17T15:23:58.259Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 198.157s coverage: 52.7% of statements [2020-06-17T15:23:58.259Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T15:24:02.578Z] gofmt -l . [2020-06-17T15:24:02.578Z] [ "`gofmt -l .`" = "" ] [2020-06-17T15:24:02.578Z] ./bin/test-attribution-txt.sh [2020-06-17T15:24:03.174Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-17T15:24:03.468Z] Warning: overwriting stash ‘coverage-report’ [2020-06-17T15:24:03.861Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T15:24:03.838Z] $ docker stop --time=1 c1f06268eb6676b28a3081f2e2f99097fe0d2e744d26d3875764776517468ee1 [2020-06-17T15:24:05.794Z] $ docker rm -f c1f06268eb6676b28a3081f2e2f99097fe0d2e744d26d3875764776517468ee1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T15:24:06.775Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T15:24:07.100Z] + ls -al . [2020-06-17T15:24:07.100Z] total 140 [2020-06-17T15:24:07.100Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 15:24 . [2020-06-17T15:24:07.100Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 15:18 .. [2020-06-17T15:24:07.100Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 15:18 .git [2020-06-17T15:24:07.100Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 15:18 .github [2020-06-17T15:24:07.100Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 17 15:18 .gitignore [2020-06-17T15:24:07.100Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 15:18 .semver [2020-06-17T15:24:07.100Z] -rw-rw-r-- 1 jenkins jenkins 6432 Jun 17 15:18 Attribution.txt [2020-06-17T15:24:07.100Z] -rw-rw-r-- 1 jenkins jenkins 1826 Jun 17 15:18 Dockerfile [2020-06-17T15:24:07.100Z] -rw-rw-r-- 1 jenkins jenkins 957 Jun 17 15:18 Dockerfile.build [2020-06-17T15:24:07.101Z] -rw-rw-r-- 1 jenkins jenkins 683 Jun 17 15:18 Jenkinsfile [2020-06-17T15:24:07.101Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 15:18 LICENSE [2020-06-17T15:24:07.101Z] -rw-rw-r-- 1 jenkins jenkins 873 Jun 17 15:18 Makefile [2020-06-17T15:24:07.101Z] -rw-rw-r-- 1 jenkins jenkins 4413 Jun 17 15:18 README.md [2020-06-17T15:24:07.101Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 17 15:15 VERSION [2020-06-17T15:24:07.101Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 15:18 bin [2020-06-17T15:24:07.101Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 15:18 cmd [2020-06-17T15:24:07.101Z] -rw-r--r-- 1 jenkins jenkins 32181 Jun 17 15:23 coverage.out [2020-06-17T15:24:07.101Z] -rw-r--r-- 1 jenkins jenkins 855 Jun 17 15:24 go.mod [2020-06-17T15:24:07.101Z] -rw-r--r-- 1 jenkins jenkins 14894 Jun 17 15:24 go.sum [2020-06-17T15:24:07.101Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 15:18 internal [2020-06-17T15:24:07.101Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 17 15:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:24:07.459Z] + 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=7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 --label arch=arm64 --label version=1.2.2-dev.1 . [2020-06-17T15:24:08.056Z] Sending build context to Docker daemon 34.13MB [2020-06-17T15:24:08.056Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-17T15:24:08.056Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-17T15:24:08.056Z] ---> 5f924a31df17 [2020-06-17T15:24:08.056Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-17T15:24:08.328Z] ---> Running in b8e1a93cfb43 [2020-06-17T15:24:08.920Z] Removing intermediate container b8e1a93cfb43 [2020-06-17T15:24:08.920Z] ---> e959e59f4e49 [2020-06-17T15:24:08.920Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T15:24:08.920Z] ---> Running in f8b95e6f4b28 [2020-06-17T15:24:09.516Z] Removing intermediate container f8b95e6f4b28 [2020-06-17T15:24:09.516Z] ---> 003fa5a94169 [2020-06-17T15:24:09.516Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-06-17T15:24:09.516Z] ---> Running in 65e98e95ac0e [2020-06-17T15:24:10.117Z] Removing intermediate container 65e98e95ac0e [2020-06-17T15:24:10.117Z] ---> f1e84a6a16f5 [2020-06-17T15:24:10.117Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T15:24:10.117Z] ---> Running in ae136fb2c23e [2020-06-17T15:24:12.730Z] Removing intermediate container ae136fb2c23e [2020-06-17T15:24:12.730Z] ---> f4ddadea8156 [2020-06-17T15:24:12.730Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T15:24:12.730Z] ---> Running in 506bc6e01f42 [2020-06-17T15:24:14.163Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T15:24:14.758Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T15:24:15.351Z] OK: 203 MiB in 52 packages [2020-06-17T15:24:16.788Z] Removing intermediate container 506bc6e01f42 [2020-06-17T15:24:16.788Z] ---> 9fc34e13acb3 [2020-06-17T15:24:16.788Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-06-17T15:24:17.380Z] ---> Running in 35c8036911e1 [2020-06-17T15:24:17.971Z] Removing intermediate container 35c8036911e1 [2020-06-17T15:24:17.971Z] ---> bbbffacf1e2f [2020-06-17T15:24:17.971Z] Step 9/21 : COPY . . [2020-06-17T15:24:20.591Z] ---> b52468acba0d [2020-06-17T15:24:20.591Z] Step 10/21 : ARG MAKE='make build' [2020-06-17T15:24:20.591Z] ---> Running in 6055819f7926 [2020-06-17T15:24:20.863Z] Removing intermediate container 6055819f7926 [2020-06-17T15:24:20.863Z] ---> 1180a84044e7 [2020-06-17T15:24:20.863Z] Step 11/21 : RUN $MAKE [2020-06-17T15:24:21.138Z] ---> Running in defdce2b335e [2020-06-17T15:24:22.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.2-dev.1" -o cmd/device-virtual ./cmd [2020-06-17T15:24:54.958Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T15:25:03.234Z] Removing intermediate container defdce2b335e [2020-06-17T15:25:03.234Z] ---> 0651734486dc [2020-06-17T15:25:03.234Z] Step 12/21 : FROM alpine [2020-06-17T15:25:03.505Z] latest: Pulling from library/alpine [2020-06-17T15:25:03.505Z] b538f80385f9: Pulling fs layer [2020-06-17T15:25:03.777Z] b538f80385f9: Verifying Checksum [2020-06-17T15:25:04.373Z] b538f80385f9: Pull complete [2020-06-17T15:25:04.373Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T15:25:04.646Z] Status: Downloaded newer image for alpine:latest [2020-06-17T15:25:04.646Z] ---> 62ee0e9f8440 [2020-06-17T15:25:04.646Z] Step 13/21 : ENV APP_PORT=49990 [2020-06-17T15:25:04.924Z] ---> Running in bd3c48bb2cf2 [2020-06-17T15:25:05.194Z] Removing intermediate container bd3c48bb2cf2 [2020-06-17T15:25:05.194Z] ---> d986a3545e96 [2020-06-17T15:25:05.194Z] Step 14/21 : EXPOSE $APP_PORT [2020-06-17T15:25:05.464Z] ---> Running in 2454a409d831 [2020-06-17T15:25:06.056Z] Removing intermediate container 2454a409d831 [2020-06-17T15:25:06.056Z] ---> b763a9324b71 [2020-06-17T15:25:06.056Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-06-17T15:25:07.493Z] ---> 8e546e004ffb [2020-06-17T15:25:07.493Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-06-17T15:25:08.470Z] ---> 9541c82bdda1 [2020-06-17T15:25:08.470Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-06-17T15:25:09.059Z] ---> 919de6724c66 [2020-06-17T15:25:09.059Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-17T15:25:09.332Z] ---> Running in cf992ed65064 [2020-06-17T15:25:09.605Z] Removing intermediate container cf992ed65064 [2020-06-17T15:25:09.605Z] ---> 57f41a3bb73e [2020-06-17T15:25:09.605Z] Step 19/21 : LABEL arch=arm64 [2020-06-17T15:25:09.878Z] ---> Running in 9a0bc53ac8a4 [2020-06-17T15:25:10.476Z] Removing intermediate container 9a0bc53ac8a4 [2020-06-17T15:25:10.476Z] ---> 186d3ba8bb5d [2020-06-17T15:25:10.476Z] Step 20/21 : LABEL git_sha=7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:25:10.747Z] ---> Running in ec6e8d6a3bf3 [2020-06-17T15:25:11.340Z] Removing intermediate container ec6e8d6a3bf3 [2020-06-17T15:25:11.340Z] ---> 88f3ebdeea29 [2020-06-17T15:25:11.340Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-06-17T15:25:11.613Z] ---> Running in 26936cf693db [2020-06-17T15:25:12.207Z] Removing intermediate container 26936cf693db [2020-06-17T15:25:12.207Z] ---> 720fb4709f5d [2020-06-17T15:25:12.207Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T15:25:12.207Z] Successfully built 720fb4709f5d [2020-06-17T15:25:12.207Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-17T15:25:12.401Z] provisioning config files... [2020-06-17T15:25:12.457Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/16@tmp/config8164050253127349161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:25:12.829Z] nexus3.edgexfoundry.org:10001 [2020-06-17T15:25:13.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:25:13.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:25:13.373Z] Configure a credential helper to remove this warning. See [2020-06-17T15:25:13.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:25:13.373Z] [2020-06-17T15:25:13.373Z] Login Succeeded [2020-06-17T15:25:13.373Z] nexus3.edgexfoundry.org:10002 [2020-06-17T15:25:13.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:25:13.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:25:13.917Z] Configure a credential helper to remove this warning. See [2020-06-17T15:25:13.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:25:13.917Z] [2020-06-17T15:25:13.917Z] Login Succeeded [2020-06-17T15:25:13.917Z] nexus3.edgexfoundry.org:10003 [2020-06-17T15:25:14.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:25:14.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:25:14.510Z] Configure a credential helper to remove this warning. See [2020-06-17T15:25:14.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:25:14.510Z] [2020-06-17T15:25:14.510Z] Login Succeeded [2020-06-17T15:25:14.510Z] nexus3.edgexfoundry.org:10004 [2020-06-17T15:25:14.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:25:15.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:25:15.054Z] Configure a credential helper to remove this warning. See [2020-06-17T15:25:15.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:25:15.054Z] [2020-06-17T15:25:15.054Z] Login Succeeded [2020-06-17T15:25:15.054Z] docker.io [2020-06-17T15:25:15.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T15:25:15.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T15:25:15.917Z] Configure a credential helper to remove this warning. See [2020-06-17T15:25:15.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T15:25:15.917Z] [2020-06-17T15:25:15.917Z] Login Succeeded [Pipeline] } [2020-06-17T15:25:15.933Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-17T15:25:16.022Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-06-17T15:25:16.022Z] 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:25:16.022Z] latest [2020-06-17T15:25:16.022Z] 1.2.2-dev.1 [2020-06-17T15:25:16.022Z] 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41-1.2.2-dev.1 [2020-06-17T15:25:16.022Z] master [2020-06-17T15:25:16.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:16.430Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:16.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:25:16.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-17T15:25:16.792Z] 46bf10c4db9b: Preparing [2020-06-17T15:25:16.792Z] deba30a5a3b2: Preparing [2020-06-17T15:25:16.792Z] a04051d7ad50: Preparing [2020-06-17T15:25:16.792Z] e2f13739ad41: Preparing [2020-06-17T15:25:17.064Z] e2f13739ad41: Layer already exists [2020-06-17T15:25:17.064Z] 46bf10c4db9b: Pushed [2020-06-17T15:25:17.064Z] deba30a5a3b2: Pushed [2020-06-17T15:25:20.432Z] a04051d7ad50: Pushed [2020-06-17T15:25:20.432Z] 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41: digest: sha256:4a969104225741084fdb1cd529026c1f0b7aff1467713b119e4998fdfc378e7a size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:21.045Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:21.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-06-17T15:25:21.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-17T15:25:21.380Z] 46bf10c4db9b: Preparing [2020-06-17T15:25:21.380Z] deba30a5a3b2: Preparing [2020-06-17T15:25:21.380Z] a04051d7ad50: Preparing [2020-06-17T15:25:21.380Z] e2f13739ad41: Preparing [2020-06-17T15:25:21.380Z] a04051d7ad50: Layer already exists [2020-06-17T15:25:21.380Z] deba30a5a3b2: Layer already exists [2020-06-17T15:25:21.380Z] e2f13739ad41: Layer already exists [2020-06-17T15:25:21.380Z] 46bf10c4db9b: Layer already exists [2020-06-17T15:25:21.650Z] latest: digest: sha256:4a969104225741084fdb1cd529026c1f0b7aff1467713b119e4998fdfc378e7a size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:21.990Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:22.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.2-dev.1 [2020-06-17T15:25:22.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-17T15:25:22.319Z] 46bf10c4db9b: Preparing [2020-06-17T15:25:22.319Z] deba30a5a3b2: Preparing [2020-06-17T15:25:22.319Z] a04051d7ad50: Preparing [2020-06-17T15:25:22.319Z] e2f13739ad41: Preparing [2020-06-17T15:25:22.319Z] 46bf10c4db9b: Layer already exists [2020-06-17T15:25:22.319Z] e2f13739ad41: Layer already exists [2020-06-17T15:25:22.319Z] a04051d7ad50: Layer already exists [2020-06-17T15:25:22.319Z] deba30a5a3b2: Layer already exists [2020-06-17T15:25:22.590Z] 1.2.2-dev.1: digest: sha256:4a969104225741084fdb1cd529026c1f0b7aff1467713b119e4998fdfc378e7a size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:22.939Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:23.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41-1.2.2-dev.1 [2020-06-17T15:25:23.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-17T15:25:23.275Z] 46bf10c4db9b: Preparing [2020-06-17T15:25:23.275Z] deba30a5a3b2: Preparing [2020-06-17T15:25:23.275Z] a04051d7ad50: Preparing [2020-06-17T15:25:23.275Z] e2f13739ad41: Preparing [2020-06-17T15:25:23.275Z] e2f13739ad41: Layer already exists [2020-06-17T15:25:23.275Z] a04051d7ad50: Layer already exists [2020-06-17T15:25:23.275Z] 46bf10c4db9b: Layer already exists [2020-06-17T15:25:23.275Z] deba30a5a3b2: Layer already exists [2020-06-17T15:25:23.548Z] 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41-1.2.2-dev.1: digest: sha256:4a969104225741084fdb1cd529026c1f0b7aff1467713b119e4998fdfc378e7a size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:23.894Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:24.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-06-17T15:25:24.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-17T15:25:24.229Z] 46bf10c4db9b: Preparing [2020-06-17T15:25:24.229Z] deba30a5a3b2: Preparing [2020-06-17T15:25:24.229Z] a04051d7ad50: Preparing [2020-06-17T15:25:24.229Z] e2f13739ad41: Preparing [2020-06-17T15:25:24.229Z] a04051d7ad50: Layer already exists [2020-06-17T15:25:24.229Z] 46bf10c4db9b: Layer already exists [2020-06-17T15:25:24.229Z] e2f13739ad41: Layer already exists [2020-06-17T15:25:24.229Z] deba30a5a3b2: Layer already exists [2020-06-17T15:25:24.500Z] master: digest: sha256:4a969104225741084fdb1cd529026c1f0b7aff1467713b119e4998fdfc378e7a size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-17T15:25:25.443Z] provisioning config files... [2020-06-17T15:25:25.454Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2768999823439744405tmp [Pipeline] { [Pipeline] sh [2020-06-17T15:25:25.775Z] + curl -s https://codecov.io/bash [2020-06-17T15:25:25.776Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_master@tmp/config2768999823439744405tmp [2020-06-17T15:25:26.038Z] [2020-06-17T15:25:26.038Z] _____ _ [2020-06-17T15:25:26.038Z] / ____| | | [2020-06-17T15:25:26.038Z] | | ___ __| | ___ ___ _____ __ [2020-06-17T15:25:26.038Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-17T15:25:26.038Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-17T15:25:26.038Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-17T15:25:26.038Z] Bash-20200602-f809a24 [2020-06-17T15:25:26.038Z] [2020-06-17T15:25:26.038Z] [2020-06-17T15:25:26.038Z] ==> Jenkins CI detected. [2020-06-17T15:25:26.038Z] project root: . [2020-06-17T15:25:26.038Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-17T15:25:26.038Z] ==> Running gcov in . (disable via -X gcov) [2020-06-17T15:25:26.038Z] ==> Python coveragepy not found [2020-06-17T15:25:26.038Z] ==> Searching for coverage reports in: [2020-06-17T15:25:26.038Z] + . [2020-06-17T15:25:26.038Z] -> Found 1 reports [2020-06-17T15:25:26.038Z] ==> Detecting git/mercurial file structure [2020-06-17T15:25:26.038Z] ==> Reading reports [2020-06-17T15:25:26.038Z] + ./coverage.out bytes=32181 [2020-06-17T15:25:26.038Z] ==> Appending adjustments [2020-06-17T15:25:26.038Z] https://docs.codecov.io/docs/fixing-reports [2020-06-17T15:25:26.038Z] + Found adjustments [2020-06-17T15:25:26.038Z] ==> Gzipping contents [2020-06-17T15:25:26.038Z] ==> Uploading reports [2020-06-17T15:25:26.038Z] url: https://codecov.io [2020-06-17T15:25:26.038Z] query: branch=master&commit=7ceff76bd1516c8443efe3ecccc6e09cd18c3d41&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job= [2020-06-17T15:25:26.038Z] -> Pinging Codecov [2020-06-17T15:25:26.038Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=7ceff76bd1516c8443efe3ecccc6e09cd18c3d41&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job= [2020-06-17T15:25:26.609Z] -> Uploading [2020-06-17T15:25:27.178Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [Pipeline] } [2020-06-17T15:25:27.189Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-17T15:25:27.373Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-17T15:25:27.374Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-17T15:25:27.411Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:27.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T15:25:27.722Z] [2020-06-17T15:25:27.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:28.055Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T15:25:28.055Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-17T15:25:28.055Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-17T15:25:28.055Z] 408f87550127: Pulling fs layer [2020-06-17T15:25:28.055Z] fe522b08c979: Pulling fs layer [2020-06-17T15:25:28.055Z] 221eaa008020: Pulling fs layer [2020-06-17T15:25:28.055Z] 2a4607e5d6b9: Pulling fs layer [2020-06-17T15:25:28.055Z] 8f79b27c4fd2: Pulling fs layer [2020-06-17T15:25:28.055Z] e5c8dbe1645b: Pulling fs layer [2020-06-17T15:25:28.055Z] 23e8b3b47431: Pulling fs layer [2020-06-17T15:25:28.055Z] 5c568d65a230: Pulling fs layer [2020-06-17T15:25:28.055Z] 8f79b27c4fd2: Waiting [2020-06-17T15:25:28.055Z] e5c8dbe1645b: Waiting [2020-06-17T15:25:28.055Z] 23e8b3b47431: Waiting [2020-06-17T15:25:28.055Z] 5c568d65a230: Waiting [2020-06-17T15:25:28.055Z] 221eaa008020: Waiting [2020-06-17T15:25:28.055Z] 2a4607e5d6b9: Waiting [2020-06-17T15:25:28.055Z] fe522b08c979: Verifying Checksum [2020-06-17T15:25:28.055Z] fe522b08c979: Download complete [2020-06-17T15:25:28.055Z] 408f87550127: Download complete [2020-06-17T15:25:28.055Z] 2a4607e5d6b9: Download complete [2020-06-17T15:25:28.055Z] 8f79b27c4fd2: Verifying Checksum [2020-06-17T15:25:28.055Z] 8f79b27c4fd2: Download complete [2020-06-17T15:25:28.055Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-17T15:25:28.055Z] cbdbe7a5bc2a: Download complete [2020-06-17T15:25:28.657Z] cbdbe7a5bc2a: Pull complete [2020-06-17T15:25:28.657Z] e5c8dbe1645b: Verifying Checksum [2020-06-17T15:25:28.657Z] e5c8dbe1645b: Download complete [2020-06-17T15:25:28.657Z] 408f87550127: Pull complete [2020-06-17T15:25:28.936Z] fe522b08c979: Pull complete [2020-06-17T15:25:28.936Z] 23e8b3b47431: Verifying Checksum [2020-06-17T15:25:28.936Z] 23e8b3b47431: Download complete [2020-06-17T15:25:29.196Z] 5c568d65a230: Verifying Checksum [2020-06-17T15:25:29.196Z] 5c568d65a230: Download complete [2020-06-17T15:25:29.773Z] 221eaa008020: Download complete [2020-06-17T15:25:35.088Z] 221eaa008020: Pull complete [2020-06-17T15:25:35.088Z] 2a4607e5d6b9: Pull complete [2020-06-17T15:25:35.088Z] 8f79b27c4fd2: Pull complete [2020-06-17T15:25:37.002Z] e5c8dbe1645b: Pull complete [2020-06-17T15:25:40.304Z] 23e8b3b47431: Pull complete [2020-06-17T15:25:41.698Z] 5c568d65a230: Pull complete [2020-06-17T15:25:41.698Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-17T15:25:41.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T15:25:41.698Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-17T15:25:41.827Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:25:41.865Z] $ 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-06-17T15:25:42.624Z] $ docker top 3fc42128ec8a33df0ae54e54e5ecfcb8e3b6daec47f1929af55c0c69efa75b48 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T15:25:43.035Z] + snyk monitor '--org=edgex-jenkins' [2020-06-17T15:25:51.176Z] [2020-06-17T15:25:51.176Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-06-17T15:25:51.176Z] [2020-06-17T15:25:51.176Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/28c43c68-0666-48ba-86e3-bf19f07ce9c0 [2020-06-17T15:25:51.176Z] [2020-06-17T15:25:51.176Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-17T15:25:51.176Z] [2020-06-17T15:25:52.120Z] [2020-06-17T15:25:52.120Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-06-17T15:25:52.120Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-06-17T15:25:52.132Z] $ docker stop --time=1 3fc42128ec8a33df0ae54e54e5ecfcb8e3b6daec47f1929af55c0c69efa75b48 [2020-06-17T15:25:55.379Z] $ docker rm -f 3fc42128ec8a33df0ae54e54e5ecfcb8e3b6daec47f1929af55c0c69efa75b48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:56.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T15:25:56.208Z] [2020-06-17T15:25:56.208Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:25:56.521Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T15:25:56.521Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-17T15:25:56.521Z] e7c96db7181b: Pulling fs layer [2020-06-17T15:25:56.521Z] 1868ca2cb446: Pulling fs layer [2020-06-17T15:25:56.521Z] 136be5d0fe8e: Pulling fs layer [2020-06-17T15:25:56.521Z] 894bfe63afcb: Pulling fs layer [2020-06-17T15:25:56.521Z] 894bfe63afcb: Waiting [2020-06-17T15:25:56.521Z] 1868ca2cb446: Download complete [2020-06-17T15:25:56.521Z] 136be5d0fe8e: Verifying Checksum [2020-06-17T15:25:56.521Z] 136be5d0fe8e: Download complete [2020-06-17T15:25:56.521Z] e7c96db7181b: Verifying Checksum [2020-06-17T15:25:56.521Z] e7c96db7181b: Download complete [2020-06-17T15:25:56.521Z] 894bfe63afcb: Verifying Checksum [2020-06-17T15:25:56.521Z] 894bfe63afcb: Download complete [2020-06-17T15:25:56.781Z] e7c96db7181b: Pull complete [2020-06-17T15:25:57.041Z] 1868ca2cb446: Pull complete [2020-06-17T15:25:57.041Z] 136be5d0fe8e: Pull complete [2020-06-17T15:25:57.301Z] 894bfe63afcb: Pull complete [2020-06-17T15:25:57.301Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-17T15:25:57.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T15:25:57.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-17T15:25:57.659Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:25:57.698Z] $ 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-06-17T15:25:59.045Z] $ docker top 7e31784e0845c40459d5adde849c048c453d53808b6aa929a3617efebea7e5d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T15:25:59.478Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:25:59.478Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T15:26:02.851Z] $ docker stop --time=1 7e31784e0845c40459d5adde849c048c453d53808b6aa929a3617efebea7e5d1 [2020-06-17T15:26:04.189Z] $ docker rm -f 7e31784e0845c40459d5adde849c048c453d53808b6aa929a3617efebea7e5d1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:26:04.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T15:26:04.600Z] . [Pipeline] withDockerContainer [2020-06-17T15:26:04.705Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:26:04.742Z] $ 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-06-17T15:26:05.302Z] $ docker top 86c36bd36f8639a98f86b7259d5f16cc7ad0e620b5c01c0fa4965759831e9eb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T15:26:05.737Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:26:05.737Z] + tee [2020-06-17T15:26:05.737Z] clair timeout 1m0s [2020-06-17T15:26:05.737Z] docker timeout: 1m0s [2020-06-17T15:26:05.737Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T15:26:06.363Z] $ docker stop --time=1 86c36bd36f8639a98f86b7259d5f16cc7ad0e620b5c01c0fa4965759831e9eb7 [2020-06-17T15:26:07.962Z] $ docker rm -f 86c36bd36f8639a98f86b7259d5f16cc7ad0e620b5c01c0fa4965759831e9eb7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-17T15:26:08.376Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-06-17T15:26:08.388Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_7ceff76bd1516c8443efe3ecccc6e09cd18c3d41.html [Pipeline] writeFile [Pipeline] step [2020-06-17T15:26:08.413Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:26:08.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T15:26:08.730Z] . [Pipeline] withDockerContainer [2020-06-17T15:26:08.823Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:26:08.863Z] $ 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-06-17T15:26:09.461Z] $ docker top 6b7ae0fd520dabea13efee96ce7c7bb145e5415f0ce08b844b4527207b6b0ef7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T15:26:09.920Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:26:09.920Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T15:26:13.295Z] $ docker stop --time=1 6b7ae0fd520dabea13efee96ce7c7bb145e5415f0ce08b844b4527207b6b0ef7 [2020-06-17T15:26:14.640Z] $ docker rm -f 6b7ae0fd520dabea13efee96ce7c7bb145e5415f0ce08b844b4527207b6b0ef7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:26:15.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T15:26:15.112Z] . [Pipeline] withDockerContainer [2020-06-17T15:26:15.328Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:26:15.429Z] $ 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-06-17T15:26:16.050Z] $ docker top dcfe3a2b0dbce16b43ae281e2640cda6373a7e4868791e335a7b808d3839e9c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T15:26:16.488Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 [2020-06-17T15:26:16.488Z] + tee [2020-06-17T15:26:16.488Z] clair timeout 1m0s [2020-06-17T15:26:16.488Z] docker timeout: 1m0s [2020-06-17T15:26:16.488Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T15:26:17.111Z] $ docker stop --time=1 dcfe3a2b0dbce16b43ae281e2640cda6373a7e4868791e335a7b808d3839e9c2 [2020-06-17T15:26:18.455Z] $ docker rm -f dcfe3a2b0dbce16b43ae281e2640cda6373a7e4868791e335a7b808d3839e9c2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-17T15:26:18.866Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-06-17T15:26:18.877Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_7ceff76bd1516c8443efe3ecccc6e09cd18c3d41.html [Pipeline] writeFile [Pipeline] step [2020-06-17T15:26:18.904Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:26:19.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T15:26:19.427Z] . [Pipeline] withDockerContainer [2020-06-17T15:26:19.516Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:26:19.555Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T15:26:20.117Z] $ docker top 7248802ea83b2f8c68f2d53078ada900a8072d4eadafe72dc8519a4e185953ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T15:26:20.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T15:26:20.749Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T15:26:20.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T15:26:20.957Z] $ docker exec 7248802ea83b2f8c68f2d53078ada900a8072d4eadafe72dc8519a4e185953ac ssh-agent [2020-06-17T15:26:21.128Z] SSH_AUTH_SOCK=/tmp/ssh-1kghFW3qqBpP/agent.12 [2020-06-17T15:26:21.128Z] SSH_AGENT_PID=18 [2020-06-17T15:26:21.134Z] Running ssh-add (command line suppressed) [2020-06-17T15:26:21.264Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2231436615505891001.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2231436615505891001.key) [2020-06-17T15:26:21.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T15:26:21.618Z] + git semver tag [2020-06-17T15:26:21.618Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T15:26:21.618Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-17T15:26:21.618Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-17T15:26:21.618Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T15:26:21.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T15:26:21.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T15:26:21.618Z] # $SEMVER_BRANCH = master [2020-06-17T15:26:21.618Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-06-17T15:26:21.618Z] # 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 HEAD [2020-06-17T15:26:21.618Z] # -> Force: false [2020-06-17T15:26:21.618Z] # 45e24f21546f33ec38406c89c9e1bbf52c52ae9f refs/tags/v1.2.2-dev.1 [Pipeline] } [2020-06-17T15:26:21.629Z] $ docker exec --env ******** --env ******** 7248802ea83b2f8c68f2d53078ada900a8072d4eadafe72dc8519a4e185953ac ssh-agent -k [2020-06-17T15:26:21.745Z] unset SSH_AUTH_SOCK; [2020-06-17T15:26:21.745Z] unset SSH_AGENT_PID; [2020-06-17T15:26:21.745Z] echo Agent pid 18 killed; [2020-06-17T15:26:21.792Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T15:26:22.157Z] + git semver [Pipeline] } [2020-06-17T15:26:22.173Z] $ docker stop --time=1 7248802ea83b2f8c68f2d53078ada900a8072d4eadafe72dc8519a4e185953ac [2020-06-17T15:26:23.499Z] $ docker rm -f 7248802ea83b2f8c68f2d53078ada900a8072d4eadafe72dc8519a4e185953ac [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:26:24.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T15:26:24.070Z] [2020-06-17T15:26:24.070Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:26:24.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T15:26:24.387Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-17T15:26:24.387Z] ab5ef0e58194: Pulling fs layer [2020-06-17T15:26:24.387Z] 9712f1f96733: Pulling fs layer [2020-06-17T15:26:24.387Z] 63f879dbbcfc: Pulling fs layer [2020-06-17T15:26:24.387Z] 0d9ebad4ef96: Pulling fs layer [2020-06-17T15:26:24.387Z] e9a5061849ea: Pulling fs layer [2020-06-17T15:26:24.387Z] d747dcd14b5f: Pulling fs layer [2020-06-17T15:26:24.387Z] 2de7ff778b66: Pulling fs layer [2020-06-17T15:26:24.387Z] e9a5061849ea: Waiting [2020-06-17T15:26:24.387Z] d747dcd14b5f: Waiting [2020-06-17T15:26:24.387Z] 0d9ebad4ef96: Waiting [2020-06-17T15:26:24.387Z] 2de7ff778b66: Waiting [2020-06-17T15:26:24.387Z] 9712f1f96733: Verifying Checksum [2020-06-17T15:26:24.387Z] 9712f1f96733: Download complete [2020-06-17T15:26:24.970Z] 63f879dbbcfc: Verifying Checksum [2020-06-17T15:26:24.970Z] 63f879dbbcfc: Download complete [2020-06-17T15:26:24.970Z] e9a5061849ea: Verifying Checksum [2020-06-17T15:26:24.970Z] e9a5061849ea: Download complete [2020-06-17T15:26:25.230Z] d747dcd14b5f: Verifying Checksum [2020-06-17T15:26:25.230Z] d747dcd14b5f: Download complete [2020-06-17T15:26:25.230Z] 0d9ebad4ef96: Verifying Checksum [2020-06-17T15:26:25.230Z] 0d9ebad4ef96: Download complete [2020-06-17T15:26:25.230Z] 2de7ff778b66: Verifying Checksum [2020-06-17T15:26:25.230Z] 2de7ff778b66: Download complete [2020-06-17T15:26:25.230Z] ab5ef0e58194: Verifying Checksum [2020-06-17T15:26:25.230Z] ab5ef0e58194: Download complete [2020-06-17T15:26:29.436Z] ab5ef0e58194: Pull complete [2020-06-17T15:26:29.436Z] 9712f1f96733: Pull complete [2020-06-17T15:26:32.734Z] 63f879dbbcfc: Pull complete [2020-06-17T15:26:39.333Z] 0d9ebad4ef96: Pull complete [2020-06-17T15:26:39.333Z] e9a5061849ea: Pull complete [2020-06-17T15:26:39.333Z] d747dcd14b5f: Pull complete [2020-06-17T15:26:42.640Z] 2de7ff778b66: Pull complete [2020-06-17T15:26:42.640Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-17T15:26:42.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T15:26:42.640Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-17T15:26:42.802Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:26:42.839Z] $ 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-06-17T15:26:46.761Z] $ docker top 0daa0b4847ffc29376ac31835222f994fedc5d0031f6d3c6dc62d6e992f8aaec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-17T15:26:46.912Z] provisioning config files... [2020-06-17T15:26:46.927Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3153528896193637398tmp [2020-06-17T15:26:46.954Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7328620711399757159tmp [2020-06-17T15:26:46.977Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2538046834018822095tmp [Pipeline] { [Pipeline] echo [2020-06-17T15:26:47.004Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:26:47.295Z] ---> sigul-configuration.sh [2020-06-17T15:26:47.296Z] gpg: directory `/root/.gnupg' created [2020-06-17T15:26:47.296Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-17T15:26:47.296Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-17T15:26:47.296Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-17T15:26:47.296Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-17T15:26:47.296Z] gpg: CAST5 encrypted data [2020-06-17T15:26:47.556Z] gpg: encrypted with 1 passphrase [2020-06-17T15:26:47.556Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-17T15:26:47.846Z] + mkdir /home/jenkins [2020-06-17T15:26:47.846Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-17T15:26:48.146Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-17T15:26:48.155Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:26:48.442Z] ---> sigul-install.sh [2020-06-17T15:26:55.034Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-17T15:26:55.326Z] + git tag --list [2020-06-17T15:26:55.326Z] v1.2.2-dev.1 [Pipeline] sh [2020-06-17T15:26:55.619Z] + lftools sign git-tag v1.2.2-dev.1 [2020-06-17T15:26:57.009Z] Signing Git tag with Sigul... [2020-06-17T15:26:57.009Z] Signing v1.2.2-dev.1 [Pipeline] echo [2020-06-17T15:26:57.967Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:26:58.254Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-17T15:26:58.262Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-17T15:26:58.306Z] $ docker stop --time=1 0daa0b4847ffc29376ac31835222f994fedc5d0031f6d3c6dc62d6e992f8aaec [2020-06-17T15:27:00.216Z] $ docker rm -f 0daa0b4847ffc29376ac31835222f994fedc5d0031f6d3c6dc62d6e992f8aaec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:27:00.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T15:27:00.768Z] . [Pipeline] withDockerContainer [2020-06-17T15:27:00.873Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:27:00.915Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T15:27:01.495Z] $ docker top 2d4bf77d3be4d939a07c65696d3b32f82df9e25def0cb40dc8363af5458d09c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T15:27:01.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T15:27:01.708Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T15:27:01.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T15:27:01.914Z] $ docker exec 2d4bf77d3be4d939a07c65696d3b32f82df9e25def0cb40dc8363af5458d09c5 ssh-agent [2020-06-17T15:27:02.101Z] SSH_AUTH_SOCK=/tmp/ssh-yNZMLmOKMqhs/agent.11 [2020-06-17T15:27:02.101Z] SSH_AGENT_PID=16 [2020-06-17T15:27:02.107Z] Running ssh-add (command line suppressed) [2020-06-17T15:27:02.235Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2717780060952226961.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2717780060952226961.key) [2020-06-17T15:27:02.286Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T15:27:02.591Z] + git semver bump pre [2020-06-17T15:27:02.591Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T15:27:02.591Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-17T15:27:02.591Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-17T15:27:02.591Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T15:27:02.591Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T15:27:02.591Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T15:27:02.591Z] # $SEMVER_BRANCH = master [2020-06-17T15:27:02.591Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-06-17T15:27:02.591Z] 1.2.2-dev.2 [Pipeline] } [2020-06-17T15:27:02.603Z] $ docker exec --env ******** --env ******** 2d4bf77d3be4d939a07c65696d3b32f82df9e25def0cb40dc8363af5458d09c5 ssh-agent -k [2020-06-17T15:27:02.769Z] unset SSH_AUTH_SOCK; [2020-06-17T15:27:02.769Z] unset SSH_AGENT_PID; [2020-06-17T15:27:02.769Z] echo Agent pid 16 killed; [2020-06-17T15:27:02.825Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T15:27:03.181Z] + git semver [Pipeline] } [2020-06-17T15:27:03.196Z] $ docker stop --time=1 2d4bf77d3be4d939a07c65696d3b32f82df9e25def0cb40dc8363af5458d09c5 [2020-06-17T15:27:04.536Z] $ docker rm -f 2d4bf77d3be4d939a07c65696d3b32f82df9e25def0cb40dc8363af5458d09c5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:27:04.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T15:27:04.973Z] . [Pipeline] withDockerContainer [2020-06-17T15:27:05.069Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:27:05.116Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T15:27:05.796Z] $ docker top 155c9916ac78c533f48febca0049defc72c097d0388ea845b8cb26ac463ba322 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T15:27:06.008Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T15:27:06.008Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T15:27:06.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T15:27:06.200Z] $ docker exec 155c9916ac78c533f48febca0049defc72c097d0388ea845b8cb26ac463ba322 ssh-agent [2020-06-17T15:27:06.367Z] SSH_AUTH_SOCK=/tmp/ssh-2d5ECbjJyl36/agent.11 [2020-06-17T15:27:06.367Z] SSH_AGENT_PID=16 [2020-06-17T15:27:06.374Z] Running ssh-add (command line suppressed) [2020-06-17T15:27:06.499Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7067388073273997246.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7067388073273997246.key) [2020-06-17T15:27:06.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T15:27:06.856Z] + git semver push [2020-06-17T15:27:06.856Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T15:27:06.856Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-17T15:27:06.856Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-17T15:27:06.856Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T15:27:06.856Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T15:27:06.856Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T15:27:06.857Z] # $SEMVER_BRANCH = master [2020-06-17T15:27:06.857Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-06-17T15:27:13.447Z] $ docker exec --env ******** --env ******** 155c9916ac78c533f48febca0049defc72c097d0388ea845b8cb26ac463ba322 ssh-agent -k [2020-06-17T15:27:13.566Z] unset SSH_AUTH_SOCK; [2020-06-17T15:27:13.567Z] unset SSH_AGENT_PID; [2020-06-17T15:27:13.567Z] echo Agent pid 16 killed; [2020-06-17T15:27:13.615Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T15:27:13.976Z] + git semver [Pipeline] } [2020-06-17T15:27:13.991Z] $ docker stop --time=1 155c9916ac78c533f48febca0049defc72c097d0388ea845b8cb26ac463ba322 [2020-06-17T15:27:15.344Z] $ docker rm -f 155c9916ac78c533f48febca0049defc72c097d0388ea845b8cb26ac463ba322 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:27:15.959Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:27:16.519Z] ---> package-listing.sh [2020-06-17T15:27:16.519Z] ++ facter osfamily [2020-06-17T15:27:16.519Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-17T15:27:16.519Z] + OS_FAMILY=redhat [2020-06-17T15:27:16.519Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-06-17T15:27:16.519Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-17T15:27:16.519Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-17T15:27:16.519Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-17T15:27:16.519Z] + PACKAGES=/tmp/packages_start.txt [2020-06-17T15:27:16.519Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-06-17T15:27:16.519Z] + PACKAGES=/tmp/packages_end.txt [2020-06-17T15:27:16.519Z] + case "${OS_FAMILY}" in [2020-06-17T15:27:16.519Z] + rpm -qa [2020-06-17T15:27:16.519Z] + sort [2020-06-17T15:27:20.724Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-17T15:27:20.724Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-17T15:27:20.724Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-17T15:27:20.724Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-06-17T15:27:20.724Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-06-17T15:27:20.724Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:27:21.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T15:27:21.216Z] [2020-06-17T15:27:21.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-17T15:27:21.528Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T15:27:21.528Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-17T15:27:21.528Z] c9b1b535fdd9: Pulling fs layer [2020-06-17T15:27:21.528Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-17T15:27:21.528Z] 756a868c4378: Pulling fs layer [2020-06-17T15:27:21.528Z] 444b2fc9a129: Pulling fs layer [2020-06-17T15:27:21.528Z] ea15f1150254: Pulling fs layer [2020-06-17T15:27:21.528Z] 41b27a9f41bf: Pulling fs layer [2020-06-17T15:27:21.528Z] 28c525ee5125: Pulling fs layer [2020-06-17T15:27:21.528Z] 094b1ea09ed8: Pulling fs layer [2020-06-17T15:27:21.528Z] 138eaada9080: Pulling fs layer [2020-06-17T15:27:21.528Z] 0622d0fa9048: Pulling fs layer [2020-06-17T15:27:21.528Z] 41b27a9f41bf: Waiting [2020-06-17T15:27:21.528Z] 28c525ee5125: Waiting [2020-06-17T15:27:21.528Z] 094b1ea09ed8: Waiting [2020-06-17T15:27:21.528Z] 138eaada9080: Waiting [2020-06-17T15:27:21.528Z] 0622d0fa9048: Waiting [2020-06-17T15:27:21.528Z] 444b2fc9a129: Waiting [2020-06-17T15:27:21.528Z] ea15f1150254: Waiting [2020-06-17T15:27:21.528Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-17T15:27:21.528Z] 2cc5ad85d9ab: Download complete [2020-06-17T15:27:21.528Z] 444b2fc9a129: Verifying Checksum [2020-06-17T15:27:21.528Z] 444b2fc9a129: Download complete [2020-06-17T15:27:21.528Z] c9b1b535fdd9: Verifying Checksum [2020-06-17T15:27:21.528Z] c9b1b535fdd9: Download complete [2020-06-17T15:27:21.528Z] ea15f1150254: Verifying Checksum [2020-06-17T15:27:21.528Z] ea15f1150254: Download complete [2020-06-17T15:27:21.798Z] 28c525ee5125: Verifying Checksum [2020-06-17T15:27:21.798Z] 28c525ee5125: Download complete [2020-06-17T15:27:22.060Z] 756a868c4378: Verifying Checksum [2020-06-17T15:27:22.060Z] 756a868c4378: Download complete [2020-06-17T15:27:22.060Z] 138eaada9080: Verifying Checksum [2020-06-17T15:27:22.060Z] 138eaada9080: Download complete [2020-06-17T15:27:22.060Z] 0622d0fa9048: Verifying Checksum [2020-06-17T15:27:22.060Z] 0622d0fa9048: Download complete [2020-06-17T15:27:22.324Z] 094b1ea09ed8: Verifying Checksum [2020-06-17T15:27:22.324Z] 094b1ea09ed8: Download complete [2020-06-17T15:27:22.585Z] 41b27a9f41bf: Download complete [2020-06-17T15:27:22.845Z] c9b1b535fdd9: Pull complete [2020-06-17T15:27:23.109Z] 2cc5ad85d9ab: Pull complete [2020-06-17T15:27:24.501Z] 756a868c4378: Pull complete [2020-06-17T15:27:24.501Z] 444b2fc9a129: Pull complete [2020-06-17T15:27:25.072Z] ea15f1150254: Pull complete [2020-06-17T15:27:28.377Z] 41b27a9f41bf: Pull complete [2020-06-17T15:27:28.377Z] 28c525ee5125: Pull complete [2020-06-17T15:27:30.928Z] 094b1ea09ed8: Pull complete [2020-06-17T15:27:30.928Z] 138eaada9080: Pull complete [2020-06-17T15:27:31.188Z] 0622d0fa9048: Pull complete [2020-06-17T15:27:31.188Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-17T15:27:31.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T15:27:31.188Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-17T15:27:31.297Z] prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container [2020-06-17T15:27:31.340Z] $ 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-06-17T15:27:34.117Z] $ docker top bf243dcb2b8fb45bfc01b4e7d910b3e7e29933568ee9a0f11838e45b4b3f0c09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T15:27:34.286Z] provisioning config files... [2020-06-17T15:27:34.298Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7921875178374069684tmp [Pipeline] { [Pipeline] echo [2020-06-17T15:27:34.326Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:27:34.616Z] ---> create-netrc.sh [Pipeline] echo [2020-06-17T15:27:34.624Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T15:27:34.914Z] ---> logs-deploy.sh [2020-06-17T15:27:34.914Z] + ARCHIVE_ARTIFACTS= [2020-06-17T15:27:34.914Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-17T15:27:34.914Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-17T15:27:34.914Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-17T15:27:34.914Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/16 [2020-06-17T15:27:34.914Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/16/ [2020-06-17T15:27:34.914Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/16 /w/workspace/foundry_device-virtual-go_master [2020-06-17T15:27:35.854Z] Archives upload complete. [2020-06-17T15:27:36.113Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/16/