Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 81b7cd9291b428fa4ba6e2c1479b175d963e3d04 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 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 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 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-6217 in /w/workspace/dgexfoundry_device-sdk-go_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 81b7cd9291b428fa4ba6e2c1479b175d963e3d04 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 81b7cd9291b428fa4ba6e2c1479b175d963e3d04 # timeout=10 Commit message: "Merge pull request #514 from hahattan/issue-513" > git rev-list --no-walk 59d7bbd65c65af3ab25ed9f69c8c28db04e20564 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:08:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:08:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:08:25 ========================================================= 06:08:25 EdgeX Global Pipelines Version Info 06:08:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:08:27 ------------------- 06:08:27 stable info: 06:08:27 ------------------- 06:08:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:08:27 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 06:08:27 Message: update stable to v1.0.73 06:08:27 ------------------- 06:08:27 experimental info: 06:08:27 ------------------- 06:08:27 Commited By: Emilio Reyes emilio.reyes@intel.com 06:08:27 Commit SHA: e9f46a538d08225106cc4f35d30277fc6c232516 06:08:27 Message: update experimental to v1.0.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 06:08:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:29 06:08:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:08:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:30 latest: Pulling from edgex-devops/git-semver 06:08:30 9123ac7c32f7: Pulling fs layer 06:08:30 b8cc5d1170e3: Pulling fs layer 06:08:30 2924cbbf6a41: Pulling fs layer 06:08:30 93b08a4f1073: Pulling fs layer 06:08:30 93b08a4f1073: Waiting 06:08:30 b8cc5d1170e3: Verifying Checksum 06:08:30 b8cc5d1170e3: Download complete 06:08:30 9123ac7c32f7: Verifying Checksum 06:08:30 9123ac7c32f7: Download complete 06:08:30 93b08a4f1073: Verifying Checksum 06:08:30 93b08a4f1073: Download complete 06:08:30 2924cbbf6a41: Download complete 06:08:30 9123ac7c32f7: Pull complete 06:08:30 b8cc5d1170e3: Pull complete 06:08:31 2924cbbf6a41: Pull complete 06:08:31 93b08a4f1073: Pull complete 06:08:31 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 06:08:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:08:31 prd-centos7-docker-4c-2g-6217 does not seem to be running inside a container 06:08:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:08:32 $ docker top 888fdd0d1fa3aef2bd50ec5d19b6f7cfccb293903bf7bc756f08c032a62db98a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:08:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:32 [ssh-agent] Looking for ssh-agent implementation... 06:08:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:32 $ docker exec 888fdd0d1fa3aef2bd50ec5d19b6f7cfccb293903bf7bc756f08c032a62db98a ssh-agent 06:08:33 SSH_AUTH_SOCK=/tmp/ssh-lW4voM6IEmoE/agent.15 06:08:33 SSH_AGENT_PID=22 06:08:33 Running ssh-add (command line suppressed) 06:08:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6716302842165050537.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6716302842165050537.key) 06:08:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:33 + git describe --exact-match --tags HEAD 06:08:33 fatal: No names found, cannot describe anything. [Pipeline] } 06:08:33 $ docker exec --env ******** --env ******** 888fdd0d1fa3aef2bd50ec5d19b6f7cfccb293903bf7bc756f08c032a62db98a ssh-agent -k 06:08:33 unset SSH_AUTH_SOCK; 06:08:33 unset SSH_AGENT_PID; 06:08:33 echo Agent pid 22 killed; 06:08:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:08:34 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:08:34 This usually means this commit has not been tagged. [Pipeline] sshagent 06:08:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:34 [ssh-agent] Looking for ssh-agent implementation... 06:08:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:34 $ docker exec 888fdd0d1fa3aef2bd50ec5d19b6f7cfccb293903bf7bc756f08c032a62db98a ssh-agent 06:08:34 SSH_AUTH_SOCK=/tmp/ssh-qdoNbqpLPyTo/agent.55 06:08:34 SSH_AGENT_PID=62 06:08:34 Running ssh-add (command line suppressed) 06:08:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7946428264800867570.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7946428264800867570.key) 06:08:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:35 + git semver init 06:08:35 # -> Open(): unable to determine branch for HEAD 06:08:35 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:08:35 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:08:35 # $SEMVER_REMOTE_NAME = origin 06:08:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:08:35 # $SEMVER_USER_NAME = edgex-jenkins 06:08:35 # $SEMVER_BRANCH = master 06:08:35 # $SEMVER_TEMP = /tmp/semver-127416004 06:08:35 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:08:36 # '/tmp/semver-127416004' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:08:36 # -> Force: false 06:08:36 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:08:36 $ docker exec --env ******** --env ******** 888fdd0d1fa3aef2bd50ec5d19b6f7cfccb293903bf7bc756f08c032a62db98a ssh-agent -k 06:08:36 unset SSH_AUTH_SOCK; 06:08:36 unset SSH_AGENT_PID; 06:08:36 echo Agent pid 62 killed; 06:08:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:08:36 + git semver [Pipeline] } 06:08:36 $ docker stop --time=1 888fdd0d1fa3aef2bd50ec5d19b6f7cfccb293903bf7bc756f08c032a62db98a 06:08:38 $ docker rm -f 888fdd0d1fa3aef2bd50ec5d19b6f7cfccb293903bf7bc756f08c032a62db98a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:08:38 Stashed 52 file(s) [Pipeline] echo 06:08:38 [edgeXSemver] initialized semver on version 1.2.0-dev.35 [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 06:08:54 Still waiting to schedule task 06:08:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:08:54 Still waiting to schedule task 06:08:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:10:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6218 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:10:43 Running in /w/workspace/device-sdk-go/35 [Pipeline] { [Pipeline] checkout 06:10:49 using credential edgex-jenkins-ssh 06:10:49 Cloning the remote Git repository 06:10:49 Cloning with configured refspecs honoured and without tags 06:10:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:10:49 > git init /w/workspace/device-sdk-go/35 # timeout=10 06:10:51 Fetching without tags 06:10:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:10:49 > git --version # timeout=10 06:10:49 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:10:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:10:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:10:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:10:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:10:51 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:10:51 Checking out Revision 81b7cd9291b428fa4ba6e2c1479b175d963e3d04 (master) 06:10:51 > git config core.sparsecheckout # timeout=10 06:10:51 > git checkout -f 81b7cd9291b428fa4ba6e2c1479b175d963e3d04 # timeout=10 06:10:56 Commit message: "Merge pull request #514 from hahattan/issue-513" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:10:57 ========================================================= 06:10:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:10:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:10:58 + 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 . 06:10:59 Sending build context to Docker daemon 2.998MB 06:10:59 Step 1/8 : ARG BASE=golang:1.13-alpine 06:10:59 Step 2/8 : FROM ${BASE} 06:11:00 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:11:00 cde5963f3b93: Pulling fs layer 06:11:00 2a23fa8c16f7: Pulling fs layer 06:11:00 777b28850792: Pulling fs layer 06:11:00 8a11ddd9e578: Pulling fs layer 06:11:00 4cf88f913ddb: Pulling fs layer 06:11:00 1df406cf5192: Pulling fs layer 06:11:00 cd6300453558: Pulling fs layer 06:11:00 b9c365052c96: Pulling fs layer 06:11:00 a2d8cc88f415: Pulling fs layer 06:11:00 ea1d1ca13537: Pulling fs layer 06:11:00 3750a50a1c5e: Pulling fs layer 06:11:00 cd6300453558: Waiting 06:11:00 8a11ddd9e578: Waiting 06:11:00 b9c365052c96: Waiting 06:11:00 4cf88f913ddb: Waiting 06:11:00 a2d8cc88f415: Waiting 06:11:00 1df406cf5192: Waiting 06:11:00 ea1d1ca13537: Waiting 06:11:00 3750a50a1c5e: Waiting 06:11:00 777b28850792: Verifying Checksum 06:11:00 777b28850792: Download complete 06:11:00 2a23fa8c16f7: Download complete 06:11:00 4cf88f913ddb: Download complete 06:11:00 1df406cf5192: Verifying Checksum 06:11:00 1df406cf5192: Download complete 06:11:00 cde5963f3b93: Verifying Checksum 06:11:01 cde5963f3b93: Pull complete 06:11:02 2a23fa8c16f7: Pull complete 06:11:02 777b28850792: Pull complete 06:11:05 cd6300453558: Verifying Checksum 06:11:05 cd6300453558: Download complete 06:11:05 a2d8cc88f415: Verifying Checksum 06:11:05 a2d8cc88f415: Download complete 06:11:07 ea1d1ca13537: Verifying Checksum 06:11:07 ea1d1ca13537: Download complete 06:11:07 3750a50a1c5e: Verifying Checksum 06:11:07 3750a50a1c5e: Download complete 06:11:09 b9c365052c96: Verifying Checksum 06:11:09 b9c365052c96: Download complete 06:11:11 8a11ddd9e578: Verifying Checksum 06:11:11 8a11ddd9e578: Download complete 06:11:12 Running on prd-centos7-docker-4c-2g-6219 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:11:12 Running in /w/workspace/device-sdk-go/35 [Pipeline] { [Pipeline] checkout 06:11:14 using credential edgex-jenkins-ssh 06:11:14 Cloning the remote Git repository 06:11:14 Cloning with configured refspecs honoured and without tags 06:11:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:11:14 > git init /w/workspace/device-sdk-go/35 # timeout=10 06:11:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:11:14 > git --version # timeout=10 06:11:14 using GIT_SSH to set credentials SSH Credentials for GitHub 06:11:15 Fetching without tags 06:11:15 Checking out Revision 81b7cd9291b428fa4ba6e2c1479b175d963e3d04 (master) 06:11:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:11:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:11:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:11:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:11:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:11:15 using GIT_SSH to set credentials SSH Credentials for GitHub 06:11:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:11:15 > git config core.sparsecheckout # timeout=10 06:11:15 > git checkout -f 81b7cd9291b428fa4ba6e2c1479b175d963e3d04 # timeout=10 06:11:20 Commit message: "Merge pull request #514 from hahattan/issue-513" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:11:21 ========================================================= 06:11:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:11:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:11:22 + 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 . 06:11:22 Sending build context to Docker daemon 2.998MB 06:11:22 Step 1/8 : ARG BASE=golang:1.13-alpine 06:11:22 Step 2/8 : FROM ${BASE} 06:11:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:11:22 e6b0cf9c0882: Pulling fs layer 06:11:22 2848faf0eed1: Pulling fs layer 06:11:22 0f37312ad70f: Pulling fs layer 06:11:22 5788d62ee057: Pulling fs layer 06:11:22 0e6b1d234666: Pulling fs layer 06:11:22 bf5d7aec512f: Pulling fs layer 06:11:22 34c802a77dc8: Pulling fs layer 06:11:22 9eb99e56ec68: Pulling fs layer 06:11:22 27c7a5d97fbd: Pulling fs layer 06:11:22 5c102a31e300: Pulling fs layer 06:11:22 dcfb455df0a1: Pulling fs layer 06:11:22 34c802a77dc8: Waiting 06:11:22 9eb99e56ec68: Waiting 06:11:22 27c7a5d97fbd: Waiting 06:11:22 5788d62ee057: Waiting 06:11:22 5c102a31e300: Waiting 06:11:22 0e6b1d234666: Waiting 06:11:22 bf5d7aec512f: Waiting 06:11:22 dcfb455df0a1: Waiting 06:11:22 0f37312ad70f: Verifying Checksum 06:11:22 0f37312ad70f: Download complete 06:11:22 2848faf0eed1: Download complete 06:11:22 0e6b1d234666: Verifying Checksum 06:11:22 0e6b1d234666: Download complete 06:11:22 bf5d7aec512f: Verifying Checksum 06:11:22 bf5d7aec512f: Download complete 06:11:22 e6b0cf9c0882: Verifying Checksum 06:11:22 e6b0cf9c0882: Download complete 06:11:22 e6b0cf9c0882: Pull complete 06:11:23 2848faf0eed1: Pull complete 06:11:23 0f37312ad70f: Pull complete 06:11:23 34c802a77dc8: Verifying Checksum 06:11:23 34c802a77dc8: Download complete 06:11:23 27c7a5d97fbd: Verifying Checksum 06:11:23 27c7a5d97fbd: Download complete 06:11:24 8a11ddd9e578: Pull complete 06:11:24 4cf88f913ddb: Pull complete 06:11:24 1df406cf5192: Pull complete 06:11:24 9eb99e56ec68: Verifying Checksum 06:11:24 9eb99e56ec68: Download complete 06:11:24 5c102a31e300: Verifying Checksum 06:11:24 5c102a31e300: Download complete 06:11:24 dcfb455df0a1: Verifying Checksum 06:11:24 dcfb455df0a1: Download complete 06:11:24 5788d62ee057: Verifying Checksum 06:11:24 5788d62ee057: Download complete 06:11:29 cd6300453558: Pull complete 06:11:30 5788d62ee057: Pull complete 06:11:30 0e6b1d234666: Pull complete 06:11:30 bf5d7aec512f: Pull complete 06:11:33 b9c365052c96: Pull complete 06:11:33 a2d8cc88f415: Pull complete 06:11:35 34c802a77dc8: Pull complete 06:11:35 ea1d1ca13537: Pull complete 06:11:36 3750a50a1c5e: Pull complete 06:11:36 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 06:11:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 06:11:36 ---> 78745c68409d 06:11:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:11:38 9eb99e56ec68: Pull complete 06:11:38 27c7a5d97fbd: Pull complete 06:11:39 5c102a31e300: Pull complete 06:11:39 dcfb455df0a1: Pull complete 06:11:39 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 06:11:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:11:39 ---> 7c70fe431013 06:11:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:11:40 ---> Running in ca866d5452ba 06:11:40 Removing intermediate container ca866d5452ba 06:11:40 ---> f058bed569a5 06:11:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:40 ---> Running in 85b51559680f 06:11:40 ---> Running in 3f0bfdc0ed42 06:11:40 Removing intermediate container 3f0bfdc0ed42 06:11:40 ---> 0be7cabe5ad9 06:11:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:40 ---> Running in 2fe16d67d586 06:11:41 Removing intermediate container 85b51559680f 06:11:41 ---> aec40ba77dc5 06:11:41 Step 5/8 : RUN apk add --no-cache make git 06:11:41 ---> Running in 736659b7ceef 06:11:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:11:42 Removing intermediate container 2fe16d67d586 06:11:42 ---> a13d36c58e72 06:11:42 Step 5/8 : RUN apk add --no-cache make git 06:11:42 ---> Running in 91d201bef02b 06:11:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:11:43 OK: 143 MiB in 39 packages 06:11:43 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:11:43 Removing intermediate container 736659b7ceef 06:11:43 ---> 2b795f48f868 06:11:43 Step 6/8 : WORKDIR /device-sdk-go 06:11:43 ---> Running in fef7c790b288 06:11:43 Removing intermediate container fef7c790b288 06:11:43 ---> 3876e1e0fb58 06:11:43 Step 7/8 : COPY . . 06:11:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:11:44 ---> 8546d9e09e1c 06:11:44 Step 8/8 : RUN go mod download 06:11:44 ---> Running in e8813d324172 06:11:44 OK: 125 MiB in 39 packages 06:11:45 Removing intermediate container 91d201bef02b 06:11:45 ---> 55cda72a89b1 06:11:45 Step 6/8 : WORKDIR /device-sdk-go 06:11:46 ---> Running in bd4bde8f3c6e 06:11:46 go: finding github.com/BurntSushi/toml v0.3.1 06:11:46 go: finding github.com/OneOfOne/xxhash v1.2.6 06:11:46 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:11:46 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:11:46 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:11:46 go: finding github.com/bgentry/speakeasy v0.1.0 06:11:46 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:11:46 go: finding github.com/davecgh/go-spew v1.1.1 06:11:46 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 06:11:46 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:11:46 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 06:11:46 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 06:11:46 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:11:46 go: finding github.com/fatih/color v1.7.0 06:11:46 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:11:46 go: finding github.com/go-kit/kit v0.8.0 06:11:46 go: finding github.com/go-logfmt/logfmt v0.4.0 06:11:46 go: finding github.com/go-stack/stack v1.8.0 06:11:46 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:11:46 go: finding github.com/google/uuid v1.1.0 06:11:46 go: finding github.com/gorilla/mux v1.7.1 06:11:46 go: finding github.com/hashicorp/consul/api v1.1.0 06:11:46 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:11:46 go: finding github.com/hashicorp/errwrap v1.0.0 06:11:46 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:11:46 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:11:46 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:11:46 go: finding github.com/hashicorp/go-multierror v1.0.0 06:11:46 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:11:46 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:11:46 go: finding github.com/hashicorp/go-syslog v1.0.0 06:11:46 go: finding github.com/hashicorp/go-uuid v1.0.1 06:11:46 go: finding github.com/hashicorp/go.net v0.0.1 06:11:46 go: finding github.com/hashicorp/golang-lru v0.5.0 06:11:46 go: finding github.com/hashicorp/logutils v1.0.0 06:11:46 go: finding github.com/hashicorp/mdns v1.0.0 06:11:46 go: finding github.com/hashicorp/memberlist v0.1.3 06:11:46 go: finding github.com/hashicorp/serf v0.8.2 06:11:46 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:11:46 go: finding github.com/mattn/go-colorable v0.0.9 06:11:46 go: finding github.com/mattn/go-isatty v0.0.3 06:11:46 go: finding github.com/miekg/dns v1.0.14 06:11:46 go: finding github.com/mitchellh/cli v1.0.0 06:11:46 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:11:46 go: finding github.com/mitchellh/copystructure v1.0.0 06:11:46 go: finding github.com/mitchellh/go-homedir v1.0.0 06:11:46 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:11:46 go: finding github.com/mitchellh/gox v0.4.0 06:11:46 go: finding github.com/mitchellh/iochan v1.0.0 06:11:46 go: finding github.com/mitchellh/mapstructure v1.1.2 06:11:46 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:11:46 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:11:46 go: finding github.com/pelletier/go-toml v1.2.0 06:11:46 go: finding github.com/pkg/errors v0.8.1 06:11:46 go: finding github.com/pmezard/go-difflib v1.0.0 06:11:46 go: finding github.com/posener/complete v1.1.1 06:11:46 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:11:46 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:11:46 go: finding github.com/stretchr/objx v0.1.0 06:11:46 go: finding github.com/stretchr/testify v1.5.1 06:11:46 go: finding github.com/ugorji/go v1.1.4 06:11:46 go: finding github.com/x448/float16 v0.8.4 06:11:46 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 06:11:46 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 06:11:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:11:46 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 06:11:46 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 06:11:46 go: finding gopkg.in/yaml.v2 v2.2.8 06:11:46 Removing intermediate container bd4bde8f3c6e 06:11:46 ---> 59994b6ef478 06:11:46 Step 7/8 : COPY . . 06:11:48 ---> ade58dcddfdf 06:11:48 Step 8/8 : RUN go mod download 06:11:48 ---> Running in ca162e5c17b7 06:11:50 Removing intermediate container e8813d324172 06:11:50 ---> ab9f196a3503 06:11:50 Successfully built ab9f196a3503 06:11:50 Successfully tagged ci-base-image-x86_64:latest 06:11:50 go: finding github.com/BurntSushi/toml v0.3.1 06:11:50 go: finding github.com/OneOfOne/xxhash v1.2.6 06:11:50 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:11:50 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:11:50 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:11:50 go: finding github.com/bgentry/speakeasy v0.1.0 06:11:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:11:50 go: finding github.com/davecgh/go-spew v1.1.1 06:11:50 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 06:11:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:11:50 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 06:11:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 06:11:50 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:11:50 go: finding github.com/fatih/color v1.7.0 06:11:50 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:11:50 go: finding github.com/go-kit/kit v0.8.0 06:11:50 go: finding github.com/go-logfmt/logfmt v0.4.0 06:11:50 go: finding github.com/go-stack/stack v1.8.0 06:11:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:11:50 go: finding github.com/google/uuid v1.1.0 06:11:50 go: finding github.com/gorilla/mux v1.7.1 06:11:50 go: finding github.com/hashicorp/consul/api v1.1.0 06:11:50 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:11:50 go: finding github.com/hashicorp/errwrap v1.0.0 06:11:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:11:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:11:50 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:11:50 go: finding github.com/hashicorp/go-multierror v1.0.0 06:11:50 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:11:50 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:11:50 go: finding github.com/hashicorp/go-syslog v1.0.0 06:11:50 go: finding github.com/hashicorp/go-uuid v1.0.1 06:11:50 go: finding github.com/hashicorp/go.net v0.0.1 06:11:50 go: finding github.com/hashicorp/golang-lru v0.5.0 06:11:50 go: finding github.com/hashicorp/logutils v1.0.0 06:11:50 go: finding github.com/hashicorp/mdns v1.0.0 06:11:50 go: finding github.com/hashicorp/memberlist v0.1.3 06:11:50 go: finding github.com/hashicorp/serf v0.8.2 06:11:50 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:11:50 go: finding github.com/mattn/go-colorable v0.0.9 06:11:50 go: finding github.com/mattn/go-isatty v0.0.3 06:11:50 go: finding github.com/miekg/dns v1.0.14 06:11:50 go: finding github.com/mitchellh/cli v1.0.0 06:11:50 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:11:50 go: finding github.com/mitchellh/copystructure v1.0.0 06:11:50 go: finding github.com/mitchellh/go-homedir v1.0.0 06:11:50 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:11:50 go: finding github.com/mitchellh/gox v0.4.0 06:11:50 go: finding github.com/mitchellh/iochan v1.0.0 06:11:50 go: finding github.com/mitchellh/mapstructure v1.1.2 06:11:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:11:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:11:50 go: finding github.com/pelletier/go-toml v1.2.0 06:11:50 go: finding github.com/pkg/errors v0.8.1 [Pipeline] } [Pipeline] // script [Pipeline] } 06:11:51 go: finding github.com/pmezard/go-difflib v1.0.0 06:11:51 go: finding github.com/posener/complete v1.1.1 06:11:51 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:11:51 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:11:51 go: finding github.com/stretchr/objx v0.1.0 06:11:51 go: finding github.com/stretchr/testify v1.5.1 06:11:51 go: finding github.com/ugorji/go v1.1.4 06:11:51 go: finding github.com/x448/float16 v0.8.4 06:11:51 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 06:11:51 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 06:11:51 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:11:51 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 06:11:51 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 06:11:51 go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:11:51 + docker inspect -f . ci-base-image-x86_64 06:11:51 . [Pipeline] withDockerContainer 06:11:51 prd-centos7-docker-4c-2g-6219 does not seem to be running inside a container 06:11:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/35 -v /w/workspace/device-sdk-go/35:/w/workspace/device-sdk-go/35:rw,z -v /w/workspace/device-sdk-go/35@tmp:/w/workspace/device-sdk-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:11:52 $ docker top f5f71201df6d8f5f4d38b1cb657bbefd47dc147ec244111ec6dd099089c26fa9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:52 + go version 06:11:52 go version go1.13.5 linux/amd64 [Pipeline] sh 06:11:52 + make test 06:11:52 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:11:53 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:12:01 Removing intermediate container ca162e5c17b7 06:12:01 ---> a9b95584eb08 06:12:01 Successfully built a9b95584eb08 06:12:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:12:01 + docker inspect -f . ci-base-image-arm64 06:12:02 . [Pipeline] withDockerContainer 06:12:02 prd-ubuntu18.04-docker-arm64-4c-16g-6218 does not seem to be running inside a container 06:12:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/35 -v /w/workspace/device-sdk-go/35:/w/workspace/device-sdk-go/35:rw,z -v /w/workspace/device-sdk-go/35@tmp:/w/workspace/device-sdk-go/35@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 ******** ci-base-image-arm64 cat 06:12:04 $ docker top c53623f2fa7f3737e6dbd95b0a37be54e505abb7dec6e5665a499c038ed3c7a1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:05 + go version 06:12:05 go version go1.13.5 linux/arm64 [Pipeline] sh 06:12:05 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:12:05 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:12:05 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:12:05 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.004s coverage: 22.1% of statements 06:12:05 + make test 06:12:05 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:12:07 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:12:07 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.057s coverage: 95.8% of statements 06:12:39 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:12:39 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:12:39 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:12:39 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.025s coverage: 22.1% of statements 06:12:39 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.139s coverage: 95.8% of statements 06:12:39 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.025s coverage: 11.4% of statements 06:12:39 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.006s coverage: 21.7% of statements 06:12:39 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:12:39 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.114s coverage: 36.9% of statements 06:12:39 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:12:39 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 06:12:39 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.327s coverage: 65.2% of statements 06:12:39 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:12:39 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:12:39 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:12:39 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.014s coverage: 52.6% of statements 06:12:39 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 06:12:39 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.102s coverage: 68.9% of statements 06:12:39 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:12:39 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:12:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:12:41 gofmt -l . 06:12:41 [ "`gofmt -l .`" = "" ] 06:12:41 ./bin/test-attribution-txt.sh 06:12:42 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:12:42 Stashed 1 file(s) [Pipeline] } 06:12:42 $ docker stop --time=1 f5f71201df6d8f5f4d38b1cb657bbefd47dc147ec244111ec6dd099089c26fa9 06:12:44 $ docker rm -f f5f71201df6d8f5f4d38b1cb657bbefd47dc147ec244111ec6dd099089c26fa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:12:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:12:45 + ls -al . 06:12:45 total 180 06:12:45 drwxrwxr-x. 11 jenkins jenkins 4096 Apr 27 06:12 . 06:12:45 drwxrwxr-x. 4 jenkins jenkins 30 Apr 27 06:11 .. 06:12:45 drwxrwxr-x. 3 jenkins jenkins 20 Apr 27 06:11 api 06:12:45 drwxrwxr-x. 2 jenkins jenkins 64 Apr 27 06:11 bin 06:12:45 -rw-r--r--. 1 jenkins jenkins 110877 Apr 27 06:12 coverage.out 06:12:45 -rw-rw-r--. 1 jenkins jenkins 936 Apr 27 06:11 Dockerfile.build 06:12:45 -rw-rw-r--. 1 jenkins jenkins 140 Apr 27 06:11 .dockerignore 06:12:45 drwxrwxr-x. 4 jenkins jenkins 48 Apr 27 06:11 example 06:12:45 drwxrwxr-x. 8 jenkins jenkins 162 Apr 27 06:11 .git 06:12:45 drwxrwxr-x. 2 jenkins jenkins 38 Apr 27 06:11 .github 06:12:45 -rw-rw-r--. 1 jenkins jenkins 138 Apr 27 06:11 .gitignore 06:12:45 -rw-r--r--. 1 jenkins jenkins 446 Apr 27 06:12 go.mod 06:12:45 -rw-r--r--. 1 jenkins jenkins 12076 Apr 27 06:12 go.sum 06:12:45 drwxrwxr-x. 15 jenkins jenkins 217 Apr 27 06:11 internal 06:12:45 -rw-rw-r--. 1 jenkins jenkins 808 Apr 27 06:11 Jenkinsfile 06:12:45 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 27 06:11 LICENSE 06:12:45 -rw-rw-r--. 1 jenkins jenkins 892 Apr 27 06:11 Makefile 06:12:45 drwxrwxr-x. 5 jenkins jenkins 50 Apr 27 06:11 pkg 06:12:45 -rw-rw-r--. 1 jenkins jenkins 2249 Apr 27 06:11 README.md 06:12:45 -rw-rw-r--. 1 jenkins jenkins 2024 Apr 27 06:11 RELEASE-NOTES.txt 06:12:45 drwxrwxr-x. 3 jenkins jenkins 44 Apr 27 06:11 .semver 06:12:45 drwxrwxr-x. 4 jenkins jenkins 54 Apr 27 06:11 snap 06:12:45 -rw-rw-r--. 1 jenkins jenkins 12 Apr 27 06:08 VERSION 06:12:45 -rw-rw-r--. 1 jenkins jenkins 222 Apr 27 06:11 version.go [Pipeline] isUnix [Pipeline] sh 06:12:45 + 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=81b7cd9291b428fa4ba6e2c1479b175d963e3d04 --label arch=amd64 --label version=1.2.0-dev.35 . 06:12:45 Sending build context to Docker daemon 3.126MB 06:12:45 Step 1/21 : ARG BASE=golang:1.13-alpine 06:12:45 Step 2/21 : FROM ${BASE} AS builder 06:12:45 ---> ab9f196a3503 06:12:45 Step 3/21 : ARG MAKE='make build' 06:12:46 ---> Running in a0a516801fa9 06:12:46 Removing intermediate container a0a516801fa9 06:12:46 ---> 890cdf4d2401 06:12:46 Step 4/21 : WORKDIR /device-sdk-go 06:12:46 ---> Running in ba8ef99446d9 06:12:46 Removing intermediate container ba8ef99446d9 06:12:46 ---> b37b73e333d2 06:12:46 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:12:46 ---> Running in 83a9c1b41843 06:12:46 Removing intermediate container 83a9c1b41843 06:12:46 ---> be070f61a1b4 06:12:46 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:46 ---> Running in 1748ae809e6d 06:12:47 Removing intermediate container 1748ae809e6d 06:12:47 ---> 5fbf1ec165d8 06:12:47 Step 7/21 : RUN apk add --update --no-cache make git 06:12:47 ---> Running in f5a5f601000c 06:12:47 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:12:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:12:51 OK: 143 MiB in 39 packages 06:12:51 Removing intermediate container f5a5f601000c 06:12:51 ---> 6644a1a918a1 06:12:51 Step 8/21 : COPY . . 06:12:52 ---> c4ff94c92d2c 06:12:52 Step 9/21 : RUN ${MAKE} 06:12:52 ---> Running in 6cd2db58c14c 06:12:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.0-dev.35" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:13:00 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:13:00 Removing intermediate container 6cd2db58c14c 06:13:00 ---> f572e0e6bfef 06:13:00 Step 10/21 : FROM scratch 06:13:00 ---> 06:13:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:00 ---> Running in cd3006486b10 06:13:00 Removing intermediate container cd3006486b10 06:13:00 ---> 60141c81978b 06:13:00 Step 12/21 : ENV APP_PORT=49990 06:13:01 ---> Running in f0c8ff6ff464 06:13:01 Removing intermediate container f0c8ff6ff464 06:13:01 ---> 92d2d725b9f6 06:13:01 Step 13/21 : EXPOSE $APP_PORT 06:13:01 ---> Running in 4688f1140786 06:13:01 Removing intermediate container 4688f1140786 06:13:01 ---> a65cb6b5ea5b 06:13:01 Step 14/21 : WORKDIR / 06:13:01 ---> Running in 56334000645b 06:13:01 Removing intermediate container 56334000645b 06:13:01 ---> 272178850683 06:13:01 Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:13:02 ---> 7721f873b205 06:13:02 Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:13:02 ---> 152cc4449953 06:13:02 Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:13:02 ---> 466440a780e6 06:13:02 Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:13:02 ---> Running in ce7ebde3a7c0 06:13:02 Removing intermediate container ce7ebde3a7c0 06:13:02 ---> 917dc06373f8 06:13:02 Step 19/21 : LABEL arch=amd64 06:13:02 ---> Running in aeb38ef17cd2 06:13:02 Removing intermediate container aeb38ef17cd2 06:13:02 ---> 2388091d8f34 06:13:02 Step 20/21 : LABEL git_sha=81b7cd9291b428fa4ba6e2c1479b175d963e3d04 06:13:02 ---> Running in 56e1f1ea43cd 06:13:02 Removing intermediate container 56e1f1ea43cd 06:13:02 ---> 7f1e897084fd 06:13:02 Step 21/21 : LABEL version=1.2.0-dev.35 06:13:02 ---> Running in eb7fa7cad873 06:13:03 Removing intermediate container eb7fa7cad873 06:13:03 ---> 99d77b311ac0 06:13:03 [Warning] One or more build-args [ARCH] were not consumed 06:13:03 Successfully built 99d77b311ac0 06:13:03 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:13:11 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.046s coverage: 11.4% of statements 06:13:11 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.025s coverage: 21.7% of statements 06:13:11 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:13:11 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.172s coverage: 36.9% of statements 06:13:11 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:13:11 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 06:13:11 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.610s coverage: 65.2% of statements 06:13:11 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:13:11 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:13:11 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:13:11 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.048s coverage: 52.6% of statements 06:13:11 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 06:13:11 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.335s coverage: 68.9% of statements 06:13:11 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:13:11 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:13:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:13:16 gofmt -l . 06:13:16 [ "`gofmt -l .`" = "" ] 06:13:16 ./bin/test-attribution-txt.sh 06:13:17 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:13:17 Warning: overwriting stash ‘coverage-report’ 06:13:17 Stashed 1 file(s) [Pipeline] } 06:13:17 $ docker stop --time=1 c53623f2fa7f3737e6dbd95b0a37be54e505abb7dec6e5665a499c038ed3c7a1 06:13:20 $ docker rm -f c53623f2fa7f3737e6dbd95b0a37be54e505abb7dec6e5665a499c038ed3c7a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:13:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:21 + ls -al . 06:13:21 total 220 06:13:21 drwxrwxr-x 11 jenkins jenkins 4096 Apr 27 06:13 . 06:13:21 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 06:10 .. 06:13:21 -rw-rw-r-- 1 jenkins jenkins 140 Apr 27 06:10 .dockerignore 06:13:21 drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 06:10 .git 06:13:21 drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 06:10 .github 06:13:21 -rw-rw-r-- 1 jenkins jenkins 138 Apr 27 06:10 .gitignore 06:13:21 drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 06:10 .semver 06:13:21 -rw-rw-r-- 1 jenkins jenkins 936 Apr 27 06:10 Dockerfile.build 06:13:21 -rw-rw-r-- 1 jenkins jenkins 808 Apr 27 06:10 Jenkinsfile 06:13:21 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 27 06:10 LICENSE 06:13:21 -rw-rw-r-- 1 jenkins jenkins 892 Apr 27 06:10 Makefile 06:13:21 -rw-rw-r-- 1 jenkins jenkins 2249 Apr 27 06:10 README.md 06:13:21 -rw-rw-r-- 1 jenkins jenkins 2024 Apr 27 06:10 RELEASE-NOTES.txt 06:13:21 -rw-rw-r-- 1 jenkins jenkins 12 Apr 27 06:08 VERSION 06:13:21 drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 06:10 api 06:13:21 drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 06:10 bin 06:13:21 -rw-r--r-- 1 jenkins jenkins 110877 Apr 27 06:13 coverage.out 06:13:21 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 06:10 example 06:13:21 -rw-r--r-- 1 jenkins jenkins 446 Apr 27 06:13 go.mod 06:13:21 -rw-r--r-- 1 jenkins jenkins 12076 Apr 27 06:13 go.sum 06:13:21 drwxrwxr-x 15 jenkins jenkins 4096 Apr 27 06:10 internal 06:13:21 drwxrwxr-x 5 jenkins jenkins 4096 Apr 27 06:10 pkg 06:13:21 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 06:10 snap 06:13:21 -rw-rw-r-- 1 jenkins jenkins 222 Apr 27 06:10 version.go [Pipeline] isUnix [Pipeline] sh 06:13:22 + 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=81b7cd9291b428fa4ba6e2c1479b175d963e3d04 --label arch=arm64 --label version=1.2.0-dev.35 . 06:13:22 Sending build context to Docker daemon 3.126MB 06:13:22 Step 1/21 : ARG BASE=golang:1.13-alpine 06:13:22 Step 2/21 : FROM ${BASE} AS builder 06:13:22 ---> a9b95584eb08 06:13:22 Step 3/21 : ARG MAKE='make build' 06:13:22 ---> Running in ce6d9430cd51 06:13:23 Removing intermediate container ce6d9430cd51 06:13:23 ---> cf9540673628 06:13:23 Step 4/21 : WORKDIR /device-sdk-go 06:13:23 ---> Running in cea00f899b68 06:13:23 Removing intermediate container cea00f899b68 06:13:23 ---> beb2f6368059 06:13:23 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:23 ---> Running in 564e9cbf3db2 06:13:24 Removing intermediate container 564e9cbf3db2 06:13:24 ---> ed150648bac8 06:13:24 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:24 ---> Running in dae9ab9ed8f9 06:13:26 Removing intermediate container dae9ab9ed8f9 06:13:26 ---> f12c795a6ca7 06:13:26 Step 7/21 : RUN apk add --update --no-cache make git 06:13:26 ---> Running in 36f026b97761 06:13:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:13:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:13:29 OK: 125 MiB in 39 packages 06:13:31 Removing intermediate container 36f026b97761 06:13:31 ---> 3981aacf0cd3 06:13:31 Step 8/21 : COPY . . 06:13:32 ---> a8dcd62c3282 06:13:32 Step 9/21 : RUN ${MAKE} 06:13:32 ---> Running in 87985eb00c4c 06:13:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.0-dev.35" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:13:59 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:13:59 Removing intermediate container 87985eb00c4c 06:13:59 ---> 6c3f39d6174a 06:13:59 Step 10/21 : FROM scratch 06:13:59 ---> 06:13:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:59 ---> Running in 20c07408a720 06:13:59 Removing intermediate container 20c07408a720 06:13:59 ---> d6b277cdc114 06:13:59 Step 12/21 : ENV APP_PORT=49990 06:13:59 ---> Running in cf2d658595ec 06:13:59 Removing intermediate container cf2d658595ec 06:13:59 ---> 56c22fd2dc92 06:13:59 Step 13/21 : EXPOSE $APP_PORT 06:13:59 ---> Running in a92e90f73909 06:13:59 Removing intermediate container a92e90f73909 06:13:59 ---> 7a842f727125 06:13:59 Step 14/21 : WORKDIR / 06:13:59 ---> Running in e5fa8cdae024 06:14:00 Removing intermediate container e5fa8cdae024 06:14:00 ---> 051fe6038e2a 06:14:00 Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:14:01 ---> 1627bdecdf6f 06:14:01 Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:14:01 ---> c5fa01ab4e42 06:14:01 Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:14:02 ---> c9471bcf9e61 06:14:02 Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:02 ---> Running in 3eeca57be249 06:14:02 Removing intermediate container 3eeca57be249 06:14:02 ---> f8fccdeee831 06:14:02 Step 19/21 : LABEL arch=arm64 06:14:02 ---> Running in e7dbb38d434b 06:14:03 Removing intermediate container e7dbb38d434b 06:14:03 ---> 80528f98ccba 06:14:03 Step 20/21 : LABEL git_sha=81b7cd9291b428fa4ba6e2c1479b175d963e3d04 06:14:03 ---> Running in c7c99708c1fc 06:14:03 Removing intermediate container c7c99708c1fc 06:14:03 ---> 71b1a8ba2f57 06:14:03 Step 21/21 : LABEL version=1.2.0-dev.35 06:14:03 ---> Running in 442a5798153e 06:14:03 Removing intermediate container 442a5798153e 06:14:03 ---> 8c040624009c 06:14:03 [Warning] One or more build-args [ARCH] were not consumed 06:14:03 Successfully built 8c040624009c 06:14:03 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:14:05 provisioning config files... 06:14:05 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8496213810718789007tmp [Pipeline] { [Pipeline] sh 06:14:06 + curl -s https://codecov.io/bash 06:14:06 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8496213810718789007tmp 06:14:06 06:14:06 _____ _ 06:14:06 / ____| | | 06:14:06 | | ___ __| | ___ ___ _____ __ 06:14:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:14:06 | |___| (_) | (_| | __/ (_| (_) \ V / 06:14:06 \_____\___/ \__,_|\___|\___\___/ \_/ 06:14:06 Bash-tbd 06:14:06 06:14:06 06:14:06 ==> Jenkins CI detected. 06:14:06 project root: . 06:14:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:14:06 ==> Running gcov in . (disable via -X gcov) 06:14:06 ==> Python coveragepy not found 06:14:06 ==> Searching for coverage reports in: 06:14:06 + . 06:14:06 -> Found 1 reports 06:14:06 ==> Detecting git/mercurial file structure 06:14:06 ==> Reading reports 06:14:06 + ./coverage.out bytes=110877 06:14:06 ==> Appending adjustments 06:14:06 http://docs.codecov.io/docs/fixing-reports 06:14:06 + Found adjustments 06:14:06 ==> Gzipping contents 06:14:06 ==> Uploading reports 06:14:06 url: https://codecov.io 06:14:06 query: branch=master&commit=81b7cd9291b428fa4ba6e2c1479b175d963e3d04&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F35%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job= 06:14:06 -> Pinging Codecov 06:14:06 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=81b7cd9291b428fa4ba6e2c1479b175d963e3d04&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F35%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job= 06:14:07 -> Uploading 06:14:07 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/81b7cd9291b428fa4ba6e2c1479b175d963e3d04 [Pipeline] } 06:14:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:14:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:14:07 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:14:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 06:14:08 06:14:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 06:14:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 06:14:08 1.217.3: Pulling from edgex-devops/edgex-snyk-go 06:14:08 e6b0cf9c0882: Pulling fs layer 06:14:08 2848faf0eed1: Pulling fs layer 06:14:08 0f37312ad70f: Pulling fs layer 06:14:08 7d08f2745646: Pulling fs layer 06:14:08 4c9f31393084: Pulling fs layer 06:14:08 eb21ddb83652: Pulling fs layer 06:14:08 345998794f6b: Pulling fs layer 06:14:08 97a711d68925: Pulling fs layer 06:14:08 7c8476c1cb00: Pulling fs layer 06:14:08 7d08f2745646: Waiting 06:14:08 4c9f31393084: Waiting 06:14:08 eb21ddb83652: Waiting 06:14:08 345998794f6b: Waiting 06:14:08 7c8476c1cb00: Waiting 06:14:08 97a711d68925: Waiting 06:14:08 0f37312ad70f: Verifying Checksum 06:14:08 0f37312ad70f: Download complete 06:14:08 2848faf0eed1: Download complete 06:14:08 4c9f31393084: Verifying Checksum 06:14:08 4c9f31393084: Download complete 06:14:08 eb21ddb83652: Download complete 06:14:08 e6b0cf9c0882: Verifying Checksum 06:14:08 e6b0cf9c0882: Download complete 06:14:08 345998794f6b: Verifying Checksum 06:14:08 345998794f6b: Download complete 06:14:09 e6b0cf9c0882: Pull complete 06:14:09 97a711d68925: Verifying Checksum 06:14:09 97a711d68925: Download complete 06:14:09 2848faf0eed1: Pull complete 06:14:09 7c8476c1cb00: Verifying Checksum 06:14:09 7c8476c1cb00: Download complete 06:14:09 0f37312ad70f: Pull complete 06:14:10 7d08f2745646: Verifying Checksum 06:14:10 7d08f2745646: Download complete 06:14:16 7d08f2745646: Pull complete 06:14:16 4c9f31393084: Pull complete 06:14:16 eb21ddb83652: Pull complete 06:14:18 345998794f6b: Pull complete 06:14:22 97a711d68925: Pull complete 06:14:22 7c8476c1cb00: Pull complete 06:14:22 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 06:14:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 06:14:22 prd-centos7-docker-4c-2g-6217 does not seem to be running inside a container 06:14:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 06:14:23 $ docker top e90450c9774a7ce420deba91e898e607ad3d6f409d2257856bd116b55e2a9eba -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:23 + snyk monitor '--org=edgex-jenkins' 06:14:50 06:14:50 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master... 06:14:50 06:14:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/bd7a4cd6-63cb-4b2a-b4ea-b166102b7483 06:14:50 06:14:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:14:50 06:14:51 [Pipeline] } 06:14:51 $ docker stop --time=1 e90450c9774a7ce420deba91e898e607ad3d6f409d2257856bd116b55e2a9eba 06:14:52 $ docker rm -f e90450c9774a7ce420deba91e898e607ad3d6f409d2257856bd116b55e2a9eba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 06:14:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:14:53 . [Pipeline] withDockerContainer 06:14:53 prd-centos7-docker-4c-2g-6217 does not seem to be running inside a container 06:14:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:14:54 $ docker top a3136f5675489a24aef84660cd6bf8fbe527aa5ba0cf07f0b10eda1264944c89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:14:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:14:54 [ssh-agent] Looking for ssh-agent implementation... 06:14:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:14:54 $ docker exec a3136f5675489a24aef84660cd6bf8fbe527aa5ba0cf07f0b10eda1264944c89 ssh-agent 06:14:55 SSH_AUTH_SOCK=/tmp/ssh-N8T2b9Ot2cbc/agent.14 06:14:55 SSH_AGENT_PID=21 06:14:55 Running ssh-add (command line suppressed) 06:14:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_614588478537070670.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_614588478537070670.key) 06:14:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:14:55 + git semver tag 06:14:55 # -> Open(): unable to determine branch for HEAD 06:14:55 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:14:55 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:14:55 # $SEMVER_REMOTE_NAME = origin 06:14:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:14:55 # $SEMVER_USER_NAME = edgex-jenkins 06:14:55 # $SEMVER_BRANCH = master 06:14:55 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:14:55 # 81b7cd9291b428fa4ba6e2c1479b175d963e3d04 HEAD 06:14:55 # -> Force: false 06:14:55 # 90bf199ad6c5aac85af798554b76266e015feb55 refs/tags/v1.2.0-dev.35 [Pipeline] } 06:14:55 $ docker exec --env ******** --env ******** a3136f5675489a24aef84660cd6bf8fbe527aa5ba0cf07f0b10eda1264944c89 ssh-agent -k 06:14:56 unset SSH_AUTH_SOCK; 06:14:56 unset SSH_AGENT_PID; 06:14:56 echo Agent pid 21 killed; 06:14:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:14:56 + git semver [Pipeline] } 06:14:56 $ docker stop --time=1 a3136f5675489a24aef84660cd6bf8fbe527aa5ba0cf07f0b10eda1264944c89 06:14:57 $ docker rm -f a3136f5675489a24aef84660cd6bf8fbe527aa5ba0cf07f0b10eda1264944c89 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:14:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:14:58 06:14:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:14:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:14:58 0.23.1-centos7: Pulling from edgex-lftools 06:14:58 ab5ef0e58194: Pulling fs layer 06:14:58 9712f1f96733: Pulling fs layer 06:14:58 63f879dbbcfc: Pulling fs layer 06:14:58 0d9ebad4ef96: Pulling fs layer 06:14:58 e9a5061849ea: Pulling fs layer 06:14:58 d747dcd14b5f: Pulling fs layer 06:14:58 2de7ff778b66: Pulling fs layer 06:14:58 0d9ebad4ef96: Waiting 06:14:58 e9a5061849ea: Waiting 06:14:58 d747dcd14b5f: Waiting 06:14:58 2de7ff778b66: Waiting 06:14:58 9712f1f96733: Verifying Checksum 06:14:58 9712f1f96733: Download complete 06:14:59 63f879dbbcfc: Verifying Checksum 06:14:59 63f879dbbcfc: Download complete 06:14:59 e9a5061849ea: Verifying Checksum 06:14:59 e9a5061849ea: Download complete 06:14:59 d747dcd14b5f: Verifying Checksum 06:14:59 d747dcd14b5f: Download complete 06:14:59 2de7ff778b66: Verifying Checksum 06:14:59 2de7ff778b66: Download complete 06:14:59 0d9ebad4ef96: Verifying Checksum 06:14:59 0d9ebad4ef96: Download complete 06:14:59 ab5ef0e58194: Verifying Checksum 06:14:59 ab5ef0e58194: Download complete 06:15:05 ab5ef0e58194: Pull complete 06:15:05 9712f1f96733: Pull complete 06:15:07 63f879dbbcfc: Pull complete 06:15:12 0d9ebad4ef96: Pull complete 06:15:14 e9a5061849ea: Pull complete 06:15:14 d747dcd14b5f: Pull complete 06:15:17 2de7ff778b66: Pull complete 06:15:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:15:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:15:17 prd-centos7-docker-4c-2g-6217 does not seem to be running inside a container 06:15:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:15:18 $ docker top fa4e791a8e6e9c642bb70f027de7bc1dae0ff357784bbcacadb71cff7b580da8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:15:18 provisioning config files... 06:15:18 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4105603151652486820tmp 06:15:18 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config466390373878624182tmp 06:15:18 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7655743207556097517tmp [Pipeline] { [Pipeline] echo 06:15:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:15:19 ---> sigul-configuration.sh 06:15:19 gpg: directory `/root/.gnupg' created 06:15:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:15:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:15:19 gpg: keyring `/root/.gnupg/secring.gpg' created 06:15:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:15:19 gpg: CAST5 encrypted data 06:15:19 gpg: encrypted with 1 passphrase 06:15:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:15:19 + mkdir /home/jenkins 06:15:19 + mkdir /home/jenkins/sigul [Pipeline] sh 06:15:19 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 06:15:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:15:20 ---> sigul-install.sh 06:15:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:15:28 + git tag --list 06:15:28 v1.2.0-dev.35 [Pipeline] sh 06:15:29 + lftools sign git-tag v1.2.0-dev.35 06:15:30 Signing Git tag with Sigul... 06:15:30 Signing v1.2.0-dev.35 [Pipeline] echo 06:15:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:15:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:15:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:15:31 $ docker stop --time=1 fa4e791a8e6e9c642bb70f027de7bc1dae0ff357784bbcacadb71cff7b580da8 06:15:33 $ docker rm -f fa4e791a8e6e9c642bb70f027de7bc1dae0ff357784bbcacadb71cff7b580da8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:15:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:15:33 . [Pipeline] withDockerContainer 06:15:33 prd-centos7-docker-4c-2g-6217 does not seem to be running inside a container 06:15:34 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:15:34 $ docker top 92b6e197fde4fd21b4a678d8a01950218accfd870343488603c076451ba51ea2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:15:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:15:34 [ssh-agent] Looking for ssh-agent implementation... 06:15:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:15:35 $ docker exec 92b6e197fde4fd21b4a678d8a01950218accfd870343488603c076451ba51ea2 ssh-agent 06:15:35 SSH_AUTH_SOCK=/tmp/ssh-93uOziCLNrEP/agent.14 06:15:35 SSH_AGENT_PID=21 06:15:35 Running ssh-add (command line suppressed) 06:15:35 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9043825299786087013.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9043825299786087013.key) 06:15:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:15:35 + git semver bump pre 06:15:35 # -> Open(): unable to determine branch for HEAD 06:15:35 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:15:35 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:15:35 # $SEMVER_REMOTE_NAME = origin 06:15:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:15:35 # $SEMVER_USER_NAME = edgex-jenkins 06:15:35 # $SEMVER_BRANCH = master 06:15:35 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:15:35 1.2.0-dev.36 [Pipeline] } 06:15:35 $ docker exec --env ******** --env ******** 92b6e197fde4fd21b4a678d8a01950218accfd870343488603c076451ba51ea2 ssh-agent -k 06:15:36 unset SSH_AUTH_SOCK; 06:15:36 unset SSH_AGENT_PID; 06:15:36 echo Agent pid 21 killed; 06:15:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:15:36 + git semver [Pipeline] } 06:15:36 $ docker stop --time=1 92b6e197fde4fd21b4a678d8a01950218accfd870343488603c076451ba51ea2 06:15:37 $ docker rm -f 92b6e197fde4fd21b4a678d8a01950218accfd870343488603c076451ba51ea2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:15:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:15:38 . [Pipeline] withDockerContainer 06:15:38 prd-centos7-docker-4c-2g-6217 does not seem to be running inside a container 06:15:38 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:15:39 $ docker top c9e7bef857c62c242a82f7dae78cc86ebb071a746c5283ec527a9d13a16b8eff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:15:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:15:39 [ssh-agent] Looking for ssh-agent implementation... 06:15:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:15:39 $ docker exec c9e7bef857c62c242a82f7dae78cc86ebb071a746c5283ec527a9d13a16b8eff ssh-agent 06:15:39 SSH_AUTH_SOCK=/tmp/ssh-yeTn9yLvAJ7q/agent.15 06:15:39 SSH_AGENT_PID=21 06:15:39 Running ssh-add (command line suppressed) 06:15:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7174555986163750433.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7174555986163750433.key) 06:15:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:15:40 + git semver push 06:15:40 # -> Open(): unable to determine branch for HEAD 06:15:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:15:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:15:40 # $SEMVER_REMOTE_NAME = origin 06:15:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:15:40 # $SEMVER_USER_NAME = edgex-jenkins 06:15:40 # $SEMVER_BRANCH = master 06:15:40 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:15:46 $ docker exec --env ******** --env ******** c9e7bef857c62c242a82f7dae78cc86ebb071a746c5283ec527a9d13a16b8eff ssh-agent -k 06:15:46 unset SSH_AUTH_SOCK; 06:15:46 unset SSH_AGENT_PID; 06:15:46 echo Agent pid 21 killed; 06:15:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:15:47 + git semver [Pipeline] } 06:15:47 $ docker stop --time=1 c9e7bef857c62c242a82f7dae78cc86ebb071a746c5283ec527a9d13a16b8eff 06:15:48 $ docker rm -f c9e7bef857c62c242a82f7dae78cc86ebb071a746c5283ec527a9d13a16b8eff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:15:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:15:50 ---> package-listing.sh 06:15:50 ++ facter osfamily 06:15:50 ++ tr '[:upper:]' '[:lower:]' 06:15:50 + OS_FAMILY=redhat 06:15:50 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 06:15:50 + START_PACKAGES=/tmp/packages_start.txt 06:15:50 + END_PACKAGES=/tmp/packages_end.txt 06:15:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:15:50 + PACKAGES=/tmp/packages_start.txt 06:15:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:15:50 + PACKAGES=/tmp/packages_end.txt 06:15:50 + case "${OS_FAMILY}" in 06:15:50 + rpm -qa 06:15:50 + sort 06:15:54 + '[' -f /tmp/packages_start.txt ']' 06:15:54 + '[' -f /tmp/packages_end.txt ']' 06:15:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:15:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:15:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 06:15:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 06:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:15:54 06:15:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:15:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:15:55 alpine: Pulling from edgex-lftools-log-publisher 06:15:55 c9b1b535fdd9: Pulling fs layer 06:15:55 2cc5ad85d9ab: Pulling fs layer 06:15:55 756a868c4378: Pulling fs layer 06:15:55 444b2fc9a129: Pulling fs layer 06:15:55 ea15f1150254: Pulling fs layer 06:15:55 41b27a9f41bf: Pulling fs layer 06:15:55 28c525ee5125: Pulling fs layer 06:15:55 094b1ea09ed8: Pulling fs layer 06:15:55 138eaada9080: Pulling fs layer 06:15:55 0622d0fa9048: Pulling fs layer 06:15:55 41b27a9f41bf: Waiting 06:15:55 138eaada9080: Waiting 06:15:55 0622d0fa9048: Waiting 06:15:55 094b1ea09ed8: Waiting 06:15:55 444b2fc9a129: Waiting 06:15:55 28c525ee5125: Waiting 06:15:55 ea15f1150254: Waiting 06:15:55 2cc5ad85d9ab: Download complete 06:15:55 444b2fc9a129: Verifying Checksum 06:15:55 444b2fc9a129: Download complete 06:15:55 c9b1b535fdd9: Verifying Checksum 06:15:55 c9b1b535fdd9: Download complete 06:15:55 ea15f1150254: Verifying Checksum 06:15:55 ea15f1150254: Download complete 06:15:55 28c525ee5125: Verifying Checksum 06:15:55 28c525ee5125: Download complete 06:15:55 c9b1b535fdd9: Pull complete 06:15:55 756a868c4378: Verifying Checksum 06:15:55 756a868c4378: Download complete 06:15:55 094b1ea09ed8: Verifying Checksum 06:15:55 094b1ea09ed8: Download complete 06:15:55 138eaada9080: Verifying Checksum 06:15:55 138eaada9080: Download complete 06:15:55 0622d0fa9048: Download complete 06:15:56 41b27a9f41bf: Verifying Checksum 06:15:56 41b27a9f41bf: Download complete 06:15:57 2cc5ad85d9ab: Pull complete 06:15:59 756a868c4378: Pull complete 06:15:59 444b2fc9a129: Pull complete 06:15:59 ea15f1150254: Pull complete 06:16:04 41b27a9f41bf: Pull complete 06:16:04 28c525ee5125: Pull complete 06:16:06 094b1ea09ed8: Pull complete 06:16:06 138eaada9080: Pull complete 06:16:06 0622d0fa9048: Pull complete 06:16:06 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:16:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:16:06 prd-centos7-docker-4c-2g-6217 does not seem to be running inside a container 06:16:06 $ 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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:16:07 $ docker top b1c6008e9548b02795cb6d7ac3e9a34e1354f40b52355c1f852582016fb48624 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:16:07 provisioning config files... 06:16:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6561914453760489858tmp [Pipeline] { [Pipeline] echo 06:16:07 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:16:08 ---> create-netrc.sh [Pipeline] echo 06:16:08 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:16:08 ---> logs-deploy.sh 06:16:08 + ARCHIVE_ARTIFACTS= 06:16:08 + LOGS_SERVER=https://logs.edgexfoundry.org 06:16:08 + '[' https://logs.edgexfoundry.org == None ']' 06:16:08 + NEXUS_URL=https://nexus.edgexfoundry.org 06:16:08 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/35 06:16:08 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/35/ 06:16:08 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/35 /w/workspace/dgexfoundry_device-sdk-go_master 06:16:09 Archives upload complete. 06:16:09 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/35 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/35/