Pull request #447 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 brandonforster for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 79a40a317d1b6800d1816ffd538dea299a9d4c8b rather than ee9a22e6a20ff579a35b76be937fab7e3ac7e63a Obtained Jenkinsfile from 79a40a317d1b6800d1816ffd538dea299a9d4c8b 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 c26106ffa7303c9cfaed1787c18b3b6a39928acb 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 c26106ffa7303c9cfaed1787c18b3b6a39928acb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c26106ffa7303c9cfaed1787c18b3b6a39928acb # timeout=10 Commit message: "Merge pull request #139 from ernestojeda/use-cache-image" > 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/ [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2596’ is offline Running on prd-centos7-docker-4c-2g-2597 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-447 # 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/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit ee9a22e6a20ff579a35b76be937fab7e3ac7e63a Merge succeeded, producing ee9a22e6a20ff579a35b76be937fab7e3ac7e63a Checking out Revision ee9a22e6a20ff579a35b76be937fab7e3ac7e63a (PR-447) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # 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/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # 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 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 Commit message: "#446: Removed unecessary call to wg.Wait" > git rev-list --no-walk 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-07T16:25:17.409Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:25:19.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-07T16:25:19.466Z] [2020-04-07T16:25:19.466Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:25:19.825Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-07T16:25:19.825Z] latest: Pulling from edgex-devops/git-semver [2020-04-07T16:25:19.825Z] 9123ac7c32f7: Pulling fs layer [2020-04-07T16:25:19.825Z] b8cc5d1170e3: Pulling fs layer [2020-04-07T16:25:19.825Z] 2924cbbf6a41: Pulling fs layer [2020-04-07T16:25:19.825Z] 93b08a4f1073: Pulling fs layer [2020-04-07T16:25:19.825Z] b8cc5d1170e3: Verifying Checksum [2020-04-07T16:25:19.825Z] b8cc5d1170e3: Download complete [2020-04-07T16:25:19.825Z] 9123ac7c32f7: Verifying Checksum [2020-04-07T16:25:19.825Z] 9123ac7c32f7: Download complete [2020-04-07T16:25:20.086Z] 93b08a4f1073: Verifying Checksum [2020-04-07T16:25:20.086Z] 93b08a4f1073: Download complete [2020-04-07T16:25:20.086Z] 2924cbbf6a41: Verifying Checksum [2020-04-07T16:25:20.086Z] 2924cbbf6a41: Download complete [2020-04-07T16:25:20.086Z] 9123ac7c32f7: Pull complete [2020-04-07T16:25:20.345Z] b8cc5d1170e3: Pull complete [2020-04-07T16:25:20.919Z] 2924cbbf6a41: Pull complete [2020-04-07T16:25:21.179Z] 93b08a4f1073: Pull complete [2020-04-07T16:25:21.437Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-07T16:25:21.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-07T16:25:21.582Z] prd-centos7-docker-4c-2g-2597 does not seem to be running inside a container [2020-04-07T16:25:21.622Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-447 -v /w/workspace/dgexfoundry_device-sdk-go_PR-447:/w/workspace/dgexfoundry_device-sdk-go_PR-447:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-447@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-04-07T16:25:22.350Z] $ docker top 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-07T16:25:22.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-07T16:25:22.631Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-07T16:25:22.817Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-07T16:25:22.819Z] $ docker exec 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 ssh-agent [2020-04-07T16:25:22.980Z] SSH_AUTH_SOCK=/tmp/ssh-U2ZpBRRe5kWx/agent.15 [2020-04-07T16:25:22.980Z] SSH_AGENT_PID=21 [2020-04-07T16:25:22.990Z] Running ssh-add (command line suppressed) [2020-04-07T16:25:23.116Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_5809972407624544010.key (/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_5809972407624544010.key) [2020-04-07T16:25:23.158Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-07T16:25:23.533Z] + git describe --exact-match --tags HEAD [2020-04-07T16:25:23.533Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-07T16:25:23.583Z] $ docker exec --env ******** --env ******** 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 ssh-agent -k [2020-04-07T16:25:23.712Z] unset SSH_AUTH_SOCK; [2020-04-07T16:25:23.713Z] unset SSH_AGENT_PID; [2020-04-07T16:25:23.713Z] echo Agent pid 21 killed; [2020-04-07T16:25:23.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-07T16:25:23.831Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-07T16:25:23.831Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-07T16:25:23.910Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-07T16:25:23.910Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-07T16:25:24.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-07T16:25:24.094Z] $ docker exec 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 ssh-agent [2020-04-07T16:25:24.292Z] SSH_AUTH_SOCK=/tmp/ssh-tKVlYLRkAvLZ/agent.56 [2020-04-07T16:25:24.292Z] SSH_AGENT_PID=63 [2020-04-07T16:25:24.300Z] Running ssh-add (command line suppressed) [2020-04-07T16:25:24.435Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_5168827930090788228.key (/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_5168827930090788228.key) [2020-04-07T16:25:24.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-07T16:25:24.794Z] + git semver init [2020-04-07T16:25:24.794Z] # -> Open(): unable to determine branch for HEAD [2020-04-07T16:25:24.794Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-447/.git [2020-04-07T16:25:24.794Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-447 [2020-04-07T16:25:24.794Z] # $SEMVER_REMOTE_NAME = origin [2020-04-07T16:25:24.794Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-04-07T16:25:24.794Z] # $SEMVER_USER_NAME = jenkins [2020-04-07T16:25:24.794Z] # $SEMVER_BRANCH = PR-447 [2020-04-07T16:25:24.794Z] # $SEMVER_TEMP = /tmp/semver-514878485 [2020-04-07T16:25:24.794Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-04-07T16:25:25.365Z] # '/tmp/semver-514878485' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-447/.semver' [2020-04-07T16:25:25.365Z] # -> Force: false [2020-04-07T16:25:25.365Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-447/.semver [Pipeline] } [2020-04-07T16:25:25.375Z] $ docker exec --env ******** --env ******** 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 ssh-agent -k [2020-04-07T16:25:25.503Z] unset SSH_AUTH_SOCK; [2020-04-07T16:25:25.503Z] unset SSH_AGENT_PID; [2020-04-07T16:25:25.503Z] echo Agent pid 63 killed; [2020-04-07T16:25:25.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-07T16:25:25.971Z] + git semver [Pipeline] } [2020-04-07T16:25:25.983Z] $ docker stop --time=1 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 [2020-04-07T16:25:27.334Z] $ docker rm -f 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-07T16:25:28.048Z] Stashed 36 file(s) [Pipeline] echo [2020-04-07T16:25:28.050Z] [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-04-07T16:25:43.274Z] Still waiting to schedule task [2020-04-07T16:25:43.274Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-04-07T16:25:43.276Z] Still waiting to schedule task [2020-04-07T16:25:43.276Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-04-07T16:27:26.240Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2598 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] ws [2020-04-07T16:27:26.279Z] Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout [2020-04-07T16:27:32.579Z] using credential edgex-jenkins-ssh [2020-04-07T16:27:32.678Z] Cloning the remote Git repository [2020-04-07T16:27:32.678Z] Cloning with configured refspecs honoured and without tags [2020-04-07T16:27:32.751Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T16:27:32.835Z] > git init /w/workspace/device-sdk-go/17 # timeout=10 [2020-04-07T16:27:32.919Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T16:27:32.921Z] > git --version # timeout=10 [2020-04-07T16:27:32.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T16:27:34.178Z] Fetching without tags [2020-04-07T16:27:33.039Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T16:27:34.064Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-07T16:27:34.090Z] > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # timeout=10 [2020-04-07T16:27:34.116Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T16:27:34.150Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-07T16:27:34.191Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T16:27:34.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T16:27:34.213Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T16:27:34.728Z] Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit ee9a22e6a20ff579a35b76be937fab7e3ac7e63a [2020-04-07T16:27:35.237Z] Merge succeeded, producing ee9a22e6a20ff579a35b76be937fab7e3ac7e63a [2020-04-07T16:27:35.237Z] Checking out Revision ee9a22e6a20ff579a35b76be937fab7e3ac7e63a (PR-447) [2020-04-07T16:27:34.785Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T16:27:34.837Z] > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 [2020-04-07T16:27:35.008Z] > git remote # timeout=10 [2020-04-07T16:27:35.031Z] > git config --get remote.origin.url # timeout=10 [2020-04-07T16:27:35.074Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T16:27:35.089Z] > git merge 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 [2020-04-07T16:27:35.123Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-07T16:27:35.248Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T16:27:35.304Z] > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 [2020-04-07T16:27:40.203Z] Commit message: "#446: Removed unecessary call to wg.Wait" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-07T16:27:41.472Z] ========================================================= [2020-04-07T16:27:41.472Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-07T16:27:41.472Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:27:42.760Z] + 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-04-07T16:27:43.741Z] Sending build context to Docker daemon 2.823MB [2020-04-07T16:27:43.741Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-07T16:27:43.741Z] Step 2/8 : FROM ${BASE} [2020-04-07T16:27:44.013Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-07T16:27:44.013Z] cde5963f3b93: Pulling fs layer [2020-04-07T16:27:44.013Z] 2a23fa8c16f7: Pulling fs layer [2020-04-07T16:27:44.013Z] 777b28850792: Pulling fs layer [2020-04-07T16:27:44.013Z] 8a11ddd9e578: Pulling fs layer [2020-04-07T16:27:44.013Z] 4cf88f913ddb: Pulling fs layer [2020-04-07T16:27:44.013Z] 1df406cf5192: Pulling fs layer [2020-04-07T16:27:44.013Z] cd6300453558: Pulling fs layer [2020-04-07T16:27:44.013Z] 8a11ddd9e578: Waiting [2020-04-07T16:27:44.013Z] 4cf88f913ddb: Waiting [2020-04-07T16:27:44.013Z] 1df406cf5192: Waiting [2020-04-07T16:27:44.013Z] b9c365052c96: Pulling fs layer [2020-04-07T16:27:44.013Z] a2d8cc88f415: Pulling fs layer [2020-04-07T16:27:44.013Z] ea1d1ca13537: Pulling fs layer [2020-04-07T16:27:44.013Z] cd6300453558: Waiting [2020-04-07T16:27:44.014Z] 3750a50a1c5e: Pulling fs layer [2020-04-07T16:27:44.014Z] b9c365052c96: Waiting [2020-04-07T16:27:44.014Z] a2d8cc88f415: Waiting [2020-04-07T16:27:44.014Z] 3750a50a1c5e: Waiting [2020-04-07T16:27:44.014Z] 777b28850792: Download complete [2020-04-07T16:27:44.014Z] 2a23fa8c16f7: Verifying Checksum [2020-04-07T16:27:44.014Z] 2a23fa8c16f7: Download complete [2020-04-07T16:27:44.014Z] 4cf88f913ddb: Verifying Checksum [2020-04-07T16:27:44.014Z] 4cf88f913ddb: Download complete [2020-04-07T16:27:44.014Z] 1df406cf5192: Verifying Checksum [2020-04-07T16:27:44.014Z] 1df406cf5192: Download complete [2020-04-07T16:27:44.289Z] cde5963f3b93: Download complete [2020-04-07T16:27:45.258Z] cde5963f3b93: Pull complete [2020-04-07T16:27:45.529Z] 2a23fa8c16f7: Pull complete [2020-04-07T16:27:45.798Z] 777b28850792: Pull complete [2020-04-07T16:27:48.416Z] cd6300453558: Verifying Checksum [2020-04-07T16:27:48.416Z] cd6300453558: Download complete [2020-04-07T16:27:48.416Z] a2d8cc88f415: Verifying Checksum [2020-04-07T16:27:48.416Z] a2d8cc88f415: Download complete [2020-04-07T16:27:51.021Z] ea1d1ca13537: Verifying Checksum [2020-04-07T16:27:51.021Z] ea1d1ca13537: Download complete [2020-04-07T16:27:51.021Z] 3750a50a1c5e: Verifying Checksum [2020-04-07T16:27:51.021Z] 3750a50a1c5e: Download complete [2020-04-07T16:27:53.622Z] b9c365052c96: Verifying Checksum [2020-04-07T16:27:53.622Z] b9c365052c96: Download complete [2020-04-07T16:27:55.566Z] 8a11ddd9e578: Verifying Checksum [2020-04-07T16:27:55.566Z] 8a11ddd9e578: Download complete [2020-04-07T16:28:07.920Z] 8a11ddd9e578: Pull complete [2020-04-07T16:28:07.920Z] 4cf88f913ddb: Pull complete [2020-04-07T16:28:07.920Z] 1df406cf5192: Pull complete [2020-04-07T16:28:08.217Z] Running on prd-centos7-docker-4c-2g-2599 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] ws [2020-04-07T16:28:08.254Z] Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout [2020-04-07T16:28:10.801Z] using credential edgex-jenkins-ssh [2020-04-07T16:28:10.843Z] Cloning the remote Git repository [2020-04-07T16:28:10.843Z] Cloning with configured refspecs honoured and without tags [2020-04-07T16:28:11.562Z] Fetching without tags [2020-04-07T16:28:10.873Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T16:28:10.918Z] > git init /w/workspace/device-sdk-go/17 # timeout=10 [2020-04-07T16:28:10.963Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T16:28:10.963Z] > git --version # timeout=10 [2020-04-07T16:28:10.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T16:28:10.998Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T16:28:11.537Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-07T16:28:11.543Z] > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # timeout=10 [2020-04-07T16:28:11.549Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T16:28:11.559Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-07T16:28:11.568Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T16:28:11.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T16:28:11.573Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T16:28:11.949Z] Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit ee9a22e6a20ff579a35b76be937fab7e3ac7e63a [2020-04-07T16:28:12.056Z] Merge succeeded, producing ee9a22e6a20ff579a35b76be937fab7e3ac7e63a [2020-04-07T16:28:12.056Z] Checking out Revision ee9a22e6a20ff579a35b76be937fab7e3ac7e63a (PR-447) [2020-04-07T16:28:12.203Z] cd6300453558: Pull complete [2020-04-07T16:28:11.966Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T16:28:11.973Z] > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 [2020-04-07T16:28:12.027Z] > git remote # timeout=10 [2020-04-07T16:28:12.035Z] > git config --get remote.origin.url # timeout=10 [2020-04-07T16:28:12.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T16:28:12.045Z] > git merge 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 [2020-04-07T16:28:12.053Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-07T16:28:12.062Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T16:28:12.066Z] > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 [2020-04-07T16:28:15.968Z] Commit message: "#446: Removed unecessary call to wg.Wait" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-07T16:28:16.764Z] ========================================================= [2020-04-07T16:28:16.764Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-07T16:28:16.764Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:28:17.436Z] + 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-04-07T16:28:17.574Z] b9c365052c96: Pull complete [2020-04-07T16:28:17.575Z] a2d8cc88f415: Pull complete [2020-04-07T16:28:17.696Z] Sending build context to Docker daemon 2.823MB [2020-04-07T16:28:17.696Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-07T16:28:17.696Z] Step 2/8 : FROM ${BASE} [2020-04-07T16:28:17.696Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-07T16:28:17.696Z] e6b0cf9c0882: Pulling fs layer [2020-04-07T16:28:17.696Z] 2848faf0eed1: Pulling fs layer [2020-04-07T16:28:17.696Z] 0f37312ad70f: Pulling fs layer [2020-04-07T16:28:17.696Z] 5788d62ee057: Pulling fs layer [2020-04-07T16:28:17.696Z] 0e6b1d234666: Pulling fs layer [2020-04-07T16:28:17.696Z] bf5d7aec512f: Pulling fs layer [2020-04-07T16:28:17.696Z] 34c802a77dc8: Pulling fs layer [2020-04-07T16:28:17.696Z] 9eb99e56ec68: Pulling fs layer [2020-04-07T16:28:17.696Z] 27c7a5d97fbd: Pulling fs layer [2020-04-07T16:28:17.696Z] 5c102a31e300: Pulling fs layer [2020-04-07T16:28:17.696Z] dcfb455df0a1: Pulling fs layer [2020-04-07T16:28:17.696Z] 5788d62ee057: Waiting [2020-04-07T16:28:17.696Z] 27c7a5d97fbd: Waiting [2020-04-07T16:28:17.696Z] 0e6b1d234666: Waiting [2020-04-07T16:28:17.696Z] bf5d7aec512f: Waiting [2020-04-07T16:28:17.696Z] 34c802a77dc8: Waiting [2020-04-07T16:28:17.696Z] 5c102a31e300: Waiting [2020-04-07T16:28:17.696Z] dcfb455df0a1: Waiting [2020-04-07T16:28:17.696Z] 0f37312ad70f: Verifying Checksum [2020-04-07T16:28:17.696Z] 0f37312ad70f: Download complete [2020-04-07T16:28:17.696Z] 2848faf0eed1: Verifying Checksum [2020-04-07T16:28:17.696Z] 2848faf0eed1: Download complete [2020-04-07T16:28:17.964Z] 0e6b1d234666: Verifying Checksum [2020-04-07T16:28:17.964Z] 0e6b1d234666: Download complete [2020-04-07T16:28:17.964Z] bf5d7aec512f: Verifying Checksum [2020-04-07T16:28:17.964Z] bf5d7aec512f: Download complete [2020-04-07T16:28:17.964Z] e6b0cf9c0882: Verifying Checksum [2020-04-07T16:28:17.964Z] e6b0cf9c0882: Download complete [2020-04-07T16:28:18.241Z] e6b0cf9c0882: Pull complete [2020-04-07T16:28:18.515Z] 34c802a77dc8: Verifying Checksum [2020-04-07T16:28:18.515Z] 34c802a77dc8: Download complete [2020-04-07T16:28:18.781Z] 27c7a5d97fbd: Download complete [2020-04-07T16:28:18.998Z] ea1d1ca13537: Pull complete [2020-04-07T16:28:19.041Z] 5c102a31e300: Verifying Checksum [2020-04-07T16:28:19.041Z] 5c102a31e300: Download complete [2020-04-07T16:28:19.306Z] dcfb455df0a1: Verifying Checksum [2020-04-07T16:28:19.306Z] dcfb455df0a1: Download complete [2020-04-07T16:28:19.568Z] 9eb99e56ec68: Verifying Checksum [2020-04-07T16:28:19.568Z] 9eb99e56ec68: Download complete [2020-04-07T16:28:19.568Z] 5788d62ee057: Verifying Checksum [2020-04-07T16:28:19.568Z] 5788d62ee057: Download complete [2020-04-07T16:28:19.587Z] 3750a50a1c5e: Pull complete [2020-04-07T16:28:19.587Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-07T16:28:19.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-07T16:28:19.587Z] ---> 78745c68409d [2020-04-07T16:28:19.587Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T16:28:20.504Z] 2848faf0eed1: Pull complete [2020-04-07T16:28:20.504Z] 0f37312ad70f: Pull complete [2020-04-07T16:28:23.860Z] ---> Running in c2320576703c [2020-04-07T16:28:23.860Z] Removing intermediate container c2320576703c [2020-04-07T16:28:23.860Z] ---> 5e0b0c50ce24 [2020-04-07T16:28:23.860Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T16:28:23.860Z] ---> Running in dca740ef7f84 [2020-04-07T16:28:26.464Z] Removing intermediate container dca740ef7f84 [2020-04-07T16:28:26.464Z] ---> ecad6a538ddd [2020-04-07T16:28:26.464Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-07T16:28:26.464Z] ---> Running in d09d7acd90fa [2020-04-07T16:28:27.051Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-07T16:28:27.077Z] 5788d62ee057: Pull complete [2020-04-07T16:28:27.077Z] 0e6b1d234666: Pull complete [2020-04-07T16:28:27.077Z] bf5d7aec512f: Pull complete [2020-04-07T16:28:28.016Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-07T16:28:28.601Z] OK: 125 MiB in 39 packages [2020-04-07T16:28:29.568Z] Removing intermediate container d09d7acd90fa [2020-04-07T16:28:29.568Z] ---> bf35df2ca758 [2020-04-07T16:28:29.568Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-07T16:28:29.835Z] ---> Running in 88c4a746119f [2020-04-07T16:28:30.106Z] Removing intermediate container 88c4a746119f [2020-04-07T16:28:30.106Z] ---> 52f4b4d54550 [2020-04-07T16:28:30.106Z] Step 7/8 : COPY . . [2020-04-07T16:28:31.265Z] 34c802a77dc8: Pull complete [2020-04-07T16:28:31.519Z] ---> 3aa268fd522b [2020-04-07T16:28:31.519Z] Step 8/8 : RUN go mod download [2020-04-07T16:28:31.519Z] ---> Running in 3b69b0481490 [2020-04-07T16:28:33.466Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-07T16:28:33.466Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-07T16:28:33.466Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-07T16:28:33.466Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-07T16:28:33.466Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-07T16:28:33.466Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-07T16:28:33.466Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-07T16:28:33.466Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-07T16:28:33.466Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 [2020-04-07T16:28:33.466Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-07T16:28:33.733Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.52 [2020-04-07T16:28:33.733Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-07T16:28:33.733Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-07T16:28:33.733Z] go: finding github.com/fatih/color v1.7.0 [2020-04-07T16:28:33.733Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-07T16:28:33.733Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-07T16:28:33.733Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-07T16:28:33.733Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-07T16:28:33.733Z] go: finding github.com/google/uuid v1.1.0 [2020-04-07T16:28:33.733Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-07T16:28:33.733Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-07T16:28:34.000Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-07T16:28:34.000Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-07T16:28:34.000Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-07T16:28:34.000Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-07T16:28:34.000Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-07T16:28:34.000Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-07T16:28:34.000Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-07T16:28:34.000Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-07T16:28:34.000Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-07T16:28:34.000Z] go: finding github.com/posener/complete v1.1.1 [2020-04-07T16:28:34.000Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-07T16:28:34.000Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-07T16:28:34.268Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-07T16:28:34.268Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-07T16:28:34.268Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-07T16:28:34.268Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-07T16:28:34.268Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-07T16:28:34.268Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-07T16:28:34.268Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-07T16:28:34.268Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-07T16:28:34.268Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-07T16:28:35.477Z] 9eb99e56ec68: Pull complete [2020-04-07T16:28:35.477Z] 27c7a5d97fbd: Pull complete [2020-04-07T16:28:35.737Z] 5c102a31e300: Pull complete [2020-04-07T16:28:35.737Z] dcfb455df0a1: Pull complete [2020-04-07T16:28:35.737Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-07T16:28:35.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-07T16:28:35.737Z] ---> 7c70fe431013 [2020-04-07T16:28:35.737Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T16:28:35.996Z] ---> Running in 147a89f3dc5c [2020-04-07T16:28:35.996Z] Removing intermediate container 147a89f3dc5c [2020-04-07T16:28:35.996Z] ---> e1b271b9e70b [2020-04-07T16:28:35.996Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T16:28:35.996Z] ---> Running in 84869a847166 [2020-04-07T16:28:36.941Z] Removing intermediate container 84869a847166 [2020-04-07T16:28:36.941Z] ---> ede075c91932 [2020-04-07T16:28:36.941Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-07T16:28:37.202Z] ---> Running in 8a5cd59f0494 [2020-04-07T16:28:38.153Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-07T16:28:39.091Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-07T16:28:39.091Z] OK: 143 MiB in 39 packages [2020-04-07T16:28:39.662Z] Removing intermediate container 8a5cd59f0494 [2020-04-07T16:28:39.662Z] ---> cf74176cc061 [2020-04-07T16:28:39.662Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-07T16:28:39.662Z] ---> Running in 34483ee75460 [2020-04-07T16:28:39.662Z] Removing intermediate container 34483ee75460 [2020-04-07T16:28:39.662Z] ---> 049732f5079e [2020-04-07T16:28:39.662Z] Step 7/8 : COPY . . [2020-04-07T16:28:40.232Z] ---> 1a3b2152707c [2020-04-07T16:28:40.232Z] Step 8/8 : RUN go mod download [2020-04-07T16:28:40.497Z] ---> Running in 834ea018a92f [2020-04-07T16:28:41.877Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-07T16:28:41.877Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-07T16:28:41.877Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-07T16:28:41.877Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-07T16:28:41.877Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-07T16:28:41.877Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-07T16:28:41.877Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-07T16:28:41.877Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-07T16:28:41.877Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 [2020-04-07T16:28:41.877Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-07T16:28:41.877Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.52 [2020-04-07T16:28:41.877Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-07T16:28:41.877Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-07T16:28:41.877Z] go: finding github.com/fatih/color v1.7.0 [2020-04-07T16:28:41.877Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-07T16:28:41.877Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-07T16:28:41.877Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-07T16:28:42.137Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-07T16:28:42.137Z] go: finding github.com/google/uuid v1.1.0 [2020-04-07T16:28:42.137Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-07T16:28:42.137Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-07T16:28:42.137Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-07T16:28:42.137Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-07T16:28:42.137Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-07T16:28:42.137Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-07T16:28:42.137Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-07T16:28:42.137Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-07T16:28:42.137Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-07T16:28:42.137Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-07T16:28:42.399Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-07T16:28:42.399Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-07T16:28:42.399Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-07T16:28:42.399Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-07T16:28:42.399Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-07T16:28:42.399Z] go: finding github.com/posener/complete v1.1.1 [2020-04-07T16:28:42.399Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-07T16:28:42.399Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-07T16:28:42.399Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-07T16:28:42.399Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-07T16:28:42.399Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-07T16:28:42.399Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-07T16:28:42.399Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-07T16:28:42.399Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-07T16:28:42.399Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-07T16:28:42.399Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-07T16:28:42.399Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-07T16:28:44.375Z] Removing intermediate container 3b69b0481490 [2020-04-07T16:28:44.376Z] ---> 8e67b4fc256e [2020-04-07T16:28:44.376Z] Successfully built 8e67b4fc256e [2020-04-07T16:28:44.376Z] 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-04-07T16:28:45.128Z] + docker inspect -f . ci-base-image-arm64 [2020-04-07T16:28:45.395Z] . [Pipeline] withDockerContainer [2020-04-07T16:28:45.735Z] prd-ubuntu18.04-docker-arm64-4c-16g-2598 does not seem to be running inside a container [2020-04-07T16:28:45.818Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@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 ******** ci-base-image-arm64 cat [2020-04-07T16:28:47.308Z] $ docker top 1cdfe406f0622995b279b6db061777e52510642ccbfc87daa0a9a9cb01e43467 -eo pid,comm [2020-04-07T16:28:47.692Z] Removing intermediate container 834ea018a92f [2020-04-07T16:28:47.692Z] ---> 438b995e4714 [2020-04-07T16:28:47.692Z] Successfully built 438b995e4714 [2020-04-07T16:28:47.692Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:28:48.360Z] + go version [2020-04-07T16:28:48.360Z] go version go1.13.5 linux/arm64 [2020-04-07T16:28:48.373Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-07T16:28:48.373Z] . [Pipeline] sh [Pipeline] withDockerContainer [2020-04-07T16:28:48.596Z] prd-centos7-docker-4c-2g-2599 does not seem to be running inside a container [2020-04-07T16:28:48.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@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 ******** ci-base-image-x86_64 cat [2020-04-07T16:28:49.020Z] + make test [2020-04-07T16:28:49.020Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-07T16:28:49.334Z] $ docker top 09c63d3cd5220dca61d7dfd8397f963f5c3259b26bc04a19ec75f0b7965460d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-07T16:28:49.806Z] + go version [2020-04-07T16:28:49.806Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-07T16:28:50.110Z] + make test [2020-04-07T16:28:50.110Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-07T16:28:50.443Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-07T16:28:52.656Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-07T16:29:07.627Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-07T16:29:07.627Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-07T16:29:10.921Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.006s coverage: 22.6% of statements [2020-04-07T16:29:10.921Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.042s coverage: 95.8% of statements [2020-04-07T16:29:37.350Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-07T16:29:37.350Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-07T16:29:37.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.037s coverage: 22.6% of statements [2020-04-07T16:29:37.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.230s coverage: 95.8% of statements [2020-04-07T16:29:43.049Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.030s coverage: 11.4% of statements [2020-04-07T16:29:43.049Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.009s coverage: 22.7% of statements [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-07T16:29:43.049Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.081s coverage: 38.5% of statements [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-07T16:29:43.049Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.465s coverage: 79.9% of statements [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-07T16:29:43.049Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.020s coverage: 52.6% of statements [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-07T16:29:43.049Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.095s coverage: 76.1% of statements [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-07T16:29:43.049Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-07T16:29:43.049Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-07T16:29:43.995Z] gofmt -l . [2020-04-07T16:29:43.995Z] [ "`gofmt -l .`" = "" ] [2020-04-07T16:29:43.995Z] ./bin/test-attribution-txt.sh [2020-04-07T16:29:44.565Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-07T16:29:45.261Z] Stashed 1 file(s) [Pipeline] } [2020-04-07T16:29:45.269Z] $ docker stop --time=1 09c63d3cd5220dca61d7dfd8397f963f5c3259b26bc04a19ec75f0b7965460d9 [2020-04-07T16:29:46.770Z] $ docker rm -f 09c63d3cd5220dca61d7dfd8397f963f5c3259b26bc04a19ec75f0b7965460d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-07T16:29:48.077Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-07T16:29:48.382Z] + ls -al . [2020-04-07T16:29:48.382Z] total 160 [2020-04-07T16:29:48.382Z] drwxrwxr-x. 11 jenkins jenkins 4096 Apr 7 16:29 . [2020-04-07T16:29:48.382Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 16:28 .. [2020-04-07T16:29:48.382Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 7 16:28 api [2020-04-07T16:29:48.382Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 16:28 bin [2020-04-07T16:29:48.382Z] -rw-r--r--. 1 jenkins jenkins 94579 Apr 7 16:29 coverage.out [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 936 Apr 7 16:28 Dockerfile.build [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 7 16:28 .dockerignore [2020-04-07T16:29:48.382Z] drwxrwxr-x. 4 jenkins jenkins 31 Apr 7 16:28 example [2020-04-07T16:29:48.382Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 16:28 .git [2020-04-07T16:29:48.382Z] drwxrwxr-x. 2 jenkins jenkins 38 Apr 7 16:28 .github [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 7 16:28 .gitignore [2020-04-07T16:29:48.382Z] -rw-r--r--. 1 jenkins jenkins 438 Apr 7 16:29 go.mod [2020-04-07T16:29:48.382Z] -rw-r--r--. 1 jenkins jenkins 11812 Apr 7 16:29 go.sum [2020-04-07T16:29:48.382Z] drwxrwxr-x. 14 jenkins jenkins 196 Apr 7 16:28 internal [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 808 Apr 7 16:28 Jenkinsfile [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 7 16:28 LICENSE [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 892 Apr 7 16:28 Makefile [2020-04-07T16:29:48.382Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 7 16:28 pkg [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 2249 Apr 7 16:28 README.md [2020-04-07T16:29:48.382Z] drwxrwxr-x. 3 jenkins jenkins 58 Apr 7 16:28 .semver [2020-04-07T16:29:48.382Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 7 16:28 snap [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 16:25 VERSION [2020-04-07T16:29:48.382Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 7 16:28 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:29:48.676Z] + 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=ee9a22e6a20ff579a35b76be937fab7e3ac7e63a --label arch=amd64 --label version=0.0.0 . [2020-04-07T16:29:48.935Z] Sending build context to Docker daemon 2.938MB [2020-04-07T16:29:48.935Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-04-07T16:29:48.935Z] Step 2/20 : FROM ${BASE} AS builder [2020-04-07T16:29:48.935Z] ---> 438b995e4714 [2020-04-07T16:29:48.935Z] Step 3/20 : ARG MAKE='make build' [2020-04-07T16:29:48.935Z] ---> Running in 80a3109075ea [2020-04-07T16:29:48.935Z] Removing intermediate container 80a3109075ea [2020-04-07T16:29:48.935Z] ---> 08ec55d425cd [2020-04-07T16:29:48.935Z] Step 4/20 : WORKDIR /device-sdk-go [2020-04-07T16:29:49.194Z] ---> Running in 362445db9481 [2020-04-07T16:29:49.194Z] Removing intermediate container 362445db9481 [2020-04-07T16:29:49.194Z] ---> d5161b4e0197 [2020-04-07T16:29:49.194Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T16:29:49.194Z] ---> Running in 6d535636c646 [2020-04-07T16:29:49.455Z] Removing intermediate container 6d535636c646 [2020-04-07T16:29:49.455Z] ---> 7fe717c647d1 [2020-04-07T16:29:49.455Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T16:29:49.455Z] ---> Running in f4204b31d1ca [2020-04-07T16:29:50.398Z] Removing intermediate container f4204b31d1ca [2020-04-07T16:29:50.398Z] ---> adad0eef0d7c [2020-04-07T16:29:50.398Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-04-07T16:29:50.398Z] ---> Running in c446939b9c2c [2020-04-07T16:29:50.658Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-07T16:29:51.226Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-07T16:29:51.486Z] OK: 143 MiB in 39 packages [2020-04-07T16:29:52.059Z] Removing intermediate container c446939b9c2c [2020-04-07T16:29:52.059Z] ---> 171cd79b8c2d [2020-04-07T16:29:52.059Z] Step 8/20 : COPY . . [2020-04-07T16:29:52.322Z] ---> 450706e5375d [2020-04-07T16:29:52.322Z] Step 9/20 : RUN ${MAKE} [2020-04-07T16:29:52.322Z] ---> Running in bc4b0a84bda3 [2020-04-07T16:29:52.890Z] 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-04-07T16:30:04.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.154s coverage: 11.4% of statements [2020-04-07T16:30:04.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.025s coverage: 22.7% of statements [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-07T16:30:04.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.130s coverage: 38.5% of statements [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-07T16:30:04.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.662s coverage: 79.9% of statements [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-07T16:30:04.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.057s coverage: 52.6% of statements [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-07T16:30:04.067Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.337s coverage: 76.1% of statements [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-07T16:30:04.067Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-07T16:30:04.067Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-07T16:30:05.185Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-04-07T16:30:06.126Z] Removing intermediate container bc4b0a84bda3 [2020-04-07T16:30:06.126Z] ---> 1777aff464df [2020-04-07T16:30:06.126Z] Step 10/20 : FROM scratch [2020-04-07T16:30:06.126Z] ---> [2020-04-07T16:30:06.126Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T16:30:06.126Z] ---> Running in b32a9a8f489f [2020-04-07T16:30:06.126Z] Removing intermediate container b32a9a8f489f [2020-04-07T16:30:06.126Z] ---> 80f73fd8758d [2020-04-07T16:30:06.126Z] Step 12/20 : ENV APP_PORT=49990 [2020-04-07T16:30:06.126Z] ---> Running in 8a1fc22812a3 [2020-04-07T16:30:06.385Z] Removing intermediate container 8a1fc22812a3 [2020-04-07T16:30:06.385Z] ---> ccf37e0178d6 [2020-04-07T16:30:06.385Z] Step 13/20 : EXPOSE $APP_PORT [2020-04-07T16:30:06.385Z] ---> Running in b24e1bac36c6 [2020-04-07T16:30:06.645Z] Removing intermediate container b24e1bac36c6 [2020-04-07T16:30:06.645Z] ---> a06fd4f67417 [2020-04-07T16:30:06.645Z] Step 14/20 : WORKDIR / [2020-04-07T16:30:06.645Z] ---> Running in 13d9c6ed6500 [2020-04-07T16:30:06.645Z] Removing intermediate container 13d9c6ed6500 [2020-04-07T16:30:06.645Z] ---> 74fc50c72db4 [2020-04-07T16:30:06.645Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-04-07T16:30:07.213Z] ---> 64a6ef5ec3fa [2020-04-07T16:30:07.213Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-04-07T16:30:07.471Z] ---> f14cde492f3e [2020-04-07T16:30:07.472Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-04-07T16:30:07.472Z] ---> Running in 2e211733dc99 [2020-04-07T16:30:07.472Z] Removing intermediate container 2e211733dc99 [2020-04-07T16:30:07.472Z] ---> 2a559ef65a81 [2020-04-07T16:30:07.472Z] Step 18/20 : LABEL arch=amd64 [2020-04-07T16:30:07.472Z] ---> Running in 77d3d8c94405 [2020-04-07T16:30:07.730Z] Removing intermediate container 77d3d8c94405 [2020-04-07T16:30:07.730Z] ---> c6389dce7b96 [2020-04-07T16:30:07.730Z] Step 19/20 : LABEL git_sha=ee9a22e6a20ff579a35b76be937fab7e3ac7e63a [2020-04-07T16:30:07.730Z] ---> Running in 69dbad620fd8 [2020-04-07T16:30:07.989Z] Removing intermediate container 69dbad620fd8 [2020-04-07T16:30:07.989Z] ---> 4818b07a2a96 [2020-04-07T16:30:07.989Z] Step 20/20 : LABEL version=0.0.0 [2020-04-07T16:30:07.989Z] ---> Running in de71cc6356fa [2020-04-07T16:30:07.989Z] Removing intermediate container de71cc6356fa [2020-04-07T16:30:07.989Z] ---> d801f6578a3f [2020-04-07T16:30:07.989Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-07T16:30:07.989Z] Successfully built d801f6578a3f [2020-04-07T16:30:07.989Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-07T16:30:12.301Z] gofmt -l . [2020-04-07T16:30:12.567Z] [ "`gofmt -l .`" = "" ] [2020-04-07T16:30:12.835Z] ./bin/test-attribution-txt.sh [2020-04-07T16:30:13.423Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-07T16:30:14.058Z] Warning: overwriting stash ‘coverage-report’ [2020-04-07T16:30:14.517Z] Stashed 1 file(s) [Pipeline] } [2020-04-07T16:30:14.525Z] $ docker stop --time=1 1cdfe406f0622995b279b6db061777e52510642ccbfc87daa0a9a9cb01e43467 [2020-04-07T16:30:16.736Z] $ docker rm -f 1cdfe406f0622995b279b6db061777e52510642ccbfc87daa0a9a9cb01e43467 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-07T16:30:18.031Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-07T16:30:18.356Z] + ls -al . [2020-04-07T16:30:18.356Z] total 200 [2020-04-07T16:30:18.356Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 7 16:30 . [2020-04-07T16:30:18.356Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 16:27 .. [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 16:27 .dockerignore [2020-04-07T16:30:18.356Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 16:27 .git [2020-04-07T16:30:18.356Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 16:27 .github [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 7 16:27 .gitignore [2020-04-07T16:30:18.356Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 16:27 .semver [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 936 Apr 7 16:27 Dockerfile.build [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 808 Apr 7 16:27 Jenkinsfile [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 7 16:27 LICENSE [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 892 Apr 7 16:27 Makefile [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 2249 Apr 7 16:27 README.md [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 16:25 VERSION [2020-04-07T16:30:18.356Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 16:27 api [2020-04-07T16:30:18.356Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 16:27 bin [2020-04-07T16:30:18.356Z] -rw-r--r-- 1 jenkins jenkins 94579 Apr 7 16:30 coverage.out [2020-04-07T16:30:18.356Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 16:27 example [2020-04-07T16:30:18.356Z] -rw-r--r-- 1 jenkins jenkins 438 Apr 7 16:30 go.mod [2020-04-07T16:30:18.356Z] -rw-r--r-- 1 jenkins jenkins 11812 Apr 7 16:30 go.sum [2020-04-07T16:30:18.356Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 7 16:27 internal [2020-04-07T16:30:18.356Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 16:27 pkg [2020-04-07T16:30:18.356Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 16:27 snap [2020-04-07T16:30:18.356Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 7 16:27 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:30:18.684Z] + 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=ee9a22e6a20ff579a35b76be937fab7e3ac7e63a --label arch=arm64 --label version=0.0.0 . [2020-04-07T16:30:19.268Z] Sending build context to Docker daemon 2.938MB [2020-04-07T16:30:19.268Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-04-07T16:30:19.268Z] Step 2/20 : FROM ${BASE} AS builder [2020-04-07T16:30:19.268Z] ---> 8e67b4fc256e [2020-04-07T16:30:19.268Z] Step 3/20 : ARG MAKE='make build' [2020-04-07T16:30:19.536Z] ---> Running in 9b9dad262a01 [2020-04-07T16:30:20.121Z] Removing intermediate container 9b9dad262a01 [2020-04-07T16:30:20.121Z] ---> 778fcec40ec0 [2020-04-07T16:30:20.121Z] Step 4/20 : WORKDIR /device-sdk-go [2020-04-07T16:30:20.121Z] ---> Running in 3eec31aef097 [2020-04-07T16:30:20.705Z] Removing intermediate container 3eec31aef097 [2020-04-07T16:30:20.706Z] ---> 8751da5b4d46 [2020-04-07T16:30:20.706Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T16:30:20.706Z] ---> Running in 65e8f52e4ec0 [2020-04-07T16:30:21.288Z] Removing intermediate container 65e8f52e4ec0 [2020-04-07T16:30:21.288Z] ---> 80905a5f729a [2020-04-07T16:30:21.288Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T16:30:21.288Z] ---> Running in 1a71df89f2f5 [2020-04-07T16:30:23.232Z] Removing intermediate container 1a71df89f2f5 [2020-04-07T16:30:23.232Z] ---> 8e651758e1b2 [2020-04-07T16:30:23.232Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-04-07T16:30:23.500Z] ---> Running in f42e2616e3d5 [2020-04-07T16:30:24.462Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-07T16:30:25.103Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-07T16:30:25.704Z] OK: 125 MiB in 39 packages [2020-04-07T16:30:27.134Z] Removing intermediate container f42e2616e3d5 [2020-04-07T16:30:27.134Z] ---> fbdce63806c8 [2020-04-07T16:30:27.134Z] Step 8/20 : COPY . . [2020-04-07T16:30:28.099Z] ---> 0ba3212ce274 [2020-04-07T16:30:28.099Z] Step 9/20 : RUN ${MAKE} [2020-04-07T16:30:28.365Z] ---> Running in 195c80de7774 [2020-04-07T16:30:29.334Z] 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-04-07T16:31:08.254Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-04-07T16:31:08.254Z] Removing intermediate container 195c80de7774 [2020-04-07T16:31:08.254Z] ---> 479435460017 [2020-04-07T16:31:08.254Z] Step 10/20 : FROM scratch [2020-04-07T16:31:08.254Z] ---> [2020-04-07T16:31:08.254Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T16:31:08.254Z] ---> Running in 4018e4ff1495 [2020-04-07T16:31:08.254Z] Removing intermediate container 4018e4ff1495 [2020-04-07T16:31:08.254Z] ---> 694c3cb9c6e5 [2020-04-07T16:31:08.254Z] Step 12/20 : ENV APP_PORT=49990 [2020-04-07T16:31:08.254Z] ---> Running in 2d126c13f737 [2020-04-07T16:31:08.254Z] Removing intermediate container 2d126c13f737 [2020-04-07T16:31:08.254Z] ---> e6bfbcb1c01b [2020-04-07T16:31:08.254Z] Step 13/20 : EXPOSE $APP_PORT [2020-04-07T16:31:08.254Z] ---> Running in ccd0e5870c26 [2020-04-07T16:31:08.254Z] Removing intermediate container ccd0e5870c26 [2020-04-07T16:31:08.254Z] ---> c4b612afa733 [2020-04-07T16:31:08.254Z] Step 14/20 : WORKDIR / [2020-04-07T16:31:08.254Z] ---> Running in 897456ab3acd [2020-04-07T16:31:08.254Z] Removing intermediate container 897456ab3acd [2020-04-07T16:31:08.254Z] ---> 570e0fa55fca [2020-04-07T16:31:08.254Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-04-07T16:31:08.840Z] ---> 8e0a4d13638d [2020-04-07T16:31:08.840Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-04-07T16:31:09.425Z] ---> df337796a14f [2020-04-07T16:31:09.425Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-04-07T16:31:09.425Z] ---> Running in 2810159d243e [2020-04-07T16:31:09.692Z] Removing intermediate container 2810159d243e [2020-04-07T16:31:09.692Z] ---> 54f02d97c099 [2020-04-07T16:31:09.692Z] Step 18/20 : LABEL arch=arm64 [2020-04-07T16:31:09.959Z] ---> Running in 2ee99bb6d040 [2020-04-07T16:31:10.225Z] Removing intermediate container 2ee99bb6d040 [2020-04-07T16:31:10.225Z] ---> 6fcc00dc7e93 [2020-04-07T16:31:10.225Z] Step 19/20 : LABEL git_sha=ee9a22e6a20ff579a35b76be937fab7e3ac7e63a [2020-04-07T16:31:10.493Z] ---> Running in 66fb9e077c98 [2020-04-07T16:31:10.760Z] Removing intermediate container 66fb9e077c98 [2020-04-07T16:31:10.760Z] ---> 636a516857cb [2020-04-07T16:31:10.760Z] Step 20/20 : LABEL version=0.0.0 [2020-04-07T16:31:11.028Z] ---> Running in 58fda08bfb30 [2020-04-07T16:31:11.295Z] Removing intermediate container 58fda08bfb30 [2020-04-07T16:31:11.295Z] ---> 0e1ee7c2cb6f [2020-04-07T16:31:11.295Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-07T16:31:11.295Z] Successfully built 0e1ee7c2cb6f [2020-04-07T16:31:11.295Z] 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] } [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-04-07T16:31:12.212Z] provisioning config files... [2020-04-07T16:31:12.224Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config857427834497022470tmp [Pipeline] { [Pipeline] sh [2020-04-07T16:31:12.559Z] + curl -s https://codecov.io/bash [2020-04-07T16:31:12.559Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config857427834497022470tmp [2020-04-07T16:31:13.127Z] [2020-04-07T16:31:13.127Z] _____ _ [2020-04-07T16:31:13.127Z] / ____| | | [2020-04-07T16:31:13.127Z] | | ___ __| | ___ ___ _____ __ [2020-04-07T16:31:13.127Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-04-07T16:31:13.127Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-04-07T16:31:13.127Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-04-07T16:31:13.127Z] Bash-tbd [2020-04-07T16:31:13.127Z] [2020-04-07T16:31:13.127Z] [2020-04-07T16:31:13.127Z] ==> Jenkins CI detected. [2020-04-07T16:31:13.127Z] project root: . [2020-04-07T16:31:13.127Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-04-07T16:31:13.127Z] ==> Running gcov in . (disable via -X gcov) [2020-04-07T16:31:13.127Z] ==> Python coveragepy not found [2020-04-07T16:31:13.127Z] ==> Searching for coverage reports in: [2020-04-07T16:31:13.127Z] + . [2020-04-07T16:31:13.127Z] -> Found 1 reports [2020-04-07T16:31:13.127Z] ==> Detecting git/mercurial file structure [2020-04-07T16:31:13.127Z] ==> Reading reports [2020-04-07T16:31:13.127Z] + ./coverage.out bytes=94579 [2020-04-07T16:31:13.127Z] ==> Appending adjustments [2020-04-07T16:31:13.127Z] http://docs.codecov.io/docs/fixing-reports [2020-04-07T16:31:13.695Z] + Found adjustments [2020-04-07T16:31:13.695Z] ==> Gzipping contents [2020-04-07T16:31:13.695Z] ==> Uploading reports [2020-04-07T16:31:13.695Z] url: https://codecov.io [2020-04-07T16:31:13.695Z] query: branch=PR-447&commit=ee9a22e6a20ff579a35b76be937fab7e3ac7e63a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-447%2F17%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=447&job= [2020-04-07T16:31:13.695Z] -> Pinging Codecov [2020-04-07T16:31:13.695Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-447&commit=ee9a22e6a20ff579a35b76be937fab7e3ac7e63a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-447%2F17%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=447&job= [2020-04-07T16:31:14.264Z] -> Uploading [2020-04-07T16:31:14.831Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/ee9a22e6a20ff579a35b76be937fab7e3ac7e63a [Pipeline] } [2020-04-07T16:31:14.838Z] 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-04-07T16:31:15.950Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T16:31:16.247Z] ---> package-listing.sh [2020-04-07T16:31:16.247Z] ++ facter osfamily [2020-04-07T16:31:16.247Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-07T16:31:16.247Z] + OS_FAMILY=redhat [2020-04-07T16:31:16.247Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-447 [2020-04-07T16:31:16.247Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-07T16:31:16.247Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-07T16:31:16.247Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-07T16:31:16.247Z] + PACKAGES=/tmp/packages_start.txt [2020-04-07T16:31:16.247Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-447 ']' [2020-04-07T16:31:16.247Z] + PACKAGES=/tmp/packages_end.txt [2020-04-07T16:31:16.247Z] + case "${OS_FAMILY}" in [2020-04-07T16:31:16.247Z] + rpm -qa [2020-04-07T16:31:16.247Z] + sort [2020-04-07T16:31:20.437Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-07T16:31:20.437Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-07T16:31:20.437Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-07T16:31:20.437Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-447 ']' [2020-04-07T16:31:20.437Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-447/archives/ [2020-04-07T16:31:20.437Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-447/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:31:20.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-07T16:31:20.907Z] [2020-04-07T16:31:20.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-07T16:31:21.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-07T16:31:21.235Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-07T16:31:21.235Z] c9b1b535fdd9: Pulling fs layer [2020-04-07T16:31:21.235Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-07T16:31:21.235Z] 756a868c4378: Pulling fs layer [2020-04-07T16:31:21.235Z] 444b2fc9a129: Pulling fs layer [2020-04-07T16:31:21.235Z] ea15f1150254: Pulling fs layer [2020-04-07T16:31:21.235Z] 41b27a9f41bf: Pulling fs layer [2020-04-07T16:31:21.235Z] 28c525ee5125: Pulling fs layer [2020-04-07T16:31:21.235Z] 094b1ea09ed8: Pulling fs layer [2020-04-07T16:31:21.235Z] 138eaada9080: Pulling fs layer [2020-04-07T16:31:21.235Z] 0622d0fa9048: Pulling fs layer [2020-04-07T16:31:21.235Z] 444b2fc9a129: Waiting [2020-04-07T16:31:21.235Z] ea15f1150254: Waiting [2020-04-07T16:31:21.235Z] 41b27a9f41bf: Waiting [2020-04-07T16:31:21.235Z] 28c525ee5125: Waiting [2020-04-07T16:31:21.235Z] 094b1ea09ed8: Waiting [2020-04-07T16:31:21.235Z] 138eaada9080: Waiting [2020-04-07T16:31:21.235Z] 0622d0fa9048: Waiting [2020-04-07T16:31:21.235Z] 2cc5ad85d9ab: Verifying Checksum [2020-04-07T16:31:21.235Z] 2cc5ad85d9ab: Download complete [2020-04-07T16:31:21.235Z] 444b2fc9a129: Verifying Checksum [2020-04-07T16:31:21.235Z] 444b2fc9a129: Download complete [2020-04-07T16:31:21.235Z] c9b1b535fdd9: Verifying Checksum [2020-04-07T16:31:21.235Z] c9b1b535fdd9: Download complete [2020-04-07T16:31:21.499Z] ea15f1150254: Download complete [2020-04-07T16:31:21.499Z] 28c525ee5125: Verifying Checksum [2020-04-07T16:31:21.499Z] 28c525ee5125: Download complete [2020-04-07T16:31:21.499Z] c9b1b535fdd9: Pull complete [2020-04-07T16:31:21.765Z] 756a868c4378: Verifying Checksum [2020-04-07T16:31:21.765Z] 756a868c4378: Download complete [2020-04-07T16:31:21.765Z] 138eaada9080: Verifying Checksum [2020-04-07T16:31:21.765Z] 138eaada9080: Download complete [2020-04-07T16:31:21.765Z] 2cc5ad85d9ab: Pull complete [2020-04-07T16:31:21.765Z] 0622d0fa9048: Verifying Checksum [2020-04-07T16:31:21.765Z] 0622d0fa9048: Download complete [2020-04-07T16:31:22.031Z] 094b1ea09ed8: Verifying Checksum [2020-04-07T16:31:22.031Z] 094b1ea09ed8: Download complete [2020-04-07T16:31:22.291Z] 41b27a9f41bf: Verifying Checksum [2020-04-07T16:31:22.291Z] 41b27a9f41bf: Download complete [2020-04-07T16:31:24.191Z] 756a868c4378: Pull complete [2020-04-07T16:31:24.191Z] 444b2fc9a129: Pull complete [2020-04-07T16:31:24.451Z] ea15f1150254: Pull complete [2020-04-07T16:31:27.750Z] 41b27a9f41bf: Pull complete [2020-04-07T16:31:27.750Z] 28c525ee5125: Pull complete [2020-04-07T16:31:29.662Z] 094b1ea09ed8: Pull complete [2020-04-07T16:31:29.662Z] 138eaada9080: Pull complete [2020-04-07T16:31:29.662Z] 0622d0fa9048: Pull complete [2020-04-07T16:31:29.662Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-07T16:31:29.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-07T16:31:29.808Z] prd-centos7-docker-4c-2g-2597 does not seem to be running inside a container [2020-04-07T16:31:29.847Z] $ 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-447 -v /w/workspace/dgexfoundry_device-sdk-go_PR-447:/w/workspace/dgexfoundry_device-sdk-go_PR-447:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-447@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-04-07T16:31:30.853Z] $ docker top b2d88fc340dfa5756e03656ef5ad7990a8041476849b08488f1241d9239fcece -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-04-07T16:31:31.139Z] provisioning config files... [2020-04-07T16:31:31.154Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config4298074659389475992tmp [Pipeline] { [Pipeline] echo [2020-04-07T16:31:31.202Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T16:31:31.507Z] ---> create-netrc.sh [Pipeline] echo [2020-04-07T16:31:31.514Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T16:31:31.802Z] ---> logs-deploy.sh [2020-04-07T16:31:31.802Z] + ARCHIVE_ARTIFACTS= [2020-04-07T16:31:31.802Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-07T16:31:31.802Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-07T16:31:31.802Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-07T16:31:31.802Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/17 [2020-04-07T16:31:31.802Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-447/17/ [2020-04-07T16:31:31.802Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/17 /w/workspace/dgexfoundry_device-sdk-go_PR-447 [2020-04-07T16:31:32.739Z] Archives upload complete. [2020-04-07T16:31:32.998Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/17 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-447/17/