Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from de90581497902aa69bacc01f7e4382d2d48d1cc0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3367’ Running on prd-centos7-docker-4c-2g-3371 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 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 Fetching without tags Checking out Revision de90581497902aa69bacc01f7e4382d2d48d1cc0 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f de90581497902aa69bacc01f7e4382d2d48d1cc0 # timeout=10 Commit message: "Merge pull request #79 from edgexfoundry/update-pr-template" > git rev-list --no-walk e7263182f03795a80ecad393cb2c8c940050476c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:53:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:53:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:53:59 ========================================================= 17:53:59 EdgeX Global Pipelines Version Info 17:53:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:54:02 ------------------- 17:54:02 stable info: 17:54:02 ------------------- 17:54:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:54:02 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 17:54:02 Message: update stable to v1.0.89 17:54:03 ------------------- 17:54:03 experimental info: 17:54:03 ------------------- 17:54:03 Commited By: **** collab-it+edgex@linuxfoundation.org 17:54:03 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 17:54:03 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:54:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:54:05 17:54:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:54:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:54:06 latest: Pulling from edgex-devops/git-semver 17:54:06 9123ac7c32f7: Pulling fs layer 17:54:06 b8cc5d1170e3: Pulling fs layer 17:54:06 2924cbbf6a41: Pulling fs layer 17:54:06 93b08a4f1073: Pulling fs layer 17:54:06 93b08a4f1073: Waiting 17:54:06 b8cc5d1170e3: Verifying Checksum 17:54:06 b8cc5d1170e3: Download complete 17:54:06 9123ac7c32f7: Verifying Checksum 17:54:06 9123ac7c32f7: Download complete 17:54:06 93b08a4f1073: Verifying Checksum 17:54:06 93b08a4f1073: Download complete 17:54:06 2924cbbf6a41: Verifying Checksum 17:54:06 2924cbbf6a41: Download complete 17:54:06 9123ac7c32f7: Pull complete 17:54:06 b8cc5d1170e3: Pull complete 17:54:08 2924cbbf6a41: Pull complete 17:54:08 93b08a4f1073: Pull complete 17:54:08 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:54:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:54:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:54:08 prd-centos7-docker-4c-2g-3371 does not seem to be running inside a container 17:54:08 $ 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 17:54:11 $ docker top ab6fed14e37a58284cfe089ee34c35ad5becfc14b37247318cbe715678e23152 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:54:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:54:11 [ssh-agent] Looking for ssh-agent implementation... 17:54:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:54:11 $ docker exec ab6fed14e37a58284cfe089ee34c35ad5becfc14b37247318cbe715678e23152 ssh-agent 17:54:11 SSH_AUTH_SOCK=/tmp/ssh-ReSS33TRXMJc/agent.12 17:54:11 SSH_AGENT_PID=17 17:54:11 Running ssh-add (command line suppressed) 17:54:12 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2417663519021928271.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2417663519021928271.key) 17:54:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:54:12 + git describe --exact-match --tags HEAD 17:54:12 fatal: No names found, cannot describe anything. [Pipeline] } 17:54:12 $ docker exec --env ******** --env ******** ab6fed14e37a58284cfe089ee34c35ad5becfc14b37247318cbe715678e23152 ssh-agent -k 17:54:13 unset SSH_AUTH_SOCK; 17:54:13 unset SSH_AGENT_PID; 17:54:13 echo Agent pid 17 killed; 17:54:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:54:13 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:54:13 This usually means this commit has not been tagged. [Pipeline] sshagent 17:54:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:54:13 [ssh-agent] Looking for ssh-agent implementation... 17:54:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:54:13 $ docker exec ab6fed14e37a58284cfe089ee34c35ad5becfc14b37247318cbe715678e23152 ssh-agent 17:54:13 SSH_AUTH_SOCK=/tmp/ssh-MsVHDo7oJgUL/agent.45 17:54:13 SSH_AGENT_PID=50 17:54:13 Running ssh-add (command line suppressed) 17:54:14 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6770959778872607919.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6770959778872607919.key) 17:54:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:54:14 + git semver init 17:54:14 # -> Open(): unable to determine branch for HEAD 17:54:14 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:54:14 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:54:14 # $SEMVER_REMOTE_NAME = origin 17:54:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:54:14 # $SEMVER_USER_NAME = edgex-jenkins 17:54:14 # $SEMVER_BRANCH = master 17:54:14 # $SEMVER_TEMP = /tmp/semver-611282546 17:54:14 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 17:54:15 # '/tmp/semver-611282546' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 17:54:15 # -> Force: false 17:54:15 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:54:15 $ docker exec --env ******** --env ******** ab6fed14e37a58284cfe089ee34c35ad5becfc14b37247318cbe715678e23152 ssh-agent -k 17:54:15 unset SSH_AUTH_SOCK; 17:54:15 unset SSH_AGENT_PID; 17:54:15 echo Agent pid 50 killed; 17:54:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:54:15 + git semver [Pipeline] } 17:54:15 $ docker stop --time=1 ab6fed14e37a58284cfe089ee34c35ad5becfc14b37247318cbe715678e23152 17:54:17 $ docker rm -f ab6fed14e37a58284cfe089ee34c35ad5becfc14b37247318cbe715678e23152 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:54:18 Stashed 42 file(s) [Pipeline] echo 17:54:18 [edgeXSemver] initialized semver on version 0.0.34 [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 17:54:33 Still waiting to schedule task 17:54:33 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:54:33 Still waiting to schedule task 17:54:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:56:31 Running on prd-centos7-docker-4c-2g-3375 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:56:31 Running in /w/workspace/go-mod-bootstrap/36 [Pipeline] { [Pipeline] checkout 17:56:34 using credential edgex-jenkins-ssh 17:56:34 Cloning the remote Git repository 17:56:34 Cloning with configured refspecs honoured and without tags 17:56:35 Fetching without tags 17:56:34 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:56:34 > git init /w/workspace/go-mod-bootstrap/36 # timeout=10 17:56:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:56:34 > git --version # timeout=10 17:56:34 using GIT_SSH to set credentials SSH Credentials for GitHub 17:56:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:56:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:56:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:56:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:56:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:56:34 using GIT_SSH to set credentials SSH Credentials for GitHub 17:56:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:56:35 Checking out Revision de90581497902aa69bacc01f7e4382d2d48d1cc0 (master) 17:56:35 > git config core.sparsecheckout # timeout=10 17:56:35 > git checkout -f de90581497902aa69bacc01f7e4382d2d48d1cc0 # timeout=10 17:56:38 Commit message: "Merge pull request #79 from edgexfoundry/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:56:39 ========================================================= 17:56:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:56:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:56:40 + 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 . 17:56:40 Sending build context to Docker daemon 588.8kB 17:56:40 Step 1/8 : ARG BASE=golang:1.13-alpine 17:56:40 Step 2/8 : FROM ${BASE} 17:56:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:56:40 e6b0cf9c0882: Pulling fs layer 17:56:40 2848faf0eed1: Pulling fs layer 17:56:40 0f37312ad70f: Pulling fs layer 17:56:40 5788d62ee057: Pulling fs layer 17:56:40 0e6b1d234666: Pulling fs layer 17:56:40 bf5d7aec512f: Pulling fs layer 17:56:40 34c802a77dc8: Pulling fs layer 17:56:40 9eb99e56ec68: Pulling fs layer 17:56:40 27c7a5d97fbd: Pulling fs layer 17:56:40 5c102a31e300: Pulling fs layer 17:56:40 dcfb455df0a1: Pulling fs layer 17:56:40 34c802a77dc8: Waiting 17:56:40 5c102a31e300: Waiting 17:56:40 9eb99e56ec68: Waiting 17:56:40 27c7a5d97fbd: Waiting 17:56:40 5788d62ee057: Waiting 17:56:40 0e6b1d234666: Waiting 17:56:40 bf5d7aec512f: Waiting 17:56:40 dcfb455df0a1: Waiting 17:56:40 0f37312ad70f: Download complete 17:56:40 2848faf0eed1: Verifying Checksum 17:56:40 2848faf0eed1: Download complete 17:56:40 0e6b1d234666: Verifying Checksum 17:56:40 0e6b1d234666: Download complete 17:56:40 bf5d7aec512f: Verifying Checksum 17:56:40 bf5d7aec512f: Download complete 17:56:40 e6b0cf9c0882: Verifying Checksum 17:56:40 e6b0cf9c0882: Download complete 17:56:41 e6b0cf9c0882: Pull complete 17:56:41 34c802a77dc8: Verifying Checksum 17:56:41 34c802a77dc8: Download complete 17:56:41 27c7a5d97fbd: Download complete 17:56:41 5c102a31e300: Verifying Checksum 17:56:41 5c102a31e300: Download complete 17:56:42 dcfb455df0a1: Verifying Checksum 17:56:42 dcfb455df0a1: Download complete 17:56:42 5788d62ee057: Verifying Checksum 17:56:42 5788d62ee057: Download complete 17:56:42 9eb99e56ec68: Verifying Checksum 17:56:42 9eb99e56ec68: Download complete 17:56:43 2848faf0eed1: Pull complete 17:56:43 0f37312ad70f: Pull complete 17:56:50 5788d62ee057: Pull complete 17:56:50 0e6b1d234666: Pull complete 17:56:50 bf5d7aec512f: Pull complete 17:56:53 34c802a77dc8: Pull complete 17:56:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3374 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:56:53 Running in /w/workspace/go-mod-bootstrap/36 [Pipeline] { [Pipeline] checkout 17:56:56 9eb99e56ec68: Pull complete 17:56:56 27c7a5d97fbd: Pull complete 17:56:57 5c102a31e300: Pull complete 17:56:57 dcfb455df0a1: Pull complete 17:56:57 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 17:56:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:56:57 ---> 7c70fe431013 17:56:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:56:58 ---> Running in 9b38e6a20f2f 17:56:59 Removing intermediate container 9b38e6a20f2f 17:56:59 ---> 2bdcbc740145 17:56:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:59 ---> Running in 36f0409fbd45 17:56:59 using credential edgex-jenkins-ssh 17:56:59 Cloning the remote Git repository 17:56:59 Cloning with configured refspecs honoured and without tags 17:56:59 Removing intermediate container 36f0409fbd45 17:56:59 ---> ba3e8e578b4d 17:56:59 Step 5/8 : RUN apk add --update --no-cache git make 17:56:59 ---> Running in 3455cd168473 17:56:59 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:56:59 > git init /w/workspace/go-mod-bootstrap/36 # timeout=10 17:56:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:56:59 > git --version # timeout=10 17:56:59 using GIT_SSH to set credentials SSH Credentials for GitHub 17:56:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:57:00 Fetching without tags 17:57:00 Checking out Revision de90581497902aa69bacc01f7e4382d2d48d1cc0 (master) 17:57:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:57:01 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:57:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:57:00 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:57:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:57:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:57:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:57:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:57:00 > git config core.sparsecheckout # timeout=10 17:57:00 > git checkout -f de90581497902aa69bacc01f7e4382d2d48d1cc0 # timeout=10 17:57:01 OK: 143 MiB in 39 packages 17:57:02 Removing intermediate container 3455cd168473 17:57:02 ---> bc019a32cb52 17:57:02 Step 6/8 : WORKDIR /build 17:57:02 ---> Running in 32befef6a5b3 17:57:02 Removing intermediate container 32befef6a5b3 17:57:02 ---> 520def88bb70 17:57:02 Step 7/8 : COPY go.mod . 17:57:02 ---> f88bd35718ed 17:57:02 Step 8/8 : RUN go mod download 17:57:02 ---> Running in 44de79828639 17:57:04 go: finding github.com/BurntSushi/toml v0.3.1 17:57:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:57:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:57:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:57:04 go: finding github.com/bgentry/speakeasy v0.1.0 17:57:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:57:04 go: finding github.com/davecgh/go-spew v1.1.1 17:57:04 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:57:04 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 17:57:04 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:57:04 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:57:04 go: finding github.com/fatih/color v1.7.0 17:57:04 go: finding github.com/go-kit/kit v0.8.0 17:57:04 go: finding github.com/go-logfmt/logfmt v0.4.0 17:57:04 go: finding github.com/go-stack/stack v1.8.0 17:57:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:57:04 go: finding github.com/google/uuid v1.1.0 17:57:04 go: finding github.com/gorilla/mux v1.7.1 17:57:04 go: finding github.com/hashicorp/consul/api v1.1.0 17:57:04 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:57:04 go: finding github.com/hashicorp/errwrap v1.0.0 17:57:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:57:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:57:04 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:57:04 go: finding github.com/hashicorp/go-multierror v1.0.0 17:57:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:57:04 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:57:04 go: finding github.com/hashicorp/go-syslog v1.0.0 17:57:04 go: finding github.com/hashicorp/go-uuid v1.0.1 17:57:04 go: finding github.com/hashicorp/go.net v0.0.1 17:57:04 go: finding github.com/hashicorp/golang-lru v0.5.0 17:57:04 go: finding github.com/hashicorp/logutils v1.0.0 17:57:04 go: finding github.com/hashicorp/mdns v1.0.0 17:57:04 go: finding github.com/hashicorp/memberlist v0.1.3 17:57:04 go: finding github.com/hashicorp/serf v0.8.2 17:57:04 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:57:04 go: finding github.com/mattn/go-colorable v0.0.9 17:57:04 go: finding github.com/mattn/go-isatty v0.0.3 17:57:04 go: finding github.com/miekg/dns v1.0.14 17:57:04 go: finding github.com/mitchellh/cli v1.0.0 17:57:04 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:57:04 go: finding github.com/mitchellh/copystructure v1.0.0 17:57:04 go: finding github.com/mitchellh/go-homedir v1.0.0 17:57:04 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:57:04 go: finding github.com/mitchellh/gox v0.4.0 17:57:04 go: finding github.com/mitchellh/iochan v1.0.0 17:57:04 go: finding github.com/mitchellh/mapstructure v1.1.2 17:57:04 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:57:04 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:57:04 go: finding github.com/pelletier/go-toml v1.2.0 17:57:04 go: finding github.com/pkg/errors v0.8.1 17:57:04 go: finding github.com/pmezard/go-difflib v1.0.0 17:57:04 go: finding github.com/posener/complete v1.1.1 17:57:04 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:57:04 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:57:04 go: finding github.com/stretchr/objx v0.1.0 17:57:04 go: finding github.com/stretchr/testify v1.5.1 17:57:04 go: finding github.com/ugorji/go v1.1.4 17:57:04 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:57:04 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 17:57:04 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:57:04 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:57:04 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:57:04 go: finding gopkg.in/yaml.v2 v2.2.8 17:57:05 Commit message: "Merge pull request #79 from edgexfoundry/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:57:06 ========================================================= 17:57:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:57:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:57:07 + 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 . 17:57:08 Sending build context to Docker daemon 588.8kB 17:57:08 Step 1/8 : ARG BASE=golang:1.13-alpine 17:57:08 Step 2/8 : FROM ${BASE} 17:57:08 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:57:08 cde5963f3b93: Pulling fs layer 17:57:08 2a23fa8c16f7: Pulling fs layer 17:57:08 777b28850792: Pulling fs layer 17:57:08 8a11ddd9e578: Pulling fs layer 17:57:08 4cf88f913ddb: Pulling fs layer 17:57:08 1df406cf5192: Pulling fs layer 17:57:08 cd6300453558: Pulling fs layer 17:57:08 b9c365052c96: Pulling fs layer 17:57:08 a2d8cc88f415: Pulling fs layer 17:57:08 ea1d1ca13537: Pulling fs layer 17:57:08 3750a50a1c5e: Pulling fs layer 17:57:08 8a11ddd9e578: Waiting 17:57:08 4cf88f913ddb: Waiting 17:57:08 1df406cf5192: Waiting 17:57:08 cd6300453558: Waiting 17:57:08 b9c365052c96: Waiting 17:57:08 a2d8cc88f415: Waiting 17:57:08 ea1d1ca13537: Waiting 17:57:08 3750a50a1c5e: Waiting 17:57:08 777b28850792: Download complete 17:57:08 2a23fa8c16f7: Download complete 17:57:08 4cf88f913ddb: Verifying Checksum 17:57:08 4cf88f913ddb: Download complete 17:57:08 1df406cf5192: Download complete 17:57:08 cde5963f3b93: Verifying Checksum 17:57:09 cde5963f3b93: Pull complete 17:57:10 2a23fa8c16f7: Pull complete 17:57:10 777b28850792: Pull complete 17:57:10 cd6300453558: Verifying Checksum 17:57:10 cd6300453558: Download complete 17:57:10 a2d8cc88f415: Download complete 17:57:12 ea1d1ca13537: Verifying Checksum 17:57:12 ea1d1ca13537: Download complete 17:57:12 3750a50a1c5e: Download complete 17:57:12 Removing intermediate container 44de79828639 17:57:12 ---> 972ce9597184 17:57:12 Successfully built 972ce9597184 17:57:12 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 17:57:13 + docker inspect -f . ci-base-image-x86_64 17:57:13 . [Pipeline] withDockerContainer 17:57:13 b9c365052c96: Verifying Checksum 17:57:13 b9c365052c96: Download complete 17:57:13 prd-centos7-docker-4c-2g-3375 does not seem to be running inside a container 17:57:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/36 -v /w/workspace/go-mod-bootstrap/36:/w/workspace/go-mod-bootstrap/36:rw,z -v /w/workspace/go-mod-bootstrap/36@tmp:/w/workspace/go-mod-bootstrap/36@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 17:57:13 8a11ddd9e578: Verifying Checksum 17:57:13 8a11ddd9e578: Download complete 17:57:14 $ docker top 903635ffb597fd62376d87523952862888f057c650d8599355f030c5dd49e534 -eo pid,comm [Pipeline] { [Pipeline] sh 17:57:14 + go version 17:57:14 go version go1.13.5 linux/amd64 [Pipeline] sh 17:57:15 + make test 17:57:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:57:25 8a11ddd9e578: Pull complete 17:57:25 4cf88f913ddb: Pull complete 17:57:25 1df406cf5192: Pull complete 17:57:30 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 17:57:30 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.012s coverage: 50.4% of statements 17:57:30 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 17:57:30 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 84.2% of statements 17:57:30 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 17:57:30 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 17:57:30 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 17:57:31 cd6300453558: Pull complete 17:57:35 b9c365052c96: Pull complete 17:57:35 a2d8cc88f415: Pull complete 17:57:36 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.019s coverage: 100.0% of statements 17:57:36 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 17:57:36 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 17:57:36 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 17:57:36 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements 17:57:36 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 17:57:36 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 17:57:36 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.020s coverage: 91.3% of statements 17:57:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:57:37 ea1d1ca13537: Pull complete 17:57:38 3750a50a1c5e: Pull complete 17:57:38 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 17:57:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:57:38 ---> 78745c68409d 17:57:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:57:38 gofmt -l . 17:57:39 [ "`gofmt -l .`" = "" ] [Pipeline] stash 17:57:39 Stashed 1 file(s) [Pipeline] } 17:57:39 $ docker stop --time=1 903635ffb597fd62376d87523952862888f057c650d8599355f030c5dd49e534 17:57:40 $ docker rm -f 903635ffb597fd62376d87523952862888f057c650d8599355f030c5dd49e534 [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] } 17:57:42 ---> Running in 267bc6186e27 17:57:42 Removing intermediate container 267bc6186e27 17:57:42 ---> 9a6a5cd56dca 17:57:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:57:42 ---> Running in f4a79217c29a 17:57:45 Removing intermediate container f4a79217c29a 17:57:45 ---> 3b80ef459367 17:57:45 Step 5/8 : RUN apk add --update --no-cache git make 17:57:45 ---> Running in 43f95c430de2 17:57:47 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:57:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:57:48 OK: 125 MiB in 39 packages 17:57:49 Removing intermediate container 43f95c430de2 17:57:49 ---> d260c1b468c0 17:57:49 Step 6/8 : WORKDIR /build 17:57:49 ---> Running in f5a6621f57e1 17:57:49 Removing intermediate container f5a6621f57e1 17:57:49 ---> dca252846389 17:57:49 Step 7/8 : COPY go.mod . 17:57:50 ---> b153b11c96ee 17:57:50 Step 8/8 : RUN go mod download 17:57:50 ---> Running in faddacec7802 17:57:53 go: finding github.com/BurntSushi/toml v0.3.1 17:57:53 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:57:53 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:57:53 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:57:53 go: finding github.com/bgentry/speakeasy v0.1.0 17:57:53 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:57:53 go: finding github.com/davecgh/go-spew v1.1.1 17:57:53 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:57:53 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 17:57:53 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:57:53 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:57:53 go: finding github.com/fatih/color v1.7.0 17:57:53 go: finding github.com/go-kit/kit v0.8.0 17:57:53 go: finding github.com/go-logfmt/logfmt v0.4.0 17:57:53 go: finding github.com/go-stack/stack v1.8.0 17:57:53 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:57:53 go: finding github.com/google/uuid v1.1.0 17:57:53 go: finding github.com/gorilla/mux v1.7.1 17:57:53 go: finding github.com/hashicorp/consul/api v1.1.0 17:57:53 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:57:53 go: finding github.com/hashicorp/errwrap v1.0.0 17:57:53 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:57:53 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:57:53 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:57:53 go: finding github.com/hashicorp/go-multierror v1.0.0 17:57:53 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:57:53 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:57:53 go: finding github.com/hashicorp/go-syslog v1.0.0 17:57:53 go: finding github.com/hashicorp/go-uuid v1.0.1 17:57:53 go: finding github.com/hashicorp/go.net v0.0.1 17:57:53 go: finding github.com/hashicorp/golang-lru v0.5.0 17:57:53 go: finding github.com/hashicorp/logutils v1.0.0 17:57:53 go: finding github.com/hashicorp/mdns v1.0.0 17:57:53 go: finding github.com/hashicorp/memberlist v0.1.3 17:57:53 go: finding github.com/hashicorp/serf v0.8.2 17:57:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:57:53 go: finding github.com/mattn/go-colorable v0.0.9 17:57:53 go: finding github.com/mattn/go-isatty v0.0.3 17:57:53 go: finding github.com/miekg/dns v1.0.14 17:57:53 go: finding github.com/mitchellh/cli v1.0.0 17:57:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:57:53 go: finding github.com/mitchellh/copystructure v1.0.0 17:57:53 go: finding github.com/mitchellh/go-homedir v1.0.0 17:57:53 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:57:53 go: finding github.com/mitchellh/gox v0.4.0 17:57:53 go: finding github.com/mitchellh/iochan v1.0.0 17:57:53 go: finding github.com/mitchellh/mapstructure v1.1.2 17:57:53 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:57:53 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:57:53 go: finding github.com/pelletier/go-toml v1.2.0 17:57:53 go: finding github.com/pkg/errors v0.8.1 17:57:53 go: finding github.com/pmezard/go-difflib v1.0.0 17:57:53 go: finding github.com/posener/complete v1.1.1 17:57:53 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:57:53 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:57:53 go: finding github.com/stretchr/objx v0.1.0 17:57:53 go: finding github.com/stretchr/testify v1.5.1 17:57:53 go: finding github.com/ugorji/go v1.1.4 17:57:53 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:57:53 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 17:57:53 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:57:53 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:57:53 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:57:53 go: finding gopkg.in/yaml.v2 v2.2.8 17:58:03 Removing intermediate container faddacec7802 17:58:03 ---> 5131cf60fd23 17:58:03 Successfully built 5131cf60fd23 17:58:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:58:04 + docker inspect -f . ci-base-image-arm64 17:58:04 . [Pipeline] withDockerContainer 17:58:04 prd-ubuntu18.04-docker-arm64-4c-16g-3374 does not seem to be running inside a container 17:58:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/36 -v /w/workspace/go-mod-bootstrap/36:/w/workspace/go-mod-bootstrap/36:rw,z -v /w/workspace/go-mod-bootstrap/36@tmp:/w/workspace/go-mod-bootstrap/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:58:06 $ docker top bd468d7df55cdd000d376c583de5976685d35b4bc668d0138e000e5fc7656064 -eo pid,comm [Pipeline] { [Pipeline] sh 17:58:07 + go version 17:58:07 go version go1.13.5 linux/arm64 [Pipeline] sh 17:58:08 + make test 17:58:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:58:55 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 17:58:55 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.052s coverage: 50.4% of statements 17:58:55 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 17:58:55 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.040s coverage: 84.2% of statements 17:58:55 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 17:58:55 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 17:58:55 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 17:58:56 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.075s coverage: 100.0% of statements 17:58:56 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 17:58:56 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 17:58:56 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 17:58:56 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.028s coverage: 48.9% of statements 17:58:56 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 17:58:56 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 17:58:56 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.047s coverage: 91.3% of statements 17:58:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:59:03 gofmt -l . 17:59:03 [ "`gofmt -l .`" = "" ] [Pipeline] stash 17:59:03 Warning: overwriting stash ‘coverage-report’ 17:59:03 Stashed 1 file(s) [Pipeline] } 17:59:03 $ docker stop --time=1 bd468d7df55cdd000d376c583de5976685d35b4bc668d0138e000e5fc7656064 17:59:05 $ docker rm -f bd468d7df55cdd000d376c583de5976685d35b4bc668d0138e000e5fc7656064 [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 17:59:07 provisioning config files... 17:59:07 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5338741927497029951tmp [Pipeline] { [Pipeline] sh 17:59:07 + curl -s https://codecov.io/bash 17:59:07 + bash -s - -t @/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5338741927497029951tmp 17:59:07 17:59:07 _____ _ 17:59:07 / ____| | | 17:59:07 | | ___ __| | ___ ___ _____ __ 17:59:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:59:07 | |___| (_) | (_| | __/ (_| (_) \ V / 17:59:07 \_____\___/ \__,_|\___|\___\___/ \_/ 17:59:07 Bash-20200602-f809a24 17:59:07 17:59:07 17:59:07 ==> Jenkins CI detected. 17:59:07 project root: . 17:59:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:59:07 ==> Running gcov in . (disable via -X gcov) 17:59:07 ==> Python coveragepy not found 17:59:07 ==> Searching for coverage reports in: 17:59:07 + . 17:59:07 -> Found 1 reports 17:59:07 ==> Detecting git/mercurial file structure 17:59:07 ==> Reading reports 17:59:07 + ./coverage.out bytes=20411 17:59:07 ==> Appending adjustments 17:59:07 https://docs.codecov.io/docs/fixing-reports 17:59:08 + Found adjustments 17:59:08 ==> Gzipping contents 17:59:08 ==> Uploading reports 17:59:08 url: https://codecov.io 17:59:08 query: branch=master&commit=de90581497902aa69bacc01f7e4382d2d48d1cc0&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job= 17:59:08 -> Pinging Codecov 17:59:08 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=de90581497902aa69bacc01f7e4382d2d48d1cc0&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job= 17:59:08 -> Uploading 17:59:09 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/de90581497902aa69bacc01f7e4382d2d48d1cc0 [Pipeline] } 17:59:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:59:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:59:09 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:59:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:59:10 17:59:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:59:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:59:10 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:59:10 cbdbe7a5bc2a: Pulling fs layer 17:59:10 408f87550127: Pulling fs layer 17:59:10 fe522b08c979: Pulling fs layer 17:59:10 221eaa008020: Pulling fs layer 17:59:10 2a4607e5d6b9: Pulling fs layer 17:59:10 8f79b27c4fd2: Pulling fs layer 17:59:10 e5c8dbe1645b: Pulling fs layer 17:59:10 23e8b3b47431: Pulling fs layer 17:59:10 5c568d65a230: Pulling fs layer 17:59:10 8f79b27c4fd2: Waiting 17:59:10 e5c8dbe1645b: Waiting 17:59:10 23e8b3b47431: Waiting 17:59:10 221eaa008020: Waiting 17:59:10 5c568d65a230: Waiting 17:59:10 2a4607e5d6b9: Waiting 17:59:10 fe522b08c979: Verifying Checksum 17:59:10 fe522b08c979: Download complete 17:59:10 408f87550127: Download complete 17:59:10 2a4607e5d6b9: Verifying Checksum 17:59:10 2a4607e5d6b9: Download complete 17:59:10 8f79b27c4fd2: Verifying Checksum 17:59:10 8f79b27c4fd2: Download complete 17:59:10 cbdbe7a5bc2a: Download complete 17:59:10 cbdbe7a5bc2a: Pull complete 17:59:11 408f87550127: Pull complete 17:59:11 e5c8dbe1645b: Verifying Checksum 17:59:11 e5c8dbe1645b: Download complete 17:59:11 fe522b08c979: Pull complete 17:59:12 23e8b3b47431: Verifying Checksum 17:59:12 23e8b3b47431: Download complete 17:59:12 5c568d65a230: Verifying Checksum 17:59:12 5c568d65a230: Download complete 17:59:12 221eaa008020: Verifying Checksum 17:59:12 221eaa008020: Download complete 17:59:21 221eaa008020: Pull complete 17:59:21 2a4607e5d6b9: Pull complete 17:59:21 8f79b27c4fd2: Pull complete 17:59:23 e5c8dbe1645b: Pull complete 17:59:26 23e8b3b47431: Pull complete 17:59:28 5c568d65a230: Pull complete 17:59:29 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:59:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:59:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:59:29 prd-centos7-docker-4c-2g-3371 does not seem to be running inside a container 17:59:29 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 17:59:31 $ docker top f9e25fb68c16b6c3de9a1b0f8332b9a8b0795087f8cee72f24f0113a16d4fb8a -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:32 + snyk monitor '--org=edgex-jenkins' 17:59:39 17:59:39 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 17:59:39 17:59:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/b2f63450-1f7a-4048-99a7-20b8c565ac64 17:59:39 17:59:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:59:39 17:59:39 17:59:39 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 17:59:39 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:59:39 $ docker stop --time=1 f9e25fb68c16b6c3de9a1b0f8332b9a8b0795087f8cee72f24f0113a16d4fb8a 17:59:42 $ docker rm -f f9e25fb68c16b6c3de9a1b0f8332b9a8b0795087f8cee72f24f0113a16d4fb8a [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 17:59:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:43 . [Pipeline] withDockerContainer 17:59:43 prd-centos7-docker-4c-2g-3371 does not seem to be running inside a container 17:59:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:59:44 $ docker top dea6cb7fe055b0381c9e7ea0cb37b2555bb302455975b70f6d823e8a4f9564c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:59:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:45 [ssh-agent] Looking for ssh-agent implementation... 17:59:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:45 $ docker exec dea6cb7fe055b0381c9e7ea0cb37b2555bb302455975b70f6d823e8a4f9564c5 ssh-agent 17:59:45 SSH_AUTH_SOCK=/tmp/ssh-PeV01qpBCext/agent.11 17:59:45 SSH_AGENT_PID=16 17:59:45 Running ssh-add (command line suppressed) 17:59:46 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4306341707439928365.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4306341707439928365.key) 17:59:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:46 + git semver tag 17:59:46 # -> Open(): unable to determine branch for HEAD 17:59:46 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:59:46 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:59:46 # $SEMVER_REMOTE_NAME = origin 17:59:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:59:46 # $SEMVER_USER_NAME = edgex-jenkins 17:59:46 # $SEMVER_BRANCH = master 17:59:46 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:59:46 # de90581497902aa69bacc01f7e4382d2d48d1cc0 HEAD 17:59:46 # -> Force: false 17:59:46 # 234b6abedce2a933333ea2749f7b3e158be6b372 refs/tags/v0.0.34 [Pipeline] } 17:59:46 $ docker exec --env ******** --env ******** dea6cb7fe055b0381c9e7ea0cb37b2555bb302455975b70f6d823e8a4f9564c5 ssh-agent -k 17:59:47 unset SSH_AUTH_SOCK; 17:59:47 unset SSH_AGENT_PID; 17:59:47 echo Agent pid 16 killed; 17:59:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:47 + git semver [Pipeline] } 17:59:47 $ docker stop --time=1 dea6cb7fe055b0381c9e7ea0cb37b2555bb302455975b70f6d823e8a4f9564c5 17:59:49 $ docker rm -f dea6cb7fe055b0381c9e7ea0cb37b2555bb302455975b70f6d823e8a4f9564c5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:59:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:59:49 17:59:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:59:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:59:50 0.23.1-centos7: Pulling from edgex-lftools 17:59:50 ab5ef0e58194: Pulling fs layer 17:59:50 9712f1f96733: Pulling fs layer 17:59:50 63f879dbbcfc: Pulling fs layer 17:59:50 0d9ebad4ef96: Pulling fs layer 17:59:50 e9a5061849ea: Pulling fs layer 17:59:50 d747dcd14b5f: Pulling fs layer 17:59:50 2de7ff778b66: Pulling fs layer 17:59:50 e9a5061849ea: Waiting 17:59:50 d747dcd14b5f: Waiting 17:59:50 0d9ebad4ef96: Waiting 17:59:50 2de7ff778b66: Waiting 17:59:50 9712f1f96733: Verifying Checksum 17:59:50 9712f1f96733: Download complete 17:59:51 63f879dbbcfc: Verifying Checksum 17:59:51 63f879dbbcfc: Download complete 17:59:52 0d9ebad4ef96: Verifying Checksum 17:59:52 0d9ebad4ef96: Download complete 17:59:52 d747dcd14b5f: Verifying Checksum 17:59:52 d747dcd14b5f: Download complete 17:59:52 e9a5061849ea: Verifying Checksum 17:59:52 e9a5061849ea: Download complete 17:59:52 ab5ef0e58194: Verifying Checksum 17:59:52 ab5ef0e58194: Download complete 17:59:52 2de7ff778b66: Verifying Checksum 17:59:52 2de7ff778b66: Download complete 17:59:59 ab5ef0e58194: Pull complete 17:59:59 9712f1f96733: Pull complete 18:00:03 63f879dbbcfc: Pull complete 18:00:19 0d9ebad4ef96: Pull complete 18:00:19 e9a5061849ea: Pull complete 18:00:19 d747dcd14b5f: Pull complete 18:00:23 2de7ff778b66: Pull complete 18:00:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:00:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:00:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:00:23 prd-centos7-docker-4c-2g-3371 does not seem to be running inside a container 18:00:23 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:00:26 $ docker top 24f3ade078be2efc9887188453da3504278d0403510bee0f3a781c8557bd24b2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:00:26 provisioning config files... 18:00:26 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config457688028868748637tmp 18:00:26 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7804040881641191051tmp 18:00:26 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5875376501546970798tmp [Pipeline] { [Pipeline] echo 18:00:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:00:27 ---> sigul-configuration.sh 18:00:27 gpg: directory `/root/.gnupg' created 18:00:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:00:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:00:27 gpg: keyring `/root/.gnupg/secring.gpg' created 18:00:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:00:27 gpg: CAST5 encrypted data 18:00:27 gpg: encrypted with 1 passphrase 18:00:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:00:27 + mkdir /home/jenkins 18:00:27 + mkdir /home/jenkins/sigul [Pipeline] sh 18:00:28 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 18:00:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:00:28 ---> sigul-install.sh 18:00:35 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:00:35 + git tag --list 18:00:35 v0.0.34 [Pipeline] sh 18:00:36 + lftools sign git-tag v0.0.34 18:00:37 Signing Git tag with Sigul... 18:00:37 Signing v0.0.34 [Pipeline] echo 18:00:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:00:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:00:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:00:40 $ docker stop --time=1 24f3ade078be2efc9887188453da3504278d0403510bee0f3a781c8557bd24b2 18:00:42 $ docker rm -f 24f3ade078be2efc9887188453da3504278d0403510bee0f3a781c8557bd24b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:00:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:00:42 . [Pipeline] withDockerContainer 18:00:43 prd-centos7-docker-4c-2g-3371 does not seem to be running inside a container 18:00:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:00:44 $ docker top 55211bb0188b1278eef4cc4ff84c264f30011b9fbf3b55ae76a5416356b48cb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:00:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:00:44 [ssh-agent] Looking for ssh-agent implementation... 18:00:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:00:44 $ docker exec 55211bb0188b1278eef4cc4ff84c264f30011b9fbf3b55ae76a5416356b48cb0 ssh-agent 18:00:45 SSH_AUTH_SOCK=/tmp/ssh-voflgAvsd8yE/agent.11 18:00:45 SSH_AGENT_PID=16 18:00:45 Running ssh-add (command line suppressed) 18:00:45 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3039904397066409936.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3039904397066409936.key) 18:00:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:00:46 + git semver bump patch 18:00:46 # -> Open(): unable to determine branch for HEAD 18:00:46 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:00:46 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:00:46 # $SEMVER_REMOTE_NAME = origin 18:00:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:00:46 # $SEMVER_USER_NAME = edgex-jenkins 18:00:46 # $SEMVER_BRANCH = master 18:00:46 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:00:46 0.0.35 [Pipeline] } 18:00:46 $ docker exec --env ******** --env ******** 55211bb0188b1278eef4cc4ff84c264f30011b9fbf3b55ae76a5416356b48cb0 ssh-agent -k 18:00:46 unset SSH_AUTH_SOCK; 18:00:46 unset SSH_AGENT_PID; 18:00:46 echo Agent pid 16 killed; 18:00:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:00:47 + git semver [Pipeline] } 18:00:47 $ docker stop --time=1 55211bb0188b1278eef4cc4ff84c264f30011b9fbf3b55ae76a5416356b48cb0 18:00:49 $ docker rm -f 55211bb0188b1278eef4cc4ff84c264f30011b9fbf3b55ae76a5416356b48cb0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:00:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:00:49 . [Pipeline] withDockerContainer 18:00:49 prd-centos7-docker-4c-2g-3371 does not seem to be running inside a container 18:00:49 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:00:50 $ docker top 91d44fad0a984e744db82c9f05cdad613a77f7eb0eeaa95352b9de75da6c1709 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:00:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:00:51 [ssh-agent] Looking for ssh-agent implementation... 18:00:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:00:51 $ docker exec 91d44fad0a984e744db82c9f05cdad613a77f7eb0eeaa95352b9de75da6c1709 ssh-agent 18:00:51 SSH_AUTH_SOCK=/tmp/ssh-hMhWdTzIC8c2/agent.12 18:00:51 SSH_AGENT_PID=17 18:00:51 Running ssh-add (command line suppressed) 18:00:52 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3490774739302808342.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3490774739302808342.key) 18:00:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:00:52 + git semver push 18:00:52 # -> Open(): unable to determine branch for HEAD 18:00:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:00:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:00:52 # $SEMVER_REMOTE_NAME = origin 18:00:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:00:52 # $SEMVER_USER_NAME = edgex-jenkins 18:00:52 # $SEMVER_BRANCH = master 18:00:52 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:00:59 $ docker exec --env ******** --env ******** 91d44fad0a984e744db82c9f05cdad613a77f7eb0eeaa95352b9de75da6c1709 ssh-agent -k 18:01:00 unset SSH_AUTH_SOCK; 18:01:00 unset SSH_AGENT_PID; 18:01:00 echo Agent pid 17 killed; 18:01:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:01:00 + git semver [Pipeline] } 18:01:00 $ docker stop --time=1 91d44fad0a984e744db82c9f05cdad613a77f7eb0eeaa95352b9de75da6c1709 18:01:02 $ docker rm -f 91d44fad0a984e744db82c9f05cdad613a77f7eb0eeaa95352b9de75da6c1709 [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 18:01:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:01:04 ---> package-listing.sh 18:01:04 ++ facter osfamily 18:01:04 ++ tr '[:upper:]' '[:lower:]' 18:01:04 + OS_FAMILY=redhat 18:01:04 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 18:01:04 + START_PACKAGES=/tmp/packages_start.txt 18:01:04 + END_PACKAGES=/tmp/packages_end.txt 18:01:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:01:04 + PACKAGES=/tmp/packages_start.txt 18:01:04 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:01:04 + PACKAGES=/tmp/packages_end.txt 18:01:04 + case "${OS_FAMILY}" in 18:01:04 + sort 18:01:04 + rpm -qa 18:01:10 + '[' -f /tmp/packages_start.txt ']' 18:01:10 + '[' -f /tmp/packages_end.txt ']' 18:01:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:01:10 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:01:10 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 18:01:10 + 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 18:01:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:11 18:01:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:01:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:11 alpine: Pulling from edgex-lftools-log-publisher 18:01:11 c9b1b535fdd9: Pulling fs layer 18:01:11 2cc5ad85d9ab: Pulling fs layer 18:01:11 756a868c4378: Pulling fs layer 18:01:11 444b2fc9a129: Pulling fs layer 18:01:11 ea15f1150254: Pulling fs layer 18:01:11 41b27a9f41bf: Pulling fs layer 18:01:11 28c525ee5125: Pulling fs layer 18:01:11 094b1ea09ed8: Pulling fs layer 18:01:11 138eaada9080: Pulling fs layer 18:01:11 0622d0fa9048: Pulling fs layer 18:01:11 444b2fc9a129: Waiting 18:01:11 ea15f1150254: Waiting 18:01:11 41b27a9f41bf: Waiting 18:01:11 28c525ee5125: Waiting 18:01:11 094b1ea09ed8: Waiting 18:01:11 138eaada9080: Waiting 18:01:11 0622d0fa9048: Waiting 18:01:12 2cc5ad85d9ab: Download complete 18:01:12 444b2fc9a129: Verifying Checksum 18:01:12 444b2fc9a129: Download complete 18:01:12 c9b1b535fdd9: Verifying Checksum 18:01:12 c9b1b535fdd9: Download complete 18:01:12 ea15f1150254: Verifying Checksum 18:01:12 ea15f1150254: Download complete 18:01:12 28c525ee5125: Verifying Checksum 18:01:12 28c525ee5125: Download complete 18:01:13 756a868c4378: Verifying Checksum 18:01:13 756a868c4378: Download complete 18:01:13 c9b1b535fdd9: Pull complete 18:01:13 138eaada9080: Verifying Checksum 18:01:13 138eaada9080: Download complete 18:01:13 094b1ea09ed8: Verifying Checksum 18:01:13 094b1ea09ed8: Download complete 18:01:13 0622d0fa9048: Verifying Checksum 18:01:13 0622d0fa9048: Download complete 18:01:14 2cc5ad85d9ab: Pull complete 18:01:15 41b27a9f41bf: Verifying Checksum 18:01:15 41b27a9f41bf: Download complete 18:01:17 756a868c4378: Pull complete 18:01:17 444b2fc9a129: Pull complete 18:01:17 ea15f1150254: Pull complete 18:01:24 41b27a9f41bf: Pull complete 18:01:24 28c525ee5125: Pull complete 18:01:27 094b1ea09ed8: Pull complete 18:01:27 138eaada9080: Pull complete 18:01:27 0622d0fa9048: Pull complete 18:01:27 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:01:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:01:28 prd-centos7-docker-4c-2g-3371 does not seem to be running inside a container 18:01:28 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:01:31 $ docker top 42bcc10b608d41a15a4b2b72e79ef4e4ebf524f40da829774d2669e7545af8ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:01:31 provisioning config files... 18:01:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2071904469823376610tmp [Pipeline] { [Pipeline] echo 18:01:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:01:32 ---> create-netrc.sh [Pipeline] echo 18:01:32 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:01:33 ---> logs-deploy.sh 18:01:33 + ARCHIVE_ARTIFACTS= 18:01:33 + LOGS_SERVER=https://logs.edgexfoundry.org 18:01:33 + '[' https://logs.edgexfoundry.org == None ']' 18:01:33 + NEXUS_URL=https://nexus.edgexfoundry.org 18:01:33 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/36 18:01:33 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/36/ 18:01:33 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/36 /w/workspace/xfoundry_go-mod-bootstrap_master 18:01:34 Archives upload complete. 18:01:35 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/36/