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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3026’ Running on prd-centos7-docker-4c-2g-3032 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 Fetching without tags > 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 > 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-15T15:39:01.711Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-15T15:39:01.850Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-15T15:39:01.900Z] ========================================================= [2020-06-15T15:39:01.900Z] EdgeX Global Pipelines Version Info [2020-06-15T15:39:01.900Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:39:03.311Z] ------------------- [2020-06-15T15:39:03.311Z] stable info: [2020-06-15T15:39:03.311Z] ------------------- [2020-06-15T15:39:03.311Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-15T15:39:03.311Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T15:39:03.311Z] Message: update stable to v1.0.89 [2020-06-15T15:39:04.699Z] ------------------- [2020-06-15T15:39:04.699Z] experimental info: [2020-06-15T15:39:04.699Z] ------------------- [2020-06-15T15:39:04.699Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-15T15:39:04.699Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T15:39:04.699Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:39:05.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:39:06.162Z] [2020-06-15T15:39:06.162Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:39:06.492Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:39:06.492Z] latest: Pulling from edgex-devops/git-semver [2020-06-15T15:39:06.492Z] 9123ac7c32f7: Pulling fs layer [2020-06-15T15:39:06.492Z] b8cc5d1170e3: Pulling fs layer [2020-06-15T15:39:06.492Z] 2924cbbf6a41: Pulling fs layer [2020-06-15T15:39:06.492Z] 93b08a4f1073: Pulling fs layer [2020-06-15T15:39:06.492Z] 93b08a4f1073: Waiting [2020-06-15T15:39:06.492Z] b8cc5d1170e3: Verifying Checksum [2020-06-15T15:39:06.492Z] b8cc5d1170e3: Download complete [2020-06-15T15:39:06.757Z] 9123ac7c32f7: Verifying Checksum [2020-06-15T15:39:06.757Z] 9123ac7c32f7: Download complete [2020-06-15T15:39:06.757Z] 2924cbbf6a41: Verifying Checksum [2020-06-15T15:39:06.757Z] 2924cbbf6a41: Download complete [2020-06-15T15:39:06.757Z] 93b08a4f1073: Verifying Checksum [2020-06-15T15:39:06.757Z] 93b08a4f1073: Download complete [2020-06-15T15:39:07.021Z] 9123ac7c32f7: Pull complete [2020-06-15T15:39:07.021Z] b8cc5d1170e3: Pull complete [2020-06-15T15:39:07.972Z] 2924cbbf6a41: Pull complete [2020-06-15T15:39:08.233Z] 93b08a4f1073: Pull complete [2020-06-15T15:39:08.233Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-15T15:39:08.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:39:08.233Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-15T15:39:08.344Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:39:08.390Z] $ 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-15T15:39:10.626Z] $ docker top 490adbb61ab87ebe25afb8e118c233026dde20a596ead45f4b67e72be5aa008b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:39:10.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:39:10.805Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:39:10.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:39:11.004Z] $ docker exec 490adbb61ab87ebe25afb8e118c233026dde20a596ead45f4b67e72be5aa008b ssh-agent [2020-06-15T15:39:11.163Z] SSH_AUTH_SOCK=/tmp/ssh-9k7xJTzAQacR/agent.11 [2020-06-15T15:39:11.163Z] SSH_AGENT_PID=16 [2020-06-15T15:39:11.178Z] Running ssh-add (command line suppressed) [2020-06-15T15:39:11.298Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2527775251205266840.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2527775251205266840.key) [2020-06-15T15:39:11.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:39:11.649Z] + git describe --exact-match --tags HEAD [2020-06-15T15:39:11.649Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-15T15:39:11.785Z] $ docker exec --env ******** --env ******** 490adbb61ab87ebe25afb8e118c233026dde20a596ead45f4b67e72be5aa008b ssh-agent -k [2020-06-15T15:39:11.907Z] unset SSH_AUTH_SOCK; [2020-06-15T15:39:11.907Z] unset SSH_AGENT_PID; [2020-06-15T15:39:11.907Z] echo Agent pid 16 killed; [2020-06-15T15:39:11.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-15T15:39:11.989Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-15T15:39:11.990Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-15T15:39:12.041Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:39:12.041Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:39:12.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:39:12.202Z] $ docker exec 490adbb61ab87ebe25afb8e118c233026dde20a596ead45f4b67e72be5aa008b ssh-agent [2020-06-15T15:39:12.355Z] SSH_AUTH_SOCK=/tmp/ssh-9weIRjpu5RqF/agent.44 [2020-06-15T15:39:12.355Z] SSH_AGENT_PID=50 [2020-06-15T15:39:12.361Z] Running ssh-add (command line suppressed) [2020-06-15T15:39:12.482Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6871241570053467723.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6871241570053467723.key) [2020-06-15T15:39:12.536Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:39:12.839Z] + git semver init [2020-06-15T15:39:12.839Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:39:12.839Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-15T15:39:12.839Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T15:39:12.839Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:39:12.839Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:39:12.839Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:39:12.839Z] # $SEMVER_BRANCH = master [2020-06-15T15:39:12.839Z] # $SEMVER_TEMP = /tmp/semver-996181433 [2020-06-15T15:39:12.839Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-06-15T15:39:13.781Z] # '/tmp/semver-996181433' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2020-06-15T15:39:13.781Z] # -> Force: false [2020-06-15T15:39:13.781Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-06-15T15:39:13.794Z] $ docker exec --env ******** --env ******** 490adbb61ab87ebe25afb8e118c233026dde20a596ead45f4b67e72be5aa008b ssh-agent -k [2020-06-15T15:39:13.904Z] unset SSH_AUTH_SOCK; [2020-06-15T15:39:13.905Z] unset SSH_AGENT_PID; [2020-06-15T15:39:13.905Z] echo Agent pid 50 killed; [2020-06-15T15:39:13.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:39:14.330Z] + git semver [Pipeline] } [2020-06-15T15:39:14.347Z] $ docker stop --time=1 490adbb61ab87ebe25afb8e118c233026dde20a596ead45f4b67e72be5aa008b [2020-06-15T15:39:15.700Z] $ docker rm -f 490adbb61ab87ebe25afb8e118c233026dde20a596ead45f4b67e72be5aa008b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-15T15:39:16.796Z] Stashed 19 file(s) [Pipeline] echo [2020-06-15T15:39:16.798Z] [edgeXSemver] initialized semver on version 1.1.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-15T15:39:31.959Z] Still waiting to schedule task [2020-06-15T15:39:31.959Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-15T15:39:31.961Z] Still waiting to schedule task [2020-06-15T15:39:31.961Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-15T15:41:20.143Z] Running on prd-centos7-docker-4c-2g-3042 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-06-15T15:41:20.167Z] Running in /w/workspace/device-rest-go/10 [Pipeline] { [Pipeline] checkout [2020-06-15T15:41:23.039Z] using credential edgex-jenkins-ssh [2020-06-15T15:41:23.068Z] Cloning the remote Git repository [2020-06-15T15:41:23.068Z] Cloning with configured refspecs honoured and without tags [2020-06-15T15:41:23.110Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T15:41:23.176Z] > git init /w/workspace/device-rest-go/10 # timeout=10 [2020-06-15T15:41:23.217Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T15:41:23.217Z] > git --version # timeout=10 [2020-06-15T15:41:23.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:41:23.252Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:26.252Z] Fetching without tags [2020-06-15T15:41:26.627Z] Checking out Revision 44d29830d52e322790143f809155a22bedb1a813 (master) [2020-06-15T15:41:26.224Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-15T15:41:26.232Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:26.248Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-15T15:41:26.262Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T15:41:26.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:41:26.267Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:26.641Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T15:41:26.646Z] > git checkout -f 44d29830d52e322790143f809155a22bedb1a813 # timeout=10 [2020-06-15T15:41:30.413Z] 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-15T15:41:31.373Z] ========================================================= [2020-06-15T15:41:31.373Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-15T15:41:31.373Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:41:32.060Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-15T15:41:32.330Z] Sending build context to Docker daemon 8.016MB [2020-06-15T15:41:32.330Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-15T15:41:32.330Z] Step 2/10 : FROM ${BASE} [2020-06-15T15:41:32.611Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-15T15:41:32.611Z] e6b0cf9c0882: Pulling fs layer [2020-06-15T15:41:32.611Z] 2848faf0eed1: Pulling fs layer [2020-06-15T15:41:32.611Z] 0f37312ad70f: Pulling fs layer [2020-06-15T15:41:32.611Z] 5788d62ee057: Pulling fs layer [2020-06-15T15:41:32.611Z] 0e6b1d234666: Pulling fs layer [2020-06-15T15:41:32.611Z] bf5d7aec512f: Pulling fs layer [2020-06-15T15:41:32.611Z] 34c802a77dc8: Pulling fs layer [2020-06-15T15:41:32.611Z] 9eb99e56ec68: Pulling fs layer [2020-06-15T15:41:32.611Z] 27c7a5d97fbd: Pulling fs layer [2020-06-15T15:41:32.611Z] 5c102a31e300: Pulling fs layer [2020-06-15T15:41:32.611Z] dcfb455df0a1: Pulling fs layer [2020-06-15T15:41:32.611Z] 34c802a77dc8: Waiting [2020-06-15T15:41:32.611Z] 9eb99e56ec68: Waiting [2020-06-15T15:41:32.611Z] 27c7a5d97fbd: Waiting [2020-06-15T15:41:32.611Z] 5c102a31e300: Waiting [2020-06-15T15:41:32.611Z] dcfb455df0a1: Waiting [2020-06-15T15:41:32.611Z] 5788d62ee057: Waiting [2020-06-15T15:41:32.611Z] 0e6b1d234666: Waiting [2020-06-15T15:41:32.611Z] bf5d7aec512f: Waiting [2020-06-15T15:41:32.611Z] 0f37312ad70f: Verifying Checksum [2020-06-15T15:41:32.611Z] 0f37312ad70f: Download complete [2020-06-15T15:41:32.611Z] 2848faf0eed1: Verifying Checksum [2020-06-15T15:41:32.611Z] 2848faf0eed1: Download complete [2020-06-15T15:41:32.611Z] 0e6b1d234666: Verifying Checksum [2020-06-15T15:41:32.611Z] 0e6b1d234666: Download complete [2020-06-15T15:41:32.611Z] bf5d7aec512f: Verifying Checksum [2020-06-15T15:41:32.611Z] bf5d7aec512f: Download complete [2020-06-15T15:41:32.611Z] e6b0cf9c0882: Verifying Checksum [2020-06-15T15:41:32.891Z] e6b0cf9c0882: Pull complete [2020-06-15T15:41:33.181Z] 2848faf0eed1: Pull complete [2020-06-15T15:41:33.815Z] 34c802a77dc8: Verifying Checksum [2020-06-15T15:41:33.815Z] 34c802a77dc8: Download complete [2020-06-15T15:41:33.815Z] 27c7a5d97fbd: Verifying Checksum [2020-06-15T15:41:33.815Z] 27c7a5d97fbd: Download complete [2020-06-15T15:41:34.407Z] 5c102a31e300: Verifying Checksum [2020-06-15T15:41:34.407Z] 5c102a31e300: Download complete [2020-06-15T15:41:34.407Z] dcfb455df0a1: Verifying Checksum [2020-06-15T15:41:34.407Z] dcfb455df0a1: Download complete [2020-06-15T15:41:34.701Z] 5788d62ee057: Verifying Checksum [2020-06-15T15:41:34.701Z] 5788d62ee057: Download complete [2020-06-15T15:41:34.701Z] 9eb99e56ec68: Verifying Checksum [2020-06-15T15:41:35.275Z] 0f37312ad70f: Pull complete [2020-06-15T15:41:41.912Z] 5788d62ee057: Pull complete [2020-06-15T15:41:41.912Z] 0e6b1d234666: Pull complete [2020-06-15T15:41:41.912Z] bf5d7aec512f: Pull complete [2020-06-15T15:41:46.209Z] 34c802a77dc8: Pull complete [2020-06-15T15:41:48.770Z] 9eb99e56ec68: Pull complete [2020-06-15T15:41:48.770Z] 27c7a5d97fbd: Pull complete [2020-06-15T15:41:49.354Z] 5c102a31e300: Pull complete [2020-06-15T15:41:49.620Z] dcfb455df0a1: Pull complete [2020-06-15T15:41:49.620Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-15T15:41:49.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-15T15:41:49.620Z] ---> 7c70fe431013 [2020-06-15T15:41:49.620Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T15:41:50.583Z] ---> Running in e921c72a7eb4 [2020-06-15T15:41:50.583Z] Removing intermediate container e921c72a7eb4 [2020-06-15T15:41:50.583Z] ---> 0be11af13420 [2020-06-15T15:41:50.583Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:41:50.583Z] ---> Running in 9db8928d9322 [2020-06-15T15:41:50.846Z] Removing intermediate container 9db8928d9322 [2020-06-15T15:41:50.846Z] ---> db86a83fff78 [2020-06-15T15:41:50.846Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-15T15:41:50.846Z] ---> Running in 9809286cbd2d [2020-06-15T15:41:50.846Z] Removing intermediate container 9809286cbd2d [2020-06-15T15:41:50.846Z] ---> 75dfc7b12d1d [2020-06-15T15:41:50.846Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:41:51.169Z] ---> Running in 8599182847c7 [2020-06-15T15:41:52.587Z] Removing intermediate container 8599182847c7 [2020-06-15T15:41:52.587Z] ---> a2ebeab94130 [2020-06-15T15:41:52.587Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:41:52.587Z] ---> Running in 397b0efc507f [2020-06-15T15:41:53.165Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T15:41:54.118Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T15:41:54.694Z] OK: 143 MiB in 39 packages [2020-06-15T15:41:54.957Z] Removing intermediate container 397b0efc507f [2020-06-15T15:41:54.957Z] ---> 45385b0a6a97 [2020-06-15T15:41:54.957Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-15T15:41:54.957Z] ---> Running in c14f0f2d509e [2020-06-15T15:41:55.227Z] Removing intermediate container c14f0f2d509e [2020-06-15T15:41:55.227Z] ---> bb11d42e9287 [2020-06-15T15:41:55.227Z] Step 9/10 : COPY . . [2020-06-15T15:41:55.801Z] ---> cbc5473d64da [2020-06-15T15:41:55.801Z] Step 10/10 : RUN go mod download [2020-06-15T15:41:55.801Z] ---> Running in a54a2eb77e75 [2020-06-15T15:41:57.734Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:41:57.734Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:41:57.734Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T15:41:57.734Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:41:57.734Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T15:41:57.734Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T15:41:57.734Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:41:57.734Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T15:41:57.734Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:41:57.734Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:41:57.734Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:41:57.734Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:41:57.734Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:41:57.734Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:41:57.734Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T15:41:57.734Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:41:57.734Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:41:57.734Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:41:57.734Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T15:41:57.734Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T15:41:57.734Z] go: finding github.com/google/uuid v1.1.0 [2020-06-15T15:41:57.734Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T15:41:57.734Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:41:57.734Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T15:41:57.734Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T15:41:57.734Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T15:41:57.734Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:41:57.734Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:41:57.734Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T15:41:57.734Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:41:57.734Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:41:57.734Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T15:41:57.999Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T15:41:57.999Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T15:41:57.999Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T15:41:57.999Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-15T15:41:57.999Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T15:41:57.999Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T15:41:57.999Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T15:41:57.999Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:41:57.999Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T15:41:57.999Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-15T15:41:57.999Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T15:41:57.999Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-15T15:41:57.999Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-15T15:41:57.999Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:42:06.164Z] Removing intermediate container a54a2eb77e75 [2020-06-15T15:42:06.164Z] ---> 6e7a600817fc [2020-06-15T15:42:06.164Z] Successfully built 6e7a600817fc [2020-06-15T15:42:06.164Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:06.669Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-15T15:42:06.669Z] . [Pipeline] withDockerContainer [2020-06-15T15:42:06.947Z] prd-centos7-docker-4c-2g-3042 does not seem to be running inside a container [2020-06-15T15:42:07.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/10 -v /w/workspace/device-rest-go/10:/w/workspace/device-rest-go/10:rw,z -v /w/workspace/device-rest-go/10@tmp:/w/workspace/device-rest-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-15T15:42:08.125Z] $ docker top 70562bebdb9d87c2e5ada26ae35c18a7d70ff0cdc1c218c60256981cab054420 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:42:08.565Z] + go version [2020-06-15T15:42:08.565Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-15T15:42:08.866Z] + make test [2020-06-15T15:42:08.866Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-15T15:42:09.820Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-15T15:42:19.913Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-15T15:42:19.913Z] ok github.com/edgexfoundry/device-rest-go/driver 0.017s coverage: 56.3% of statements [2020-06-15T15:42:19.913Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T15:42:21.880Z] gofmt -l . [2020-06-15T15:42:21.880Z] [ "`gofmt -l .`" = "" ] [2020-06-15T15:42:21.880Z] ./bin/test-go-mod-tidy.sh [2020-06-15T15:42:22.140Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-15T15:42:22.628Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T15:42:22.639Z] $ docker stop --time=1 70562bebdb9d87c2e5ada26ae35c18a7d70ff0cdc1c218c60256981cab054420 [2020-06-15T15:42:24.898Z] $ docker rm -f 70562bebdb9d87c2e5ada26ae35c18a7d70ff0cdc1c218c60256981cab054420 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T15:42:25.830Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T15:42:26.133Z] + ls -al . [2020-06-15T15:42:26.133Z] total 96 [2020-06-15T15:42:26.133Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jun 15 15:42 . [2020-06-15T15:42:26.133Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 15 15:41 .. [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 4802 Jun 15 15:41 Attribution.txt [2020-06-15T15:42:26.133Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 15 15:41 bin [2020-06-15T15:42:26.133Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 15 15:41 cmd [2020-06-15T15:42:26.133Z] -rw-r--r--. 1 jenkins jenkins 9369 Jun 15 15:42 coverage.out [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 1504 Jun 15 15:41 Dockerfile [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 989 Jun 15 15:41 Dockerfile.build [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 151 Jun 15 15:41 .dockerignore [2020-06-15T15:42:26.133Z] drwxrwxr-x. 2 jenkins jenkins 93 Jun 15 15:42 driver [2020-06-15T15:42:26.133Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 15 15:41 .git [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 339 Jun 15 15:41 .gitignore [2020-06-15T15:42:26.133Z] -rw-r--r--. 1 jenkins jenkins 266 Jun 15 15:42 go.mod [2020-06-15T15:42:26.133Z] -rw-r--r--. 1 jenkins jenkins 12533 Jun 15 15:42 go.sum [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 15 15:41 Jenkinsfile [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 15 15:41 LICENSE [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 15 15:41 Makefile [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 5716 Jun 15 15:41 README.md [2020-06-15T15:42:26.133Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 15 15:41 .semver [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 15:39 VERSION [2020-06-15T15:42:26.133Z] -rw-rw-r--. 1 jenkins jenkins 713 Jun 15 15:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:26.438Z] + 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 . [2020-06-15T15:42:26.701Z] Sending build context to Docker daemon 8.028MB [2020-06-15T15:42:26.701Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-15T15:42:26.701Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-15T15:42:26.701Z] ---> 6e7a600817fc [2020-06-15T15:42:26.701Z] Step 3/24 : ARG MAKE='make build' [2020-06-15T15:42:26.701Z] ---> Running in d390549529a5 [2020-06-15T15:42:26.701Z] Removing intermediate container d390549529a5 [2020-06-15T15:42:26.701Z] ---> 4970a77d6d63 [2020-06-15T15:42:26.701Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T15:42:26.964Z] ---> Running in 375694159e27 [2020-06-15T15:42:26.964Z] Removing intermediate container 375694159e27 [2020-06-15T15:42:26.964Z] ---> 4587ad880633 [2020-06-15T15:42:26.964Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:42:27.248Z] ---> Running in aef5213354b5 [2020-06-15T15:42:27.248Z] Removing intermediate container aef5213354b5 [2020-06-15T15:42:27.248Z] ---> fb93e6d16349 [2020-06-15T15:42:27.248Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:42:27.248Z] ---> Running in ace710f2f7d4 [2020-06-15T15:42:28.197Z] Removing intermediate container ace710f2f7d4 [2020-06-15T15:42:28.197Z] ---> 50090c6f3f8e [2020-06-15T15:42:28.197Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:42:28.197Z] ---> Running in d76309cc05e2 [2020-06-15T15:42:28.770Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:29.940Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3044 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-06-15T15:42:29.966Z] Running in /w/workspace/device-rest-go/10 [Pipeline] { [Pipeline] checkout [2020-06-15T15:42:30.161Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:31.557Z] OK: 143 MiB in 39 packages [2020-06-15T15:42:31.817Z] Removing intermediate container d76309cc05e2 [2020-06-15T15:42:31.817Z] ---> 2cd092715b39 [2020-06-15T15:42:31.817Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-15T15:42:31.817Z] ---> Running in 826bedec556a [2020-06-15T15:42:31.817Z] Removing intermediate container 826bedec556a [2020-06-15T15:42:31.817Z] ---> f35e58de42c6 [2020-06-15T15:42:31.817Z] Step 9/24 : COPY go.mod . [2020-06-15T15:42:32.083Z] ---> ddcedf3237a9 [2020-06-15T15:42:32.083Z] Step 10/24 : COPY Makefile . [2020-06-15T15:42:32.349Z] ---> 9474ef6e755e [2020-06-15T15:42:32.349Z] Step 11/24 : RUN make update [2020-06-15T15:42:32.349Z] ---> Running in aef0c42360ee [2020-06-15T15:42:32.924Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-15T15:42:33.500Z] Removing intermediate container aef0c42360ee [2020-06-15T15:42:33.500Z] ---> 6c10ebf6459a [2020-06-15T15:42:33.500Z] Step 12/24 : COPY . . [2020-06-15T15:42:33.770Z] ---> 2e1b87ea8ff2 [2020-06-15T15:42:33.770Z] Step 13/24 : RUN $MAKE [2020-06-15T15:42:33.770Z] ---> Running in 4b4b77a2456a [2020-06-15T15:42:34.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.1" -o cmd/device-rest-go ./cmd [2020-06-15T15:42:35.175Z] using credential edgex-jenkins-ssh [2020-06-15T15:42:35.210Z] Cloning the remote Git repository [2020-06-15T15:42:35.211Z] Cloning with configured refspecs honoured and without tags [2020-06-15T15:42:35.276Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T15:42:35.396Z] > git init /w/workspace/device-rest-go/10 # timeout=10 [2020-06-15T15:42:35.475Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T15:42:35.478Z] > git --version # timeout=10 [2020-06-15T15:42:35.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:42:35.554Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:42:37.135Z] Fetching without tags [2020-06-15T15:42:37.064Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-15T15:42:37.085Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:42:37.113Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-15T15:42:37.152Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T15:42:37.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:42:37.177Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:42:37.658Z] Checking out Revision 44d29830d52e322790143f809155a22bedb1a813 (master) [2020-06-15T15:42:37.682Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T15:42:37.698Z] > git checkout -f 44d29830d52e322790143f809155a22bedb1a813 # timeout=10 [2020-06-15T15:42:42.285Z] 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-15T15:42:44.090Z] ========================================================= [2020-06-15T15:42:44.090Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-15T15:42:44.090Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:45.309Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-15T15:42:46.306Z] Sending build context to Docker daemon 8.016MB [2020-06-15T15:42:46.306Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-15T15:42:46.306Z] Step 2/10 : FROM ${BASE} [2020-06-15T15:42:46.719Z] Removing intermediate container 4b4b77a2456a [2020-06-15T15:42:46.719Z] ---> d7b3061ba992 [2020-06-15T15:42:46.719Z] Step 14/24 : FROM alpine:latest [2020-06-15T15:42:46.719Z] latest: Pulling from library/alpine [2020-06-15T15:42:46.719Z] df20fa9351a1: Pulling fs layer [2020-06-15T15:42:46.719Z] df20fa9351a1: Verifying Checksum [2020-06-15T15:42:46.719Z] df20fa9351a1: Download complete [2020-06-15T15:42:46.719Z] df20fa9351a1: Pull complete [2020-06-15T15:42:46.719Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T15:42:46.719Z] Status: Downloaded newer image for alpine:latest [2020-06-15T15:42:46.719Z] ---> a24bb4013296 [2020-06-15T15:42:46.719Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-15T15:42:46.719Z] ---> Running in ea474c82db0d [2020-06-15T15:42:46.719Z] Removing intermediate container ea474c82db0d [2020-06-15T15:42:46.719Z] ---> eebea57c41bb [2020-06-15T15:42:46.719Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-15T15:42:46.719Z] ---> Running in ff806d263ba2 [2020-06-15T15:42:46.719Z] Removing intermediate container ff806d263ba2 [2020-06-15T15:42:46.719Z] ---> 74706af8b352 [2020-06-15T15:42:46.719Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-15T15:42:46.719Z] ---> 4c7d9c864c64 [2020-06-15T15:42:46.719Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-15T15:42:46.719Z] ---> 9f758d07af95 [2020-06-15T15:42:46.719Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-15T15:42:46.911Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-15T15:42:46.911Z] cde5963f3b93: Pulling fs layer [2020-06-15T15:42:46.911Z] 2a23fa8c16f7: Pulling fs layer [2020-06-15T15:42:46.911Z] 777b28850792: Pulling fs layer [2020-06-15T15:42:46.911Z] 8a11ddd9e578: Pulling fs layer [2020-06-15T15:42:46.911Z] 4cf88f913ddb: Pulling fs layer [2020-06-15T15:42:46.911Z] 1df406cf5192: Pulling fs layer [2020-06-15T15:42:46.911Z] cd6300453558: Pulling fs layer [2020-06-15T15:42:46.911Z] b9c365052c96: Pulling fs layer [2020-06-15T15:42:46.911Z] a2d8cc88f415: Pulling fs layer [2020-06-15T15:42:46.911Z] ea1d1ca13537: Pulling fs layer [2020-06-15T15:42:46.911Z] 3750a50a1c5e: Pulling fs layer [2020-06-15T15:42:46.911Z] 8a11ddd9e578: Waiting [2020-06-15T15:42:46.911Z] 4cf88f913ddb: Waiting [2020-06-15T15:42:46.911Z] 1df406cf5192: Waiting [2020-06-15T15:42:46.911Z] cd6300453558: Waiting [2020-06-15T15:42:46.911Z] b9c365052c96: Waiting [2020-06-15T15:42:46.911Z] a2d8cc88f415: Waiting [2020-06-15T15:42:46.911Z] ea1d1ca13537: Waiting [2020-06-15T15:42:46.911Z] 3750a50a1c5e: Waiting [2020-06-15T15:42:46.911Z] 777b28850792: Download complete [2020-06-15T15:42:46.911Z] 2a23fa8c16f7: Verifying Checksum [2020-06-15T15:42:46.911Z] 2a23fa8c16f7: Download complete [2020-06-15T15:42:46.911Z] 4cf88f913ddb: Verifying Checksum [2020-06-15T15:42:46.911Z] 4cf88f913ddb: Download complete [2020-06-15T15:42:46.911Z] 1df406cf5192: Download complete [2020-06-15T15:42:46.911Z] cde5963f3b93: Verifying Checksum [2020-06-15T15:42:46.911Z] cde5963f3b93: Download complete [2020-06-15T15:42:46.980Z] ---> 425942760c6f [2020-06-15T15:42:46.981Z] Step 20/24 : EXPOSE 49986 [2020-06-15T15:42:46.981Z] ---> Running in 78f236196d41 [2020-06-15T15:42:47.243Z] Removing intermediate container 78f236196d41 [2020-06-15T15:42:47.243Z] ---> 27c3403a8e21 [2020-06-15T15:42:47.243Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-15T15:42:47.243Z] ---> Running in 513d5746ee9e [2020-06-15T15:42:47.504Z] Removing intermediate container 513d5746ee9e [2020-06-15T15:42:47.504Z] ---> b45ade7c4167 [2020-06-15T15:42:47.504Z] Step 22/24 : LABEL arch=amd64 [2020-06-15T15:42:47.504Z] ---> Running in 17d0540cacab [2020-06-15T15:42:47.504Z] Removing intermediate container 17d0540cacab [2020-06-15T15:42:47.504Z] ---> 43144f8d6a94 [2020-06-15T15:42:47.504Z] Step 23/24 : LABEL git_sha=44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:42:47.765Z] ---> Running in 76daef173c48 [2020-06-15T15:42:47.765Z] Removing intermediate container 76daef173c48 [2020-06-15T15:42:47.765Z] ---> e6fe938217fc [2020-06-15T15:42:47.765Z] Step 24/24 : LABEL version=1.1.1 [2020-06-15T15:42:47.907Z] cde5963f3b93: Pull complete [2020-06-15T15:42:48.028Z] ---> Running in cf262a260e0a [2020-06-15T15:42:48.028Z] Removing intermediate container cf262a260e0a [2020-06-15T15:42:48.028Z] ---> b2b34fe99210 [2020-06-15T15:42:48.028Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T15:42:48.028Z] Successfully built b2b34fe99210 [2020-06-15T15:42:48.028Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2020-06-15T15:42:48.186Z] 2a23fa8c16f7: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-15T15:42:48.245Z] provisioning config files... [2020-06-15T15:42:48.272Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/10@tmp/config7235554308216264022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:42:48.608Z] nexus3.edgexfoundry.org:10001 [2020-06-15T15:42:48.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:48.788Z] 777b28850792: Pull complete [2020-06-15T15:42:48.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:48.869Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:48.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:48.869Z] [2020-06-15T15:42:48.869Z] Login Succeeded [2020-06-15T15:42:48.869Z] nexus3.edgexfoundry.org:10002 [2020-06-15T15:42:48.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:48.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:48.869Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:48.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:48.869Z] [2020-06-15T15:42:48.869Z] Login Succeeded [2020-06-15T15:42:48.869Z] nexus3.edgexfoundry.org:10003 [2020-06-15T15:42:49.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:49.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:49.130Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:49.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:49.130Z] [2020-06-15T15:42:49.130Z] Login Succeeded [2020-06-15T15:42:49.130Z] nexus3.edgexfoundry.org:10004 [2020-06-15T15:42:49.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:49.391Z] cd6300453558: Verifying Checksum [2020-06-15T15:42:49.391Z] cd6300453558: Download complete [2020-06-15T15:42:49.391Z] a2d8cc88f415: Verifying Checksum [2020-06-15T15:42:49.391Z] a2d8cc88f415: Download complete [2020-06-15T15:42:49.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:49.392Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:49.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:49.392Z] [2020-06-15T15:42:49.392Z] Login Succeeded [2020-06-15T15:42:49.392Z] docker.io [2020-06-15T15:42:49.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:49.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:49.653Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:49.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:49.653Z] [2020-06-15T15:42:49.653Z] Login Succeeded [Pipeline] } [2020-06-15T15:42:49.662Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T15:42:49.751Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2020-06-15T15:42:49.751Z] 44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:42:49.751Z] latest [2020-06-15T15:42:49.751Z] 1.1.1 [2020-06-15T15:42:49.751Z] 44d29830d52e322790143f809155a22bedb1a813-1.1.1 [2020-06-15T15:42:49.751Z] master [2020-06-15T15:42:49.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:50.133Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:50.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:42:50.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T15:42:50.432Z] eebb46e93244: Preparing [2020-06-15T15:42:50.432Z] c5d15ad20f4a: Preparing [2020-06-15T15:42:50.432Z] d1b1db71caff: Preparing [2020-06-15T15:42:50.432Z] 50644c29ef5a: Preparing [2020-06-15T15:42:50.432Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:50.432Z] c5d15ad20f4a: Pushed [2020-06-15T15:42:50.432Z] d1b1db71caff: Pushed [2020-06-15T15:42:50.840Z] ea1d1ca13537: Verifying Checksum [2020-06-15T15:42:50.840Z] ea1d1ca13537: Download complete [2020-06-15T15:42:50.840Z] 3750a50a1c5e: Verifying Checksum [2020-06-15T15:42:50.840Z] 3750a50a1c5e: Download complete [2020-06-15T15:42:51.819Z] eebb46e93244: Pushed [2020-06-15T15:42:51.819Z] 44d29830d52e322790143f809155a22bedb1a813: digest: sha256:17ca1fd9949da1b7a9163bef46c0df248c6441e4ed30507de292c473e5bd04d8 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:52.125Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:52.273Z] b9c365052c96: Verifying Checksum [2020-06-15T15:42:52.273Z] b9c365052c96: Download complete [2020-06-15T15:42:52.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-06-15T15:42:52.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T15:42:52.431Z] eebb46e93244: Preparing [2020-06-15T15:42:52.431Z] c5d15ad20f4a: Preparing [2020-06-15T15:42:52.431Z] d1b1db71caff: Preparing [2020-06-15T15:42:52.431Z] 50644c29ef5a: Preparing [2020-06-15T15:42:52.431Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:52.431Z] d1b1db71caff: Layer already exists [2020-06-15T15:42:52.431Z] eebb46e93244: Layer already exists [2020-06-15T15:42:52.431Z] c5d15ad20f4a: Layer already exists [2020-06-15T15:42:52.431Z] latest: digest: sha256:17ca1fd9949da1b7a9163bef46c0df248c6441e4ed30507de292c473e5bd04d8 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:52.544Z] 8a11ddd9e578: Verifying Checksum [2020-06-15T15:42:52.544Z] 8a11ddd9e578: Download complete [2020-06-15T15:42:52.749Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:53.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.1 [2020-06-15T15:42:53.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T15:42:53.050Z] eebb46e93244: Preparing [2020-06-15T15:42:53.050Z] c5d15ad20f4a: Preparing [2020-06-15T15:42:53.050Z] d1b1db71caff: Preparing [2020-06-15T15:42:53.050Z] 50644c29ef5a: Preparing [2020-06-15T15:42:53.050Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:53.050Z] c5d15ad20f4a: Layer already exists [2020-06-15T15:42:53.050Z] eebb46e93244: Layer already exists [2020-06-15T15:42:53.050Z] d1b1db71caff: Layer already exists [2020-06-15T15:42:53.050Z] 1.1.1: digest: sha256:17ca1fd9949da1b7a9163bef46c0df248c6441e4ed30507de292c473e5bd04d8 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:53.362Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813-1.1.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:53.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813-1.1.1 [2020-06-15T15:42:53.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T15:42:53.659Z] eebb46e93244: Preparing [2020-06-15T15:42:53.659Z] c5d15ad20f4a: Preparing [2020-06-15T15:42:53.659Z] d1b1db71caff: Preparing [2020-06-15T15:42:53.659Z] 50644c29ef5a: Preparing [2020-06-15T15:42:53.659Z] c5d15ad20f4a: Layer already exists [2020-06-15T15:42:53.659Z] eebb46e93244: Layer already exists [2020-06-15T15:42:53.659Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:53.659Z] d1b1db71caff: Layer already exists [2020-06-15T15:42:53.659Z] 44d29830d52e322790143f809155a22bedb1a813-1.1.1: digest: sha256:17ca1fd9949da1b7a9163bef46c0df248c6441e4ed30507de292c473e5bd04d8 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:53.973Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:54.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2020-06-15T15:42:54.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T15:42:54.279Z] eebb46e93244: Preparing [2020-06-15T15:42:54.279Z] c5d15ad20f4a: Preparing [2020-06-15T15:42:54.279Z] d1b1db71caff: Preparing [2020-06-15T15:42:54.279Z] 50644c29ef5a: Preparing [2020-06-15T15:42:54.279Z] eebb46e93244: Layer already exists [2020-06-15T15:42:54.279Z] d1b1db71caff: Layer already exists [2020-06-15T15:42:54.279Z] c5d15ad20f4a: Layer already exists [2020-06-15T15:42:54.279Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:54.279Z] master: digest: sha256:17ca1fd9949da1b7a9163bef46c0df248c6441e4ed30507de292c473e5bd04d8 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-15T15:43:04.974Z] 8a11ddd9e578: Pull complete [2020-06-15T15:43:04.974Z] 4cf88f913ddb: Pull complete [2020-06-15T15:43:04.974Z] 1df406cf5192: Pull complete [2020-06-15T15:43:08.361Z] cd6300453558: Pull complete [2020-06-15T15:43:12.671Z] b9c365052c96: Pull complete [2020-06-15T15:43:12.671Z] a2d8cc88f415: Pull complete [2020-06-15T15:43:15.319Z] ea1d1ca13537: Pull complete [2020-06-15T15:43:15.319Z] 3750a50a1c5e: Pull complete [2020-06-15T15:43:15.319Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-15T15:43:15.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-15T15:43:15.319Z] ---> 78745c68409d [2020-06-15T15:43:15.319Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T15:43:20.720Z] ---> Running in 87d24542737c [2020-06-15T15:43:20.721Z] Removing intermediate container 87d24542737c [2020-06-15T15:43:20.721Z] ---> cb77d92c1e29 [2020-06-15T15:43:20.721Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:43:20.998Z] ---> Running in 0d22b99a15ff [2020-06-15T15:43:21.274Z] Removing intermediate container 0d22b99a15ff [2020-06-15T15:43:21.274Z] ---> e3124cc5cba3 [2020-06-15T15:43:21.274Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-15T15:43:21.552Z] ---> Running in 5ce07ebe504a [2020-06-15T15:43:22.150Z] Removing intermediate container 5ce07ebe504a [2020-06-15T15:43:22.150Z] ---> 56742689dbf4 [2020-06-15T15:43:22.150Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:43:22.150Z] ---> Running in d6e4e642d470 [2020-06-15T15:43:24.792Z] Removing intermediate container d6e4e642d470 [2020-06-15T15:43:24.792Z] ---> 961abfe8a049 [2020-06-15T15:43:24.792Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:43:25.064Z] ---> Running in 43b892fcf804 [2020-06-15T15:43:26.507Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T15:43:27.105Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T15:43:27.699Z] OK: 125 MiB in 39 packages [2020-06-15T15:43:29.133Z] Removing intermediate container 43b892fcf804 [2020-06-15T15:43:29.133Z] ---> 2b631b1fc6b1 [2020-06-15T15:43:29.133Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-15T15:43:29.133Z] ---> Running in 6b0ac4424c10 [2020-06-15T15:43:29.730Z] Removing intermediate container 6b0ac4424c10 [2020-06-15T15:43:29.730Z] ---> d5baa3fc3140 [2020-06-15T15:43:29.730Z] Step 9/10 : COPY . . [2020-06-15T15:43:31.167Z] ---> 89402b5af8d5 [2020-06-15T15:43:31.167Z] Step 10/10 : RUN go mod download [2020-06-15T15:43:31.167Z] ---> Running in 7d7cf06710cf [2020-06-15T15:43:33.793Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:43:33.793Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:43:33.793Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T15:43:33.793Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:43:33.793Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T15:43:33.793Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T15:43:33.793Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:43:33.793Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T15:43:33.793Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:43:33.793Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:43:33.793Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:43:33.793Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:43:33.793Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:43:33.793Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:43:33.793Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T15:43:33.793Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:43:33.793Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:43:33.793Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:43:33.793Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T15:43:33.793Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T15:43:33.793Z] go: finding github.com/google/uuid v1.1.0 [2020-06-15T15:43:33.793Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T15:43:33.793Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:43:33.793Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T15:43:33.793Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T15:43:33.793Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T15:43:33.793Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T15:43:33.793Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:43:33.793Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T15:43:33.793Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T15:43:33.793Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T15:43:34.067Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:43:34.068Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:43:34.068Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T15:43:34.068Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:43:34.068Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:43:34.068Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T15:43:34.068Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T15:43:34.068Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T15:43:34.068Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T15:43:34.068Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-15T15:43:34.068Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T15:43:34.068Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T15:43:34.068Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T15:43:34.068Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:43:34.068Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T15:43:34.068Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-15T15:43:34.068Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T15:43:34.068Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-15T15:43:34.068Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-15T15:43:34.068Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:43:44.284Z] Removing intermediate container 7d7cf06710cf [2020-06-15T15:43:44.284Z] ---> 6a8549f7ae15 [2020-06-15T15:43:44.284Z] Successfully built 6a8549f7ae15 [2020-06-15T15:43:44.284Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:44.995Z] + docker inspect -f . ci-base-image-arm64 [2020-06-15T15:43:44.995Z] . [Pipeline] withDockerContainer [2020-06-15T15:43:45.359Z] prd-ubuntu18.04-docker-arm64-4c-16g-3044 does not seem to be running inside a container [2020-06-15T15:43:45.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/10 -v /w/workspace/device-rest-go/10:/w/workspace/device-rest-go/10:rw,z -v /w/workspace/device-rest-go/10@tmp:/w/workspace/device-rest-go/10@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-15T15:43:47.415Z] $ docker top 7f451dd2578dd1fcfb3c5d39a7eed21542ce09eabad02520c6e228d9b24737a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:43:48.746Z] + go version [2020-06-15T15:43:48.746Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-15T15:43:49.794Z] + make test [2020-06-15T15:43:49.794Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-15T15:43:50.776Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-15T15:44:23.140Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-15T15:44:23.140Z] ok github.com/edgexfoundry/device-rest-go/driver 0.044s coverage: 56.3% of statements [2020-06-15T15:44:23.140Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T15:44:27.475Z] gofmt -l . [2020-06-15T15:44:27.475Z] [ "`gofmt -l .`" = "" ] [2020-06-15T15:44:27.475Z] ./bin/test-go-mod-tidy.sh [2020-06-15T15:44:27.475Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-15T15:44:28.115Z] Warning: overwriting stash ‘coverage-report’ [2020-06-15T15:44:28.555Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T15:44:28.560Z] $ docker stop --time=1 7f451dd2578dd1fcfb3c5d39a7eed21542ce09eabad02520c6e228d9b24737a2 [2020-06-15T15:44:30.728Z] $ docker rm -f 7f451dd2578dd1fcfb3c5d39a7eed21542ce09eabad02520c6e228d9b24737a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T15:44:31.794Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T15:44:32.132Z] + ls -al . [2020-06-15T15:44:32.132Z] total 120 [2020-06-15T15:44:32.132Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 15 15:44 . [2020-06-15T15:44:32.132Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 15:42 .. [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 15 15:42 .dockerignore [2020-06-15T15:44:32.132Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 15:42 .git [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 339 Jun 15 15:42 .gitignore [2020-06-15T15:44:32.132Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:42 .semver [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 4802 Jun 15 15:42 Attribution.txt [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 1504 Jun 15 15:42 Dockerfile [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 989 Jun 15 15:42 Dockerfile.build [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 15 15:42 Jenkinsfile [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 15 15:42 LICENSE [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 15 15:42 Makefile [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 5716 Jun 15 15:42 README.md [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 15:39 VERSION [2020-06-15T15:44:32.132Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:42 bin [2020-06-15T15:44:32.132Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:42 cmd [2020-06-15T15:44:32.132Z] -rw-r--r-- 1 jenkins jenkins 9369 Jun 15 15:44 coverage.out [2020-06-15T15:44:32.132Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:44 driver [2020-06-15T15:44:32.132Z] -rw-r--r-- 1 jenkins jenkins 266 Jun 15 15:44 go.mod [2020-06-15T15:44:32.132Z] -rw-r--r-- 1 jenkins jenkins 12533 Jun 15 15:44 go.sum [2020-06-15T15:44:32.132Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 15 15:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:32.483Z] + 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 . [2020-06-15T15:44:32.757Z] Sending build context to Docker daemon 8.028MB [2020-06-15T15:44:33.033Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-15T15:44:33.033Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-15T15:44:33.033Z] ---> 6a8549f7ae15 [2020-06-15T15:44:33.033Z] Step 3/24 : ARG MAKE='make build' [2020-06-15T15:44:33.306Z] ---> Running in 3b761de0d89a [2020-06-15T15:44:33.901Z] Removing intermediate container 3b761de0d89a [2020-06-15T15:44:33.901Z] ---> a16576464f09 [2020-06-15T15:44:33.901Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T15:44:33.901Z] ---> Running in 1181a8752a4b [2020-06-15T15:44:34.502Z] Removing intermediate container 1181a8752a4b [2020-06-15T15:44:34.502Z] ---> 495a145bfe67 [2020-06-15T15:44:34.502Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:44:34.502Z] ---> Running in 5c5990440d24 [2020-06-15T15:44:35.105Z] Removing intermediate container 5c5990440d24 [2020-06-15T15:44:35.105Z] ---> 987592195650 [2020-06-15T15:44:35.105Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:44:35.105Z] ---> Running in 686c7d8f326e [2020-06-15T15:44:37.723Z] Removing intermediate container 686c7d8f326e [2020-06-15T15:44:37.723Z] ---> 762b5cd5969f [2020-06-15T15:44:37.723Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:44:37.723Z] ---> Running in 82ae1c6b120d [2020-06-15T15:44:39.155Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T15:44:40.133Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T15:44:41.112Z] OK: 125 MiB in 39 packages [2020-06-15T15:44:42.553Z] Removing intermediate container 82ae1c6b120d [2020-06-15T15:44:42.553Z] ---> 0934c28e3ccd [2020-06-15T15:44:42.553Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-15T15:44:42.553Z] ---> Running in 0523a868a52e [2020-06-15T15:44:43.148Z] Removing intermediate container 0523a868a52e [2020-06-15T15:44:43.148Z] ---> 9bfce0081c2b [2020-06-15T15:44:43.148Z] Step 9/24 : COPY go.mod . [2020-06-15T15:44:43.751Z] ---> 4e41cbc9e0b7 [2020-06-15T15:44:43.751Z] Step 10/24 : COPY Makefile . [2020-06-15T15:44:44.357Z] ---> ed81f33bbbc4 [2020-06-15T15:44:44.357Z] Step 11/24 : RUN make update [2020-06-15T15:44:44.633Z] ---> Running in 07d9acea1a10 [2020-06-15T15:44:46.065Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-15T15:44:47.495Z] Removing intermediate container 07d9acea1a10 [2020-06-15T15:44:47.495Z] ---> 314ac2e14e8a [2020-06-15T15:44:47.495Z] Step 12/24 : COPY . . [2020-06-15T15:44:48.938Z] ---> ac32094982ed [2020-06-15T15:44:48.938Z] Step 13/24 : RUN $MAKE [2020-06-15T15:44:48.938Z] ---> Running in dd3ac22aa8f6 [2020-06-15T15:44:50.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.1" -o cmd/device-rest-go ./cmd [2020-06-15T15:45:17.210Z] Removing intermediate container dd3ac22aa8f6 [2020-06-15T15:45:17.210Z] ---> 5bb0e8afa190 [2020-06-15T15:45:17.210Z] Step 14/24 : FROM alpine:latest [2020-06-15T15:45:17.481Z] latest: Pulling from library/alpine [2020-06-15T15:45:17.755Z] b538f80385f9: Pulling fs layer [2020-06-15T15:45:17.755Z] b538f80385f9: Download complete [2020-06-15T15:45:18.351Z] b538f80385f9: Pull complete [2020-06-15T15:45:18.351Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T15:45:18.351Z] Status: Downloaded newer image for alpine:latest [2020-06-15T15:45:18.351Z] ---> 62ee0e9f8440 [2020-06-15T15:45:18.351Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-15T15:45:18.625Z] ---> Running in 2c36b9d3f637 [2020-06-15T15:45:18.906Z] Removing intermediate container 2c36b9d3f637 [2020-06-15T15:45:18.906Z] ---> 45cda6a60b57 [2020-06-15T15:45:18.906Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-15T15:45:19.181Z] ---> Running in 811c797fe1ad [2020-06-15T15:45:19.787Z] Removing intermediate container 811c797fe1ad [2020-06-15T15:45:19.787Z] ---> e7800f4bb324 [2020-06-15T15:45:19.787Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-15T15:45:20.390Z] ---> 141948df9a2b [2020-06-15T15:45:20.390Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-15T15:45:20.994Z] ---> 0d51c118a80b [2020-06-15T15:45:20.994Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-15T15:45:23.194Z] ---> 3ef43681b6ca [2020-06-15T15:45:23.194Z] Step 20/24 : EXPOSE 49986 [2020-06-15T15:45:23.194Z] ---> Running in 720711286ba8 [2020-06-15T15:45:23.466Z] Removing intermediate container 720711286ba8 [2020-06-15T15:45:23.466Z] ---> 92983c8c0767 [2020-06-15T15:45:23.466Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-15T15:45:23.466Z] ---> Running in 145061c4cc4f [2020-06-15T15:45:24.063Z] Removing intermediate container 145061c4cc4f [2020-06-15T15:45:24.063Z] ---> 505c11c88882 [2020-06-15T15:45:24.063Z] Step 22/24 : LABEL arch=arm64 [2020-06-15T15:45:24.063Z] ---> Running in 0423af81a506 [2020-06-15T15:45:24.659Z] Removing intermediate container 0423af81a506 [2020-06-15T15:45:24.659Z] ---> cd1b3e751107 [2020-06-15T15:45:24.659Z] Step 23/24 : LABEL git_sha=44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:45:24.659Z] ---> Running in a03a0204caae [2020-06-15T15:45:24.938Z] Removing intermediate container a03a0204caae [2020-06-15T15:45:24.938Z] ---> 262474b967e4 [2020-06-15T15:45:24.938Z] Step 24/24 : LABEL version=1.1.1 [2020-06-15T15:45:25.213Z] ---> Running in 4be73b2ff44c [2020-06-15T15:45:25.810Z] Removing intermediate container 4be73b2ff44c [2020-06-15T15:45:25.810Z] ---> e14e328cbb44 [2020-06-15T15:45:25.810Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T15:45:25.810Z] Successfully built e14e328cbb44 [2020-06-15T15:45:25.810Z] 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-15T15:45:26.013Z] provisioning config files... [2020-06-15T15:45:26.055Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/10@tmp/config6705758576632350002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:45:26.434Z] nexus3.edgexfoundry.org:10001 [2020-06-15T15:45:27.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:45:27.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:45:27.032Z] Configure a credential helper to remove this warning. See [2020-06-15T15:45:27.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:45:27.032Z] [2020-06-15T15:45:27.032Z] Login Succeeded [2020-06-15T15:45:27.032Z] nexus3.edgexfoundry.org:10002 [2020-06-15T15:45:27.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:45:27.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:45:27.636Z] Configure a credential helper to remove this warning. See [2020-06-15T15:45:27.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:45:27.636Z] [2020-06-15T15:45:27.636Z] Login Succeeded [2020-06-15T15:45:27.636Z] nexus3.edgexfoundry.org:10003 [2020-06-15T15:45:28.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:45:28.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:45:28.288Z] Configure a credential helper to remove this warning. See [2020-06-15T15:45:28.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:45:28.288Z] [2020-06-15T15:45:28.288Z] Login Succeeded [2020-06-15T15:45:28.288Z] nexus3.edgexfoundry.org:10004 [2020-06-15T15:45:28.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:45:29.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:45:29.886Z] Configure a credential helper to remove this warning. See [2020-06-15T15:45:29.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:45:29.886Z] [2020-06-15T15:45:29.886Z] Login Succeeded [2020-06-15T15:45:29.886Z] docker.io [2020-06-15T15:45:30.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:45:30.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:45:30.764Z] Configure a credential helper to remove this warning. See [2020-06-15T15:45:30.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:45:30.764Z] [2020-06-15T15:45:30.764Z] Login Succeeded [Pipeline] } [2020-06-15T15:45:30.781Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T15:45:30.881Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2020-06-15T15:45:30.881Z] 44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:45:30.881Z] latest [2020-06-15T15:45:30.881Z] 1.1.1 [2020-06-15T15:45:30.881Z] 44d29830d52e322790143f809155a22bedb1a813-1.1.1 [2020-06-15T15:45:30.881Z] master [2020-06-15T15:45:30.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:31.302Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:31.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:45:31.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T15:45:31.643Z] 24994eeaa2ac: Preparing [2020-06-15T15:45:31.643Z] b423e6497e97: Preparing [2020-06-15T15:45:31.643Z] 0a087b358bf0: Preparing [2020-06-15T15:45:31.643Z] e2f13739ad41: Preparing [2020-06-15T15:45:31.921Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:31.921Z] b423e6497e97: Pushed [2020-06-15T15:45:31.921Z] 0a087b358bf0: Pushed [2020-06-15T15:45:35.294Z] 24994eeaa2ac: Pushed [2020-06-15T15:45:35.294Z] 44d29830d52e322790143f809155a22bedb1a813: digest: sha256:81d980e2c9d2d85a2f14e72dae64b595ab4328af2ad7a82f57d5e996bf7fe7c4 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:35.639Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:35.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-06-15T15:45:35.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T15:45:35.996Z] 24994eeaa2ac: Preparing [2020-06-15T15:45:35.996Z] b423e6497e97: Preparing [2020-06-15T15:45:35.996Z] 0a087b358bf0: Preparing [2020-06-15T15:45:35.996Z] e2f13739ad41: Preparing [2020-06-15T15:45:35.996Z] b423e6497e97: Layer already exists [2020-06-15T15:45:35.996Z] 0a087b358bf0: Layer already exists [2020-06-15T15:45:35.996Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:35.996Z] 24994eeaa2ac: Layer already exists [2020-06-15T15:45:36.268Z] latest: digest: sha256:81d980e2c9d2d85a2f14e72dae64b595ab4328af2ad7a82f57d5e996bf7fe7c4 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:36.614Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:37.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.1 [2020-06-15T15:45:37.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T15:45:37.718Z] 24994eeaa2ac: Preparing [2020-06-15T15:45:37.718Z] b423e6497e97: Preparing [2020-06-15T15:45:37.718Z] 0a087b358bf0: Preparing [2020-06-15T15:45:37.718Z] e2f13739ad41: Preparing [2020-06-15T15:45:37.718Z] 24994eeaa2ac: Layer already exists [2020-06-15T15:45:37.718Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:37.718Z] 0a087b358bf0: Layer already exists [2020-06-15T15:45:37.718Z] b423e6497e97: Layer already exists [2020-06-15T15:45:37.718Z] 1.1.1: digest: sha256:81d980e2c9d2d85a2f14e72dae64b595ab4328af2ad7a82f57d5e996bf7fe7c4 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:38.079Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813-1.1.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:38.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813-1.1.1 [2020-06-15T15:45:38.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T15:45:38.419Z] 24994eeaa2ac: Preparing [2020-06-15T15:45:38.419Z] b423e6497e97: Preparing [2020-06-15T15:45:38.419Z] 0a087b358bf0: Preparing [2020-06-15T15:45:38.419Z] e2f13739ad41: Preparing [2020-06-15T15:45:38.690Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:38.691Z] b423e6497e97: Layer already exists [2020-06-15T15:45:38.691Z] 0a087b358bf0: Layer already exists [2020-06-15T15:45:38.691Z] 24994eeaa2ac: Layer already exists [2020-06-15T15:45:38.691Z] 44d29830d52e322790143f809155a22bedb1a813-1.1.1: digest: sha256:81d980e2c9d2d85a2f14e72dae64b595ab4328af2ad7a82f57d5e996bf7fe7c4 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:39.039Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:39.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2020-06-15T15:45:39.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T15:45:39.376Z] 24994eeaa2ac: Preparing [2020-06-15T15:45:39.376Z] b423e6497e97: Preparing [2020-06-15T15:45:39.376Z] 0a087b358bf0: Preparing [2020-06-15T15:45:39.376Z] e2f13739ad41: Preparing [2020-06-15T15:45:39.649Z] b423e6497e97: Layer already exists [2020-06-15T15:45:39.649Z] 24994eeaa2ac: Layer already exists [2020-06-15T15:45:39.649Z] 0a087b358bf0: Layer already exists [2020-06-15T15:45:39.649Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:39.649Z] master: digest: sha256:81d980e2c9d2d85a2f14e72dae64b595ab4328af2ad7a82f57d5e996bf7fe7c4 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-15T15:45:40.429Z] provisioning config files... [2020-06-15T15:45:40.441Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1673902294059331669tmp [Pipeline] { [Pipeline] sh [2020-06-15T15:45:40.775Z] + curl -s https://codecov.io/bash [2020-06-15T15:45:40.776Z] + bash -s - -t @/w/workspace/gexfoundry_device-rest-go_master@tmp/config1673902294059331669tmp [2020-06-15T15:45:41.037Z] [2020-06-15T15:45:41.037Z] _____ _ [2020-06-15T15:45:41.037Z] / ____| | | [2020-06-15T15:45:41.037Z] | | ___ __| | ___ ___ _____ __ [2020-06-15T15:45:41.037Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-15T15:45:41.037Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-15T15:45:41.037Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-15T15:45:41.037Z] Bash-20200602-f809a24 [2020-06-15T15:45:41.038Z] [2020-06-15T15:45:41.038Z] [2020-06-15T15:45:41.038Z] ==> Jenkins CI detected. [2020-06-15T15:45:41.038Z] project root: . [2020-06-15T15:45:41.038Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-15T15:45:41.038Z] ==> Running gcov in . (disable via -X gcov) [2020-06-15T15:45:41.038Z] ==> Python coveragepy not found [2020-06-15T15:45:41.038Z] ==> Searching for coverage reports in: [2020-06-15T15:45:41.038Z] + . [2020-06-15T15:45:41.038Z] -> Found 1 reports [2020-06-15T15:45:41.038Z] ==> Detecting git/mercurial file structure [2020-06-15T15:45:41.038Z] ==> Reading reports [2020-06-15T15:45:41.038Z] + ./coverage.out bytes=9369 [2020-06-15T15:45:41.038Z] ==> Appending adjustments [2020-06-15T15:45:41.038Z] https://docs.codecov.io/docs/fixing-reports [2020-06-15T15:45:41.038Z] + Found adjustments [2020-06-15T15:45:41.038Z] ==> Gzipping contents [2020-06-15T15:45:41.038Z] ==> Uploading reports [2020-06-15T15:45:41.038Z] url: https://codecov.io [2020-06-15T15:45:41.038Z] query: branch=master&commit=44d29830d52e322790143f809155a22bedb1a813&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-15T15:45:41.038Z] -> Pinging Codecov [2020-06-15T15:45:41.038Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=44d29830d52e322790143f809155a22bedb1a813&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-15T15:45:41.611Z] -> Uploading [2020-06-15T15:45:42.191Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/44d29830d52e322790143f809155a22bedb1a813 [Pipeline] } [2020-06-15T15:45:42.200Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-15T15:45:42.394Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-15T15:45:42.396Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-15T15:45:42.439Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:42.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:45:42.756Z] [2020-06-15T15:45:42.756Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:43.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:45:43.083Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-15T15:45:43.083Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-15T15:45:43.083Z] 408f87550127: Pulling fs layer [2020-06-15T15:45:43.083Z] fe522b08c979: Pulling fs layer [2020-06-15T15:45:43.083Z] 221eaa008020: Pulling fs layer [2020-06-15T15:45:43.083Z] 2a4607e5d6b9: Pulling fs layer [2020-06-15T15:45:43.083Z] 8f79b27c4fd2: Pulling fs layer [2020-06-15T15:45:43.083Z] e5c8dbe1645b: Pulling fs layer [2020-06-15T15:45:43.083Z] 23e8b3b47431: Pulling fs layer [2020-06-15T15:45:43.084Z] 5c568d65a230: Pulling fs layer [2020-06-15T15:45:43.084Z] 8f79b27c4fd2: Waiting [2020-06-15T15:45:43.084Z] 2a4607e5d6b9: Waiting [2020-06-15T15:45:43.084Z] 23e8b3b47431: Waiting [2020-06-15T15:45:43.084Z] 5c568d65a230: Waiting [2020-06-15T15:45:43.084Z] e5c8dbe1645b: Waiting [2020-06-15T15:45:43.084Z] 221eaa008020: Waiting [2020-06-15T15:45:43.084Z] fe522b08c979: Verifying Checksum [2020-06-15T15:45:43.084Z] fe522b08c979: Download complete [2020-06-15T15:45:43.084Z] 408f87550127: Verifying Checksum [2020-06-15T15:45:43.084Z] 408f87550127: Download complete [2020-06-15T15:45:43.084Z] 2a4607e5d6b9: Verifying Checksum [2020-06-15T15:45:43.084Z] 2a4607e5d6b9: Download complete [2020-06-15T15:45:43.084Z] cbdbe7a5bc2a: Download complete [2020-06-15T15:45:43.084Z] 8f79b27c4fd2: Verifying Checksum [2020-06-15T15:45:43.084Z] 8f79b27c4fd2: Download complete [2020-06-15T15:45:43.690Z] cbdbe7a5bc2a: Pull complete [2020-06-15T15:45:43.690Z] e5c8dbe1645b: Verifying Checksum [2020-06-15T15:45:43.690Z] e5c8dbe1645b: Download complete [2020-06-15T15:45:43.967Z] 23e8b3b47431: Verifying Checksum [2020-06-15T15:45:43.967Z] 23e8b3b47431: Download complete [2020-06-15T15:45:43.967Z] 408f87550127: Pull complete [2020-06-15T15:45:44.239Z] fe522b08c979: Pull complete [2020-06-15T15:45:44.239Z] 5c568d65a230: Verifying Checksum [2020-06-15T15:45:44.239Z] 5c568d65a230: Download complete [2020-06-15T15:45:44.818Z] 221eaa008020: Verifying Checksum [2020-06-15T15:45:44.818Z] 221eaa008020: Download complete [2020-06-15T15:45:50.149Z] 221eaa008020: Pull complete [2020-06-15T15:45:50.149Z] 2a4607e5d6b9: Pull complete [2020-06-15T15:45:50.411Z] 8f79b27c4fd2: Pull complete [2020-06-15T15:45:52.336Z] e5c8dbe1645b: Pull complete [2020-06-15T15:45:56.564Z] 23e8b3b47431: Pull complete [2020-06-15T15:45:57.135Z] 5c568d65a230: Pull complete [2020-06-15T15:45:57.135Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-15T15:45:57.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:45:57.136Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-15T15:45:57.262Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:45:57.303Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-15T15:45:58.059Z] $ docker top fff29f97680941dff7c76a574eb10021d13a45922f7549385c42ef9a723eea8f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:45:58.480Z] + snyk monitor '--org=edgex-jenkins' [2020-06-15T15:46:03.780Z] [2020-06-15T15:46:03.780Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2020-06-15T15:46:03.780Z] [2020-06-15T15:46:03.780Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/f21cc401-710d-442c-907d-bd0e051dd6d2 [2020-06-15T15:46:03.780Z] [2020-06-15T15:46:03.780Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-15T15:46:03.780Z] [2020-06-15T15:46:03.780Z] [Pipeline] } [2020-06-15T15:46:03.797Z] $ docker stop --time=1 fff29f97680941dff7c76a574eb10021d13a45922f7549385c42ef9a723eea8f [2020-06-15T15:46:06.184Z] $ docker rm -f fff29f97680941dff7c76a574eb10021d13a45922f7549385c42ef9a723eea8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:06.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:06.905Z] [2020-06-15T15:46:06.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:07.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:07.219Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-15T15:46:07.219Z] e7c96db7181b: Pulling fs layer [2020-06-15T15:46:07.219Z] 1868ca2cb446: Pulling fs layer [2020-06-15T15:46:07.219Z] 136be5d0fe8e: Pulling fs layer [2020-06-15T15:46:07.219Z] 894bfe63afcb: Pulling fs layer [2020-06-15T15:46:07.219Z] 894bfe63afcb: Waiting [2020-06-15T15:46:07.219Z] 1868ca2cb446: Verifying Checksum [2020-06-15T15:46:07.219Z] 1868ca2cb446: Download complete [2020-06-15T15:46:07.219Z] 136be5d0fe8e: Verifying Checksum [2020-06-15T15:46:07.219Z] 136be5d0fe8e: Download complete [2020-06-15T15:46:07.219Z] e7c96db7181b: Verifying Checksum [2020-06-15T15:46:07.219Z] e7c96db7181b: Download complete [2020-06-15T15:46:07.219Z] 894bfe63afcb: Verifying Checksum [2020-06-15T15:46:07.219Z] 894bfe63afcb: Download complete [2020-06-15T15:46:07.479Z] e7c96db7181b: Pull complete [2020-06-15T15:46:07.741Z] 1868ca2cb446: Pull complete [2020-06-15T15:46:07.741Z] 136be5d0fe8e: Pull complete [2020-06-15T15:46:08.002Z] 894bfe63afcb: Pull complete [2020-06-15T15:46:08.002Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-15T15:46:08.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:08.002Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-15T15:46:08.104Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:46:08.163Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-15T15:46:09.509Z] $ docker top 4db09e60d143d46f1de0a03a8774f99d95e9934c51683d99f614177deb551ece -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:46:09.960Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:46:09.960Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:46:13.436Z] $ docker stop --time=1 4db09e60d143d46f1de0a03a8774f99d95e9934c51683d99f614177deb551ece [2020-06-15T15:46:14.817Z] $ docker rm -f 4db09e60d143d46f1de0a03a8774f99d95e9934c51683d99f614177deb551ece [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:15.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:15.253Z] . [Pipeline] withDockerContainer [2020-06-15T15:46:15.350Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:46:15.393Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-15T15:46:16.108Z] $ docker top 869c221db3f8a92353db70839472020e70d5202a667206c399695a9221089531 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:46:16.569Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:46:16.569Z] + tee [2020-06-15T15:46:16.569Z] clair timeout 1m0s [2020-06-15T15:46:16.569Z] docker timeout: 1m0s [2020-06-15T15:46:16.569Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:46:17.196Z] $ docker stop --time=1 869c221db3f8a92353db70839472020e70d5202a667206c399695a9221089531 [2020-06-15T15:46:18.516Z] $ docker rm -f 869c221db3f8a92353db70839472020e70d5202a667206c399695a9221089531 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T15:46:18.926Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-06-15T15:46:18.938Z] 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-15T15:46:18.964Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:19.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:19.286Z] . [Pipeline] withDockerContainer [2020-06-15T15:46:19.379Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:46:19.421Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-15T15:46:19.948Z] $ docker top 582ce87ac3fbc9b3253686670d0a4efaef2226e07e0ab0ef16856b2c18344944 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:46:20.384Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:46:20.384Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:46:23.782Z] $ docker stop --time=1 582ce87ac3fbc9b3253686670d0a4efaef2226e07e0ab0ef16856b2c18344944 [2020-06-15T15:46:25.103Z] $ docker rm -f 582ce87ac3fbc9b3253686670d0a4efaef2226e07e0ab0ef16856b2c18344944 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:25.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:25.514Z] . [Pipeline] withDockerContainer [2020-06-15T15:46:25.606Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:46:25.651Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-15T15:46:26.204Z] $ docker top 70ba009f26b5c4d4e96853041d70ac9769645cd0ac60970e8376fd59ab6d2c76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:46:26.658Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:44d29830d52e322790143f809155a22bedb1a813 [2020-06-15T15:46:26.658Z] + tee [2020-06-15T15:46:26.658Z] clair timeout 1m0s [2020-06-15T15:46:26.658Z] docker timeout: 1m0s [2020-06-15T15:46:26.658Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:46:27.286Z] $ docker stop --time=1 70ba009f26b5c4d4e96853041d70ac9769645cd0ac60970e8376fd59ab6d2c76 [2020-06-15T15:46:28.634Z] $ docker rm -f 70ba009f26b5c4d4e96853041d70ac9769645cd0ac60970e8376fd59ab6d2c76 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T15:46:29.058Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-06-15T15:46:29.070Z] 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-15T15:46:29.099Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:30.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:46:30.177Z] . [Pipeline] withDockerContainer [2020-06-15T15:46:30.272Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:46:30.312Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-15T15:46:31.018Z] $ docker top 5e79a2840a17f23e6439749602ec6fe5237efafc06dc124cdcdef3441745d36f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:46:31.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:46:31.273Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:46:31.517Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:46:31.522Z] $ docker exec 5e79a2840a17f23e6439749602ec6fe5237efafc06dc124cdcdef3441745d36f ssh-agent [2020-06-15T15:46:31.738Z] SSH_AUTH_SOCK=/tmp/ssh-BJu5RbjWMQyq/agent.12 [2020-06-15T15:46:31.738Z] SSH_AGENT_PID=17 [2020-06-15T15:46:31.745Z] Running ssh-add (command line suppressed) [2020-06-15T15:46:31.886Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_935983991309059036.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_935983991309059036.key) [2020-06-15T15:46:31.942Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:46:32.251Z] + git semver tag [2020-06-15T15:46:32.251Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:46:32.251Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-15T15:46:32.251Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T15:46:32.251Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:46:32.251Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:46:32.251Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:46:32.251Z] # $SEMVER_BRANCH = master [2020-06-15T15:46:32.251Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-15T15:46:32.251Z] # 44d29830d52e322790143f809155a22bedb1a813 HEAD [2020-06-15T15:46:32.251Z] # -> Force: false [2020-06-15T15:46:32.251Z] # 69a8c11b01ccf914eab6e34616035282a9c56f71 refs/tags/v1.1.1 [Pipeline] } [2020-06-15T15:46:32.264Z] $ docker exec --env ******** --env ******** 5e79a2840a17f23e6439749602ec6fe5237efafc06dc124cdcdef3441745d36f ssh-agent -k [2020-06-15T15:46:32.381Z] unset SSH_AUTH_SOCK; [2020-06-15T15:46:32.381Z] unset SSH_AGENT_PID; [2020-06-15T15:46:32.381Z] echo Agent pid 17 killed; [2020-06-15T15:46:32.430Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:46:32.803Z] + git semver [Pipeline] } [2020-06-15T15:46:32.820Z] $ docker stop --time=1 5e79a2840a17f23e6439749602ec6fe5237efafc06dc124cdcdef3441745d36f [2020-06-15T15:46:34.144Z] $ docker rm -f 5e79a2840a17f23e6439749602ec6fe5237efafc06dc124cdcdef3441745d36f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:34.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:46:34.629Z] [2020-06-15T15:46:34.629Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:34.951Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:46:34.951Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-15T15:46:34.951Z] ab5ef0e58194: Pulling fs layer [2020-06-15T15:46:34.951Z] 9712f1f96733: Pulling fs layer [2020-06-15T15:46:34.951Z] 63f879dbbcfc: Pulling fs layer [2020-06-15T15:46:34.951Z] 0d9ebad4ef96: Pulling fs layer [2020-06-15T15:46:34.951Z] e9a5061849ea: Pulling fs layer [2020-06-15T15:46:34.951Z] d747dcd14b5f: Pulling fs layer [2020-06-15T15:46:34.951Z] 2de7ff778b66: Pulling fs layer [2020-06-15T15:46:34.951Z] 0d9ebad4ef96: Waiting [2020-06-15T15:46:34.951Z] e9a5061849ea: Waiting [2020-06-15T15:46:34.951Z] d747dcd14b5f: Waiting [2020-06-15T15:46:34.951Z] 9712f1f96733: Verifying Checksum [2020-06-15T15:46:34.951Z] 9712f1f96733: Download complete [2020-06-15T15:46:35.557Z] 63f879dbbcfc: Verifying Checksum [2020-06-15T15:46:35.557Z] 63f879dbbcfc: Download complete [2020-06-15T15:46:35.848Z] e9a5061849ea: Verifying Checksum [2020-06-15T15:46:35.848Z] e9a5061849ea: Download complete [2020-06-15T15:46:35.848Z] d747dcd14b5f: Verifying Checksum [2020-06-15T15:46:35.848Z] d747dcd14b5f: Download complete [2020-06-15T15:46:36.117Z] 0d9ebad4ef96: Verifying Checksum [2020-06-15T15:46:36.117Z] 0d9ebad4ef96: Download complete [2020-06-15T15:46:36.117Z] ab5ef0e58194: Download complete [2020-06-15T15:46:36.385Z] 2de7ff778b66: Verifying Checksum [2020-06-15T15:46:36.385Z] 2de7ff778b66: Download complete [2020-06-15T15:46:41.709Z] ab5ef0e58194: Pull complete [2020-06-15T15:46:41.709Z] 9712f1f96733: Pull complete [2020-06-15T15:46:44.267Z] 63f879dbbcfc: Pull complete [2020-06-15T15:46:50.881Z] 0d9ebad4ef96: Pull complete [2020-06-15T15:46:50.881Z] e9a5061849ea: Pull complete [2020-06-15T15:46:50.881Z] d747dcd14b5f: Pull complete [2020-06-15T15:46:54.193Z] 2de7ff778b66: Pull complete [2020-06-15T15:46:54.193Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-15T15:46:54.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:46:54.193Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-15T15:46:54.317Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:46:54.363Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-15T15:46:58.477Z] $ docker top 4371eca3f50c87ca11cfdf9ef80d2b159fada9472cc8425b40d22d86e83a87f9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:46:58.646Z] provisioning config files... [2020-06-15T15:46:58.659Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config333708133669772044tmp [2020-06-15T15:46:58.675Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2494697441081320252tmp [2020-06-15T15:46:58.689Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5830187837847177322tmp [Pipeline] { [Pipeline] echo [2020-06-15T15:46:58.719Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:46:59.020Z] ---> sigul-configuration.sh [2020-06-15T15:46:59.020Z] gpg: directory `/root/.gnupg' created [2020-06-15T15:46:59.020Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-15T15:46:59.020Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-15T15:46:59.020Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-15T15:46:59.020Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-15T15:46:59.020Z] gpg: CAST5 encrypted data [2020-06-15T15:46:59.281Z] gpg: encrypted with 1 passphrase [2020-06-15T15:46:59.281Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-15T15:46:59.577Z] + mkdir /home/jenkins [2020-06-15T15:46:59.577Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-15T15:46:59.873Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-15T15:46:59.881Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:00.173Z] ---> sigul-install.sh [2020-06-15T15:47:05.472Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-15T15:47:05.772Z] + git tag --list [2020-06-15T15:47:05.772Z] v1.1.1 [Pipeline] sh [2020-06-15T15:47:06.065Z] + lftools sign git-tag v1.1.1 [2020-06-15T15:47:07.452Z] Signing Git tag with Sigul... [2020-06-15T15:47:07.452Z] Signing v1.1.1 [Pipeline] echo [2020-06-15T15:47:08.406Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:08.702Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-15T15:47:08.712Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-15T15:47:08.764Z] $ docker stop --time=1 4371eca3f50c87ca11cfdf9ef80d2b159fada9472cc8425b40d22d86e83a87f9 [2020-06-15T15:47:10.632Z] $ docker rm -f 4371eca3f50c87ca11cfdf9ef80d2b159fada9472cc8425b40d22d86e83a87f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:47:11.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:47:11.194Z] . [Pipeline] withDockerContainer [2020-06-15T15:47:11.293Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:47:11.338Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-15T15:47:11.987Z] $ docker top f0335f7fc9de440bd5e21fc53fe49e158d7fb3c5da829aa0b8b6961874df62c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:47:12.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:47:12.182Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:47:12.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:47:12.384Z] $ docker exec f0335f7fc9de440bd5e21fc53fe49e158d7fb3c5da829aa0b8b6961874df62c5 ssh-agent [2020-06-15T15:47:12.550Z] SSH_AUTH_SOCK=/tmp/ssh-DEMpxaU4Oq0V/agent.12 [2020-06-15T15:47:12.550Z] SSH_AGENT_PID=17 [2020-06-15T15:47:12.558Z] Running ssh-add (command line suppressed) [2020-06-15T15:47:12.684Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3162964693070273316.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3162964693070273316.key) [2020-06-15T15:47:12.735Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:47:13.042Z] + git semver bump pre [2020-06-15T15:47:13.043Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:47:13.043Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-15T15:47:13.043Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T15:47:13.043Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:47:13.043Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:47:13.043Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:47:13.043Z] # $SEMVER_BRANCH = master [2020-06-15T15:47:13.043Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-15T15:47:13.043Z] 1.1.2-dev.1 [Pipeline] } [2020-06-15T15:47:13.055Z] $ docker exec --env ******** --env ******** f0335f7fc9de440bd5e21fc53fe49e158d7fb3c5da829aa0b8b6961874df62c5 ssh-agent -k [2020-06-15T15:47:13.170Z] unset SSH_AUTH_SOCK; [2020-06-15T15:47:13.170Z] unset SSH_AGENT_PID; [2020-06-15T15:47:13.170Z] echo Agent pid 17 killed; [2020-06-15T15:47:13.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:47:13.586Z] + git semver [Pipeline] } [2020-06-15T15:47:13.602Z] $ docker stop --time=1 f0335f7fc9de440bd5e21fc53fe49e158d7fb3c5da829aa0b8b6961874df62c5 [2020-06-15T15:47:14.937Z] $ docker rm -f f0335f7fc9de440bd5e21fc53fe49e158d7fb3c5da829aa0b8b6961874df62c5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:47:15.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:47:15.361Z] . [Pipeline] withDockerContainer [2020-06-15T15:47:15.526Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:47:15.619Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-15T15:47:16.144Z] $ docker top 40249b6cc01506c3495fec0ed37309d8de5cbcd21a8994857399ee9a61e9f295 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:47:16.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:47:16.339Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:47:16.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:47:16.521Z] $ docker exec 40249b6cc01506c3495fec0ed37309d8de5cbcd21a8994857399ee9a61e9f295 ssh-agent [2020-06-15T15:47:16.688Z] SSH_AUTH_SOCK=/tmp/ssh-Wi8skTPsVE0e/agent.11 [2020-06-15T15:47:16.688Z] SSH_AGENT_PID=17 [2020-06-15T15:47:16.695Z] Running ssh-add (command line suppressed) [2020-06-15T15:47:16.819Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4020211788538600353.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4020211788538600353.key) [2020-06-15T15:47:16.877Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:47:17.181Z] + git semver push [2020-06-15T15:47:17.181Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:47:17.181Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-15T15:47:17.181Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T15:47:17.181Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:47:17.181Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:47:17.181Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:47:17.181Z] # $SEMVER_BRANCH = master [2020-06-15T15:47:17.181Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-15T15:47:20.492Z] git-semver-push: object not found [Pipeline] } [2020-06-15T15:47:20.506Z] $ docker exec --env ******** --env ******** 40249b6cc01506c3495fec0ed37309d8de5cbcd21a8994857399ee9a61e9f295 ssh-agent -k [2020-06-15T15:47:20.627Z] unset SSH_AUTH_SOCK; [2020-06-15T15:47:20.628Z] unset SSH_AGENT_PID; [2020-06-15T15:47:20.628Z] echo Agent pid 17 killed; [2020-06-15T15:47:20.678Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:47:20.763Z] $ docker stop --time=1 40249b6cc01506c3495fec0ed37309d8de5cbcd21a8994857399ee9a61e9f295 [2020-06-15T15:47:22.114Z] $ docker rm -f 40249b6cc01506c3495fec0ed37309d8de5cbcd21a8994857399ee9a61e9f295 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:22.695Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:23.252Z] ---> package-listing.sh [2020-06-15T15:47:23.252Z] ++ facter osfamily [2020-06-15T15:47:23.252Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-15T15:47:23.252Z] + OS_FAMILY=redhat [2020-06-15T15:47:23.252Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2020-06-15T15:47:23.252Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-15T15:47:23.252Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-15T15:47:23.252Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-15T15:47:23.252Z] + PACKAGES=/tmp/packages_start.txt [2020-06-15T15:47:23.252Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-06-15T15:47:23.252Z] + PACKAGES=/tmp/packages_end.txt [2020-06-15T15:47:23.252Z] + case "${OS_FAMILY}" in [2020-06-15T15:47:23.252Z] + rpm -qa [2020-06-15T15:47:23.252Z] + sort [2020-06-15T15:47:27.462Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-15T15:47:27.462Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-15T15:47:27.462Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-15T15:47:27.462Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-06-15T15:47:27.462Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2020-06-15T15:47:27.462Z] + 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-15T15:47:27.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:47:27.841Z] [2020-06-15T15:47:27.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:47:28.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:47:28.160Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-15T15:47:28.161Z] c9b1b535fdd9: Pulling fs layer [2020-06-15T15:47:28.161Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-15T15:47:28.161Z] 756a868c4378: Pulling fs layer [2020-06-15T15:47:28.161Z] 444b2fc9a129: Pulling fs layer [2020-06-15T15:47:28.161Z] ea15f1150254: Pulling fs layer [2020-06-15T15:47:28.161Z] 41b27a9f41bf: Pulling fs layer [2020-06-15T15:47:28.161Z] 28c525ee5125: Pulling fs layer [2020-06-15T15:47:28.161Z] 094b1ea09ed8: Pulling fs layer [2020-06-15T15:47:28.161Z] 138eaada9080: Pulling fs layer [2020-06-15T15:47:28.161Z] 0622d0fa9048: Pulling fs layer [2020-06-15T15:47:28.161Z] 41b27a9f41bf: Waiting [2020-06-15T15:47:28.161Z] 28c525ee5125: Waiting [2020-06-15T15:47:28.161Z] 094b1ea09ed8: Waiting [2020-06-15T15:47:28.161Z] 138eaada9080: Waiting [2020-06-15T15:47:28.161Z] 0622d0fa9048: Waiting [2020-06-15T15:47:28.161Z] 444b2fc9a129: Waiting [2020-06-15T15:47:28.161Z] ea15f1150254: Waiting [2020-06-15T15:47:28.161Z] 2cc5ad85d9ab: Download complete [2020-06-15T15:47:28.161Z] 444b2fc9a129: Verifying Checksum [2020-06-15T15:47:28.161Z] 444b2fc9a129: Download complete [2020-06-15T15:47:28.161Z] c9b1b535fdd9: Verifying Checksum [2020-06-15T15:47:28.161Z] c9b1b535fdd9: Download complete [2020-06-15T15:47:28.161Z] ea15f1150254: Verifying Checksum [2020-06-15T15:47:28.161Z] ea15f1150254: Download complete [2020-06-15T15:47:28.431Z] 28c525ee5125: Verifying Checksum [2020-06-15T15:47:28.431Z] 28c525ee5125: Download complete [2020-06-15T15:47:28.699Z] 756a868c4378: Verifying Checksum [2020-06-15T15:47:28.699Z] 756a868c4378: Download complete [2020-06-15T15:47:28.699Z] c9b1b535fdd9: Pull complete [2020-06-15T15:47:28.699Z] 138eaada9080: Download complete [2020-06-15T15:47:28.965Z] 0622d0fa9048: Verifying Checksum [2020-06-15T15:47:28.965Z] 0622d0fa9048: Download complete [2020-06-15T15:47:28.965Z] 094b1ea09ed8: Verifying Checksum [2020-06-15T15:47:28.965Z] 094b1ea09ed8: Download complete [2020-06-15T15:47:29.540Z] 41b27a9f41bf: Verifying Checksum [2020-06-15T15:47:29.540Z] 41b27a9f41bf: Download complete [2020-06-15T15:47:29.801Z] 2cc5ad85d9ab: Pull complete [2020-06-15T15:47:31.198Z] 756a868c4378: Pull complete [2020-06-15T15:47:31.459Z] 444b2fc9a129: Pull complete [2020-06-15T15:47:31.724Z] ea15f1150254: Pull complete [2020-06-15T15:47:35.038Z] 41b27a9f41bf: Pull complete [2020-06-15T15:47:35.038Z] 28c525ee5125: Pull complete [2020-06-15T15:47:37.606Z] 094b1ea09ed8: Pull complete [2020-06-15T15:47:37.872Z] 138eaada9080: Pull complete [2020-06-15T15:47:38.133Z] 0622d0fa9048: Pull complete [2020-06-15T15:47:38.133Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-15T15:47:38.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:47:38.133Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-15T15:47:38.294Z] prd-centos7-docker-4c-2g-3032 does not seem to be running inside a container [2020-06-15T15:47:38.351Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-15T15:47:41.719Z] $ docker top 4b4ba8832d13ffeddfab0df09c57414aa6c144b5fe28002bbda23deba84bd872 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:47:41.885Z] provisioning config files... [2020-06-15T15:47:41.899Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config287275318249083052tmp [Pipeline] { [Pipeline] echo [2020-06-15T15:47:41.933Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:42.233Z] ---> create-netrc.sh [Pipeline] echo [2020-06-15T15:47:42.245Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:42.546Z] ---> logs-deploy.sh [2020-06-15T15:47:42.546Z] + ARCHIVE_ARTIFACTS= [2020-06-15T15:47:42.546Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-15T15:47:42.546Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-15T15:47:42.546Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-15T15:47:42.546Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/10 [2020-06-15T15:47:42.546Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/master/10/ [2020-06-15T15:47:42.546Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/10 /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T15:47:43.491Z] Archives upload complete. [2020-06-15T15:47:43.754Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/master/10/