Started by user Lisa Rashidi-Ranjbar Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 44d29830d52e322790143f809155a22bedb1a813 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-rest-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-rest-go-settings PROJECT: device-rest-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-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2756 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 44d29830d52e322790143f809155a22bedb1a813 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 44d29830d52e322790143f809155a22bedb1a813 # timeout=10 Commit message: "Merge pull request #23 from tonyespy/update-sdk-122" > git rev-list --no-walk 44d29830d52e322790143f809155a22bedb1a813 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-12T14:50:40.537Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-12T14:50:40.663Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-12T14:50:40.708Z] ========================================================= [2020-06-12T14:50:40.708Z] EdgeX Global Pipelines Version Info [2020-06-12T14:50:40.708Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:50:42.099Z] ------------------- [2020-06-12T14:50:42.099Z] stable info: [2020-06-12T14:50:42.099Z] ------------------- [2020-06-12T14:50:42.099Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-12T14:50:42.099Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T14:50:42.099Z] Message: update stable to v1.0.89 [2020-06-12T14:50:43.041Z] ------------------- [2020-06-12T14:50:43.041Z] experimental info: [2020-06-12T14:50:43.041Z] ------------------- [2020-06-12T14:50:43.041Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-12T14:50:43.041Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T14:50:43.041Z] 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-12T14:50:44.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T14:50:44.912Z] [2020-06-12T14:50:44.912Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:50:45.242Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T14:50:45.242Z] latest: Pulling from edgex-devops/git-semver [2020-06-12T14:50:45.242Z] 9123ac7c32f7: Pulling fs layer [2020-06-12T14:50:45.242Z] b8cc5d1170e3: Pulling fs layer [2020-06-12T14:50:45.242Z] 2924cbbf6a41: Pulling fs layer [2020-06-12T14:50:45.242Z] 93b08a4f1073: Pulling fs layer [2020-06-12T14:50:45.242Z] 93b08a4f1073: Waiting [2020-06-12T14:50:45.242Z] b8cc5d1170e3: Verifying Checksum [2020-06-12T14:50:45.242Z] b8cc5d1170e3: Download complete [2020-06-12T14:50:45.242Z] 9123ac7c32f7: Verifying Checksum [2020-06-12T14:50:45.242Z] 9123ac7c32f7: Download complete [2020-06-12T14:50:45.509Z] 93b08a4f1073: Verifying Checksum [2020-06-12T14:50:45.509Z] 93b08a4f1073: Download complete [2020-06-12T14:50:45.509Z] 2924cbbf6a41: Verifying Checksum [2020-06-12T14:50:45.509Z] 2924cbbf6a41: Download complete [2020-06-12T14:50:45.509Z] 9123ac7c32f7: Pull complete [2020-06-12T14:50:45.770Z] b8cc5d1170e3: Pull complete [2020-06-12T14:50:46.343Z] 2924cbbf6a41: Pull complete [2020-06-12T14:50:46.604Z] 93b08a4f1073: Pull complete [2020-06-12T14:50:46.604Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-12T14:50:46.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T14:50:46.604Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-12T14:50:46.709Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:50:46.756Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:50:48.586Z] $ docker top 628afe600fe4785db80f38636ab6f2741f401c26c32430f16d9393cd48fd76fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T14:50:48.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T14:50:48.755Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T14:50:48.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T14:50:48.953Z] $ docker exec 628afe600fe4785db80f38636ab6f2741f401c26c32430f16d9393cd48fd76fd ssh-agent [2020-06-12T14:50:49.098Z] SSH_AUTH_SOCK=/tmp/ssh-hbPiI4a6q9oL/agent.11 [2020-06-12T14:50:49.098Z] SSH_AGENT_PID=16 [2020-06-12T14:50:49.108Z] Running ssh-add (command line suppressed) [2020-06-12T14:50:49.227Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_590094888396576230.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_590094888396576230.key) [2020-06-12T14:50:49.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T14:50:49.576Z] + git describe --exact-match --tags HEAD [2020-06-12T14:50:49.576Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-12T14:50:49.684Z] $ docker exec --env ******** --env ******** 628afe600fe4785db80f38636ab6f2741f401c26c32430f16d9393cd48fd76fd ssh-agent -k [2020-06-12T14:50:49.797Z] unset SSH_AUTH_SOCK; [2020-06-12T14:50:49.804Z] unset SSH_AGENT_PID; [2020-06-12T14:50:49.804Z] echo Agent pid 16 killed; [2020-06-12T14:50:49.833Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-12T14:50:49.870Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-12T14:50:49.870Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-12T14:50:49.916Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T14:50:49.916Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T14:50:50.073Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T14:50:50.080Z] $ docker exec 628afe600fe4785db80f38636ab6f2741f401c26c32430f16d9393cd48fd76fd ssh-agent [2020-06-12T14:50:50.227Z] SSH_AUTH_SOCK=/tmp/ssh-ieMDQXTb97XX/agent.45 [2020-06-12T14:50:50.227Z] SSH_AGENT_PID=50 [2020-06-12T14:50:50.232Z] Running ssh-add (command line suppressed) [2020-06-12T14:50:50.347Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_66216709459617962.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_66216709459617962.key) [2020-06-12T14:50:50.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T14:50:50.692Z] + git semver init [2020-06-12T14:50:50.692Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T14:50:50.692Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-12T14:50:50.692Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-12T14:50:50.692Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T14:50:50.692Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T14:50:50.692Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T14:50:50.692Z] # $SEMVER_BRANCH = master [2020-06-12T14:50:50.692Z] # $SEMVER_TEMP = /tmp/semver-976322925 [2020-06-12T14:50:50.692Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-06-12T14:50:51.631Z] # '/tmp/semver-976322925' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2020-06-12T14:50:51.631Z] # -> Force: false [2020-06-12T14:50:51.631Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-06-12T14:50:51.647Z] $ docker exec --env ******** --env ******** 628afe600fe4785db80f38636ab6f2741f401c26c32430f16d9393cd48fd76fd ssh-agent -k [2020-06-12T14:50:51.750Z] unset SSH_AUTH_SOCK; [2020-06-12T14:50:51.750Z] unset SSH_AGENT_PID; [2020-06-12T14:50:51.751Z] echo Agent pid 50 killed; [2020-06-12T14:50:51.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T14:50:52.187Z] + git semver [Pipeline] } [2020-06-12T14:50:52.205Z] $ docker stop --time=1 628afe600fe4785db80f38636ab6f2741f401c26c32430f16d9393cd48fd76fd [2020-06-12T14:50:53.562Z] $ docker rm -f 628afe600fe4785db80f38636ab6f2741f401c26c32430f16d9393cd48fd76fd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-12T14:50:54.636Z] Stashed 17 file(s) [Pipeline] echo [2020-06-12T14:50:54.638Z] [edgeXSemver] initialized semver on version 1.1.1-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-12T14:51:09.827Z] Still waiting to schedule task [2020-06-12T14:51:09.827Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2756’ [2020-06-12T14:51:09.829Z] Still waiting to schedule task [2020-06-12T14:51:09.829Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-12T14:52:49.430Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2757 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-06-12T14:52:49.455Z] Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout [2020-06-12T14:52:54.509Z] using credential edgex-jenkins-ssh [2020-06-12T14:52:54.548Z] Cloning the remote Git repository [2020-06-12T14:52:54.548Z] Cloning with configured refspecs honoured and without tags [2020-06-12T14:52:54.614Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-12T14:52:54.741Z] > git init /w/workspace/device-rest-go/9 # timeout=10 [2020-06-12T14:52:54.809Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-12T14:52:54.810Z] > git --version # timeout=10 [2020-06-12T14:52:54.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T14:52:54.897Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T14:52:56.463Z] Fetching without tags [2020-06-12T14:52:56.946Z] Checking out Revision 44d29830d52e322790143f809155a22bedb1a813 (master) [2020-06-12T14:52:56.385Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-12T14:52:56.409Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T14:52:56.438Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-12T14:52:56.475Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-12T14:52:56.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T14:52:56.487Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T14:52:56.973Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T14:52:56.987Z] > git checkout -f 44d29830d52e322790143f809155a22bedb1a813 # timeout=10 [2020-06-12T14:53:01.766Z] Commit message: "Merge pull request #23 from tonyespy/update-sdk-122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T14:53:03.837Z] ========================================================= [2020-06-12T14:53:03.837Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-12T14:53:03.837Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:53:04.964Z] + 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-12T14:53:05.952Z] Sending build context to Docker daemon 8.01MB [2020-06-12T14:53:05.952Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-12T14:53:05.952Z] Step 2/10 : FROM ${BASE} [2020-06-12T14:53:06.232Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-12T14:53:06.232Z] cde5963f3b93: Pulling fs layer [2020-06-12T14:53:06.232Z] 2a23fa8c16f7: Pulling fs layer [2020-06-12T14:53:06.232Z] 777b28850792: Pulling fs layer [2020-06-12T14:53:06.232Z] 8a11ddd9e578: Pulling fs layer [2020-06-12T14:53:06.232Z] 4cf88f913ddb: Pulling fs layer [2020-06-12T14:53:06.232Z] 1df406cf5192: Pulling fs layer [2020-06-12T14:53:06.232Z] cd6300453558: Pulling fs layer [2020-06-12T14:53:06.232Z] b9c365052c96: Pulling fs layer [2020-06-12T14:53:06.232Z] a2d8cc88f415: Pulling fs layer [2020-06-12T14:53:06.232Z] ea1d1ca13537: Pulling fs layer [2020-06-12T14:53:06.232Z] 3750a50a1c5e: Pulling fs layer [2020-06-12T14:53:06.232Z] cd6300453558: Waiting [2020-06-12T14:53:06.232Z] b9c365052c96: Waiting [2020-06-12T14:53:06.232Z] a2d8cc88f415: Waiting [2020-06-12T14:53:06.232Z] ea1d1ca13537: Waiting [2020-06-12T14:53:06.232Z] 8a11ddd9e578: Waiting [2020-06-12T14:53:06.232Z] 4cf88f913ddb: Waiting [2020-06-12T14:53:06.232Z] 3750a50a1c5e: Waiting [2020-06-12T14:53:06.232Z] 1df406cf5192: Waiting [2020-06-12T14:53:06.232Z] 777b28850792: Verifying Checksum [2020-06-12T14:53:06.232Z] 777b28850792: Download complete [2020-06-12T14:53:06.232Z] 2a23fa8c16f7: Verifying Checksum [2020-06-12T14:53:06.232Z] 2a23fa8c16f7: Download complete [2020-06-12T14:53:06.232Z] 4cf88f913ddb: Verifying Checksum [2020-06-12T14:53:06.232Z] 4cf88f913ddb: Download complete [2020-06-12T14:53:06.232Z] 1df406cf5192: Verifying Checksum [2020-06-12T14:53:06.232Z] 1df406cf5192: Download complete [2020-06-12T14:53:06.232Z] cde5963f3b93: Verifying Checksum [2020-06-12T14:53:06.232Z] cde5963f3b93: Download complete [2020-06-12T14:53:07.228Z] cde5963f3b93: Pull complete [2020-06-12T14:53:07.837Z] 2a23fa8c16f7: Pull complete [2020-06-12T14:53:08.113Z] 777b28850792: Pull complete [2020-06-12T14:53:08.714Z] cd6300453558: Verifying Checksum [2020-06-12T14:53:08.714Z] cd6300453558: Download complete [2020-06-12T14:53:08.714Z] a2d8cc88f415: Download complete [2020-06-12T14:53:10.157Z] ea1d1ca13537: Verifying Checksum [2020-06-12T14:53:10.157Z] ea1d1ca13537: Download complete [2020-06-12T14:53:10.157Z] 3750a50a1c5e: Verifying Checksum [2020-06-12T14:53:10.157Z] 3750a50a1c5e: Download complete [2020-06-12T14:53:11.161Z] 8a11ddd9e578: Verifying Checksum [2020-06-12T14:53:11.161Z] 8a11ddd9e578: Download complete [2020-06-12T14:53:11.161Z] b9c365052c96: Verifying Checksum [2020-06-12T14:53:11.161Z] b9c365052c96: Download complete [2020-06-12T14:53:23.584Z] 8a11ddd9e578: Pull complete [2020-06-12T14:53:23.584Z] 4cf88f913ddb: Pull complete [2020-06-12T14:53:23.584Z] 1df406cf5192: Pull complete [2020-06-12T14:53:27.920Z] cd6300453558: Pull complete [2020-06-12T14:53:32.237Z] b9c365052c96: Pull complete [2020-06-12T14:53:32.508Z] a2d8cc88f415: Pull complete [2020-06-12T14:53:33.667Z] Running on prd-centos7-docker-4c-2g-2758 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-06-12T14:53:33.690Z] Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout [2020-06-12T14:53:34.491Z] ea1d1ca13537: Pull complete [2020-06-12T14:53:35.093Z] 3750a50a1c5e: Pull complete [2020-06-12T14:53:35.093Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-12T14:53:35.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-12T14:53:35.093Z] ---> 78745c68409d [2020-06-12T14:53:35.093Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-12T14:53:35.903Z] using credential edgex-jenkins-ssh [2020-06-12T14:53:36.020Z] Cloning the remote Git repository [2020-06-12T14:53:36.020Z] Cloning with configured refspecs honoured and without tags [2020-06-12T14:53:36.051Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-12T14:53:36.122Z] > git init /w/workspace/device-rest-go/9 # timeout=10 [2020-06-12T14:53:36.428Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-12T14:53:36.428Z] > git --version # timeout=10 [2020-06-12T14:53:36.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T14:53:36.564Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T14:53:37.499Z] Fetching without tags [2020-06-12T14:53:37.872Z] Checking out Revision 44d29830d52e322790143f809155a22bedb1a813 (master) [2020-06-12T14:53:37.465Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-12T14:53:37.475Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T14:53:37.493Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-12T14:53:37.503Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-12T14:53:37.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T14:53:37.508Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T14:53:37.880Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T14:53:37.886Z] > git checkout -f 44d29830d52e322790143f809155a22bedb1a813 # timeout=10 [2020-06-12T14:53:40.477Z] ---> Running in 18fa28e52c0b [2020-06-12T14:53:40.477Z] Removing intermediate container 18fa28e52c0b [2020-06-12T14:53:40.477Z] ---> bf1053d5490b [2020-06-12T14:53:40.477Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T14:53:40.477Z] ---> Running in c4aa7c478509 [2020-06-12T14:53:40.752Z] Removing intermediate container c4aa7c478509 [2020-06-12T14:53:40.752Z] ---> 695315df3125 [2020-06-12T14:53:40.752Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T14:53:41.037Z] ---> Running in 410031d4e718 [2020-06-12T14:53:41.313Z] Removing intermediate container 410031d4e718 [2020-06-12T14:53:41.313Z] ---> a87ec3e3d459 [2020-06-12T14:53:41.313Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T14:53:41.313Z] ---> Running in 16b91ca444ac [2020-06-12T14:53:41.582Z] Commit message: "Merge pull request #23 from tonyespy/update-sdk-122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T14:53:42.484Z] ========================================================= [2020-06-12T14:53:42.484Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-12T14:53:42.484Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:53:43.157Z] + 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-12T14:53:43.741Z] Sending build context to Docker daemon 8.01MB [2020-06-12T14:53:43.741Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-12T14:53:43.741Z] Step 2/10 : FROM ${BASE} [2020-06-12T14:53:43.741Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-12T14:53:43.741Z] e6b0cf9c0882: Pulling fs layer [2020-06-12T14:53:43.741Z] 2848faf0eed1: Pulling fs layer [2020-06-12T14:53:43.741Z] 0f37312ad70f: Pulling fs layer [2020-06-12T14:53:43.741Z] 5788d62ee057: Pulling fs layer [2020-06-12T14:53:43.741Z] 0e6b1d234666: Pulling fs layer [2020-06-12T14:53:43.741Z] bf5d7aec512f: Pulling fs layer [2020-06-12T14:53:43.741Z] 34c802a77dc8: Pulling fs layer [2020-06-12T14:53:43.741Z] 9eb99e56ec68: Pulling fs layer [2020-06-12T14:53:43.741Z] 27c7a5d97fbd: Pulling fs layer [2020-06-12T14:53:43.741Z] 5c102a31e300: Pulling fs layer [2020-06-12T14:53:43.741Z] dcfb455df0a1: Pulling fs layer [2020-06-12T14:53:43.741Z] 9eb99e56ec68: Waiting [2020-06-12T14:53:43.741Z] 34c802a77dc8: Waiting [2020-06-12T14:53:43.741Z] 27c7a5d97fbd: Waiting [2020-06-12T14:53:43.741Z] 5c102a31e300: Waiting [2020-06-12T14:53:43.741Z] dcfb455df0a1: Waiting [2020-06-12T14:53:43.741Z] 5788d62ee057: Waiting [2020-06-12T14:53:43.741Z] 0e6b1d234666: Waiting [2020-06-12T14:53:43.741Z] bf5d7aec512f: Waiting [2020-06-12T14:53:43.741Z] 0f37312ad70f: Download complete [2020-06-12T14:53:43.741Z] 2848faf0eed1: Verifying Checksum [2020-06-12T14:53:43.741Z] 2848faf0eed1: Download complete [2020-06-12T14:53:43.741Z] 0e6b1d234666: Verifying Checksum [2020-06-12T14:53:43.741Z] 0e6b1d234666: Download complete [2020-06-12T14:53:43.741Z] bf5d7aec512f: Download complete [2020-06-12T14:53:43.741Z] e6b0cf9c0882: Verifying Checksum [2020-06-12T14:53:43.924Z] Removing intermediate container 16b91ca444ac [2020-06-12T14:53:43.924Z] ---> 84a4c3f6fb71 [2020-06-12T14:53:43.924Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T14:53:44.203Z] ---> Running in e730f42b7a51 [2020-06-12T14:53:44.329Z] e6b0cf9c0882: Pull complete [2020-06-12T14:53:44.611Z] 34c802a77dc8: Verifying Checksum [2020-06-12T14:53:44.611Z] 34c802a77dc8: Download complete [2020-06-12T14:53:44.611Z] 27c7a5d97fbd: Verifying Checksum [2020-06-12T14:53:44.611Z] 27c7a5d97fbd: Download complete [2020-06-12T14:53:45.203Z] 5c102a31e300: Verifying Checksum [2020-06-12T14:53:45.203Z] 5c102a31e300: Download complete [2020-06-12T14:53:45.203Z] dcfb455df0a1: Verifying Checksum [2020-06-12T14:53:45.203Z] dcfb455df0a1: Download complete [2020-06-12T14:53:45.465Z] 9eb99e56ec68: Verifying Checksum [2020-06-12T14:53:45.465Z] 9eb99e56ec68: Download complete [2020-06-12T14:53:45.466Z] 5788d62ee057: Verifying Checksum [2020-06-12T14:53:45.466Z] 5788d62ee057: Download complete [2020-06-12T14:53:45.636Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T14:53:46.228Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T14:53:46.411Z] 2848faf0eed1: Pull complete [2020-06-12T14:53:46.411Z] 0f37312ad70f: Pull complete [2020-06-12T14:53:46.818Z] OK: 125 MiB in 39 packages [2020-06-12T14:53:48.252Z] Removing intermediate container e730f42b7a51 [2020-06-12T14:53:48.252Z] ---> 8ea07be2eb46 [2020-06-12T14:53:48.252Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-12T14:53:48.252Z] ---> Running in eb0a31e69b94 [2020-06-12T14:53:48.525Z] Removing intermediate container eb0a31e69b94 [2020-06-12T14:53:48.525Z] ---> 3e74d9f6c17c [2020-06-12T14:53:48.525Z] Step 9/10 : COPY . . [2020-06-12T14:53:49.956Z] ---> 9a64a736f118 [2020-06-12T14:53:49.956Z] Step 10/10 : RUN go mod download [2020-06-12T14:53:49.956Z] ---> Running in 962a8cf3b965 [2020-06-12T14:53:51.731Z] 5788d62ee057: Pull complete [2020-06-12T14:53:51.731Z] 0e6b1d234666: Pull complete [2020-06-12T14:53:51.731Z] bf5d7aec512f: Pull complete [2020-06-12T14:53:52.563Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T14:53:52.563Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T14:53:52.563Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T14:53:52.563Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T14:53:52.563Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T14:53:52.563Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T14:53:52.563Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T14:53:52.563Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T14:53:52.563Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T14:53:52.563Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T14:53:52.563Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T14:53:52.563Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T14:53:52.563Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T14:53:52.563Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T14:53:52.563Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T14:53:52.563Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T14:53:52.833Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T14:53:52.833Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T14:53:52.834Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T14:53:52.834Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T14:53:52.834Z] go: finding github.com/google/uuid v1.1.0 [2020-06-12T14:53:52.834Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T14:53:52.834Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T14:53:52.834Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T14:53:52.834Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T14:53:52.834Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T14:53:52.834Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T14:53:52.834Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T14:53:52.834Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T14:53:53.103Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T14:53:53.103Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T14:53:53.103Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T14:53:53.103Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T14:53:53.373Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T14:53:53.373Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T14:53:53.373Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T14:53:53.373Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T14:53:53.373Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T14:53:53.373Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T14:53:53.643Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T14:53:53.644Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T14:53:53.644Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T14:53:53.644Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T14:53:53.644Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T14:53:53.644Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T14:53:53.644Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T14:53:53.644Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T14:53:53.644Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T14:53:53.644Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T14:53:53.914Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T14:53:53.914Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-12T14:53:53.914Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-12T14:53:53.914Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T14:53:53.914Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T14:53:53.914Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T14:53:53.914Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-12T14:53:53.914Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-12T14:53:53.914Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T14:53:53.914Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-12T14:53:54.190Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-12T14:53:54.190Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T14:53:57.028Z] 34c802a77dc8: Pull complete [2020-06-12T14:53:59.580Z] 9eb99e56ec68: Pull complete [2020-06-12T14:53:59.841Z] 27c7a5d97fbd: Pull complete [2020-06-12T14:54:00.803Z] 5c102a31e300: Pull complete [2020-06-12T14:54:00.803Z] dcfb455df0a1: Pull complete [2020-06-12T14:54:00.803Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-12T14:54:00.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-12T14:54:00.803Z] ---> 7c70fe431013 [2020-06-12T14:54:00.803Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-12T14:54:02.187Z] ---> Running in ec82bd10ccc2 [2020-06-12T14:54:02.187Z] Removing intermediate container ec82bd10ccc2 [2020-06-12T14:54:02.187Z] ---> bf2ff8d81b7f [2020-06-12T14:54:02.187Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T14:54:02.447Z] ---> Running in e0e69f39aa53 [2020-06-12T14:54:02.447Z] Removing intermediate container e0e69f39aa53 [2020-06-12T14:54:02.447Z] ---> c59dbbaacbd5 [2020-06-12T14:54:02.447Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T14:54:02.447Z] ---> Running in ada58b3d7f17 [2020-06-12T14:54:02.713Z] Removing intermediate container ada58b3d7f17 [2020-06-12T14:54:02.713Z] ---> cf589eb362e8 [2020-06-12T14:54:02.713Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T14:54:02.713Z] ---> Running in 302eca34d0f3 [2020-06-12T14:54:04.103Z] Removing intermediate container 302eca34d0f3 [2020-06-12T14:54:04.103Z] ---> 2be92d1bcf2f [2020-06-12T14:54:04.103Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T14:54:04.104Z] ---> Running in 2180ce832c2f [2020-06-12T14:54:04.362Z] Removing intermediate container 962a8cf3b965 [2020-06-12T14:54:04.362Z] ---> ef775b60caa9 [2020-06-12T14:54:04.362Z] Successfully built ef775b60caa9 [2020-06-12T14:54:04.362Z] 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-12T14:54:04.676Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T14:54:04.925Z] + docker inspect -f . ci-base-image-arm64 [2020-06-12T14:54:04.925Z] . [Pipeline] withDockerContainer [2020-06-12T14:54:05.179Z] prd-ubuntu18.04-docker-arm64-4c-16g-2757 does not seem to be running inside a container [2020-06-12T14:54:05.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-12T14:54:05.622Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T14:54:06.193Z] OK: 143 MiB in 39 packages [2020-06-12T14:54:06.455Z] Removing intermediate container 2180ce832c2f [2020-06-12T14:54:06.455Z] ---> 68f9a03ce7e6 [2020-06-12T14:54:06.455Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-12T14:54:06.455Z] ---> Running in 20c2d145ef4e [2020-06-12T14:54:06.721Z] Removing intermediate container 20c2d145ef4e [2020-06-12T14:54:06.721Z] ---> 54662078bfb2 [2020-06-12T14:54:06.721Z] Step 9/10 : COPY . . [2020-06-12T14:54:06.987Z] ---> 59737cd2c22a [2020-06-12T14:54:06.987Z] Step 10/10 : RUN go mod download [2020-06-12T14:54:06.987Z] ---> Running in e5278c339b02 [2020-06-12T14:54:07.037Z] $ docker top 17b531bfed279f60626bfda6f88f5cf982384d600c810c80c5283e99982ef135 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T14:54:08.383Z] + go version [2020-06-12T14:54:08.384Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-12T14:54:08.899Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T14:54:08.899Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T14:54:08.899Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T14:54:08.899Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T14:54:08.899Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T14:54:08.899Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T14:54:08.899Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T14:54:08.899Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T14:54:08.899Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T14:54:08.899Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T14:54:08.899Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T14:54:08.899Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T14:54:08.899Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T14:54:09.160Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T14:54:09.160Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T14:54:09.160Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T14:54:09.160Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T14:54:09.160Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T14:54:09.160Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T14:54:09.160Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T14:54:09.160Z] go: finding github.com/google/uuid v1.1.0 [2020-06-12T14:54:09.160Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T14:54:09.160Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T14:54:09.160Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T14:54:09.160Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T14:54:09.160Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T14:54:09.160Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T14:54:09.160Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T14:54:09.160Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T14:54:09.422Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T14:54:09.422Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T14:54:09.422Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T14:54:09.422Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T14:54:09.422Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T14:54:09.422Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T14:54:09.422Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T14:54:09.422Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T14:54:09.422Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T14:54:09.422Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T14:54:09.422Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T14:54:09.422Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T14:54:09.422Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T14:54:09.422Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T14:54:09.422Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-12T14:54:09.422Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-12T14:54:09.422Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T14:54:09.422Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T14:54:09.422Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T14:54:09.422Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-12T14:54:09.422Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-12T14:54:09.422Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T14:54:09.422Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-12T14:54:09.423Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-12T14:54:09.423Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T14:54:09.449Z] + make test [2020-06-12T14:54:09.449Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-12T14:54:10.433Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-12T14:54:17.596Z] Removing intermediate container e5278c339b02 [2020-06-12T14:54:17.596Z] ---> 6ac40ca58481 [2020-06-12T14:54:17.596Z] Successfully built 6ac40ca58481 [2020-06-12T14:54:17.596Z] 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-12T14:54:18.164Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-12T14:54:18.164Z] . [Pipeline] withDockerContainer [2020-06-12T14:54:18.260Z] prd-centos7-docker-4c-2g-2758 does not seem to be running inside a container [2020-06-12T14:54:18.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-12T14:54:19.358Z] $ docker top 6169e946169ed55f650f8efbad303131721444036556852c91e574175acc13c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T14:54:19.801Z] + go version [2020-06-12T14:54:19.801Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-12T14:54:20.103Z] + make test [2020-06-12T14:54:20.103Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-12T14:54:21.052Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-12T14:54:31.140Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-12T14:54:31.140Z] ok github.com/edgexfoundry/device-rest-go/driver 0.020s coverage: 56.3% of statements [2020-06-12T14:54:31.140Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-12T14:54:32.546Z] gofmt -l . [2020-06-12T14:54:32.807Z] [ "`gofmt -l .`" = "" ] [2020-06-12T14:54:32.807Z] ./bin/test-go-mod-tidy.sh [2020-06-12T14:54:33.069Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-12T14:54:33.552Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T14:54:33.557Z] $ docker stop --time=1 6169e946169ed55f650f8efbad303131721444036556852c91e574175acc13c0 [2020-06-12T14:54:35.649Z] $ docker rm -f 6169e946169ed55f650f8efbad303131721444036556852c91e574175acc13c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T14:54:37.941Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T14:54:38.240Z] + ls -al . [2020-06-12T14:54:38.240Z] total 96 [2020-06-12T14:54:38.240Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jun 12 14:54 . [2020-06-12T14:54:38.240Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 12 14:53 .. [2020-06-12T14:54:38.240Z] -rw-rw-r--. 1 jenkins jenkins 4802 Jun 12 14:53 Attribution.txt [2020-06-12T14:54:38.240Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 12 14:53 bin [2020-06-12T14:54:38.240Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 12 14:53 cmd [2020-06-12T14:54:38.240Z] -rw-r--r--. 1 jenkins jenkins 9369 Jun 12 14:54 coverage.out [2020-06-12T14:54:38.240Z] -rw-rw-r--. 1 jenkins jenkins 1504 Jun 12 14:53 Dockerfile [2020-06-12T14:54:38.240Z] -rw-rw-r--. 1 jenkins jenkins 989 Jun 12 14:53 Dockerfile.build [2020-06-12T14:54:38.240Z] -rw-rw-r--. 1 jenkins jenkins 151 Jun 12 14:53 .dockerignore [2020-06-12T14:54:38.240Z] drwxrwxr-x. 2 jenkins jenkins 93 Jun 12 14:54 driver [2020-06-12T14:54:38.241Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 12 14:53 .git [2020-06-12T14:54:38.241Z] -rw-rw-r--. 1 jenkins jenkins 339 Jun 12 14:53 .gitignore [2020-06-12T14:54:38.241Z] -rw-r--r--. 1 jenkins jenkins 266 Jun 12 14:54 go.mod [2020-06-12T14:54:38.241Z] -rw-r--r--. 1 jenkins jenkins 12533 Jun 12 14:54 go.sum [2020-06-12T14:54:38.241Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 12 14:53 Jenkinsfile [2020-06-12T14:54:38.241Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 12 14:53 LICENSE [2020-06-12T14:54:38.241Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 12 14:53 Makefile [2020-06-12T14:54:38.241Z] -rw-rw-r--. 1 jenkins jenkins 5716 Jun 12 14:53 README.md [2020-06-12T14:54:38.241Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 12 14:53 .semver [2020-06-12T14:54:38.241Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 12 14:50 VERSION [2020-06-12T14:54:38.241Z] -rw-rw-r--. 1 jenkins jenkins 713 Jun 12 14:53 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:54:38.543Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=44d29830d52e322790143f809155a22bedb1a813 --label arch=amd64 --label version=1.1.1-dev.1 . [2020-06-12T14:54:38.543Z] Sending build context to Docker daemon 8.022MB [2020-06-12T14:54:38.543Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-12T14:54:38.543Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-12T14:54:38.543Z] ---> 6ac40ca58481 [2020-06-12T14:54:38.543Z] Step 3/24 : ARG MAKE='make build' [2020-06-12T14:54:38.805Z] ---> Running in cb1a5a75f34c [2020-06-12T14:54:38.805Z] Removing intermediate container cb1a5a75f34c [2020-06-12T14:54:38.805Z] ---> 4a4e5d014fb2 [2020-06-12T14:54:38.805Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-12T14:54:39.067Z] ---> Running in 53abf94cc819 [2020-06-12T14:54:39.067Z] Removing intermediate container 53abf94cc819 [2020-06-12T14:54:39.067Z] ---> 8c568f9fd952 [2020-06-12T14:54:39.067Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T14:54:39.067Z] ---> Running in a4e9c26b1826 [2020-06-12T14:54:39.327Z] Removing intermediate container a4e9c26b1826 [2020-06-12T14:54:39.327Z] ---> 299c7bae2f20 [2020-06-12T14:54:39.327Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T14:54:39.328Z] ---> Running in bc4cae8030f6 [2020-06-12T14:54:40.277Z] Removing intermediate container bc4cae8030f6 [2020-06-12T14:54:40.277Z] ---> 06f2c4d93acc [2020-06-12T14:54:40.277Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T14:54:40.277Z] ---> Running in e8bc7083249d [2020-06-12T14:54:40.853Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T14:54:41.424Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T14:54:41.684Z] OK: 143 MiB in 39 packages [2020-06-12T14:54:42.257Z] Removing intermediate container e8bc7083249d [2020-06-12T14:54:42.258Z] ---> 8573f9717119 [2020-06-12T14:54:42.258Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-12T14:54:42.258Z] ---> Running in 59a598b3a60b [2020-06-12T14:54:42.258Z] Removing intermediate container 59a598b3a60b [2020-06-12T14:54:42.258Z] ---> 9e54be6c8feb [2020-06-12T14:54:42.258Z] Step 9/24 : COPY go.mod . [2020-06-12T14:54:42.519Z] ---> 797a95751bb4 [2020-06-12T14:54:42.519Z] Step 10/24 : COPY Makefile . [2020-06-12T14:54:42.782Z] ---> a9d071350d2e [2020-06-12T14:54:42.782Z] Step 11/24 : RUN make update [2020-06-12T14:54:42.782Z] ---> Running in e333a149bea1 [2020-06-12T14:54:42.815Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-12T14:54:42.815Z] ok github.com/edgexfoundry/device-rest-go/driver 0.046s coverage: 56.3% of statements [2020-06-12T14:54:42.815Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-12T14:54:43.355Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-12T14:54:43.620Z] Removing intermediate container e333a149bea1 [2020-06-12T14:54:43.620Z] ---> d5eae906ec69 [2020-06-12T14:54:43.620Z] Step 12/24 : COPY . . [2020-06-12T14:54:44.197Z] ---> 886a75c8a028 [2020-06-12T14:54:44.197Z] Step 13/24 : RUN $MAKE [2020-06-12T14:54:44.197Z] ---> Running in 539e3e5bed9e [2020-06-12T14:54:44.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.1-dev.1" -o cmd/device-rest-go ./cmd [2020-06-12T14:54:46.216Z] gofmt -l . [2020-06-12T14:54:46.216Z] [ "`gofmt -l .`" = "" ] [2020-06-12T14:54:46.216Z] ./bin/test-go-mod-tidy.sh [2020-06-12T14:54:46.216Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-12T14:54:47.236Z] Warning: overwriting stash ‘coverage-report’ [2020-06-12T14:54:47.633Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T14:54:47.640Z] $ docker stop --time=1 17b531bfed279f60626bfda6f88f5cf982384d600c810c80c5283e99982ef135 [2020-06-12T14:54:49.742Z] $ docker rm -f 17b531bfed279f60626bfda6f88f5cf982384d600c810c80c5283e99982ef135 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T14:54:50.747Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T14:54:51.084Z] + ls -al . [2020-06-12T14:54:51.084Z] total 120 [2020-06-12T14:54:51.084Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 12 14:54 . [2020-06-12T14:54:51.084Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 14:52 .. [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 12 14:52 .dockerignore [2020-06-12T14:54:51.084Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 14:53 .git [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 339 Jun 12 14:52 .gitignore [2020-06-12T14:54:51.084Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 14:53 .semver [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 4802 Jun 12 14:52 Attribution.txt [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 1504 Jun 12 14:52 Dockerfile [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 989 Jun 12 14:52 Dockerfile.build [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 12 14:52 Jenkinsfile [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 12 14:52 LICENSE [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 12 14:52 Makefile [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 5716 Jun 12 14:52 README.md [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 12 14:50 VERSION [2020-06-12T14:54:51.084Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 14:52 bin [2020-06-12T14:54:51.084Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 14:52 cmd [2020-06-12T14:54:51.084Z] -rw-r--r-- 1 jenkins jenkins 9369 Jun 12 14:54 coverage.out [2020-06-12T14:54:51.084Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 14:54 driver [2020-06-12T14:54:51.084Z] -rw-r--r-- 1 jenkins jenkins 266 Jun 12 14:54 go.mod [2020-06-12T14:54:51.084Z] -rw-r--r-- 1 jenkins jenkins 12533 Jun 12 14:54 go.sum [2020-06-12T14:54:51.084Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 12 14:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:54:51.429Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=44d29830d52e322790143f809155a22bedb1a813 --label arch=arm64 --label version=1.1.1-dev.1 . [2020-06-12T14:54:51.703Z] Sending build context to Docker daemon 8.022MB [2020-06-12T14:54:51.976Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-12T14:54:51.976Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-12T14:54:51.977Z] ---> ef775b60caa9 [2020-06-12T14:54:51.977Z] Step 3/24 : ARG MAKE='make build' [2020-06-12T14:54:52.251Z] ---> Running in 91890c7a3cb4 [2020-06-12T14:54:52.523Z] Removing intermediate container 91890c7a3cb4 [2020-06-12T14:54:52.523Z] ---> 7e4e25835815 [2020-06-12T14:54:52.523Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-12T14:54:52.797Z] ---> Running in 71d9006ee77f [2020-06-12T14:54:53.067Z] Removing intermediate container 71d9006ee77f [2020-06-12T14:54:53.067Z] ---> a3674d728cfb [2020-06-12T14:54:53.067Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T14:54:53.338Z] ---> Running in 84084cd8647f [2020-06-12T14:54:53.609Z] Removing intermediate container 84084cd8647f [2020-06-12T14:54:53.609Z] ---> f4bc07de11b9 [2020-06-12T14:54:53.609Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T14:54:53.609Z] ---> Running in 793c7db06fe4 [2020-06-12T14:54:54.529Z] Removing intermediate container 539e3e5bed9e [2020-06-12T14:54:54.529Z] ---> 7f0ccd9111ec [2020-06-12T14:54:54.529Z] Step 14/24 : FROM alpine:latest [2020-06-12T14:54:54.529Z] latest: Pulling from library/alpine [2020-06-12T14:54:54.791Z] df20fa9351a1: Pulling fs layer [2020-06-12T14:54:54.791Z] df20fa9351a1: Verifying Checksum [2020-06-12T14:54:54.791Z] df20fa9351a1: Download complete [2020-06-12T14:54:55.051Z] df20fa9351a1: Pull complete [2020-06-12T14:54:55.051Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T14:54:55.051Z] Status: Downloaded newer image for alpine:latest [2020-06-12T14:54:55.051Z] ---> a24bb4013296 [2020-06-12T14:54:55.051Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T14:54:55.312Z] ---> Running in b95d206d5aa1 [2020-06-12T14:54:55.312Z] Removing intermediate container b95d206d5aa1 [2020-06-12T14:54:55.312Z] ---> 8a26591d7584 [2020-06-12T14:54:55.312Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-12T14:54:55.312Z] ---> Running in f2911d7aa64f [2020-06-12T14:54:55.573Z] Removing intermediate container f2911d7aa64f [2020-06-12T14:54:55.573Z] ---> 794ea77042d6 [2020-06-12T14:54:55.573Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-12T14:54:55.835Z] ---> 7001cdf59e70 [2020-06-12T14:54:55.835Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-12T14:54:56.096Z] ---> 1bc731192af9 [2020-06-12T14:54:56.096Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-12T14:54:56.241Z] Removing intermediate container 793c7db06fe4 [2020-06-12T14:54:56.241Z] ---> e8abfbfa9730 [2020-06-12T14:54:56.241Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T14:54:56.241Z] ---> Running in 0a808b302f2f [2020-06-12T14:54:57.039Z] ---> 52117ce66173 [2020-06-12T14:54:57.039Z] Step 20/24 : EXPOSE 49986 [2020-06-12T14:54:57.299Z] ---> Running in 8429d9092196 [2020-06-12T14:54:57.299Z] Removing intermediate container 8429d9092196 [2020-06-12T14:54:57.299Z] ---> 56438b97fdde [2020-06-12T14:54:57.299Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-12T14:54:57.299Z] ---> Running in 2913fe1a3956 [2020-06-12T14:54:57.560Z] Removing intermediate container 2913fe1a3956 [2020-06-12T14:54:57.560Z] ---> 71f640e2e891 [2020-06-12T14:54:57.560Z] Step 22/24 : LABEL arch=amd64 [2020-06-12T14:54:57.560Z] ---> Running in 945ff2561195 [2020-06-12T14:54:57.675Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T14:54:57.820Z] Removing intermediate container 945ff2561195 [2020-06-12T14:54:57.821Z] ---> 7a8547438e69 [2020-06-12T14:54:57.821Z] Step 23/24 : LABEL git_sha=44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:54:57.821Z] ---> Running in bf85b832b49c [2020-06-12T14:54:57.821Z] Removing intermediate container bf85b832b49c [2020-06-12T14:54:57.821Z] ---> 1dcf8b7e300e [2020-06-12T14:54:57.821Z] Step 24/24 : LABEL version=1.1.1-dev.1 [2020-06-12T14:54:58.081Z] ---> Running in 5f66146f82a7 [2020-06-12T14:54:58.081Z] Removing intermediate container 5f66146f82a7 [2020-06-12T14:54:58.081Z] ---> bd5c804852de [2020-06-12T14:54:58.081Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T14:54:58.081Z] Successfully built bd5c804852de [2020-06-12T14:54:58.081Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2020-06-12T14:54:58.267Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-12T14:54:58.320Z] provisioning config files... [2020-06-12T14:54:58.359Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/9@tmp/config710277453535083880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:54:58.686Z] nexus3.edgexfoundry.org:10001 [2020-06-12T14:54:58.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:54:58.860Z] OK: 125 MiB in 39 packages [2020-06-12T14:54:58.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:54:58.951Z] Configure a credential helper to remove this warning. See [2020-06-12T14:54:58.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:54:58.951Z] [2020-06-12T14:54:58.951Z] Login Succeeded [2020-06-12T14:54:58.951Z] nexus3.edgexfoundry.org:10002 [2020-06-12T14:54:58.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:54:58.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:54:58.951Z] Configure a credential helper to remove this warning. See [2020-06-12T14:54:58.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:54:58.951Z] [2020-06-12T14:54:58.951Z] Login Succeeded [2020-06-12T14:54:58.951Z] nexus3.edgexfoundry.org:10003 [2020-06-12T14:54:59.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:54:59.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:54:59.212Z] Configure a credential helper to remove this warning. See [2020-06-12T14:54:59.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:54:59.212Z] [2020-06-12T14:54:59.212Z] Login Succeeded [2020-06-12T14:54:59.212Z] nexus3.edgexfoundry.org:10004 [2020-06-12T14:54:59.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:54:59.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:54:59.473Z] Configure a credential helper to remove this warning. See [2020-06-12T14:54:59.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:54:59.473Z] [2020-06-12T14:54:59.473Z] Login Succeeded [2020-06-12T14:54:59.473Z] docker.io [2020-06-12T14:54:59.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:54:59.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:54:59.735Z] Configure a credential helper to remove this warning. See [2020-06-12T14:54:59.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:54:59.735Z] [2020-06-12T14:54:59.735Z] Login Succeeded [Pipeline] } [2020-06-12T14:54:59.743Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T14:54:59.847Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2020-06-12T14:54:59.847Z] 44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:54:59.847Z] latest [2020-06-12T14:54:59.847Z] 1.1.1-dev.1 [2020-06-12T14:54:59.847Z] 44d29830d52e322790143f809155a22bedb1a813-1.1.1-dev.1 [2020-06-12T14:54:59.847Z] master [2020-06-12T14:54:59.847Z] ===================================================== [2020-06-12T14:54:59.850Z] Removing intermediate container 0a808b302f2f [2020-06-12T14:54:59.850Z] ---> 40d28170af0e [2020-06-12T14:54:59.850Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:00.122Z] ---> Running in e688f7345b59 [2020-06-12T14:55:00.235Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:00.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:55:00.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-12T14:55:00.532Z] 7399b3dcfc2d: Preparing [2020-06-12T14:55:00.532Z] f4ead175b0f8: Preparing [2020-06-12T14:55:00.532Z] b9dcc2337b3d: Preparing [2020-06-12T14:55:00.532Z] 50644c29ef5a: Preparing [2020-06-12T14:55:00.532Z] 50644c29ef5a: Layer already exists [2020-06-12T14:55:00.532Z] b9dcc2337b3d: Pushed [2020-06-12T14:55:00.532Z] f4ead175b0f8: Pushed [2020-06-12T14:55:00.714Z] Removing intermediate container e688f7345b59 [2020-06-12T14:55:00.714Z] ---> 37be0626ce34 [2020-06-12T14:55:00.714Z] Step 9/24 : COPY go.mod . [2020-06-12T14:55:01.309Z] ---> f9c2a5864178 [2020-06-12T14:55:01.309Z] Step 10/24 : COPY Makefile . [2020-06-12T14:55:01.908Z] ---> 02ef45df9c70 [2020-06-12T14:55:01.908Z] Step 11/24 : RUN make update [2020-06-12T14:55:01.920Z] 7399b3dcfc2d: Pushed [2020-06-12T14:55:02.181Z] ---> Running in c9a7bcffcfa3 [2020-06-12T14:55:02.182Z] 44d29830d52e322790143f809155a22bedb1a813: digest: sha256:dc629771590066c39918c5dff8b76cc5231e40316b4627a90f20ac60e3689d32 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:02.484Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:02.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-06-12T14:55:02.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-12T14:55:02.779Z] 7399b3dcfc2d: Preparing [2020-06-12T14:55:02.779Z] f4ead175b0f8: Preparing [2020-06-12T14:55:02.779Z] b9dcc2337b3d: Preparing [2020-06-12T14:55:02.779Z] 50644c29ef5a: Preparing [2020-06-12T14:55:02.779Z] f4ead175b0f8: Layer already exists [2020-06-12T14:55:02.779Z] 50644c29ef5a: Layer already exists [2020-06-12T14:55:02.779Z] 7399b3dcfc2d: Layer already exists [2020-06-12T14:55:02.779Z] b9dcc2337b3d: Layer already exists [2020-06-12T14:55:02.779Z] latest: digest: sha256:dc629771590066c39918c5dff8b76cc5231e40316b4627a90f20ac60e3689d32 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:03.081Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:03.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.1-dev.1 [2020-06-12T14:55:03.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-12T14:55:03.379Z] 7399b3dcfc2d: Preparing [2020-06-12T14:55:03.379Z] f4ead175b0f8: Preparing [2020-06-12T14:55:03.379Z] b9dcc2337b3d: Preparing [2020-06-12T14:55:03.379Z] 50644c29ef5a: Preparing [2020-06-12T14:55:03.379Z] 50644c29ef5a: Layer already exists [2020-06-12T14:55:03.379Z] f4ead175b0f8: Layer already exists [2020-06-12T14:55:03.379Z] 7399b3dcfc2d: Layer already exists [2020-06-12T14:55:03.379Z] b9dcc2337b3d: Layer already exists [2020-06-12T14:55:03.379Z] 1.1.1-dev.1: digest: sha256:dc629771590066c39918c5dff8b76cc5231e40316b4627a90f20ac60e3689d32 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:03.612Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-12T14:55:03.682Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813-1.1.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:03.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813-1.1.1-dev.1 [2020-06-12T14:55:03.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-12T14:55:03.980Z] 7399b3dcfc2d: Preparing [2020-06-12T14:55:03.980Z] f4ead175b0f8: Preparing [2020-06-12T14:55:03.980Z] b9dcc2337b3d: Preparing [2020-06-12T14:55:03.980Z] 50644c29ef5a: Preparing [2020-06-12T14:55:03.980Z] f4ead175b0f8: Layer already exists [2020-06-12T14:55:03.980Z] 50644c29ef5a: Layer already exists [2020-06-12T14:55:03.980Z] 7399b3dcfc2d: Layer already exists [2020-06-12T14:55:03.980Z] b9dcc2337b3d: Layer already exists [2020-06-12T14:55:04.555Z] 44d29830d52e322790143f809155a22bedb1a813-1.1.1-dev.1: digest: sha256:dc629771590066c39918c5dff8b76cc5231e40316b4627a90f20ac60e3689d32 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:04.854Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:05.060Z] Removing intermediate container c9a7bcffcfa3 [2020-06-12T14:55:05.060Z] ---> 84cdb08a32dc [2020-06-12T14:55:05.060Z] Step 12/24 : COPY . . [2020-06-12T14:55:05.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2020-06-12T14:55:05.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-12T14:55:05.148Z] 7399b3dcfc2d: Preparing [2020-06-12T14:55:05.148Z] f4ead175b0f8: Preparing [2020-06-12T14:55:05.148Z] b9dcc2337b3d: Preparing [2020-06-12T14:55:05.148Z] 50644c29ef5a: Preparing [2020-06-12T14:55:05.148Z] b9dcc2337b3d: Layer already exists [2020-06-12T14:55:05.149Z] f4ead175b0f8: Layer already exists [2020-06-12T14:55:05.149Z] 7399b3dcfc2d: Layer already exists [2020-06-12T14:55:05.149Z] 50644c29ef5a: Layer already exists [2020-06-12T14:55:05.410Z] master: digest: sha256:dc629771590066c39918c5dff8b76cc5231e40316b4627a90f20ac60e3689d32 size: 1154 [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-12T14:55:06.044Z] ---> 9e8a06019dec [2020-06-12T14:55:06.044Z] Step 13/24 : RUN $MAKE [2020-06-12T14:55:06.044Z] ---> Running in ccc25424d395 [2020-06-12T14:55:07.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.1-dev.1" -o cmd/device-rest-go ./cmd [2020-06-12T14:55:34.309Z] Removing intermediate container ccc25424d395 [2020-06-12T14:55:34.309Z] ---> 0364f11864bd [2020-06-12T14:55:34.309Z] Step 14/24 : FROM alpine:latest [2020-06-12T14:55:34.309Z] latest: Pulling from library/alpine [2020-06-12T14:55:34.583Z] b538f80385f9: Pulling fs layer [2020-06-12T14:55:34.583Z] b538f80385f9: Verifying Checksum [2020-06-12T14:55:34.583Z] b538f80385f9: Download complete [2020-06-12T14:55:35.182Z] b538f80385f9: Pull complete [2020-06-12T14:55:35.182Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T14:55:35.182Z] Status: Downloaded newer image for alpine:latest [2020-06-12T14:55:35.182Z] ---> 62ee0e9f8440 [2020-06-12T14:55:35.182Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T14:55:35.458Z] ---> Running in 0497241f8204 [2020-06-12T14:55:36.057Z] Removing intermediate container 0497241f8204 [2020-06-12T14:55:36.057Z] ---> f723f192b461 [2020-06-12T14:55:36.057Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-12T14:55:36.057Z] ---> Running in f2a185dc7c73 [2020-06-12T14:55:36.336Z] Removing intermediate container f2a185dc7c73 [2020-06-12T14:55:36.336Z] ---> 0d99c48533e2 [2020-06-12T14:55:36.336Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-12T14:55:37.320Z] ---> 5962afbc86d6 [2020-06-12T14:55:37.320Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-12T14:55:37.921Z] ---> 0db730fbb4b0 [2020-06-12T14:55:37.921Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-12T14:55:39.360Z] ---> 323cdee3f9e6 [2020-06-12T14:55:39.360Z] Step 20/24 : EXPOSE 49986 [2020-06-12T14:55:39.360Z] ---> Running in dd868f90733f [2020-06-12T14:55:39.955Z] Removing intermediate container dd868f90733f [2020-06-12T14:55:39.955Z] ---> e9e1d11a8865 [2020-06-12T14:55:39.955Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-12T14:55:39.955Z] ---> Running in f05a834f1c59 [2020-06-12T14:55:40.233Z] Removing intermediate container f05a834f1c59 [2020-06-12T14:55:40.233Z] ---> c0e7acc71cef [2020-06-12T14:55:40.233Z] Step 22/24 : LABEL arch=arm64 [2020-06-12T14:55:40.505Z] ---> Running in b49e88bc4883 [2020-06-12T14:55:41.101Z] Removing intermediate container b49e88bc4883 [2020-06-12T14:55:41.101Z] ---> a70d7c2b408a [2020-06-12T14:55:41.101Z] Step 23/24 : LABEL git_sha=44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:55:41.101Z] ---> Running in cf5adea80988 [2020-06-12T14:55:41.697Z] Removing intermediate container cf5adea80988 [2020-06-12T14:55:41.697Z] ---> 78bf32de51a9 [2020-06-12T14:55:41.697Z] Step 24/24 : LABEL version=1.1.1-dev.1 [2020-06-12T14:55:41.697Z] ---> Running in c044db56a24f [2020-06-12T14:55:41.970Z] Removing intermediate container c044db56a24f [2020-06-12T14:55:41.970Z] ---> 8483f350cee4 [2020-06-12T14:55:41.970Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T14:55:41.970Z] Successfully built 8483f350cee4 [2020-06-12T14:55:41.970Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-12T14:55:42.192Z] provisioning config files... [2020-06-12T14:55:42.232Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/9@tmp/config2475231722310081737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:55:42.609Z] nexus3.edgexfoundry.org:10001 [2020-06-12T14:55:42.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:55:43.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:55:43.156Z] Configure a credential helper to remove this warning. See [2020-06-12T14:55:43.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:55:43.156Z] [2020-06-12T14:55:43.156Z] Login Succeeded [2020-06-12T14:55:43.156Z] nexus3.edgexfoundry.org:10002 [2020-06-12T14:55:43.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:55:43.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:55:43.702Z] Configure a credential helper to remove this warning. See [2020-06-12T14:55:43.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:55:43.702Z] [2020-06-12T14:55:43.702Z] Login Succeeded [2020-06-12T14:55:43.702Z] nexus3.edgexfoundry.org:10003 [2020-06-12T14:55:43.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:55:44.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:55:44.249Z] Configure a credential helper to remove this warning. See [2020-06-12T14:55:44.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:55:44.249Z] [2020-06-12T14:55:44.249Z] Login Succeeded [2020-06-12T14:55:44.249Z] nexus3.edgexfoundry.org:10004 [2020-06-12T14:55:44.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:55:44.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:55:44.798Z] Configure a credential helper to remove this warning. See [2020-06-12T14:55:44.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:55:44.798Z] [2020-06-12T14:55:44.798Z] Login Succeeded [2020-06-12T14:55:44.798Z] docker.io [2020-06-12T14:55:45.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T14:55:45.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T14:55:45.665Z] Configure a credential helper to remove this warning. See [2020-06-12T14:55:45.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T14:55:45.665Z] [2020-06-12T14:55:45.665Z] Login Succeeded [Pipeline] } [2020-06-12T14:55:45.682Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T14:55:45.784Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2020-06-12T14:55:45.784Z] 44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:55:45.784Z] latest [2020-06-12T14:55:45.784Z] 1.1.1-dev.1 [2020-06-12T14:55:45.784Z] 44d29830d52e322790143f809155a22bedb1a813-1.1.1-dev.1 [2020-06-12T14:55:45.784Z] master [2020-06-12T14:55:45.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:46.201Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:46.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:55:46.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-12T14:55:46.551Z] 997d34def5a1: Preparing [2020-06-12T14:55:46.551Z] 315ae4c5b0a1: Preparing [2020-06-12T14:55:46.551Z] ffac788374a0: Preparing [2020-06-12T14:55:46.551Z] e2f13739ad41: Preparing [2020-06-12T14:55:46.823Z] e2f13739ad41: Layer already exists [2020-06-12T14:55:46.823Z] ffac788374a0: Pushed [2020-06-12T14:55:46.823Z] 315ae4c5b0a1: Pushed [2020-06-12T14:55:50.203Z] 997d34def5a1: Pushed [2020-06-12T14:55:50.203Z] 44d29830d52e322790143f809155a22bedb1a813: digest: sha256:51da845c700d47f1e4d99662d528a53a98b2035773c28195bbdeb8ae9fe22fda size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:50.551Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:50.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-06-12T14:55:50.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-12T14:55:50.902Z] 997d34def5a1: Preparing [2020-06-12T14:55:50.902Z] 315ae4c5b0a1: Preparing [2020-06-12T14:55:50.902Z] ffac788374a0: Preparing [2020-06-12T14:55:50.902Z] e2f13739ad41: Preparing [2020-06-12T14:55:50.902Z] 315ae4c5b0a1: Layer already exists [2020-06-12T14:55:50.902Z] 997d34def5a1: Layer already exists [2020-06-12T14:55:50.902Z] e2f13739ad41: Layer already exists [2020-06-12T14:55:50.902Z] ffac788374a0: Layer already exists [2020-06-12T14:55:51.174Z] latest: digest: sha256:51da845c700d47f1e4d99662d528a53a98b2035773c28195bbdeb8ae9fe22fda size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:51.518Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:51.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.1-dev.1 [2020-06-12T14:55:51.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-12T14:55:51.853Z] 997d34def5a1: Preparing [2020-06-12T14:55:51.853Z] 315ae4c5b0a1: Preparing [2020-06-12T14:55:51.853Z] ffac788374a0: Preparing [2020-06-12T14:55:51.853Z] e2f13739ad41: Preparing [2020-06-12T14:55:51.853Z] 315ae4c5b0a1: Layer already exists [2020-06-12T14:55:51.853Z] e2f13739ad41: Layer already exists [2020-06-12T14:55:51.853Z] 997d34def5a1: Layer already exists [2020-06-12T14:55:51.853Z] ffac788374a0: Layer already exists [2020-06-12T14:55:52.127Z] 1.1.1-dev.1: digest: sha256:51da845c700d47f1e4d99662d528a53a98b2035773c28195bbdeb8ae9fe22fda size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:52.496Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813-1.1.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:52.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813-1.1.1-dev.1 [2020-06-12T14:55:52.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-12T14:55:52.831Z] 997d34def5a1: Preparing [2020-06-12T14:55:52.831Z] 315ae4c5b0a1: Preparing [2020-06-12T14:55:52.831Z] ffac788374a0: Preparing [2020-06-12T14:55:52.831Z] e2f13739ad41: Preparing [2020-06-12T14:55:52.831Z] 315ae4c5b0a1: Layer already exists [2020-06-12T14:55:52.831Z] e2f13739ad41: Layer already exists [2020-06-12T14:55:52.831Z] ffac788374a0: Layer already exists [2020-06-12T14:55:52.831Z] 997d34def5a1: Layer already exists [2020-06-12T14:55:53.101Z] 44d29830d52e322790143f809155a22bedb1a813-1.1.1-dev.1: digest: sha256:51da845c700d47f1e4d99662d528a53a98b2035773c28195bbdeb8ae9fe22fda size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:53.443Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:53.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2020-06-12T14:55:53.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-12T14:55:53.776Z] 997d34def5a1: Preparing [2020-06-12T14:55:53.776Z] 315ae4c5b0a1: Preparing [2020-06-12T14:55:53.776Z] ffac788374a0: Preparing [2020-06-12T14:55:53.776Z] e2f13739ad41: Preparing [2020-06-12T14:55:53.776Z] e2f13739ad41: Layer already exists [2020-06-12T14:55:53.776Z] 315ae4c5b0a1: Layer already exists [2020-06-12T14:55:53.776Z] ffac788374a0: Layer already exists [2020-06-12T14:55:53.776Z] 997d34def5a1: Layer already exists [2020-06-12T14:55:54.046Z] master: digest: sha256:51da845c700d47f1e4d99662d528a53a98b2035773c28195bbdeb8ae9fe22fda size: 1154 [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-12T14:55:54.898Z] provisioning config files... [2020-06-12T14:55:54.909Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2993524244381272843tmp [Pipeline] { [Pipeline] sh [2020-06-12T14:55:55.248Z] + curl -s https://codecov.io/bash [2020-06-12T14:55:55.248Z] + bash -s - -t @/w/workspace/gexfoundry_device-rest-go_master@tmp/config2993524244381272843tmp [2020-06-12T14:55:55.509Z] [2020-06-12T14:55:55.509Z] _____ _ [2020-06-12T14:55:55.509Z] / ____| | | [2020-06-12T14:55:55.509Z] | | ___ __| | ___ ___ _____ __ [2020-06-12T14:55:55.509Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-12T14:55:55.509Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-12T14:55:55.509Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-12T14:55:55.509Z] Bash-20200602-f809a24 [2020-06-12T14:55:55.509Z] [2020-06-12T14:55:55.509Z] [2020-06-12T14:55:55.509Z] ==> Jenkins CI detected. [2020-06-12T14:55:55.509Z] project root: . [2020-06-12T14:55:55.509Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-12T14:55:55.509Z] ==> Running gcov in . (disable via -X gcov) [2020-06-12T14:55:55.509Z] ==> Python coveragepy not found [2020-06-12T14:55:55.509Z] ==> Searching for coverage reports in: [2020-06-12T14:55:55.509Z] + . [2020-06-12T14:55:55.509Z] -> Found 1 reports [2020-06-12T14:55:55.509Z] ==> Detecting git/mercurial file structure [2020-06-12T14:55:55.509Z] ==> Reading reports [2020-06-12T14:55:55.509Z] + ./coverage.out bytes=9369 [2020-06-12T14:55:55.509Z] ==> Appending adjustments [2020-06-12T14:55:55.509Z] https://docs.codecov.io/docs/fixing-reports [2020-06-12T14:55:55.769Z] + Found adjustments [2020-06-12T14:55:55.769Z] ==> Gzipping contents [2020-06-12T14:55:55.769Z] ==> Uploading reports [2020-06-12T14:55:55.769Z] url: https://codecov.io [2020-06-12T14:55:55.769Z] query: branch=master&commit=44d29830d52e322790143f809155a22bedb1a813&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-12T14:55:55.769Z] -> Pinging Codecov [2020-06-12T14:55:55.769Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=44d29830d52e322790143f809155a22bedb1a813&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-12T14:55:56.339Z] -> Uploading [2020-06-12T14:55:56.910Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/44d29830d52e322790143f809155a22bedb1a813 [Pipeline] } [2020-06-12T14:55:56.918Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-12T14:55:57.344Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-12T14:55:57.346Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-12T14:55:57.380Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:57.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T14:55:57.707Z] [2020-06-12T14:55:57.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:55:58.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T14:55:58.029Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-12T14:55:58.029Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-12T14:55:58.029Z] 408f87550127: Pulling fs layer [2020-06-12T14:55:58.029Z] fe522b08c979: Pulling fs layer [2020-06-12T14:55:58.029Z] 221eaa008020: Pulling fs layer [2020-06-12T14:55:58.029Z] 2a4607e5d6b9: Pulling fs layer [2020-06-12T14:55:58.029Z] 8f79b27c4fd2: Pulling fs layer [2020-06-12T14:55:58.029Z] e5c8dbe1645b: Pulling fs layer [2020-06-12T14:55:58.029Z] 23e8b3b47431: Pulling fs layer [2020-06-12T14:55:58.029Z] 5c568d65a230: Pulling fs layer [2020-06-12T14:55:58.029Z] 8f79b27c4fd2: Waiting [2020-06-12T14:55:58.029Z] e5c8dbe1645b: Waiting [2020-06-12T14:55:58.029Z] 23e8b3b47431: Waiting [2020-06-12T14:55:58.029Z] 5c568d65a230: Waiting [2020-06-12T14:55:58.029Z] 221eaa008020: Waiting [2020-06-12T14:55:58.029Z] 2a4607e5d6b9: Waiting [2020-06-12T14:55:58.029Z] fe522b08c979: Verifying Checksum [2020-06-12T14:55:58.029Z] fe522b08c979: Download complete [2020-06-12T14:55:58.029Z] 408f87550127: Verifying Checksum [2020-06-12T14:55:58.029Z] 408f87550127: Download complete [2020-06-12T14:55:58.029Z] 2a4607e5d6b9: Verifying Checksum [2020-06-12T14:55:58.029Z] 2a4607e5d6b9: Download complete [2020-06-12T14:55:58.029Z] 8f79b27c4fd2: Verifying Checksum [2020-06-12T14:55:58.029Z] 8f79b27c4fd2: Download complete [2020-06-12T14:55:58.029Z] cbdbe7a5bc2a: Download complete [2020-06-12T14:55:58.296Z] e5c8dbe1645b: Verifying Checksum [2020-06-12T14:55:58.296Z] e5c8dbe1645b: Download complete [2020-06-12T14:55:58.568Z] cbdbe7a5bc2a: Pull complete [2020-06-12T14:55:58.836Z] 23e8b3b47431: Verifying Checksum [2020-06-12T14:55:58.836Z] 23e8b3b47431: Download complete [2020-06-12T14:55:58.836Z] 408f87550127: Pull complete [2020-06-12T14:55:59.099Z] 5c568d65a230: Verifying Checksum [2020-06-12T14:55:59.099Z] 5c568d65a230: Download complete [2020-06-12T14:55:59.361Z] fe522b08c979: Pull complete [2020-06-12T14:55:59.621Z] 221eaa008020: Verifying Checksum [2020-06-12T14:55:59.621Z] 221eaa008020: Download complete [2020-06-12T14:56:04.933Z] 221eaa008020: Pull complete [2020-06-12T14:56:04.933Z] 2a4607e5d6b9: Pull complete [2020-06-12T14:56:04.933Z] 8f79b27c4fd2: Pull complete [2020-06-12T14:56:06.321Z] e5c8dbe1645b: Pull complete [2020-06-12T14:56:09.630Z] 23e8b3b47431: Pull complete [2020-06-12T14:56:10.584Z] 5c568d65a230: Pull complete [2020-06-12T14:56:10.584Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-12T14:56:10.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T14:56:10.845Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-12T14:56:10.978Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:56:11.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-rest-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:56:11.729Z] $ docker top 620c89000c66a1f9e622ddea664d2150a964466a7df3f2e97f9621dfa7f477a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T14:56:12.145Z] + snyk monitor '--org=edgex-jenkins' [2020-06-12T14:56:17.440Z] [2020-06-12T14:56:17.440Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2020-06-12T14:56:17.440Z] [2020-06-12T14:56:17.440Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/e762fa92-9453-483f-a642-ac13c0ce6d02 [2020-06-12T14:56:17.440Z] [2020-06-12T14:56:17.440Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-12T14:56:17.440Z] [2020-06-12T14:56:17.440Z] [Pipeline] } [2020-06-12T14:56:17.456Z] $ docker stop --time=1 620c89000c66a1f9e622ddea664d2150a964466a7df3f2e97f9621dfa7f477a3 [2020-06-12T14:56:19.801Z] $ docker rm -f 620c89000c66a1f9e622ddea664d2150a964466a7df3f2e97f9621dfa7f477a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:56:20.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T14:56:20.623Z] [2020-06-12T14:56:20.623Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:56:20.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T14:56:20.949Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-12T14:56:20.949Z] e7c96db7181b: Pulling fs layer [2020-06-12T14:56:20.949Z] 1868ca2cb446: Pulling fs layer [2020-06-12T14:56:20.949Z] 136be5d0fe8e: Pulling fs layer [2020-06-12T14:56:20.949Z] 894bfe63afcb: Pulling fs layer [2020-06-12T14:56:20.949Z] 894bfe63afcb: Waiting [2020-06-12T14:56:20.949Z] 1868ca2cb446: Verifying Checksum [2020-06-12T14:56:20.949Z] 1868ca2cb446: Download complete [2020-06-12T14:56:20.949Z] e7c96db7181b: Verifying Checksum [2020-06-12T14:56:20.949Z] e7c96db7181b: Download complete [2020-06-12T14:56:20.949Z] 894bfe63afcb: Verifying Checksum [2020-06-12T14:56:20.949Z] 894bfe63afcb: Download complete [2020-06-12T14:56:21.209Z] e7c96db7181b: Pull complete [2020-06-12T14:56:21.209Z] 1868ca2cb446: Pull complete [2020-06-12T14:56:21.470Z] 136be5d0fe8e: Pull complete [2020-06-12T14:56:21.729Z] 894bfe63afcb: Pull complete [2020-06-12T14:56:21.729Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-12T14:56:21.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T14:56:21.730Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-12T14:56:21.831Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:56:21.871Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:56:22.921Z] $ docker top cb0826dfeec8e6a0f9369c525541342b0cc7c85e6861a09fdd161f8ec4afcbd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T14:56:23.375Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:56:23.375Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T14:56:26.758Z] $ docker stop --time=1 cb0826dfeec8e6a0f9369c525541342b0cc7c85e6861a09fdd161f8ec4afcbd2 [2020-06-12T14:56:28.074Z] $ docker rm -f cb0826dfeec8e6a0f9369c525541342b0cc7c85e6861a09fdd161f8ec4afcbd2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:56:28.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T14:56:28.561Z] . [Pipeline] withDockerContainer [2020-06-12T14:56:28.746Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:56:28.783Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:56:29.390Z] $ docker top fcfe50bfd18e0bc67c49fb79a7360419f9fcad7fa6fba1d7c3114005aff276d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T14:56:29.812Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:56:29.812Z] + tee [2020-06-12T14:56:29.812Z] clair timeout 1m0s [2020-06-12T14:56:29.812Z] docker timeout: 1m0s [2020-06-12T14:56:29.812Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T14:56:30.449Z] $ docker stop --time=1 fcfe50bfd18e0bc67c49fb79a7360419f9fcad7fa6fba1d7c3114005aff276d0 [2020-06-12T14:56:31.761Z] $ docker rm -f fcfe50bfd18e0bc67c49fb79a7360419f9fcad7fa6fba1d7c3114005aff276d0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T14:56:32.174Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-06-12T14:56:32.186Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go_44d29830d52e322790143f809155a22bedb1a813.html [Pipeline] writeFile [Pipeline] step [2020-06-12T14:56:32.214Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:56:32.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T14:56:32.548Z] . [Pipeline] withDockerContainer [2020-06-12T14:56:32.649Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:56:32.692Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:56:33.370Z] $ docker top c576d34f0c639a0ee0aca7e77dda350f2b47fa1384bf243edbbde3ae085747db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T14:56:33.887Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:56:33.888Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T14:56:37.276Z] $ docker stop --time=1 c576d34f0c639a0ee0aca7e77dda350f2b47fa1384bf243edbbde3ae085747db [2020-06-12T14:56:38.606Z] $ docker rm -f c576d34f0c639a0ee0aca7e77dda350f2b47fa1384bf243edbbde3ae085747db [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:56:39.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T14:56:39.014Z] . [Pipeline] withDockerContainer [2020-06-12T14:56:39.099Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:56:39.138Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:56:39.745Z] $ docker top 9a6f8d1753b3fd46bf7ed5beac4c84f374e75c481967bd26cbe07da5772d8038 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T14:56:40.236Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813 [2020-06-12T14:56:40.236Z] + tee [2020-06-12T14:56:40.236Z] clair timeout 1m0s [2020-06-12T14:56:40.236Z] docker timeout: 1m0s [2020-06-12T14:56:40.236Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T14:56:40.870Z] $ docker stop --time=1 9a6f8d1753b3fd46bf7ed5beac4c84f374e75c481967bd26cbe07da5772d8038 [2020-06-12T14:56:42.206Z] $ docker rm -f 9a6f8d1753b3fd46bf7ed5beac4c84f374e75c481967bd26cbe07da5772d8038 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T14:56:42.615Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-06-12T14:56:42.627Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go-arm64_44d29830d52e322790143f809155a22bedb1a813.html [Pipeline] writeFile [Pipeline] step [2020-06-12T14:56:42.656Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:56:43.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T14:56:43.593Z] . [Pipeline] withDockerContainer [2020-06-12T14:56:43.679Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:56:43.717Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:56:44.293Z] $ docker top 2bb9d2ec13f2ec19453a32f35f1747e010be52597c51e2d09edcb9faef1698d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T14:56:44.483Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T14:56:44.483Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T14:56:44.697Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T14:56:44.703Z] $ docker exec 2bb9d2ec13f2ec19453a32f35f1747e010be52597c51e2d09edcb9faef1698d0 ssh-agent [2020-06-12T14:56:44.867Z] SSH_AUTH_SOCK=/tmp/ssh-zIaZy0Qn6Ezy/agent.12 [2020-06-12T14:56:44.867Z] SSH_AGENT_PID=17 [2020-06-12T14:56:44.872Z] Running ssh-add (command line suppressed) [2020-06-12T14:56:44.997Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3552863154910614020.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3552863154910614020.key) [2020-06-12T14:56:45.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T14:56:45.343Z] + git semver tag [2020-06-12T14:56:45.343Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T14:56:45.343Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-12T14:56:45.343Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-12T14:56:45.343Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T14:56:45.343Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T14:56:45.343Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T14:56:45.343Z] # $SEMVER_BRANCH = master [2020-06-12T14:56:45.343Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-12T14:56:45.343Z] # 44d29830d52e322790143f809155a22bedb1a813 HEAD [2020-06-12T14:56:45.343Z] # -> Force: false [2020-06-12T14:56:45.343Z] # 0685f82c4da7de95a0a92028c0a44ea771b5cac9 refs/tags/v1.1.1-dev.1 [Pipeline] } [2020-06-12T14:56:45.357Z] $ docker exec --env ******** --env ******** 2bb9d2ec13f2ec19453a32f35f1747e010be52597c51e2d09edcb9faef1698d0 ssh-agent -k [2020-06-12T14:56:45.472Z] unset SSH_AUTH_SOCK; [2020-06-12T14:56:45.472Z] unset SSH_AGENT_PID; [2020-06-12T14:56:45.472Z] echo Agent pid 17 killed; [2020-06-12T14:56:45.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T14:56:45.870Z] + git semver [Pipeline] } [2020-06-12T14:56:45.887Z] $ docker stop --time=1 2bb9d2ec13f2ec19453a32f35f1747e010be52597c51e2d09edcb9faef1698d0 [2020-06-12T14:56:47.187Z] $ docker rm -f 2bb9d2ec13f2ec19453a32f35f1747e010be52597c51e2d09edcb9faef1698d0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:56:47.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T14:56:47.685Z] [2020-06-12T14:56:47.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:56:48.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T14:56:48.004Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-12T14:56:48.004Z] ab5ef0e58194: Pulling fs layer [2020-06-12T14:56:48.004Z] 9712f1f96733: Pulling fs layer [2020-06-12T14:56:48.004Z] 63f879dbbcfc: Pulling fs layer [2020-06-12T14:56:48.004Z] 0d9ebad4ef96: Pulling fs layer [2020-06-12T14:56:48.004Z] e9a5061849ea: Pulling fs layer [2020-06-12T14:56:48.004Z] d747dcd14b5f: Pulling fs layer [2020-06-12T14:56:48.004Z] 2de7ff778b66: Pulling fs layer [2020-06-12T14:56:48.004Z] e9a5061849ea: Waiting [2020-06-12T14:56:48.004Z] d747dcd14b5f: Waiting [2020-06-12T14:56:48.004Z] 2de7ff778b66: Waiting [2020-06-12T14:56:48.004Z] 0d9ebad4ef96: Waiting [2020-06-12T14:56:48.004Z] 9712f1f96733: Verifying Checksum [2020-06-12T14:56:48.004Z] 9712f1f96733: Download complete [2020-06-12T14:56:48.594Z] 63f879dbbcfc: Verifying Checksum [2020-06-12T14:56:48.594Z] 63f879dbbcfc: Download complete [2020-06-12T14:56:48.594Z] e9a5061849ea: Verifying Checksum [2020-06-12T14:56:48.594Z] e9a5061849ea: Download complete [2020-06-12T14:56:48.594Z] d747dcd14b5f: Verifying Checksum [2020-06-12T14:56:48.594Z] d747dcd14b5f: Download complete [2020-06-12T14:56:48.857Z] 0d9ebad4ef96: Verifying Checksum [2020-06-12T14:56:48.857Z] 0d9ebad4ef96: Download complete [2020-06-12T14:56:48.857Z] ab5ef0e58194: Verifying Checksum [2020-06-12T14:56:48.857Z] ab5ef0e58194: Download complete [2020-06-12T14:56:48.857Z] 2de7ff778b66: Verifying Checksum [2020-06-12T14:56:48.857Z] 2de7ff778b66: Download complete [2020-06-12T14:56:53.063Z] ab5ef0e58194: Pull complete [2020-06-12T14:56:53.063Z] 9712f1f96733: Pull complete [2020-06-12T14:56:57.282Z] 63f879dbbcfc: Pull complete [2020-06-12T14:57:02.594Z] 0d9ebad4ef96: Pull complete [2020-06-12T14:57:03.991Z] e9a5061849ea: Pull complete [2020-06-12T14:57:03.991Z] d747dcd14b5f: Pull complete [2020-06-12T14:57:08.193Z] 2de7ff778b66: Pull complete [2020-06-12T14:57:08.193Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-12T14:57:08.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T14:57:08.193Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-12T14:57:08.338Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:57:08.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:57:10.774Z] $ docker top 3a39fd709e5195ef24dd9b42c07076bb3500da08b77b458d5aabf9246e2fee7f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-12T14:57:10.954Z] provisioning config files... [2020-06-12T14:57:10.966Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3519859752792734864tmp [2020-06-12T14:57:10.988Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8468256522693512532tmp [2020-06-12T14:57:11.011Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7640121923819890397tmp [Pipeline] { [Pipeline] echo [2020-06-12T14:57:11.048Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:57:11.341Z] ---> sigul-configuration.sh [2020-06-12T14:57:11.341Z] gpg: directory `/root/.gnupg' created [2020-06-12T14:57:11.341Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-12T14:57:11.341Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-12T14:57:11.341Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-12T14:57:11.341Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-12T14:57:11.341Z] gpg: CAST5 encrypted data [2020-06-12T14:57:11.601Z] gpg: encrypted with 1 passphrase [2020-06-12T14:57:11.601Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-12T14:57:11.891Z] + mkdir /home/jenkins [2020-06-12T14:57:11.891Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-12T14:57:12.198Z] + 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-12T14:57:12.207Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:57:12.498Z] ---> sigul-install.sh [2020-06-12T14:57:16.710Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-12T14:57:17.004Z] + git tag --list [2020-06-12T14:57:17.004Z] v1.1.1-dev.1 [Pipeline] sh [2020-06-12T14:57:17.293Z] + lftools sign git-tag v1.1.1-dev.1 [2020-06-12T14:57:18.237Z] Signing Git tag with Sigul... [2020-06-12T14:57:18.237Z] Signing v1.1.1-dev.1 [Pipeline] echo [2020-06-12T14:57:19.629Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:57:19.919Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-12T14:57:19.929Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-12T14:57:19.987Z] $ docker stop --time=1 3a39fd709e5195ef24dd9b42c07076bb3500da08b77b458d5aabf9246e2fee7f [2020-06-12T14:57:21.843Z] $ docker rm -f 3a39fd709e5195ef24dd9b42c07076bb3500da08b77b458d5aabf9246e2fee7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:57:22.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T14:57:22.401Z] . [Pipeline] withDockerContainer [2020-06-12T14:57:22.487Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:57:22.527Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:57:23.055Z] $ docker top da5d6bac902f28db43a1ae97da7059b38944c2471a0bb5092fd30c5a2519ade4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T14:57:23.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T14:57:23.246Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T14:57:23.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T14:57:23.428Z] $ docker exec da5d6bac902f28db43a1ae97da7059b38944c2471a0bb5092fd30c5a2519ade4 ssh-agent [2020-06-12T14:57:23.598Z] SSH_AUTH_SOCK=/tmp/ssh-3XmXB3szFsfF/agent.12 [2020-06-12T14:57:23.598Z] SSH_AGENT_PID=18 [2020-06-12T14:57:23.604Z] Running ssh-add (command line suppressed) [2020-06-12T14:57:23.725Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1846648119852850058.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1846648119852850058.key) [2020-06-12T14:57:23.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T14:57:24.082Z] + git semver bump pre [2020-06-12T14:57:24.082Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T14:57:24.082Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-12T14:57:24.082Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-12T14:57:24.082Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T14:57:24.082Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T14:57:24.082Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T14:57:24.082Z] # $SEMVER_BRANCH = master [2020-06-12T14:57:24.082Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-12T14:57:24.082Z] 1.1.1-dev.2 [Pipeline] } [2020-06-12T14:57:24.096Z] $ docker exec --env ******** --env ******** da5d6bac902f28db43a1ae97da7059b38944c2471a0bb5092fd30c5a2519ade4 ssh-agent -k [2020-06-12T14:57:24.209Z] unset SSH_AUTH_SOCK; [2020-06-12T14:57:24.209Z] unset SSH_AGENT_PID; [2020-06-12T14:57:24.209Z] echo Agent pid 18 killed; [2020-06-12T14:57:24.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T14:57:24.624Z] + git semver [Pipeline] } [2020-06-12T14:57:24.643Z] $ docker stop --time=1 da5d6bac902f28db43a1ae97da7059b38944c2471a0bb5092fd30c5a2519ade4 [2020-06-12T14:57:25.959Z] $ docker rm -f da5d6bac902f28db43a1ae97da7059b38944c2471a0bb5092fd30c5a2519ade4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:57:26.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T14:57:26.396Z] . [Pipeline] withDockerContainer [2020-06-12T14:57:26.483Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:57:26.521Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:57:27.068Z] $ docker top 4367ba7fff78808740deb987d01d09a1d19b4be5606290d1bc96fef9a09d6113 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T14:57:27.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T14:57:27.259Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T14:57:27.432Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T14:57:27.441Z] $ docker exec 4367ba7fff78808740deb987d01d09a1d19b4be5606290d1bc96fef9a09d6113 ssh-agent [2020-06-12T14:57:27.608Z] SSH_AUTH_SOCK=/tmp/ssh-7EFlzHKF2fTK/agent.11 [2020-06-12T14:57:27.608Z] SSH_AGENT_PID=16 [2020-06-12T14:57:27.628Z] Running ssh-add (command line suppressed) [2020-06-12T14:57:27.750Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_351832467317316682.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_351832467317316682.key) [2020-06-12T14:57:27.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T14:57:28.116Z] + git semver push [2020-06-12T14:57:28.116Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T14:57:28.116Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-12T14:57:28.116Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-12T14:57:28.116Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T14:57:28.116Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T14:57:28.116Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T14:57:28.116Z] # $SEMVER_BRANCH = master [2020-06-12T14:57:28.116Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-06-12T14:57:34.726Z] $ docker exec --env ******** --env ******** 4367ba7fff78808740deb987d01d09a1d19b4be5606290d1bc96fef9a09d6113 ssh-agent -k [2020-06-12T14:57:34.855Z] unset SSH_AUTH_SOCK; [2020-06-12T14:57:34.855Z] unset SSH_AGENT_PID; [2020-06-12T14:57:34.855Z] echo Agent pid 16 killed; [2020-06-12T14:57:34.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T14:57:35.266Z] + git semver [Pipeline] } [2020-06-12T14:57:35.282Z] $ docker stop --time=1 4367ba7fff78808740deb987d01d09a1d19b4be5606290d1bc96fef9a09d6113 [2020-06-12T14:57:36.623Z] $ docker rm -f 4367ba7fff78808740deb987d01d09a1d19b4be5606290d1bc96fef9a09d6113 [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-12T14:57:37.290Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:57:37.842Z] ---> package-listing.sh [2020-06-12T14:57:37.842Z] ++ facter osfamily [2020-06-12T14:57:37.842Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-12T14:57:37.842Z] + OS_FAMILY=redhat [2020-06-12T14:57:37.842Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2020-06-12T14:57:37.842Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-12T14:57:37.842Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-12T14:57:37.842Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-12T14:57:37.842Z] + PACKAGES=/tmp/packages_start.txt [2020-06-12T14:57:37.842Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-06-12T14:57:37.842Z] + PACKAGES=/tmp/packages_end.txt [2020-06-12T14:57:37.842Z] + case "${OS_FAMILY}" in [2020-06-12T14:57:37.842Z] + rpm -qa [2020-06-12T14:57:37.842Z] + sort [2020-06-12T14:57:42.047Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-12T14:57:42.047Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-12T14:57:42.047Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-12T14:57:42.047Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-06-12T14:57:42.047Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2020-06-12T14:57:42.047Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:57:42.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T14:57:42.654Z] [2020-06-12T14:57:42.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-12T14:57:42.969Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T14:57:42.969Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-12T14:57:42.969Z] c9b1b535fdd9: Pulling fs layer [2020-06-12T14:57:42.969Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-12T14:57:42.969Z] 756a868c4378: Pulling fs layer [2020-06-12T14:57:42.969Z] 444b2fc9a129: Pulling fs layer [2020-06-12T14:57:42.969Z] ea15f1150254: Pulling fs layer [2020-06-12T14:57:42.969Z] 41b27a9f41bf: Pulling fs layer [2020-06-12T14:57:42.969Z] 28c525ee5125: Pulling fs layer [2020-06-12T14:57:42.969Z] 094b1ea09ed8: Pulling fs layer [2020-06-12T14:57:42.969Z] 138eaada9080: Pulling fs layer [2020-06-12T14:57:42.969Z] 0622d0fa9048: Pulling fs layer [2020-06-12T14:57:42.969Z] 138eaada9080: Waiting [2020-06-12T14:57:42.969Z] 41b27a9f41bf: Waiting [2020-06-12T14:57:42.969Z] 28c525ee5125: Waiting [2020-06-12T14:57:42.969Z] 094b1ea09ed8: Waiting [2020-06-12T14:57:42.969Z] 0622d0fa9048: Waiting [2020-06-12T14:57:42.969Z] 444b2fc9a129: Waiting [2020-06-12T14:57:42.969Z] ea15f1150254: Waiting [2020-06-12T14:57:42.969Z] 2cc5ad85d9ab: Download complete [2020-06-12T14:57:42.969Z] 444b2fc9a129: Verifying Checksum [2020-06-12T14:57:42.969Z] 444b2fc9a129: Download complete [2020-06-12T14:57:42.969Z] c9b1b535fdd9: Verifying Checksum [2020-06-12T14:57:42.969Z] c9b1b535fdd9: Download complete [2020-06-12T14:57:42.969Z] ea15f1150254: Verifying Checksum [2020-06-12T14:57:42.969Z] ea15f1150254: Download complete [2020-06-12T14:57:43.230Z] 28c525ee5125: Verifying Checksum [2020-06-12T14:57:43.230Z] 28c525ee5125: Download complete [2020-06-12T14:57:43.230Z] 756a868c4378: Verifying Checksum [2020-06-12T14:57:43.230Z] 756a868c4378: Download complete [2020-06-12T14:57:43.494Z] 138eaada9080: Verifying Checksum [2020-06-12T14:57:43.494Z] 138eaada9080: Download complete [2020-06-12T14:57:43.494Z] 0622d0fa9048: Verifying Checksum [2020-06-12T14:57:43.494Z] 0622d0fa9048: Download complete [2020-06-12T14:57:43.494Z] 094b1ea09ed8: Verifying Checksum [2020-06-12T14:57:43.494Z] 094b1ea09ed8: Download complete [2020-06-12T14:57:43.758Z] c9b1b535fdd9: Pull complete [2020-06-12T14:57:44.025Z] 2cc5ad85d9ab: Pull complete [2020-06-12T14:57:44.025Z] 41b27a9f41bf: Verifying Checksum [2020-06-12T14:57:45.425Z] 756a868c4378: Pull complete [2020-06-12T14:57:45.425Z] 444b2fc9a129: Pull complete [2020-06-12T14:57:45.686Z] ea15f1150254: Pull complete [2020-06-12T14:57:49.908Z] 41b27a9f41bf: Pull complete [2020-06-12T14:57:49.909Z] 28c525ee5125: Pull complete [2020-06-12T14:57:51.821Z] 094b1ea09ed8: Pull complete [2020-06-12T14:57:52.081Z] 138eaada9080: Pull complete [2020-06-12T14:57:52.081Z] 0622d0fa9048: Pull complete [2020-06-12T14:57:52.081Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-12T14:57:52.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T14:57:52.081Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-12T14:57:52.214Z] prd-centos7-docker-4c-2g-2756 does not seem to be running inside a container [2020-06-12T14:57:52.265Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-12T14:57:55.300Z] $ docker top bcca9e92cdbf51ba86b16984d905aa53e762943f4b3d93b6dba4197135d3201f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T14:57:55.468Z] provisioning config files... [2020-06-12T14:57:55.480Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3681662686650874495tmp [Pipeline] { [Pipeline] echo [2020-06-12T14:57:55.509Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:57:55.804Z] ---> create-netrc.sh [Pipeline] echo [2020-06-12T14:57:55.813Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T14:57:56.104Z] ---> logs-deploy.sh [2020-06-12T14:57:56.104Z] + ARCHIVE_ARTIFACTS= [2020-06-12T14:57:56.104Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-12T14:57:56.104Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-12T14:57:56.104Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-12T14:57:56.104Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/9 [2020-06-12T14:57:56.104Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/master/9/ [2020-06-12T14:57:56.104Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/9 /w/workspace/gexfoundry_device-rest-go_master [2020-06-12T14:57:57.042Z] Archives upload complete. [2020-06-12T14:57:57.303Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/master/9/