Push event to branch update-pr-template Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d097784316ec6796509111cd09577426280be0ed Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/update-pr-template/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3378 in /w/workspace/evice-rest-go_update-pr-template [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/evice-rest-go_update-pr-template # 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/update-pr-template:refs/remotes/origin/update-pr-template # timeout=10 Fetching without tags Checking out Revision d097784316ec6796509111cd09577426280be0ed (update-pr-template) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/update-pr-template:refs/remotes/origin/update-pr-template # 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/update-pr-template:refs/remotes/origin/update-pr-template # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d097784316ec6796509111cd09577426280be0ed # timeout=10 Commit message: "docs: Add standard PR template" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-17T18:19:03.464Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-17T18:19:03.672Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-17T18:19:03.785Z] ========================================================= [2020-06-17T18:19:03.785Z] EdgeX Global Pipelines Version Info [2020-06-17T18:19:03.785Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:19:05.691Z] ------------------- [2020-06-17T18:19:05.691Z] stable info: [2020-06-17T18:19:05.691Z] ------------------- [2020-06-17T18:19:05.691Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-17T18:19:05.691Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T18:19:05.691Z] Message: update stable to v1.0.89 [2020-06-17T18:19:06.271Z] ------------------- [2020-06-17T18:19:06.271Z] experimental info: [2020-06-17T18:19:06.271Z] ------------------- [2020-06-17T18:19:06.271Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-17T18:19:06.271Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T18:19:06.271Z] 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-17T18:19:07.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T18:19:07.858Z] [2020-06-17T18:19:07.858Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:19:08.207Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T18:19:09.150Z] latest: Pulling from edgex-devops/git-semver [2020-06-17T18:19:09.150Z] 9123ac7c32f7: Pulling fs layer [2020-06-17T18:19:09.150Z] b8cc5d1170e3: Pulling fs layer [2020-06-17T18:19:09.150Z] 2924cbbf6a41: Pulling fs layer [2020-06-17T18:19:09.150Z] 93b08a4f1073: Pulling fs layer [2020-06-17T18:19:09.150Z] 93b08a4f1073: Waiting [2020-06-17T18:19:09.150Z] b8cc5d1170e3: Verifying Checksum [2020-06-17T18:19:09.150Z] b8cc5d1170e3: Download complete [2020-06-17T18:19:09.150Z] 9123ac7c32f7: Verifying Checksum [2020-06-17T18:19:09.150Z] 9123ac7c32f7: Download complete [2020-06-17T18:19:09.150Z] 93b08a4f1073: Verifying Checksum [2020-06-17T18:19:09.150Z] 93b08a4f1073: Download complete [2020-06-17T18:19:09.412Z] 2924cbbf6a41: Verifying Checksum [2020-06-17T18:19:09.412Z] 2924cbbf6a41: Download complete [2020-06-17T18:19:09.412Z] 9123ac7c32f7: Pull complete [2020-06-17T18:19:09.675Z] b8cc5d1170e3: Pull complete [2020-06-17T18:19:10.250Z] 2924cbbf6a41: Pull complete [2020-06-17T18:19:10.511Z] 93b08a4f1073: Pull complete [2020-06-17T18:19:10.511Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-17T18:19:10.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T18:19:10.511Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-17T18:19:10.638Z] prd-centos7-docker-4c-2g-3378 does not seem to be running inside a container [2020-06-17T18:19:10.687Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/evice-rest-go_update-pr-template -v /w/workspace/evice-rest-go_update-pr-template:/w/workspace/evice-rest-go_update-pr-template:rw,z -v /w/workspace/evice-rest-go_update-pr-template@tmp:/w/workspace/evice-rest-go_update-pr-template@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T18:19:12.655Z] $ docker top 41abaef29f16fd23dd0eb2f7a2946f93425d2c3ee15b138654379c385f46e88d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T18:19:12.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T18:19:12.904Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T18:19:13.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T18:19:13.130Z] $ docker exec 41abaef29f16fd23dd0eb2f7a2946f93425d2c3ee15b138654379c385f46e88d ssh-agent [2020-06-17T18:19:13.304Z] SSH_AUTH_SOCK=/tmp/ssh-aj6tTxOHqHg6/agent.12 [2020-06-17T18:19:13.304Z] SSH_AGENT_PID=17 [2020-06-17T18:19:13.317Z] Running ssh-add (command line suppressed) [2020-06-17T18:19:13.436Z] Identity added: /w/workspace/evice-rest-go_update-pr-template@tmp/private_key_7644101978549354868.key (/w/workspace/evice-rest-go_update-pr-template@tmp/private_key_7644101978549354868.key) [2020-06-17T18:19:13.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T18:19:13.833Z] + git describe --exact-match --tags HEAD [2020-06-17T18:19:13.833Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-17T18:19:14.046Z] $ docker exec --env ******** --env ******** 41abaef29f16fd23dd0eb2f7a2946f93425d2c3ee15b138654379c385f46e88d ssh-agent -k [2020-06-17T18:19:14.176Z] unset SSH_AUTH_SOCK; [2020-06-17T18:19:14.176Z] unset SSH_AGENT_PID; [2020-06-17T18:19:14.176Z] echo Agent pid 17 killed; [2020-06-17T18:19:14.209Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-17T18:19:14.305Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-17T18:19:14.305Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-17T18:19:14.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T18:19:14.365Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T18:19:14.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T18:19:14.529Z] $ docker exec 41abaef29f16fd23dd0eb2f7a2946f93425d2c3ee15b138654379c385f46e88d ssh-agent [2020-06-17T18:19:14.679Z] SSH_AUTH_SOCK=/tmp/ssh-k041y1ZNgSL2/agent.46 [2020-06-17T18:19:14.679Z] SSH_AGENT_PID=51 [2020-06-17T18:19:14.685Z] Running ssh-add (command line suppressed) [2020-06-17T18:19:14.801Z] Identity added: /w/workspace/evice-rest-go_update-pr-template@tmp/private_key_7942045116833005688.key (/w/workspace/evice-rest-go_update-pr-template@tmp/private_key_7942045116833005688.key) [2020-06-17T18:19:14.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T18:19:15.185Z] + git semver init [2020-06-17T18:19:15.185Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T18:19:15.185Z] # $GIT_DIR = /w/workspace/evice-rest-go_update-pr-template/.git [2020-06-17T18:19:15.185Z] # $GIT_WORK_TREE = /w/workspace/evice-rest-go_update-pr-template [2020-06-17T18:19:15.185Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T18:19:15.185Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T18:19:15.185Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T18:19:15.185Z] # $SEMVER_BRANCH = update-pr-template [2020-06-17T18:19:15.186Z] # $SEMVER_TEMP = /tmp/semver-054929596 [2020-06-17T18:19:15.186Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-06-17T18:19:16.131Z] # '/tmp/semver-054929596' -> '/w/workspace/evice-rest-go_update-pr-template/.semver' [2020-06-17T18:19:16.131Z] # -> Force: false [2020-06-17T18:19:16.131Z] # $SEMVER_DIR = /w/workspace/evice-rest-go_update-pr-template/.semver [Pipeline] } [2020-06-17T18:19:16.153Z] $ docker exec --env ******** --env ******** 41abaef29f16fd23dd0eb2f7a2946f93425d2c3ee15b138654379c385f46e88d ssh-agent -k [2020-06-17T18:19:16.293Z] unset SSH_AUTH_SOCK; [2020-06-17T18:19:16.293Z] unset SSH_AGENT_PID; [2020-06-17T18:19:16.293Z] echo Agent pid 51 killed; [2020-06-17T18:19:16.357Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T18:19:16.798Z] + git semver [Pipeline] } [2020-06-17T18:19:16.827Z] $ docker stop --time=1 41abaef29f16fd23dd0eb2f7a2946f93425d2c3ee15b138654379c385f46e88d [2020-06-17T18:19:18.294Z] $ docker rm -f 41abaef29f16fd23dd0eb2f7a2946f93425d2c3ee15b138654379c385f46e88d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-17T18:19:19.599Z] Stashed 23 file(s) [Pipeline] echo [2020-06-17T18:19:19.617Z] [edgeXSemver] initialized semver on version 0.0.0 [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-17T18:19:34.952Z] Still waiting to schedule task [2020-06-17T18:19:34.952Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3378’ [2020-06-17T18:19:34.969Z] Still waiting to schedule task [2020-06-17T18:19:34.969Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-17T18:21:15.594Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3379 in /w/workspace/evice-rest-go_update-pr-template [Pipeline] { [Pipeline] ws [2020-06-17T18:21:15.648Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2020-06-17T18:21:20.382Z] using credential edgex-jenkins-ssh [2020-06-17T18:21:20.416Z] Cloning the remote Git repository [2020-06-17T18:21:20.416Z] Cloning with configured refspecs honoured and without tags [2020-06-17T18:21:20.488Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T18:21:20.598Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2020-06-17T18:21:20.667Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T18:21:20.669Z] > git --version # timeout=10 [2020-06-17T18:21:20.690Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:21:20.758Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/update-pr-template:refs/remotes/origin/update-pr-template # timeout=10 [2020-06-17T18:21:22.306Z] Fetching without tags [2020-06-17T18:21:22.794Z] Checking out Revision d097784316ec6796509111cd09577426280be0ed (update-pr-template) [2020-06-17T18:21:22.244Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-17T18:21:22.265Z] > git config --add remote.origin.fetch +refs/heads/update-pr-template:refs/remotes/origin/update-pr-template # timeout=10 [2020-06-17T18:21:22.287Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-17T18:21:22.321Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T18:21:22.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:21:22.343Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/update-pr-template:refs/remotes/origin/update-pr-template # timeout=10 [2020-06-17T18:21:22.816Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T18:21:22.841Z] > git checkout -f d097784316ec6796509111cd09577426280be0ed # timeout=10 [2020-06-17T18:21:27.262Z] Commit message: "docs: Add standard PR template" [2020-06-17T18:21:27.322Z] > git --version # timeout=10 [2020-06-17T18:21:27.354Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T18:21:29.734Z] ========================================================= [2020-06-17T18:21:29.734Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-17T18:21:29.734Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:21:30.769Z] + 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-17T18:21:31.748Z] Sending build context to Docker daemon 8.027MB [2020-06-17T18:21:31.748Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-17T18:21:31.748Z] Step 2/10 : FROM ${BASE} [2020-06-17T18:21:32.023Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-17T18:21:32.023Z] cde5963f3b93: Pulling fs layer [2020-06-17T18:21:32.023Z] 2a23fa8c16f7: Pulling fs layer [2020-06-17T18:21:32.023Z] 777b28850792: Pulling fs layer [2020-06-17T18:21:32.023Z] 8a11ddd9e578: Pulling fs layer [2020-06-17T18:21:32.023Z] 4cf88f913ddb: Pulling fs layer [2020-06-17T18:21:32.023Z] 1df406cf5192: Pulling fs layer [2020-06-17T18:21:32.023Z] cd6300453558: Pulling fs layer [2020-06-17T18:21:32.023Z] b9c365052c96: Pulling fs layer [2020-06-17T18:21:32.023Z] a2d8cc88f415: Pulling fs layer [2020-06-17T18:21:32.023Z] ea1d1ca13537: Pulling fs layer [2020-06-17T18:21:32.023Z] 3750a50a1c5e: Pulling fs layer [2020-06-17T18:21:32.023Z] 8a11ddd9e578: Waiting [2020-06-17T18:21:32.023Z] 4cf88f913ddb: Waiting [2020-06-17T18:21:32.023Z] cd6300453558: Waiting [2020-06-17T18:21:32.023Z] 1df406cf5192: Waiting [2020-06-17T18:21:32.023Z] b9c365052c96: Waiting [2020-06-17T18:21:32.023Z] a2d8cc88f415: Waiting [2020-06-17T18:21:32.023Z] ea1d1ca13537: Waiting [2020-06-17T18:21:32.023Z] 3750a50a1c5e: Waiting [2020-06-17T18:21:32.023Z] 777b28850792: Verifying Checksum [2020-06-17T18:21:32.023Z] 777b28850792: Download complete [2020-06-17T18:21:32.023Z] 2a23fa8c16f7: Verifying Checksum [2020-06-17T18:21:32.023Z] 2a23fa8c16f7: Download complete [2020-06-17T18:21:32.023Z] 4cf88f913ddb: Verifying Checksum [2020-06-17T18:21:32.023Z] 4cf88f913ddb: Download complete [2020-06-17T18:21:32.023Z] 1df406cf5192: Verifying Checksum [2020-06-17T18:21:32.023Z] 1df406cf5192: Download complete [2020-06-17T18:21:32.299Z] cde5963f3b93: Verifying Checksum [2020-06-17T18:21:32.299Z] cde5963f3b93: Download complete [2020-06-17T18:21:32.903Z] cde5963f3b93: Pull complete [2020-06-17T18:21:33.506Z] 2a23fa8c16f7: Pull complete [2020-06-17T18:21:33.781Z] 777b28850792: Pull complete [2020-06-17T18:21:34.395Z] cd6300453558: Verifying Checksum [2020-06-17T18:21:34.395Z] cd6300453558: Download complete [2020-06-17T18:21:34.395Z] a2d8cc88f415: Verifying Checksum [2020-06-17T18:21:34.395Z] a2d8cc88f415: Download complete [2020-06-17T18:21:37.026Z] ea1d1ca13537: Verifying Checksum [2020-06-17T18:21:37.026Z] ea1d1ca13537: Download complete [2020-06-17T18:21:37.026Z] 3750a50a1c5e: Download complete [2020-06-17T18:21:37.026Z] b9c365052c96: Verifying Checksum [2020-06-17T18:21:37.026Z] b9c365052c96: Download complete [2020-06-17T18:21:39.017Z] 8a11ddd9e578: Verifying Checksum [2020-06-17T18:21:39.017Z] 8a11ddd9e578: Download complete [2020-06-17T18:21:40.919Z] Running on prd-centos7-docker-4c-2g-3380 in /w/workspace/evice-rest-go_update-pr-template [Pipeline] { [Pipeline] ws [2020-06-17T18:21:40.975Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2020-06-17T18:21:46.007Z] using credential edgex-jenkins-ssh [2020-06-17T18:21:46.056Z] Cloning the remote Git repository [2020-06-17T18:21:46.056Z] Cloning with configured refspecs honoured and without tags [2020-06-17T18:21:46.093Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T18:21:46.163Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2020-06-17T18:21:46.671Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T18:21:46.672Z] > git --version # timeout=10 [2020-06-17T18:21:46.680Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:21:46.754Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/update-pr-template:refs/remotes/origin/update-pr-template # timeout=10 [2020-06-17T18:21:47.994Z] Fetching without tags [2020-06-17T18:21:47.952Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-17T18:21:47.964Z] > git config --add remote.origin.fetch +refs/heads/update-pr-template:refs/remotes/origin/update-pr-template # timeout=10 [2020-06-17T18:21:47.982Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-17T18:21:47.998Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T18:21:47.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:21:48.005Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/update-pr-template:refs/remotes/origin/update-pr-template # timeout=10 [2020-06-17T18:21:48.383Z] Checking out Revision d097784316ec6796509111cd09577426280be0ed (update-pr-template) [2020-06-17T18:21:48.394Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T18:21:48.410Z] > git checkout -f d097784316ec6796509111cd09577426280be0ed # timeout=10 [2020-06-17T18:21:51.417Z] 8a11ddd9e578: Pull complete [2020-06-17T18:21:51.417Z] 4cf88f913ddb: Pull complete [2020-06-17T18:21:51.417Z] 1df406cf5192: Pull complete [2020-06-17T18:21:52.318Z] Commit message: "docs: Add standard PR template" [2020-06-17T18:21:52.346Z] > git --version # timeout=10 [2020-06-17T18:21:52.362Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T18:21:54.006Z] ========================================================= [2020-06-17T18:21:54.006Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-17T18:21:54.006Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:21:54.986Z] + 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-17T18:21:55.590Z] Sending build context to Docker daemon 8.027MB [2020-06-17T18:21:55.590Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-17T18:21:55.590Z] Step 2/10 : FROM ${BASE} [2020-06-17T18:21:55.590Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-17T18:21:55.590Z] e6b0cf9c0882: Pulling fs layer [2020-06-17T18:21:55.590Z] 2848faf0eed1: Pulling fs layer [2020-06-17T18:21:55.590Z] 0f37312ad70f: Pulling fs layer [2020-06-17T18:21:55.590Z] 5788d62ee057: Pulling fs layer [2020-06-17T18:21:55.590Z] 0e6b1d234666: Pulling fs layer [2020-06-17T18:21:55.590Z] bf5d7aec512f: Pulling fs layer [2020-06-17T18:21:55.590Z] 34c802a77dc8: Pulling fs layer [2020-06-17T18:21:55.590Z] 9eb99e56ec68: Pulling fs layer [2020-06-17T18:21:55.590Z] 27c7a5d97fbd: Pulling fs layer [2020-06-17T18:21:55.590Z] 5c102a31e300: Pulling fs layer [2020-06-17T18:21:55.590Z] dcfb455df0a1: Pulling fs layer [2020-06-17T18:21:55.590Z] 5788d62ee057: Waiting [2020-06-17T18:21:55.590Z] 0e6b1d234666: Waiting [2020-06-17T18:21:55.590Z] bf5d7aec512f: Waiting [2020-06-17T18:21:55.590Z] 34c802a77dc8: Waiting [2020-06-17T18:21:55.590Z] 9eb99e56ec68: Waiting [2020-06-17T18:21:55.590Z] 27c7a5d97fbd: Waiting [2020-06-17T18:21:55.590Z] 5c102a31e300: Waiting [2020-06-17T18:21:55.590Z] dcfb455df0a1: Waiting [2020-06-17T18:21:55.590Z] 0f37312ad70f: Verifying Checksum [2020-06-17T18:21:55.590Z] 0f37312ad70f: Download complete [2020-06-17T18:21:55.590Z] 2848faf0eed1: Download complete [2020-06-17T18:21:55.590Z] 0e6b1d234666: Verifying Checksum [2020-06-17T18:21:55.590Z] 0e6b1d234666: Download complete [2020-06-17T18:21:55.590Z] bf5d7aec512f: Verifying Checksum [2020-06-17T18:21:55.590Z] bf5d7aec512f: Download complete [2020-06-17T18:21:55.733Z] cd6300453558: Pull complete [2020-06-17T18:21:55.892Z] e6b0cf9c0882: Verifying Checksum [2020-06-17T18:21:55.892Z] e6b0cf9c0882: Download complete [2020-06-17T18:21:57.051Z] e6b0cf9c0882: Pull complete [2020-06-17T18:21:57.690Z] 34c802a77dc8: Verifying Checksum [2020-06-17T18:21:57.690Z] 34c802a77dc8: Download complete [2020-06-17T18:21:57.690Z] 27c7a5d97fbd: Verifying Checksum [2020-06-17T18:21:57.690Z] 27c7a5d97fbd: Download complete [2020-06-17T18:21:59.643Z] 2848faf0eed1: Pull complete [2020-06-17T18:21:59.939Z] 9eb99e56ec68: Verifying Checksum [2020-06-17T18:21:59.939Z] 9eb99e56ec68: Download complete [2020-06-17T18:21:59.939Z] 5c102a31e300: Verifying Checksum [2020-06-17T18:21:59.939Z] 5c102a31e300: Download complete [2020-06-17T18:21:59.939Z] 0f37312ad70f: Pull complete [2020-06-17T18:21:59.939Z] 5788d62ee057: Download complete [2020-06-17T18:22:00.057Z] b9c365052c96: Pull complete [2020-06-17T18:22:00.057Z] a2d8cc88f415: Pull complete [2020-06-17T18:22:00.280Z] dcfb455df0a1: Verifying Checksum [2020-06-17T18:22:00.280Z] dcfb455df0a1: Download complete [2020-06-17T18:22:02.033Z] ea1d1ca13537: Pull complete [2020-06-17T18:22:02.630Z] 3750a50a1c5e: Pull complete [2020-06-17T18:22:02.630Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-17T18:22:02.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-17T18:22:02.630Z] ---> 78745c68409d [2020-06-17T18:22:02.630Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-17T18:22:06.939Z] ---> Running in 504ff8345f4a [2020-06-17T18:22:07.531Z] Removing intermediate container 504ff8345f4a [2020-06-17T18:22:07.531Z] ---> c0ce4ae98833 [2020-06-17T18:22:07.531Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T18:22:07.531Z] ---> Running in 79f78d4f400c [2020-06-17T18:22:08.125Z] Removing intermediate container 79f78d4f400c [2020-06-17T18:22:08.125Z] ---> 7b9686431e8e [2020-06-17T18:22:08.125Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T18:22:08.125Z] ---> Running in 37017d2ce4e5 [2020-06-17T18:22:08.399Z] Removing intermediate container 37017d2ce4e5 [2020-06-17T18:22:08.399Z] ---> 80dd2b7f93fb [2020-06-17T18:22:08.399Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T18:22:08.672Z] ---> Running in f3a621165e5b [2020-06-17T18:22:11.281Z] Removing intermediate container f3a621165e5b [2020-06-17T18:22:11.281Z] ---> dd09aff2efae [2020-06-17T18:22:11.281Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T18:22:11.554Z] ---> Running in aabbe7914d68 [2020-06-17T18:22:12.783Z] 5788d62ee057: Pull complete [2020-06-17T18:22:12.783Z] 0e6b1d234666: Pull complete [2020-06-17T18:22:12.783Z] bf5d7aec512f: Pull complete [2020-06-17T18:22:12.990Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T18:22:13.580Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T18:22:14.173Z] OK: 125 MiB in 39 packages [2020-06-17T18:22:15.146Z] Removing intermediate container aabbe7914d68 [2020-06-17T18:22:15.146Z] ---> ddf25caab84b [2020-06-17T18:22:15.146Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-17T18:22:15.421Z] ---> Running in 2fbcd526b465 [2020-06-17T18:22:15.694Z] Removing intermediate container 2fbcd526b465 [2020-06-17T18:22:15.694Z] ---> a3da20eb5791 [2020-06-17T18:22:15.694Z] Step 9/10 : COPY . . [2020-06-17T18:22:16.202Z] 34c802a77dc8: Pull complete [2020-06-17T18:22:17.121Z] ---> fb1e9d1e2298 [2020-06-17T18:22:17.121Z] Step 10/10 : RUN go mod download [2020-06-17T18:22:17.121Z] ---> Running in 259b2fe79103 [2020-06-17T18:22:20.495Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T18:22:20.495Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T18:22:20.495Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T18:22:20.495Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T18:22:20.495Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T18:22:20.495Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T18:22:20.495Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T18:22:20.495Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T18:22:20.495Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T18:22:20.495Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T18:22:20.495Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T18:22:20.495Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T18:22:20.495Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T18:22:20.495Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T18:22:20.495Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T18:22:20.495Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T18:22:20.495Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T18:22:20.495Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T18:22:20.495Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T18:22:20.495Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T18:22:20.495Z] go: finding github.com/google/uuid v1.1.0 [2020-06-17T18:22:20.495Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T18:22:20.495Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T18:22:20.495Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T18:22:20.495Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T18:22:20.536Z] 9eb99e56ec68: Pull complete [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T18:22:20.765Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T18:22:20.834Z] 27c7a5d97fbd: Pull complete [2020-06-17T18:22:21.035Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T18:22:21.035Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T18:22:21.035Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T18:22:21.035Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T18:22:21.036Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T18:22:21.036Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T18:22:21.036Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T18:22:21.036Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T18:22:21.036Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T18:22:21.036Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T18:22:21.036Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T18:22:21.304Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T18:22:21.304Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T18:22:21.304Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T18:22:21.304Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T18:22:21.304Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T18:22:21.305Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T18:22:21.305Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T18:22:21.583Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T18:22:21.583Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T18:22:21.583Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T18:22:21.583Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T18:22:21.583Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T18:22:21.583Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T18:22:21.583Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T18:22:21.583Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-17T18:22:21.583Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T18:22:21.583Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T18:22:21.583Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T18:22:21.583Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T18:22:21.857Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T18:22:21.857Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-17T18:22:21.857Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T18:22:21.857Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T18:22:21.857Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T18:22:21.857Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T18:22:22.339Z] 5c102a31e300: Pull complete [2020-06-17T18:22:22.601Z] dcfb455df0a1: Pull complete [2020-06-17T18:22:22.601Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-17T18:22:22.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-17T18:22:22.601Z] ---> 7c70fe431013 [2020-06-17T18:22:22.601Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-17T18:22:24.130Z] ---> Running in 65081d232ab8 [2020-06-17T18:22:24.130Z] Removing intermediate container 65081d232ab8 [2020-06-17T18:22:24.130Z] ---> 56da12744fc8 [2020-06-17T18:22:24.130Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T18:22:24.130Z] ---> Running in bb5e8a09a148 [2020-06-17T18:22:24.392Z] Removing intermediate container bb5e8a09a148 [2020-06-17T18:22:24.392Z] ---> e17c33beb628 [2020-06-17T18:22:24.392Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T18:22:24.392Z] ---> Running in 6b2d443fdfca [2020-06-17T18:22:24.659Z] Removing intermediate container 6b2d443fdfca [2020-06-17T18:22:24.659Z] ---> cd87811c85de [2020-06-17T18:22:24.659Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T18:22:24.659Z] ---> Running in 416ef471102f [2020-06-17T18:22:26.696Z] Removing intermediate container 416ef471102f [2020-06-17T18:22:26.696Z] ---> 72f5d07d7b75 [2020-06-17T18:22:26.696Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T18:22:26.696Z] ---> Running in 67fdd33c651d [2020-06-17T18:22:27.279Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T18:22:28.252Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T18:22:28.560Z] OK: 143 MiB in 39 packages [2020-06-17T18:22:29.200Z] Removing intermediate container 67fdd33c651d [2020-06-17T18:22:29.200Z] ---> baf1b40d0a87 [2020-06-17T18:22:29.200Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-17T18:22:29.200Z] ---> Running in 9bc041e08087 [2020-06-17T18:22:29.476Z] Removing intermediate container 9bc041e08087 [2020-06-17T18:22:29.476Z] ---> 629d636aa2a8 [2020-06-17T18:22:29.476Z] Step 9/10 : COPY . . [2020-06-17T18:22:30.069Z] ---> 443fd8fac750 [2020-06-17T18:22:30.069Z] Step 10/10 : RUN go mod download [2020-06-17T18:22:30.069Z] ---> Running in cbb0a2c60995 [2020-06-17T18:22:32.029Z] Removing intermediate container 259b2fe79103 [2020-06-17T18:22:32.029Z] ---> a7f48244de90 [2020-06-17T18:22:32.029Z] Successfully built a7f48244de90 [2020-06-17T18:22:32.029Z] 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-17T18:22:32.730Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T18:22:32.730Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T18:22:32.730Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T18:22:32.730Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T18:22:32.730Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T18:22:32.730Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T18:22:32.730Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T18:22:32.730Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T18:22:32.730Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T18:22:32.730Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T18:22:32.730Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T18:22:32.730Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T18:22:32.730Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T18:22:32.730Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T18:22:32.730Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T18:22:32.730Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T18:22:32.730Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T18:22:32.730Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T18:22:32.730Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T18:22:32.730Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T18:22:32.730Z] go: finding github.com/google/uuid v1.1.0 [2020-06-17T18:22:32.730Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T18:22:32.730Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T18:22:32.731Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T18:22:32.731Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T18:22:32.731Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T18:22:32.731Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T18:22:32.753Z] + docker inspect -f . ci-base-image-arm64 [2020-06-17T18:22:32.753Z] . [Pipeline] withDockerContainer [2020-06-17T18:22:33.064Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T18:22:33.064Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T18:22:33.064Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T18:22:33.064Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T18:22:33.064Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T18:22:33.064Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T18:22:33.064Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T18:22:33.064Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T18:22:33.064Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T18:22:33.064Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T18:22:33.064Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T18:22:33.064Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T18:22:33.064Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T18:22:33.064Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T18:22:33.064Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T18:22:33.064Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-17T18:22:33.064Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T18:22:33.074Z] prd-ubuntu18.04-docker-arm64-4c-16g-3379 does not seem to be running inside a container [2020-06-17T18:22:33.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** ci-base-image-arm64 cat [2020-06-17T18:22:33.401Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T18:22:33.401Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T18:22:33.401Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T18:22:33.401Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T18:22:33.401Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-17T18:22:33.401Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T18:22:33.401Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T18:22:33.401Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T18:22:33.401Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T18:22:35.082Z] $ docker top 94d97ff1c5d2bb1a20f13e1cfe8a4c6a13a07c658256e2047ccb907c289d1c74 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T18:22:36.562Z] + go version [2020-06-17T18:22:36.562Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-17T18:22:37.617Z] + make test [2020-06-17T18:22:37.617Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-17T18:22:38.603Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-17T18:22:41.954Z] Removing intermediate container cbb0a2c60995 [2020-06-17T18:22:41.954Z] ---> 3295fd1185c7 [2020-06-17T18:22:41.954Z] Successfully built 3295fd1185c7 [2020-06-17T18:22:41.954Z] 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-17T18:22:42.675Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-17T18:22:42.947Z] . [Pipeline] withDockerContainer [2020-06-17T18:22:43.188Z] prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container [2020-06-17T18:22:43.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** ci-base-image-x86_64 cat [2020-06-17T18:22:44.507Z] $ docker top 813d83d2b3cdfa5af4ecf791fb20c883f806e8df126a919e1ce3bf2c701c1c46 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T18:22:45.156Z] + go version [2020-06-17T18:22:45.446Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-17T18:22:45.913Z] + make test [2020-06-17T18:22:45.913Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-17T18:22:47.959Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-17T18:23:03.582Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-17T18:23:04.542Z] ok github.com/edgexfoundry/device-rest-go/driver 0.029s coverage: 56.3% of statements [2020-06-17T18:23:04.875Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T18:23:05.411Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-17T18:23:08.319Z] gofmt -l . [2020-06-17T18:23:08.319Z] [ "`gofmt -l .`" = "" ] [2020-06-17T18:23:08.319Z] ./bin/test-go-mod-tidy.sh [2020-06-17T18:23:08.585Z] ./bin/test-attribution-txt.sh [2020-06-17T18:23:08.794Z] ok github.com/edgexfoundry/device-rest-go/driver 0.040s coverage: 56.3% of statements [2020-06-17T18:23:08.794Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-17T18:23:09.480Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T18:23:09.495Z] $ docker stop --time=1 813d83d2b3cdfa5af4ecf791fb20c883f806e8df126a919e1ce3bf2c701c1c46 [2020-06-17T18:23:11.717Z] $ docker rm -f 813d83d2b3cdfa5af4ecf791fb20c883f806e8df126a919e1ce3bf2c701c1c46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T18:23:13.776Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T18:23:14.108Z] + ls -al . [2020-06-17T18:23:14.108Z] total 96 [2020-06-17T18:23:14.108Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 17 18:23 . [2020-06-17T18:23:14.108Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 17 18:21 .. [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 4802 Jun 17 18:21 Attribution.txt [2020-06-17T18:23:14.108Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 17 18:21 bin [2020-06-17T18:23:14.108Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 18:21 cmd [2020-06-17T18:23:14.108Z] -rw-r--r--. 1 jenkins jenkins 9369 Jun 17 18:23 coverage.out [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 1504 Jun 17 18:21 Dockerfile [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 989 Jun 17 18:21 Dockerfile.build [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 151 Jun 17 18:21 .dockerignore [2020-06-17T18:23:14.108Z] drwxrwxr-x. 2 jenkins jenkins 93 Jun 17 18:23 driver [2020-06-17T18:23:14.108Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 17 18:21 .git [2020-06-17T18:23:14.108Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 17 18:21 .github [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 339 Jun 17 18:21 .gitignore [2020-06-17T18:23:14.108Z] -rw-r--r--. 1 jenkins jenkins 266 Jun 17 18:23 go.mod [2020-06-17T18:23:14.108Z] -rw-r--r--. 1 jenkins jenkins 12533 Jun 17 18:23 go.sum [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 17 18:21 Jenkinsfile [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 17 18:21 LICENSE [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 17 18:21 Makefile [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 5716 Jun 17 18:21 README.md [2020-06-17T18:23:14.108Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 17 18:21 .semver [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 17 18:19 VERSION [2020-06-17T18:23:14.108Z] -rw-rw-r--. 1 jenkins jenkins 713 Jun 17 18:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:23:14.502Z] + 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=d097784316ec6796509111cd09577426280be0ed --label arch=amd64 --label version=0.0.0 . [2020-06-17T18:23:14.803Z] Sending build context to Docker daemon 8.039MB [2020-06-17T18:23:14.803Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-17T18:23:14.803Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-17T18:23:14.803Z] ---> 3295fd1185c7 [2020-06-17T18:23:14.803Z] Step 3/24 : ARG MAKE='make build' [2020-06-17T18:23:14.803Z] ---> Running in 339a55f06d80 [2020-06-17T18:23:15.082Z] Removing intermediate container 339a55f06d80 [2020-06-17T18:23:15.082Z] ---> 29e8879c016d [2020-06-17T18:23:15.082Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-17T18:23:15.082Z] ---> Running in 71695522c685 [2020-06-17T18:23:15.353Z] Removing intermediate container 71695522c685 [2020-06-17T18:23:15.353Z] ---> 764119ea358d [2020-06-17T18:23:15.353Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T18:23:15.353Z] ---> Running in 18dd8e225885 [2020-06-17T18:23:15.532Z] gofmt -l . [2020-06-17T18:23:15.532Z] [ "`gofmt -l .`" = "" ] [2020-06-17T18:23:15.532Z] ./bin/test-go-mod-tidy.sh [2020-06-17T18:23:15.532Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-17T18:23:15.568Z] Warning: overwriting stash ‘coverage-report’ [2020-06-17T18:23:15.636Z] Removing intermediate container 18dd8e225885 [2020-06-17T18:23:15.636Z] ---> a74a77aed0ef [2020-06-17T18:23:15.636Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T18:23:15.636Z] ---> Running in ce6cc8e33909 [2020-06-17T18:23:15.935Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T18:23:15.951Z] $ docker stop --time=1 94d97ff1c5d2bb1a20f13e1cfe8a4c6a13a07c658256e2047ccb907c289d1c74 [2020-06-17T18:23:17.057Z] Removing intermediate container ce6cc8e33909 [2020-06-17T18:23:17.057Z] ---> 05ec13368946 [2020-06-17T18:23:17.057Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T18:23:17.057Z] ---> Running in 3e6d7748a932 [2020-06-17T18:23:17.671Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T18:23:17.964Z] $ docker rm -f 94d97ff1c5d2bb1a20f13e1cfe8a4c6a13a07c658256e2047ccb907c289d1c74 [2020-06-17T18:23:18.249Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T18:23:18.515Z] OK: 143 MiB in 39 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T18:23:19.120Z] Removing intermediate container 3e6d7748a932 [2020-06-17T18:23:19.120Z] ---> 5c37c6572f9f [2020-06-17T18:23:19.120Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-17T18:23:19.120Z] ---> Running in 3cbc94148c61 [2020-06-17T18:23:19.232Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T18:23:19.393Z] Removing intermediate container 3cbc94148c61 [2020-06-17T18:23:19.393Z] ---> 5666b0b92b51 [2020-06-17T18:23:19.393Z] Step 9/24 : COPY go.mod . [2020-06-17T18:23:19.584Z] + ls -al . [2020-06-17T18:23:19.584Z] total 124 [2020-06-17T18:23:19.584Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 18:23 . [2020-06-17T18:23:19.584Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 18:21 .. [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 17 18:21 .dockerignore [2020-06-17T18:23:19.584Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 18:21 .git [2020-06-17T18:23:19.584Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 18:21 .github [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 339 Jun 17 18:21 .gitignore [2020-06-17T18:23:19.584Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 18:21 .semver [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 4802 Jun 17 18:21 Attribution.txt [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 1504 Jun 17 18:21 Dockerfile [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 989 Jun 17 18:21 Dockerfile.build [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 17 18:21 Jenkinsfile [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 18:21 LICENSE [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 17 18:21 Makefile [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 5716 Jun 17 18:21 README.md [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 18:19 VERSION [2020-06-17T18:23:19.584Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 18:21 bin [2020-06-17T18:23:19.584Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 18:21 cmd [2020-06-17T18:23:19.584Z] -rw-r--r-- 1 jenkins jenkins 9369 Jun 17 18:23 coverage.out [2020-06-17T18:23:19.584Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 18:23 driver [2020-06-17T18:23:19.584Z] -rw-r--r-- 1 jenkins jenkins 266 Jun 17 18:23 go.mod [2020-06-17T18:23:19.584Z] -rw-r--r-- 1 jenkins jenkins 12533 Jun 17 18:23 go.sum [2020-06-17T18:23:19.584Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 17 18:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:23:19.664Z] ---> 53afccd92cbe [2020-06-17T18:23:19.664Z] Step 10/24 : COPY Makefile . [2020-06-17T18:23:19.932Z] ---> 5a48697faf4b [2020-06-17T18:23:19.932Z] Step 11/24 : RUN make update [2020-06-17T18:23:19.932Z] ---> Running in c49b5eca109f [2020-06-17T18:23:19.945Z] + 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=d097784316ec6796509111cd09577426280be0ed --label arch=arm64 --label version=0.0.0 . [2020-06-17T18:23:20.216Z] Sending build context to Docker daemon 8.039MB [2020-06-17T18:23:20.486Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-17T18:23:20.486Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-17T18:23:20.486Z] ---> a7f48244de90 [2020-06-17T18:23:20.486Z] Step 3/24 : ARG MAKE='make build' [2020-06-17T18:23:20.552Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-17T18:23:20.757Z] ---> Running in 888674c2bb25 [2020-06-17T18:23:21.031Z] Removing intermediate container 888674c2bb25 [2020-06-17T18:23:21.031Z] ---> 1191c136652f [2020-06-17T18:23:21.031Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-17T18:23:21.302Z] ---> Running in 21a1aeea9bfc [2020-06-17T18:23:21.508Z] Removing intermediate container c49b5eca109f [2020-06-17T18:23:21.509Z] ---> 12284ba14f05 [2020-06-17T18:23:21.509Z] Step 12/24 : COPY . . [2020-06-17T18:23:21.573Z] Removing intermediate container 21a1aeea9bfc [2020-06-17T18:23:21.573Z] ---> 1596783e0a9c [2020-06-17T18:23:21.573Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T18:23:21.856Z] ---> Running in 62c0275286ee [2020-06-17T18:23:22.108Z] ---> cfe9c9fead27 [2020-06-17T18:23:22.108Z] Step 13/24 : RUN $MAKE [2020-06-17T18:23:22.108Z] ---> Running in 324bece22e85 [2020-06-17T18:23:22.125Z] Removing intermediate container 62c0275286ee [2020-06-17T18:23:22.125Z] ---> 9d289e84dcdb [2020-06-17T18:23:22.125Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T18:23:22.396Z] ---> Running in 488aac6dd3dc [2020-06-17T18:23:22.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2020-06-17T18:23:25.012Z] Removing intermediate container 488aac6dd3dc [2020-06-17T18:23:25.012Z] ---> ea3e36069902 [2020-06-17T18:23:25.012Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T18:23:25.012Z] ---> Running in cf5bbd613b4e [2020-06-17T18:23:26.434Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T18:23:27.403Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T18:23:27.673Z] OK: 125 MiB in 39 packages [2020-06-17T18:23:29.002Z] Removing intermediate container cf5bbd613b4e [2020-06-17T18:23:29.002Z] ---> 03a0f18b1764 [2020-06-17T18:23:29.002Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-17T18:23:29.002Z] ---> Running in 2f0a0a57115b [2020-06-17T18:23:29.593Z] Removing intermediate container 2f0a0a57115b [2020-06-17T18:23:29.593Z] ---> 13192814618f [2020-06-17T18:23:29.593Z] Step 9/24 : COPY go.mod . [2020-06-17T18:23:30.187Z] ---> 655c0fa45f57 [2020-06-17T18:23:30.187Z] Step 10/24 : COPY Makefile . [2020-06-17T18:23:30.779Z] ---> 43737da504fe [2020-06-17T18:23:30.779Z] Step 11/24 : RUN make update [2020-06-17T18:23:31.051Z] ---> Running in c0ddefad4a18 [2020-06-17T18:23:32.475Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-17T18:23:33.446Z] Removing intermediate container c0ddefad4a18 [2020-06-17T18:23:33.446Z] ---> 5e4966ff8dc4 [2020-06-17T18:23:33.446Z] Step 12/24 : COPY . . [2020-06-17T18:23:34.871Z] ---> ded3d886672b [2020-06-17T18:23:34.871Z] Step 13/24 : RUN $MAKE [2020-06-17T18:23:34.871Z] ---> Running in 9a4eb1422a23 [2020-06-17T18:23:36.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2020-06-17T18:23:41.587Z] Removing intermediate container 324bece22e85 [2020-06-17T18:23:41.587Z] ---> 2c9fe0fb29ce [2020-06-17T18:23:41.587Z] Step 14/24 : FROM alpine:latest [2020-06-17T18:23:41.587Z] latest: Pulling from library/alpine [2020-06-17T18:23:41.587Z] df20fa9351a1: Pulling fs layer [2020-06-17T18:23:41.587Z] df20fa9351a1: Verifying Checksum [2020-06-17T18:23:41.587Z] df20fa9351a1: Download complete [2020-06-17T18:23:41.587Z] df20fa9351a1: Pull complete [2020-06-17T18:23:41.587Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T18:23:41.587Z] Status: Downloaded newer image for alpine:latest [2020-06-17T18:23:41.587Z] ---> a24bb4013296 [2020-06-17T18:23:41.587Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T18:23:41.587Z] ---> Running in 5a36933343b8 [2020-06-17T18:23:41.587Z] Removing intermediate container 5a36933343b8 [2020-06-17T18:23:41.587Z] ---> a01100056477 [2020-06-17T18:23:41.587Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-17T18:23:41.587Z] ---> Running in f45af243fd7f [2020-06-17T18:23:41.587Z] Removing intermediate container f45af243fd7f [2020-06-17T18:23:41.587Z] ---> 06d2b0c5c576 [2020-06-17T18:23:41.587Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-17T18:23:41.587Z] ---> a8474f88a143 [2020-06-17T18:23:41.587Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-17T18:23:42.172Z] ---> 93e7667b142f [2020-06-17T18:23:42.172Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-17T18:23:42.758Z] ---> df34e59cefc2 [2020-06-17T18:23:42.758Z] Step 20/24 : EXPOSE 49986 [2020-06-17T18:23:42.758Z] ---> Running in 9ade41d8856c [2020-06-17T18:23:43.032Z] Removing intermediate container 9ade41d8856c [2020-06-17T18:23:43.033Z] ---> 5074da600683 [2020-06-17T18:23:43.033Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-17T18:23:43.033Z] ---> Running in 75d94355106d [2020-06-17T18:23:43.626Z] Removing intermediate container 75d94355106d [2020-06-17T18:23:43.626Z] ---> 4a480b313297 [2020-06-17T18:23:43.626Z] Step 22/24 : LABEL arch=amd64 [2020-06-17T18:23:43.626Z] ---> Running in 101b0f297d36 [2020-06-17T18:23:43.899Z] Removing intermediate container 101b0f297d36 [2020-06-17T18:23:43.899Z] ---> eb97054b8353 [2020-06-17T18:23:43.899Z] Step 23/24 : LABEL git_sha=d097784316ec6796509111cd09577426280be0ed [2020-06-17T18:23:43.899Z] ---> Running in a36dc7800556 [2020-06-17T18:23:44.290Z] Removing intermediate container a36dc7800556 [2020-06-17T18:23:44.290Z] ---> 6ec68975a5e4 [2020-06-17T18:23:44.290Z] Step 24/24 : LABEL version=0.0.0 [2020-06-17T18:23:44.290Z] ---> Running in 4d132a27be20 [2020-06-17T18:23:44.593Z] Removing intermediate container 4d132a27be20 [2020-06-17T18:23:44.593Z] ---> 4e0d0b34c5d0 [2020-06-17T18:23:44.593Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T18:23:44.593Z] Successfully built 4e0d0b34c5d0 [2020-06-17T18:23:44.593Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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-17T18:24:03.073Z] Removing intermediate container 9a4eb1422a23 [2020-06-17T18:24:03.073Z] ---> 8fc9ab542cc1 [2020-06-17T18:24:03.073Z] Step 14/24 : FROM alpine:latest [2020-06-17T18:24:03.343Z] latest: Pulling from library/alpine [2020-06-17T18:24:03.343Z] b538f80385f9: Pulling fs layer [2020-06-17T18:24:03.618Z] b538f80385f9: Verifying Checksum [2020-06-17T18:24:03.618Z] b538f80385f9: Download complete [2020-06-17T18:24:04.210Z] b538f80385f9: Pull complete [2020-06-17T18:24:04.210Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T18:24:04.210Z] Status: Downloaded newer image for alpine:latest [2020-06-17T18:24:04.210Z] ---> 62ee0e9f8440 [2020-06-17T18:24:04.210Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T18:24:04.483Z] ---> Running in ade51c950617 [2020-06-17T18:24:04.754Z] Removing intermediate container ade51c950617 [2020-06-17T18:24:04.754Z] ---> 2bb941fc058e [2020-06-17T18:24:04.754Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-17T18:24:05.026Z] ---> Running in 259a39f23a9a [2020-06-17T18:24:05.300Z] Removing intermediate container 259a39f23a9a [2020-06-17T18:24:05.300Z] ---> f183ad1b8dbd [2020-06-17T18:24:05.300Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-17T18:24:06.276Z] ---> 6d8dacd2c657 [2020-06-17T18:24:06.276Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-17T18:24:06.867Z] ---> 196e3cddd9e1 [2020-06-17T18:24:06.867Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-17T18:24:08.305Z] ---> c8b6614862c4 [2020-06-17T18:24:08.305Z] Step 20/24 : EXPOSE 49986 [2020-06-17T18:24:08.305Z] ---> Running in c147dd1683e2 [2020-06-17T18:24:08.897Z] Removing intermediate container c147dd1683e2 [2020-06-17T18:24:08.897Z] ---> c32480e5306b [2020-06-17T18:24:08.897Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-17T18:24:08.897Z] ---> Running in 1666b2264aa4 [2020-06-17T18:24:09.489Z] Removing intermediate container 1666b2264aa4 [2020-06-17T18:24:09.489Z] ---> 7f23ca64d44a [2020-06-17T18:24:09.489Z] Step 22/24 : LABEL arch=arm64 [2020-06-17T18:24:09.489Z] ---> Running in 13666c587f28 [2020-06-17T18:24:09.758Z] Removing intermediate container 13666c587f28 [2020-06-17T18:24:09.758Z] ---> cc75af8683e2 [2020-06-17T18:24:09.758Z] Step 23/24 : LABEL git_sha=d097784316ec6796509111cd09577426280be0ed [2020-06-17T18:24:10.030Z] ---> Running in 3f65c54334e8 [2020-06-17T18:24:10.302Z] Removing intermediate container 3f65c54334e8 [2020-06-17T18:24:10.302Z] ---> 1128e36407a8 [2020-06-17T18:24:10.302Z] Step 24/24 : LABEL version=0.0.0 [2020-06-17T18:24:10.573Z] ---> Running in 8ef7b834134d [2020-06-17T18:24:10.843Z] Removing intermediate container 8ef7b834134d [2020-06-17T18:24:10.843Z] ---> 7c9c8b6df110 [2020-06-17T18:24:10.843Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T18:24:10.843Z] Successfully built 7c9c8b6df110 [2020-06-17T18:24:10.843Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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-17T18:24:12.161Z] provisioning config files... [2020-06-17T18:24:12.171Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/evice-rest-go_update-pr-template@tmp/config2094769941350807067tmp [Pipeline] { [Pipeline] sh [2020-06-17T18:24:12.529Z] + curl -s https://codecov.io/bash [2020-06-17T18:24:12.529Z] + bash -s - -t @/w/workspace/evice-rest-go_update-pr-template@tmp/config2094769941350807067tmp [2020-06-17T18:24:12.791Z] [2020-06-17T18:24:12.791Z] _____ _ [2020-06-17T18:24:12.791Z] / ____| | | [2020-06-17T18:24:12.791Z] | | ___ __| | ___ ___ _____ __ [2020-06-17T18:24:12.791Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-17T18:24:12.791Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-17T18:24:12.791Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-17T18:24:12.791Z] Bash-20200602-f809a24 [2020-06-17T18:24:12.791Z] [2020-06-17T18:24:12.791Z] [2020-06-17T18:24:12.791Z] ==> Jenkins CI detected. [2020-06-17T18:24:12.791Z] project root: . [2020-06-17T18:24:12.791Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-17T18:24:12.791Z] ==> Running gcov in . (disable via -X gcov) [2020-06-17T18:24:12.791Z] ==> Python coveragepy not found [2020-06-17T18:24:12.791Z] ==> Searching for coverage reports in: [2020-06-17T18:24:12.791Z] + . [2020-06-17T18:24:12.791Z] -> Found 1 reports [2020-06-17T18:24:12.791Z] ==> Detecting git/mercurial file structure [2020-06-17T18:24:12.791Z] ==> Reading reports [2020-06-17T18:24:12.791Z] + ./coverage.out bytes=9369 [2020-06-17T18:24:12.792Z] ==> Appending adjustments [2020-06-17T18:24:12.792Z] https://docs.codecov.io/docs/fixing-reports [2020-06-17T18:24:12.792Z] + Found adjustments [2020-06-17T18:24:12.792Z] ==> Gzipping contents [2020-06-17T18:24:12.792Z] ==> Uploading reports [2020-06-17T18:24:12.792Z] url: https://codecov.io [2020-06-17T18:24:12.792Z] query: branch=update-pr-template&commit=d097784316ec6796509111cd09577426280be0ed&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fupdate-pr-template%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-17T18:24:12.792Z] -> Pinging Codecov [2020-06-17T18:24:12.792Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=update-pr-template&commit=d097784316ec6796509111cd09577426280be0ed&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fupdate-pr-template%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-17T18:24:13.733Z] -> Uploading [2020-06-17T18:24:13.995Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/d097784316ec6796509111cd09577426280be0ed [Pipeline] } [2020-06-17T18:24:14.015Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [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-17T18:24:15.335Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:24:15.932Z] ---> package-listing.sh [2020-06-17T18:24:15.932Z] ++ facter osfamily [2020-06-17T18:24:15.932Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-17T18:24:15.932Z] + OS_FAMILY=redhat [2020-06-17T18:24:15.932Z] + workspace=/w/workspace/evice-rest-go_update-pr-template [2020-06-17T18:24:15.932Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-17T18:24:15.932Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-17T18:24:15.932Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-17T18:24:15.932Z] + PACKAGES=/tmp/packages_start.txt [2020-06-17T18:24:15.932Z] + '[' /w/workspace/evice-rest-go_update-pr-template ']' [2020-06-17T18:24:15.932Z] + PACKAGES=/tmp/packages_end.txt [2020-06-17T18:24:15.932Z] + case "${OS_FAMILY}" in [2020-06-17T18:24:15.932Z] + rpm -qa [2020-06-17T18:24:15.932Z] + sort [2020-06-17T18:24:20.157Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-17T18:24:20.157Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-17T18:24:20.157Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-17T18:24:20.157Z] + '[' /w/workspace/evice-rest-go_update-pr-template ']' [2020-06-17T18:24:20.157Z] + mkdir -p /w/workspace/evice-rest-go_update-pr-template/archives/ [2020-06-17T18:24:20.157Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/evice-rest-go_update-pr-template/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:24:20.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T18:24:20.794Z] [2020-06-17T18:24:20.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:24:21.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T18:24:21.146Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-17T18:24:21.146Z] c9b1b535fdd9: Pulling fs layer [2020-06-17T18:24:21.146Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-17T18:24:21.146Z] 756a868c4378: Pulling fs layer [2020-06-17T18:24:21.146Z] 444b2fc9a129: Pulling fs layer [2020-06-17T18:24:21.146Z] ea15f1150254: Pulling fs layer [2020-06-17T18:24:21.146Z] 41b27a9f41bf: Pulling fs layer [2020-06-17T18:24:21.146Z] 28c525ee5125: Pulling fs layer [2020-06-17T18:24:21.146Z] 094b1ea09ed8: Pulling fs layer [2020-06-17T18:24:21.146Z] 138eaada9080: Pulling fs layer [2020-06-17T18:24:21.146Z] 0622d0fa9048: Pulling fs layer [2020-06-17T18:24:21.146Z] 41b27a9f41bf: Waiting [2020-06-17T18:24:21.146Z] 28c525ee5125: Waiting [2020-06-17T18:24:21.146Z] 094b1ea09ed8: Waiting [2020-06-17T18:24:21.146Z] 138eaada9080: Waiting [2020-06-17T18:24:21.146Z] 0622d0fa9048: Waiting [2020-06-17T18:24:21.146Z] 444b2fc9a129: Waiting [2020-06-17T18:24:21.146Z] ea15f1150254: Waiting [2020-06-17T18:24:21.146Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-17T18:24:21.146Z] 2cc5ad85d9ab: Download complete [2020-06-17T18:24:21.146Z] 444b2fc9a129: Download complete [2020-06-17T18:24:21.146Z] c9b1b535fdd9: Verifying Checksum [2020-06-17T18:24:21.146Z] c9b1b535fdd9: Download complete [2020-06-17T18:24:21.146Z] ea15f1150254: Verifying Checksum [2020-06-17T18:24:21.146Z] ea15f1150254: Download complete [2020-06-17T18:24:21.414Z] 28c525ee5125: Verifying Checksum [2020-06-17T18:24:21.414Z] 28c525ee5125: Download complete [2020-06-17T18:24:21.684Z] 756a868c4378: Verifying Checksum [2020-06-17T18:24:21.684Z] 756a868c4378: Download complete [2020-06-17T18:24:21.684Z] 138eaada9080: Verifying Checksum [2020-06-17T18:24:21.684Z] 138eaada9080: Download complete [2020-06-17T18:24:21.684Z] 094b1ea09ed8: Verifying Checksum [2020-06-17T18:24:21.684Z] 094b1ea09ed8: Download complete [2020-06-17T18:24:21.684Z] 0622d0fa9048: Download complete [2020-06-17T18:24:21.684Z] c9b1b535fdd9: Pull complete [2020-06-17T18:24:22.259Z] 2cc5ad85d9ab: Pull complete [2020-06-17T18:24:22.259Z] 41b27a9f41bf: Verifying Checksum [2020-06-17T18:24:22.259Z] 41b27a9f41bf: Download complete [2020-06-17T18:24:23.643Z] 756a868c4378: Pull complete [2020-06-17T18:24:23.643Z] 444b2fc9a129: Pull complete [2020-06-17T18:24:23.908Z] ea15f1150254: Pull complete [2020-06-17T18:24:28.131Z] 41b27a9f41bf: Pull complete [2020-06-17T18:24:28.131Z] 28c525ee5125: Pull complete [2020-06-17T18:24:30.688Z] 094b1ea09ed8: Pull complete [2020-06-17T18:24:30.950Z] 138eaada9080: Pull complete [2020-06-17T18:24:30.950Z] 0622d0fa9048: Pull complete [2020-06-17T18:24:31.210Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-17T18:24:31.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T18:24:31.210Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-17T18:24:31.368Z] prd-centos7-docker-4c-2g-3378 does not seem to be running inside a container [2020-06-17T18:24:31.412Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/evice-rest-go_update-pr-template -v /w/workspace/evice-rest-go_update-pr-template:/w/workspace/evice-rest-go_update-pr-template:rw,z -v /w/workspace/evice-rest-go_update-pr-template@tmp:/w/workspace/evice-rest-go_update-pr-template@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-17T18:24:35.004Z] $ docker top 06c9b4a1e8a713070f3ace126b7cb625565f4817fa01bc3283d380d2d44a7922 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T18:24:35.231Z] provisioning config files... [2020-06-17T18:24:35.244Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/evice-rest-go_update-pr-template@tmp/config4558042179095482933tmp [Pipeline] { [Pipeline] echo [2020-06-17T18:24:35.319Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:24:35.641Z] ---> create-netrc.sh [Pipeline] echo [2020-06-17T18:24:35.669Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:24:35.992Z] ---> logs-deploy.sh [2020-06-17T18:24:35.992Z] + ARCHIVE_ARTIFACTS= [2020-06-17T18:24:35.992Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-17T18:24:35.992Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-17T18:24:35.992Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-17T18:24:35.992Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/update-pr-template/1 [2020-06-17T18:24:35.992Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/update-pr-template/1/ [2020-06-17T18:24:35.992Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/update-pr-template/1 /w/workspace/evice-rest-go_update-pr-template [2020-06-17T18:24:37.378Z] Archives upload complete. [2020-06-17T18:24:37.378Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/update-pr-template/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/update-pr-template/1/