Pull request #523 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b+95692bfba5b6922b9479d5fc02f4a388c744689f (08d2aca2ce8b64e93bc74ceae83260464c1960a5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false 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 Running on prd-centos7-docker-4c-2g-7486 in /w/workspace/dgexfoundry_device-sdk-go_PR-523 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-523 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/pull/523/head:refs/remotes/origin/PR-523 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/523/head:refs/remotes/origin/PR-523 # 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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/523/head:refs/remotes/origin/PR-523 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 95692bfba5b6922b9479d5fc02f4a388c744689f into PR head commit e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b Merge succeeded, producing e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b Checking out Revision e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b (PR-523) > git config core.sparsecheckout # timeout=10 > git checkout -f e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 95692bfba5b6922b9479d5fc02f4a388c744689f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b # timeout=10 Commit message: "feat: add ability for service key override" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-07T15:54:02.348Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-07T15:54:02.592Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk a59c6b311e1019a4e36e85f27ccd455558a9ce8a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-05-07T15:54:02.673Z] ========================================================= [2020-05-07T15:54:02.673Z] EdgeX Global Pipelines Version Info [2020-05-07T15:54:02.673Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-07T15:54:04.083Z] ------------------- [2020-05-07T15:54:04.083Z] stable info: [2020-05-07T15:54:04.083Z] ------------------- [2020-05-07T15:54:04.083Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-07T15:54:04.083Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-07T15:54:04.083Z] Message: update stable to v1.0.87 [2020-05-07T15:54:05.021Z] ------------------- [2020-05-07T15:54:05.021Z] experimental info: [2020-05-07T15:54:05.021Z] ------------------- [2020-05-07T15:54:05.021Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-05-07T15:54:05.021Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-07T15:54:05.021Z] Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:54:07.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-07T15:54:07.268Z] [2020-05-07T15:54:07.268Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:54:07.604Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-07T15:54:07.605Z] latest: Pulling from edgex-devops/git-semver [2020-05-07T15:54:07.605Z] 9123ac7c32f7: Pulling fs layer [2020-05-07T15:54:07.605Z] b8cc5d1170e3: Pulling fs layer [2020-05-07T15:54:07.605Z] 2924cbbf6a41: Pulling fs layer [2020-05-07T15:54:07.605Z] 93b08a4f1073: Pulling fs layer [2020-05-07T15:54:07.605Z] 93b08a4f1073: Waiting [2020-05-07T15:54:07.605Z] b8cc5d1170e3: Verifying Checksum [2020-05-07T15:54:07.605Z] b8cc5d1170e3: Download complete [2020-05-07T15:54:07.864Z] 9123ac7c32f7: Verifying Checksum [2020-05-07T15:54:07.864Z] 9123ac7c32f7: Download complete [2020-05-07T15:54:07.864Z] 93b08a4f1073: Verifying Checksum [2020-05-07T15:54:07.864Z] 93b08a4f1073: Download complete [2020-05-07T15:54:07.864Z] 2924cbbf6a41: Verifying Checksum [2020-05-07T15:54:07.864Z] 2924cbbf6a41: Download complete [2020-05-07T15:54:08.124Z] 9123ac7c32f7: Pull complete [2020-05-07T15:54:08.124Z] b8cc5d1170e3: Pull complete [2020-05-07T15:54:09.070Z] 2924cbbf6a41: Pull complete [2020-05-07T15:54:09.332Z] 93b08a4f1073: Pull complete [2020-05-07T15:54:09.332Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-07T15:54:09.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-07T15:54:09.463Z] prd-centos7-docker-4c-2g-7486 does not seem to be running inside a container [2020-05-07T15:54:09.514Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-523 -v /w/workspace/dgexfoundry_device-sdk-go_PR-523:/w/workspace/dgexfoundry_device-sdk-go_PR-523:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-523@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-05-07T15:54:10.199Z] $ docker top 2d0e4b15ec3c4490201448619c51095a4ef5520afd26539fef1057ed736a18b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-07T15:54:10.627Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-07T15:54:10.627Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-07T15:54:10.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-07T15:54:10.937Z] $ docker exec 2d0e4b15ec3c4490201448619c51095a4ef5520afd26539fef1057ed736a18b5 ssh-agent [2020-05-07T15:54:11.149Z] SSH_AUTH_SOCK=/tmp/ssh-OjulPk4i2xkv/agent.14 [2020-05-07T15:54:11.149Z] SSH_AGENT_PID=20 [2020-05-07T15:54:11.159Z] Running ssh-add (command line suppressed) [2020-05-07T15:54:11.332Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/private_key_3883607992930905432.key (/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/private_key_3883607992930905432.key) [2020-05-07T15:54:11.438Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-07T15:54:11.768Z] + git describe --exact-match --tags HEAD [2020-05-07T15:54:11.768Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-07T15:54:11.849Z] $ docker exec --env ******** --env ******** 2d0e4b15ec3c4490201448619c51095a4ef5520afd26539fef1057ed736a18b5 ssh-agent -k [2020-05-07T15:54:12.002Z] unset SSH_AUTH_SOCK; [2020-05-07T15:54:12.002Z] unset SSH_AGENT_PID; [2020-05-07T15:54:12.002Z] echo Agent pid 20 killed; [2020-05-07T15:54:12.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-07T15:54:12.138Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-07T15:54:12.138Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-07T15:54:12.234Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-07T15:54:12.234Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-07T15:54:12.526Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-07T15:54:12.531Z] $ docker exec 2d0e4b15ec3c4490201448619c51095a4ef5520afd26539fef1057ed736a18b5 ssh-agent [2020-05-07T15:54:12.738Z] SSH_AUTH_SOCK=/tmp/ssh-EZDFpnFu2m4C/agent.55 [2020-05-07T15:54:12.738Z] SSH_AGENT_PID=62 [2020-05-07T15:54:12.748Z] Running ssh-add (command line suppressed) [2020-05-07T15:54:12.932Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/private_key_1759559258955688283.key (/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/private_key_1759559258955688283.key) [2020-05-07T15:54:12.996Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-07T15:54:13.329Z] + git semver init [2020-05-07T15:54:13.329Z] # -> Open(): unable to determine branch for HEAD [2020-05-07T15:54:13.329Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-523/.git [2020-05-07T15:54:13.329Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-523 [2020-05-07T15:54:13.329Z] # $SEMVER_REMOTE_NAME = origin [2020-05-07T15:54:13.329Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-07T15:54:13.329Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-07T15:54:13.329Z] # $SEMVER_BRANCH = PR-523 [2020-05-07T15:54:13.329Z] # $SEMVER_TEMP = /tmp/semver-097285180 [2020-05-07T15:54:13.329Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-05-07T15:54:14.275Z] # '/tmp/semver-097285180' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-523/.semver' [2020-05-07T15:54:14.275Z] # -> Force: false [2020-05-07T15:54:14.275Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-523/.semver [Pipeline] } [2020-05-07T15:54:14.285Z] $ docker exec --env ******** --env ******** 2d0e4b15ec3c4490201448619c51095a4ef5520afd26539fef1057ed736a18b5 ssh-agent -k [2020-05-07T15:54:14.436Z] unset SSH_AUTH_SOCK; [2020-05-07T15:54:14.436Z] unset SSH_AGENT_PID; [2020-05-07T15:54:14.436Z] echo Agent pid 62 killed; [2020-05-07T15:54:14.491Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-07T15:54:14.977Z] + git semver [Pipeline] } [2020-05-07T15:54:14.994Z] $ docker stop --time=1 2d0e4b15ec3c4490201448619c51095a4ef5520afd26539fef1057ed736a18b5 [2020-05-07T15:54:16.344Z] $ docker rm -f 2d0e4b15ec3c4490201448619c51095a4ef5520afd26539fef1057ed736a18b5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-07T15:54:17.319Z] Stashed 61 file(s) [Pipeline] echo [2020-05-07T15:54:17.321Z] [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-05-07T15:54:32.642Z] Still waiting to schedule task [2020-05-07T15:54:32.642Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-7486’ [2020-05-07T15:54:32.644Z] Still waiting to schedule task [2020-05-07T15:54:32.644Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-05-07T15:56:17.773Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7487 in /w/workspace/dgexfoundry_device-sdk-go_PR-523 [Pipeline] { [Pipeline] ws [2020-05-07T15:56:17.858Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-05-07T15:56:23.814Z] using credential edgex-jenkins-ssh [2020-05-07T15:56:23.865Z] Cloning the remote Git repository [2020-05-07T15:56:23.865Z] Cloning with configured refspecs honoured and without tags [2020-05-07T15:56:23.907Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-05-07T15:56:23.994Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-05-07T15:56:24.076Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-07T15:56:24.077Z] > git --version # timeout=10 [2020-05-07T15:56:24.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-07T15:56:24.193Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/523/head:refs/remotes/origin/PR-523 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T15:56:25.357Z] Fetching without tags [2020-05-07T15:56:25.193Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-07T15:56:25.229Z] > git config --add remote.origin.fetch +refs/pull/523/head:refs/remotes/origin/PR-523 # timeout=10 [2020-05-07T15:56:25.273Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T15:56:25.305Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-07T15:56:25.360Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-07T15:56:25.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-07T15:56:25.373Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/523/head:refs/remotes/origin/PR-523 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T15:56:25.870Z] Merging remotes/origin/master commit 95692bfba5b6922b9479d5fc02f4a388c744689f into PR head commit e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b [2020-05-07T15:56:26.318Z] Merge succeeded, producing e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b [2020-05-07T15:56:26.319Z] Checking out Revision e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b (PR-523) [2020-05-07T15:56:25.878Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T15:56:25.897Z] > git checkout -f e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b # timeout=10 [2020-05-07T15:56:26.029Z] > git remote # timeout=10 [2020-05-07T15:56:26.119Z] > git config --get remote.origin.url # timeout=10 [2020-05-07T15:56:26.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-07T15:56:26.185Z] > git merge 95692bfba5b6922b9479d5fc02f4a388c744689f # timeout=10 [2020-05-07T15:56:26.252Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T15:56:26.313Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T15:56:26.352Z] > git checkout -f e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b # timeout=10 [2020-05-07T15:56:30.764Z] Commit message: "feat: add ability for service key override" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-07T15:56:32.216Z] ========================================================= [2020-05-07T15:56:32.216Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-07T15:56:32.216Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:56:33.363Z] + 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-05-07T15:56:34.330Z] Sending build context to Docker daemon 3.043MB [2020-05-07T15:56:34.330Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-07T15:56:34.330Z] Step 2/8 : FROM ${BASE} [2020-05-07T15:56:34.600Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-07T15:56:34.600Z] cde5963f3b93: Pulling fs layer [2020-05-07T15:56:34.600Z] 2a23fa8c16f7: Pulling fs layer [2020-05-07T15:56:34.600Z] 777b28850792: Pulling fs layer [2020-05-07T15:56:34.600Z] 8a11ddd9e578: Pulling fs layer [2020-05-07T15:56:34.600Z] 4cf88f913ddb: Pulling fs layer [2020-05-07T15:56:34.600Z] 1df406cf5192: Pulling fs layer [2020-05-07T15:56:34.600Z] cd6300453558: Pulling fs layer [2020-05-07T15:56:34.600Z] b9c365052c96: Pulling fs layer [2020-05-07T15:56:34.600Z] a2d8cc88f415: Pulling fs layer [2020-05-07T15:56:34.600Z] ea1d1ca13537: Pulling fs layer [2020-05-07T15:56:34.600Z] 3750a50a1c5e: Pulling fs layer [2020-05-07T15:56:34.600Z] 8a11ddd9e578: Waiting [2020-05-07T15:56:34.600Z] 4cf88f913ddb: Waiting [2020-05-07T15:56:34.600Z] 1df406cf5192: Waiting [2020-05-07T15:56:34.600Z] cd6300453558: Waiting [2020-05-07T15:56:34.600Z] b9c365052c96: Waiting [2020-05-07T15:56:34.600Z] a2d8cc88f415: Waiting [2020-05-07T15:56:34.600Z] 3750a50a1c5e: Waiting [2020-05-07T15:56:34.600Z] ea1d1ca13537: Waiting [2020-05-07T15:56:34.600Z] 777b28850792: Verifying Checksum [2020-05-07T15:56:34.600Z] 777b28850792: Download complete [2020-05-07T15:56:34.600Z] 2a23fa8c16f7: Verifying Checksum [2020-05-07T15:56:34.600Z] 2a23fa8c16f7: Download complete [2020-05-07T15:56:34.600Z] 4cf88f913ddb: Verifying Checksum [2020-05-07T15:56:34.600Z] 4cf88f913ddb: Download complete [2020-05-07T15:56:34.600Z] 1df406cf5192: Verifying Checksum [2020-05-07T15:56:34.600Z] 1df406cf5192: Download complete [2020-05-07T15:56:34.868Z] cde5963f3b93: Verifying Checksum [2020-05-07T15:56:34.868Z] cde5963f3b93: Download complete [2020-05-07T15:56:35.473Z] cde5963f3b93: Pull complete [2020-05-07T15:56:36.067Z] 2a23fa8c16f7: Pull complete [2020-05-07T15:56:36.339Z] 777b28850792: Pull complete [2020-05-07T15:56:38.953Z] cd6300453558: Verifying Checksum [2020-05-07T15:56:38.953Z] cd6300453558: Download complete [2020-05-07T15:56:38.953Z] a2d8cc88f415: Verifying Checksum [2020-05-07T15:56:38.953Z] a2d8cc88f415: Download complete [2020-05-07T15:56:41.556Z] ea1d1ca13537: Verifying Checksum [2020-05-07T15:56:41.556Z] ea1d1ca13537: Download complete [2020-05-07T15:56:41.556Z] 3750a50a1c5e: Download complete [2020-05-07T15:56:44.147Z] b9c365052c96: Verifying Checksum [2020-05-07T15:56:44.147Z] b9c365052c96: Download complete [2020-05-07T15:56:46.125Z] Running on prd-centos7-docker-4c-2g-7488 in /w/workspace/dgexfoundry_device-sdk-go_PR-523 [Pipeline] { [2020-05-07T15:56:46.126Z] 8a11ddd9e578: Verifying Checksum [2020-05-07T15:56:46.126Z] 8a11ddd9e578: Download complete [Pipeline] ws [2020-05-07T15:56:46.214Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-05-07T15:56:48.736Z] using credential edgex-jenkins-ssh [2020-05-07T15:56:48.820Z] Cloning the remote Git repository [2020-05-07T15:56:48.820Z] Cloning with configured refspecs honoured and without tags [2020-05-07T15:56:48.379Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-05-07T15:56:48.420Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-05-07T15:56:48.484Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-07T15:56:48.484Z] > git --version # timeout=10 [2020-05-07T15:56:48.496Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-07T15:56:48.532Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/523/head:refs/remotes/origin/PR-523 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T15:56:49.554Z] Fetching without tags [2020-05-07T15:56:49.940Z] Merging remotes/origin/master commit 95692bfba5b6922b9479d5fc02f4a388c744689f into PR head commit e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b [2020-05-07T15:56:50.058Z] Merge succeeded, producing e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b [2020-05-07T15:56:50.058Z] Checking out Revision e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b (PR-523) [2020-05-07T15:56:49.110Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-07T15:56:49.115Z] > git config --add remote.origin.fetch +refs/pull/523/head:refs/remotes/origin/PR-523 # timeout=10 [2020-05-07T15:56:49.123Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T15:56:49.135Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-07T15:56:49.151Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-07T15:56:49.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-07T15:56:49.157Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/523/head:refs/remotes/origin/PR-523 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T15:56:49.574Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T15:56:49.586Z] > git checkout -f e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b # timeout=10 [2020-05-07T15:56:49.638Z] > git remote # timeout=10 [2020-05-07T15:56:49.643Z] > git config --get remote.origin.url # timeout=10 [2020-05-07T15:56:49.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-07T15:56:49.657Z] > git merge 95692bfba5b6922b9479d5fc02f4a388c744689f # timeout=10 [2020-05-07T15:56:49.673Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T15:56:49.695Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T15:56:49.702Z] > git checkout -f e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b # timeout=10 [2020-05-07T15:56:53.736Z] Commit message: "feat: add ability for service key override" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-07T15:56:54.691Z] ========================================================= [2020-05-07T15:56:54.691Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-07T15:56:54.691Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:56:55.372Z] + 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-05-07T15:56:55.372Z] Sending build context to Docker daemon 3.043MB [2020-05-07T15:56:55.372Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-07T15:56:55.372Z] Step 2/8 : FROM ${BASE} [2020-05-07T15:56:55.633Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-07T15:56:55.633Z] e6b0cf9c0882: Pulling fs layer [2020-05-07T15:56:55.633Z] 2848faf0eed1: Pulling fs layer [2020-05-07T15:56:55.633Z] 0f37312ad70f: Pulling fs layer [2020-05-07T15:56:55.633Z] 5788d62ee057: Pulling fs layer [2020-05-07T15:56:55.633Z] 0e6b1d234666: Pulling fs layer [2020-05-07T15:56:55.633Z] bf5d7aec512f: Pulling fs layer [2020-05-07T15:56:55.633Z] 34c802a77dc8: Pulling fs layer [2020-05-07T15:56:55.633Z] 9eb99e56ec68: Pulling fs layer [2020-05-07T15:56:55.633Z] 27c7a5d97fbd: Pulling fs layer [2020-05-07T15:56:55.633Z] 5c102a31e300: Pulling fs layer [2020-05-07T15:56:55.633Z] dcfb455df0a1: Pulling fs layer [2020-05-07T15:56:55.633Z] 34c802a77dc8: Waiting [2020-05-07T15:56:55.633Z] bf5d7aec512f: Waiting [2020-05-07T15:56:55.633Z] 27c7a5d97fbd: Waiting [2020-05-07T15:56:55.633Z] 9eb99e56ec68: Waiting [2020-05-07T15:56:55.633Z] dcfb455df0a1: Waiting [2020-05-07T15:56:55.633Z] 5c102a31e300: Waiting [2020-05-07T15:56:55.633Z] 0e6b1d234666: Waiting [2020-05-07T15:56:55.633Z] 0f37312ad70f: Verifying Checksum [2020-05-07T15:56:55.633Z] 0f37312ad70f: Download complete [2020-05-07T15:56:55.633Z] 2848faf0eed1: Verifying Checksum [2020-05-07T15:56:55.633Z] 2848faf0eed1: Download complete [2020-05-07T15:56:55.633Z] 0e6b1d234666: Verifying Checksum [2020-05-07T15:56:55.633Z] 0e6b1d234666: Download complete [2020-05-07T15:56:55.633Z] e6b0cf9c0882: Verifying Checksum [2020-05-07T15:56:55.633Z] e6b0cf9c0882: Download complete [2020-05-07T15:56:55.633Z] bf5d7aec512f: Verifying Checksum [2020-05-07T15:56:55.633Z] bf5d7aec512f: Download complete [2020-05-07T15:56:55.899Z] e6b0cf9c0882: Pull complete [2020-05-07T15:56:56.166Z] 2848faf0eed1: Pull complete [2020-05-07T15:56:56.434Z] 0f37312ad70f: Pull complete [2020-05-07T15:56:56.705Z] 34c802a77dc8: Verifying Checksum [2020-05-07T15:56:56.705Z] 34c802a77dc8: Download complete [2020-05-07T15:56:56.705Z] 27c7a5d97fbd: Verifying Checksum [2020-05-07T15:56:56.705Z] 27c7a5d97fbd: Download complete [2020-05-07T15:56:57.714Z] 5c102a31e300: Verifying Checksum [2020-05-07T15:56:57.714Z] 5c102a31e300: Download complete [2020-05-07T15:56:57.714Z] dcfb455df0a1: Verifying Checksum [2020-05-07T15:56:57.714Z] dcfb455df0a1: Download complete [2020-05-07T15:56:57.714Z] 5788d62ee057: Verifying Checksum [2020-05-07T15:56:57.714Z] 5788d62ee057: Download complete [2020-05-07T15:56:57.975Z] 9eb99e56ec68: Verifying Checksum [2020-05-07T15:56:57.975Z] 9eb99e56ec68: Download complete [2020-05-07T15:56:58.473Z] 8a11ddd9e578: Pull complete [2020-05-07T15:56:58.473Z] 4cf88f913ddb: Pull complete [2020-05-07T15:56:58.473Z] 1df406cf5192: Pull complete [2020-05-07T15:57:03.835Z] cd6300453558: Pull complete [2020-05-07T15:57:04.570Z] 5788d62ee057: Pull complete [2020-05-07T15:57:04.570Z] 0e6b1d234666: Pull complete [2020-05-07T15:57:04.570Z] bf5d7aec512f: Pull complete [2020-05-07T15:57:07.867Z] 34c802a77dc8: Pull complete [2020-05-07T15:57:08.106Z] b9c365052c96: Pull complete [2020-05-07T15:57:08.106Z] a2d8cc88f415: Pull complete [2020-05-07T15:57:10.710Z] ea1d1ca13537: Pull complete [2020-05-07T15:57:10.710Z] 3750a50a1c5e: Pull complete [2020-05-07T15:57:10.710Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-07T15:57:10.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-07T15:57:10.710Z] ---> 78745c68409d [2020-05-07T15:57:10.710Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-07T15:57:12.090Z] 9eb99e56ec68: Pull complete [2020-05-07T15:57:12.090Z] 27c7a5d97fbd: Pull complete [2020-05-07T15:57:12.350Z] 5c102a31e300: Pull complete [2020-05-07T15:57:12.609Z] dcfb455df0a1: Pull complete [2020-05-07T15:57:12.609Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-07T15:57:12.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-07T15:57:12.609Z] ---> 7c70fe431013 [2020-05-07T15:57:12.609Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-07T15:57:12.869Z] ---> Running in 380b4b798e2f [2020-05-07T15:57:12.869Z] Removing intermediate container 380b4b798e2f [2020-05-07T15:57:12.869Z] ---> 0ee4e0cf21fd [2020-05-07T15:57:12.869Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-07T15:57:12.869Z] ---> Running in df1de9ea6b87 [2020-05-07T15:57:14.250Z] Removing intermediate container df1de9ea6b87 [2020-05-07T15:57:14.250Z] ---> 0d13ac422168 [2020-05-07T15:57:14.250Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-07T15:57:14.250Z] ---> Running in 56c491dedf26 [2020-05-07T15:57:14.510Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-07T15:57:14.982Z] ---> Running in f34058fb2ab7 [2020-05-07T15:57:14.982Z] Removing intermediate container f34058fb2ab7 [2020-05-07T15:57:14.982Z] ---> a56692ecc149 [2020-05-07T15:57:14.982Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-07T15:57:15.253Z] ---> Running in c59e7e800b27 [2020-05-07T15:57:15.451Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-07T15:57:15.713Z] OK: 143 MiB in 39 packages [2020-05-07T15:57:15.973Z] Removing intermediate container 56c491dedf26 [2020-05-07T15:57:15.973Z] ---> 38ff9ac94395 [2020-05-07T15:57:15.973Z] Step 6/8 : WORKDIR /device-sdk-go [2020-05-07T15:57:15.973Z] ---> Running in c3850d816044 [2020-05-07T15:57:16.234Z] Removing intermediate container c3850d816044 [2020-05-07T15:57:16.234Z] ---> 17f183961ac9 [2020-05-07T15:57:16.234Z] Step 7/8 : COPY . . [2020-05-07T15:57:16.805Z] ---> a46e7d2a58a9 [2020-05-07T15:57:16.805Z] Step 8/8 : RUN go mod download [2020-05-07T15:57:16.805Z] ---> Running in 391239117d87 [2020-05-07T15:57:17.850Z] Removing intermediate container c59e7e800b27 [2020-05-07T15:57:17.850Z] ---> fa434e4a0855 [2020-05-07T15:57:17.850Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-07T15:57:17.850Z] ---> Running in 3f2d9d9967b0 [2020-05-07T15:57:18.437Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-07T15:57:19.350Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-07T15:57:19.350Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-07T15:57:19.350Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-07T15:57:19.350Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-07T15:57:19.350Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-07T15:57:19.350Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-07T15:57:19.350Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-07T15:57:19.350Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-07T15:57:19.350Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-07T15:57:19.350Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-07T15:57:19.350Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-05-07T15:57:19.350Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-05-07T15:57:19.405Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-07T15:57:19.613Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-07T15:57:19.613Z] go: finding github.com/fatih/color v1.7.0 [2020-05-07T15:57:19.613Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-07T15:57:19.613Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-07T15:57:19.613Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-07T15:57:19.613Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-07T15:57:19.613Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-07T15:57:19.613Z] go: finding github.com/google/uuid v1.1.0 [2020-05-07T15:57:19.613Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-07T15:57:19.671Z] OK: 125 MiB in 39 packages [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-07T15:57:19.873Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-07T15:57:20.133Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-07T15:57:20.133Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-07T15:57:20.133Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-07T15:57:20.133Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-07T15:57:20.133Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-07T15:57:20.133Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-07T15:57:20.133Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-07T15:57:20.394Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-07T15:57:20.394Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-07T15:57:20.394Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-07T15:57:20.394Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-07T15:57:20.394Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-07T15:57:20.394Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-07T15:57:20.394Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-07T15:57:20.394Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-07T15:57:20.653Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-07T15:57:20.653Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-07T15:57:20.653Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-07T15:57:20.653Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-07T15:57:20.653Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-07T15:57:20.653Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-07T15:57:20.653Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-07T15:57:20.653Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-07T15:57:20.653Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-07T15:57:20.653Z] go: finding github.com/posener/complete v1.1.1 [2020-05-07T15:57:20.912Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-07T15:57:20.912Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-07T15:57:20.912Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-07T15:57:20.912Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-07T15:57:20.912Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-07T15:57:20.912Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-07T15:57:20.912Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-07T15:57:20.912Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-07T15:57:21.084Z] Removing intermediate container 3f2d9d9967b0 [2020-05-07T15:57:21.084Z] ---> 63862b8095f8 [2020-05-07T15:57:21.084Z] Step 6/8 : WORKDIR /device-sdk-go [2020-05-07T15:57:21.084Z] ---> Running in 912a0d87d719 [2020-05-07T15:57:21.179Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-07T15:57:21.179Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-07T15:57:21.179Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-07T15:57:21.179Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-07T15:57:21.354Z] Removing intermediate container 912a0d87d719 [2020-05-07T15:57:21.354Z] ---> 32946447894a [2020-05-07T15:57:21.354Z] Step 7/8 : COPY . . [2020-05-07T15:57:22.768Z] ---> 6cac7d412aa7 [2020-05-07T15:57:22.768Z] Step 8/8 : RUN go mod download [2020-05-07T15:57:22.768Z] ---> Running in a0710af7b73b [2020-05-07T15:57:24.718Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-07T15:57:24.718Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-07T15:57:24.718Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-07T15:57:24.718Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-07T15:57:24.718Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-07T15:57:24.718Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-07T15:57:24.718Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-07T15:57:24.718Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-07T15:57:24.718Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-07T15:57:24.718Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-07T15:57:24.718Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-05-07T15:57:24.987Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-05-07T15:57:24.987Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-07T15:57:24.987Z] go: finding github.com/fatih/color v1.7.0 [2020-05-07T15:57:24.987Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-07T15:57:24.987Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-07T15:57:24.987Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-07T15:57:24.987Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-07T15:57:24.987Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-07T15:57:25.254Z] go: finding github.com/google/uuid v1.1.0 [2020-05-07T15:57:25.254Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-07T15:57:25.254Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-07T15:57:25.254Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-07T15:57:25.254Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-07T15:57:25.254Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-07T15:57:25.254Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-07T15:57:25.254Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-07T15:57:25.522Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-07T15:57:25.522Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-07T15:57:25.522Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-07T15:57:25.522Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-07T15:57:25.789Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-07T15:57:25.789Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-07T15:57:25.789Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-07T15:57:25.789Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-07T15:57:25.789Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-07T15:57:25.789Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-07T15:57:25.789Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-07T15:57:25.789Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-07T15:57:26.059Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-07T15:57:26.059Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-07T15:57:26.059Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-07T15:57:26.059Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-07T15:57:26.059Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-07T15:57:26.059Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-07T15:57:26.059Z] go: finding github.com/posener/complete v1.1.1 [2020-05-07T15:57:26.059Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-07T15:57:26.059Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-07T15:57:26.059Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-07T15:57:26.059Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-07T15:57:26.326Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-07T15:57:26.326Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-07T15:57:26.326Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-07T15:57:26.326Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-07T15:57:26.326Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-07T15:57:26.326Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-07T15:57:26.472Z] Removing intermediate container 391239117d87 [2020-05-07T15:57:26.472Z] ---> 7f9129b641de [2020-05-07T15:57:26.472Z] Successfully built 7f9129b641de [2020-05-07T15:57:26.472Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [2020-05-07T15:57:26.599Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-07T15:57:26.599Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:57:27.100Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-07T15:57:27.100Z] . [Pipeline] withDockerContainer [2020-05-07T15:57:27.231Z] prd-centos7-docker-4c-2g-7488 does not seem to be running inside a container [2020-05-07T15:57:27.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-05-07T15:57:28.969Z] $ docker top 4f7014a24995b18da38e4c4ff54e1ad6a104bd138d25f65baf17890fc15e8983 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-07T15:57:29.439Z] + go version [2020-05-07T15:57:29.439Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-07T15:57:29.745Z] + make test [2020-05-07T15:57:29.745Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-07T15:57:30.339Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-05-07T15:57:36.708Z] Removing intermediate container a0710af7b73b [2020-05-07T15:57:36.708Z] ---> 875e4561d96e [2020-05-07T15:57:36.708Z] Successfully built 875e4561d96e [2020-05-07T15:57:36.708Z] 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-05-07T15:57:37.414Z] + docker inspect -f . ci-base-image-arm64 [2020-05-07T15:57:37.414Z] . [Pipeline] withDockerContainer [2020-05-07T15:57:38.026Z] prd-ubuntu18.04-docker-arm64-4c-16g-7487 does not seem to be running inside a container [2020-05-07T15:57:38.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-05-07T15:57:39.546Z] $ docker top 478b8453a0b4f65f7454ec81ffb47a9bd766838c0ce4e8e77e08a86b6dcf07da -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-07T15:57:40.637Z] + go version [2020-05-07T15:57:40.637Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-07T15:57:41.282Z] + make test [2020-05-07T15:57:41.283Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-07T15:57:42.246Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-05-07T15:57:42.658Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-05-07T15:57:42.658Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-05-07T15:57:42.658Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-05-07T15:57:42.658Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.029s coverage: 22.1% of statements [2020-05-07T15:57:42.658Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.054s coverage: 95.8% of statements [2020-05-07T15:58:14.558Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-05-07T15:58:14.558Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-05-07T15:58:14.558Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-05-07T15:58:14.558Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.018s coverage: 22.1% of statements [2020-05-07T15:58:14.558Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.187s coverage: 95.8% of statements [2020-05-07T15:58:14.789Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.055s coverage: 11.4% of statements [2020-05-07T15:58:14.790Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.004s coverage: 21.7% of statements [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-05-07T15:58:14.790Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.082s coverage: 36.9% of statements [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-05-07T15:58:14.790Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.372s coverage: 65.2% of statements [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-05-07T15:58:14.790Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.012s coverage: 52.6% of statements [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-05-07T15:58:14.790Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.110s coverage: 68.9% of statements [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-05-07T15:58:14.790Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-05-07T15:58:14.790Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-07T15:58:14.790Z] gofmt -l . [2020-05-07T15:58:14.790Z] [ "`gofmt -l .`" = "" ] [2020-05-07T15:58:14.790Z] ./bin/test-attribution-txt.sh [2020-05-07T15:58:15.357Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-07T15:58:15.726Z] Stashed 1 file(s) [Pipeline] } [2020-05-07T15:58:15.730Z] $ docker stop --time=1 4f7014a24995b18da38e4c4ff54e1ad6a104bd138d25f65baf17890fc15e8983 [2020-05-07T15:58:17.206Z] $ docker rm -f 4f7014a24995b18da38e4c4ff54e1ad6a104bd138d25f65baf17890fc15e8983 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-07T15:58:19.072Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-07T15:58:19.362Z] + ls -al . [2020-05-07T15:58:19.362Z] total 180 [2020-05-07T15:58:19.362Z] drwxrwxr-x. 11 jenkins jenkins 4096 May 7 15:58 . [2020-05-07T15:58:19.362Z] drwxrwxr-x. 4 jenkins jenkins 28 May 7 15:56 .. [2020-05-07T15:58:19.362Z] drwxrwxr-x. 3 jenkins jenkins 20 May 7 15:56 api [2020-05-07T15:58:19.362Z] drwxrwxr-x. 2 jenkins jenkins 64 May 7 15:56 bin [2020-05-07T15:58:19.362Z] -rw-r--r--. 1 jenkins jenkins 110877 May 7 15:58 coverage.out [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 936 May 7 15:56 Dockerfile.build [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 140 May 7 15:56 .dockerignore [2020-05-07T15:58:19.362Z] drwxrwxr-x. 4 jenkins jenkins 48 May 7 15:56 example [2020-05-07T15:58:19.362Z] drwxrwxr-x. 8 jenkins jenkins 179 May 7 15:56 .git [2020-05-07T15:58:19.362Z] drwxrwxr-x. 2 jenkins jenkins 38 May 7 15:56 .github [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 138 May 7 15:56 .gitignore [2020-05-07T15:58:19.362Z] -rw-r--r--. 1 jenkins jenkins 446 May 7 15:58 go.mod [2020-05-07T15:58:19.362Z] -rw-r--r--. 1 jenkins jenkins 12076 May 7 15:58 go.sum [2020-05-07T15:58:19.362Z] drwxrwxr-x. 15 jenkins jenkins 217 May 7 15:56 internal [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 808 May 7 15:56 Jenkinsfile [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 7 15:56 LICENSE [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 892 May 7 15:56 Makefile [2020-05-07T15:58:19.362Z] drwxrwxr-x. 5 jenkins jenkins 50 May 7 15:56 pkg [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 2249 May 7 15:56 README.md [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 3732 May 7 15:56 RELEASE-NOTES.txt [2020-05-07T15:58:19.362Z] drwxrwxr-x. 3 jenkins jenkins 58 May 7 15:56 .semver [2020-05-07T15:58:19.362Z] drwxrwxr-x. 4 jenkins jenkins 54 May 7 15:56 snap [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 5 May 7 15:54 VERSION [2020-05-07T15:58:19.362Z] -rw-rw-r--. 1 jenkins jenkins 222 May 7 15:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:58:19.659Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b --label arch=amd64 --label version=0.0.0 . [2020-05-07T15:58:19.919Z] Sending build context to Docker daemon 3.171MB [2020-05-07T15:58:19.919Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-05-07T15:58:19.919Z] Step 2/21 : FROM ${BASE} AS builder [2020-05-07T15:58:19.919Z] ---> 7f9129b641de [2020-05-07T15:58:19.919Z] Step 3/21 : ARG MAKE='make build' [2020-05-07T15:58:19.919Z] ---> Running in 79d52d8f416e [2020-05-07T15:58:19.919Z] Removing intermediate container 79d52d8f416e [2020-05-07T15:58:19.919Z] ---> d77a28957ae2 [2020-05-07T15:58:19.919Z] Step 4/21 : WORKDIR /device-sdk-go [2020-05-07T15:58:20.178Z] ---> Running in b1d9164706d3 [2020-05-07T15:58:20.178Z] Removing intermediate container b1d9164706d3 [2020-05-07T15:58:20.178Z] ---> ce033c5305c2 [2020-05-07T15:58:20.178Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-07T15:58:20.178Z] ---> Running in c19b7db12974 [2020-05-07T15:58:20.444Z] Removing intermediate container c19b7db12974 [2020-05-07T15:58:20.444Z] ---> 4b49d23291d8 [2020-05-07T15:58:20.444Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-07T15:58:20.444Z] ---> Running in 8de812f9857b [2020-05-07T15:58:21.395Z] Removing intermediate container 8de812f9857b [2020-05-07T15:58:21.395Z] ---> ab10948f066f [2020-05-07T15:58:21.395Z] Step 7/21 : RUN apk add --update --no-cache make git [2020-05-07T15:58:21.395Z] ---> Running in 6cc8093dd799 [2020-05-07T15:58:21.654Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-07T15:58:22.224Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-07T15:58:22.794Z] OK: 143 MiB in 39 packages [2020-05-07T15:58:23.054Z] Removing intermediate container 6cc8093dd799 [2020-05-07T15:58:23.054Z] ---> 3cbb2c93d8d2 [2020-05-07T15:58:23.054Z] Step 8/21 : COPY . . [2020-05-07T15:58:23.621Z] ---> e14c14ee6caa [2020-05-07T15:58:23.621Z] Step 9/21 : RUN ${MAKE} [2020-05-07T15:58:23.621Z] ---> Running in e50c92e2eee1 [2020-05-07T15:58:23.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-05-07T15:58:33.927Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-05-07T15:58:33.927Z] Removing intermediate container e50c92e2eee1 [2020-05-07T15:58:33.927Z] ---> ec6df772f040 [2020-05-07T15:58:33.927Z] Step 10/21 : FROM scratch [2020-05-07T15:58:33.927Z] ---> [2020-05-07T15:58:33.927Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-07T15:58:33.927Z] ---> Running in 305ac39d3c29 [2020-05-07T15:58:33.927Z] Removing intermediate container 305ac39d3c29 [2020-05-07T15:58:33.927Z] ---> 9d4edd20ab23 [2020-05-07T15:58:33.927Z] Step 12/21 : ENV APP_PORT=49990 [2020-05-07T15:58:33.927Z] ---> Running in e66e09fcae85 [2020-05-07T15:58:33.927Z] Removing intermediate container e66e09fcae85 [2020-05-07T15:58:33.927Z] ---> 8139f81e3e5a [2020-05-07T15:58:33.927Z] Step 13/21 : EXPOSE $APP_PORT [2020-05-07T15:58:33.927Z] ---> Running in 61d3611e9ad8 [2020-05-07T15:58:33.927Z] Removing intermediate container 61d3611e9ad8 [2020-05-07T15:58:33.927Z] ---> df8a1699ed1f [2020-05-07T15:58:33.927Z] Step 14/21 : WORKDIR / [2020-05-07T15:58:33.927Z] ---> Running in d706913d73f7 [2020-05-07T15:58:33.927Z] Removing intermediate container d706913d73f7 [2020-05-07T15:58:33.927Z] ---> 45b54e40510c [2020-05-07T15:58:33.927Z] Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-05-07T15:58:34.506Z] ---> 72d283d0c4fd [2020-05-07T15:58:34.506Z] Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-05-07T15:58:34.506Z] ---> b999252201ef [2020-05-07T15:58:34.506Z] Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-05-07T15:58:34.766Z] ---> d6807e77d559 [2020-05-07T15:58:34.766Z] Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-05-07T15:58:34.766Z] ---> Running in cd31062eebc1 [2020-05-07T15:58:34.766Z] Removing intermediate container cd31062eebc1 [2020-05-07T15:58:34.766Z] ---> b4b7e73c962a [2020-05-07T15:58:34.766Z] Step 19/21 : LABEL arch=amd64 [2020-05-07T15:58:35.028Z] ---> Running in e0439168869a [2020-05-07T15:58:35.028Z] Removing intermediate container e0439168869a [2020-05-07T15:58:35.028Z] ---> 18446ed74ef2 [2020-05-07T15:58:35.028Z] Step 20/21 : LABEL git_sha=e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b [2020-05-07T15:58:35.028Z] ---> Running in 6f77c39cbe54 [2020-05-07T15:58:35.286Z] Removing intermediate container 6f77c39cbe54 [2020-05-07T15:58:35.286Z] ---> d93e2c49b71a [2020-05-07T15:58:35.286Z] Step 21/21 : LABEL version=0.0.0 [2020-05-07T15:58:35.286Z] ---> Running in 0e4e6bbfb6a2 [2020-05-07T15:58:35.286Z] Removing intermediate container 0e4e6bbfb6a2 [2020-05-07T15:58:35.287Z] ---> 432538aec46a [2020-05-07T15:58:35.287Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-07T15:58:35.287Z] Successfully built 432538aec46a [2020-05-07T15:58:35.545Z] Successfully tagged docker-device-sdk-simple: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-05-07T15:58:46.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.044s coverage: 11.4% of statements [2020-05-07T15:58:46.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.033s coverage: 21.7% of statements [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-05-07T15:58:46.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.240s coverage: 36.9% of statements [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-05-07T15:58:46.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.966s coverage: 65.2% of statements [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-05-07T15:58:46.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.050s coverage: 52.6% of statements [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-05-07T15:58:46.827Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.336s coverage: 68.9% of statements [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-05-07T15:58:46.827Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-05-07T15:58:46.827Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-07T15:58:49.433Z] gofmt -l . [2020-05-07T15:58:50.017Z] [ "`gofmt -l .`" = "" ] [2020-05-07T15:58:50.288Z] ./bin/test-attribution-txt.sh [2020-05-07T15:58:50.873Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-07T15:58:51.471Z] Warning: overwriting stash ‘coverage-report’ [2020-05-07T15:58:51.960Z] Stashed 1 file(s) [Pipeline] } [2020-05-07T15:58:51.959Z] $ docker stop --time=1 478b8453a0b4f65f7454ec81ffb47a9bd766838c0ce4e8e77e08a86b6dcf07da [2020-05-07T15:58:54.322Z] $ docker rm -f 478b8453a0b4f65f7454ec81ffb47a9bd766838c0ce4e8e77e08a86b6dcf07da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-07T15:58:55.568Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-07T15:58:55.890Z] + ls -al . [2020-05-07T15:58:55.890Z] total 220 [2020-05-07T15:58:55.890Z] drwxrwxr-x 11 jenkins jenkins 4096 May 7 15:58 . [2020-05-07T15:58:55.890Z] drwxrwxr-x 4 jenkins jenkins 4096 May 7 15:56 .. [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 140 May 7 15:56 .dockerignore [2020-05-07T15:58:55.890Z] drwxrwxr-x 8 jenkins jenkins 4096 May 7 15:56 .git [2020-05-07T15:58:55.890Z] drwxrwxr-x 2 jenkins jenkins 4096 May 7 15:56 .github [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 138 May 7 15:56 .gitignore [2020-05-07T15:58:55.890Z] drwxrwxr-x 3 jenkins jenkins 4096 May 7 15:56 .semver [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 936 May 7 15:56 Dockerfile.build [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 808 May 7 15:56 Jenkinsfile [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 7 15:56 LICENSE [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 892 May 7 15:56 Makefile [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 2249 May 7 15:56 README.md [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 3732 May 7 15:56 RELEASE-NOTES.txt [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 5 May 7 15:54 VERSION [2020-05-07T15:58:55.890Z] drwxrwxr-x 3 jenkins jenkins 4096 May 7 15:56 api [2020-05-07T15:58:55.890Z] drwxrwxr-x 2 jenkins jenkins 4096 May 7 15:56 bin [2020-05-07T15:58:55.890Z] -rw-r--r-- 1 jenkins jenkins 110877 May 7 15:58 coverage.out [2020-05-07T15:58:55.890Z] drwxrwxr-x 4 jenkins jenkins 4096 May 7 15:56 example [2020-05-07T15:58:55.890Z] -rw-r--r-- 1 jenkins jenkins 446 May 7 15:58 go.mod [2020-05-07T15:58:55.890Z] -rw-r--r-- 1 jenkins jenkins 12076 May 7 15:58 go.sum [2020-05-07T15:58:55.890Z] drwxrwxr-x 15 jenkins jenkins 4096 May 7 15:56 internal [2020-05-07T15:58:55.890Z] drwxrwxr-x 5 jenkins jenkins 4096 May 7 15:56 pkg [2020-05-07T15:58:55.890Z] drwxrwxr-x 4 jenkins jenkins 4096 May 7 15:56 snap [2020-05-07T15:58:55.890Z] -rw-rw-r-- 1 jenkins jenkins 222 May 7 15:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:58:56.221Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b --label arch=arm64 --label version=0.0.0 . [2020-05-07T15:58:56.807Z] Sending build context to Docker daemon 3.171MB [2020-05-07T15:58:56.807Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-05-07T15:58:56.807Z] Step 2/21 : FROM ${BASE} AS builder [2020-05-07T15:58:56.807Z] ---> 875e4561d96e [2020-05-07T15:58:56.807Z] Step 3/21 : ARG MAKE='make build' [2020-05-07T15:58:56.807Z] ---> Running in 4bd5487e241e [2020-05-07T15:58:57.392Z] Removing intermediate container 4bd5487e241e [2020-05-07T15:58:57.392Z] ---> 454505e2c4f4 [2020-05-07T15:58:57.392Z] Step 4/21 : WORKDIR /device-sdk-go [2020-05-07T15:58:57.392Z] ---> Running in 7f25a91c1a50 [2020-05-07T15:58:57.658Z] Removing intermediate container 7f25a91c1a50 [2020-05-07T15:58:57.658Z] ---> 5db6191c10e9 [2020-05-07T15:58:57.658Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-07T15:58:57.927Z] ---> Running in 88a62f2f5eab [2020-05-07T15:58:58.198Z] Removing intermediate container 88a62f2f5eab [2020-05-07T15:58:58.198Z] ---> e693f65f5d83 [2020-05-07T15:58:58.198Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-07T15:58:58.198Z] ---> Running in 11dc60788281 [2020-05-07T15:59:00.150Z] Removing intermediate container 11dc60788281 [2020-05-07T15:59:00.150Z] ---> 6fab9e932800 [2020-05-07T15:59:00.150Z] Step 7/21 : RUN apk add --update --no-cache make git [2020-05-07T15:59:00.150Z] ---> Running in af3523613d9f [2020-05-07T15:59:01.222Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-07T15:59:01.823Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-07T15:59:02.411Z] OK: 125 MiB in 39 packages [2020-05-07T15:59:03.395Z] Removing intermediate container af3523613d9f [2020-05-07T15:59:03.395Z] ---> 5732ed0beebb [2020-05-07T15:59:03.395Z] Step 8/21 : COPY . . [2020-05-07T15:59:04.373Z] ---> e56cab714f81 [2020-05-07T15:59:04.373Z] Step 9/21 : RUN ${MAKE} [2020-05-07T15:59:04.641Z] ---> Running in 9a28edf313bb [2020-05-07T15:59:05.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-05-07T15:59:27.689Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-05-07T15:59:31.037Z] Removing intermediate container 9a28edf313bb [2020-05-07T15:59:31.037Z] ---> cec910aff051 [2020-05-07T15:59:31.037Z] Step 10/21 : FROM scratch [2020-05-07T15:59:31.037Z] ---> [2020-05-07T15:59:31.037Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-07T15:59:31.037Z] ---> Running in 91dfccc3e1f5 [2020-05-07T15:59:31.037Z] Removing intermediate container 91dfccc3e1f5 [2020-05-07T15:59:31.037Z] ---> f81367b730e3 [2020-05-07T15:59:31.037Z] Step 12/21 : ENV APP_PORT=49990 [2020-05-07T15:59:31.037Z] ---> Running in 656adb98e568 [2020-05-07T15:59:31.307Z] Removing intermediate container 656adb98e568 [2020-05-07T15:59:31.307Z] ---> 622474dbf318 [2020-05-07T15:59:31.307Z] Step 13/21 : EXPOSE $APP_PORT [2020-05-07T15:59:31.307Z] ---> Running in a470d872757d [2020-05-07T15:59:31.573Z] Removing intermediate container a470d872757d [2020-05-07T15:59:31.573Z] ---> 5f9b38d69ee7 [2020-05-07T15:59:31.573Z] Step 14/21 : WORKDIR / [2020-05-07T15:59:31.846Z] ---> Running in 979f055ca72f [2020-05-07T15:59:32.114Z] Removing intermediate container 979f055ca72f [2020-05-07T15:59:32.114Z] ---> 9d174fe19cc1 [2020-05-07T15:59:32.114Z] Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-05-07T15:59:33.079Z] ---> 25cb8ae2de1c [2020-05-07T15:59:33.079Z] Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-05-07T15:59:33.664Z] ---> 4274d290844b [2020-05-07T15:59:33.664Z] Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-05-07T15:59:34.249Z] ---> 54e008d6c378 [2020-05-07T15:59:34.250Z] Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-05-07T15:59:34.250Z] ---> Running in 44d3b123cd58 [2020-05-07T15:59:34.517Z] Removing intermediate container 44d3b123cd58 [2020-05-07T15:59:34.517Z] ---> 6e9f232bcfe4 [2020-05-07T15:59:34.517Z] Step 19/21 : LABEL arch=arm64 [2020-05-07T15:59:34.786Z] ---> Running in 315586227ccc [2020-05-07T15:59:35.054Z] Removing intermediate container 315586227ccc [2020-05-07T15:59:35.054Z] ---> 5c8cd14061e8 [2020-05-07T15:59:35.054Z] Step 20/21 : LABEL git_sha=e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b [2020-05-07T15:59:35.327Z] ---> Running in deda0f013658 [2020-05-07T15:59:35.595Z] Removing intermediate container deda0f013658 [2020-05-07T15:59:35.595Z] ---> 177691739667 [2020-05-07T15:59:35.595Z] Step 21/21 : LABEL version=0.0.0 [2020-05-07T15:59:35.595Z] ---> Running in 63e893eafe28 [2020-05-07T15:59:36.182Z] Removing intermediate container 63e893eafe28 [2020-05-07T15:59:36.182Z] ---> 389575fab809 [2020-05-07T15:59:36.182Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-07T15:59:36.182Z] Successfully built 389575fab809 [2020-05-07T15:59:36.182Z] Successfully tagged docker-device-sdk-simple-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-05-07T15:59:37.661Z] provisioning config files... [2020-05-07T15:59:37.673Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/config526189839938265540tmp [Pipeline] { [Pipeline] sh [2020-05-07T15:59:38.044Z] + curl -s https://codecov.io/bash [2020-05-07T15:59:38.044Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/config526189839938265540tmp [2020-05-07T15:59:38.305Z] [2020-05-07T15:59:38.305Z] _____ _ [2020-05-07T15:59:38.305Z] / ____| | | [2020-05-07T15:59:38.305Z] | | ___ __| | ___ ___ _____ __ [2020-05-07T15:59:38.305Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-07T15:59:38.305Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-07T15:59:38.305Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-07T15:59:38.305Z] Bash-tbd [2020-05-07T15:59:38.305Z] [2020-05-07T15:59:38.305Z] [2020-05-07T15:59:38.305Z] ==> Jenkins CI detected. [2020-05-07T15:59:38.305Z] project root: . [2020-05-07T15:59:38.305Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-07T15:59:38.305Z] ==> Running gcov in . (disable via -X gcov) [2020-05-07T15:59:38.305Z] ==> Python coveragepy not found [2020-05-07T15:59:38.305Z] ==> Searching for coverage reports in: [2020-05-07T15:59:38.305Z] + . [2020-05-07T15:59:38.305Z] -> Found 1 reports [2020-05-07T15:59:38.305Z] ==> Detecting git/mercurial file structure [2020-05-07T15:59:38.305Z] ==> Reading reports [2020-05-07T15:59:38.305Z] + ./coverage.out bytes=110877 [2020-05-07T15:59:38.305Z] ==> Appending adjustments [2020-05-07T15:59:38.305Z] http://docs.codecov.io/docs/fixing-reports [2020-05-07T15:59:38.876Z] + Found adjustments [2020-05-07T15:59:38.876Z] ==> Gzipping contents [2020-05-07T15:59:38.876Z] ==> Uploading reports [2020-05-07T15:59:38.876Z] url: https://codecov.io [2020-05-07T15:59:38.876Z] query: branch=PR-523&commit=e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-523%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=523&job= [2020-05-07T15:59:38.876Z] -> Pinging Codecov [2020-05-07T15:59:38.876Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-523&commit=e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-523%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=523&job= [2020-05-07T15:59:39.137Z] -> Uploading [2020-05-07T15:59:39.707Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e83bd96cbfc60cf8d7e41c532a3032e400f7ef9b [Pipeline] } [2020-05-07T15:59:39.715Z] 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-05-07T15:59:41.110Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-07T15:59:41.408Z] ---> package-listing.sh [2020-05-07T15:59:41.408Z] ++ facter osfamily [2020-05-07T15:59:41.408Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-07T15:59:41.408Z] + OS_FAMILY=redhat [2020-05-07T15:59:41.408Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-523 [2020-05-07T15:59:41.408Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-07T15:59:41.408Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-07T15:59:41.408Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-07T15:59:41.408Z] + PACKAGES=/tmp/packages_start.txt [2020-05-07T15:59:41.408Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-523 ']' [2020-05-07T15:59:41.408Z] + PACKAGES=/tmp/packages_end.txt [2020-05-07T15:59:41.408Z] + case "${OS_FAMILY}" in [2020-05-07T15:59:41.408Z] + rpm -qa [2020-05-07T15:59:41.408Z] + sort [2020-05-07T15:59:44.697Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-07T15:59:44.697Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-07T15:59:44.697Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-07T15:59:44.966Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-523 ']' [2020-05-07T15:59:44.966Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-523/archives/ [2020-05-07T15:59:44.966Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-523/archives/ [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:59:45.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-07T15:59:45.435Z] [2020-05-07T15:59:45.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-07T15:59:45.772Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-07T15:59:45.773Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-07T15:59:45.773Z] c9b1b535fdd9: Pulling fs layer [2020-05-07T15:59:45.773Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-07T15:59:45.773Z] 756a868c4378: Pulling fs layer [2020-05-07T15:59:45.773Z] 444b2fc9a129: Pulling fs layer [2020-05-07T15:59:45.773Z] ea15f1150254: Pulling fs layer [2020-05-07T15:59:45.773Z] 41b27a9f41bf: Pulling fs layer [2020-05-07T15:59:45.773Z] 28c525ee5125: Pulling fs layer [2020-05-07T15:59:45.773Z] 094b1ea09ed8: Pulling fs layer [2020-05-07T15:59:45.773Z] 138eaada9080: Pulling fs layer [2020-05-07T15:59:45.773Z] 0622d0fa9048: Pulling fs layer [2020-05-07T15:59:45.773Z] 41b27a9f41bf: Waiting [2020-05-07T15:59:45.773Z] 138eaada9080: Waiting [2020-05-07T15:59:45.773Z] 0622d0fa9048: Waiting [2020-05-07T15:59:45.773Z] 28c525ee5125: Waiting [2020-05-07T15:59:45.773Z] 094b1ea09ed8: Waiting [2020-05-07T15:59:45.773Z] 444b2fc9a129: Waiting [2020-05-07T15:59:45.773Z] ea15f1150254: Waiting [2020-05-07T15:59:45.773Z] 2cc5ad85d9ab: Verifying Checksum [2020-05-07T15:59:45.773Z] 2cc5ad85d9ab: Download complete [2020-05-07T15:59:45.773Z] 444b2fc9a129: Verifying Checksum [2020-05-07T15:59:45.773Z] 444b2fc9a129: Download complete [2020-05-07T15:59:46.058Z] c9b1b535fdd9: Verifying Checksum [2020-05-07T15:59:46.058Z] c9b1b535fdd9: Download complete [2020-05-07T15:59:46.058Z] ea15f1150254: Verifying Checksum [2020-05-07T15:59:46.058Z] ea15f1150254: Download complete [2020-05-07T15:59:46.058Z] 28c525ee5125: Verifying Checksum [2020-05-07T15:59:46.058Z] 28c525ee5125: Download complete [2020-05-07T15:59:46.342Z] 756a868c4378: Verifying Checksum [2020-05-07T15:59:46.342Z] 756a868c4378: Download complete [2020-05-07T15:59:46.342Z] c9b1b535fdd9: Pull complete [2020-05-07T15:59:46.608Z] 138eaada9080: Verifying Checksum [2020-05-07T15:59:46.608Z] 138eaada9080: Download complete [2020-05-07T15:59:46.608Z] 094b1ea09ed8: Verifying Checksum [2020-05-07T15:59:46.608Z] 094b1ea09ed8: Download complete [2020-05-07T15:59:46.608Z] 0622d0fa9048: Verifying Checksum [2020-05-07T15:59:46.608Z] 0622d0fa9048: Download complete [2020-05-07T15:59:46.608Z] 2cc5ad85d9ab: Pull complete [2020-05-07T15:59:47.187Z] 41b27a9f41bf: Verifying Checksum [2020-05-07T15:59:47.187Z] 41b27a9f41bf: Download complete [2020-05-07T15:59:48.572Z] 756a868c4378: Pull complete [2020-05-07T15:59:48.835Z] 444b2fc9a129: Pull complete [2020-05-07T15:59:49.114Z] ea15f1150254: Pull complete [2020-05-07T15:59:52.425Z] 41b27a9f41bf: Pull complete [2020-05-07T15:59:52.425Z] 28c525ee5125: Pull complete [2020-05-07T15:59:54.981Z] 094b1ea09ed8: Pull complete [2020-05-07T15:59:54.981Z] 138eaada9080: Pull complete [2020-05-07T15:59:55.242Z] 0622d0fa9048: Pull complete [2020-05-07T15:59:55.242Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-07T15:59:55.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-07T15:59:55.443Z] prd-centos7-docker-4c-2g-7486 does not seem to be running inside a container [2020-05-07T15:59:55.493Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-523 -v /w/workspace/dgexfoundry_device-sdk-go_PR-523:/w/workspace/dgexfoundry_device-sdk-go_PR-523:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-523@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-05-07T15:59:56.747Z] $ docker top 32aac1c6553b13a8321497cfb3493a6878b00448c7f9d7de5d933352b0a250f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-07T15:59:57.076Z] provisioning config files... [2020-05-07T15:59:57.091Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/config1403979388060030094tmp [Pipeline] { [Pipeline] echo [2020-05-07T15:59:57.159Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-07T15:59:57.476Z] ---> create-netrc.sh [Pipeline] echo [2020-05-07T15:59:57.485Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-07T15:59:57.796Z] ---> logs-deploy.sh [2020-05-07T15:59:57.796Z] + ARCHIVE_ARTIFACTS= [2020-05-07T15:59:57.796Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-07T15:59:57.796Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-07T15:59:57.796Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-07T15:59:57.796Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-523/3 [2020-05-07T15:59:57.796Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-523/3/ [2020-05-07T15:59:57.796Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-523/3 /w/workspace/dgexfoundry_device-sdk-go_PR-523 [2020-05-07T15:59:59.181Z] Archives upload complete. [2020-05-07T15:59:59.181Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-523/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-523/3/