Started by user Lisa Rashidi-Ranjbar Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 765a8ae72530510c4ebab34c81f831f56123a77d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3034 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 Fetching 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 > 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 Checking out Revision 765a8ae72530510c4ebab34c81f831f56123a77d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 765a8ae72530510c4ebab34c81f831f56123a77d # timeout=10 Commit message: "Merge pull request #113 from tonyespy/update-sdk-122" > git rev-list --no-walk 765a8ae72530510c4ebab34c81f831f56123a77d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-15T15:39:56.391Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-15T15:39:56.514Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-15T15:39:56.555Z] ========================================================= [2020-06-15T15:39:56.555Z] EdgeX Global Pipelines Version Info [2020-06-15T15:39:56.555Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:39:58.475Z] ------------------- [2020-06-15T15:39:58.475Z] stable info: [2020-06-15T15:39:58.475Z] ------------------- [2020-06-15T15:39:58.475Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-15T15:39:58.475Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T15:39:58.475Z] Message: update stable to v1.0.89 [2020-06-15T15:39:59.049Z] ------------------- [2020-06-15T15:39:59.049Z] experimental info: [2020-06-15T15:39:59.049Z] ------------------- [2020-06-15T15:39:59.049Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-15T15:39:59.049Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T15:39:59.049Z] 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-15T15:40:00.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:40:01.653Z] [2020-06-15T15:40:01.653Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:40:01.990Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:40:01.990Z] latest: Pulling from edgex-devops/git-semver [2020-06-15T15:40:01.990Z] 9123ac7c32f7: Pulling fs layer [2020-06-15T15:40:01.990Z] b8cc5d1170e3: Pulling fs layer [2020-06-15T15:40:01.990Z] 2924cbbf6a41: Pulling fs layer [2020-06-15T15:40:01.990Z] 93b08a4f1073: Pulling fs layer [2020-06-15T15:40:01.990Z] 93b08a4f1073: Waiting [2020-06-15T15:40:01.990Z] b8cc5d1170e3: Verifying Checksum [2020-06-15T15:40:01.990Z] b8cc5d1170e3: Download complete [2020-06-15T15:40:01.990Z] 9123ac7c32f7: Verifying Checksum [2020-06-15T15:40:01.990Z] 9123ac7c32f7: Download complete [2020-06-15T15:40:02.257Z] 93b08a4f1073: Verifying Checksum [2020-06-15T15:40:02.257Z] 93b08a4f1073: Download complete [2020-06-15T15:40:02.257Z] 2924cbbf6a41: Verifying Checksum [2020-06-15T15:40:02.257Z] 2924cbbf6a41: Download complete [2020-06-15T15:40:02.529Z] 9123ac7c32f7: Pull complete [2020-06-15T15:40:02.529Z] b8cc5d1170e3: Pull complete [2020-06-15T15:40:03.514Z] 2924cbbf6a41: Pull complete [2020-06-15T15:40:03.776Z] 93b08a4f1073: Pull complete [2020-06-15T15:40:03.776Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-15T15:40:03.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:40:03.776Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-15T15:40:03.895Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:40:03.945Z] $ 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-15T15:40:06.261Z] $ docker top 38ba1f17035dbe1677a341725ce1b5f6db67adc7f86fcd78db0d3ce375808a6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:40:06.466Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:40:06.466Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:40:06.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:40:06.685Z] $ docker exec 38ba1f17035dbe1677a341725ce1b5f6db67adc7f86fcd78db0d3ce375808a6c ssh-agent [2020-06-15T15:40:06.853Z] SSH_AUTH_SOCK=/tmp/ssh-mTBWHvVtzT9s/agent.11 [2020-06-15T15:40:06.853Z] SSH_AGENT_PID=16 [2020-06-15T15:40:06.864Z] Running ssh-add (command line suppressed) [2020-06-15T15:40:06.989Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4255308696370997112.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4255308696370997112.key) [2020-06-15T15:40:07.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:40:07.349Z] + git describe --exact-match --tags HEAD [2020-06-15T15:40:07.349Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-15T15:40:07.482Z] $ docker exec --env ******** --env ******** 38ba1f17035dbe1677a341725ce1b5f6db67adc7f86fcd78db0d3ce375808a6c ssh-agent -k [2020-06-15T15:40:07.623Z] unset SSH_AUTH_SOCK; [2020-06-15T15:40:07.624Z] unset SSH_AGENT_PID; [2020-06-15T15:40:07.624Z] echo Agent pid 16 killed; [2020-06-15T15:40:07.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-15T15:40:07.726Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-15T15:40:07.726Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-15T15:40:07.779Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:40:07.779Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:40:07.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:40:07.964Z] $ docker exec 38ba1f17035dbe1677a341725ce1b5f6db67adc7f86fcd78db0d3ce375808a6c ssh-agent [2020-06-15T15:40:08.139Z] SSH_AUTH_SOCK=/tmp/ssh-salTaccSoKQE/agent.44 [2020-06-15T15:40:08.139Z] SSH_AGENT_PID=50 [2020-06-15T15:40:08.146Z] Running ssh-add (command line suppressed) [2020-06-15T15:40:08.277Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_913540543524866050.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_913540543524866050.key) [2020-06-15T15:40:08.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:40:08.631Z] + git semver init [2020-06-15T15:40:08.631Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:40:08.631Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-15T15:40:08.631Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-15T15:40:08.631Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:40:08.631Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:40:08.631Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:40:08.631Z] # $SEMVER_BRANCH = master [2020-06-15T15:40:08.631Z] # $SEMVER_TEMP = /tmp/semver-762026664 [2020-06-15T15:40:08.631Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-06-15T15:40:09.202Z] # '/tmp/semver-762026664' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-06-15T15:40:09.202Z] # -> Force: false [2020-06-15T15:40:09.202Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-06-15T15:40:09.216Z] $ docker exec --env ******** --env ******** 38ba1f17035dbe1677a341725ce1b5f6db67adc7f86fcd78db0d3ce375808a6c ssh-agent -k [2020-06-15T15:40:09.336Z] unset SSH_AUTH_SOCK; [2020-06-15T15:40:09.336Z] unset SSH_AGENT_PID; [2020-06-15T15:40:09.337Z] echo Agent pid 50 killed; [2020-06-15T15:40:09.382Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:40:09.750Z] + git semver [Pipeline] } [2020-06-15T15:40:09.767Z] $ docker stop --time=1 38ba1f17035dbe1677a341725ce1b5f6db67adc7f86fcd78db0d3ce375808a6c [2020-06-15T15:40:11.108Z] $ docker rm -f 38ba1f17035dbe1677a341725ce1b5f6db67adc7f86fcd78db0d3ce375808a6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-15T15:40:11.599Z] Stashed 29 file(s) [Pipeline] echo [2020-06-15T15:40:11.601Z] [edgeXSemver] initialized semver on version 1.2.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-15T15:40:26.755Z] Still waiting to schedule task [2020-06-15T15:40:26.755Z] ‘prd-centos7-blackbox-4c-2g-2990’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3038’ 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-3036’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-06-15T15:40:26.757Z] Still waiting to schedule task [2020-06-15T15:40:26.757Z] ‘prd-centos7-blackbox-4c-2g-2990’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3038’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3036’ is offline [2020-06-15T15:41:40.151Z] Running on prd-centos7-docker-4c-2g-3043 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-06-15T15:41:40.178Z] Running in /w/workspace/device-virtual-go/15 [Pipeline] { [Pipeline] checkout [2020-06-15T15:41:42.480Z] using credential edgex-jenkins-ssh [2020-06-15T15:41:42.517Z] Cloning the remote Git repository [2020-06-15T15:41:42.517Z] Cloning with configured refspecs honoured and without tags [2020-06-15T15:41:42.559Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-06-15T15:41:42.652Z] > git init /w/workspace/device-virtual-go/15 # timeout=10 [2020-06-15T15:41:43.208Z] Fetching without tags [2020-06-15T15:41:43.583Z] Checking out Revision 765a8ae72530510c4ebab34c81f831f56123a77d (master) [2020-06-15T15:41:42.697Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-15T15:41:42.697Z] > git --version # timeout=10 [2020-06-15T15:41:42.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:41:42.761Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:43.176Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-15T15:41:43.184Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:43.196Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-15T15:41:43.212Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-15T15:41:43.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:41:43.217Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:43.590Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T15:41:43.600Z] > git checkout -f 765a8ae72530510c4ebab34c81f831f56123a77d # timeout=10 [2020-06-15T15:41:47.407Z] Commit message: "Merge pull request #113 from tonyespy/update-sdk-122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-15T15:41:48.055Z] ========================================================= [2020-06-15T15:41:48.056Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-15T15:41:48.056Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:41:48.753Z] + 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-15T15:41:49.025Z] Sending build context to Docker daemon 510kB [2020-06-15T15:41:49.025Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-15T15:41:49.025Z] Step 2/8 : FROM ${BASE} [2020-06-15T15:41:49.025Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-15T15:41:49.025Z] e6b0cf9c0882: Pulling fs layer [2020-06-15T15:41:49.025Z] 2848faf0eed1: Pulling fs layer [2020-06-15T15:41:49.025Z] 0f37312ad70f: Pulling fs layer [2020-06-15T15:41:49.025Z] 5788d62ee057: Pulling fs layer [2020-06-15T15:41:49.025Z] 0e6b1d234666: Pulling fs layer [2020-06-15T15:41:49.025Z] bf5d7aec512f: Pulling fs layer [2020-06-15T15:41:49.025Z] 34c802a77dc8: Pulling fs layer [2020-06-15T15:41:49.025Z] 9eb99e56ec68: Pulling fs layer [2020-06-15T15:41:49.025Z] 27c7a5d97fbd: Pulling fs layer [2020-06-15T15:41:49.025Z] 5c102a31e300: Pulling fs layer [2020-06-15T15:41:49.025Z] dcfb455df0a1: Pulling fs layer [2020-06-15T15:41:49.025Z] 34c802a77dc8: Waiting [2020-06-15T15:41:49.025Z] 9eb99e56ec68: Waiting [2020-06-15T15:41:49.025Z] 27c7a5d97fbd: Waiting [2020-06-15T15:41:49.025Z] 5c102a31e300: Waiting [2020-06-15T15:41:49.025Z] dcfb455df0a1: Waiting [2020-06-15T15:41:49.025Z] 5788d62ee057: Waiting [2020-06-15T15:41:49.025Z] 0e6b1d234666: Waiting [2020-06-15T15:41:49.025Z] bf5d7aec512f: Waiting [2020-06-15T15:41:49.025Z] 0f37312ad70f: Verifying Checksum [2020-06-15T15:41:49.025Z] 0f37312ad70f: Download complete [2020-06-15T15:41:49.025Z] 2848faf0eed1: Download complete [2020-06-15T15:41:49.025Z] 0e6b1d234666: Download complete [2020-06-15T15:41:49.302Z] bf5d7aec512f: Verifying Checksum [2020-06-15T15:41:49.302Z] bf5d7aec512f: Download complete [2020-06-15T15:41:49.302Z] e6b0cf9c0882: Verifying Checksum [2020-06-15T15:41:49.302Z] e6b0cf9c0882: Download complete [2020-06-15T15:41:49.577Z] e6b0cf9c0882: Pull complete [2020-06-15T15:41:49.849Z] 2848faf0eed1: Pull complete [2020-06-15T15:41:49.849Z] 0f37312ad70f: Pull complete [2020-06-15T15:41:50.825Z] 34c802a77dc8: Verifying Checksum [2020-06-15T15:41:50.825Z] 34c802a77dc8: Download complete [2020-06-15T15:41:50.825Z] 27c7a5d97fbd: Verifying Checksum [2020-06-15T15:41:50.825Z] 27c7a5d97fbd: Download complete [2020-06-15T15:41:51.099Z] 5788d62ee057: Verifying Checksum [2020-06-15T15:41:51.099Z] 5788d62ee057: Download complete [2020-06-15T15:41:51.715Z] dcfb455df0a1: Verifying Checksum [2020-06-15T15:41:51.715Z] dcfb455df0a1: Download complete [2020-06-15T15:41:51.715Z] 9eb99e56ec68: Verifying Checksum [2020-06-15T15:41:51.715Z] 9eb99e56ec68: Download complete [2020-06-15T15:41:52.400Z] 5c102a31e300: Verifying Checksum [2020-06-15T15:41:59.048Z] 5788d62ee057: Pull complete [2020-06-15T15:41:59.048Z] 0e6b1d234666: Pull complete [2020-06-15T15:41:59.048Z] bf5d7aec512f: Pull complete [2020-06-15T15:42:03.294Z] 34c802a77dc8: Pull complete [2020-06-15T15:42:06.640Z] 9eb99e56ec68: Pull complete [2020-06-15T15:42:06.906Z] 27c7a5d97fbd: Pull complete [2020-06-15T15:42:07.864Z] 5c102a31e300: Pull complete [2020-06-15T15:42:07.864Z] dcfb455df0a1: Pull complete [2020-06-15T15:42:07.864Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-15T15:42:07.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-15T15:42:07.864Z] ---> 7c70fe431013 [2020-06-15T15:42:07.864Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-15T15:42:09.260Z] ---> Running in 79a2d875f45f [2020-06-15T15:42:09.562Z] Removing intermediate container 79a2d875f45f [2020-06-15T15:42:09.562Z] ---> 977af60d179f [2020-06-15T15:42:09.562Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:42:09.562Z] ---> Running in af604005771c [2020-06-15T15:42:10.959Z] Removing intermediate container af604005771c [2020-06-15T15:42:10.959Z] ---> 4fc767453857 [2020-06-15T15:42:10.959Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-15T15:42:10.959Z] ---> Running in fe5e40f93c45 [2020-06-15T15:42:11.926Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:12.502Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:13.080Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:13.080Z] (2/17) Installing libmagic (5.37-r1) [2020-06-15T15:42:13.342Z] (3/17) Installing file (5.37-r1) [2020-06-15T15:42:13.342Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:13.342Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:13.604Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:31.741Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-15T15:42:31.741Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-15T15:42:39.900Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-15T15:42:40.164Z] (10/17) Installing build-base (0.5-r1) [2020-06-15T15:42:40.164Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-15T15:42:40.164Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-15T15:42:40.429Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-15T15:42:41.002Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-15T15:42:41.002Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-15T15:42:41.002Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-15T15:42:41.262Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-15T15:42:41.262Z] Executing busybox-1.31.1-r8.trigger [2020-06-15T15:42:41.262Z] OK: 214 MiB in 52 packages [2020-06-15T15:42:45.495Z] Removing intermediate container fe5e40f93c45 [2020-06-15T15:42:45.495Z] ---> 6e73310684c1 [2020-06-15T15:42:45.495Z] Step 6/8 : WORKDIR /device-virtual-go [2020-06-15T15:42:45.495Z] ---> Running in a927f0e8f192 [2020-06-15T15:42:45.495Z] Removing intermediate container a927f0e8f192 [2020-06-15T15:42:45.495Z] ---> 3117a791c7ec [2020-06-15T15:42:45.495Z] Step 7/8 : COPY . . [2020-06-15T15:42:45.757Z] ---> 927ef2201ad8 [2020-06-15T15:42:45.757Z] Step 8/8 : RUN go mod download [2020-06-15T15:42:46.018Z] ---> Running in 797e9a05770e [2020-06-15T15:42:47.943Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:42:47.943Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:42:47.943Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T15:42:47.943Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:42:47.943Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T15:42:47.943Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T15:42:47.943Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:42:47.943Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T15:42:47.943Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:42:47.943Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:42:47.943Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:42:47.943Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:42:47.944Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:42:47.944Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:42:47.944Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T15:42:48.205Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:42:48.205Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:42:48.205Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:42:48.205Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T15:42:48.205Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-15T15:42:48.205Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T15:42:48.205Z] go: finding github.com/google/uuid v1.1.0 [2020-06-15T15:42:48.205Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T15:42:48.205Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:42:48.205Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T15:42:48.205Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T15:42:48.467Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T15:42:48.467Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:42:48.467Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:42:48.467Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T15:42:48.467Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:42:48.467Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:42:48.467Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T15:42:48.467Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T15:42:48.467Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-06-15T15:42:48.467Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T15:42:48.467Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T15:42:48.467Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T15:42:48.467Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T15:42:48.467Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T15:42:48.467Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:42:48.467Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T15:42:48.467Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-15T15:42:48.467Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T15:42:48.467Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-06-15T15:42:48.735Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-15T15:42:48.735Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:42:48.735Z] go: finding modernc.org/b v1.0.0 [2020-06-15T15:42:48.735Z] go: finding modernc.org/db v1.0.0 [2020-06-15T15:42:48.735Z] go: finding modernc.org/file v1.0.0 [2020-06-15T15:42:48.735Z] go: finding modernc.org/fileutil v1.0.0 [2020-06-15T15:42:48.997Z] go: finding modernc.org/golex v1.0.0 [2020-06-15T15:42:48.997Z] go: finding modernc.org/internal v1.0.0 [2020-06-15T15:42:48.997Z] go: finding modernc.org/lldb v1.0.0 [2020-06-15T15:42:48.997Z] go: finding modernc.org/mathutil v1.0.0 [2020-06-15T15:42:48.998Z] go: finding modernc.org/ql v1.0.0 [2020-06-15T15:42:48.998Z] go: finding modernc.org/sortutil v1.0.0 [2020-06-15T15:42:48.998Z] go: finding modernc.org/strutil v1.0.0 [2020-06-15T15:42:49.269Z] go: finding modernc.org/zappy v1.0.0 [2020-06-15T15:42:59.306Z] Removing intermediate container 797e9a05770e [2020-06-15T15:42:59.306Z] ---> d23233119a91 [2020-06-15T15:42:59.306Z] Successfully built d23233119a91 [2020-06-15T15:42:59.306Z] 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-15T15:42:59.823Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-15T15:42:59.823Z] . [Pipeline] withDockerContainer [2020-06-15T15:42:59.973Z] prd-centos7-docker-4c-2g-3043 does not seem to be running inside a container [2020-06-15T15:43:00.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/15 -v /w/workspace/device-virtual-go/15:/w/workspace/device-virtual-go/15:rw,z -v /w/workspace/device-virtual-go/15@tmp:/w/workspace/device-virtual-go/15@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-15T15:43:01.199Z] $ docker top 441cd6cec4bb8c9a4cdb859e45d731864d045e59230595a22c995208a51f7861 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:43:01.667Z] + go version [2020-06-15T15:43:01.667Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-15T15:43:01.981Z] + make test [2020-06-15T15:43:01.981Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-15T15:43:03.389Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-06-15T15:43:18.484Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-06-15T15:43:25.406Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3047 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-06-15T15:43:25.430Z] Running in /w/workspace/device-virtual-go/15 [Pipeline] { [Pipeline] checkout [2020-06-15T15:43:31.004Z] using credential edgex-jenkins-ssh [2020-06-15T15:43:31.035Z] Cloning the remote Git repository [2020-06-15T15:43:31.035Z] Cloning with configured refspecs honoured and without tags [2020-06-15T15:43:31.085Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-06-15T15:43:31.206Z] > git init /w/workspace/device-virtual-go/15 # timeout=10 [2020-06-15T15:43:31.284Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-15T15:43:31.286Z] > git --version # timeout=10 [2020-06-15T15:43:31.312Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:43:31.387Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:43:32.151Z] Fetching without tags [2020-06-15T15:43:32.639Z] Checking out Revision 765a8ae72530510c4ebab34c81f831f56123a77d (master) [2020-06-15T15:43:32.056Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-15T15:43:32.087Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:43:32.113Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-15T15:43:32.138Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-15T15:43:32.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:43:32.151Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:43:32.636Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T15:43:32.650Z] > git checkout -f 765a8ae72530510c4ebab34c81f831f56123a77d # timeout=10 [2020-06-15T15:43:37.204Z] Commit message: "Merge pull request #113 from tonyespy/update-sdk-122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-15T15:43:38.086Z] ========================================================= [2020-06-15T15:43:38.086Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-15T15:43:38.086Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:39.073Z] + 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-15T15:43:40.056Z] Sending build context to Docker daemon 510kB [2020-06-15T15:43:40.056Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-15T15:43:40.056Z] Step 2/8 : FROM ${BASE} [2020-06-15T15:43:40.332Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-15T15:43:40.332Z] cde5963f3b93: Pulling fs layer [2020-06-15T15:43:40.332Z] 2a23fa8c16f7: Pulling fs layer [2020-06-15T15:43:40.332Z] 777b28850792: Pulling fs layer [2020-06-15T15:43:40.332Z] 8a11ddd9e578: Pulling fs layer [2020-06-15T15:43:40.332Z] 4cf88f913ddb: Pulling fs layer [2020-06-15T15:43:40.332Z] 1df406cf5192: Pulling fs layer [2020-06-15T15:43:40.332Z] cd6300453558: Pulling fs layer [2020-06-15T15:43:40.332Z] b9c365052c96: Pulling fs layer [2020-06-15T15:43:40.332Z] a2d8cc88f415: Pulling fs layer [2020-06-15T15:43:40.332Z] ea1d1ca13537: Pulling fs layer [2020-06-15T15:43:40.332Z] 3750a50a1c5e: Pulling fs layer [2020-06-15T15:43:40.332Z] 8a11ddd9e578: Waiting [2020-06-15T15:43:40.332Z] 4cf88f913ddb: Waiting [2020-06-15T15:43:40.332Z] 1df406cf5192: Waiting [2020-06-15T15:43:40.332Z] cd6300453558: Waiting [2020-06-15T15:43:40.332Z] b9c365052c96: Waiting [2020-06-15T15:43:40.332Z] a2d8cc88f415: Waiting [2020-06-15T15:43:40.332Z] ea1d1ca13537: Waiting [2020-06-15T15:43:40.332Z] 3750a50a1c5e: Waiting [2020-06-15T15:43:40.332Z] 777b28850792: Verifying Checksum [2020-06-15T15:43:40.332Z] 777b28850792: Download complete [2020-06-15T15:43:40.332Z] 2a23fa8c16f7: Verifying Checksum [2020-06-15T15:43:40.332Z] 2a23fa8c16f7: Download complete [2020-06-15T15:43:40.332Z] 4cf88f913ddb: Verifying Checksum [2020-06-15T15:43:40.332Z] 4cf88f913ddb: Download complete [2020-06-15T15:43:40.332Z] 1df406cf5192: Verifying Checksum [2020-06-15T15:43:40.332Z] 1df406cf5192: Download complete [2020-06-15T15:43:40.332Z] cde5963f3b93: Verifying Checksum [2020-06-15T15:43:40.332Z] cde5963f3b93: Download complete [2020-06-15T15:43:41.343Z] cde5963f3b93: Pull complete [2020-06-15T15:43:41.945Z] 2a23fa8c16f7: Pull complete [2020-06-15T15:43:42.555Z] 777b28850792: Pull complete [2020-06-15T15:43:43.994Z] cd6300453558: Verifying Checksum [2020-06-15T15:43:43.994Z] cd6300453558: Download complete [2020-06-15T15:43:43.994Z] a2d8cc88f415: Download complete [2020-06-15T15:43:44.992Z] ea1d1ca13537: Verifying Checksum [2020-06-15T15:43:44.992Z] ea1d1ca13537: Download complete [2020-06-15T15:43:45.271Z] 3750a50a1c5e: Download complete [2020-06-15T15:43:46.706Z] b9c365052c96: Verifying Checksum [2020-06-15T15:43:46.706Z] b9c365052c96: Download complete [2020-06-15T15:43:46.979Z] 8a11ddd9e578: Verifying Checksum [2020-06-15T15:43:46.979Z] 8a11ddd9e578: Download complete [2020-06-15T15:43:59.366Z] 8a11ddd9e578: Pull complete [2020-06-15T15:43:59.366Z] 4cf88f913ddb: Pull complete [2020-06-15T15:43:59.366Z] 1df406cf5192: Pull complete [2020-06-15T15:44:01.978Z] cd6300453558: Pull complete [2020-06-15T15:44:06.280Z] b9c365052c96: Pull complete [2020-06-15T15:44:06.554Z] a2d8cc88f415: Pull complete [2020-06-15T15:44:08.548Z] ea1d1ca13537: Pull complete [2020-06-15T15:44:09.147Z] 3750a50a1c5e: Pull complete [2020-06-15T15:44:09.147Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-15T15:44:09.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-15T15:44:09.147Z] ---> 78745c68409d [2020-06-15T15:44:09.147Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-15T15:44:14.562Z] ---> Running in 63b74e77e1c7 [2020-06-15T15:44:14.562Z] Removing intermediate container 63b74e77e1c7 [2020-06-15T15:44:14.562Z] ---> f8ab0a274046 [2020-06-15T15:44:14.562Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:44:14.562Z] ---> Running in ca54f8e7b8d2 [2020-06-15T15:44:14.919Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 51.271s coverage: 52.7% of statements [2020-06-15T15:44:14.919Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T15:44:14.919Z] gofmt -l . [2020-06-15T15:44:14.919Z] [ "`gofmt -l .`" = "" ] [2020-06-15T15:44:14.919Z] ./bin/test-attribution-txt.sh [2020-06-15T15:44:14.919Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-15T15:44:15.312Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T15:44:15.318Z] $ docker stop --time=1 441cd6cec4bb8c9a4cdb859e45d731864d045e59230595a22c995208a51f7861 [2020-06-15T15:44:16.927Z] $ docker rm -f 441cd6cec4bb8c9a4cdb859e45d731864d045e59230595a22c995208a51f7861 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T15:44:17.873Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T15:44:17.970Z] Removing intermediate container ca54f8e7b8d2 [2020-06-15T15:44:17.970Z] ---> 1aca83cc883b [2020-06-15T15:44:17.970Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-15T15:44:17.970Z] ---> Running in da7594b2d095 [2020-06-15T15:44:18.175Z] + ls -al . [2020-06-15T15:44:18.175Z] total 112 [2020-06-15T15:44:18.175Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 15 15:44 . [2020-06-15T15:44:18.175Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 15 15:41 .. [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 6432 Jun 15 15:41 Attribution.txt [2020-06-15T15:44:18.175Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 15 15:41 bin [2020-06-15T15:44:18.175Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 15 15:41 cmd [2020-06-15T15:44:18.175Z] -rw-r--r--. 1 jenkins jenkins 32181 Jun 15 15:44 coverage.out [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 1826 Jun 15 15:41 Dockerfile [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 957 Jun 15 15:41 Dockerfile.build [2020-06-15T15:44:18.175Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 15 15:41 .git [2020-06-15T15:44:18.175Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 15 15:41 .github [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 258 Jun 15 15:41 .gitignore [2020-06-15T15:44:18.175Z] -rw-r--r--. 1 jenkins jenkins 855 Jun 15 15:44 go.mod [2020-06-15T15:44:18.175Z] -rw-r--r--. 1 jenkins jenkins 14894 Jun 15 15:44 go.sum [2020-06-15T15:44:18.175Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 15 15:41 internal [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 683 Jun 15 15:41 Jenkinsfile [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 15 15:41 LICENSE [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 873 Jun 15 15:41 Makefile [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 4413 Jun 15 15:41 README.md [2020-06-15T15:44:18.175Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 15 15:41 .semver [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 15:40 VERSION [2020-06-15T15:44:18.175Z] -rw-rw-r--. 1 jenkins jenkins 235 Jun 15 15:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:18.486Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=765a8ae72530510c4ebab34c81f831f56123a77d --label arch=amd64 --label version=1.2.1 . [2020-06-15T15:44:18.952Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T15:44:19.065Z] Sending build context to Docker daemon 34.13MB [2020-06-15T15:44:19.065Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-15T15:44:19.065Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-15T15:44:19.065Z] ---> d23233119a91 [2020-06-15T15:44:19.065Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-15T15:44:19.327Z] ---> Running in 35d38d960c04 [2020-06-15T15:44:19.588Z] Removing intermediate container 35d38d960c04 [2020-06-15T15:44:19.588Z] ---> 8d08256a20e4 [2020-06-15T15:44:19.588Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:44:19.588Z] ---> Running in e2cc3c4cfad6 [2020-06-15T15:44:19.588Z] Removing intermediate container e2cc3c4cfad6 [2020-06-15T15:44:19.588Z] ---> 8e0534067be4 [2020-06-15T15:44:19.588Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-06-15T15:44:19.849Z] ---> Running in c4be431e6f64 [2020-06-15T15:44:19.849Z] Removing intermediate container c4be431e6f64 [2020-06-15T15:44:19.849Z] ---> 40e95ae43a22 [2020-06-15T15:44:19.849Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:44:19.849Z] ---> Running in 028ef823b193 [2020-06-15T15:44:19.935Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T15:44:20.793Z] Removing intermediate container 028ef823b193 [2020-06-15T15:44:20.793Z] ---> 70bb688532df [2020-06-15T15:44:20.793Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:44:20.793Z] ---> Running in 482e22d21406 [2020-06-15T15:44:20.918Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:44:20.918Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:44:21.054Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T15:44:21.192Z] (3/18) Installing libmagic (5.37-r1) [2020-06-15T15:44:21.786Z] (4/18) Installing file (5.37-r1) [2020-06-15T15:44:21.786Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:44:22.000Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T15:44:22.057Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:44:22.057Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:44:22.260Z] OK: 214 MiB in 52 packages [2020-06-15T15:44:22.833Z] Removing intermediate container 482e22d21406 [2020-06-15T15:44:22.833Z] ---> 54b0ee84c4a6 [2020-06-15T15:44:22.833Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-06-15T15:44:22.833Z] ---> Running in 69b8dd05dc15 [2020-06-15T15:44:22.833Z] Removing intermediate container 69b8dd05dc15 [2020-06-15T15:44:22.833Z] ---> 23fd801fcf5c [2020-06-15T15:44:22.833Z] Step 9/21 : COPY . . [2020-06-15T15:44:24.223Z] ---> 8ae3c3802f53 [2020-06-15T15:44:24.223Z] Step 10/21 : ARG MAKE='make build' [2020-06-15T15:44:24.223Z] ---> Running in 666c1e83fab2 [2020-06-15T15:44:24.490Z] Removing intermediate container 666c1e83fab2 [2020-06-15T15:44:24.490Z] ---> 180a33222b9e [2020-06-15T15:44:24.490Z] Step 11/21 : RUN $MAKE [2020-06-15T15:44:24.490Z] ---> Running in 4fb46c6f6416 [2020-06-15T15:44:25.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd [2020-06-15T15:44:35.221Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-15T15:44:39.428Z] Removing intermediate container 4fb46c6f6416 [2020-06-15T15:44:39.428Z] ---> 7de4eeb2b730 [2020-06-15T15:44:39.428Z] Step 12/21 : FROM alpine [2020-06-15T15:44:39.428Z] latest: Pulling from library/alpine [2020-06-15T15:44:39.428Z] df20fa9351a1: Pulling fs layer [2020-06-15T15:44:39.428Z] df20fa9351a1: Verifying Checksum [2020-06-15T15:44:39.428Z] df20fa9351a1: Download complete [2020-06-15T15:44:39.693Z] df20fa9351a1: Pull complete [2020-06-15T15:44:39.693Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T15:44:39.693Z] Status: Downloaded newer image for alpine:latest [2020-06-15T15:44:39.693Z] ---> a24bb4013296 [2020-06-15T15:44:39.693Z] Step 13/21 : ENV APP_PORT=49990 [2020-06-15T15:44:39.693Z] ---> Running in 0144798762dc [2020-06-15T15:44:39.954Z] Removing intermediate container 0144798762dc [2020-06-15T15:44:39.954Z] ---> 5f5adbe9c231 [2020-06-15T15:44:39.954Z] Step 14/21 : EXPOSE $APP_PORT [2020-06-15T15:44:39.954Z] ---> Running in 6f948dbaab1c [2020-06-15T15:44:40.216Z] Removing intermediate container 6f948dbaab1c [2020-06-15T15:44:40.216Z] ---> 0ebc81b133ce [2020-06-15T15:44:40.216Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-06-15T15:44:40.336Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-15T15:44:40.336Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-15T15:44:40.788Z] ---> 643e4d560364 [2020-06-15T15:44:40.788Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-06-15T15:44:41.049Z] ---> d44246ce72ad [2020-06-15T15:44:41.049Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-06-15T15:44:41.310Z] ---> 2580431f2d15 [2020-06-15T15:44:41.310Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-15T15:44:41.310Z] ---> Running in 0aa368811f9f [2020-06-15T15:44:41.570Z] Removing intermediate container 0aa368811f9f [2020-06-15T15:44:41.570Z] ---> fa48dadcd7de [2020-06-15T15:44:41.570Z] Step 19/21 : LABEL arch=amd64 [2020-06-15T15:44:41.570Z] ---> Running in 3fa863ba0534 [2020-06-15T15:44:41.831Z] Removing intermediate container 3fa863ba0534 [2020-06-15T15:44:41.831Z] ---> 82b88193fe5b [2020-06-15T15:44:41.831Z] Step 20/21 : LABEL git_sha=765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:44:41.831Z] ---> Running in 57af41d9b3a3 [2020-06-15T15:44:41.831Z] Removing intermediate container 57af41d9b3a3 [2020-06-15T15:44:41.831Z] ---> f1d6b5ef0ffc [2020-06-15T15:44:41.831Z] Step 21/21 : LABEL version=1.2.1 [2020-06-15T15:44:42.092Z] ---> Running in d42fe490250a [2020-06-15T15:44:42.092Z] Removing intermediate container d42fe490250a [2020-06-15T15:44:42.092Z] ---> fd511370750b [2020-06-15T15:44:42.092Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T15:44:42.092Z] Successfully built fd511370750b [2020-06-15T15:44:42.092Z] 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-15T15:44:42.332Z] provisioning config files... [2020-06-15T15:44:42.410Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/15@tmp/config3797669812884572483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:44:42.753Z] nexus3.edgexfoundry.org:10001 [2020-06-15T15:44:42.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:43.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:43.016Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:43.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:43.016Z] [2020-06-15T15:44:43.016Z] Login Succeeded [2020-06-15T15:44:43.016Z] nexus3.edgexfoundry.org:10002 [2020-06-15T15:44:43.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:43.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:43.016Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:43.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:43.016Z] [2020-06-15T15:44:43.016Z] Login Succeeded [2020-06-15T15:44:43.016Z] nexus3.edgexfoundry.org:10003 [2020-06-15T15:44:43.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:43.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:43.280Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:43.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:43.280Z] [2020-06-15T15:44:43.280Z] Login Succeeded [2020-06-15T15:44:43.280Z] nexus3.edgexfoundry.org:10004 [2020-06-15T15:44:43.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:43.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:43.541Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:43.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:43.541Z] [2020-06-15T15:44:43.541Z] Login Succeeded [2020-06-15T15:44:43.541Z] docker.io [2020-06-15T15:44:43.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:43.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:43.801Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:43.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:43.801Z] [2020-06-15T15:44:43.801Z] Login Succeeded [Pipeline] } [2020-06-15T15:44:43.809Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T15:44:43.919Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-06-15T15:44:43.919Z] 765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:44:43.919Z] latest [2020-06-15T15:44:43.919Z] 1.2.1 [2020-06-15T15:44:43.919Z] 765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1 [2020-06-15T15:44:43.919Z] master [2020-06-15T15:44:43.919Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:44.295Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:44.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:44:44.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-15T15:44:44.596Z] 8e93b2d3660e: Preparing [2020-06-15T15:44:44.596Z] 1d4635345a2b: Preparing [2020-06-15T15:44:44.596Z] 5e7d0eb2a085: Preparing [2020-06-15T15:44:44.596Z] 50644c29ef5a: Preparing [2020-06-15T15:44:44.596Z] 50644c29ef5a: Layer already exists [2020-06-15T15:44:44.596Z] 8e93b2d3660e: Pushed [2020-06-15T15:44:44.596Z] 1d4635345a2b: Pushed [2020-06-15T15:44:45.981Z] 5e7d0eb2a085: Pushed [2020-06-15T15:44:46.242Z] 765a8ae72530510c4ebab34c81f831f56123a77d: digest: sha256:fd575eacfccb228ad18a000dc03f8fcccbfb37877b766da5a2c1787bbca0b667 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:46.547Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:46.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-06-15T15:44:46.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-15T15:44:46.846Z] 8e93b2d3660e: Preparing [2020-06-15T15:44:46.846Z] 1d4635345a2b: Preparing [2020-06-15T15:44:46.846Z] 5e7d0eb2a085: Preparing [2020-06-15T15:44:46.846Z] 50644c29ef5a: Preparing [2020-06-15T15:44:46.846Z] 50644c29ef5a: Layer already exists [2020-06-15T15:44:46.846Z] 8e93b2d3660e: Layer already exists [2020-06-15T15:44:46.846Z] 5e7d0eb2a085: Layer already exists [2020-06-15T15:44:46.846Z] 1d4635345a2b: Layer already exists [2020-06-15T15:44:46.846Z] latest: digest: sha256:fd575eacfccb228ad18a000dc03f8fcccbfb37877b766da5a2c1787bbca0b667 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:47.155Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:47.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.1 [2020-06-15T15:44:47.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-15T15:44:47.461Z] 8e93b2d3660e: Preparing [2020-06-15T15:44:47.461Z] 1d4635345a2b: Preparing [2020-06-15T15:44:47.461Z] 5e7d0eb2a085: Preparing [2020-06-15T15:44:47.461Z] 50644c29ef5a: Preparing [2020-06-15T15:44:47.461Z] 8e93b2d3660e: Layer already exists [2020-06-15T15:44:47.461Z] 5e7d0eb2a085: Layer already exists [2020-06-15T15:44:47.461Z] 1d4635345a2b: Layer already exists [2020-06-15T15:44:47.461Z] 50644c29ef5a: Layer already exists [2020-06-15T15:44:47.461Z] 1.2.1: digest: sha256:fd575eacfccb228ad18a000dc03f8fcccbfb37877b766da5a2c1787bbca0b667 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:47.776Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:48.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1 [2020-06-15T15:44:48.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-15T15:44:48.075Z] 8e93b2d3660e: Preparing [2020-06-15T15:44:48.075Z] 1d4635345a2b: Preparing [2020-06-15T15:44:48.075Z] 5e7d0eb2a085: Preparing [2020-06-15T15:44:48.075Z] 50644c29ef5a: Preparing [2020-06-15T15:44:48.075Z] 1d4635345a2b: Layer already exists [2020-06-15T15:44:48.075Z] 5e7d0eb2a085: Layer already exists [2020-06-15T15:44:48.075Z] 50644c29ef5a: Layer already exists [2020-06-15T15:44:48.075Z] 8e93b2d3660e: Layer already exists [2020-06-15T15:44:48.075Z] 765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1: digest: sha256:fd575eacfccb228ad18a000dc03f8fcccbfb37877b766da5a2c1787bbca0b667 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:48.383Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:48.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-06-15T15:44:48.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-06-15T15:44:48.684Z] 8e93b2d3660e: Preparing [2020-06-15T15:44:48.684Z] 1d4635345a2b: Preparing [2020-06-15T15:44:48.684Z] 5e7d0eb2a085: Preparing [2020-06-15T15:44:48.684Z] 50644c29ef5a: Preparing [2020-06-15T15:44:48.684Z] 5e7d0eb2a085: Layer already exists [2020-06-15T15:44:48.684Z] 50644c29ef5a: Layer already exists [2020-06-15T15:44:48.684Z] 1d4635345a2b: Layer already exists [2020-06-15T15:44:48.684Z] 8e93b2d3660e: Layer already exists [2020-06-15T15:44:48.684Z] master: digest: sha256:fd575eacfccb228ad18a000dc03f8fcccbfb37877b766da5a2c1787bbca0b667 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-15T15:44:55.429Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-15T15:44:55.429Z] (11/18) Installing build-base (0.5-r1) [2020-06-15T15:44:55.429Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-15T15:44:55.429Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-15T15:44:55.703Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-15T15:44:57.137Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-15T15:44:58.123Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-15T15:44:58.123Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-15T15:44:58.717Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-15T15:44:58.717Z] Executing busybox-1.31.1-r8.trigger [2020-06-15T15:44:58.990Z] OK: 203 MiB in 52 packages [2020-06-15T15:45:05.706Z] Removing intermediate container da7594b2d095 [2020-06-15T15:45:05.706Z] ---> 84802b2bb22c [2020-06-15T15:45:05.706Z] Step 6/8 : WORKDIR /device-virtual-go [2020-06-15T15:45:05.706Z] ---> Running in 2a1077af804b [2020-06-15T15:45:05.981Z] Removing intermediate container 2a1077af804b [2020-06-15T15:45:05.981Z] ---> 487e374bcef3 [2020-06-15T15:45:05.981Z] Step 7/8 : COPY . . [2020-06-15T15:45:06.960Z] ---> 5ae3b13866d9 [2020-06-15T15:45:06.960Z] Step 8/8 : RUN go mod download [2020-06-15T15:45:06.960Z] ---> Running in eea490473eaf [2020-06-15T15:45:10.341Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:45:10.341Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:45:10.341Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T15:45:10.341Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:45:10.341Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T15:45:10.341Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T15:45:10.341Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:45:10.341Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T15:45:10.341Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:45:10.341Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:45:10.341Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:45:10.341Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:45:10.341Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:45:10.341Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:45:10.341Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T15:45:10.341Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:45:10.341Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:45:10.341Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:45:10.341Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T15:45:10.341Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-15T15:45:10.341Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T15:45:10.341Z] go: finding github.com/google/uuid v1.1.0 [2020-06-15T15:45:10.341Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T15:45:10.341Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:45:10.341Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T15:45:10.341Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T15:45:10.341Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T15:45:10.341Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:45:10.341Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:45:10.341Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T15:45:10.341Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:45:10.341Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:45:10.341Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T15:45:10.664Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T15:45:10.664Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-06-15T15:45:10.664Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T15:45:10.664Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T15:45:10.664Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T15:45:10.664Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T15:45:10.664Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T15:45:10.664Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:45:10.664Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T15:45:10.664Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-15T15:45:10.664Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T15:45:10.664Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-06-15T15:45:10.664Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-15T15:45:10.664Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:45:10.664Z] go: finding modernc.org/b v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/db v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/file v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/fileutil v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/golex v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/internal v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/lldb v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/mathutil v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/ql v1.0.0 [2020-06-15T15:45:10.664Z] go: finding modernc.org/sortutil v1.0.0 [2020-06-15T15:45:10.972Z] go: finding modernc.org/strutil v1.0.0 [2020-06-15T15:45:10.972Z] go: finding modernc.org/zappy v1.0.0 [2020-06-15T15:45:23.457Z] Removing intermediate container eea490473eaf [2020-06-15T15:45:23.457Z] ---> 08fcb1719b7f [2020-06-15T15:45:23.457Z] Successfully built 08fcb1719b7f [2020-06-15T15:45:23.457Z] 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-15T15:45:24.021Z] + docker inspect -f . ci-base-image-arm64 [2020-06-15T15:45:24.021Z] . [Pipeline] withDockerContainer [2020-06-15T15:45:24.322Z] prd-ubuntu18.04-docker-arm64-4c-16g-3047 does not seem to be running inside a container [2020-06-15T15:45:24.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/15 -v /w/workspace/device-virtual-go/15:/w/workspace/device-virtual-go/15:rw,z -v /w/workspace/device-virtual-go/15@tmp:/w/workspace/device-virtual-go/15@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-15T15:45:26.282Z] $ docker top 51927b5a53edc97d289cccfc339a6d59480925737defcec21f305e6141e2c8fa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:45:27.699Z] + go version [2020-06-15T15:45:27.699Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-15T15:45:28.751Z] + make test [2020-06-15T15:45:28.751Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-15T15:45:30.194Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-06-15T15:46:10.013Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-06-15T15:49:31.995Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 190.418s coverage: 52.7% of statements [2020-06-15T15:49:31.995Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T15:49:31.995Z] gofmt -l . [2020-06-15T15:49:31.995Z] [ "`gofmt -l .`" = "" ] [2020-06-15T15:49:31.995Z] ./bin/test-attribution-txt.sh [2020-06-15T15:49:31.995Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-15T15:49:32.013Z] Warning: overwriting stash ‘coverage-report’ [2020-06-15T15:49:32.423Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T15:49:32.399Z] $ docker stop --time=1 51927b5a53edc97d289cccfc339a6d59480925737defcec21f305e6141e2c8fa [2020-06-15T15:49:34.398Z] $ docker rm -f 51927b5a53edc97d289cccfc339a6d59480925737defcec21f305e6141e2c8fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T15:49:35.489Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T15:49:35.829Z] + ls -al . [2020-06-15T15:49:35.829Z] total 140 [2020-06-15T15:49:35.829Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 15:49 . [2020-06-15T15:49:35.829Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 15:43 .. [2020-06-15T15:49:35.829Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 15:43 .git [2020-06-15T15:49:35.829Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:43 .github [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 15 15:43 .gitignore [2020-06-15T15:49:35.829Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:43 .semver [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 6432 Jun 15 15:43 Attribution.txt [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 1826 Jun 15 15:43 Dockerfile [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 957 Jun 15 15:43 Dockerfile.build [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 683 Jun 15 15:43 Jenkinsfile [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 15 15:43 LICENSE [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 873 Jun 15 15:43 Makefile [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 4413 Jun 15 15:43 README.md [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 15:40 VERSION [2020-06-15T15:49:35.829Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:43 bin [2020-06-15T15:49:35.829Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:43 cmd [2020-06-15T15:49:35.829Z] -rw-r--r-- 1 jenkins jenkins 32181 Jun 15 15:49 coverage.out [2020-06-15T15:49:35.829Z] -rw-r--r-- 1 jenkins jenkins 855 Jun 15 15:49 go.mod [2020-06-15T15:49:35.829Z] -rw-r--r-- 1 jenkins jenkins 14894 Jun 15 15:49 go.sum [2020-06-15T15:49:35.829Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:43 internal [2020-06-15T15:49:35.829Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 15 15:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:36.172Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=765a8ae72530510c4ebab34c81f831f56123a77d --label arch=arm64 --label version=1.2.1 . [2020-06-15T15:49:36.786Z] Sending build context to Docker daemon 34.13MB [2020-06-15T15:49:36.786Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-15T15:49:36.786Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-15T15:49:36.786Z] ---> 08fcb1719b7f [2020-06-15T15:49:36.786Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-15T15:49:37.382Z] ---> Running in 42b6d5213a3d [2020-06-15T15:49:37.653Z] Removing intermediate container 42b6d5213a3d [2020-06-15T15:49:37.653Z] ---> 65b211fc1f39 [2020-06-15T15:49:37.653Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:49:37.653Z] ---> Running in 23db18d3a8eb [2020-06-15T15:49:38.251Z] Removing intermediate container 23db18d3a8eb [2020-06-15T15:49:38.251Z] ---> 74c2c7c13f98 [2020-06-15T15:49:38.251Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-06-15T15:49:38.251Z] ---> Running in b9e4dfe78170 [2020-06-15T15:49:38.849Z] Removing intermediate container b9e4dfe78170 [2020-06-15T15:49:38.849Z] ---> 617bdcc67a5f [2020-06-15T15:49:38.849Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:49:38.849Z] ---> Running in 1648ffc54303 [2020-06-15T15:49:41.476Z] Removing intermediate container 1648ffc54303 [2020-06-15T15:49:41.476Z] ---> 7db751c4a0ef [2020-06-15T15:49:41.476Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:49:41.476Z] ---> Running in 44cbac13d57e [2020-06-15T15:49:42.916Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T15:49:44.355Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T15:49:44.628Z] OK: 203 MiB in 52 packages [2020-06-15T15:49:45.611Z] Removing intermediate container 44cbac13d57e [2020-06-15T15:49:45.611Z] ---> b182e9623977 [2020-06-15T15:49:45.611Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-06-15T15:49:45.885Z] ---> Running in 56f23d6a92a7 [2020-06-15T15:49:46.159Z] Removing intermediate container 56f23d6a92a7 [2020-06-15T15:49:46.159Z] ---> b23c9c1d9f5c [2020-06-15T15:49:46.159Z] Step 9/21 : COPY . . [2020-06-15T15:49:48.784Z] ---> ce74bf303177 [2020-06-15T15:49:48.784Z] Step 10/21 : ARG MAKE='make build' [2020-06-15T15:49:48.784Z] ---> Running in ca7c79cdf494 [2020-06-15T15:49:48.784Z] Removing intermediate container ca7c79cdf494 [2020-06-15T15:49:48.784Z] ---> 04017b09654b [2020-06-15T15:49:48.784Z] Step 11/21 : RUN $MAKE [2020-06-15T15:49:49.061Z] ---> Running in 9d747864e48d [2020-06-15T15:49:50.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd [2020-06-15T15:50:22.894Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-15T15:50:33.182Z] Removing intermediate container 9d747864e48d [2020-06-15T15:50:33.182Z] ---> 220a33ba65ab [2020-06-15T15:50:33.182Z] Step 12/21 : FROM alpine [2020-06-15T15:50:33.182Z] latest: Pulling from library/alpine [2020-06-15T15:50:33.182Z] b538f80385f9: Pulling fs layer [2020-06-15T15:50:33.182Z] b538f80385f9: Verifying Checksum [2020-06-15T15:50:33.182Z] b538f80385f9: Pull complete [2020-06-15T15:50:33.183Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T15:50:33.183Z] Status: Downloaded newer image for alpine:latest [2020-06-15T15:50:33.183Z] ---> 62ee0e9f8440 [2020-06-15T15:50:33.183Z] Step 13/21 : ENV APP_PORT=49990 [2020-06-15T15:50:33.456Z] ---> Running in 7e14a1b4d592 [2020-06-15T15:50:33.730Z] Removing intermediate container 7e14a1b4d592 [2020-06-15T15:50:33.730Z] ---> 6f13776e479c [2020-06-15T15:50:33.730Z] Step 14/21 : EXPOSE $APP_PORT [2020-06-15T15:50:34.004Z] ---> Running in d4ee9ad453ad [2020-06-15T15:50:34.277Z] Removing intermediate container d4ee9ad453ad [2020-06-15T15:50:34.277Z] ---> 780d50efcdd8 [2020-06-15T15:50:34.277Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-06-15T15:50:36.253Z] ---> 35c6decf97e9 [2020-06-15T15:50:36.253Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-06-15T15:50:36.530Z] ---> 62501aba01f5 [2020-06-15T15:50:36.530Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-06-15T15:50:37.506Z] ---> 36fd8b935f05 [2020-06-15T15:50:37.506Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-15T15:50:37.507Z] ---> Running in 606d8b0e6325 [2020-06-15T15:50:37.778Z] Removing intermediate container 606d8b0e6325 [2020-06-15T15:50:37.779Z] ---> e7c0cf99c604 [2020-06-15T15:50:37.779Z] Step 19/21 : LABEL arch=arm64 [2020-06-15T15:50:38.052Z] ---> Running in cb666c8dd67d [2020-06-15T15:50:38.327Z] Removing intermediate container cb666c8dd67d [2020-06-15T15:50:38.327Z] ---> 169ce84343e9 [2020-06-15T15:50:38.327Z] Step 20/21 : LABEL git_sha=765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:50:38.600Z] ---> Running in 2487b14f6025 [2020-06-15T15:50:38.875Z] Removing intermediate container 2487b14f6025 [2020-06-15T15:50:38.875Z] ---> 089809e050c4 [2020-06-15T15:50:38.875Z] Step 21/21 : LABEL version=1.2.1 [2020-06-15T15:50:39.150Z] ---> Running in b47178ce592c [2020-06-15T15:50:39.421Z] Removing intermediate container b47178ce592c [2020-06-15T15:50:39.421Z] ---> 43ef1fc43a81 [2020-06-15T15:50:39.421Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T15:50:39.421Z] Successfully built 43ef1fc43a81 [2020-06-15T15:50:39.692Z] 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-15T15:50:39.887Z] provisioning config files... [2020-06-15T15:50:39.935Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/15@tmp/config5623803131339341162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:50:40.341Z] nexus3.edgexfoundry.org:10001 [2020-06-15T15:50:40.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:50:40.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:50:40.888Z] Configure a credential helper to remove this warning. See [2020-06-15T15:50:40.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:50:40.888Z] [2020-06-15T15:50:40.888Z] Login Succeeded [2020-06-15T15:50:40.888Z] nexus3.edgexfoundry.org:10002 [2020-06-15T15:50:41.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:50:41.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:50:41.436Z] Configure a credential helper to remove this warning. See [2020-06-15T15:50:41.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:50:41.436Z] [2020-06-15T15:50:41.436Z] Login Succeeded [2020-06-15T15:50:41.436Z] nexus3.edgexfoundry.org:10003 [2020-06-15T15:50:41.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:50:41.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:50:41.982Z] Configure a credential helper to remove this warning. See [2020-06-15T15:50:41.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:50:41.982Z] [2020-06-15T15:50:41.982Z] Login Succeeded [2020-06-15T15:50:41.982Z] nexus3.edgexfoundry.org:10004 [2020-06-15T15:50:42.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:50:42.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:50:42.574Z] Configure a credential helper to remove this warning. See [2020-06-15T15:50:42.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:50:42.574Z] [2020-06-15T15:50:42.574Z] Login Succeeded [2020-06-15T15:50:42.574Z] docker.io [2020-06-15T15:50:42.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:50:43.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:50:43.435Z] Configure a credential helper to remove this warning. See [2020-06-15T15:50:43.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:50:43.435Z] [2020-06-15T15:50:43.435Z] Login Succeeded [Pipeline] } [2020-06-15T15:50:43.450Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T15:50:43.544Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-06-15T15:50:43.544Z] 765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:50:43.544Z] latest [2020-06-15T15:50:43.544Z] 1.2.1 [2020-06-15T15:50:43.544Z] 765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1 [2020-06-15T15:50:43.544Z] master [2020-06-15T15:50:43.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:43.956Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:44.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:50:44.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-15T15:50:44.292Z] b84971bcc222: Preparing [2020-06-15T15:50:44.292Z] cd4f74c92af2: Preparing [2020-06-15T15:50:44.292Z] d6a3fb20d3dc: Preparing [2020-06-15T15:50:44.292Z] e2f13739ad41: Preparing [2020-06-15T15:50:44.563Z] e2f13739ad41: Layer already exists [2020-06-15T15:50:44.563Z] b84971bcc222: Pushed [2020-06-15T15:50:44.563Z] cd4f74c92af2: Pushed [2020-06-15T15:50:47.934Z] d6a3fb20d3dc: Pushed [2020-06-15T15:50:48.528Z] 765a8ae72530510c4ebab34c81f831f56123a77d: digest: sha256:c9c58a0284788027d80a6e90dee77e1c7e279806ea5fb8615f4430f2f1d96a50 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:48.867Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:49.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-06-15T15:50:49.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-15T15:50:49.200Z] b84971bcc222: Preparing [2020-06-15T15:50:49.200Z] cd4f74c92af2: Preparing [2020-06-15T15:50:49.200Z] d6a3fb20d3dc: Preparing [2020-06-15T15:50:49.200Z] e2f13739ad41: Preparing [2020-06-15T15:50:49.200Z] e2f13739ad41: Layer already exists [2020-06-15T15:50:49.200Z] b84971bcc222: Layer already exists [2020-06-15T15:50:49.200Z] cd4f74c92af2: Layer already exists [2020-06-15T15:50:49.200Z] d6a3fb20d3dc: Layer already exists [2020-06-15T15:50:49.471Z] latest: digest: sha256:c9c58a0284788027d80a6e90dee77e1c7e279806ea5fb8615f4430f2f1d96a50 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:49.804Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:50.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.1 [2020-06-15T15:50:50.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-15T15:50:50.139Z] b84971bcc222: Preparing [2020-06-15T15:50:50.139Z] cd4f74c92af2: Preparing [2020-06-15T15:50:50.139Z] d6a3fb20d3dc: Preparing [2020-06-15T15:50:50.139Z] e2f13739ad41: Preparing [2020-06-15T15:50:50.139Z] cd4f74c92af2: Layer already exists [2020-06-15T15:50:50.139Z] b84971bcc222: Layer already exists [2020-06-15T15:50:50.139Z] d6a3fb20d3dc: Layer already exists [2020-06-15T15:50:50.139Z] e2f13739ad41: Layer already exists [2020-06-15T15:50:50.410Z] 1.2.1: digest: sha256:c9c58a0284788027d80a6e90dee77e1c7e279806ea5fb8615f4430f2f1d96a50 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:50.754Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:51.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1 [2020-06-15T15:50:51.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-15T15:50:51.093Z] b84971bcc222: Preparing [2020-06-15T15:50:51.093Z] cd4f74c92af2: Preparing [2020-06-15T15:50:51.093Z] d6a3fb20d3dc: Preparing [2020-06-15T15:50:51.093Z] e2f13739ad41: Preparing [2020-06-15T15:50:51.367Z] cd4f74c92af2: Layer already exists [2020-06-15T15:50:51.367Z] d6a3fb20d3dc: Layer already exists [2020-06-15T15:50:51.367Z] b84971bcc222: Layer already exists [2020-06-15T15:50:51.367Z] e2f13739ad41: Layer already exists [2020-06-15T15:50:51.637Z] 765a8ae72530510c4ebab34c81f831f56123a77d-1.2.1: digest: sha256:c9c58a0284788027d80a6e90dee77e1c7e279806ea5fb8615f4430f2f1d96a50 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:51.973Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:52.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-06-15T15:50:52.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-06-15T15:50:52.301Z] b84971bcc222: Preparing [2020-06-15T15:50:52.301Z] cd4f74c92af2: Preparing [2020-06-15T15:50:52.301Z] d6a3fb20d3dc: Preparing [2020-06-15T15:50:52.301Z] e2f13739ad41: Preparing [2020-06-15T15:50:52.301Z] cd4f74c92af2: Layer already exists [2020-06-15T15:50:52.301Z] e2f13739ad41: Layer already exists [2020-06-15T15:50:52.301Z] d6a3fb20d3dc: Layer already exists [2020-06-15T15:50:52.301Z] b84971bcc222: Layer already exists [2020-06-15T15:50:52.571Z] master: digest: sha256:c9c58a0284788027d80a6e90dee77e1c7e279806ea5fb8615f4430f2f1d96a50 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-15T15:50:53.414Z] provisioning config files... [2020-06-15T15:50:53.426Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4010161085690759792tmp [Pipeline] { [Pipeline] sh [2020-06-15T15:50:53.771Z] + curl -s https://codecov.io/bash [2020-06-15T15:50:53.772Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_master@tmp/config4010161085690759792tmp [2020-06-15T15:50:54.033Z] [2020-06-15T15:50:54.033Z] _____ _ [2020-06-15T15:50:54.033Z] / ____| | | [2020-06-15T15:50:54.033Z] | | ___ __| | ___ ___ _____ __ [2020-06-15T15:50:54.033Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-15T15:50:54.033Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-15T15:50:54.033Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-15T15:50:54.033Z] Bash-20200602-f809a24 [2020-06-15T15:50:54.034Z] [2020-06-15T15:50:54.034Z] [2020-06-15T15:50:54.034Z] ==> Jenkins CI detected. [2020-06-15T15:50:54.034Z] project root: . [2020-06-15T15:50:54.034Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-15T15:50:54.034Z] ==> Running gcov in . (disable via -X gcov) [2020-06-15T15:50:54.034Z] ==> Python coveragepy not found [2020-06-15T15:50:54.034Z] ==> Searching for coverage reports in: [2020-06-15T15:50:54.034Z] + . [2020-06-15T15:50:54.034Z] -> Found 1 reports [2020-06-15T15:50:54.034Z] ==> Detecting git/mercurial file structure [2020-06-15T15:50:54.034Z] ==> Reading reports [2020-06-15T15:50:54.034Z] + ./coverage.out bytes=32181 [2020-06-15T15:50:54.034Z] ==> Appending adjustments [2020-06-15T15:50:54.034Z] https://docs.codecov.io/docs/fixing-reports [2020-06-15T15:50:54.034Z] + Found adjustments [2020-06-15T15:50:54.034Z] ==> Gzipping contents [2020-06-15T15:50:54.034Z] ==> Uploading reports [2020-06-15T15:50:54.034Z] url: https://codecov.io [2020-06-15T15:50:54.034Z] query: branch=master&commit=765a8ae72530510c4ebab34c81f831f56123a77d&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job= [2020-06-15T15:50:54.034Z] -> Pinging Codecov [2020-06-15T15:50:54.034Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=765a8ae72530510c4ebab34c81f831f56123a77d&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job= [2020-06-15T15:50:55.421Z] -> Uploading [2020-06-15T15:50:56.007Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/765a8ae72530510c4ebab34c81f831f56123a77d [Pipeline] } [2020-06-15T15:50:56.017Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-15T15:50:56.209Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-15T15:50:56.210Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-15T15:50:56.239Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:56.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:50:56.556Z] [2020-06-15T15:50:56.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:56.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:50:56.895Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-15T15:50:56.895Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-15T15:50:56.895Z] 408f87550127: Pulling fs layer [2020-06-15T15:50:56.895Z] fe522b08c979: Pulling fs layer [2020-06-15T15:50:56.895Z] 221eaa008020: Pulling fs layer [2020-06-15T15:50:56.895Z] 2a4607e5d6b9: Pulling fs layer [2020-06-15T15:50:56.895Z] 8f79b27c4fd2: Pulling fs layer [2020-06-15T15:50:56.895Z] e5c8dbe1645b: Pulling fs layer [2020-06-15T15:50:56.895Z] 23e8b3b47431: Pulling fs layer [2020-06-15T15:50:56.895Z] 5c568d65a230: Pulling fs layer [2020-06-15T15:50:56.895Z] e5c8dbe1645b: Waiting [2020-06-15T15:50:56.895Z] 8f79b27c4fd2: Waiting [2020-06-15T15:50:56.895Z] 23e8b3b47431: Waiting [2020-06-15T15:50:56.895Z] 5c568d65a230: Waiting [2020-06-15T15:50:56.895Z] 2a4607e5d6b9: Waiting [2020-06-15T15:50:56.895Z] fe522b08c979: Verifying Checksum [2020-06-15T15:50:56.895Z] fe522b08c979: Download complete [2020-06-15T15:50:56.895Z] 408f87550127: Verifying Checksum [2020-06-15T15:50:56.895Z] 408f87550127: Download complete [2020-06-15T15:50:56.895Z] 2a4607e5d6b9: Verifying Checksum [2020-06-15T15:50:56.895Z] 2a4607e5d6b9: Download complete [2020-06-15T15:50:56.895Z] 8f79b27c4fd2: Verifying Checksum [2020-06-15T15:50:56.895Z] 8f79b27c4fd2: Download complete [2020-06-15T15:50:56.895Z] cbdbe7a5bc2a: Download complete [2020-06-15T15:50:57.173Z] e5c8dbe1645b: Verifying Checksum [2020-06-15T15:50:57.173Z] e5c8dbe1645b: Download complete [2020-06-15T15:50:57.450Z] cbdbe7a5bc2a: Pull complete [2020-06-15T15:50:58.075Z] 23e8b3b47431: Verifying Checksum [2020-06-15T15:50:58.075Z] 23e8b3b47431: Download complete [2020-06-15T15:50:58.075Z] 408f87550127: Pull complete [2020-06-15T15:50:58.075Z] 5c568d65a230: Verifying Checksum [2020-06-15T15:50:58.075Z] 5c568d65a230: Download complete [2020-06-15T15:50:58.338Z] fe522b08c979: Pull complete [2020-06-15T15:50:58.921Z] 221eaa008020: Verifying Checksum [2020-06-15T15:50:58.921Z] 221eaa008020: Download complete [2020-06-15T15:51:05.527Z] 221eaa008020: Pull complete [2020-06-15T15:51:05.527Z] 2a4607e5d6b9: Pull complete [2020-06-15T15:51:05.527Z] 8f79b27c4fd2: Pull complete [2020-06-15T15:51:07.444Z] e5c8dbe1645b: Pull complete [2020-06-15T15:51:10.003Z] 23e8b3b47431: Pull complete [2020-06-15T15:51:11.424Z] 5c568d65a230: Pull complete [2020-06-15T15:51:11.424Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-15T15:51:11.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:51:11.424Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-15T15:51:11.570Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:51:11.617Z] $ 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-15T15:51:12.376Z] $ docker top 9e6dcd84d20d920bf7600eb1ceb382e237b2b252939af194e20abd18e32f4df2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:51:12.796Z] + snyk monitor '--org=edgex-jenkins' [2020-06-15T15:51:22.804Z] [2020-06-15T15:51:22.804Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-06-15T15:51:22.804Z] [2020-06-15T15:51:22.804Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/d9bfec3d-8cac-4635-98c9-182ab9f4abe2 [2020-06-15T15:51:22.804Z] [2020-06-15T15:51:22.804Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-15T15:51:22.804Z] [2020-06-15T15:51:22.804Z] [Pipeline] } [2020-06-15T15:51:22.820Z] $ docker stop --time=1 9e6dcd84d20d920bf7600eb1ceb382e237b2b252939af194e20abd18e32f4df2 [2020-06-15T15:51:25.759Z] $ docker rm -f 9e6dcd84d20d920bf7600eb1ceb382e237b2b252939af194e20abd18e32f4df2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:51:26.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:51:26.655Z] [2020-06-15T15:51:26.655Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:51:26.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:51:26.979Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-15T15:51:26.979Z] e7c96db7181b: Pulling fs layer [2020-06-15T15:51:26.979Z] 1868ca2cb446: Pulling fs layer [2020-06-15T15:51:26.979Z] 136be5d0fe8e: Pulling fs layer [2020-06-15T15:51:26.979Z] 894bfe63afcb: Pulling fs layer [2020-06-15T15:51:26.979Z] 894bfe63afcb: Waiting [2020-06-15T15:51:26.979Z] 1868ca2cb446: Verifying Checksum [2020-06-15T15:51:26.979Z] 1868ca2cb446: Download complete [2020-06-15T15:51:26.979Z] 136be5d0fe8e: Verifying Checksum [2020-06-15T15:51:26.979Z] 136be5d0fe8e: Download complete [2020-06-15T15:51:26.979Z] e7c96db7181b: Verifying Checksum [2020-06-15T15:51:26.979Z] e7c96db7181b: Download complete [2020-06-15T15:51:26.979Z] 894bfe63afcb: Verifying Checksum [2020-06-15T15:51:26.979Z] 894bfe63afcb: Download complete [2020-06-15T15:51:27.242Z] e7c96db7181b: Pull complete [2020-06-15T15:51:27.504Z] 1868ca2cb446: Pull complete [2020-06-15T15:51:27.504Z] 136be5d0fe8e: Pull complete [2020-06-15T15:51:27.765Z] 894bfe63afcb: Pull complete [2020-06-15T15:51:28.032Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-15T15:51:28.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:51:28.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-15T15:51:28.150Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:51:28.207Z] $ 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-15T15:51:29.337Z] $ docker top 1ef6fc2705004944f0c55e0cb747f79ba9ffa53a82606aaa815306ce12470e52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:51:29.840Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:51:29.840Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:51:33.223Z] $ docker stop --time=1 1ef6fc2705004944f0c55e0cb747f79ba9ffa53a82606aaa815306ce12470e52 [2020-06-15T15:51:34.564Z] $ docker rm -f 1ef6fc2705004944f0c55e0cb747f79ba9ffa53a82606aaa815306ce12470e52 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:51:34.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:51:34.978Z] . [Pipeline] withDockerContainer [2020-06-15T15:51:35.081Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:51:35.123Z] $ 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-15T15:51:35.787Z] $ docker top fd2cef7507ecbdb2a5c4397058a6952dce225bfd0a00fdaf20dfcb451b4c7e10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:51:36.226Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:51:36.226Z] + tee [2020-06-15T15:51:36.226Z] clair timeout 1m0s [2020-06-15T15:51:36.226Z] docker timeout: 1m0s [2020-06-15T15:51:36.226Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:51:36.861Z] $ docker stop --time=1 fd2cef7507ecbdb2a5c4397058a6952dce225bfd0a00fdaf20dfcb451b4c7e10 [2020-06-15T15:51:38.210Z] $ docker rm -f fd2cef7507ecbdb2a5c4397058a6952dce225bfd0a00fdaf20dfcb451b4c7e10 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T15:51:38.621Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-06-15T15:51:38.633Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_765a8ae72530510c4ebab34c81f831f56123a77d.html [Pipeline] writeFile [Pipeline] step [2020-06-15T15:51:38.661Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:51:38.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:51:38.998Z] . [Pipeline] withDockerContainer [2020-06-15T15:51:39.094Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:51:39.138Z] $ 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-15T15:51:39.816Z] $ docker top cb0c3cd2225399fe269dcd867df9bc78bc09bb3b52d18f6d704c3e15e402ce2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:51:40.260Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:51:40.260Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:51:43.643Z] $ docker stop --time=1 cb0c3cd2225399fe269dcd867df9bc78bc09bb3b52d18f6d704c3e15e402ce2c [2020-06-15T15:51:44.980Z] $ docker rm -f cb0c3cd2225399fe269dcd867df9bc78bc09bb3b52d18f6d704c3e15e402ce2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:51:45.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:51:45.401Z] . [Pipeline] withDockerContainer [2020-06-15T15:51:45.568Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:51:45.614Z] $ 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-15T15:51:46.298Z] $ docker top 7c78198e39aea0659576ae22090f238caf8e622779049494ac0b1f308bd2f710 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:51:46.743Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:765a8ae72530510c4ebab34c81f831f56123a77d [2020-06-15T15:51:46.743Z] + tee [2020-06-15T15:51:46.743Z] clair timeout 1m0s [2020-06-15T15:51:46.743Z] docker timeout: 1m0s [2020-06-15T15:51:46.743Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:51:47.379Z] $ docker stop --time=1 7c78198e39aea0659576ae22090f238caf8e622779049494ac0b1f308bd2f710 [2020-06-15T15:51:48.722Z] $ docker rm -f 7c78198e39aea0659576ae22090f238caf8e622779049494ac0b1f308bd2f710 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T15:51:49.127Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-06-15T15:51:49.140Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_765a8ae72530510c4ebab34c81f831f56123a77d.html [Pipeline] writeFile [Pipeline] step [2020-06-15T15:51:49.169Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:51:49.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:51:49.732Z] . [Pipeline] withDockerContainer [2020-06-15T15:51:49.823Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:51:49.866Z] $ 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-15T15:51:50.445Z] $ docker top 6c10c1e1e46b606bc6475077d6e10866860e7c972293d7d407fd02f1ababfbfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:51:50.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:51:50.650Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:51:50.884Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:51:50.888Z] $ docker exec 6c10c1e1e46b606bc6475077d6e10866860e7c972293d7d407fd02f1ababfbfa ssh-agent [2020-06-15T15:51:51.065Z] SSH_AUTH_SOCK=/tmp/ssh-3eWSRtY53CQI/agent.11 [2020-06-15T15:51:51.065Z] SSH_AGENT_PID=16 [2020-06-15T15:51:51.072Z] Running ssh-add (command line suppressed) [2020-06-15T15:51:51.199Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1021826434736478861.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1021826434736478861.key) [2020-06-15T15:51:51.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:51:51.561Z] + git semver tag [2020-06-15T15:51:51.561Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:51:51.561Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-15T15:51:51.561Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-15T15:51:51.561Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:51:51.561Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:51:51.561Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:51:51.561Z] # $SEMVER_BRANCH = master [2020-06-15T15:51:51.561Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-06-15T15:51:51.561Z] # 765a8ae72530510c4ebab34c81f831f56123a77d HEAD [2020-06-15T15:51:51.561Z] # -> Force: false [2020-06-15T15:51:51.561Z] # fc6488881ec2fb592e44a9b076cb6327821b24b8 refs/tags/v1.2.1 [Pipeline] } [2020-06-15T15:51:51.573Z] $ docker exec --env ******** --env ******** 6c10c1e1e46b606bc6475077d6e10866860e7c972293d7d407fd02f1ababfbfa ssh-agent -k [2020-06-15T15:51:51.697Z] unset SSH_AUTH_SOCK; [2020-06-15T15:51:51.697Z] unset SSH_AGENT_PID; [2020-06-15T15:51:51.697Z] echo Agent pid 16 killed; [2020-06-15T15:51:51.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:51:52.121Z] + git semver [Pipeline] } [2020-06-15T15:51:52.138Z] $ docker stop --time=1 6c10c1e1e46b606bc6475077d6e10866860e7c972293d7d407fd02f1ababfbfa [2020-06-15T15:51:53.484Z] $ docker rm -f 6c10c1e1e46b606bc6475077d6e10866860e7c972293d7d407fd02f1ababfbfa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:51:54.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:51:54.091Z] [2020-06-15T15:51:54.091Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:51:54.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:51:54.415Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-15T15:51:54.415Z] ab5ef0e58194: Pulling fs layer [2020-06-15T15:51:54.415Z] 9712f1f96733: Pulling fs layer [2020-06-15T15:51:54.415Z] 63f879dbbcfc: Pulling fs layer [2020-06-15T15:51:54.415Z] 0d9ebad4ef96: Pulling fs layer [2020-06-15T15:51:54.415Z] e9a5061849ea: Pulling fs layer [2020-06-15T15:51:54.415Z] d747dcd14b5f: Pulling fs layer [2020-06-15T15:51:54.415Z] 2de7ff778b66: Pulling fs layer [2020-06-15T15:51:54.415Z] 2de7ff778b66: Waiting [2020-06-15T15:51:54.415Z] d747dcd14b5f: Waiting [2020-06-15T15:51:54.415Z] 0d9ebad4ef96: Waiting [2020-06-15T15:51:54.415Z] 9712f1f96733: Download complete [2020-06-15T15:51:55.005Z] 63f879dbbcfc: Verifying Checksum [2020-06-15T15:51:55.005Z] 63f879dbbcfc: Download complete [2020-06-15T15:51:55.277Z] e9a5061849ea: Verifying Checksum [2020-06-15T15:51:55.277Z] e9a5061849ea: Download complete [2020-06-15T15:51:55.277Z] d747dcd14b5f: Verifying Checksum [2020-06-15T15:51:55.277Z] d747dcd14b5f: Download complete [2020-06-15T15:51:55.549Z] 2de7ff778b66: Verifying Checksum [2020-06-15T15:51:55.549Z] 2de7ff778b66: Download complete [2020-06-15T15:51:55.549Z] 0d9ebad4ef96: Verifying Checksum [2020-06-15T15:51:55.549Z] 0d9ebad4ef96: Download complete [2020-06-15T15:51:55.549Z] ab5ef0e58194: Download complete [2020-06-15T15:51:59.782Z] ab5ef0e58194: Pull complete [2020-06-15T15:52:00.044Z] 9712f1f96733: Pull complete [2020-06-15T15:52:03.354Z] 63f879dbbcfc: Pull complete [2020-06-15T15:52:09.982Z] 0d9ebad4ef96: Pull complete [2020-06-15T15:52:10.929Z] e9a5061849ea: Pull complete [2020-06-15T15:52:10.929Z] d747dcd14b5f: Pull complete [2020-06-15T15:52:14.245Z] 2de7ff778b66: Pull complete [2020-06-15T15:52:14.245Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-15T15:52:14.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:52:14.245Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-15T15:52:14.410Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:52:14.458Z] $ 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-15T15:52:18.606Z] $ docker top 86bc3a16b3306a6dbbf5a7aa1a2df8385b62d996aff73f742173a1d6a5ed1c7e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:52:18.762Z] provisioning config files... [2020-06-15T15:52:18.770Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7316532954315378845tmp [2020-06-15T15:52:18.784Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3318028601493880244tmp [2020-06-15T15:52:18.798Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7339494361095692801tmp [Pipeline] { [Pipeline] echo [2020-06-15T15:52:18.826Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:52:19.124Z] ---> sigul-configuration.sh [2020-06-15T15:52:19.124Z] gpg: directory `/root/.gnupg' created [2020-06-15T15:52:19.124Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-15T15:52:19.124Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-15T15:52:19.124Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-15T15:52:19.124Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-15T15:52:19.124Z] gpg: CAST5 encrypted data [2020-06-15T15:52:19.387Z] gpg: encrypted with 1 passphrase [2020-06-15T15:52:19.387Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-15T15:52:19.679Z] + mkdir /home/jenkins [2020-06-15T15:52:19.679Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-15T15:52:19.969Z] + 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-15T15:52:19.978Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:52:20.269Z] ---> sigul-install.sh [2020-06-15T15:52:24.475Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-15T15:52:24.779Z] + git tag --list [2020-06-15T15:52:24.779Z] v1.2.1 [Pipeline] sh [2020-06-15T15:52:25.069Z] + lftools sign git-tag v1.2.1 [2020-06-15T15:52:26.455Z] Signing Git tag with Sigul... [2020-06-15T15:52:26.455Z] Signing v1.2.1 [Pipeline] echo [2020-06-15T15:52:27.406Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:52:27.697Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-15T15:52:27.705Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-15T15:52:27.754Z] $ docker stop --time=1 86bc3a16b3306a6dbbf5a7aa1a2df8385b62d996aff73f742173a1d6a5ed1c7e [2020-06-15T15:52:29.464Z] $ docker rm -f 86bc3a16b3306a6dbbf5a7aa1a2df8385b62d996aff73f742173a1d6a5ed1c7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:52:30.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:52:30.024Z] . [Pipeline] withDockerContainer [2020-06-15T15:52:30.128Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:52:30.189Z] $ 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-15T15:52:30.815Z] $ docker top 11aab987359d06957966a0e5e387b77bf067a424eb53c72b2401fae2cba430af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:52:30.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:52:30.997Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:52:31.201Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:52:31.205Z] $ docker exec 11aab987359d06957966a0e5e387b77bf067a424eb53c72b2401fae2cba430af ssh-agent [2020-06-15T15:52:31.397Z] SSH_AUTH_SOCK=/tmp/ssh-U2rX6asfY1ga/agent.13 [2020-06-15T15:52:31.397Z] SSH_AGENT_PID=18 [2020-06-15T15:52:31.405Z] Running ssh-add (command line suppressed) [2020-06-15T15:52:31.533Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5419966469778285371.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5419966469778285371.key) [2020-06-15T15:52:31.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:52:31.899Z] + git semver bump pre [2020-06-15T15:52:31.900Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:52:31.900Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-15T15:52:31.900Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-15T15:52:31.900Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:52:31.900Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:52:31.900Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:52:31.900Z] # $SEMVER_BRANCH = master [2020-06-15T15:52:31.900Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-06-15T15:52:31.900Z] 1.2.2-dev.1 [Pipeline] } [2020-06-15T15:52:31.914Z] $ docker exec --env ******** --env ******** 11aab987359d06957966a0e5e387b77bf067a424eb53c72b2401fae2cba430af ssh-agent -k [2020-06-15T15:52:32.071Z] unset SSH_AUTH_SOCK; [2020-06-15T15:52:32.071Z] unset SSH_AGENT_PID; [2020-06-15T15:52:32.071Z] echo Agent pid 18 killed; [2020-06-15T15:52:32.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:52:32.517Z] + git semver [Pipeline] } [2020-06-15T15:52:32.535Z] $ docker stop --time=1 11aab987359d06957966a0e5e387b77bf067a424eb53c72b2401fae2cba430af [2020-06-15T15:52:33.928Z] $ docker rm -f 11aab987359d06957966a0e5e387b77bf067a424eb53c72b2401fae2cba430af [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:52:34.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:52:34.450Z] . [Pipeline] withDockerContainer [2020-06-15T15:52:34.576Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:52:34.621Z] $ 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-15T15:52:35.272Z] $ docker top 2f5d8fafe4ef71554dd53708bc72754cbbba943d4bac9d0dd12fdb559f27445c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:52:35.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:52:35.488Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:52:35.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:52:35.716Z] $ docker exec 2f5d8fafe4ef71554dd53708bc72754cbbba943d4bac9d0dd12fdb559f27445c ssh-agent [2020-06-15T15:52:35.899Z] SSH_AUTH_SOCK=/tmp/ssh-0JiKoV9qbx00/agent.12 [2020-06-15T15:52:35.899Z] SSH_AGENT_PID=17 [2020-06-15T15:52:35.906Z] Running ssh-add (command line suppressed) [2020-06-15T15:52:36.034Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4446543177173978667.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4446543177173978667.key) [2020-06-15T15:52:36.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:52:36.409Z] + git semver push [2020-06-15T15:52:36.409Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:52:36.409Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-06-15T15:52:36.410Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-06-15T15:52:36.410Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:52:36.410Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:52:36.410Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:52:36.410Z] # $SEMVER_BRANCH = master [2020-06-15T15:52:36.410Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-06-15T15:52:40.625Z] git-semver-push: object not found [Pipeline] } [2020-06-15T15:52:40.641Z] $ docker exec --env ******** --env ******** 2f5d8fafe4ef71554dd53708bc72754cbbba943d4bac9d0dd12fdb559f27445c ssh-agent -k [2020-06-15T15:52:40.765Z] unset SSH_AUTH_SOCK; [2020-06-15T15:52:40.765Z] unset SSH_AGENT_PID; [2020-06-15T15:52:40.766Z] echo Agent pid 17 killed; [2020-06-15T15:52:40.823Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:52:40.909Z] $ docker stop --time=1 2f5d8fafe4ef71554dd53708bc72754cbbba943d4bac9d0dd12fdb559f27445c [2020-06-15T15:52:42.274Z] $ docker rm -f 2f5d8fafe4ef71554dd53708bc72754cbbba943d4bac9d0dd12fdb559f27445c [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-15T15:52:42.856Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:52:43.416Z] ---> package-listing.sh [2020-06-15T15:52:43.416Z] ++ facter osfamily [2020-06-15T15:52:43.416Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-15T15:52:43.416Z] + OS_FAMILY=redhat [2020-06-15T15:52:43.416Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-06-15T15:52:43.416Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-15T15:52:43.416Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-15T15:52:43.416Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-15T15:52:43.416Z] + PACKAGES=/tmp/packages_start.txt [2020-06-15T15:52:43.416Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-06-15T15:52:43.416Z] + PACKAGES=/tmp/packages_end.txt [2020-06-15T15:52:43.416Z] + case "${OS_FAMILY}" in [2020-06-15T15:52:43.416Z] + rpm -qa [2020-06-15T15:52:43.416Z] + sort [2020-06-15T15:52:46.720Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-15T15:52:46.720Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-15T15:52:46.720Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-15T15:52:46.720Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-06-15T15:52:46.720Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-06-15T15:52:46.720Z] + 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-15T15:52:47.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:52:47.099Z] [2020-06-15T15:52:47.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:52:47.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:52:47.418Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-15T15:52:47.418Z] c9b1b535fdd9: Pulling fs layer [2020-06-15T15:52:47.418Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-15T15:52:47.418Z] 756a868c4378: Pulling fs layer [2020-06-15T15:52:47.418Z] 444b2fc9a129: Pulling fs layer [2020-06-15T15:52:47.418Z] ea15f1150254: Pulling fs layer [2020-06-15T15:52:47.419Z] 41b27a9f41bf: Pulling fs layer [2020-06-15T15:52:47.419Z] 28c525ee5125: Pulling fs layer [2020-06-15T15:52:47.419Z] 094b1ea09ed8: Pulling fs layer [2020-06-15T15:52:47.419Z] 138eaada9080: Pulling fs layer [2020-06-15T15:52:47.419Z] 0622d0fa9048: Pulling fs layer [2020-06-15T15:52:47.419Z] 41b27a9f41bf: Waiting [2020-06-15T15:52:47.419Z] 28c525ee5125: Waiting [2020-06-15T15:52:47.419Z] 094b1ea09ed8: Waiting [2020-06-15T15:52:47.419Z] 138eaada9080: Waiting [2020-06-15T15:52:47.419Z] 0622d0fa9048: Waiting [2020-06-15T15:52:47.419Z] 444b2fc9a129: Waiting [2020-06-15T15:52:47.419Z] ea15f1150254: Waiting [2020-06-15T15:52:47.419Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-15T15:52:47.419Z] 2cc5ad85d9ab: Download complete [2020-06-15T15:52:47.419Z] 444b2fc9a129: Verifying Checksum [2020-06-15T15:52:47.419Z] 444b2fc9a129: Download complete [2020-06-15T15:52:47.419Z] c9b1b535fdd9: Download complete [2020-06-15T15:52:47.693Z] ea15f1150254: Verifying Checksum [2020-06-15T15:52:47.693Z] ea15f1150254: Download complete [2020-06-15T15:52:47.693Z] 28c525ee5125: Verifying Checksum [2020-06-15T15:52:47.693Z] 28c525ee5125: Download complete [2020-06-15T15:52:47.963Z] 756a868c4378: Verifying Checksum [2020-06-15T15:52:47.963Z] 756a868c4378: Download complete [2020-06-15T15:52:48.228Z] 138eaada9080: Verifying Checksum [2020-06-15T15:52:48.228Z] 138eaada9080: Download complete [2020-06-15T15:52:48.228Z] 0622d0fa9048: Verifying Checksum [2020-06-15T15:52:48.228Z] 0622d0fa9048: Download complete [2020-06-15T15:52:48.228Z] 094b1ea09ed8: Verifying Checksum [2020-06-15T15:52:48.228Z] 094b1ea09ed8: Download complete [2020-06-15T15:52:48.228Z] c9b1b535fdd9: Pull complete [2020-06-15T15:52:48.491Z] 2cc5ad85d9ab: Pull complete [2020-06-15T15:52:48.752Z] 41b27a9f41bf: Verifying Checksum [2020-06-15T15:52:48.752Z] 41b27a9f41bf: Download complete [2020-06-15T15:52:50.673Z] 756a868c4378: Pull complete [2020-06-15T15:52:50.673Z] 444b2fc9a129: Pull complete [2020-06-15T15:52:50.673Z] ea15f1150254: Pull complete [2020-06-15T15:52:53.992Z] 41b27a9f41bf: Pull complete [2020-06-15T15:52:54.259Z] 28c525ee5125: Pull complete [2020-06-15T15:52:56.816Z] 094b1ea09ed8: Pull complete [2020-06-15T15:52:57.389Z] 138eaada9080: Pull complete [2020-06-15T15:52:57.389Z] 0622d0fa9048: Pull complete [2020-06-15T15:52:57.389Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-15T15:52:57.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:52:57.389Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-15T15:52:57.500Z] prd-centos7-docker-4c-2g-3034 does not seem to be running inside a container [2020-06-15T15:52:57.547Z] $ 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-15T15:52:59.785Z] $ docker top 575fd172156e4c3d13878a4695c5a0ea89715531d062a7e6a27186b1f9e814d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:52:59.968Z] provisioning config files... [2020-06-15T15:52:59.997Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config465390821211363512tmp [Pipeline] { [Pipeline] echo [2020-06-15T15:53:00.028Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:53:00.326Z] ---> create-netrc.sh [Pipeline] echo [2020-06-15T15:53:00.336Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:53:00.629Z] ---> logs-deploy.sh [2020-06-15T15:53:00.629Z] + ARCHIVE_ARTIFACTS= [2020-06-15T15:53:00.629Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-15T15:53:00.629Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-15T15:53:00.629Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-15T15:53:00.629Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/15 [2020-06-15T15:53:00.629Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/15/ [2020-06-15T15:53:00.629Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/15 /w/workspace/foundry_device-virtual-go_master [2020-06-15T15:53:02.020Z] Archives upload complete. [2020-06-15T15:53:02.020Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/15/