Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 95692bfba5b6922b9479d5fc02f4a388c744689f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7105 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 Checking out Revision 95692bfba5b6922b9479d5fc02f4a388c744689f (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 95692bfba5b6922b9479d5fc02f4a388c744689f # timeout=10 Commit message: "Merge pull request #521 from hahattan/issue-520" > git rev-list --no-walk a939715cd6b2ce15799d62ce2550d8dc39d33fc5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:56:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:56:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:56:35 ========================================================= 06:56:35 EdgeX Global Pipelines Version Info 06:56:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:56:36 ------------------- 06:56:36 stable info: 06:56:36 ------------------- 06:56:36 Commited By: Emilio Reyes emilio.reyes@intel.com 06:56:36 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 06:56:36 Message: update stable to v1.0.87 06:56:37 ------------------- 06:56:37 experimental info: 06:56:37 ------------------- 06:56:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:56:37 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 06:56:37 Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 06:56:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:56:38 06:56:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:56:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:56:39 latest: Pulling from edgex-devops/git-semver 06:56:39 9123ac7c32f7: Pulling fs layer 06:56:39 b8cc5d1170e3: Pulling fs layer 06:56:39 2924cbbf6a41: Pulling fs layer 06:56:39 93b08a4f1073: Pulling fs layer 06:56:39 93b08a4f1073: Waiting 06:56:39 b8cc5d1170e3: Verifying Checksum 06:56:39 b8cc5d1170e3: Download complete 06:56:39 9123ac7c32f7: Verifying Checksum 06:56:39 9123ac7c32f7: Download complete 06:56:39 2924cbbf6a41: Verifying Checksum 06:56:39 2924cbbf6a41: Download complete 06:56:39 93b08a4f1073: Verifying Checksum 06:56:39 93b08a4f1073: Download complete 06:56:39 9123ac7c32f7: Pull complete 06:56:39 b8cc5d1170e3: Pull complete 06:56:40 2924cbbf6a41: Pull complete 06:56:40 93b08a4f1073: Pull complete 06:56:40 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 06:56:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:56:41 prd-centos7-docker-4c-2g-7105 does not seem to be running inside a container 06:56:41 $ 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:56:41 $ docker top 8f03e5f70dbea29e2212ad874e3949e16e90b2637d3cd31679785282752a6119 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:56:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:56:42 [ssh-agent] Looking for ssh-agent implementation... 06:56:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:56:42 $ docker exec 8f03e5f70dbea29e2212ad874e3949e16e90b2637d3cd31679785282752a6119 ssh-agent 06:56:42 SSH_AUTH_SOCK=/tmp/ssh-HyN4yoJpUZlb/agent.15 06:56:42 SSH_AGENT_PID=22 06:56:42 Running ssh-add (command line suppressed) 06:56:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2236689414966071430.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2236689414966071430.key) 06:56:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:56:43 + git describe --exact-match --tags HEAD 06:56:43 fatal: No names found, cannot describe anything. [Pipeline] } 06:56:43 $ docker exec --env ******** --env ******** 8f03e5f70dbea29e2212ad874e3949e16e90b2637d3cd31679785282752a6119 ssh-agent -k 06:56:43 unset SSH_AUTH_SOCK; 06:56:43 unset SSH_AGENT_PID; 06:56:43 echo Agent pid 22 killed; 06:56:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:56:43 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:56:43 This usually means this commit has not been tagged. [Pipeline] sshagent 06:56:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:56:43 [ssh-agent] Looking for ssh-agent implementation... 06:56:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:56:43 $ docker exec 8f03e5f70dbea29e2212ad874e3949e16e90b2637d3cd31679785282752a6119 ssh-agent 06:56:43 SSH_AUTH_SOCK=/tmp/ssh-qcMJYwpPkgiE/agent.58 06:56:43 SSH_AGENT_PID=65 06:56:43 Running ssh-add (command line suppressed) 06:56:44 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5065816272349987578.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5065816272349987578.key) 06:56:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:56:44 + git semver init 06:56:44 # -> Open(): unable to determine branch for HEAD 06:56:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:56:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:56:44 # $SEMVER_REMOTE_NAME = origin 06:56:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:56:44 # $SEMVER_USER_NAME = edgex-jenkins 06:56:44 # $SEMVER_BRANCH = master 06:56:44 # $SEMVER_TEMP = /tmp/semver-271821705 06:56:44 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:56:44 # '/tmp/semver-271821705' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:56:44 # -> Force: false 06:56:44 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:56:45 $ docker exec --env ******** --env ******** 8f03e5f70dbea29e2212ad874e3949e16e90b2637d3cd31679785282752a6119 ssh-agent -k 06:56:45 unset SSH_AUTH_SOCK; 06:56:45 unset SSH_AGENT_PID; 06:56:45 echo Agent pid 65 killed; 06:56:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:56:45 + git semver [Pipeline] } 06:56:45 $ docker stop --time=1 8f03e5f70dbea29e2212ad874e3949e16e90b2637d3cd31679785282752a6119 06:56:46 $ docker rm -f 8f03e5f70dbea29e2212ad874e3949e16e90b2637d3cd31679785282752a6119 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:56:47 Stashed 57 file(s) [Pipeline] echo 06:56:47 [edgeXSemver] initialized semver on version 1.2.1-dev.2 [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:57:03 Still waiting to schedule task 06:57:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:57:03 Still waiting to schedule task 06:57:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:59:27 Running on prd-centos7-docker-4c-2g-7108 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:59:27 Running in /w/workspace/device-sdk-go/38 [Pipeline] { [Pipeline] checkout 06:59:33 using credential edgex-jenkins-ssh 06:59:33 Cloning the remote Git repository 06:59:33 Cloning with configured refspecs honoured and without tags 06:59:33 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:59:34 Fetching without tags 06:59:33 > git init /w/workspace/device-sdk-go/38 # timeout=10 06:59:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:59:33 > git --version # timeout=10 06:59:33 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:59:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:59:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:59:34 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:34 Checking out Revision 95692bfba5b6922b9479d5fc02f4a388c744689f (master) 06:59:34 > git config core.sparsecheckout # timeout=10 06:59:34 > git checkout -f 95692bfba5b6922b9479d5fc02f4a388c744689f # timeout=10 06:59:39 Commit message: "Merge pull request #521 from hahattan/issue-520" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:59:40 ========================================================= 06:59:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:59:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:59:41 + 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:59:42 Sending build context to Docker daemon 3.025MB 06:59:42 Step 1/8 : ARG BASE=golang:1.13-alpine 06:59:42 Step 2/8 : FROM ${BASE} 06:59:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:59:42 e6b0cf9c0882: Pulling fs layer 06:59:42 2848faf0eed1: Pulling fs layer 06:59:42 0f37312ad70f: Pulling fs layer 06:59:42 5788d62ee057: Pulling fs layer 06:59:42 0e6b1d234666: Pulling fs layer 06:59:42 bf5d7aec512f: Pulling fs layer 06:59:42 34c802a77dc8: Pulling fs layer 06:59:42 9eb99e56ec68: Pulling fs layer 06:59:42 27c7a5d97fbd: Pulling fs layer 06:59:42 5c102a31e300: Pulling fs layer 06:59:42 dcfb455df0a1: Pulling fs layer 06:59:42 5788d62ee057: Waiting 06:59:42 0e6b1d234666: Waiting 06:59:42 bf5d7aec512f: Waiting 06:59:42 34c802a77dc8: Waiting 06:59:42 9eb99e56ec68: Waiting 06:59:42 27c7a5d97fbd: Waiting 06:59:42 5c102a31e300: Waiting 06:59:42 dcfb455df0a1: Waiting 06:59:42 0f37312ad70f: Verifying Checksum 06:59:42 0f37312ad70f: Download complete 06:59:42 2848faf0eed1: Verifying Checksum 06:59:42 2848faf0eed1: Download complete 06:59:42 0e6b1d234666: Verifying Checksum 06:59:42 0e6b1d234666: Download complete 06:59:42 bf5d7aec512f: Verifying Checksum 06:59:42 bf5d7aec512f: Download complete 06:59:42 e6b0cf9c0882: Download complete 06:59:43 e6b0cf9c0882: Pull complete 06:59:43 2848faf0eed1: Pull complete 06:59:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7107 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:59:43 Running in /w/workspace/device-sdk-go/38 [Pipeline] { [Pipeline] checkout 06:59:43 0f37312ad70f: Pull complete 06:59:44 34c802a77dc8: Verifying Checksum 06:59:44 34c802a77dc8: Download complete 06:59:44 27c7a5d97fbd: Verifying Checksum 06:59:44 27c7a5d97fbd: Download complete 06:59:45 5788d62ee057: Verifying Checksum 06:59:45 5788d62ee057: Download complete 06:59:45 9eb99e56ec68: Verifying Checksum 06:59:45 9eb99e56ec68: Download complete 06:59:45 dcfb455df0a1: Verifying Checksum 06:59:45 dcfb455df0a1: Download complete 06:59:45 5c102a31e300: Verifying Checksum 06:59:45 5c102a31e300: Download complete 06:59:49 using credential edgex-jenkins-ssh 06:59:49 Cloning the remote Git repository 06:59:49 Cloning with configured refspecs honoured and without tags 06:59:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:59:49 > git init /w/workspace/device-sdk-go/38 # timeout=10 06:59:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:59:50 > git --version # timeout=10 06:59:50 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:51 Fetching without tags 06:59:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:59:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:59:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:59:51 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:51 Checking out Revision 95692bfba5b6922b9479d5fc02f4a388c744689f (master) 06:59:51 > git config core.sparsecheckout # timeout=10 06:59:51 > git checkout -f 95692bfba5b6922b9479d5fc02f4a388c744689f # timeout=10 06:59:56 5788d62ee057: Pull complete 06:59:56 0e6b1d234666: Pull complete 06:59:56 bf5d7aec512f: Pull complete 06:59:56 Commit message: "Merge pull request #521 from hahattan/issue-520" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:59:57 ========================================================= 06:59:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:59:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:59: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:59:59 Sending build context to Docker daemon 3.025MB 06:59:59 Step 1/8 : ARG BASE=golang:1.13-alpine 06:59:59 Step 2/8 : FROM ${BASE} 07:00:00 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:00:00 cde5963f3b93: Pulling fs layer 07:00:00 2a23fa8c16f7: Pulling fs layer 07:00:00 777b28850792: Pulling fs layer 07:00:00 8a11ddd9e578: Pulling fs layer 07:00:00 4cf88f913ddb: Pulling fs layer 07:00:00 1df406cf5192: Pulling fs layer 07:00:00 cd6300453558: Pulling fs layer 07:00:00 b9c365052c96: Pulling fs layer 07:00:00 a2d8cc88f415: Pulling fs layer 07:00:00 ea1d1ca13537: Pulling fs layer 07:00:00 3750a50a1c5e: Pulling fs layer 07:00:00 1df406cf5192: Waiting 07:00:00 cd6300453558: Waiting 07:00:00 b9c365052c96: Waiting 07:00:00 a2d8cc88f415: Waiting 07:00:00 ea1d1ca13537: Waiting 07:00:00 3750a50a1c5e: Waiting 07:00:00 8a11ddd9e578: Waiting 07:00:00 4cf88f913ddb: Waiting 07:00:00 777b28850792: Verifying Checksum 07:00:00 777b28850792: Download complete 07:00:00 2a23fa8c16f7: Verifying Checksum 07:00:00 2a23fa8c16f7: Download complete 07:00:00 4cf88f913ddb: Download complete 07:00:00 1df406cf5192: Verifying Checksum 07:00:00 1df406cf5192: Download complete 07:00:00 cde5963f3b93: Verifying Checksum 07:00:00 cde5963f3b93: Download complete 07:00:01 cde5963f3b93: Pull complete 07:00:02 2a23fa8c16f7: Pull complete 07:00:02 777b28850792: Pull complete 07:00:02 34c802a77dc8: Pull complete 07:00:04 cd6300453558: Verifying Checksum 07:00:04 cd6300453558: Download complete 07:00:04 a2d8cc88f415: Verifying Checksum 07:00:04 a2d8cc88f415: Download complete 07:00:06 ea1d1ca13537: Verifying Checksum 07:00:06 ea1d1ca13537: Download complete 07:00:06 3750a50a1c5e: Verifying Checksum 07:00:06 3750a50a1c5e: Download complete 07:00:07 9eb99e56ec68: Pull complete 07:00:07 27c7a5d97fbd: Pull complete 07:00:08 5c102a31e300: Pull complete 07:00:08 dcfb455df0a1: Pull complete 07:00:08 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 07:00:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:00:08 ---> 7c70fe431013 07:00:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:00:09 ---> Running in 77262e24912e 07:00:09 Removing intermediate container 77262e24912e 07:00:09 ---> 0c3b2ae7b806 07:00:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:09 ---> Running in ce2287d501c8 07:00:09 b9c365052c96: Verifying Checksum 07:00:09 b9c365052c96: Download complete 07:00:10 Removing intermediate container ce2287d501c8 07:00:10 ---> d688cdb5f558 07:00:10 Step 5/8 : RUN apk add --no-cache make git 07:00:10 ---> Running in 4f87375e0e18 07:00:11 8a11ddd9e578: Verifying Checksum 07:00:11 8a11ddd9e578: Download complete 07:00:11 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 07:00:12 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 07:00:13 OK: 143 MiB in 39 packages 07:00:13 Removing intermediate container 4f87375e0e18 07:00:13 ---> fa57db736bc2 07:00:13 Step 6/8 : WORKDIR /device-sdk-go 07:00:14 ---> Running in 8647ee5517d9 07:00:14 Removing intermediate container 8647ee5517d9 07:00:14 ---> 02b6c32c1f9b 07:00:14 Step 7/8 : COPY . . 07:00:14 ---> e58f049c4bd6 07:00:14 Step 8/8 : RUN go mod download 07:00:15 ---> Running in c90d665c6b44 07:00:17 go: finding github.com/BurntSushi/toml v0.3.1 07:00:17 go: finding github.com/OneOfOne/xxhash v1.2.6 07:00:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:00:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:00:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:00:17 go: finding github.com/bgentry/speakeasy v0.1.0 07:00:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:00:17 go: finding github.com/davecgh/go-spew v1.1.1 07:00:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 07:00:17 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:00:17 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 07:00:17 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:00:17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:00:17 go: finding github.com/fatih/color v1.7.0 07:00:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:00:17 go: finding github.com/go-kit/kit v0.8.0 07:00:17 go: finding github.com/go-logfmt/logfmt v0.4.0 07:00:17 go: finding github.com/go-stack/stack v1.8.0 07:00:17 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:00:17 go: finding github.com/google/uuid v1.1.0 07:00:17 go: finding github.com/gorilla/mux v1.7.1 07:00:17 go: finding github.com/hashicorp/consul/api v1.1.0 07:00:17 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:00:17 go: finding github.com/hashicorp/errwrap v1.0.0 07:00:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:00:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:00:17 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:00:17 go: finding github.com/hashicorp/go-multierror v1.0.0 07:00:17 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:00:17 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:00:17 go: finding github.com/hashicorp/go-syslog v1.0.0 07:00:17 go: finding github.com/hashicorp/go-uuid v1.0.1 07:00:17 go: finding github.com/hashicorp/go.net v0.0.1 07:00:17 go: finding github.com/hashicorp/golang-lru v0.5.0 07:00:17 go: finding github.com/hashicorp/logutils v1.0.0 07:00:17 go: finding github.com/hashicorp/mdns v1.0.0 07:00:17 go: finding github.com/hashicorp/memberlist v0.1.3 07:00:17 go: finding github.com/hashicorp/serf v0.8.2 07:00:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:00:17 go: finding github.com/mattn/go-colorable v0.0.9 07:00:17 go: finding github.com/mattn/go-isatty v0.0.3 07:00:17 go: finding github.com/miekg/dns v1.0.14 07:00:17 go: finding github.com/mitchellh/cli v1.0.0 07:00:17 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:00:17 go: finding github.com/mitchellh/copystructure v1.0.0 07:00:17 go: finding github.com/mitchellh/go-homedir v1.0.0 07:00:17 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:00:17 go: finding github.com/mitchellh/gox v0.4.0 07:00:17 go: finding github.com/mitchellh/iochan v1.0.0 07:00:17 go: finding github.com/mitchellh/mapstructure v1.1.2 07:00:17 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:00:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:00:18 go: finding github.com/pelletier/go-toml v1.2.0 07:00:18 go: finding github.com/pkg/errors v0.8.1 07:00:18 go: finding github.com/pmezard/go-difflib v1.0.0 07:00:18 go: finding github.com/posener/complete v1.1.1 07:00:18 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:00:18 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:00:18 go: finding github.com/stretchr/objx v0.1.0 07:00:18 go: finding github.com/stretchr/testify v1.5.1 07:00:18 go: finding github.com/ugorji/go v1.1.4 07:00:18 go: finding github.com/x448/float16 v0.8.4 07:00:18 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:00:18 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 07:00:18 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:00:18 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:00:18 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 07:00:18 go: finding gopkg.in/yaml.v2 v2.2.8 07:00:23 Removing intermediate container c90d665c6b44 07:00:23 ---> daf32ac7cd84 07:00:23 Successfully built daf32ac7cd84 07:00:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:00:23 8a11ddd9e578: Pull complete 07:00:23 4cf88f913ddb: Pull complete 07:00:23 1df406cf5192: Pull complete 07:00:23 + docker inspect -f . ci-base-image-x86_64 07:00:23 . [Pipeline] withDockerContainer 07:00:24 prd-centos7-docker-4c-2g-7108 does not seem to be running inside a container 07:00:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/38 -v /w/workspace/device-sdk-go/38:/w/workspace/device-sdk-go/38:rw,z -v /w/workspace/device-sdk-go/38@tmp:/w/workspace/device-sdk-go/38@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-x86_64 cat 07:00:25 $ docker top 13faef04cdeb1cc0aef88b54245881049eadb1a683a7c3ecc6f52475354a4601 -eo pid,comm [Pipeline] { [Pipeline] sh 07:00:26 + go version 07:00:26 go version go1.13.5 linux/amd64 [Pipeline] sh 07:00:26 + make test 07:00:26 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:00:27 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:00:29 cd6300453558: Pull complete 07:00:33 b9c365052c96: Pull complete 07:00:33 a2d8cc88f415: Pull complete 07:00:35 ea1d1ca13537: Pull complete 07:00:36 3750a50a1c5e: Pull complete 07:00:36 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 07:00:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:00:36 ---> 78745c68409d 07:00:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:00:40 ---> Running in 80db358345a1 07:00:40 Removing intermediate container 80db358345a1 07:00:40 ---> 7c95606b7869 07:00:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:40 ---> Running in cbb74aacc330 07:00:42 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:00:42 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:00:42 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:00:42 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.024s coverage: 22.1% of statements 07:00:43 Removing intermediate container cbb74aacc330 07:00:43 ---> 54f40e84e72a 07:00:43 Step 5/8 : RUN apk add --no-cache make git 07:00:43 ---> Running in fdf0bb682479 07:00:43 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 07:00:44 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 07:00:45 OK: 125 MiB in 39 packages 07:00:46 Removing intermediate container fdf0bb682479 07:00:46 ---> a83fb02d2f9e 07:00:46 Step 6/8 : WORKDIR /device-sdk-go 07:00:46 ---> Running in c2c2a4136ba4 07:00:46 Removing intermediate container c2c2a4136ba4 07:00:46 ---> 393d03a0f8a2 07:00:46 Step 7/8 : COPY . . 07:00:48 ---> 04524c903809 07:00:48 Step 8/8 : RUN go mod download 07:00:48 ---> Running in daa13bde1c97 07:00:49 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.090s coverage: 95.8% of statements 07:00:50 go: finding github.com/BurntSushi/toml v0.3.1 07:00:50 go: finding github.com/OneOfOne/xxhash v1.2.6 07:00:50 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:00:50 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:00:50 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:00:50 go: finding github.com/bgentry/speakeasy v0.1.0 07:00:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:00:50 go: finding github.com/davecgh/go-spew v1.1.1 07:00:50 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 07:00:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:00:50 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 07:00:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:00:50 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:00:50 go: finding github.com/fatih/color v1.7.0 07:00:50 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:00:50 go: finding github.com/go-kit/kit v0.8.0 07:00:50 go: finding github.com/go-logfmt/logfmt v0.4.0 07:00:50 go: finding github.com/go-stack/stack v1.8.0 07:00:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:00:50 go: finding github.com/google/uuid v1.1.0 07:00:50 go: finding github.com/gorilla/mux v1.7.1 07:00:50 go: finding github.com/hashicorp/consul/api v1.1.0 07:00:50 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:00:50 go: finding github.com/hashicorp/errwrap v1.0.0 07:00:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:00:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:00:50 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:00:50 go: finding github.com/hashicorp/go-multierror v1.0.0 07:00:50 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:00:50 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:00:50 go: finding github.com/hashicorp/go-syslog v1.0.0 07:00:50 go: finding github.com/hashicorp/go-uuid v1.0.1 07:00:50 go: finding github.com/hashicorp/go.net v0.0.1 07:00:50 go: finding github.com/hashicorp/golang-lru v0.5.0 07:00:50 go: finding github.com/hashicorp/logutils v1.0.0 07:00:50 go: finding github.com/hashicorp/mdns v1.0.0 07:00:50 go: finding github.com/hashicorp/memberlist v0.1.3 07:00:50 go: finding github.com/hashicorp/serf v0.8.2 07:00:50 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:00:50 go: finding github.com/mattn/go-colorable v0.0.9 07:00:50 go: finding github.com/mattn/go-isatty v0.0.3 07:00:50 go: finding github.com/miekg/dns v1.0.14 07:00:50 go: finding github.com/mitchellh/cli v1.0.0 07:00:50 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:00:50 go: finding github.com/mitchellh/copystructure v1.0.0 07:00:50 go: finding github.com/mitchellh/go-homedir v1.0.0 07:00:50 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:00:50 go: finding github.com/mitchellh/gox v0.4.0 07:00:50 go: finding github.com/mitchellh/iochan v1.0.0 07:00:50 go: finding github.com/mitchellh/mapstructure v1.1.2 07:00:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:00:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:00:50 go: finding github.com/pelletier/go-toml v1.2.0 07:00:50 go: finding github.com/pkg/errors v0.8.1 07:00:50 go: finding github.com/pmezard/go-difflib v1.0.0 07:00:50 go: finding github.com/posener/complete v1.1.1 07:00:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:00:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:00:50 go: finding github.com/stretchr/objx v0.1.0 07:00:50 go: finding github.com/stretchr/testify v1.5.1 07:00:50 go: finding github.com/ugorji/go v1.1.4 07:00:50 go: finding github.com/x448/float16 v0.8.4 07:00:50 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:00:50 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 07:00:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:00:50 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:00:50 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 07:00:50 go: finding gopkg.in/yaml.v2 v2.2.8 07:01:00 Removing intermediate container daa13bde1c97 07:01:00 ---> 4af86a5af160 07:01:00 Successfully built 4af86a5af160 07:01:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:01:01 + docker inspect -f . ci-base-image-arm64 07:01:01 . [Pipeline] withDockerContainer 07:01:02 prd-ubuntu18.04-docker-arm64-4c-16g-7107 does not seem to be running inside a container 07:01:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/38 -v /w/workspace/device-sdk-go/38:/w/workspace/device-sdk-go/38:rw,z -v /w/workspace/device-sdk-go/38@tmp:/w/workspace/device-sdk-go/38@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 07:01:03 $ docker top 20db67549e21339372e703f78ce041168c1d156f68a15dda3500e608115675cb -eo pid,comm [Pipeline] { [Pipeline] sh 07:01:04 + go version 07:01:04 go version go1.13.5 linux/arm64 [Pipeline] sh 07:01:05 + make test 07:01:05 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:01:06 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:01:21 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.046s coverage: 11.4% of statements 07:01:21 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.014s coverage: 21.7% of statements 07:01:21 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:01:21 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.135s coverage: 36.9% of statements 07:01:21 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:01:21 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 07:01:21 ok github.com/edgexfoundry/device-sdk-go/internal/handler 1.145s coverage: 65.2% of statements 07:01:21 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:01:21 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:01:21 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:01:21 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.028s coverage: 52.6% of statements 07:01:21 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 07:01:21 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.620s coverage: 68.9% of statements 07:01:21 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:01:21 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:01:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:01:23 gofmt -l . 07:01:24 [ "`gofmt -l .`" = "" ] 07:01:24 ./bin/test-attribution-txt.sh 07:01:25 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:01:27 Stashed 1 file(s) [Pipeline] } 07:01:27 $ docker stop --time=1 13faef04cdeb1cc0aef88b54245881049eadb1a683a7c3ecc6f52475354a4601 07:01:29 $ docker rm -f 13faef04cdeb1cc0aef88b54245881049eadb1a683a7c3ecc6f52475354a4601 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:01:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:01:30 + ls -al . 07:01:30 total 180 07:01:30 drwxrwxr-x. 11 jenkins jenkins 4096 May 4 07:01 . 07:01:30 drwxrwxr-x. 4 jenkins jenkins 30 May 4 06:59 .. 07:01:30 drwxrwxr-x. 3 jenkins jenkins 20 May 4 06:59 api 07:01:30 drwxrwxr-x. 2 jenkins jenkins 64 May 4 06:59 bin 07:01:30 -rw-r--r--. 1 jenkins jenkins 110877 May 4 07:01 coverage.out 07:01:30 -rw-rw-r--. 1 jenkins jenkins 936 May 4 06:59 Dockerfile.build 07:01:30 -rw-rw-r--. 1 jenkins jenkins 140 May 4 06:59 .dockerignore 07:01:30 drwxrwxr-x. 4 jenkins jenkins 48 May 4 06:59 example 07:01:30 drwxrwxr-x. 8 jenkins jenkins 162 May 4 06:59 .git 07:01:30 drwxrwxr-x. 2 jenkins jenkins 38 May 4 06:59 .github 07:01:30 -rw-rw-r--. 1 jenkins jenkins 138 May 4 06:59 .gitignore 07:01:30 -rw-r--r--. 1 jenkins jenkins 446 May 4 07:01 go.mod 07:01:30 -rw-r--r--. 1 jenkins jenkins 12076 May 4 07:01 go.sum 07:01:30 drwxrwxr-x. 15 jenkins jenkins 217 May 4 06:59 internal 07:01:30 -rw-rw-r--. 1 jenkins jenkins 808 May 4 06:59 Jenkinsfile 07:01:30 -rw-rw-r--. 1 jenkins jenkins 11341 May 4 06:59 LICENSE 07:01:30 -rw-rw-r--. 1 jenkins jenkins 892 May 4 06:59 Makefile 07:01:30 drwxrwxr-x. 5 jenkins jenkins 50 May 4 06:59 pkg 07:01:30 -rw-rw-r--. 1 jenkins jenkins 2249 May 4 06:59 README.md 07:01:30 -rw-rw-r--. 1 jenkins jenkins 3636 May 4 06:59 RELEASE-NOTES.txt 07:01:30 drwxrwxr-x. 3 jenkins jenkins 59 May 4 06:59 .semver 07:01:30 drwxrwxr-x. 4 jenkins jenkins 54 May 4 06:59 snap 07:01:30 -rw-rw-r--. 1 jenkins jenkins 11 May 4 06:56 VERSION 07:01:30 -rw-rw-r--. 1 jenkins jenkins 222 May 4 06:59 version.go [Pipeline] isUnix [Pipeline] sh 07:01:31 + 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=95692bfba5b6922b9479d5fc02f4a388c744689f --label arch=amd64 --label version=1.2.1-dev.2 . 07:01:31 Sending build context to Docker daemon 3.153MB 07:01:31 Step 1/21 : ARG BASE=golang:1.13-alpine 07:01:31 Step 2/21 : FROM ${BASE} AS builder 07:01:31 ---> daf32ac7cd84 07:01:31 Step 3/21 : ARG MAKE='make build' 07:01:31 ---> Running in a1d4ef321509 07:01:31 Removing intermediate container a1d4ef321509 07:01:31 ---> 1fd5b6f5bfe6 07:01:31 Step 4/21 : WORKDIR /device-sdk-go 07:01:31 ---> Running in 5441cabe343c 07:01:32 Removing intermediate container 5441cabe343c 07:01:32 ---> 2e0c105d7783 07:01:32 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:01:32 ---> Running in 678ce2538215 07:01:32 Removing intermediate container 678ce2538215 07:01:32 ---> ad4b6a3ccb82 07:01:32 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:01:32 ---> Running in ced7154dc78e 07:01:33 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:01:33 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:01:33 Removing intermediate container ced7154dc78e 07:01:33 ---> 2a88b9a843a2 07:01:33 Step 7/21 : RUN apk add --update --no-cache make git 07:01:33 ---> Running in bc188a323fbf 07:01:34 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 07:01:34 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 07:01:35 OK: 143 MiB in 39 packages 07:01:35 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.027s coverage: 22.1% of statements 07:01:35 Removing intermediate container bc188a323fbf 07:01:35 ---> b014055ab9ed 07:01:35 Step 8/21 : COPY . . 07:01:36 ---> 80ca06eb7693 07:01:36 Step 9/21 : RUN ${MAKE} 07:01:36 ---> Running in 4969f87c1d62 07:01:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.1-dev.2" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:01:38 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.157s coverage: 95.8% of statements 07:01:52 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:01:53 Removing intermediate container 4969f87c1d62 07:01:53 ---> 1b2765867378 07:01:53 Step 10/21 : FROM scratch 07:01:53 ---> 07:01:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:01:53 ---> Running in c15fdb2db33c 07:01:53 Removing intermediate container c15fdb2db33c 07:01:53 ---> 3dc7f588156e 07:01:53 Step 12/21 : ENV APP_PORT=49990 07:01:53 ---> Running in cae16f711be4 07:01:53 Removing intermediate container cae16f711be4 07:01:53 ---> 69a8549f7263 07:01:53 Step 13/21 : EXPOSE $APP_PORT 07:01:53 ---> Running in 9081dac28953 07:01:54 Removing intermediate container 9081dac28953 07:01:54 ---> 9705eb1aaf7c 07:01:54 Step 14/21 : WORKDIR / 07:01:54 ---> Running in cf7fcdbae1a6 07:01:54 Removing intermediate container cf7fcdbae1a6 07:01:54 ---> 40984b0e79e3 07:01:54 Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:01:54 ---> c68c7866b914 07:01:54 Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:01:54 ---> eb8749d0dc7f 07:01:54 Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:01:55 ---> 1948e37050d0 07:01:55 Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:01:55 ---> Running in 57391af8082f 07:01:55 Removing intermediate container 57391af8082f 07:01:55 ---> 198aa667c695 07:01:55 Step 19/21 : LABEL arch=amd64 07:01:55 ---> Running in 9a429088801a 07:01:55 Removing intermediate container 9a429088801a 07:01:55 ---> dd215bf2a052 07:01:55 Step 20/21 : LABEL git_sha=95692bfba5b6922b9479d5fc02f4a388c744689f 07:01:56 ---> Running in 93cebab638ef 07:01:56 Removing intermediate container 93cebab638ef 07:01:56 ---> 070df597bf35 07:01:56 Step 21/21 : LABEL version=1.2.1-dev.2 07:01:56 ---> Running in 6a9ee902f8c9 07:01:56 Removing intermediate container 6a9ee902f8c9 07:01:56 ---> b6602c0ce5b9 07:01:56 [Warning] One or more build-args [ARCH] were not consumed 07:01:56 Successfully built b6602c0ce5b9 07:01:56 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] } 07:02:11 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.095s coverage: 11.4% of statements 07:02:11 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 21.7% of statements 07:02:11 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:02:11 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.130s coverage: 36.9% of statements 07:02:11 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:02:11 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 07:02:11 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.444s coverage: 65.2% of statements 07:02:11 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:02:11 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:02:11 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:02:11 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.048s coverage: 52.6% of statements 07:02:11 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 07:02:11 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.354s coverage: 68.9% of statements 07:02:11 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:02:11 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:02:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:02:13 gofmt -l . 07:02:13 [ "`gofmt -l .`" = "" ] 07:02:13 ./bin/test-attribution-txt.sh 07:02:14 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:02:15 Warning: overwriting stash ‘coverage-report’ 07:02:15 Stashed 1 file(s) [Pipeline] } 07:02:15 $ docker stop --time=1 20db67549e21339372e703f78ce041168c1d156f68a15dda3500e608115675cb 07:02:17 $ docker rm -f 20db67549e21339372e703f78ce041168c1d156f68a15dda3500e608115675cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:02:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:02:19 + ls -al . 07:02:19 total 220 07:02:19 drwxrwxr-x 11 jenkins jenkins 4096 May 4 07:02 . 07:02:19 drwxrwxr-x 4 jenkins jenkins 4096 May 4 06:59 .. 07:02:19 -rw-rw-r-- 1 jenkins jenkins 140 May 4 06:59 .dockerignore 07:02:19 drwxrwxr-x 8 jenkins jenkins 4096 May 4 06:59 .git 07:02:19 drwxrwxr-x 2 jenkins jenkins 4096 May 4 06:59 .github 07:02:19 -rw-rw-r-- 1 jenkins jenkins 138 May 4 06:59 .gitignore 07:02:19 drwxrwxr-x 3 jenkins jenkins 4096 May 4 06:59 .semver 07:02:19 -rw-rw-r-- 1 jenkins jenkins 936 May 4 06:59 Dockerfile.build 07:02:19 -rw-rw-r-- 1 jenkins jenkins 808 May 4 06:59 Jenkinsfile 07:02:19 -rw-rw-r-- 1 jenkins jenkins 11341 May 4 06:59 LICENSE 07:02:19 -rw-rw-r-- 1 jenkins jenkins 892 May 4 06:59 Makefile 07:02:19 -rw-rw-r-- 1 jenkins jenkins 2249 May 4 06:59 README.md 07:02:19 -rw-rw-r-- 1 jenkins jenkins 3636 May 4 06:59 RELEASE-NOTES.txt 07:02:19 -rw-rw-r-- 1 jenkins jenkins 11 May 4 06:56 VERSION 07:02:19 drwxrwxr-x 3 jenkins jenkins 4096 May 4 06:59 api 07:02:19 drwxrwxr-x 2 jenkins jenkins 4096 May 4 06:59 bin 07:02:19 -rw-r--r-- 1 jenkins jenkins 110877 May 4 07:02 coverage.out 07:02:19 drwxrwxr-x 4 jenkins jenkins 4096 May 4 06:59 example 07:02:19 -rw-r--r-- 1 jenkins jenkins 446 May 4 07:02 go.mod 07:02:19 -rw-r--r-- 1 jenkins jenkins 12076 May 4 07:02 go.sum 07:02:19 drwxrwxr-x 15 jenkins jenkins 4096 May 4 06:59 internal 07:02:19 drwxrwxr-x 5 jenkins jenkins 4096 May 4 06:59 pkg 07:02:19 drwxrwxr-x 4 jenkins jenkins 4096 May 4 06:59 snap 07:02:19 -rw-rw-r-- 1 jenkins jenkins 222 May 4 06:59 version.go [Pipeline] isUnix [Pipeline] sh 07:02:19 + 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=95692bfba5b6922b9479d5fc02f4a388c744689f --label arch=arm64 --label version=1.2.1-dev.2 . 07:02:20 Sending build context to Docker daemon 3.153MB 07:02:20 Step 1/21 : ARG BASE=golang:1.13-alpine 07:02:20 Step 2/21 : FROM ${BASE} AS builder 07:02:20 ---> 4af86a5af160 07:02:20 Step 3/21 : ARG MAKE='make build' 07:02:20 ---> Running in c31ff6ee2961 07:02:20 Removing intermediate container c31ff6ee2961 07:02:20 ---> d78674457e3e 07:02:20 Step 4/21 : WORKDIR /device-sdk-go 07:02:20 ---> Running in 874bede85efb 07:02:20 Removing intermediate container 874bede85efb 07:02:20 ---> 3fda84659cb6 07:02:20 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:02:21 ---> Running in ce66eb2eab24 07:02:21 Removing intermediate container ce66eb2eab24 07:02:21 ---> c16d855600f9 07:02:21 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:21 ---> Running in dba45269ff41 07:02:23 Removing intermediate container dba45269ff41 07:02:23 ---> 00beea920825 07:02:23 Step 7/21 : RUN apk add --update --no-cache make git 07:02:23 ---> Running in 6fa8406f0256 07:02:24 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 07:02:25 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 07:02:25 OK: 125 MiB in 39 packages 07:02:26 Removing intermediate container 6fa8406f0256 07:02:26 ---> 033b3b3ef3ba 07:02:26 Step 8/21 : COPY . . 07:02:28 ---> fd8bd2702a99 07:02:28 Step 9/21 : RUN ${MAKE} 07:02:28 ---> Running in 4119f80d2d99 07:02:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.1-dev.2" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:02:55 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:02:55 Removing intermediate container 4119f80d2d99 07:02:55 ---> c1f484f80b8a 07:02:55 Step 10/21 : FROM scratch 07:02:55 ---> 07:02:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:02:55 ---> Running in c9d33c6cd19b 07:02:55 Removing intermediate container c9d33c6cd19b 07:02:55 ---> 331377e9f149 07:02:55 Step 12/21 : ENV APP_PORT=49990 07:02:55 ---> Running in 8659145ffd2d 07:02:55 Removing intermediate container 8659145ffd2d 07:02:55 ---> 04fb6514c12d 07:02:55 Step 13/21 : EXPOSE $APP_PORT 07:02:55 ---> Running in 612be5b0afcf 07:02:56 Removing intermediate container 612be5b0afcf 07:02:56 ---> 9a7d5137952e 07:02:56 Step 14/21 : WORKDIR / 07:02:56 ---> Running in 183266fb1af4 07:02:56 Removing intermediate container 183266fb1af4 07:02:56 ---> ab861ee68ea4 07:02:56 Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:02:57 ---> 93b8139b0ff7 07:02:57 Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:02:58 ---> da978b86134c 07:02:58 Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:02:58 ---> dfa1376cb16c 07:02:58 Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:59 ---> Running in c3c80d7ead5e 07:02:59 Removing intermediate container c3c80d7ead5e 07:02:59 ---> 920688482028 07:02:59 Step 19/21 : LABEL arch=arm64 07:02:59 ---> Running in 90ef882c9d9b 07:03:00 Removing intermediate container 90ef882c9d9b 07:03:00 ---> dbc64fa9596f 07:03:00 Step 20/21 : LABEL git_sha=95692bfba5b6922b9479d5fc02f4a388c744689f 07:03:00 ---> Running in 8dec20ce3ca2 07:03:00 Removing intermediate container 8dec20ce3ca2 07:03:00 ---> ca1b697f2615 07:03:00 Step 21/21 : LABEL version=1.2.1-dev.2 07:03:00 ---> Running in e2a38df9ac0c 07:03:00 Removing intermediate container e2a38df9ac0c 07:03:00 ---> cde23cf873d1 07:03:00 [Warning] One or more build-args [ARCH] were not consumed 07:03:00 Successfully built cde23cf873d1 07:03:00 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 07:03:02 provisioning config files... 07:03:02 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5434011968288007275tmp [Pipeline] { [Pipeline] sh 07:03:02 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5434011968288007275tmp 07:03:02 + curl -s https://codecov.io/bash 07:03:02 07:03:02 _____ _ 07:03:02 / ____| | | 07:03:02 | | ___ __| | ___ ___ _____ __ 07:03:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:03:02 | |___| (_) | (_| | __/ (_| (_) \ V / 07:03:02 \_____\___/ \__,_|\___|\___\___/ \_/ 07:03:02 Bash-tbd 07:03:02 07:03:02 07:03:02 ==> Jenkins CI detected. 07:03:02 project root: . 07:03:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:03:02 ==> Running gcov in . (disable via -X gcov) 07:03:02 ==> Python coveragepy not found 07:03:02 ==> Searching for coverage reports in: 07:03:02 + . 07:03:02 -> Found 1 reports 07:03:02 ==> Detecting git/mercurial file structure 07:03:02 ==> Reading reports 07:03:02 + ./coverage.out bytes=110877 07:03:02 ==> Appending adjustments 07:03:02 http://docs.codecov.io/docs/fixing-reports 07:03:02 + Found adjustments 07:03:02 ==> Gzipping contents 07:03:02 ==> Uploading reports 07:03:02 url: https://codecov.io 07:03:02 query: branch=master&commit=95692bfba5b6922b9479d5fc02f4a388c744689f&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job= 07:03:02 -> Pinging Codecov 07:03:02 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=95692bfba5b6922b9479d5fc02f4a388c744689f&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job= 07:03:03 -> Uploading 07:03:04 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/95692bfba5b6922b9479d5fc02f4a388c744689f [Pipeline] } 07:03:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:03:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:03:04 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:03:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:03:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 07:03:04 07:03:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 07:03:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 07:03:05 1.217.3: Pulling from edgex-devops/edgex-snyk-go 07:03:05 e6b0cf9c0882: Pulling fs layer 07:03:05 2848faf0eed1: Pulling fs layer 07:03:05 0f37312ad70f: Pulling fs layer 07:03:05 7d08f2745646: Pulling fs layer 07:03:05 4c9f31393084: Pulling fs layer 07:03:05 eb21ddb83652: Pulling fs layer 07:03:05 345998794f6b: Pulling fs layer 07:03:05 97a711d68925: Pulling fs layer 07:03:05 7c8476c1cb00: Pulling fs layer 07:03:05 7d08f2745646: Waiting 07:03:05 4c9f31393084: Waiting 07:03:05 eb21ddb83652: Waiting 07:03:05 345998794f6b: Waiting 07:03:05 7c8476c1cb00: Waiting 07:03:05 97a711d68925: Waiting 07:03:05 0f37312ad70f: Verifying Checksum 07:03:05 0f37312ad70f: Download complete 07:03:05 2848faf0eed1: Verifying Checksum 07:03:05 2848faf0eed1: Download complete 07:03:05 4c9f31393084: Verifying Checksum 07:03:05 4c9f31393084: Download complete 07:03:05 eb21ddb83652: Verifying Checksum 07:03:05 eb21ddb83652: Download complete 07:03:05 e6b0cf9c0882: Verifying Checksum 07:03:05 e6b0cf9c0882: Download complete 07:03:05 e6b0cf9c0882: Pull complete 07:03:05 345998794f6b: Verifying Checksum 07:03:05 345998794f6b: Download complete 07:03:05 2848faf0eed1: Pull complete 07:03:05 0f37312ad70f: Pull complete 07:03:05 97a711d68925: Verifying Checksum 07:03:05 97a711d68925: Download complete 07:03:06 7c8476c1cb00: Verifying Checksum 07:03:06 7c8476c1cb00: Download complete 07:03:06 7d08f2745646: Verifying Checksum 07:03:06 7d08f2745646: Download complete 07:03:11 7d08f2745646: Pull complete 07:03:12 4c9f31393084: Pull complete 07:03:12 eb21ddb83652: Pull complete 07:03:14 345998794f6b: Pull complete 07:03:18 97a711d68925: Pull complete 07:03:19 7c8476c1cb00: Pull complete 07:03:19 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 07:03:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 07:03:19 prd-centos7-docker-4c-2g-7105 does not seem to be running inside a container 07:03:19 $ 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 07:03:19 $ docker top 3f00e8d326287ab4497d4acdeb575c80aa37cbd4845e3703a98903f77b4777d2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:03:20 + snyk monitor '--org=edgex-jenkins' 07:03:28 07:03:28 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master... 07:03:28 07:03:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/ee1e246a-451d-4e03-b116-03217335fbc8 07:03:28 07:03:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:03:28 07:03:28 [Pipeline] } 07:03:28 $ docker stop --time=1 3f00e8d326287ab4497d4acdeb575c80aa37cbd4845e3703a98903f77b4777d2 07:03:29 $ docker rm -f 3f00e8d326287ab4497d4acdeb575c80aa37cbd4845e3703a98903f77b4777d2 [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 07:03:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:31 . [Pipeline] withDockerContainer 07:03:31 prd-centos7-docker-4c-2g-7105 does not seem to be running inside a container 07:03: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:03:31 $ docker top 4d2661e1b86ef5524a5d42865729e3d14f1af1fabcde707325bfeb19c5b64fc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:03:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:31 [ssh-agent] Looking for ssh-agent implementation... 07:03:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:32 $ docker exec 4d2661e1b86ef5524a5d42865729e3d14f1af1fabcde707325bfeb19c5b64fc4 ssh-agent 07:03:32 SSH_AUTH_SOCK=/tmp/ssh-StIc2HlAOK26/agent.15 07:03:32 SSH_AGENT_PID=22 07:03:32 Running ssh-add (command line suppressed) 07:03:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5567692395341111423.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5567692395341111423.key) 07:03:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:32 + git semver tag 07:03:32 # -> Open(): unable to determine branch for HEAD 07:03:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:03:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:03:32 # $SEMVER_REMOTE_NAME = origin 07:03:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:03:32 # $SEMVER_USER_NAME = edgex-jenkins 07:03:32 # $SEMVER_BRANCH = master 07:03:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:03:32 # 95692bfba5b6922b9479d5fc02f4a388c744689f HEAD 07:03:32 # -> Force: false 07:03:32 # fe7296026be1f7459a1ce355729e31cb40f9bcbd refs/tags/v1.2.1-dev.2 [Pipeline] } 07:03:32 $ docker exec --env ******** --env ******** 4d2661e1b86ef5524a5d42865729e3d14f1af1fabcde707325bfeb19c5b64fc4 ssh-agent -k 07:03:33 unset SSH_AUTH_SOCK; 07:03:33 unset SSH_AGENT_PID; 07:03:33 echo Agent pid 22 killed; 07:03:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:03:33 + git semver [Pipeline] } 07:03:33 $ docker stop --time=1 4d2661e1b86ef5524a5d42865729e3d14f1af1fabcde707325bfeb19c5b64fc4 07:03:34 $ docker rm -f 4d2661e1b86ef5524a5d42865729e3d14f1af1fabcde707325bfeb19c5b64fc4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:03:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:03:35 07:03:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:03:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:03:35 0.23.1-centos7: Pulling from edgex-lftools 07:03:35 ab5ef0e58194: Pulling fs layer 07:03:35 9712f1f96733: Pulling fs layer 07:03:35 63f879dbbcfc: Pulling fs layer 07:03:35 0d9ebad4ef96: Pulling fs layer 07:03:35 e9a5061849ea: Pulling fs layer 07:03:35 d747dcd14b5f: Pulling fs layer 07:03:35 2de7ff778b66: Pulling fs layer 07:03:35 e9a5061849ea: Waiting 07:03:35 d747dcd14b5f: Waiting 07:03:35 2de7ff778b66: Waiting 07:03:35 0d9ebad4ef96: Waiting 07:03:35 9712f1f96733: Verifying Checksum 07:03:35 9712f1f96733: Download complete 07:03:36 63f879dbbcfc: Verifying Checksum 07:03:36 63f879dbbcfc: Download complete 07:03:36 e9a5061849ea: Verifying Checksum 07:03:36 e9a5061849ea: Download complete 07:03:36 d747dcd14b5f: Verifying Checksum 07:03:36 d747dcd14b5f: Download complete 07:03:37 0d9ebad4ef96: Verifying Checksum 07:03:37 ab5ef0e58194: Verifying Checksum 07:03:37 ab5ef0e58194: Download complete 07:03:37 2de7ff778b66: Verifying Checksum 07:03:37 2de7ff778b66: Download complete 07:03:43 ab5ef0e58194: Pull complete 07:03:43 9712f1f96733: Pull complete 07:03:45 63f879dbbcfc: Pull complete 07:03:50 0d9ebad4ef96: Pull complete 07:03:52 e9a5061849ea: Pull complete 07:03:52 d747dcd14b5f: Pull complete 07:03:55 2de7ff778b66: Pull complete 07:03:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:03:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:03:55 prd-centos7-docker-4c-2g-7105 does not seem to be running inside a container 07:03:56 $ 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 07:03:57 $ docker top 4eede5a8ee9ccae16e7e888cf75ff9c517d618e3e0cc71ac4d00bee7ee6347a3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:03:57 provisioning config files... 07:03:57 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2336903956592610407tmp 07:03:57 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6392403286323777173tmp 07:03:57 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4335342708914852123tmp [Pipeline] { [Pipeline] echo 07:03:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:03:57 ---> sigul-configuration.sh 07:03:57 gpg: directory `/root/.gnupg' created 07:03:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:03:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:03:57 gpg: keyring `/root/.gnupg/secring.gpg' created 07:03:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:03:57 gpg: CAST5 encrypted data 07:03:58 gpg: encrypted with 1 passphrase 07:03:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:03:58 + mkdir /home/jenkins 07:03:58 + mkdir /home/jenkins/sigul [Pipeline] sh 07:03:58 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 07:03:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:03:59 ---> sigul-install.sh 07:04:04 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:04:04 + git tag --list 07:04:04 v1.2.1-dev.2 [Pipeline] sh 07:04:05 + lftools sign git-tag v1.2.1-dev.2 07:04:06 Signing Git tag with Sigul... 07:04:06 Signing v1.2.1-dev.2 [Pipeline] echo 07:04:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:04:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:04:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:04:07 $ docker stop --time=1 4eede5a8ee9ccae16e7e888cf75ff9c517d618e3e0cc71ac4d00bee7ee6347a3 07:04:09 $ docker rm -f 4eede5a8ee9ccae16e7e888cf75ff9c517d618e3e0cc71ac4d00bee7ee6347a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:04:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:04:09 . [Pipeline] withDockerContainer 07:04:09 prd-centos7-docker-4c-2g-7105 does not seem to be running inside a container 07:04:09 $ 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 07:04:10 $ docker top 2ae532c913d25b74be6e8043bbee4bdd5083bebb4d3c1b65cafa742b9a556542 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:04:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:04:10 [ssh-agent] Looking for ssh-agent implementation... 07:04:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:04:11 $ docker exec 2ae532c913d25b74be6e8043bbee4bdd5083bebb4d3c1b65cafa742b9a556542 ssh-agent 07:04:11 SSH_AUTH_SOCK=/tmp/ssh-NX4hnK4K0xEL/agent.15 07:04:11 SSH_AGENT_PID=22 07:04:11 Running ssh-add (command line suppressed) 07:04:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3651750384421940868.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3651750384421940868.key) 07:04:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:04:11 + git semver bump pre 07:04:11 # -> Open(): unable to determine branch for HEAD 07:04:11 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:04:11 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:04:11 # $SEMVER_REMOTE_NAME = origin 07:04:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:04:11 # $SEMVER_USER_NAME = edgex-jenkins 07:04:11 # $SEMVER_BRANCH = master 07:04:11 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:04:11 1.2.1-dev.3 [Pipeline] } 07:04:11 $ docker exec --env ******** --env ******** 2ae532c913d25b74be6e8043bbee4bdd5083bebb4d3c1b65cafa742b9a556542 ssh-agent -k 07:04:11 unset SSH_AUTH_SOCK; 07:04:11 unset SSH_AGENT_PID; 07:04:11 echo Agent pid 22 killed; 07:04:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:04:12 + git semver [Pipeline] } 07:04:12 $ docker stop --time=1 2ae532c913d25b74be6e8043bbee4bdd5083bebb4d3c1b65cafa742b9a556542 07:04:13 $ docker rm -f 2ae532c913d25b74be6e8043bbee4bdd5083bebb4d3c1b65cafa742b9a556542 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:04:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:04:14 . [Pipeline] withDockerContainer 07:04:14 prd-centos7-docker-4c-2g-7105 does not seem to be running inside a container 07:04:14 $ 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 07:04:15 $ docker top c1f2234d6535232f9edec24c832ea99aa206fd80074f930c7fc0374d3d91b218 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:04:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:04:15 [ssh-agent] Looking for ssh-agent implementation... 07:04:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:04:15 $ docker exec c1f2234d6535232f9edec24c832ea99aa206fd80074f930c7fc0374d3d91b218 ssh-agent 07:04:15 SSH_AUTH_SOCK=/tmp/ssh-MNAfbIx1YorB/agent.15 07:04:15 SSH_AGENT_PID=22 07:04:15 Running ssh-add (command line suppressed) 07:04:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9041809521114881133.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9041809521114881133.key) 07:04:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:04:16 + git semver push 07:04:16 # -> Open(): unable to determine branch for HEAD 07:04:16 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:04:16 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:04:16 # $SEMVER_REMOTE_NAME = origin 07:04:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:04:16 # $SEMVER_USER_NAME = edgex-jenkins 07:04:16 # $SEMVER_BRANCH = master 07:04:16 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:04:22 $ docker exec --env ******** --env ******** c1f2234d6535232f9edec24c832ea99aa206fd80074f930c7fc0374d3d91b218 ssh-agent -k 07:04:22 unset SSH_AUTH_SOCK; 07:04:22 unset SSH_AGENT_PID; 07:04:22 echo Agent pid 22 killed; 07:04:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:04:23 + git semver [Pipeline] } 07:04:23 $ docker stop --time=1 c1f2234d6535232f9edec24c832ea99aa206fd80074f930c7fc0374d3d91b218 07:04:26 $ docker rm -f c1f2234d6535232f9edec24c832ea99aa206fd80074f930c7fc0374d3d91b218 [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 07:04:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:04:27 ---> package-listing.sh 07:04:27 ++ facter osfamily 07:04:27 ++ tr '[:upper:]' '[:lower:]' 07:04:27 + OS_FAMILY=redhat 07:04:27 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:04:27 + START_PACKAGES=/tmp/packages_start.txt 07:04:27 + END_PACKAGES=/tmp/packages_end.txt 07:04:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:04:27 + PACKAGES=/tmp/packages_start.txt 07:04:27 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:04:27 + PACKAGES=/tmp/packages_end.txt 07:04:27 + case "${OS_FAMILY}" in 07:04:27 + rpm -qa 07:04:27 + sort 07:04:31 + '[' -f /tmp/packages_start.txt ']' 07:04:31 + '[' -f /tmp/packages_end.txt ']' 07:04:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:04:31 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:04:31 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:04:31 + 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 07:04:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:04:32 07:04:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:04:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:04:32 alpine: Pulling from edgex-lftools-log-publisher 07:04:32 c9b1b535fdd9: Pulling fs layer 07:04:32 2cc5ad85d9ab: Pulling fs layer 07:04:32 756a868c4378: Pulling fs layer 07:04:32 444b2fc9a129: Pulling fs layer 07:04:32 ea15f1150254: Pulling fs layer 07:04:32 41b27a9f41bf: Pulling fs layer 07:04:32 28c525ee5125: Pulling fs layer 07:04:32 094b1ea09ed8: Pulling fs layer 07:04:32 138eaada9080: Pulling fs layer 07:04:32 0622d0fa9048: Pulling fs layer 07:04:32 444b2fc9a129: Waiting 07:04:32 28c525ee5125: Waiting 07:04:32 094b1ea09ed8: Waiting 07:04:32 ea15f1150254: Waiting 07:04:32 138eaada9080: Waiting 07:04:32 41b27a9f41bf: Waiting 07:04:32 0622d0fa9048: Waiting 07:04:32 2cc5ad85d9ab: Verifying Checksum 07:04:32 2cc5ad85d9ab: Download complete 07:04:32 444b2fc9a129: Verifying Checksum 07:04:32 444b2fc9a129: Download complete 07:04:32 c9b1b535fdd9: Verifying Checksum 07:04:32 c9b1b535fdd9: Download complete 07:04:32 ea15f1150254: Verifying Checksum 07:04:32 ea15f1150254: Download complete 07:04:32 28c525ee5125: Verifying Checksum 07:04:32 28c525ee5125: Download complete 07:04:32 c9b1b535fdd9: Pull complete 07:04:32 756a868c4378: Verifying Checksum 07:04:32 756a868c4378: Download complete 07:04:33 094b1ea09ed8: Verifying Checksum 07:04:33 094b1ea09ed8: Download complete 07:04:33 138eaada9080: Verifying Checksum 07:04:33 138eaada9080: Download complete 07:04:33 0622d0fa9048: Verifying Checksum 07:04:33 0622d0fa9048: Download complete 07:04:33 41b27a9f41bf: Verifying Checksum 07:04:33 41b27a9f41bf: Download complete 07:04:34 2cc5ad85d9ab: Pull complete 07:04:36 756a868c4378: Pull complete 07:04:36 444b2fc9a129: Pull complete 07:04:36 ea15f1150254: Pull complete 07:04:39 41b27a9f41bf: Pull complete 07:04:39 28c525ee5125: Pull complete 07:04:42 094b1ea09ed8: Pull complete 07:04:42 138eaada9080: Pull complete 07:04:42 0622d0fa9048: Pull complete 07:04:42 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:04:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:04:42 prd-centos7-docker-4c-2g-7105 does not seem to be running inside a container 07:04:42 $ 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 07:04:43 $ docker top c65abaf6c592706b94933cd3c7826fb64ef3868ddbfc487239e0c9f7189b5459 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:04:43 provisioning config files... 07:04:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3894794723235939491tmp [Pipeline] { [Pipeline] echo 07:04:43 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:04:43 ---> create-netrc.sh [Pipeline] echo 07:04:43 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:04:44 ---> logs-deploy.sh 07:04:44 + ARCHIVE_ARTIFACTS= 07:04:44 + LOGS_SERVER=https://logs.edgexfoundry.org 07:04:44 + '[' https://logs.edgexfoundry.org == None ']' 07:04:44 + NEXUS_URL=https://nexus.edgexfoundry.org 07:04:44 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/38 07:04:44 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/38/ 07:04:44 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/38 /w/workspace/dgexfoundry_device-sdk-go_master 07:04:45 Archives upload complete. 07:04:45 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/38 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/38/