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 16:25:17 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 16:25:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:19 16:25:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:25:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:19 latest: Pulling from edgex-devops/git-semver 16:25:19 9123ac7c32f7: Pulling fs layer 16:25:19 b8cc5d1170e3: Pulling fs layer 16:25:19 2924cbbf6a41: Pulling fs layer 16:25:19 93b08a4f1073: Pulling fs layer 16:25:19 b8cc5d1170e3: Verifying Checksum 16:25:19 b8cc5d1170e3: Download complete 16:25:19 9123ac7c32f7: Verifying Checksum 16:25:19 9123ac7c32f7: Download complete 16:25:20 93b08a4f1073: Verifying Checksum 16:25:20 93b08a4f1073: Download complete 16:25:20 2924cbbf6a41: Verifying Checksum 16:25:20 2924cbbf6a41: Download complete 16:25:20 9123ac7c32f7: Pull complete 16:25:20 b8cc5d1170e3: Pull complete 16:25:20 2924cbbf6a41: Pull complete 16:25:21 93b08a4f1073: Pull complete 16:25:21 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 16:25:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:25:21 prd-centos7-docker-4c-2g-2597 does not seem to be running inside a container 16:25:21 $ 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 16:25:22 $ docker top 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:25:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:22 [ssh-agent] Looking for ssh-agent implementation... 16:25:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:22 $ docker exec 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 ssh-agent 16:25:22 SSH_AUTH_SOCK=/tmp/ssh-U2ZpBRRe5kWx/agent.15 16:25:22 SSH_AGENT_PID=21 16:25:22 Running ssh-add (command line suppressed) 16:25:23 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) 16:25:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:23 + git describe --exact-match --tags HEAD 16:25:23 fatal: No names found, cannot describe anything. [Pipeline] } 16:25:23 $ docker exec --env ******** --env ******** 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 ssh-agent -k 16:25:23 unset SSH_AUTH_SOCK; 16:25:23 unset SSH_AGENT_PID; 16:25:23 echo Agent pid 21 killed; 16:25:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:25:23 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:25:23 This usually means this commit has not been tagged. [Pipeline] sshagent 16:25:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:23 [ssh-agent] Looking for ssh-agent implementation... 16:25:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:24 $ docker exec 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 ssh-agent 16:25:24 SSH_AUTH_SOCK=/tmp/ssh-tKVlYLRkAvLZ/agent.56 16:25:24 SSH_AGENT_PID=63 16:25:24 Running ssh-add (command line suppressed) 16:25:24 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) 16:25:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:24 + git semver init 16:25:24 # -> Open(): unable to determine branch for HEAD 16:25:24 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-447/.git 16:25:24 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-447 16:25:24 # $SEMVER_REMOTE_NAME = origin 16:25:24 # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org 16:25:24 # $SEMVER_USER_NAME = jenkins 16:25:24 # $SEMVER_BRANCH = PR-447 16:25:24 # $SEMVER_TEMP = /tmp/semver-514878485 16:25:24 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 16:25:25 # '/tmp/semver-514878485' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-447/.semver' 16:25:25 # -> Force: false 16:25:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-447/.semver [Pipeline] } 16:25:25 $ docker exec --env ******** --env ******** 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 ssh-agent -k 16:25:25 unset SSH_AUTH_SOCK; 16:25:25 unset SSH_AGENT_PID; 16:25:25 echo Agent pid 63 killed; 16:25:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:25:25 + git semver [Pipeline] } 16:25:25 $ docker stop --time=1 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 16:25:27 $ docker rm -f 17f8378d97523b6e61251881eb9db09bc69545752171a86552e5b7e910171a66 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:25:28 Stashed 36 file(s) [Pipeline] echo 16:25:28 [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 16:25:43 Still waiting to schedule task 16:25:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:25:43 Still waiting to schedule task 16:25:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:27:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2598 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] ws 16:27:26 Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout 16:27:32 using credential edgex-jenkins-ssh 16:27:32 Cloning the remote Git repository 16:27:32 Cloning with configured refspecs honoured and without tags 16:27:32 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:27:32 > git init /w/workspace/device-sdk-go/17 # timeout=10 16:27:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:27:32 > git --version # timeout=10 16:27:32 using GIT_SSH to set credentials SSH Credentials for GitHub 16:27:34 Fetching without tags 16:27:33 > 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 16:27:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:27:34 > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # timeout=10 16:27:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:27:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:27:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:27:34 using GIT_SSH to set credentials SSH Credentials for GitHub 16:27:34 > 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 16:27:34 Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit ee9a22e6a20ff579a35b76be937fab7e3ac7e63a 16:27:35 Merge succeeded, producing ee9a22e6a20ff579a35b76be937fab7e3ac7e63a 16:27:35 Checking out Revision ee9a22e6a20ff579a35b76be937fab7e3ac7e63a (PR-447) 16:27:34 > git config core.sparsecheckout # timeout=10 16:27:34 > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 16:27:35 > git remote # timeout=10 16:27:35 > git config --get remote.origin.url # timeout=10 16:27:35 using GIT_SSH to set credentials SSH Credentials for GitHub 16:27:35 > git merge 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 16:27:35 > git rev-parse HEAD^{commit} # timeout=10 16:27:35 > git config core.sparsecheckout # timeout=10 16:27:35 > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 16:27:40 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 16:27:41 ========================================================= 16:27:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:27:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:27:42 + 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 . 16:27:43 Sending build context to Docker daemon 2.823MB 16:27:43 Step 1/8 : ARG BASE=golang:1.13-alpine 16:27:43 Step 2/8 : FROM ${BASE} 16:27:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:27:44 cde5963f3b93: Pulling fs layer 16:27:44 2a23fa8c16f7: Pulling fs layer 16:27:44 777b28850792: Pulling fs layer 16:27:44 8a11ddd9e578: Pulling fs layer 16:27:44 4cf88f913ddb: Pulling fs layer 16:27:44 1df406cf5192: Pulling fs layer 16:27:44 cd6300453558: Pulling fs layer 16:27:44 8a11ddd9e578: Waiting 16:27:44 4cf88f913ddb: Waiting 16:27:44 1df406cf5192: Waiting 16:27:44 b9c365052c96: Pulling fs layer 16:27:44 a2d8cc88f415: Pulling fs layer 16:27:44 ea1d1ca13537: Pulling fs layer 16:27:44 cd6300453558: Waiting 16:27:44 3750a50a1c5e: Pulling fs layer 16:27:44 b9c365052c96: Waiting 16:27:44 a2d8cc88f415: Waiting 16:27:44 3750a50a1c5e: Waiting 16:27:44 777b28850792: Download complete 16:27:44 2a23fa8c16f7: Verifying Checksum 16:27:44 2a23fa8c16f7: Download complete 16:27:44 4cf88f913ddb: Verifying Checksum 16:27:44 4cf88f913ddb: Download complete 16:27:44 1df406cf5192: Verifying Checksum 16:27:44 1df406cf5192: Download complete 16:27:44 cde5963f3b93: Download complete 16:27:45 cde5963f3b93: Pull complete 16:27:45 2a23fa8c16f7: Pull complete 16:27:45 777b28850792: Pull complete 16:27:48 cd6300453558: Verifying Checksum 16:27:48 cd6300453558: Download complete 16:27:48 a2d8cc88f415: Verifying Checksum 16:27:48 a2d8cc88f415: Download complete 16:27:51 ea1d1ca13537: Verifying Checksum 16:27:51 ea1d1ca13537: Download complete 16:27:51 3750a50a1c5e: Verifying Checksum 16:27:51 3750a50a1c5e: Download complete 16:27:53 b9c365052c96: Verifying Checksum 16:27:53 b9c365052c96: Download complete 16:27:55 8a11ddd9e578: Verifying Checksum 16:27:55 8a11ddd9e578: Download complete 16:28:07 8a11ddd9e578: Pull complete 16:28:07 4cf88f913ddb: Pull complete 16:28:07 1df406cf5192: Pull complete 16:28:08 Running on prd-centos7-docker-4c-2g-2599 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] ws 16:28:08 Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout 16:28:10 using credential edgex-jenkins-ssh 16:28:10 Cloning the remote Git repository 16:28:10 Cloning with configured refspecs honoured and without tags 16:28:11 Fetching without tags 16:28:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:28:10 > git init /w/workspace/device-sdk-go/17 # timeout=10 16:28:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:28:10 > git --version # timeout=10 16:28:10 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:10 > 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 16:28:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:28:11 > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # timeout=10 16:28:11 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:28:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:28:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:28:11 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:11 > 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 16:28:11 Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit ee9a22e6a20ff579a35b76be937fab7e3ac7e63a 16:28:12 Merge succeeded, producing ee9a22e6a20ff579a35b76be937fab7e3ac7e63a 16:28:12 Checking out Revision ee9a22e6a20ff579a35b76be937fab7e3ac7e63a (PR-447) 16:28:12 cd6300453558: Pull complete 16:28:11 > git config core.sparsecheckout # timeout=10 16:28:11 > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 16:28:12 > git remote # timeout=10 16:28:12 > git config --get remote.origin.url # timeout=10 16:28:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:12 > git merge 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 16:28:12 > git rev-parse HEAD^{commit} # timeout=10 16:28:12 > git config core.sparsecheckout # timeout=10 16:28:12 > git checkout -f ee9a22e6a20ff579a35b76be937fab7e3ac7e63a # timeout=10 16:28:15 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 16:28:16 ========================================================= 16:28:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:28:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:28:17 + 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 . 16:28:17 b9c365052c96: Pull complete 16:28:17 a2d8cc88f415: Pull complete 16:28:17 Sending build context to Docker daemon 2.823MB 16:28:17 Step 1/8 : ARG BASE=golang:1.13-alpine 16:28:17 Step 2/8 : FROM ${BASE} 16:28:17 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:28:17 e6b0cf9c0882: Pulling fs layer 16:28:17 2848faf0eed1: Pulling fs layer 16:28:17 0f37312ad70f: Pulling fs layer 16:28:17 5788d62ee057: Pulling fs layer 16:28:17 0e6b1d234666: Pulling fs layer 16:28:17 bf5d7aec512f: Pulling fs layer 16:28:17 34c802a77dc8: Pulling fs layer 16:28:17 9eb99e56ec68: Pulling fs layer 16:28:17 27c7a5d97fbd: Pulling fs layer 16:28:17 5c102a31e300: Pulling fs layer 16:28:17 dcfb455df0a1: Pulling fs layer 16:28:17 5788d62ee057: Waiting 16:28:17 27c7a5d97fbd: Waiting 16:28:17 0e6b1d234666: Waiting 16:28:17 bf5d7aec512f: Waiting 16:28:17 34c802a77dc8: Waiting 16:28:17 5c102a31e300: Waiting 16:28:17 dcfb455df0a1: Waiting 16:28:17 0f37312ad70f: Verifying Checksum 16:28:17 0f37312ad70f: Download complete 16:28:17 2848faf0eed1: Verifying Checksum 16:28:17 2848faf0eed1: Download complete 16:28:17 0e6b1d234666: Verifying Checksum 16:28:17 0e6b1d234666: Download complete 16:28:17 bf5d7aec512f: Verifying Checksum 16:28:17 bf5d7aec512f: Download complete 16:28:17 e6b0cf9c0882: Verifying Checksum 16:28:17 e6b0cf9c0882: Download complete 16:28:18 e6b0cf9c0882: Pull complete 16:28:18 34c802a77dc8: Verifying Checksum 16:28:18 34c802a77dc8: Download complete 16:28:18 27c7a5d97fbd: Download complete 16:28:18 ea1d1ca13537: Pull complete 16:28:19 5c102a31e300: Verifying Checksum 16:28:19 5c102a31e300: Download complete 16:28:19 dcfb455df0a1: Verifying Checksum 16:28:19 dcfb455df0a1: Download complete 16:28:19 9eb99e56ec68: Verifying Checksum 16:28:19 9eb99e56ec68: Download complete 16:28:19 5788d62ee057: Verifying Checksum 16:28:19 5788d62ee057: Download complete 16:28:19 3750a50a1c5e: Pull complete 16:28:19 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:28:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:28:19 ---> 78745c68409d 16:28:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:28:20 2848faf0eed1: Pull complete 16:28:20 0f37312ad70f: Pull complete 16:28:23 ---> Running in c2320576703c 16:28:23 Removing intermediate container c2320576703c 16:28:23 ---> 5e0b0c50ce24 16:28:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:23 ---> Running in dca740ef7f84 16:28:26 Removing intermediate container dca740ef7f84 16:28:26 ---> ecad6a538ddd 16:28:26 Step 5/8 : RUN apk add --no-cache make git 16:28:26 ---> Running in d09d7acd90fa 16:28:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:28:27 5788d62ee057: Pull complete 16:28:27 0e6b1d234666: Pull complete 16:28:27 bf5d7aec512f: Pull complete 16:28:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:28:28 OK: 125 MiB in 39 packages 16:28:29 Removing intermediate container d09d7acd90fa 16:28:29 ---> bf35df2ca758 16:28:29 Step 6/8 : WORKDIR /device-sdk-go 16:28:29 ---> Running in 88c4a746119f 16:28:30 Removing intermediate container 88c4a746119f 16:28:30 ---> 52f4b4d54550 16:28:30 Step 7/8 : COPY . . 16:28:31 34c802a77dc8: Pull complete 16:28:31 ---> 3aa268fd522b 16:28:31 Step 8/8 : RUN go mod download 16:28:31 ---> Running in 3b69b0481490 16:28:33 go: finding github.com/BurntSushi/toml v0.3.1 16:28:33 go: finding github.com/OneOfOne/xxhash v1.2.6 16:28:33 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:28:33 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:28:33 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:28:33 go: finding github.com/bgentry/speakeasy v0.1.0 16:28:33 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:28:33 go: finding github.com/davecgh/go-spew v1.1.1 16:28:33 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 16:28:33 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:28:33 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.52 16:28:33 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 16:28:33 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:28:33 go: finding github.com/fatih/color v1.7.0 16:28:33 go: finding github.com/go-kit/kit v0.8.0 16:28:33 go: finding github.com/go-logfmt/logfmt v0.4.0 16:28:33 go: finding github.com/go-stack/stack v1.8.0 16:28:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:28:33 go: finding github.com/google/uuid v1.1.0 16:28:33 go: finding github.com/gorilla/mux v1.7.1 16:28:33 go: finding github.com/hashicorp/consul/api v1.1.0 16:28:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:28:33 go: finding github.com/hashicorp/errwrap v1.0.0 16:28:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:28:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:28:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:28:33 go: finding github.com/hashicorp/go-multierror v1.0.0 16:28:33 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:28:33 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:28:33 go: finding github.com/hashicorp/go-syslog v1.0.0 16:28:33 go: finding github.com/hashicorp/go-uuid v1.0.1 16:28:33 go: finding github.com/hashicorp/go.net v0.0.1 16:28:33 go: finding github.com/hashicorp/golang-lru v0.5.0 16:28:33 go: finding github.com/hashicorp/logutils v1.0.0 16:28:34 go: finding github.com/hashicorp/mdns v1.0.0 16:28:34 go: finding github.com/hashicorp/memberlist v0.1.3 16:28:34 go: finding github.com/hashicorp/serf v0.8.2 16:28:34 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:28:34 go: finding github.com/mattn/go-colorable v0.0.9 16:28:34 go: finding github.com/mattn/go-isatty v0.0.3 16:28:34 go: finding github.com/miekg/dns v1.0.14 16:28:34 go: finding github.com/mitchellh/cli v1.0.0 16:28:34 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:28:34 go: finding github.com/mitchellh/copystructure v1.0.0 16:28:34 go: finding github.com/mitchellh/go-homedir v1.0.0 16:28:34 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:28:34 go: finding github.com/mitchellh/gox v0.4.0 16:28:34 go: finding github.com/mitchellh/iochan v1.0.0 16:28:34 go: finding github.com/mitchellh/mapstructure v1.1.2 16:28:34 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:28:34 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:28:34 go: finding github.com/pelletier/go-toml v1.2.0 16:28:34 go: finding github.com/pkg/errors v0.8.1 16:28:34 go: finding github.com/pmezard/go-difflib v1.0.0 16:28:34 go: finding github.com/posener/complete v1.1.1 16:28:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:28:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:28:34 go: finding github.com/stretchr/objx v0.1.0 16:28:34 go: finding github.com/stretchr/testify v1.5.1 16:28:34 go: finding github.com/ugorji/go v1.1.4 16:28:34 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:28:34 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:28:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:28:34 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:28:34 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:28:34 go: finding gopkg.in/yaml.v2 v2.2.8 16:28:35 9eb99e56ec68: Pull complete 16:28:35 27c7a5d97fbd: Pull complete 16:28:35 5c102a31e300: Pull complete 16:28:35 dcfb455df0a1: Pull complete 16:28:35 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:28:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:28:35 ---> 7c70fe431013 16:28:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:28:35 ---> Running in 147a89f3dc5c 16:28:35 Removing intermediate container 147a89f3dc5c 16:28:35 ---> e1b271b9e70b 16:28:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:35 ---> Running in 84869a847166 16:28:36 Removing intermediate container 84869a847166 16:28:36 ---> ede075c91932 16:28:36 Step 5/8 : RUN apk add --no-cache make git 16:28:37 ---> Running in 8a5cd59f0494 16:28:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:28:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:28:39 OK: 143 MiB in 39 packages 16:28:39 Removing intermediate container 8a5cd59f0494 16:28:39 ---> cf74176cc061 16:28:39 Step 6/8 : WORKDIR /device-sdk-go 16:28:39 ---> Running in 34483ee75460 16:28:39 Removing intermediate container 34483ee75460 16:28:39 ---> 049732f5079e 16:28:39 Step 7/8 : COPY . . 16:28:40 ---> 1a3b2152707c 16:28:40 Step 8/8 : RUN go mod download 16:28:40 ---> Running in 834ea018a92f 16:28:41 go: finding github.com/BurntSushi/toml v0.3.1 16:28:41 go: finding github.com/OneOfOne/xxhash v1.2.6 16:28:41 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:28:41 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:28:41 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:28:41 go: finding github.com/bgentry/speakeasy v0.1.0 16:28:41 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:28:41 go: finding github.com/davecgh/go-spew v1.1.1 16:28:41 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 16:28:41 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:28:41 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.52 16:28:41 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 16:28:41 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:28:41 go: finding github.com/fatih/color v1.7.0 16:28:41 go: finding github.com/go-kit/kit v0.8.0 16:28:41 go: finding github.com/go-logfmt/logfmt v0.4.0 16:28:41 go: finding github.com/go-stack/stack v1.8.0 16:28:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:28:42 go: finding github.com/google/uuid v1.1.0 16:28:42 go: finding github.com/gorilla/mux v1.7.1 16:28:42 go: finding github.com/hashicorp/consul/api v1.1.0 16:28:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:28:42 go: finding github.com/hashicorp/errwrap v1.0.0 16:28:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:28:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:28:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:28:42 go: finding github.com/hashicorp/go-multierror v1.0.0 16:28:42 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:28:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:28:42 go: finding github.com/hashicorp/go-syslog v1.0.0 16:28:42 go: finding github.com/hashicorp/go-uuid v1.0.1 16:28:42 go: finding github.com/hashicorp/go.net v0.0.1 16:28:42 go: finding github.com/hashicorp/golang-lru v0.5.0 16:28:42 go: finding github.com/hashicorp/logutils v1.0.0 16:28:42 go: finding github.com/hashicorp/mdns v1.0.0 16:28:42 go: finding github.com/hashicorp/memberlist v0.1.3 16:28:42 go: finding github.com/hashicorp/serf v0.8.2 16:28:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:28:42 go: finding github.com/mattn/go-colorable v0.0.9 16:28:42 go: finding github.com/mattn/go-isatty v0.0.3 16:28:42 go: finding github.com/miekg/dns v1.0.14 16:28:42 go: finding github.com/mitchellh/cli v1.0.0 16:28:42 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:28:42 go: finding github.com/mitchellh/copystructure v1.0.0 16:28:42 go: finding github.com/mitchellh/go-homedir v1.0.0 16:28:42 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:28:42 go: finding github.com/mitchellh/gox v0.4.0 16:28:42 go: finding github.com/mitchellh/iochan v1.0.0 16:28:42 go: finding github.com/mitchellh/mapstructure v1.1.2 16:28:42 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:28:42 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:28:42 go: finding github.com/pelletier/go-toml v1.2.0 16:28:42 go: finding github.com/pkg/errors v0.8.1 16:28:42 go: finding github.com/pmezard/go-difflib v1.0.0 16:28:42 go: finding github.com/posener/complete v1.1.1 16:28:42 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:28:42 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:28:42 go: finding github.com/stretchr/objx v0.1.0 16:28:42 go: finding github.com/stretchr/testify v1.5.1 16:28:42 go: finding github.com/ugorji/go v1.1.4 16:28:42 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:28:42 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:28:42 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:28:42 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:28:42 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:28:42 go: finding gopkg.in/yaml.v2 v2.2.8 16:28:44 Removing intermediate container 3b69b0481490 16:28:44 ---> 8e67b4fc256e 16:28:44 Successfully built 8e67b4fc256e 16:28:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:45 + docker inspect -f . ci-base-image-arm64 16:28:45 . [Pipeline] withDockerContainer 16:28:45 prd-ubuntu18.04-docker-arm64-4c-16g-2598 does not seem to be running inside a container 16:28:45 $ 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 16:28:47 $ docker top 1cdfe406f0622995b279b6db061777e52510642ccbfc87daa0a9a9cb01e43467 -eo pid,comm 16:28:47 Removing intermediate container 834ea018a92f 16:28:47 ---> 438b995e4714 16:28:47 Successfully built 438b995e4714 16:28:47 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 16:28:48 + go version 16:28:48 go version go1.13.5 linux/arm64 16:28:48 + docker inspect -f . ci-base-image-x86_64 16:28:48 . [Pipeline] sh [Pipeline] withDockerContainer 16:28:48 prd-centos7-docker-4c-2g-2599 does not seem to be running inside a container 16:28:48 $ 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 16:28:49 + make test 16:28:49 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:28:49 $ docker top 09c63d3cd5220dca61d7dfd8397f963f5c3259b26bc04a19ec75f0b7965460d9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:28:49 + go version 16:28:49 go version go1.13.5 linux/amd64 [Pipeline] sh 16:28:50 + make test 16:28:50 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:28:50 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:28:52 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:29:07 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:29:07 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:29:10 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.006s coverage: 22.6% of statements 16:29:10 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.042s coverage: 95.8% of statements 16:29:37 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:29:37 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:29:37 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.037s coverage: 22.6% of statements 16:29:37 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.230s coverage: 95.8% of statements 16:29:43 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.030s coverage: 11.4% of statements 16:29:43 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.009s coverage: 22.7% of statements 16:29:43 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:29:43 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.081s coverage: 38.5% of statements 16:29:43 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:29:43 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 16:29:43 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.465s coverage: 79.9% of statements 16:29:43 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:29:43 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:29:43 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:29:43 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.020s coverage: 52.6% of statements 16:29:43 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 16:29:43 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.095s coverage: 76.1% of statements 16:29:43 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 16:29:43 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:29:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:29:43 gofmt -l . 16:29:43 [ "`gofmt -l .`" = "" ] 16:29:43 ./bin/test-attribution-txt.sh 16:29:44 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:29:45 Stashed 1 file(s) [Pipeline] } 16:29:45 $ docker stop --time=1 09c63d3cd5220dca61d7dfd8397f963f5c3259b26bc04a19ec75f0b7965460d9 16:29:46 $ docker rm -f 09c63d3cd5220dca61d7dfd8397f963f5c3259b26bc04a19ec75f0b7965460d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:29:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:29:48 + ls -al . 16:29:48 total 160 16:29:48 drwxrwxr-x. 11 jenkins jenkins 4096 Apr 7 16:29 . 16:29:48 drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 16:28 .. 16:29:48 drwxrwxr-x. 3 jenkins jenkins 20 Apr 7 16:28 api 16:29:48 drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 16:28 bin 16:29:48 -rw-r--r--. 1 jenkins jenkins 94579 Apr 7 16:29 coverage.out 16:29:48 -rw-rw-r--. 1 jenkins jenkins 936 Apr 7 16:28 Dockerfile.build 16:29:48 -rw-rw-r--. 1 jenkins jenkins 140 Apr 7 16:28 .dockerignore 16:29:48 drwxrwxr-x. 4 jenkins jenkins 31 Apr 7 16:28 example 16:29:48 drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 16:28 .git 16:29:48 drwxrwxr-x. 2 jenkins jenkins 38 Apr 7 16:28 .github 16:29:48 -rw-rw-r--. 1 jenkins jenkins 138 Apr 7 16:28 .gitignore 16:29:48 -rw-r--r--. 1 jenkins jenkins 438 Apr 7 16:29 go.mod 16:29:48 -rw-r--r--. 1 jenkins jenkins 11812 Apr 7 16:29 go.sum 16:29:48 drwxrwxr-x. 14 jenkins jenkins 196 Apr 7 16:28 internal 16:29:48 -rw-rw-r--. 1 jenkins jenkins 808 Apr 7 16:28 Jenkinsfile 16:29:48 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 7 16:28 LICENSE 16:29:48 -rw-rw-r--. 1 jenkins jenkins 892 Apr 7 16:28 Makefile 16:29:48 drwxrwxr-x. 5 jenkins jenkins 50 Apr 7 16:28 pkg 16:29:48 -rw-rw-r--. 1 jenkins jenkins 2249 Apr 7 16:28 README.md 16:29:48 drwxrwxr-x. 3 jenkins jenkins 58 Apr 7 16:28 .semver 16:29:48 drwxrwxr-x. 4 jenkins jenkins 54 Apr 7 16:28 snap 16:29:48 -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 16:25 VERSION 16:29:48 -rw-rw-r--. 1 jenkins jenkins 222 Apr 7 16:28 version.go [Pipeline] isUnix [Pipeline] sh 16:29:48 + 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 . 16:29:48 Sending build context to Docker daemon 2.938MB 16:29:48 Step 1/20 : ARG BASE=golang:1.13-alpine 16:29:48 Step 2/20 : FROM ${BASE} AS builder 16:29:48 ---> 438b995e4714 16:29:48 Step 3/20 : ARG MAKE='make build' 16:29:48 ---> Running in 80a3109075ea 16:29:48 Removing intermediate container 80a3109075ea 16:29:48 ---> 08ec55d425cd 16:29:48 Step 4/20 : WORKDIR /device-sdk-go 16:29:49 ---> Running in 362445db9481 16:29:49 Removing intermediate container 362445db9481 16:29:49 ---> d5161b4e0197 16:29:49 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:29:49 ---> Running in 6d535636c646 16:29:49 Removing intermediate container 6d535636c646 16:29:49 ---> 7fe717c647d1 16:29:49 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:49 ---> Running in f4204b31d1ca 16:29:50 Removing intermediate container f4204b31d1ca 16:29:50 ---> adad0eef0d7c 16:29:50 Step 7/20 : RUN apk add --update --no-cache make git 16:29:50 ---> Running in c446939b9c2c 16:29:50 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:29:51 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:29:51 OK: 143 MiB in 39 packages 16:29:52 Removing intermediate container c446939b9c2c 16:29:52 ---> 171cd79b8c2d 16:29:52 Step 8/20 : COPY . . 16:29:52 ---> 450706e5375d 16:29:52 Step 9/20 : RUN ${MAKE} 16:29:52 ---> Running in bc4b0a84bda3 16:29:52 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 16:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.154s coverage: 11.4% of statements 16:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.025s coverage: 22.7% of statements 16:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.130s coverage: 38.5% of statements 16:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 16:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.662s coverage: 79.9% of statements 16:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.057s coverage: 52.6% of statements 16:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 16:30:04 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.337s coverage: 76.1% of statements 16:30:04 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 16:30:04 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:30:04 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:30:05 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:30:06 Removing intermediate container bc4b0a84bda3 16:30:06 ---> 1777aff464df 16:30:06 Step 10/20 : FROM scratch 16:30:06 ---> 16:30:06 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:30:06 ---> Running in b32a9a8f489f 16:30:06 Removing intermediate container b32a9a8f489f 16:30:06 ---> 80f73fd8758d 16:30:06 Step 12/20 : ENV APP_PORT=49990 16:30:06 ---> Running in 8a1fc22812a3 16:30:06 Removing intermediate container 8a1fc22812a3 16:30:06 ---> ccf37e0178d6 16:30:06 Step 13/20 : EXPOSE $APP_PORT 16:30:06 ---> Running in b24e1bac36c6 16:30:06 Removing intermediate container b24e1bac36c6 16:30:06 ---> a06fd4f67417 16:30:06 Step 14/20 : WORKDIR / 16:30:06 ---> Running in 13d9c6ed6500 16:30:06 Removing intermediate container 13d9c6ed6500 16:30:06 ---> 74fc50c72db4 16:30:06 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:30:07 ---> 64a6ef5ec3fa 16:30:07 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 16:30:07 ---> f14cde492f3e 16:30:07 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 16:30:07 ---> Running in 2e211733dc99 16:30:07 Removing intermediate container 2e211733dc99 16:30:07 ---> 2a559ef65a81 16:30:07 Step 18/20 : LABEL arch=amd64 16:30:07 ---> Running in 77d3d8c94405 16:30:07 Removing intermediate container 77d3d8c94405 16:30:07 ---> c6389dce7b96 16:30:07 Step 19/20 : LABEL git_sha=ee9a22e6a20ff579a35b76be937fab7e3ac7e63a 16:30:07 ---> Running in 69dbad620fd8 16:30:07 Removing intermediate container 69dbad620fd8 16:30:07 ---> 4818b07a2a96 16:30:07 Step 20/20 : LABEL version=0.0.0 16:30:07 ---> Running in de71cc6356fa 16:30:07 Removing intermediate container de71cc6356fa 16:30:07 ---> d801f6578a3f 16:30:07 [Warning] One or more build-args [ARCH] were not consumed 16:30:07 Successfully built d801f6578a3f 16:30:07 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] } 16:30:12 gofmt -l . 16:30:12 [ "`gofmt -l .`" = "" ] 16:30:12 ./bin/test-attribution-txt.sh 16:30:13 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:30:14 Warning: overwriting stash ‘coverage-report’ 16:30:14 Stashed 1 file(s) [Pipeline] } 16:30:14 $ docker stop --time=1 1cdfe406f0622995b279b6db061777e52510642ccbfc87daa0a9a9cb01e43467 16:30:16 $ docker rm -f 1cdfe406f0622995b279b6db061777e52510642ccbfc87daa0a9a9cb01e43467 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:30:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:30:18 + ls -al . 16:30:18 total 200 16:30:18 drwxrwxr-x 11 jenkins jenkins 4096 Apr 7 16:30 . 16:30:18 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 16:27 .. 16:30:18 -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 16:27 .dockerignore 16:30:18 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 16:27 .git 16:30:18 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 16:27 .github 16:30:18 -rw-rw-r-- 1 jenkins jenkins 138 Apr 7 16:27 .gitignore 16:30:18 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 16:27 .semver 16:30:18 -rw-rw-r-- 1 jenkins jenkins 936 Apr 7 16:27 Dockerfile.build 16:30:18 -rw-rw-r-- 1 jenkins jenkins 808 Apr 7 16:27 Jenkinsfile 16:30:18 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 7 16:27 LICENSE 16:30:18 -rw-rw-r-- 1 jenkins jenkins 892 Apr 7 16:27 Makefile 16:30:18 -rw-rw-r-- 1 jenkins jenkins 2249 Apr 7 16:27 README.md 16:30:18 -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 16:25 VERSION 16:30:18 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 16:27 api 16:30:18 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 16:27 bin 16:30:18 -rw-r--r-- 1 jenkins jenkins 94579 Apr 7 16:30 coverage.out 16:30:18 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 16:27 example 16:30:18 -rw-r--r-- 1 jenkins jenkins 438 Apr 7 16:30 go.mod 16:30:18 -rw-r--r-- 1 jenkins jenkins 11812 Apr 7 16:30 go.sum 16:30:18 drwxrwxr-x 14 jenkins jenkins 4096 Apr 7 16:27 internal 16:30:18 drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 16:27 pkg 16:30:18 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 16:27 snap 16:30:18 -rw-rw-r-- 1 jenkins jenkins 222 Apr 7 16:27 version.go [Pipeline] isUnix [Pipeline] sh 16:30:18 + 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 . 16:30:19 Sending build context to Docker daemon 2.938MB 16:30:19 Step 1/20 : ARG BASE=golang:1.13-alpine 16:30:19 Step 2/20 : FROM ${BASE} AS builder 16:30:19 ---> 8e67b4fc256e 16:30:19 Step 3/20 : ARG MAKE='make build' 16:30:19 ---> Running in 9b9dad262a01 16:30:20 Removing intermediate container 9b9dad262a01 16:30:20 ---> 778fcec40ec0 16:30:20 Step 4/20 : WORKDIR /device-sdk-go 16:30:20 ---> Running in 3eec31aef097 16:30:20 Removing intermediate container 3eec31aef097 16:30:20 ---> 8751da5b4d46 16:30:20 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:30:20 ---> Running in 65e8f52e4ec0 16:30:21 Removing intermediate container 65e8f52e4ec0 16:30:21 ---> 80905a5f729a 16:30:21 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:21 ---> Running in 1a71df89f2f5 16:30:23 Removing intermediate container 1a71df89f2f5 16:30:23 ---> 8e651758e1b2 16:30:23 Step 7/20 : RUN apk add --update --no-cache make git 16:30:23 ---> Running in f42e2616e3d5 16:30:24 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:30:25 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:30:25 OK: 125 MiB in 39 packages 16:30:27 Removing intermediate container f42e2616e3d5 16:30:27 ---> fbdce63806c8 16:30:27 Step 8/20 : COPY . . 16:30:28 ---> 0ba3212ce274 16:30:28 Step 9/20 : RUN ${MAKE} 16:30:28 ---> Running in 195c80de7774 16:30:29 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 16:31:08 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:31:08 Removing intermediate container 195c80de7774 16:31:08 ---> 479435460017 16:31:08 Step 10/20 : FROM scratch 16:31:08 ---> 16:31:08 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:31:08 ---> Running in 4018e4ff1495 16:31:08 Removing intermediate container 4018e4ff1495 16:31:08 ---> 694c3cb9c6e5 16:31:08 Step 12/20 : ENV APP_PORT=49990 16:31:08 ---> Running in 2d126c13f737 16:31:08 Removing intermediate container 2d126c13f737 16:31:08 ---> e6bfbcb1c01b 16:31:08 Step 13/20 : EXPOSE $APP_PORT 16:31:08 ---> Running in ccd0e5870c26 16:31:08 Removing intermediate container ccd0e5870c26 16:31:08 ---> c4b612afa733 16:31:08 Step 14/20 : WORKDIR / 16:31:08 ---> Running in 897456ab3acd 16:31:08 Removing intermediate container 897456ab3acd 16:31:08 ---> 570e0fa55fca 16:31:08 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:31:08 ---> 8e0a4d13638d 16:31:08 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 16:31:09 ---> df337796a14f 16:31:09 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 16:31:09 ---> Running in 2810159d243e 16:31:09 Removing intermediate container 2810159d243e 16:31:09 ---> 54f02d97c099 16:31:09 Step 18/20 : LABEL arch=arm64 16:31:09 ---> Running in 2ee99bb6d040 16:31:10 Removing intermediate container 2ee99bb6d040 16:31:10 ---> 6fcc00dc7e93 16:31:10 Step 19/20 : LABEL git_sha=ee9a22e6a20ff579a35b76be937fab7e3ac7e63a 16:31:10 ---> Running in 66fb9e077c98 16:31:10 Removing intermediate container 66fb9e077c98 16:31:10 ---> 636a516857cb 16:31:10 Step 20/20 : LABEL version=0.0.0 16:31:11 ---> Running in 58fda08bfb30 16:31:11 Removing intermediate container 58fda08bfb30 16:31:11 ---> 0e1ee7c2cb6f 16:31:11 [Warning] One or more build-args [ARCH] were not consumed 16:31:11 Successfully built 0e1ee7c2cb6f 16:31:11 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 16:31:12 provisioning config files... 16:31:12 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config857427834497022470tmp [Pipeline] { [Pipeline] sh 16:31:12 + curl -s https://codecov.io/bash 16:31:12 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config857427834497022470tmp 16:31:13 16:31:13 _____ _ 16:31:13 / ____| | | 16:31:13 | | ___ __| | ___ ___ _____ __ 16:31:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:31:13 | |___| (_) | (_| | __/ (_| (_) \ V / 16:31:13 \_____\___/ \__,_|\___|\___\___/ \_/ 16:31:13 Bash-tbd 16:31:13 16:31:13 16:31:13 ==> Jenkins CI detected. 16:31:13 project root: . 16:31:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:31:13 ==> Running gcov in . (disable via -X gcov) 16:31:13 ==> Python coveragepy not found 16:31:13 ==> Searching for coverage reports in: 16:31:13 + . 16:31:13 -> Found 1 reports 16:31:13 ==> Detecting git/mercurial file structure 16:31:13 ==> Reading reports 16:31:13 + ./coverage.out bytes=94579 16:31:13 ==> Appending adjustments 16:31:13 http://docs.codecov.io/docs/fixing-reports 16:31:13 + Found adjustments 16:31:13 ==> Gzipping contents 16:31:13 ==> Uploading reports 16:31:13 url: https://codecov.io 16:31:13 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= 16:31:13 -> Pinging Codecov 16:31:13 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= 16:31:14 -> Uploading 16:31:14 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/ee9a22e6a20ff579a35b76be937fab7e3ac7e63a [Pipeline] } 16:31:14 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 16:31:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:31:16 ---> package-listing.sh 16:31:16 ++ facter osfamily 16:31:16 ++ tr '[:upper:]' '[:lower:]' 16:31:16 + OS_FAMILY=redhat 16:31:16 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-447 16:31:16 + START_PACKAGES=/tmp/packages_start.txt 16:31:16 + END_PACKAGES=/tmp/packages_end.txt 16:31:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:31:16 + PACKAGES=/tmp/packages_start.txt 16:31:16 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-447 ']' 16:31:16 + PACKAGES=/tmp/packages_end.txt 16:31:16 + case "${OS_FAMILY}" in 16:31:16 + rpm -qa 16:31:16 + sort 16:31:20 + '[' -f /tmp/packages_start.txt ']' 16:31:20 + '[' -f /tmp/packages_end.txt ']' 16:31:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:31:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-447 ']' 16:31:20 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-447/archives/ 16:31:20 + 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 16:31:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:31:20 16:31:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:31:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:31:21 alpine: Pulling from edgex-lftools-log-publisher 16:31:21 c9b1b535fdd9: Pulling fs layer 16:31:21 2cc5ad85d9ab: Pulling fs layer 16:31:21 756a868c4378: Pulling fs layer 16:31:21 444b2fc9a129: Pulling fs layer 16:31:21 ea15f1150254: Pulling fs layer 16:31:21 41b27a9f41bf: Pulling fs layer 16:31:21 28c525ee5125: Pulling fs layer 16:31:21 094b1ea09ed8: Pulling fs layer 16:31:21 138eaada9080: Pulling fs layer 16:31:21 0622d0fa9048: Pulling fs layer 16:31:21 444b2fc9a129: Waiting 16:31:21 ea15f1150254: Waiting 16:31:21 41b27a9f41bf: Waiting 16:31:21 28c525ee5125: Waiting 16:31:21 094b1ea09ed8: Waiting 16:31:21 138eaada9080: Waiting 16:31:21 0622d0fa9048: Waiting 16:31:21 2cc5ad85d9ab: Verifying Checksum 16:31:21 2cc5ad85d9ab: Download complete 16:31:21 444b2fc9a129: Verifying Checksum 16:31:21 444b2fc9a129: Download complete 16:31:21 c9b1b535fdd9: Verifying Checksum 16:31:21 c9b1b535fdd9: Download complete 16:31:21 ea15f1150254: Download complete 16:31:21 28c525ee5125: Verifying Checksum 16:31:21 28c525ee5125: Download complete 16:31:21 c9b1b535fdd9: Pull complete 16:31:21 756a868c4378: Verifying Checksum 16:31:21 756a868c4378: Download complete 16:31:21 138eaada9080: Verifying Checksum 16:31:21 138eaada9080: Download complete 16:31:21 2cc5ad85d9ab: Pull complete 16:31:21 0622d0fa9048: Verifying Checksum 16:31:21 0622d0fa9048: Download complete 16:31:22 094b1ea09ed8: Verifying Checksum 16:31:22 094b1ea09ed8: Download complete 16:31:22 41b27a9f41bf: Verifying Checksum 16:31:22 41b27a9f41bf: Download complete 16:31:24 756a868c4378: Pull complete 16:31:24 444b2fc9a129: Pull complete 16:31:24 ea15f1150254: Pull complete 16:31:27 41b27a9f41bf: Pull complete 16:31:27 28c525ee5125: Pull complete 16:31:29 094b1ea09ed8: Pull complete 16:31:29 138eaada9080: Pull complete 16:31:29 0622d0fa9048: Pull complete 16:31:29 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:31:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:31:29 prd-centos7-docker-4c-2g-2597 does not seem to be running inside a container 16:31:29 $ 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 16:31:30 $ docker top b2d88fc340dfa5756e03656ef5ad7990a8041476849b08488f1241d9239fcece -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:31:31 provisioning config files... 16:31:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config4298074659389475992tmp [Pipeline] { [Pipeline] echo 16:31:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:31:31 ---> create-netrc.sh [Pipeline] echo 16:31:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:31:31 ---> logs-deploy.sh 16:31:31 + ARCHIVE_ARTIFACTS= 16:31:31 + LOGS_SERVER=https://logs.edgexfoundry.org 16:31:31 + '[' https://logs.edgexfoundry.org == None ']' 16:31:31 + NEXUS_URL=https://nexus.edgexfoundry.org 16:31:31 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/17 16:31:31 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-447/17/ 16:31:31 + 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 16:31:32 Archives upload complete. 16:31:32 + 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/