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 98301da4ae3b43f9d441ac90c043590b3eec72bc+95692bfba5b6922b9479d5fc02f4a388c744689f (11dc5c91c6da2eb2ead86a4963d98236e98d010c) 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-7537 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 98301da4ae3b43f9d441ac90c043590b3eec72bc Merge succeeded, producing 98301da4ae3b43f9d441ac90c043590b3eec72bc Checking out Revision 98301da4ae3b43f9d441ac90c043590b3eec72bc (PR-523) > git config core.sparsecheckout # timeout=10 > git checkout -f 98301da4ae3b43f9d441ac90c043590b3eec72bc # 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 98301da4ae3b43f9d441ac90c043590b3eec72bc # timeout=10 Commit message: "feat: add ability for service name override" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-08T04:11:58.373Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-08T04:11:58.616Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk eb9738aa47f72d644410f2ce0eeddbedc91fff55 # timeout=10 [Pipeline] echo [2020-05-08T04:11:58.681Z] ========================================================= [2020-05-08T04:11:58.681Z] EdgeX Global Pipelines Version Info [2020-05-08T04:11:58.681Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-08T04:12:00.096Z] ------------------- [2020-05-08T04:12:00.097Z] stable info: [2020-05-08T04:12:00.097Z] ------------------- [2020-05-08T04:12:00.097Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-08T04:12:00.097Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-08T04:12:00.097Z] Message: update stable to v1.0.87 [2020-05-08T04:12:00.673Z] ------------------- [2020-05-08T04:12:00.673Z] experimental info: [2020-05-08T04:12:00.673Z] ------------------- [2020-05-08T04:12:00.673Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-05-08T04:12:00.673Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-08T04:12:00.673Z] 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-08T04:12:02.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-08T04:12:02.830Z] [2020-05-08T04:12:02.830Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-08T04:12:03.156Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-08T04:12:03.156Z] latest: Pulling from edgex-devops/git-semver [2020-05-08T04:12:03.156Z] 9123ac7c32f7: Pulling fs layer [2020-05-08T04:12:03.156Z] b8cc5d1170e3: Pulling fs layer [2020-05-08T04:12:03.156Z] 2924cbbf6a41: Pulling fs layer [2020-05-08T04:12:03.156Z] 93b08a4f1073: Pulling fs layer [2020-05-08T04:12:03.156Z] b8cc5d1170e3: Verifying Checksum [2020-05-08T04:12:03.156Z] b8cc5d1170e3: Download complete [2020-05-08T04:12:03.415Z] 9123ac7c32f7: Verifying Checksum [2020-05-08T04:12:03.415Z] 9123ac7c32f7: Download complete [2020-05-08T04:12:03.415Z] 93b08a4f1073: Verifying Checksum [2020-05-08T04:12:03.415Z] 93b08a4f1073: Download complete [2020-05-08T04:12:03.415Z] 2924cbbf6a41: Verifying Checksum [2020-05-08T04:12:03.415Z] 2924cbbf6a41: Download complete [2020-05-08T04:12:03.674Z] 9123ac7c32f7: Pull complete [2020-05-08T04:12:03.674Z] b8cc5d1170e3: Pull complete [2020-05-08T04:12:04.611Z] 2924cbbf6a41: Pull complete [2020-05-08T04:12:04.611Z] 93b08a4f1073: Pull complete [2020-05-08T04:12:04.611Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-08T04:12:04.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-08T04:12:04.738Z] prd-centos7-docker-4c-2g-7537 does not seem to be running inside a container [2020-05-08T04:12:04.784Z] $ 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-08T04:12:05.439Z] $ docker top e889f614a8402c0dfa9062e76423f972fca6ec39ee9d0770526faa9cf2a85f55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-08T04:12:05.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-08T04:12:05.715Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-08T04:12:05.955Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-08T04:12:05.962Z] $ docker exec e889f614a8402c0dfa9062e76423f972fca6ec39ee9d0770526faa9cf2a85f55 ssh-agent [2020-05-08T04:12:06.137Z] SSH_AUTH_SOCK=/tmp/ssh-cXel0Fur9QnW/agent.15 [2020-05-08T04:12:06.137Z] SSH_AGENT_PID=22 [2020-05-08T04:12:06.146Z] Running ssh-add (command line suppressed) [2020-05-08T04:12:06.310Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/private_key_364165443173568999.key (/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/private_key_364165443173568999.key) [2020-05-08T04:12:06.352Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-08T04:12:06.687Z] + git describe --exact-match --tags HEAD [2020-05-08T04:12:06.687Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-08T04:12:06.754Z] $ docker exec --env ******** --env ******** e889f614a8402c0dfa9062e76423f972fca6ec39ee9d0770526faa9cf2a85f55 ssh-agent -k [2020-05-08T04:12:06.904Z] unset SSH_AUTH_SOCK; [2020-05-08T04:12:06.904Z] unset SSH_AGENT_PID; [2020-05-08T04:12:06.904Z] echo Agent pid 22 killed; [2020-05-08T04:12:06.942Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-08T04:12:07.036Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-08T04:12:07.036Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-08T04:12:07.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-08T04:12:07.111Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-08T04:12:07.298Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-08T04:12:07.306Z] $ docker exec e889f614a8402c0dfa9062e76423f972fca6ec39ee9d0770526faa9cf2a85f55 ssh-agent [2020-05-08T04:12:07.482Z] SSH_AUTH_SOCK=/tmp/ssh-3LeBtILhzBS6/agent.58 [2020-05-08T04:12:07.482Z] SSH_AGENT_PID=64 [2020-05-08T04:12:07.488Z] Running ssh-add (command line suppressed) [2020-05-08T04:12:07.630Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/private_key_5699431776794727721.key (/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/private_key_5699431776794727721.key) [2020-05-08T04:12:07.676Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-08T04:12:08.010Z] + git semver init [2020-05-08T04:12:08.010Z] # -> Open(): unable to determine branch for HEAD [2020-05-08T04:12:08.010Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-523/.git [2020-05-08T04:12:08.010Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-523 [2020-05-08T04:12:08.010Z] # $SEMVER_REMOTE_NAME = origin [2020-05-08T04:12:08.010Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-08T04:12:08.010Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-08T04:12:08.010Z] # $SEMVER_BRANCH = PR-523 [2020-05-08T04:12:08.010Z] # $SEMVER_TEMP = /tmp/semver-158222228 [2020-05-08T04:12:08.010Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-05-08T04:12:08.579Z] # '/tmp/semver-158222228' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-523/.semver' [2020-05-08T04:12:08.579Z] # -> Force: false [2020-05-08T04:12:08.579Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-523/.semver [Pipeline] } [2020-05-08T04:12:08.592Z] $ docker exec --env ******** --env ******** e889f614a8402c0dfa9062e76423f972fca6ec39ee9d0770526faa9cf2a85f55 ssh-agent -k [2020-05-08T04:12:08.726Z] unset SSH_AUTH_SOCK; [2020-05-08T04:12:08.727Z] unset SSH_AGENT_PID; [2020-05-08T04:12:08.727Z] echo Agent pid 64 killed; [2020-05-08T04:12:08.769Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-08T04:12:09.185Z] + git semver [Pipeline] } [2020-05-08T04:12:09.203Z] $ docker stop --time=1 e889f614a8402c0dfa9062e76423f972fca6ec39ee9d0770526faa9cf2a85f55 [2020-05-08T04:12:10.564Z] $ docker rm -f e889f614a8402c0dfa9062e76423f972fca6ec39ee9d0770526faa9cf2a85f55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-08T04:12:11.401Z] Stashed 61 file(s) [Pipeline] echo [2020-05-08T04:12:11.403Z] [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-08T04:12:26.687Z] Still waiting to schedule task [2020-05-08T04:12:26.688Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-05-08T04:12:26.689Z] Still waiting to schedule task [2020-05-08T04:12:26.689Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-05-08T04:14:14.750Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7538 in /w/workspace/dgexfoundry_device-sdk-go_PR-523 [Pipeline] { [Pipeline] ws [2020-05-08T04:14:14.828Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-05-08T04:14:21.160Z] using credential edgex-jenkins-ssh [2020-05-08T04:14:21.211Z] Cloning the remote Git repository [2020-05-08T04:14:21.211Z] Cloning with configured refspecs honoured and without tags [2020-05-08T04:14:21.297Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-05-08T04:14:21.392Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-05-08T04:14:21.487Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-08T04:14:21.488Z] > git --version # timeout=10 [2020-05-08T04:14:21.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-08T04:14:21.608Z] > 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-08T04:14:22.607Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-08T04:14:22.624Z] > git config --add remote.origin.fetch +refs/pull/523/head:refs/remotes/origin/PR-523 # timeout=10 [2020-05-08T04:14:22.735Z] Fetching without tags [2020-05-08T04:14:23.201Z] Merging remotes/origin/master commit 95692bfba5b6922b9479d5fc02f4a388c744689f into PR head commit 98301da4ae3b43f9d441ac90c043590b3eec72bc [2020-05-08T04:14:23.513Z] Merge succeeded, producing 98301da4ae3b43f9d441ac90c043590b3eec72bc [2020-05-08T04:14:23.514Z] Checking out Revision 98301da4ae3b43f9d441ac90c043590b3eec72bc (PR-523) [2020-05-08T04:14:22.651Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-08T04:14:22.716Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-08T04:14:22.760Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-08T04:14:22.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-08T04:14:22.773Z] > 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-08T04:14:23.232Z] > git config core.sparsecheckout # timeout=10 [2020-05-08T04:14:23.276Z] > git checkout -f 98301da4ae3b43f9d441ac90c043590b3eec72bc # timeout=10 [2020-05-08T04:14:23.396Z] > git remote # timeout=10 [2020-05-08T04:14:23.420Z] > git config --get remote.origin.url # timeout=10 [2020-05-08T04:14:23.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-08T04:14:23.451Z] > git merge 95692bfba5b6922b9479d5fc02f4a388c744689f # timeout=10 [2020-05-08T04:14:23.474Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-08T04:14:23.534Z] > git config core.sparsecheckout # timeout=10 [2020-05-08T04:14:23.546Z] > git checkout -f 98301da4ae3b43f9d441ac90c043590b3eec72bc # timeout=10 [2020-05-08T04:14:28.086Z] Commit message: "feat: add ability for service name override" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-08T04:14:29.384Z] ========================================================= [2020-05-08T04:14:29.384Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-08T04:14:29.384Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-08T04:14:30.533Z] + 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-08T04:14:31.500Z] Sending build context to Docker daemon 3.043MB [2020-05-08T04:14:31.500Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-08T04:14:31.500Z] Step 2/8 : FROM ${BASE} [2020-05-08T04:14:31.772Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-08T04:14:31.772Z] cde5963f3b93: Pulling fs layer [2020-05-08T04:14:31.772Z] 2a23fa8c16f7: Pulling fs layer [2020-05-08T04:14:31.772Z] 777b28850792: Pulling fs layer [2020-05-08T04:14:31.772Z] 8a11ddd9e578: Pulling fs layer [2020-05-08T04:14:31.772Z] 4cf88f913ddb: Pulling fs layer [2020-05-08T04:14:31.772Z] 1df406cf5192: Pulling fs layer [2020-05-08T04:14:31.772Z] cd6300453558: Pulling fs layer [2020-05-08T04:14:31.772Z] b9c365052c96: Pulling fs layer [2020-05-08T04:14:31.772Z] a2d8cc88f415: Pulling fs layer [2020-05-08T04:14:31.772Z] ea1d1ca13537: Pulling fs layer [2020-05-08T04:14:31.772Z] 3750a50a1c5e: Pulling fs layer [2020-05-08T04:14:31.772Z] 8a11ddd9e578: Waiting [2020-05-08T04:14:31.772Z] 4cf88f913ddb: Waiting [2020-05-08T04:14:31.772Z] 1df406cf5192: Waiting [2020-05-08T04:14:31.772Z] cd6300453558: Waiting [2020-05-08T04:14:31.772Z] b9c365052c96: Waiting [2020-05-08T04:14:31.772Z] a2d8cc88f415: Waiting [2020-05-08T04:14:31.772Z] ea1d1ca13537: Waiting [2020-05-08T04:14:31.772Z] 3750a50a1c5e: Waiting [2020-05-08T04:14:31.772Z] 777b28850792: Verifying Checksum [2020-05-08T04:14:31.772Z] 777b28850792: Download complete [2020-05-08T04:14:31.772Z] 2a23fa8c16f7: Verifying Checksum [2020-05-08T04:14:31.772Z] 2a23fa8c16f7: Download complete [2020-05-08T04:14:31.772Z] 4cf88f913ddb: Verifying Checksum [2020-05-08T04:14:31.772Z] 4cf88f913ddb: Download complete [2020-05-08T04:14:31.772Z] 1df406cf5192: Verifying Checksum [2020-05-08T04:14:31.772Z] 1df406cf5192: Download complete [2020-05-08T04:14:32.043Z] cde5963f3b93: Verifying Checksum [2020-05-08T04:14:32.043Z] cde5963f3b93: Download complete [2020-05-08T04:14:33.010Z] cde5963f3b93: Pull complete [2020-05-08T04:14:33.600Z] 2a23fa8c16f7: Pull complete [2020-05-08T04:14:33.869Z] 777b28850792: Pull complete [2020-05-08T04:14:36.527Z] cd6300453558: Verifying Checksum [2020-05-08T04:14:36.527Z] cd6300453558: Download complete [2020-05-08T04:14:36.527Z] a2d8cc88f415: Download complete [2020-05-08T04:14:38.478Z] ea1d1ca13537: Verifying Checksum [2020-05-08T04:14:38.478Z] ea1d1ca13537: Download complete [2020-05-08T04:14:38.747Z] 3750a50a1c5e: Verifying Checksum [2020-05-08T04:14:38.747Z] 3750a50a1c5e: Download complete [2020-05-08T04:14:41.347Z] b9c365052c96: Verifying Checksum [2020-05-08T04:14:41.347Z] b9c365052c96: Download complete [2020-05-08T04:14:43.297Z] 8a11ddd9e578: Verifying Checksum [2020-05-08T04:14:43.297Z] 8a11ddd9e578: Download complete [2020-05-08T04:14:49.500Z] Running on prd-centos7-docker-4c-2g-7539 in /w/workspace/dgexfoundry_device-sdk-go_PR-523 [Pipeline] { [Pipeline] ws [2020-05-08T04:14:49.556Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-05-08T04:14:54.131Z] using credential edgex-jenkins-ssh [2020-05-08T04:14:54.178Z] Cloning the remote Git repository [2020-05-08T04:14:54.178Z] Cloning with configured refspecs honoured and without tags [2020-05-08T04:14:54.213Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-05-08T04:14:54.260Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-05-08T04:14:54.329Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-08T04:14:54.329Z] > git --version # timeout=10 [2020-05-08T04:14:54.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-08T04:14:54.369Z] > 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-08T04:14:55.453Z] Fetching without tags [2020-05-08T04:14:55.646Z] 8a11ddd9e578: Pull complete [2020-05-08T04:14:55.646Z] 4cf88f913ddb: Pull complete [2020-05-08T04:14:55.646Z] 1df406cf5192: Pull complete [2020-05-08T04:14:55.866Z] Merging remotes/origin/master commit 95692bfba5b6922b9479d5fc02f4a388c744689f into PR head commit 98301da4ae3b43f9d441ac90c043590b3eec72bc [2020-05-08T04:14:55.366Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-08T04:14:55.412Z] > git config --add remote.origin.fetch +refs/pull/523/head:refs/remotes/origin/PR-523 # timeout=10 [2020-05-08T04:14:55.431Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-08T04:14:55.444Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-08T04:14:55.464Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-08T04:14:55.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-08T04:14:55.471Z] > 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-08T04:14:55.883Z] > git config core.sparsecheckout # timeout=10 [2020-05-08T04:14:55.906Z] > git checkout -f 98301da4ae3b43f9d441ac90c043590b3eec72bc # timeout=10 [2020-05-08T04:14:56.007Z] > git remote # timeout=10 [2020-05-08T04:14:56.202Z] Merge succeeded, producing 98301da4ae3b43f9d441ac90c043590b3eec72bc [2020-05-08T04:14:56.202Z] Checking out Revision 98301da4ae3b43f9d441ac90c043590b3eec72bc (PR-523) [2020-05-08T04:14:56.073Z] > git config --get remote.origin.url # timeout=10 [2020-05-08T04:14:56.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-08T04:14:56.110Z] > git merge 95692bfba5b6922b9479d5fc02f4a388c744689f # timeout=10 [2020-05-08T04:14:56.185Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-08T04:14:56.207Z] > git config core.sparsecheckout # timeout=10 [2020-05-08T04:14:56.227Z] > git checkout -f 98301da4ae3b43f9d441ac90c043590b3eec72bc # timeout=10 [2020-05-08T04:15:00.425Z] Commit message: "feat: add ability for service name override" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-05-08T04:15:01.009Z] cd6300453558: Pull complete [Pipeline] echo [2020-05-08T04:15:01.437Z] ========================================================= [2020-05-08T04:15:01.437Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-08T04:15:01.437Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-08T04:15:02.313Z] + 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-08T04:15:02.587Z] Sending build context to Docker daemon 3.043MB [2020-05-08T04:15:02.587Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-08T04:15:02.587Z] Step 2/8 : FROM ${BASE} [2020-05-08T04:15:02.893Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-08T04:15:02.893Z] e6b0cf9c0882: Pulling fs layer [2020-05-08T04:15:02.893Z] 2848faf0eed1: Pulling fs layer [2020-05-08T04:15:02.893Z] 0f37312ad70f: Pulling fs layer [2020-05-08T04:15:02.893Z] 5788d62ee057: Pulling fs layer [2020-05-08T04:15:02.893Z] 0e6b1d234666: Pulling fs layer [2020-05-08T04:15:02.893Z] bf5d7aec512f: Pulling fs layer [2020-05-08T04:15:02.893Z] 34c802a77dc8: Pulling fs layer [2020-05-08T04:15:02.893Z] 9eb99e56ec68: Pulling fs layer [2020-05-08T04:15:02.893Z] 27c7a5d97fbd: Pulling fs layer [2020-05-08T04:15:02.893Z] 5c102a31e300: Pulling fs layer [2020-05-08T04:15:02.893Z] dcfb455df0a1: Pulling fs layer [2020-05-08T04:15:02.893Z] bf5d7aec512f: Waiting [2020-05-08T04:15:02.893Z] 34c802a77dc8: Waiting [2020-05-08T04:15:02.893Z] 5788d62ee057: Waiting [2020-05-08T04:15:02.893Z] 0e6b1d234666: Waiting [2020-05-08T04:15:02.893Z] 9eb99e56ec68: Waiting [2020-05-08T04:15:02.893Z] 27c7a5d97fbd: Waiting [2020-05-08T04:15:02.893Z] 5c102a31e300: Waiting [2020-05-08T04:15:02.893Z] dcfb455df0a1: Waiting [2020-05-08T04:15:02.893Z] 0f37312ad70f: Verifying Checksum [2020-05-08T04:15:02.893Z] 0f37312ad70f: Download complete [2020-05-08T04:15:02.893Z] 2848faf0eed1: Verifying Checksum [2020-05-08T04:15:02.893Z] 2848faf0eed1: Download complete [2020-05-08T04:15:03.182Z] 0e6b1d234666: Verifying Checksum [2020-05-08T04:15:03.182Z] 0e6b1d234666: Download complete [2020-05-08T04:15:03.182Z] bf5d7aec512f: Verifying Checksum [2020-05-08T04:15:03.182Z] bf5d7aec512f: Download complete [2020-05-08T04:15:03.182Z] e6b0cf9c0882: Verifying Checksum [2020-05-08T04:15:03.182Z] e6b0cf9c0882: Download complete [2020-05-08T04:15:04.213Z] e6b0cf9c0882: Pull complete [2020-05-08T04:15:04.485Z] 2848faf0eed1: Pull complete [2020-05-08T04:15:04.802Z] 0f37312ad70f: Pull complete [2020-05-08T04:15:05.298Z] b9c365052c96: Pull complete [2020-05-08T04:15:05.570Z] a2d8cc88f415: Pull complete [2020-05-08T04:15:06.353Z] 34c802a77dc8: Verifying Checksum [2020-05-08T04:15:06.353Z] 34c802a77dc8: Download complete [2020-05-08T04:15:06.353Z] 27c7a5d97fbd: Verifying Checksum [2020-05-08T04:15:06.353Z] 27c7a5d97fbd: Download complete [2020-05-08T04:15:07.833Z] 9eb99e56ec68: Verifying Checksum [2020-05-08T04:15:07.833Z] 9eb99e56ec68: Download complete [2020-05-08T04:15:08.105Z] 5788d62ee057: Verifying Checksum [2020-05-08T04:15:08.105Z] 5788d62ee057: Download complete [2020-05-08T04:15:08.105Z] dcfb455df0a1: Verifying Checksum [2020-05-08T04:15:08.105Z] dcfb455df0a1: Download complete [2020-05-08T04:15:08.167Z] ea1d1ca13537: Pull complete [2020-05-08T04:15:08.167Z] 3750a50a1c5e: Pull complete [2020-05-08T04:15:08.385Z] 5c102a31e300: Verifying Checksum [2020-05-08T04:15:08.385Z] 5c102a31e300: Download complete [2020-05-08T04:15:08.434Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-08T04:15:08.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-08T04:15:08.434Z] ---> 78745c68409d [2020-05-08T04:15:08.434Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-08T04:15:12.703Z] ---> Running in 01900500c3f9 [2020-05-08T04:15:12.703Z] Removing intermediate container 01900500c3f9 [2020-05-08T04:15:12.703Z] ---> 8dab2caab221 [2020-05-08T04:15:12.703Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-08T04:15:12.973Z] ---> Running in 9211da459005 [2020-05-08T04:15:14.915Z] Removing intermediate container 9211da459005 [2020-05-08T04:15:14.915Z] ---> 097da4553ea5 [2020-05-08T04:15:14.915Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-08T04:15:15.187Z] ---> Running in 18934b9d8dfa [2020-05-08T04:15:16.151Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-08T04:15:16.733Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-08T04:15:16.787Z] 5788d62ee057: Pull complete [2020-05-08T04:15:17.065Z] 0e6b1d234666: Pull complete [2020-05-08T04:15:17.065Z] bf5d7aec512f: Pull complete [2020-05-08T04:15:17.318Z] OK: 125 MiB in 39 packages [2020-05-08T04:15:18.732Z] Removing intermediate container 18934b9d8dfa [2020-05-08T04:15:18.732Z] ---> 15af964ed4fa [2020-05-08T04:15:18.732Z] Step 6/8 : WORKDIR /device-sdk-go [2020-05-08T04:15:18.732Z] ---> Running in f8091a66a8fa [2020-05-08T04:15:18.999Z] Removing intermediate container f8091a66a8fa [2020-05-08T04:15:18.999Z] ---> a4b6978dfaec [2020-05-08T04:15:19.000Z] Step 7/8 : COPY . . [2020-05-08T04:15:20.417Z] ---> 058cf0e3c738 [2020-05-08T04:15:20.417Z] Step 8/8 : RUN go mod download [2020-05-08T04:15:20.417Z] ---> Running in 2cba858711bb [2020-05-08T04:15:21.368Z] 34c802a77dc8: Pull complete [2020-05-08T04:15:22.375Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-08T04:15:22.375Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-08T04:15:22.375Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-08T04:15:22.375Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-08T04:15:22.375Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-08T04:15:22.375Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-08T04:15:22.375Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-08T04:15:22.375Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-08T04:15:22.375Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-08T04:15:22.375Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-08T04:15:22.375Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-05-08T04:15:22.375Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-05-08T04:15:22.375Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-08T04:15:22.375Z] go: finding github.com/fatih/color v1.7.0 [2020-05-08T04:15:22.644Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-08T04:15:22.644Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-08T04:15:22.644Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-08T04:15:22.644Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-08T04:15:22.644Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-08T04:15:22.644Z] go: finding github.com/google/uuid v1.1.0 [2020-05-08T04:15:22.644Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-08T04:15:22.644Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-08T04:15:22.912Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-08T04:15:22.912Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-08T04:15:22.912Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-08T04:15:22.912Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-08T04:15:22.912Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-08T04:15:22.912Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-08T04:15:22.912Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-08T04:15:22.912Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-08T04:15:22.912Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-08T04:15:22.912Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-08T04:15:22.912Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-08T04:15:22.912Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-08T04:15:22.912Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-08T04:15:22.912Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-08T04:15:22.912Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-08T04:15:23.182Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-08T04:15:23.182Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-08T04:15:23.183Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-08T04:15:23.183Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-08T04:15:23.183Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-08T04:15:23.183Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-08T04:15:23.183Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-08T04:15:23.183Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-08T04:15:23.183Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-08T04:15:23.183Z] go: finding github.com/posener/complete v1.1.1 [2020-05-08T04:15:23.183Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-08T04:15:23.183Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-08T04:15:23.183Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-08T04:15:23.183Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-08T04:15:23.183Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-08T04:15:23.183Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-08T04:15:23.183Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-08T04:15:23.183Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-08T04:15:23.183Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-08T04:15:23.183Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-08T04:15:23.183Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-08T04:15:23.183Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-08T04:15:26.913Z] 9eb99e56ec68: Pull complete [2020-05-08T04:15:26.913Z] 27c7a5d97fbd: Pull complete [2020-05-08T04:15:27.897Z] 5c102a31e300: Pull complete [2020-05-08T04:15:28.170Z] dcfb455df0a1: Pull complete [2020-05-08T04:15:28.170Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-08T04:15:28.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-08T04:15:28.170Z] ---> 7c70fe431013 [2020-05-08T04:15:28.170Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-08T04:15:28.170Z] ---> Running in b3531c258340 [2020-05-08T04:15:28.433Z] Removing intermediate container b3531c258340 [2020-05-08T04:15:28.433Z] ---> 587dfa522f42 [2020-05-08T04:15:28.433Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-08T04:15:28.433Z] ---> Running in b5dd35c5758c [2020-05-08T04:15:29.847Z] Removing intermediate container b5dd35c5758c [2020-05-08T04:15:29.847Z] ---> 9e33fd640f0d [2020-05-08T04:15:29.847Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-08T04:15:29.847Z] ---> Running in 9096f43af01b [2020-05-08T04:15:30.543Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-08T04:15:31.530Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-08T04:15:31.530Z] OK: 143 MiB in 39 packages [2020-05-08T04:15:32.107Z] Removing intermediate container 9096f43af01b [2020-05-08T04:15:32.107Z] ---> ca0b9cc4acd4 [2020-05-08T04:15:32.107Z] Step 6/8 : WORKDIR /device-sdk-go [2020-05-08T04:15:32.107Z] ---> Running in 2bd1c70d0547 [2020-05-08T04:15:32.372Z] Removing intermediate container 2bd1c70d0547 [2020-05-08T04:15:32.372Z] ---> e1d30ff250be [2020-05-08T04:15:32.372Z] Step 7/8 : COPY . . [2020-05-08T04:15:33.283Z] Removing intermediate container 2cba858711bb [2020-05-08T04:15:33.283Z] ---> 0d356d934984 [2020-05-08T04:15:33.284Z] Successfully built 0d356d934984 [2020-05-08T04:15:33.284Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-05-08T04:15:33.362Z] ---> 1fbcd37ac5c1 [2020-05-08T04:15:33.362Z] Step 8/8 : RUN go mod download [2020-05-08T04:15:33.362Z] ---> Running in e1cd26a92b77 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-08T04:15:34.109Z] + docker inspect -f . ci-base-image-arm64 [2020-05-08T04:15:34.109Z] . [Pipeline] withDockerContainer [2020-05-08T04:15:34.705Z] prd-ubuntu18.04-docker-arm64-4c-16g-7538 does not seem to be running inside a container [2020-05-08T04:15:34.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-08T04:15:35.972Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-08T04:15:35.973Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-08T04:15:35.973Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-08T04:15:35.973Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-08T04:15:35.973Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-08T04:15:35.973Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-08T04:15:35.973Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-08T04:15:35.973Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-08T04:15:35.973Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-08T04:15:35.973Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-08T04:15:35.973Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-05-08T04:15:35.973Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-05-08T04:15:35.973Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-08T04:15:35.973Z] go: finding github.com/fatih/color v1.7.0 [2020-05-08T04:15:35.973Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-08T04:15:35.973Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-08T04:15:35.973Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-08T04:15:35.973Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-08T04:15:35.973Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-08T04:15:35.973Z] go: finding github.com/google/uuid v1.1.0 [2020-05-08T04:15:35.973Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-08T04:15:35.973Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-08T04:15:35.973Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-08T04:15:35.973Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-08T04:15:35.973Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-08T04:15:35.973Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-08T04:15:35.973Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-08T04:15:35.973Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-08T04:15:35.973Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-08T04:15:36.237Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-08T04:15:36.237Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-08T04:15:36.237Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-08T04:15:36.237Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-08T04:15:36.237Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-08T04:15:36.237Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-08T04:15:36.237Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-08T04:15:36.237Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-08T04:15:36.237Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-08T04:15:36.237Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-08T04:15:36.237Z] go: finding github.com/posener/complete v1.1.1 [2020-05-08T04:15:36.237Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-08T04:15:36.237Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-08T04:15:36.237Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-08T04:15:36.237Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-08T04:15:36.237Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-08T04:15:36.237Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-08T04:15:36.237Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-08T04:15:36.237Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-08T04:15:36.237Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-08T04:15:36.237Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-08T04:15:36.237Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-08T04:15:36.237Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-08T04:15:36.346Z] $ docker top bb14a68d5dce9c46cf0342f30857d713d0c08124369a3770c4f936d5a7ae141f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-08T04:15:37.424Z] + go version [2020-05-08T04:15:37.424Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-08T04:15:38.078Z] + make test [2020-05-08T04:15:38.078Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-08T04:15:39.044Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-05-08T04:15:42.886Z] Removing intermediate container e1cd26a92b77 [2020-05-08T04:15:42.886Z] ---> 995cf1358183 [2020-05-08T04:15:42.886Z] Successfully built 995cf1358183 [2020-05-08T04:15:42.886Z] 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-05-08T04:15:43.630Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-08T04:15:44.218Z] . [Pipeline] withDockerContainer [2020-05-08T04:15:44.467Z] prd-centos7-docker-4c-2g-7539 does not seem to be running inside a container [2020-05-08T04:15:44.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-x86_64 cat [2020-05-08T04:15:45.319Z] $ docker top c3b3283098bd6bdfa20180873d70aba1d2798cc4921045342fc1dcd82b9e5959 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-08T04:15:45.892Z] + go version [2020-05-08T04:15:45.892Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-08T04:15:46.224Z] + make test [2020-05-08T04:15:46.224Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-08T04:15:47.187Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-05-08T04:16:02.393Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-05-08T04:16:02.393Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-05-08T04:16:02.393Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-05-08T04:16:02.393Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.036s coverage: 22.1% of statements [2020-05-08T04:16:07.845Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.085s coverage: 95.8% of statements [2020-05-08T04:16:11.330Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-05-08T04:16:11.330Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-05-08T04:16:11.330Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-05-08T04:16:11.330Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.056s coverage: 22.1% of statements [2020-05-08T04:16:11.330Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.226s coverage: 95.8% of statements [2020-05-08T04:16:34.571Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.033s coverage: 11.4% of statements [2020-05-08T04:16:34.571Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.016s coverage: 21.7% of statements [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-05-08T04:16:34.571Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.185s coverage: 36.9% of statements [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-05-08T04:16:34.571Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.454s coverage: 65.2% of statements [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-05-08T04:16:34.571Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.022s coverage: 52.6% of statements [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-05-08T04:16:34.571Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.179s coverage: 68.9% of statements [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-05-08T04:16:34.571Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-05-08T04:16:34.571Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-08T04:16:37.236Z] gofmt -l . [2020-05-08T04:16:37.236Z] [ "`gofmt -l .`" = "" ] [2020-05-08T04:16:37.502Z] ./bin/test-attribution-txt.sh [2020-05-08T04:16:38.084Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-08T04:16:39.665Z] Stashed 1 file(s) [Pipeline] } [2020-05-08T04:16:39.674Z] $ docker stop --time=1 c3b3283098bd6bdfa20180873d70aba1d2798cc4921045342fc1dcd82b9e5959 [2020-05-08T04:16:42.231Z] $ docker rm -f c3b3283098bd6bdfa20180873d70aba1d2798cc4921045342fc1dcd82b9e5959 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-08T04:16:43.574Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.044s coverage: 11.4% of statements [2020-05-08T04:16:43.574Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.014s coverage: 21.7% of statements [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-05-08T04:16:43.574Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.165s coverage: 36.9% of statements [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-05-08T04:16:43.574Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.516s coverage: 65.2% of statements [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-05-08T04:16:43.574Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.041s coverage: 52.6% of statements [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-05-08T04:16:43.574Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.331s coverage: 68.9% of statements [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-05-08T04:16:43.574Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-05-08T04:16:43.574Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-08T04:16:43.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-08T04:16:44.107Z] + ls -al . [2020-05-08T04:16:44.107Z] total 180 [2020-05-08T04:16:44.107Z] drwxrwxr-x. 11 jenkins jenkins 4096 May 8 04:16 . [2020-05-08T04:16:44.107Z] drwxrwxr-x. 4 jenkins jenkins 28 May 8 04:14 .. [2020-05-08T04:16:44.107Z] drwxrwxr-x. 3 jenkins jenkins 20 May 8 04:14 api [2020-05-08T04:16:44.107Z] drwxrwxr-x. 2 jenkins jenkins 64 May 8 04:14 bin [2020-05-08T04:16:44.107Z] -rw-r--r--. 1 jenkins jenkins 110877 May 8 04:16 coverage.out [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 936 May 8 04:14 Dockerfile.build [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 140 May 8 04:14 .dockerignore [2020-05-08T04:16:44.108Z] drwxrwxr-x. 4 jenkins jenkins 48 May 8 04:14 example [2020-05-08T04:16:44.108Z] drwxrwxr-x. 8 jenkins jenkins 179 May 8 04:15 .git [2020-05-08T04:16:44.108Z] drwxrwxr-x. 2 jenkins jenkins 38 May 8 04:14 .github [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 138 May 8 04:14 .gitignore [2020-05-08T04:16:44.108Z] -rw-r--r--. 1 jenkins jenkins 446 May 8 04:16 go.mod [2020-05-08T04:16:44.108Z] -rw-r--r--. 1 jenkins jenkins 12076 May 8 04:16 go.sum [2020-05-08T04:16:44.108Z] drwxrwxr-x. 15 jenkins jenkins 217 May 8 04:14 internal [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 808 May 8 04:14 Jenkinsfile [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 8 04:14 LICENSE [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 892 May 8 04:14 Makefile [2020-05-08T04:16:44.108Z] drwxrwxr-x. 5 jenkins jenkins 50 May 8 04:14 pkg [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 2249 May 8 04:14 README.md [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 3733 May 8 04:14 RELEASE-NOTES.txt [2020-05-08T04:16:44.108Z] drwxrwxr-x. 3 jenkins jenkins 58 May 8 04:15 .semver [2020-05-08T04:16:44.108Z] drwxrwxr-x. 4 jenkins jenkins 54 May 8 04:14 snap [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 5 May 8 04:12 VERSION [2020-05-08T04:16:44.108Z] -rw-rw-r--. 1 jenkins jenkins 222 May 8 04:14 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-08T04:16:44.472Z] + 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=98301da4ae3b43f9d441ac90c043590b3eec72bc --label arch=amd64 --label version=0.0.0 . [2020-05-08T04:16:45.052Z] Sending build context to Docker daemon 3.171MB [2020-05-08T04:16:45.052Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-05-08T04:16:45.052Z] Step 2/21 : FROM ${BASE} AS builder [2020-05-08T04:16:45.052Z] ---> 995cf1358183 [2020-05-08T04:16:45.052Z] Step 3/21 : ARG MAKE='make build' [2020-05-08T04:16:45.052Z] ---> Running in e29f85bf15c9 [2020-05-08T04:16:45.052Z] Removing intermediate container e29f85bf15c9 [2020-05-08T04:16:45.052Z] ---> 948bcaadf279 [2020-05-08T04:16:45.052Z] Step 4/21 : WORKDIR /device-sdk-go [2020-05-08T04:16:45.314Z] ---> Running in 8d79dc0a8ca2 [2020-05-08T04:16:45.314Z] Removing intermediate container 8d79dc0a8ca2 [2020-05-08T04:16:45.314Z] ---> db5a3f32e2ef [2020-05-08T04:16:45.314Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-08T04:16:45.579Z] ---> Running in 433b1f9d6f53 [2020-05-08T04:16:45.579Z] Removing intermediate container 433b1f9d6f53 [2020-05-08T04:16:45.579Z] ---> d22096084a13 [2020-05-08T04:16:45.579Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-08T04:16:45.848Z] ---> Running in af7df9b6ae26 [2020-05-08T04:16:46.172Z] gofmt -l . [2020-05-08T04:16:46.172Z] [ "`gofmt -l .`" = "" ] [2020-05-08T04:16:46.440Z] ./bin/test-attribution-txt.sh [2020-05-08T04:16:47.299Z] Removing intermediate container af7df9b6ae26 [2020-05-08T04:16:47.299Z] ---> 5862c747bda5 [2020-05-08T04:16:47.299Z] Step 7/21 : RUN apk add --update --no-cache make git [2020-05-08T04:16:47.299Z] ---> Running in 2fb34be9164a [2020-05-08T04:16:47.403Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-08T04:16:47.686Z] Warning: overwriting stash ‘coverage-report’ [2020-05-08T04:16:47.893Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-08T04:16:48.146Z] Stashed 1 file(s) [Pipeline] } [2020-05-08T04:16:48.155Z] $ docker stop --time=1 bb14a68d5dce9c46cf0342f30857d713d0c08124369a3770c4f936d5a7ae141f [2020-05-08T04:16:48.462Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-08T04:16:48.723Z] OK: 143 MiB in 39 packages [2020-05-08T04:16:49.297Z] Removing intermediate container 2fb34be9164a [2020-05-08T04:16:49.298Z] ---> e56bb5017abf [2020-05-08T04:16:49.298Z] Step 8/21 : COPY . . [2020-05-08T04:16:49.561Z] ---> 463d9a9a4f5e [2020-05-08T04:16:49.561Z] Step 9/21 : RUN ${MAKE} [2020-05-08T04:16:49.824Z] ---> Running in 4e3ae19702af [2020-05-08T04:16:50.093Z] 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-08T04:16:50.330Z] $ docker rm -f bb14a68d5dce9c46cf0342f30857d713d0c08124369a3770c4f936d5a7ae141f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-08T04:16:51.808Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-08T04:16:52.131Z] + ls -al . [2020-05-08T04:16:52.132Z] total 220 [2020-05-08T04:16:52.132Z] drwxrwxr-x 11 jenkins jenkins 4096 May 8 04:16 . [2020-05-08T04:16:52.132Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:14 .. [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 140 May 8 04:14 .dockerignore [2020-05-08T04:16:52.132Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 04:14 .git [2020-05-08T04:16:52.132Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 04:14 .github [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 138 May 8 04:14 .gitignore [2020-05-08T04:16:52.132Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 04:14 .semver [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 936 May 8 04:14 Dockerfile.build [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 808 May 8 04:14 Jenkinsfile [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 8 04:14 LICENSE [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 892 May 8 04:14 Makefile [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 2249 May 8 04:14 README.md [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 3733 May 8 04:14 RELEASE-NOTES.txt [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 5 May 8 04:12 VERSION [2020-05-08T04:16:52.132Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 04:14 api [2020-05-08T04:16:52.132Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 04:14 bin [2020-05-08T04:16:52.132Z] -rw-r--r-- 1 jenkins jenkins 110877 May 8 04:16 coverage.out [2020-05-08T04:16:52.132Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:14 example [2020-05-08T04:16:52.132Z] -rw-r--r-- 1 jenkins jenkins 446 May 8 04:16 go.mod [2020-05-08T04:16:52.132Z] -rw-r--r-- 1 jenkins jenkins 12076 May 8 04:16 go.sum [2020-05-08T04:16:52.132Z] drwxrwxr-x 15 jenkins jenkins 4096 May 8 04:14 internal [2020-05-08T04:16:52.132Z] drwxrwxr-x 5 jenkins jenkins 4096 May 8 04:14 pkg [2020-05-08T04:16:52.132Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:14 snap [2020-05-08T04:16:52.132Z] -rw-rw-r-- 1 jenkins jenkins 222 May 8 04:14 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-08T04:16:52.459Z] + 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=98301da4ae3b43f9d441ac90c043590b3eec72bc --label arch=arm64 --label version=0.0.0 . [2020-05-08T04:16:53.041Z] Sending build context to Docker daemon 3.171MB [2020-05-08T04:16:53.041Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-05-08T04:16:53.041Z] Step 2/21 : FROM ${BASE} AS builder [2020-05-08T04:16:53.041Z] ---> 0d356d934984 [2020-05-08T04:16:53.041Z] Step 3/21 : ARG MAKE='make build' [2020-05-08T04:16:53.041Z] ---> Running in d695e4bbc2a9 [2020-05-08T04:16:53.626Z] Removing intermediate container d695e4bbc2a9 [2020-05-08T04:16:53.626Z] ---> 8a491342f16d [2020-05-08T04:16:53.626Z] Step 4/21 : WORKDIR /device-sdk-go [2020-05-08T04:16:53.626Z] ---> Running in 05cdeec4ebda [2020-05-08T04:16:53.891Z] Removing intermediate container 05cdeec4ebda [2020-05-08T04:16:53.891Z] ---> 4cdcf32b1054 [2020-05-08T04:16:53.891Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-08T04:16:54.157Z] ---> Running in 52a6d13c6a9c [2020-05-08T04:16:54.466Z] Removing intermediate container 52a6d13c6a9c [2020-05-08T04:16:54.466Z] ---> 742a7c3427a7 [2020-05-08T04:16:54.466Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-08T04:16:54.737Z] ---> Running in ed7456b453c7 [2020-05-08T04:16:56.723Z] Removing intermediate container ed7456b453c7 [2020-05-08T04:16:56.723Z] ---> 90357c05b343 [2020-05-08T04:16:56.723Z] Step 7/21 : RUN apk add --update --no-cache make git [2020-05-08T04:16:56.723Z] ---> Running in 7476089c3b4c [2020-05-08T04:16:57.680Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-08T04:16:58.640Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-08T04:16:58.907Z] OK: 125 MiB in 39 packages [2020-05-08T04:16:59.873Z] Removing intermediate container 7476089c3b4c [2020-05-08T04:16:59.873Z] ---> 29fe62476d18 [2020-05-08T04:16:59.873Z] Step 8/21 : COPY . . [2020-05-08T04:17:01.286Z] ---> d27e25bcc352 [2020-05-08T04:17:01.286Z] Step 9/21 : RUN ${MAKE} [2020-05-08T04:17:01.286Z] ---> Running in 3732903f2b00 [2020-05-08T04:17:01.876Z] 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-08T04:17:05.388Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-05-08T04:17:05.673Z] Removing intermediate container 4e3ae19702af [2020-05-08T04:17:05.673Z] ---> d7828c722076 [2020-05-08T04:17:05.673Z] Step 10/21 : FROM scratch [2020-05-08T04:17:05.673Z] ---> [2020-05-08T04:17:05.673Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-08T04:17:05.673Z] ---> Running in f0189dfa7286 [2020-05-08T04:17:05.959Z] Removing intermediate container f0189dfa7286 [2020-05-08T04:17:05.959Z] ---> 18739ec54653 [2020-05-08T04:17:05.959Z] Step 12/21 : ENV APP_PORT=49990 [2020-05-08T04:17:05.959Z] ---> Running in 8355f9d14d9c [2020-05-08T04:17:06.224Z] Removing intermediate container 8355f9d14d9c [2020-05-08T04:17:06.224Z] ---> dbb91106473e [2020-05-08T04:17:06.224Z] Step 13/21 : EXPOSE $APP_PORT [2020-05-08T04:17:06.224Z] ---> Running in 3d538e29ee34 [2020-05-08T04:17:06.490Z] Removing intermediate container 3d538e29ee34 [2020-05-08T04:17:06.491Z] ---> 9cf777f0c396 [2020-05-08T04:17:06.491Z] Step 14/21 : WORKDIR / [2020-05-08T04:17:06.491Z] ---> Running in 13a3cc5ccee2 [2020-05-08T04:17:06.491Z] Removing intermediate container 13a3cc5ccee2 [2020-05-08T04:17:06.491Z] ---> f9d9e6c5226d [2020-05-08T04:17:06.491Z] Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-05-08T04:17:07.065Z] ---> 6472fc8ac8fb [2020-05-08T04:17:07.065Z] Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-05-08T04:17:07.334Z] ---> 49f112d0db68 [2020-05-08T04:17:07.334Z] Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-05-08T04:17:07.334Z] ---> 0ecc57acc047 [2020-05-08T04:17:07.334Z] Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-05-08T04:17:07.598Z] ---> Running in 1e67e431535f [2020-05-08T04:17:07.598Z] Removing intermediate container 1e67e431535f [2020-05-08T04:17:07.598Z] ---> 55a7d44351ef [2020-05-08T04:17:07.598Z] Step 19/21 : LABEL arch=amd64 [2020-05-08T04:17:07.598Z] ---> Running in aaac3be7d4c4 [2020-05-08T04:17:07.862Z] Removing intermediate container aaac3be7d4c4 [2020-05-08T04:17:07.862Z] ---> 453de7302815 [2020-05-08T04:17:07.862Z] Step 20/21 : LABEL git_sha=98301da4ae3b43f9d441ac90c043590b3eec72bc [2020-05-08T04:17:07.862Z] ---> Running in ea90bf6aeb57 [2020-05-08T04:17:08.126Z] Removing intermediate container ea90bf6aeb57 [2020-05-08T04:17:08.126Z] ---> e86202a85db7 [2020-05-08T04:17:08.126Z] Step 21/21 : LABEL version=0.0.0 [2020-05-08T04:17:08.126Z] ---> Running in 765821e6768a [2020-05-08T04:17:08.389Z] Removing intermediate container 765821e6768a [2020-05-08T04:17:08.389Z] ---> 8b53ad7c408b [2020-05-08T04:17:08.389Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-08T04:17:08.389Z] Successfully built 8b53ad7c408b [2020-05-08T04:17:08.389Z] 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-08T04:17:28.600Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-05-08T04:17:28.600Z] Removing intermediate container 3732903f2b00 [2020-05-08T04:17:28.600Z] ---> fc761ba9d277 [2020-05-08T04:17:28.600Z] Step 10/21 : FROM scratch [2020-05-08T04:17:28.600Z] ---> [2020-05-08T04:17:28.600Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-08T04:17:28.600Z] ---> Running in 74cec7b734d0 [2020-05-08T04:17:28.600Z] Removing intermediate container 74cec7b734d0 [2020-05-08T04:17:28.600Z] ---> b375f2930cc0 [2020-05-08T04:17:28.600Z] Step 12/21 : ENV APP_PORT=49990 [2020-05-08T04:17:28.600Z] ---> Running in 47b3acbb3f78 [2020-05-08T04:17:28.600Z] Removing intermediate container 47b3acbb3f78 [2020-05-08T04:17:28.600Z] ---> 0df3e0648b9c [2020-05-08T04:17:28.600Z] Step 13/21 : EXPOSE $APP_PORT [2020-05-08T04:17:28.600Z] ---> Running in 367d49157687 [2020-05-08T04:17:29.184Z] Removing intermediate container 367d49157687 [2020-05-08T04:17:29.184Z] ---> eda61017e240 [2020-05-08T04:17:29.184Z] Step 14/21 : WORKDIR / [2020-05-08T04:17:29.184Z] ---> Running in bf4f93c5776a [2020-05-08T04:17:29.451Z] Removing intermediate container bf4f93c5776a [2020-05-08T04:17:29.451Z] ---> 26cd4fe07a97 [2020-05-08T04:17:29.451Z] Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-05-08T04:17:30.415Z] ---> d29976344e90 [2020-05-08T04:17:30.415Z] Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-05-08T04:17:30.998Z] ---> 699c135cec79 [2020-05-08T04:17:30.998Z] Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-05-08T04:17:31.578Z] ---> 7dd3f50557ab [2020-05-08T04:17:31.578Z] Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-05-08T04:17:31.578Z] ---> Running in bbdc1cee6308 [2020-05-08T04:17:31.845Z] Removing intermediate container bbdc1cee6308 [2020-05-08T04:17:31.845Z] ---> 85a298eb9600 [2020-05-08T04:17:31.845Z] Step 19/21 : LABEL arch=arm64 [2020-05-08T04:17:32.110Z] ---> Running in f092ed91079b [2020-05-08T04:17:32.375Z] Removing intermediate container f092ed91079b [2020-05-08T04:17:32.375Z] ---> c7847628fe4a [2020-05-08T04:17:32.375Z] Step 20/21 : LABEL git_sha=98301da4ae3b43f9d441ac90c043590b3eec72bc [2020-05-08T04:17:32.641Z] ---> Running in 0f25dd76bb9c [2020-05-08T04:17:32.908Z] Removing intermediate container 0f25dd76bb9c [2020-05-08T04:17:32.908Z] ---> 85f6fdd20efb [2020-05-08T04:17:32.908Z] Step 21/21 : LABEL version=0.0.0 [2020-05-08T04:17:32.908Z] ---> Running in 30cb4af74fed [2020-05-08T04:17:33.176Z] Removing intermediate container 30cb4af74fed [2020-05-08T04:17:33.176Z] ---> ea187b5feb63 [2020-05-08T04:17:33.176Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-08T04:17:33.442Z] Successfully built ea187b5feb63 [2020-05-08T04:17:33.442Z] 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-08T04:17:35.027Z] provisioning config files... [2020-05-08T04:17:35.038Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/config5873953860208040923tmp [Pipeline] { [Pipeline] sh [2020-05-08T04:17:35.425Z] + curl -s https://codecov.io/bash [2020-05-08T04:17:35.425Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/config5873953860208040923tmp [2020-05-08T04:17:35.685Z] [2020-05-08T04:17:35.685Z] _____ _ [2020-05-08T04:17:35.685Z] / ____| | | [2020-05-08T04:17:35.685Z] | | ___ __| | ___ ___ _____ __ [2020-05-08T04:17:35.685Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-08T04:17:35.685Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-08T04:17:35.685Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-08T04:17:35.685Z] Bash-tbd [2020-05-08T04:17:35.685Z] [2020-05-08T04:17:35.685Z] [2020-05-08T04:17:35.685Z] ==> Jenkins CI detected. [2020-05-08T04:17:35.685Z] project root: . [2020-05-08T04:17:35.685Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-08T04:17:35.685Z] ==> Running gcov in . (disable via -X gcov) [2020-05-08T04:17:35.685Z] ==> Python coveragepy not found [2020-05-08T04:17:35.685Z] ==> Searching for coverage reports in: [2020-05-08T04:17:35.685Z] + . [2020-05-08T04:17:35.685Z] -> Found 1 reports [2020-05-08T04:17:35.685Z] ==> Detecting git/mercurial file structure [2020-05-08T04:17:35.685Z] ==> Reading reports [2020-05-08T04:17:35.685Z] + ./coverage.out bytes=110877 [2020-05-08T04:17:35.685Z] ==> Appending adjustments [2020-05-08T04:17:35.685Z] http://docs.codecov.io/docs/fixing-reports [2020-05-08T04:17:35.944Z] + Found adjustments [2020-05-08T04:17:35.945Z] ==> Gzipping contents [2020-05-08T04:17:35.945Z] ==> Uploading reports [2020-05-08T04:17:35.945Z] url: https://codecov.io [2020-05-08T04:17:35.945Z] query: branch=PR-523&commit=98301da4ae3b43f9d441ac90c043590b3eec72bc&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-523%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=523&job= [2020-05-08T04:17:35.945Z] -> Pinging Codecov [2020-05-08T04:17:35.945Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-523&commit=98301da4ae3b43f9d441ac90c043590b3eec72bc&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-523%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=523&job= [2020-05-08T04:17:36.511Z] -> Uploading [2020-05-08T04:17:36.773Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/98301da4ae3b43f9d441ac90c043590b3eec72bc [Pipeline] } [2020-05-08T04:17:36.779Z] 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-08T04:17:37.980Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-08T04:17:38.301Z] ---> package-listing.sh [2020-05-08T04:17:38.301Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-08T04:17:38.301Z] ++ facter osfamily [2020-05-08T04:17:38.301Z] + OS_FAMILY=redhat [2020-05-08T04:17:38.301Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-523 [2020-05-08T04:17:38.301Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-08T04:17:38.301Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-08T04:17:38.301Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-08T04:17:38.301Z] + PACKAGES=/tmp/packages_start.txt [2020-05-08T04:17:38.301Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-523 ']' [2020-05-08T04:17:38.301Z] + PACKAGES=/tmp/packages_end.txt [2020-05-08T04:17:38.301Z] + case "${OS_FAMILY}" in [2020-05-08T04:17:38.301Z] + rpm -qa [2020-05-08T04:17:38.301Z] + sort [2020-05-08T04:17:42.491Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-08T04:17:42.491Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-08T04:17:42.491Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-08T04:17:42.491Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-523 ']' [2020-05-08T04:17:42.491Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-523/archives/ [2020-05-08T04:17:42.491Z] + 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-08T04:17:42.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-08T04:17:42.952Z] [2020-05-08T04:17:42.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-08T04:17:43.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-08T04:17:43.287Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-08T04:17:43.287Z] c9b1b535fdd9: Pulling fs layer [2020-05-08T04:17:43.287Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-08T04:17:43.287Z] 756a868c4378: Pulling fs layer [2020-05-08T04:17:43.287Z] 444b2fc9a129: Pulling fs layer [2020-05-08T04:17:43.287Z] ea15f1150254: Pulling fs layer [2020-05-08T04:17:43.287Z] 41b27a9f41bf: Pulling fs layer [2020-05-08T04:17:43.287Z] 28c525ee5125: Pulling fs layer [2020-05-08T04:17:43.287Z] 094b1ea09ed8: Pulling fs layer [2020-05-08T04:17:43.287Z] 138eaada9080: Pulling fs layer [2020-05-08T04:17:43.287Z] 0622d0fa9048: Pulling fs layer [2020-05-08T04:17:43.287Z] 444b2fc9a129: Waiting [2020-05-08T04:17:43.287Z] 28c525ee5125: Waiting [2020-05-08T04:17:43.287Z] ea15f1150254: Waiting [2020-05-08T04:17:43.287Z] 41b27a9f41bf: Waiting [2020-05-08T04:17:43.287Z] 094b1ea09ed8: Waiting [2020-05-08T04:17:43.287Z] 138eaada9080: Waiting [2020-05-08T04:17:43.287Z] 0622d0fa9048: Waiting [2020-05-08T04:17:43.287Z] 2cc5ad85d9ab: Download complete [2020-05-08T04:17:43.287Z] 444b2fc9a129: Verifying Checksum [2020-05-08T04:17:43.287Z] 444b2fc9a129: Download complete [2020-05-08T04:17:43.287Z] c9b1b535fdd9: Verifying Checksum [2020-05-08T04:17:43.557Z] ea15f1150254: Download complete [2020-05-08T04:17:43.557Z] 28c525ee5125: Verifying Checksum [2020-05-08T04:17:43.557Z] 28c525ee5125: Download complete [2020-05-08T04:17:43.829Z] 756a868c4378: Verifying Checksum [2020-05-08T04:17:43.829Z] 756a868c4378: Download complete [2020-05-08T04:17:43.829Z] c9b1b535fdd9: Pull complete [2020-05-08T04:17:43.829Z] 138eaada9080: Verifying Checksum [2020-05-08T04:17:43.829Z] 138eaada9080: Download complete [2020-05-08T04:17:44.106Z] 0622d0fa9048: Verifying Checksum [2020-05-08T04:17:44.106Z] 0622d0fa9048: Download complete [2020-05-08T04:17:44.106Z] 2cc5ad85d9ab: Pull complete [2020-05-08T04:17:44.106Z] 094b1ea09ed8: Verifying Checksum [2020-05-08T04:17:44.106Z] 094b1ea09ed8: Download complete [2020-05-08T04:17:44.367Z] 41b27a9f41bf: Verifying Checksum [2020-05-08T04:17:44.367Z] 41b27a9f41bf: Download complete [2020-05-08T04:17:45.756Z] 756a868c4378: Pull complete [2020-05-08T04:17:45.756Z] 444b2fc9a129: Pull complete [2020-05-08T04:17:46.017Z] ea15f1150254: Pull complete [2020-05-08T04:17:50.218Z] 41b27a9f41bf: Pull complete [2020-05-08T04:17:50.218Z] 28c525ee5125: Pull complete [2020-05-08T04:17:52.125Z] 094b1ea09ed8: Pull complete [2020-05-08T04:17:52.125Z] 138eaada9080: Pull complete [2020-05-08T04:17:54.029Z] 0622d0fa9048: Pull complete [2020-05-08T04:17:54.029Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-08T04:17:54.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-08T04:17:54.175Z] prd-centos7-docker-4c-2g-7537 does not seem to be running inside a container [2020-05-08T04:17:54.220Z] $ 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-08T04:17:54.769Z] $ docker top 595880f0f2956abe0c24cd6db2d77eb431ecd4b574513a37c3b54c55177be276 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-08T04:17:55.142Z] provisioning config files... [2020-05-08T04:17:55.155Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-523@tmp/config7900818358996730070tmp [Pipeline] { [Pipeline] echo [2020-05-08T04:17:55.237Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-08T04:17:55.533Z] ---> create-netrc.sh [Pipeline] echo [2020-05-08T04:17:55.540Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-08T04:17:55.828Z] ---> logs-deploy.sh [2020-05-08T04:17:55.828Z] + ARCHIVE_ARTIFACTS= [2020-05-08T04:17:55.828Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-08T04:17:55.828Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-08T04:17:55.828Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-08T04:17:55.828Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-523/6 [2020-05-08T04:17:55.828Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-523/6/ [2020-05-08T04:17:55.828Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-523/6 /w/workspace/dgexfoundry_device-sdk-go_PR-523 [2020-05-08T04:17:57.203Z] Archives upload complete. [2020-05-08T04:17:57.203Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-523/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-523/6/