Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde 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 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d 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 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d # timeout=10 Commit message: "Merge pull request #173 from ernestojeda/bugfix-did-change-prev" > 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:go-mod-bootstrap, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap 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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch 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-6629 in /w/workspace/xfoundry_go-mod-bootstrap_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 Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde # timeout=10 Commit message: "Merge pull request #73 from lenny-intel/ConfigUpdate" > git rev-list --no-walk f5adf63aa6c1255066cf3357490e8370fcd65461 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:41:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:41:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:41:23 ========================================================= 23:41:23 EdgeX Global Pipelines Version Info 23:41:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:41:24 ------------------- 23:41:24 stable info: 23:41:24 ------------------- 23:41:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:41:24 Commit SHA: 997776a94285dd80d478e4f0c197496148fdc64f 23:41:24 Message: update stable to v1.0.86 23:41:25 ------------------- 23:41:25 experimental info: 23:41:25 ------------------- 23:41:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:41:25 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 23:41:25 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 23:41:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:41:28 23:41:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:41:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:41:28 latest: Pulling from edgex-devops/git-semver 23:41:28 9123ac7c32f7: Pulling fs layer 23:41:28 b8cc5d1170e3: Pulling fs layer 23:41:28 2924cbbf6a41: Pulling fs layer 23:41:28 93b08a4f1073: Pulling fs layer 23:41:28 93b08a4f1073: Waiting 23:41:28 b8cc5d1170e3: Verifying Checksum 23:41:28 b8cc5d1170e3: Download complete 23:41:28 9123ac7c32f7: Verifying Checksum 23:41:28 9123ac7c32f7: Download complete 23:41:28 2924cbbf6a41: Verifying Checksum 23:41:28 2924cbbf6a41: Download complete 23:41:28 93b08a4f1073: Verifying Checksum 23:41:28 93b08a4f1073: Download complete 23:41:28 9123ac7c32f7: Pull complete 23:41:28 b8cc5d1170e3: Pull complete 23:41:29 2924cbbf6a41: Pull complete 23:41:30 93b08a4f1073: Pull complete 23:41:30 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 23:41:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:41:30 prd-centos7-docker-4c-2g-6629 does not seem to be running inside a container 23:41:30 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 23:41:30 $ docker top 04c5d9a83a4f17b86b3935f2fa3797a9d3bf4774814ac4e12a3c03f90dd97b82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:41:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:41:31 [ssh-agent] Looking for ssh-agent implementation... 23:41:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:41:31 $ docker exec 04c5d9a83a4f17b86b3935f2fa3797a9d3bf4774814ac4e12a3c03f90dd97b82 ssh-agent 23:41:31 SSH_AUTH_SOCK=/tmp/ssh-Ou6tAQGmctb7/agent.14 23:41:31 SSH_AGENT_PID=21 23:41:31 Running ssh-add (command line suppressed) 23:41:31 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7603306592916756171.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7603306592916756171.key) 23:41:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:41:32 + git describe --exact-match --tags HEAD 23:41:32 fatal: No names found, cannot describe anything. [Pipeline] } 23:41:32 $ docker exec --env ******** --env ******** 04c5d9a83a4f17b86b3935f2fa3797a9d3bf4774814ac4e12a3c03f90dd97b82 ssh-agent -k 23:41:32 unset SSH_AUTH_SOCK; 23:41:32 unset SSH_AGENT_PID; 23:41:32 echo Agent pid 21 killed; 23:41:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:41:32 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:41:32 This usually means this commit has not been tagged. [Pipeline] sshagent 23:41:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:41:32 [ssh-agent] Looking for ssh-agent implementation... 23:41:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:41:33 $ docker exec 04c5d9a83a4f17b86b3935f2fa3797a9d3bf4774814ac4e12a3c03f90dd97b82 ssh-agent 23:41:33 SSH_AUTH_SOCK=/tmp/ssh-yZncYUpt10N8/agent.56 23:41:33 SSH_AGENT_PID=63 23:41:33 Running ssh-add (command line suppressed) 23:41:33 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_896558649135729578.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_896558649135729578.key) 23:41:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:41:33 + git semver init 23:41:33 # -> Open(): unable to determine branch for HEAD 23:41:33 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 23:41:33 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 23:41:33 # $SEMVER_REMOTE_NAME = origin 23:41:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:41:33 # $SEMVER_USER_NAME = edgex-jenkins 23:41:33 # $SEMVER_BRANCH = master 23:41:33 # $SEMVER_TEMP = /tmp/semver-595200821 23:41:33 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 23:41:34 # '/tmp/semver-595200821' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 23:41:34 # -> Force: false 23:41:34 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 23:41:34 $ docker exec --env ******** --env ******** 04c5d9a83a4f17b86b3935f2fa3797a9d3bf4774814ac4e12a3c03f90dd97b82 ssh-agent -k 23:41:34 unset SSH_AUTH_SOCK; 23:41:34 unset SSH_AGENT_PID; 23:41:34 echo Agent pid 63 killed; 23:41:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:41:34 + git semver [Pipeline] } 23:41:34 $ docker stop --time=1 04c5d9a83a4f17b86b3935f2fa3797a9d3bf4774814ac4e12a3c03f90dd97b82 23:41:36 $ docker rm -f 04c5d9a83a4f17b86b3935f2fa3797a9d3bf4774814ac4e12a3c03f90dd97b82 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:41:37 Stashed 39 file(s) [Pipeline] echo 23:41:37 [edgeXSemver] initialized semver on version 0.0.31 [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 23:41:52 Still waiting to schedule task 23:41:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:41:52 Still waiting to schedule task 23:41:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:43:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6630 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 23:43:38 Running in /w/workspace/go-mod-bootstrap/33 [Pipeline] { [Pipeline] checkout 23:43:44 using credential edgex-jenkins-ssh 23:43:44 Cloning the remote Git repository 23:43:44 Cloning with configured refspecs honoured and without tags 23:43:44 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:43:44 > git init /w/workspace/go-mod-bootstrap/33 # timeout=10 23:43:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:43:44 > git --version # timeout=10 23:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:45 Fetching without tags 23:43:46 Checking out Revision e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde (master) 23:43:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:43:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:43:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:43:45 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:46 > git config core.sparsecheckout # timeout=10 23:43:46 > git checkout -f e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde # timeout=10 23:43:51 Commit message: "Merge pull request #73 from lenny-intel/ConfigUpdate" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:43:52 ========================================================= 23:43:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:43:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:43:53 + 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 . 23:43:54 Sending build context to Docker daemon 554kB 23:43:54 Step 1/8 : ARG BASE=golang:1.13-alpine 23:43:54 Step 2/8 : FROM ${BASE} 23:43:55 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:43:55 cde5963f3b93: Pulling fs layer 23:43:55 2a23fa8c16f7: Pulling fs layer 23:43:55 777b28850792: Pulling fs layer 23:43:55 8a11ddd9e578: Pulling fs layer 23:43:55 4cf88f913ddb: Pulling fs layer 23:43:55 1df406cf5192: Pulling fs layer 23:43:55 cd6300453558: Pulling fs layer 23:43:55 b9c365052c96: Pulling fs layer 23:43:55 a2d8cc88f415: Pulling fs layer 23:43:55 ea1d1ca13537: Pulling fs layer 23:43:55 3750a50a1c5e: Pulling fs layer 23:43:55 8a11ddd9e578: Waiting 23:43:55 4cf88f913ddb: Waiting 23:43:55 1df406cf5192: Waiting 23:43:55 cd6300453558: Waiting 23:43:55 ea1d1ca13537: Waiting 23:43:55 b9c365052c96: Waiting 23:43:55 3750a50a1c5e: Waiting 23:43:55 a2d8cc88f415: Waiting 23:43:55 777b28850792: Verifying Checksum 23:43:55 777b28850792: Download complete 23:43:55 2a23fa8c16f7: Verifying Checksum 23:43:55 2a23fa8c16f7: Download complete 23:43:55 4cf88f913ddb: Verifying Checksum 23:43:55 4cf88f913ddb: Download complete 23:43:55 1df406cf5192: Verifying Checksum 23:43:55 1df406cf5192: Download complete 23:43:55 cde5963f3b93: Verifying Checksum 23:43:55 cde5963f3b93: Download complete 23:43:56 cde5963f3b93: Pull complete 23:43:57 2a23fa8c16f7: Pull complete 23:43:57 777b28850792: Pull complete 23:43:59 cd6300453558: Verifying Checksum 23:43:59 cd6300453558: Download complete 23:43:59 a2d8cc88f415: Verifying Checksum 23:43:59 a2d8cc88f415: Download complete 23:44:02 ea1d1ca13537: Verifying Checksum 23:44:02 ea1d1ca13537: Download complete 23:44:02 3750a50a1c5e: Verifying Checksum 23:44:02 3750a50a1c5e: Download complete 23:44:05 b9c365052c96: Verifying Checksum 23:44:05 b9c365052c96: Download complete 23:44:06 8a11ddd9e578: Verifying Checksum 23:44:06 8a11ddd9e578: Download complete 23:44:18 Running on prd-centos7-docker-4c-2g-6631 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 23:44:18 Running in /w/workspace/go-mod-bootstrap/33 [Pipeline] { [Pipeline] checkout 23:44:18 8a11ddd9e578: Pull complete 23:44:18 4cf88f913ddb: Pull complete 23:44:18 1df406cf5192: Pull complete 23:44:20 using credential edgex-jenkins-ssh 23:44:20 Cloning the remote Git repository 23:44:20 Cloning with configured refspecs honoured and without tags 23:44:20 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:44:20 > git init /w/workspace/go-mod-bootstrap/33 # timeout=10 23:44:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:44:20 > git --version # timeout=10 23:44:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:44:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:44:21 Fetching without tags 23:44:21 Checking out Revision e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde (master) 23:44:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:44:21 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:44:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:44:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:44:21 using GIT_SSH to set credentials SSH Credentials for GitHub 23:44:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:44:21 > git config core.sparsecheckout # timeout=10 23:44:21 > git checkout -f e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde # timeout=10 23:44:24 cd6300453558: Pull complete 23:44:25 Commit message: "Merge pull request #73 from lenny-intel/ConfigUpdate" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:44:26 ========================================================= 23:44:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:44:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:44:27 + 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 . 23:44:27 Sending build context to Docker daemon 554kB 23:44:27 Step 1/8 : ARG BASE=golang:1.13-alpine 23:44:27 Step 2/8 : FROM ${BASE} 23:44:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:44:27 e6b0cf9c0882: Pulling fs layer 23:44:27 2848faf0eed1: Pulling fs layer 23:44:27 0f37312ad70f: Pulling fs layer 23:44:27 5788d62ee057: Pulling fs layer 23:44:27 0e6b1d234666: Pulling fs layer 23:44:27 bf5d7aec512f: Pulling fs layer 23:44:27 34c802a77dc8: Pulling fs layer 23:44:27 9eb99e56ec68: Pulling fs layer 23:44:27 27c7a5d97fbd: Pulling fs layer 23:44:27 5c102a31e300: Pulling fs layer 23:44:27 dcfb455df0a1: Pulling fs layer 23:44:27 5788d62ee057: Waiting 23:44:27 34c802a77dc8: Waiting 23:44:27 9eb99e56ec68: Waiting 23:44:27 0e6b1d234666: Waiting 23:44:27 bf5d7aec512f: Waiting 23:44:27 dcfb455df0a1: Waiting 23:44:27 27c7a5d97fbd: Waiting 23:44:27 5c102a31e300: Waiting 23:44:27 0f37312ad70f: Verifying Checksum 23:44:27 0f37312ad70f: Download complete 23:44:27 2848faf0eed1: Verifying Checksum 23:44:27 2848faf0eed1: Download complete 23:44:27 0e6b1d234666: Verifying Checksum 23:44:27 0e6b1d234666: Download complete 23:44:27 bf5d7aec512f: Verifying Checksum 23:44:27 bf5d7aec512f: Download complete 23:44:27 e6b0cf9c0882: Verifying Checksum 23:44:27 e6b0cf9c0882: Pull complete 23:44:28 34c802a77dc8: Verifying Checksum 23:44:28 34c802a77dc8: Download complete 23:44:28 27c7a5d97fbd: Verifying Checksum 23:44:28 27c7a5d97fbd: Download complete 23:44:28 b9c365052c96: Pull complete 23:44:28 a2d8cc88f415: Pull complete 23:44:28 5c102a31e300: Verifying Checksum 23:44:28 5c102a31e300: Download complete 23:44:28 dcfb455df0a1: Verifying Checksum 23:44:28 dcfb455df0a1: Download complete 23:44:29 9eb99e56ec68: Verifying Checksum 23:44:29 9eb99e56ec68: Download complete 23:44:29 5788d62ee057: Verifying Checksum 23:44:29 5788d62ee057: Download complete 23:44:29 2848faf0eed1: Pull complete 23:44:30 0f37312ad70f: Pull complete 23:44:30 ea1d1ca13537: Pull complete 23:44:31 3750a50a1c5e: Pull complete 23:44:31 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 23:44:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:44:31 ---> 78745c68409d 23:44:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:44:35 ---> Running in 250fb7e19ef0 23:44:35 Removing intermediate container 250fb7e19ef0 23:44:35 ---> dc0eb525d2e0 23:44:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:44:35 ---> Running in bb52270448ce 23:44:36 5788d62ee057: Pull complete 23:44:36 0e6b1d234666: Pull complete 23:44:36 bf5d7aec512f: Pull complete 23:44:37 Removing intermediate container bb52270448ce 23:44:37 ---> 27a9743be10f 23:44:37 Step 5/8 : RUN apk add --update --no-cache git make 23:44:37 ---> Running in 3ec29cd9adf0 23:44:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:44:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:44:40 OK: 125 MiB in 39 packages 23:44:40 34c802a77dc8: Pull complete 23:44:41 Removing intermediate container 3ec29cd9adf0 23:44:41 ---> 329ab761044e 23:44:41 Step 6/8 : WORKDIR /build 23:44:41 ---> Running in 24f8607fa668 23:44:41 Removing intermediate container 24f8607fa668 23:44:41 ---> 077b7ebd0366 23:44:41 Step 7/8 : COPY go.mod . 23:44:42 ---> 9293ad699352 23:44:42 Step 8/8 : RUN go mod download 23:44:42 ---> Running in c69ceff54713 23:44:44 9eb99e56ec68: Pull complete 23:44:44 27c7a5d97fbd: Pull complete 23:44:45 5c102a31e300: Pull complete 23:44:45 dcfb455df0a1: Pull complete 23:44:45 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 23:44:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:44:45 ---> 7c70fe431013 23:44:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:44:45 ---> Running in 8bea1ca01ac7 23:44:45 Removing intermediate container 8bea1ca01ac7 23:44:45 ---> 2cfccd7e5566 23:44:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:44:45 ---> Running in db6d78ed9e94 23:44:46 Removing intermediate container db6d78ed9e94 23:44:46 ---> f260d407e85c 23:44:46 Step 5/8 : RUN apk add --update --no-cache git make 23:44:46 ---> Running in 860443364c63 23:44:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:44:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:44:48 OK: 143 MiB in 39 packages 23:44:48 Removing intermediate container 860443364c63 23:44:48 ---> be1e6377bae8 23:44:48 Step 6/8 : WORKDIR /build 23:44:48 ---> Running in d1bd49c95440 23:44:48 Removing intermediate container d1bd49c95440 23:44:48 ---> 4e8786eeca38 23:44:48 Step 7/8 : COPY go.mod . 23:44:48 ---> f82e6ea5898f 23:44:48 Step 8/8 : RUN go mod download 23:44:48 ---> Running in d0109e237c39 23:44:49 go: finding github.com/BurntSushi/toml v0.3.1 23:44:49 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:44:49 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:44:49 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:44:49 go: finding github.com/bgentry/speakeasy v0.1.0 23:44:49 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:44:49 go: finding github.com/davecgh/go-spew v1.1.1 23:44:49 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:44:49 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 23:44:49 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 23:44:49 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:44:49 go: finding github.com/fatih/color v1.7.0 23:44:49 go: finding github.com/go-kit/kit v0.8.0 23:44:49 go: finding github.com/go-logfmt/logfmt v0.4.0 23:44:49 go: finding github.com/go-stack/stack v1.8.0 23:44:49 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:44:49 go: finding github.com/google/uuid v1.1.0 23:44:49 go: finding github.com/gorilla/mux v1.7.1 23:44:49 go: finding github.com/hashicorp/consul/api v1.1.0 23:44:49 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:44:49 go: finding github.com/hashicorp/errwrap v1.0.0 23:44:49 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:44:49 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:44:49 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:44:49 go: finding github.com/hashicorp/go-multierror v1.0.0 23:44:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:44:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:44:49 go: finding github.com/hashicorp/go-syslog v1.0.0 23:44:49 go: finding github.com/hashicorp/go-uuid v1.0.1 23:44:49 go: finding github.com/hashicorp/go.net v0.0.1 23:44:49 go: finding github.com/hashicorp/golang-lru v0.5.0 23:44:49 go: finding github.com/hashicorp/logutils v1.0.0 23:44:49 go: finding github.com/hashicorp/mdns v1.0.0 23:44:49 go: finding github.com/hashicorp/memberlist v0.1.3 23:44:49 go: finding github.com/hashicorp/serf v0.8.2 23:44:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:44:49 go: finding github.com/mattn/go-colorable v0.0.9 23:44:49 go: finding github.com/mattn/go-isatty v0.0.3 23:44:49 go: finding github.com/miekg/dns v1.0.14 23:44:49 go: finding github.com/mitchellh/cli v1.0.0 23:44:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:44:49 go: finding github.com/mitchellh/copystructure v1.0.0 23:44:49 go: finding github.com/mitchellh/go-homedir v1.0.0 23:44:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:44:49 go: finding github.com/mitchellh/gox v0.4.0 23:44:49 go: finding github.com/mitchellh/iochan v1.0.0 23:44:49 go: finding github.com/mitchellh/mapstructure v1.1.2 23:44:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:44:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:44:49 go: finding github.com/pelletier/go-toml v1.2.0 23:44:50 go: finding github.com/pkg/errors v0.8.1 23:44:50 go: finding github.com/pmezard/go-difflib v1.0.0 23:44:50 go: finding github.com/posener/complete v1.1.1 23:44:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:44:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:44:50 go: finding github.com/stretchr/objx v0.1.0 23:44:50 go: finding github.com/stretchr/testify v1.5.1 23:44:50 go: finding github.com/ugorji/go v1.1.4 23:44:50 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:44:50 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 23:44:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:44:50 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:44:50 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 23:44:50 go: finding github.com/BurntSushi/toml v0.3.1 23:44:50 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:44:50 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:44:50 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:44:50 go: finding github.com/bgentry/speakeasy v0.1.0 23:44:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:44:50 go: finding github.com/davecgh/go-spew v1.1.1 23:44:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:44:50 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 23:44:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 23:44:50 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:44:50 go: finding github.com/fatih/color v1.7.0 23:44:50 go: finding github.com/go-kit/kit v0.8.0 23:44:50 go: finding gopkg.in/yaml.v2 v2.2.8 23:44:50 go: finding github.com/go-logfmt/logfmt v0.4.0 23:44:50 go: finding github.com/go-stack/stack v1.8.0 23:44:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:44:50 go: finding github.com/google/uuid v1.1.0 23:44:50 go: finding github.com/gorilla/mux v1.7.1 23:44:50 go: finding github.com/hashicorp/consul/api v1.1.0 23:44:50 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:44:50 go: finding github.com/hashicorp/errwrap v1.0.0 23:44:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:44:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:44:50 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:44:50 go: finding github.com/hashicorp/go-multierror v1.0.0 23:44:50 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:44:50 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:44:50 go: finding github.com/hashicorp/go-syslog v1.0.0 23:44:50 go: finding github.com/hashicorp/go-uuid v1.0.1 23:44:50 go: finding github.com/hashicorp/go.net v0.0.1 23:44:50 go: finding github.com/hashicorp/golang-lru v0.5.0 23:44:50 go: finding github.com/hashicorp/logutils v1.0.0 23:44:50 go: finding github.com/hashicorp/mdns v1.0.0 23:44:50 go: finding github.com/hashicorp/memberlist v0.1.3 23:44:50 go: finding github.com/hashicorp/serf v0.8.2 23:44:50 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:44:50 go: finding github.com/mattn/go-colorable v0.0.9 23:44:50 go: finding github.com/mattn/go-isatty v0.0.3 23:44:50 go: finding github.com/miekg/dns v1.0.14 23:44:50 go: finding github.com/mitchellh/cli v1.0.0 23:44:50 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:44:50 go: finding github.com/mitchellh/copystructure v1.0.0 23:44:50 go: finding github.com/mitchellh/go-homedir v1.0.0 23:44:50 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:44:50 go: finding github.com/mitchellh/gox v0.4.0 23:44:50 go: finding github.com/mitchellh/iochan v1.0.0 23:44:50 go: finding github.com/mitchellh/mapstructure v1.1.2 23:44:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:44:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:44:50 go: finding github.com/pelletier/go-toml v1.2.0 23:44:50 go: finding github.com/pkg/errors v0.8.1 23:44:50 go: finding github.com/pmezard/go-difflib v1.0.0 23:44:50 go: finding github.com/posener/complete v1.1.1 23:44:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:44:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:44:50 go: finding github.com/stretchr/objx v0.1.0 23:44:50 go: finding github.com/stretchr/testify v1.5.1 23:44:50 go: finding github.com/ugorji/go v1.1.4 23:44:50 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:44:50 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 23:44:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:44:50 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:44:50 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 23:44:50 go: finding gopkg.in/yaml.v2 v2.2.8 23:44:56 Removing intermediate container d0109e237c39 23:44:56 ---> 4015ad97e414 23:44:56 Successfully built 4015ad97e414 23:44:56 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 23:44:56 + docker inspect -f . ci-base-image-x86_64 23:44:56 . [Pipeline] withDockerContainer 23:44:56 prd-centos7-docker-4c-2g-6631 does not seem to be running inside a container 23:44:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/33 -v /w/workspace/go-mod-bootstrap/33:/w/workspace/go-mod-bootstrap/33:rw,z -v /w/workspace/go-mod-bootstrap/33@tmp:/w/workspace/go-mod-bootstrap/33@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 23:44:57 $ docker top d4b145c67c1a6ce44981247a0c10f04da7688c858925925bbc8c27d1bfc5199a -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:58 + go version 23:44:58 go version go1.13.5 linux/amd64 [Pipeline] sh 23:44:58 + make test 23:44:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:45:00 Removing intermediate container c69ceff54713 23:45:00 ---> d9bbed85347d 23:45:00 Successfully built d9bbed85347d 23:45: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 23:45:01 + docker inspect -f . ci-base-image-arm64 23:45:01 . [Pipeline] withDockerContainer 23:45:01 prd-ubuntu18.04-docker-arm64-4c-16g-6630 does not seem to be running inside a container 23:45:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/33 -v /w/workspace/go-mod-bootstrap/33:/w/workspace/go-mod-bootstrap/33:rw,z -v /w/workspace/go-mod-bootstrap/33@tmp:/w/workspace/go-mod-bootstrap/33@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 23:45:03 $ docker top 09bed0f504350f45bf4499363f935d7962b7006e05ac083a02e576d5d600106d -eo pid,comm [Pipeline] { [Pipeline] sh 23:45:04 + go version 23:45:04 go version go1.13.5 linux/arm64 [Pipeline] sh 23:45:04 + make test 23:45:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:45:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 23:45:16 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.012s coverage: 50.0% of statements 23:45:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 23:45:16 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.018s coverage: 84.2% of statements 23:45:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 23:45:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 23:45:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 23:45:24 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.027s coverage: 100.0% of statements 23:45:24 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 23:45:24 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 23:45:24 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 23:45:24 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.009s coverage: 48.9% of statements 23:45:24 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 23:45:24 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 23:45:24 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.004s coverage: 91.3% of statements 23:45:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:45:25 gofmt -l . 23:45:25 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:45:26 Stashed 1 file(s) [Pipeline] } 23:45:26 $ docker stop --time=1 d4b145c67c1a6ce44981247a0c10f04da7688c858925925bbc8c27d1bfc5199a 23:45:27 $ docker rm -f d4b145c67c1a6ce44981247a0c10f04da7688c858925925bbc8c27d1bfc5199a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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] } 23:45:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 23:45:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.065s coverage: 50.0% of statements 23:45:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 23:45:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.049s coverage: 84.2% of statements 23:45:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 23:45:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 23:45:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 23:45:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.043s coverage: 100.0% of statements 23:45:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 23:45:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 23:45:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 23:45:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.024s coverage: 48.9% of statements 23:45:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 23:45:52 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 23:45:52 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.041s coverage: 91.3% of statements 23:45:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:45:59 gofmt -l . 23:45:59 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:45:59 Warning: overwriting stash ‘coverage-report’ 23:46:00 Stashed 1 file(s) [Pipeline] } 23:46:00 $ docker stop --time=1 09bed0f504350f45bf4499363f935d7962b7006e05ac083a02e576d5d600106d 23:46:02 $ docker rm -f 09bed0f504350f45bf4499363f935d7962b7006e05ac083a02e576d5d600106d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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 23:46:04 provisioning config files... 23:46:04 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1701491271965696375tmp [Pipeline] { [Pipeline] sh 23:46:04 + curl -s https://codecov.io/bash 23:46:04 + bash -s - -t @/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1701491271965696375tmp 23:46:04 23:46:04 _____ _ 23:46:04 / ____| | | 23:46:04 | | ___ __| | ___ ___ _____ __ 23:46:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:46:04 | |___| (_) | (_| | __/ (_| (_) \ V / 23:46:04 \_____\___/ \__,_|\___|\___\___/ \_/ 23:46:04 Bash-tbd 23:46:04 23:46:04 23:46:04 ==> Jenkins CI detected. 23:46:04 project root: . 23:46:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:46:04 ==> Running gcov in . (disable via -X gcov) 23:46:04 ==> Python coveragepy not found 23:46:04 ==> Searching for coverage reports in: 23:46:04 + . 23:46:04 -> Found 1 reports 23:46:04 ==> Detecting git/mercurial file structure 23:46:04 ==> Reading reports 23:46:04 + ./coverage.out bytes=20233 23:46:04 ==> Appending adjustments 23:46:04 http://docs.codecov.io/docs/fixing-reports 23:46:05 + Found adjustments 23:46:05 ==> Gzipping contents 23:46:05 ==> Uploading reports 23:46:05 url: https://codecov.io 23:46:05 query: branch=master&commit=e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job= 23:46:05 -> Pinging Codecov 23:46:05 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job= 23:46:05 -> Uploading 23:46:06 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde [Pipeline] } 23:46:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:46:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:46:06 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:46:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:46:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 23:46:07 23:46:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 23:46:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 23:46:07 1.217.3: Pulling from edgex-devops/edgex-snyk-go 23:46:07 e6b0cf9c0882: Pulling fs layer 23:46:07 2848faf0eed1: Pulling fs layer 23:46:07 0f37312ad70f: Pulling fs layer 23:46:07 7d08f2745646: Pulling fs layer 23:46:07 4c9f31393084: Pulling fs layer 23:46:07 eb21ddb83652: Pulling fs layer 23:46:07 345998794f6b: Pulling fs layer 23:46:07 97a711d68925: Pulling fs layer 23:46:07 7c8476c1cb00: Pulling fs layer 23:46:07 eb21ddb83652: Waiting 23:46:07 345998794f6b: Waiting 23:46:07 97a711d68925: Waiting 23:46:07 7d08f2745646: Waiting 23:46:07 7c8476c1cb00: Waiting 23:46:07 4c9f31393084: Waiting 23:46:07 0f37312ad70f: Verifying Checksum 23:46:07 0f37312ad70f: Download complete 23:46:07 2848faf0eed1: Download complete 23:46:07 4c9f31393084: Verifying Checksum 23:46:07 4c9f31393084: Download complete 23:46:07 eb21ddb83652: Verifying Checksum 23:46:07 eb21ddb83652: Download complete 23:46:07 e6b0cf9c0882: Verifying Checksum 23:46:07 e6b0cf9c0882: Download complete 23:46:08 345998794f6b: Verifying Checksum 23:46:08 345998794f6b: Download complete 23:46:08 e6b0cf9c0882: Pull complete 23:46:08 97a711d68925: Download complete 23:46:08 7c8476c1cb00: Verifying Checksum 23:46:08 7c8476c1cb00: Download complete 23:46:08 2848faf0eed1: Pull complete 23:46:08 0f37312ad70f: Pull complete 23:46:09 7d08f2745646: Verifying Checksum 23:46:09 7d08f2745646: Download complete 23:46:17 7d08f2745646: Pull complete 23:46:17 4c9f31393084: Pull complete 23:46:17 eb21ddb83652: Pull complete 23:46:18 345998794f6b: Pull complete 23:46:22 97a711d68925: Pull complete 23:46:22 7c8476c1cb00: Pull complete 23:46:22 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 23:46:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 23:46:22 prd-centos7-docker-4c-2g-6629 does not seem to be running inside a container 23:46:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 23:46:23 $ docker top 0f44fcd01f93bece86f7dca8bac4e1347fadf6f3a4ec171cee262aad5aa32814 -eo pid,comm [Pipeline] { [Pipeline] sh 23:46:24 + snyk monitor '--org=edgex-jenkins' 23:46:32 23:46:32 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master... 23:46:32 23:46:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/d27d9e05-483e-40a0-9f52-3dcacf5e02d5 23:46:32 23:46:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:46:32 23:46:32 [Pipeline] } 23:46:32 $ docker stop --time=1 0f44fcd01f93bece86f7dca8bac4e1347fadf6f3a4ec171cee262aad5aa32814 23:46:33 $ docker rm -f 0f44fcd01f93bece86f7dca8bac4e1347fadf6f3a4ec171cee262aad5aa32814 [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 23:46:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:46:34 . [Pipeline] withDockerContainer 23:46:34 prd-centos7-docker-4c-2g-6629 does not seem to be running inside a container 23:46:34 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10004/edgex-devops/git-semver:latest cat 23:46:35 $ docker top 8b41b1cb0956da88dfc5b22df621d038fabc6920afe7e4592e800484ce9c3d8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:46:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:46:35 [ssh-agent] Looking for ssh-agent implementation... 23:46:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:46:36 $ docker exec 8b41b1cb0956da88dfc5b22df621d038fabc6920afe7e4592e800484ce9c3d8c ssh-agent 23:46:36 SSH_AUTH_SOCK=/tmp/ssh-B1dudDHcPJE7/agent.13 23:46:36 SSH_AGENT_PID=20 23:46:36 Running ssh-add (command line suppressed) 23:46:36 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3504370557980044165.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3504370557980044165.key) 23:46:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:46:36 + git semver tag 23:46:36 # -> Open(): unable to determine branch for HEAD 23:46:36 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 23:46:36 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 23:46:36 # $SEMVER_REMOTE_NAME = origin 23:46:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:46:36 # $SEMVER_USER_NAME = edgex-jenkins 23:46:36 # $SEMVER_BRANCH = master 23:46:36 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 23:46:36 # e93b07de7309e9d32cfb7d56009e7d8bf8ce0fde HEAD 23:46:36 # -> Force: false 23:46:37 # c6cc55adf9ef0436e4131750b86cbdca1b8b0c26 refs/tags/v0.0.31 [Pipeline] } 23:46:37 $ docker exec --env ******** --env ******** 8b41b1cb0956da88dfc5b22df621d038fabc6920afe7e4592e800484ce9c3d8c ssh-agent -k 23:46:37 unset SSH_AUTH_SOCK; 23:46:37 unset SSH_AGENT_PID; 23:46:37 echo Agent pid 20 killed; 23:46:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:46:37 + git semver [Pipeline] } 23:46:37 $ docker stop --time=1 8b41b1cb0956da88dfc5b22df621d038fabc6920afe7e4592e800484ce9c3d8c 23:46:39 $ docker rm -f 8b41b1cb0956da88dfc5b22df621d038fabc6920afe7e4592e800484ce9c3d8c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:46:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:46:39 23:46:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:46:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:46:40 0.23.1-centos7: Pulling from edgex-lftools 23:46:40 ab5ef0e58194: Pulling fs layer 23:46:40 9712f1f96733: Pulling fs layer 23:46:40 63f879dbbcfc: Pulling fs layer 23:46:40 0d9ebad4ef96: Pulling fs layer 23:46:40 e9a5061849ea: Pulling fs layer 23:46:40 d747dcd14b5f: Pulling fs layer 23:46:40 2de7ff778b66: Pulling fs layer 23:46:40 e9a5061849ea: Waiting 23:46:40 d747dcd14b5f: Waiting 23:46:40 2de7ff778b66: Waiting 23:46:40 0d9ebad4ef96: Waiting 23:46:40 9712f1f96733: Verifying Checksum 23:46:40 9712f1f96733: Download complete 23:46:40 63f879dbbcfc: Verifying Checksum 23:46:40 63f879dbbcfc: Download complete 23:46:40 e9a5061849ea: Verifying Checksum 23:46:40 e9a5061849ea: Download complete 23:46:40 d747dcd14b5f: Verifying Checksum 23:46:40 d747dcd14b5f: Download complete 23:46:41 2de7ff778b66: Verifying Checksum 23:46:41 2de7ff778b66: Download complete 23:46:41 0d9ebad4ef96: Verifying Checksum 23:46:41 0d9ebad4ef96: Download complete 23:46:41 ab5ef0e58194: Verifying Checksum 23:46:41 ab5ef0e58194: Download complete 23:46:46 ab5ef0e58194: Pull complete 23:46:46 9712f1f96733: Pull complete 23:46:48 63f879dbbcfc: Pull complete 23:46:53 0d9ebad4ef96: Pull complete 23:46:54 e9a5061849ea: Pull complete 23:46:54 d747dcd14b5f: Pull complete 23:46:57 2de7ff778b66: Pull complete 23:46:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:46:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:46:58 prd-centos7-docker-4c-2g-6629 does not seem to be running inside a container 23:46:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-lftools:0.23.1-centos7 cat 23:46:58 $ docker top 2c581590d7e87c0b699d13fa02162f34c2d929ed9f6acc93a2bb2a70f7d01284 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:46:58 provisioning config files... 23:46:59 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config616826210605890236tmp 23:46:59 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1494816500823254525tmp 23:46:59 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8963152944228625662tmp [Pipeline] { [Pipeline] echo 23:46:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:46:59 ---> sigul-configuration.sh 23:46:59 gpg: directory `/root/.gnupg' created 23:46:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:46:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:46:59 gpg: keyring `/root/.gnupg/secring.gpg' created 23:46:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:46:59 gpg: CAST5 encrypted data 23:46:59 gpg: encrypted with 1 passphrase 23:46:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:46:59 + mkdir /home/jenkins 23:46:59 + mkdir /home/jenkins/sigul [Pipeline] sh 23:47:00 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 23:47:00 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:47:00 ---> sigul-install.sh 23:47:05 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:47:06 + git tag --list 23:47:06 v0.0.31 [Pipeline] sh 23:47:06 + lftools sign git-tag v0.0.31 23:47:07 Signing Git tag with Sigul... 23:47:07 Signing v0.0.31 [Pipeline] echo 23:47:08 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:47:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:47:09 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:47:09 $ docker stop --time=1 2c581590d7e87c0b699d13fa02162f34c2d929ed9f6acc93a2bb2a70f7d01284 23:47:10 $ docker rm -f 2c581590d7e87c0b699d13fa02162f34c2d929ed9f6acc93a2bb2a70f7d01284 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:47:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:47:11 . [Pipeline] withDockerContainer 23:47:11 prd-centos7-docker-4c-2g-6629 does not seem to be running inside a container 23:47:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10004/edgex-devops/git-semver:latest cat 23:47:12 $ docker top b68ac717c3484689ce97196d383cfb7beddbf4366cc2d15dea4bfcfc8d4f778d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:47:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:47:12 [ssh-agent] Looking for ssh-agent implementation... 23:47:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:47:12 $ docker exec b68ac717c3484689ce97196d383cfb7beddbf4366cc2d15dea4bfcfc8d4f778d ssh-agent 23:47:12 SSH_AUTH_SOCK=/tmp/ssh-yc4DwHEbWMSI/agent.14 23:47:12 SSH_AGENT_PID=20 23:47:12 Running ssh-add (command line suppressed) 23:47:12 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_179833789304948691.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_179833789304948691.key) 23:47:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:47:13 + git semver bump patch 23:47:13 # -> Open(): unable to determine branch for HEAD 23:47:13 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 23:47:13 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 23:47:13 # $SEMVER_REMOTE_NAME = origin 23:47:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:47:13 # $SEMVER_USER_NAME = edgex-jenkins 23:47:13 # $SEMVER_BRANCH = master 23:47:13 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 23:47:13 0.0.32 [Pipeline] } 23:47:13 $ docker exec --env ******** --env ******** b68ac717c3484689ce97196d383cfb7beddbf4366cc2d15dea4bfcfc8d4f778d ssh-agent -k 23:47:13 unset SSH_AUTH_SOCK; 23:47:13 unset SSH_AGENT_PID; 23:47:13 echo Agent pid 20 killed; 23:47:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:47:14 + git semver [Pipeline] } 23:47:14 $ docker stop --time=1 b68ac717c3484689ce97196d383cfb7beddbf4366cc2d15dea4bfcfc8d4f778d 23:47:15 $ docker rm -f b68ac717c3484689ce97196d383cfb7beddbf4366cc2d15dea4bfcfc8d4f778d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:47:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:47:15 . [Pipeline] withDockerContainer 23:47:15 prd-centos7-docker-4c-2g-6629 does not seem to be running inside a container 23:47:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10004/edgex-devops/git-semver:latest cat 23:47:16 $ docker top 5946efa93470103e144d08fbbf752741ccb81b9e357db1a57f8fcc856929d079 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:47:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:47:16 [ssh-agent] Looking for ssh-agent implementation... 23:47:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:47:17 $ docker exec 5946efa93470103e144d08fbbf752741ccb81b9e357db1a57f8fcc856929d079 ssh-agent 23:47:17 SSH_AUTH_SOCK=/tmp/ssh-j2B9CVmn8Z6V/agent.15 23:47:17 SSH_AGENT_PID=21 23:47:17 Running ssh-add (command line suppressed) 23:47:17 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4814542031100208181.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4814542031100208181.key) 23:47:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:47:17 + git semver push 23:47:17 # -> Open(): unable to determine branch for HEAD 23:47:17 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 23:47:17 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 23:47:17 # $SEMVER_REMOTE_NAME = origin 23:47:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:47:17 # $SEMVER_USER_NAME = edgex-jenkins 23:47:17 # $SEMVER_BRANCH = master 23:47:17 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 23:47:24 $ docker exec --env ******** --env ******** 5946efa93470103e144d08fbbf752741ccb81b9e357db1a57f8fcc856929d079 ssh-agent -k 23:47:24 unset SSH_AUTH_SOCK; 23:47:24 unset SSH_AGENT_PID; 23:47:24 echo Agent pid 21 killed; 23:47:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:47:25 + git semver [Pipeline] } 23:47:25 $ docker stop --time=1 5946efa93470103e144d08fbbf752741ccb81b9e357db1a57f8fcc856929d079 23:47:26 $ docker rm -f 5946efa93470103e144d08fbbf752741ccb81b9e357db1a57f8fcc856929d079 [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 23:47:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:47:28 ---> package-listing.sh 23:47:28 ++ facter osfamily 23:47:28 ++ tr '[:upper:]' '[:lower:]' 23:47:28 + OS_FAMILY=redhat 23:47:28 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 23:47:28 + START_PACKAGES=/tmp/packages_start.txt 23:47:28 + END_PACKAGES=/tmp/packages_end.txt 23:47:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:47:28 + PACKAGES=/tmp/packages_start.txt 23:47:28 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 23:47:28 + PACKAGES=/tmp/packages_end.txt 23:47:28 + case "${OS_FAMILY}" in 23:47:28 + rpm -qa 23:47:28 + sort 23:47:32 + '[' -f /tmp/packages_start.txt ']' 23:47:32 + '[' -f /tmp/packages_end.txt ']' 23:47:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:47:32 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 23:47:32 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 23:47:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] isUnix [Pipeline] sh 23:47:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:47:33 23:47:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:47:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:47:33 alpine: Pulling from edgex-lftools-log-publisher 23:47:33 c9b1b535fdd9: Pulling fs layer 23:47:33 2cc5ad85d9ab: Pulling fs layer 23:47:33 756a868c4378: Pulling fs layer 23:47:33 444b2fc9a129: Pulling fs layer 23:47:33 ea15f1150254: Pulling fs layer 23:47:33 41b27a9f41bf: Pulling fs layer 23:47:33 28c525ee5125: Pulling fs layer 23:47:33 094b1ea09ed8: Pulling fs layer 23:47:33 138eaada9080: Pulling fs layer 23:47:33 0622d0fa9048: Pulling fs layer 23:47:33 41b27a9f41bf: Waiting 23:47:33 28c525ee5125: Waiting 23:47:33 094b1ea09ed8: Waiting 23:47:33 138eaada9080: Waiting 23:47:33 0622d0fa9048: Waiting 23:47:33 ea15f1150254: Waiting 23:47:33 444b2fc9a129: Waiting 23:47:33 2cc5ad85d9ab: Verifying Checksum 23:47:33 2cc5ad85d9ab: Download complete 23:47:33 444b2fc9a129: Verifying Checksum 23:47:33 444b2fc9a129: Download complete 23:47:33 c9b1b535fdd9: Verifying Checksum 23:47:33 c9b1b535fdd9: Download complete 23:47:33 ea15f1150254: Verifying Checksum 23:47:33 ea15f1150254: Download complete 23:47:33 28c525ee5125: Verifying Checksum 23:47:33 28c525ee5125: Download complete 23:47:34 756a868c4378: Verifying Checksum 23:47:34 756a868c4378: Download complete 23:47:34 094b1ea09ed8: Verifying Checksum 23:47:34 094b1ea09ed8: Download complete 23:47:34 0622d0fa9048: Verifying Checksum 23:47:34 0622d0fa9048: Download complete 23:47:34 138eaada9080: Verifying Checksum 23:47:34 138eaada9080: Download complete 23:47:35 41b27a9f41bf: Verifying Checksum 23:47:35 41b27a9f41bf: Download complete 23:47:35 c9b1b535fdd9: Pull complete 23:47:35 2cc5ad85d9ab: Pull complete 23:47:37 756a868c4378: Pull complete 23:47:37 444b2fc9a129: Pull complete 23:47:37 ea15f1150254: Pull complete 23:47:40 41b27a9f41bf: Pull complete 23:47:41 28c525ee5125: Pull complete 23:47:42 094b1ea09ed8: Pull complete 23:47:43 138eaada9080: Pull complete 23:47:43 0622d0fa9048: Pull complete 23:47:43 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:47:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:47:43 prd-centos7-docker-4c-2g-6629 does not seem to be running inside a container 23:47:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-lftools-log-publisher:alpine cat 23:47:44 $ docker top 47d352cb853199d98693a39b73382123928dd8a4d587b556a34af6fc1e511f7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:47:45 provisioning config files... 23:47:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8621457691068124136tmp [Pipeline] { [Pipeline] echo 23:47:45 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:47:45 ---> create-netrc.sh [Pipeline] echo 23:47:45 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:47:45 ---> logs-deploy.sh 23:47:45 + ARCHIVE_ARTIFACTS= 23:47:45 + LOGS_SERVER=https://logs.edgexfoundry.org 23:47:45 + '[' https://logs.edgexfoundry.org == None ']' 23:47:45 + NEXUS_URL=https://nexus.edgexfoundry.org 23:47:45 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/33 23:47:45 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/33/ 23:47:45 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/33 /w/workspace/xfoundry_go-mod-bootstrap_master 23:47:47 Archives upload complete. 23:47:47 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/33 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/33/