Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c1a00cd56993df88690e739771b983436048561 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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-3582 in /w/workspace/ndry_go-mod-configuration_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-configuration.git > git init /w/workspace/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 4c1a00cd56993df88690e739771b983436048561 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c1a00cd56993df88690e739771b983436048561 # timeout=10 Commit message: "Merge pull request #11 from jamesrgregg/update-pr-template" > git rev-list --no-walk c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:21:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:21:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:21:24 ========================================================= 17:21:24 EdgeX Global Pipelines Version Info 17:21:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:21:26 ------------------- 17:21:26 stable info: 17:21:26 ------------------- 17:21:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:21:26 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 17:21:26 Message: update stable to v1.0.89 17:21:26 ------------------- 17:21:26 experimental info: 17:21:26 ------------------- 17:21:26 Commited By: **** collab-it+edgex@linuxfoundation.org 17:21:26 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 17:21:26 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:21:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:28 17:21:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:21:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:28 latest: Pulling from edgex-devops/git-semver 17:21:28 9123ac7c32f7: Pulling fs layer 17:21:28 b8cc5d1170e3: Pulling fs layer 17:21:28 2924cbbf6a41: Pulling fs layer 17:21:28 93b08a4f1073: Pulling fs layer 17:21:28 b8cc5d1170e3: Download complete 17:21:28 9123ac7c32f7: Verifying Checksum 17:21:28 9123ac7c32f7: Download complete 17:21:28 93b08a4f1073: Verifying Checksum 17:21:28 93b08a4f1073: Download complete 17:21:28 2924cbbf6a41: Verifying Checksum 17:21:28 2924cbbf6a41: Download complete 17:21:28 9123ac7c32f7: Pull complete 17:21:28 b8cc5d1170e3: Pull complete 17:21:29 2924cbbf6a41: Pull complete 17:21:29 93b08a4f1073: Pull complete 17:21:29 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:21:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:21:29 prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container 17:21:30 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 17:21:32 $ docker top 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:21:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:21:32 [ssh-agent] Looking for ssh-agent implementation... 17:21:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:21:32 $ docker exec 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f ssh-agent 17:21:32 SSH_AUTH_SOCK=/tmp/ssh-8Pmz2mtdI2Nf/agent.12 17:21:32 SSH_AGENT_PID=17 17:21:32 Running ssh-add (command line suppressed) 17:21:32 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_60896463853086785.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_60896463853086785.key) 17:21:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:21:33 + git describe --exact-match --tags HEAD 17:21:33 fatal: No names found, cannot describe anything. [Pipeline] } 17:21:33 $ docker exec --env ******** --env ******** 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f ssh-agent -k 17:21:33 unset SSH_AUTH_SOCK; 17:21:33 unset SSH_AGENT_PID; 17:21:33 echo Agent pid 17 killed; 17:21:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:21:33 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:21:33 This usually means this commit has not been tagged. [Pipeline] sshagent 17:21:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:21:33 [ssh-agent] Looking for ssh-agent implementation... 17:21:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:21:33 $ docker exec 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f ssh-agent 17:21:33 SSH_AUTH_SOCK=/tmp/ssh-clFkmC2ybtnL/agent.45 17:21:33 SSH_AGENT_PID=50 17:21:33 Running ssh-add (command line suppressed) 17:21:33 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_4756460519754702554.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_4756460519754702554.key) 17:21:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:21:34 + git semver init 17:21:34 # -> Open(): unable to determine branch for HEAD 17:21:34 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 17:21:34 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 17:21:34 # $SEMVER_REMOTE_NAME = origin 17:21:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:21:34 # $SEMVER_USER_NAME = edgex-jenkins 17:21:34 # $SEMVER_BRANCH = master 17:21:34 # $SEMVER_TEMP = /tmp/semver-216024922 17:21:34 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 17:21:34 # '/tmp/semver-216024922' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' 17:21:34 # -> Force: false 17:21:34 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 17:21:34 $ docker exec --env ******** --env ******** 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f ssh-agent -k 17:21:34 unset SSH_AUTH_SOCK; 17:21:34 unset SSH_AGENT_PID; 17:21:34 echo Agent pid 50 killed; 17:21:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:21:35 + git semver [Pipeline] } 17:21:35 $ docker stop --time=1 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f 17:21:36 $ docker rm -f 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:21:36 Stashed 13 file(s) [Pipeline] echo 17:21:36 [edgeXSemver] initialized semver on version 0.0.4 [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:21:52 Still waiting to schedule task 17:21:52 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3582’ 17:21:52 Still waiting to schedule task 17:21:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:23:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3583 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 17:23:30 Running in /w/workspace/go-mod-configuration/6 [Pipeline] { [Pipeline] checkout 17:23:35 using credential edgex-jenkins-ssh 17:23:35 Cloning the remote Git repository 17:23:35 Cloning with configured refspecs honoured and without tags 17:23:35 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 17:23:36 Fetching without tags 17:23:35 > git init /w/workspace/go-mod-configuration/6 # timeout=10 17:23:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 17:23:35 > git --version # timeout=10 17:23:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:23:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 17:23:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:23:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 17:23:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 17:23:36 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:23:37 Checking out Revision 4c1a00cd56993df88690e739771b983436048561 (master) 17:23:37 > git config core.sparsecheckout # timeout=10 17:23:37 > git checkout -f 4c1a00cd56993df88690e739771b983436048561 # timeout=10 17:23:41 Commit message: "Merge pull request #11 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:23:42 ========================================================= 17:23:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:23:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:23:43 + 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:23:44 Sending build context to Docker daemon 286.2kB 17:23:44 Step 1/7 : ARG BASE=golang:1.13-alpine 17:23:44 Step 2/7 : FROM ${BASE} 17:23:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:23:44 cde5963f3b93: Pulling fs layer 17:23:44 2a23fa8c16f7: Pulling fs layer 17:23:44 777b28850792: Pulling fs layer 17:23:44 8a11ddd9e578: Pulling fs layer 17:23:44 4cf88f913ddb: Pulling fs layer 17:23:44 1df406cf5192: Pulling fs layer 17:23:44 cd6300453558: Pulling fs layer 17:23:44 b9c365052c96: Pulling fs layer 17:23:44 a2d8cc88f415: Pulling fs layer 17:23:44 ea1d1ca13537: Pulling fs layer 17:23:44 3750a50a1c5e: Pulling fs layer 17:23:44 8a11ddd9e578: Waiting 17:23:44 4cf88f913ddb: Waiting 17:23:44 1df406cf5192: Waiting 17:23:44 cd6300453558: Waiting 17:23:44 b9c365052c96: Waiting 17:23:44 a2d8cc88f415: Waiting 17:23:44 3750a50a1c5e: Waiting 17:23:44 ea1d1ca13537: Waiting 17:23:44 777b28850792: Verifying Checksum 17:23:44 777b28850792: Download complete 17:23:44 2a23fa8c16f7: Verifying Checksum 17:23:44 2a23fa8c16f7: Download complete 17:23:44 4cf88f913ddb: Verifying Checksum 17:23:44 4cf88f913ddb: Download complete 17:23:44 1df406cf5192: Verifying Checksum 17:23:44 1df406cf5192: Download complete 17:23:44 cde5963f3b93: Verifying Checksum 17:23:44 cde5963f3b93: Download complete 17:23:45 cde5963f3b93: Pull complete 17:23:46 2a23fa8c16f7: Pull complete 17:23:47 777b28850792: Pull complete 17:23:47 cd6300453558: Verifying Checksum 17:23:47 cd6300453558: Download complete 17:23:47 a2d8cc88f415: Verifying Checksum 17:23:47 a2d8cc88f415: Download complete 17:23:49 ea1d1ca13537: Verifying Checksum 17:23:49 ea1d1ca13537: Download complete 17:23:49 3750a50a1c5e: Verifying Checksum 17:23:49 3750a50a1c5e: Download complete 17:23:49 b9c365052c96: Verifying Checksum 17:23:49 b9c365052c96: Download complete 17:23:50 8a11ddd9e578: Verifying Checksum 17:23:50 8a11ddd9e578: Download complete 17:24:02 8a11ddd9e578: Pull complete 17:24:02 4cf88f913ddb: Pull complete 17:24:02 1df406cf5192: Pull complete 17:24:06 cd6300453558: Pull complete 17:24:10 b9c365052c96: Pull complete 17:24:10 a2d8cc88f415: Pull complete 17:24:12 ea1d1ca13537: Pull complete 17:24:13 3750a50a1c5e: Pull complete 17:24:13 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 17:24:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:24:13 ---> 78745c68409d 17:24:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:24:18 ---> Running in 8ac8ec88e06f 17:24:18 Removing intermediate container 8ac8ec88e06f 17:24:18 ---> bdb8ae3b1d0f 17:24:18 Step 4/7 : RUN apk add --update bash 17:24:18 ---> Running in 5d2ebf95925a 17:24:20 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:24:20 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:24:21 OK: 125 MiB in 39 packages 17:24:22 Removing intermediate container 5d2ebf95925a 17:24:22 ---> 4c7b9c2883e7 17:24:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:24:22 ---> Running in 992ca01dc0e8 17:24:23 Removing intermediate container 992ca01dc0e8 17:24:23 ---> a61f5d6ff60b 17:24:23 Step 6/7 : COPY go.mod . 17:24:24 ---> c05362752fd1 17:24:24 Step 7/7 : RUN go mod download 17:24:24 ---> Running in 83d88f0abd2c 17:24:27 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:24:27 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:24:27 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:24:27 go: finding github.com/bgentry/speakeasy v0.1.0 17:24:27 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:24:27 go: finding github.com/davecgh/go-spew v1.1.1 17:24:27 go: finding github.com/fatih/color v1.7.0 17:24:27 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:24:27 go: finding github.com/hashicorp/consul/api v1.1.0 17:24:27 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:24:27 go: finding github.com/hashicorp/errwrap v1.0.0 17:24:27 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:24:27 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:24:27 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:24:27 go: finding github.com/hashicorp/go-multierror v1.0.0 17:24:27 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:24:27 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:24:27 go: finding github.com/hashicorp/go-syslog v1.0.0 17:24:27 go: finding github.com/hashicorp/go-uuid v1.0.1 17:24:27 go: finding github.com/hashicorp/go.net v0.0.1 17:24:27 go: finding github.com/hashicorp/golang-lru v0.5.0 17:24:27 go: finding github.com/hashicorp/logutils v1.0.0 17:24:27 go: finding github.com/hashicorp/mdns v1.0.0 17:24:27 go: finding github.com/hashicorp/memberlist v0.1.3 17:24:27 go: finding github.com/hashicorp/serf v0.8.2 17:24:27 go: finding github.com/mattn/go-colorable v0.0.9 17:24:27 go: finding github.com/mattn/go-isatty v0.0.3 17:24:27 go: finding github.com/miekg/dns v1.0.14 17:24:27 go: finding github.com/mitchellh/cli v1.0.0 17:24:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:24:27 go: finding github.com/mitchellh/copystructure v1.0.0 17:24:27 go: finding github.com/mitchellh/go-homedir v1.0.0 17:24:27 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:24:27 go: finding github.com/mitchellh/gox v0.4.0 17:24:27 go: finding github.com/mitchellh/iochan v1.0.0 17:24:27 go: finding github.com/mitchellh/mapstructure v1.1.2 17:24:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:24:27 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:24:27 go: finding github.com/pelletier/go-toml v1.2.0 17:24:27 go: finding github.com/pkg/errors v0.8.1 17:24:27 go: finding github.com/pmezard/go-difflib v1.0.0 17:24:27 go: finding github.com/posener/complete v1.1.1 17:24:27 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:24:28 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:24:28 go: finding github.com/stretchr/objx v0.1.0 17:24:28 go: finding github.com/stretchr/testify v1.5.1 17:24:28 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:24:28 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 17:24:28 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:24:28 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:24:28 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:24:28 go: finding gopkg.in/yaml.v2 v2.2.2 17:24:30 Running on prd-centos7-docker-4c-2g-3584 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 17:24:30 Running in /w/workspace/go-mod-configuration/6 [Pipeline] { [Pipeline] checkout 17:24:33 using credential edgex-jenkins-ssh 17:24:33 Cloning the remote Git repository 17:24:33 Cloning with configured refspecs honoured and without tags 17:24:33 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 17:24:33 > git init /w/workspace/go-mod-configuration/6 # timeout=10 17:24:33 Fetching without tags 17:24:34 Checking out Revision 4c1a00cd56993df88690e739771b983436048561 (master) 17:24:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 17:24:33 > git --version # timeout=10 17:24:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:24:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:24:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 17:24:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:24:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 17:24:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 17:24:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:24:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:24:34 > git config core.sparsecheckout # timeout=10 17:24:34 > git checkout -f 4c1a00cd56993df88690e739771b983436048561 # timeout=10 17:24:36 Removing intermediate container 83d88f0abd2c 17:24:36 ---> 3e3ce9a4355d 17:24:36 Successfully built 3e3ce9a4355d 17:24:36 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:24:37 + docker inspect -f . ci-base-image-arm64 17:24:37 . [Pipeline] withDockerContainer 17:24:37 prd-ubuntu18.04-docker-arm64-4c-16g-3583 does not seem to be running inside a container 17:24:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/6 -v /w/workspace/go-mod-configuration/6:/w/workspace/go-mod-configuration/6:rw,z -v /w/workspace/go-mod-configuration/6@tmp:/w/workspace/go-mod-configuration/6@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:24:37 Commit message: "Merge pull request #11 from jamesrgregg/update-pr-template" 17:24:39 $ docker top 95ca678a5233597b0efe7f0ca0ae8f96231a02aaf967465ea2b0ca46ffbfb336 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:24:40 ========================================================= 17:24:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:24:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:24: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:24:40 + go version 17:24:40 go version go1.13.5 linux/arm64 [Pipeline] sh 17:24:41 Sending build context to Docker daemon 286.2kB 17:24:41 Step 1/7 : ARG BASE=golang:1.13-alpine 17:24:41 Step 2/7 : FROM ${BASE} 17:24:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:24:41 e6b0cf9c0882: Pulling fs layer 17:24:41 2848faf0eed1: Pulling fs layer 17:24:41 0f37312ad70f: Pulling fs layer 17:24:41 5788d62ee057: Pulling fs layer 17:24:41 0e6b1d234666: Pulling fs layer 17:24:41 bf5d7aec512f: Pulling fs layer 17:24:41 34c802a77dc8: Pulling fs layer 17:24:41 9eb99e56ec68: Pulling fs layer 17:24:41 27c7a5d97fbd: Pulling fs layer 17:24:41 5c102a31e300: Pulling fs layer 17:24:41 dcfb455df0a1: Pulling fs layer 17:24:41 bf5d7aec512f: Waiting 17:24:41 34c802a77dc8: Waiting 17:24:41 9eb99e56ec68: Waiting 17:24:41 27c7a5d97fbd: Waiting 17:24:41 5c102a31e300: Waiting 17:24:41 dcfb455df0a1: Waiting 17:24:41 5788d62ee057: Waiting 17:24:41 0e6b1d234666: Waiting 17:24:41 0f37312ad70f: Verifying Checksum 17:24:41 0f37312ad70f: Download complete 17:24:41 2848faf0eed1: Verifying Checksum 17:24:41 2848faf0eed1: Download complete 17:24:41 0e6b1d234666: Verifying Checksum 17:24:41 0e6b1d234666: Download complete 17:24:41 bf5d7aec512f: Verifying Checksum 17:24:41 bf5d7aec512f: Download complete 17:24:41 e6b0cf9c0882: Verifying Checksum 17:24:41 e6b0cf9c0882: Download complete 17:24:41 + make test 17:24:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:24:42 e6b0cf9c0882: Pull complete 17:24:42 34c802a77dc8: Verifying Checksum 17:24:42 34c802a77dc8: Download complete 17:24:42 27c7a5d97fbd: Verifying Checksum 17:24:42 27c7a5d97fbd: Download complete 17:24:43 5c102a31e300: Verifying Checksum 17:24:43 5c102a31e300: Download complete 17:24:43 dcfb455df0a1: Verifying Checksum 17:24:43 dcfb455df0a1: Download complete 17:24:43 5788d62ee057: Verifying Checksum 17:24:43 5788d62ee057: Download complete 17:24:43 9eb99e56ec68: Verifying Checksum 17:24:43 9eb99e56ec68: Download complete 17:24:44 2848faf0eed1: Pull complete 17:24:44 0f37312ad70f: Pull complete 17:24:49 5788d62ee057: Pull complete 17:24:49 0e6b1d234666: Pull complete 17:24:49 bf5d7aec512f: Pull complete 17:24:54 34c802a77dc8: Pull complete 17:24:57 9eb99e56ec68: Pull complete 17:24:57 27c7a5d97fbd: Pull complete 17:24:58 5c102a31e300: Pull complete 17:24:58 dcfb455df0a1: Pull complete 17:24:58 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 17:24:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:24:58 ---> 7c70fe431013 17:24:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:24:59 ---> Running in f6eb7ab9208f 17:24:59 Removing intermediate container f6eb7ab9208f 17:24:59 ---> 4d5b5d89cfec 17:24:59 Step 4/7 : RUN apk add --update bash 17:24:59 ---> Running in 268e1f17753c 17:25:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:25:01 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:25:01 OK: 143 MiB in 39 packages 17:25:02 Removing intermediate container 268e1f17753c 17:25:02 ---> 57fda529b5a2 17:25:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:25:02 ---> Running in 8b2296238fdf 17:25:02 Removing intermediate container 8b2296238fdf 17:25:02 ---> 487ba2c42311 17:25:02 Step 6/7 : COPY go.mod . 17:25:02 ---> c80c91f19890 17:25:02 Step 7/7 : RUN go mod download 17:25:02 ---> Running in d6f2cfe61f8c 17:25:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:25:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:25:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:25:04 go: finding github.com/bgentry/speakeasy v0.1.0 17:25:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:25:04 go: finding github.com/davecgh/go-spew v1.1.1 17:25:04 go: finding github.com/fatih/color v1.7.0 17:25:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:25:04 go: finding github.com/hashicorp/consul/api v1.1.0 17:25:04 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:25:04 go: finding github.com/hashicorp/errwrap v1.0.0 17:25:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:25:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:25:04 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:25:04 go: finding github.com/hashicorp/go-multierror v1.0.0 17:25:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:25:04 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:25:04 go: finding github.com/hashicorp/go-syslog v1.0.0 17:25:04 go: finding github.com/hashicorp/go-uuid v1.0.1 17:25:04 go: finding github.com/hashicorp/go.net v0.0.1 17:25:04 go: finding github.com/hashicorp/golang-lru v0.5.0 17:25:04 go: finding github.com/hashicorp/logutils v1.0.0 17:25:04 go: finding github.com/hashicorp/mdns v1.0.0 17:25:04 go: finding github.com/hashicorp/memberlist v0.1.3 17:25:04 go: finding github.com/hashicorp/serf v0.8.2 17:25:04 go: finding github.com/mattn/go-colorable v0.0.9 17:25:04 go: finding github.com/mattn/go-isatty v0.0.3 17:25:04 go: finding github.com/miekg/dns v1.0.14 17:25:04 go: finding github.com/mitchellh/cli v1.0.0 17:25:04 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:25:04 go: finding github.com/mitchellh/copystructure v1.0.0 17:25:04 go: finding github.com/mitchellh/go-homedir v1.0.0 17:25:04 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:25:04 go: finding github.com/mitchellh/gox v0.4.0 17:25:04 go: finding github.com/mitchellh/iochan v1.0.0 17:25:04 go: finding github.com/mitchellh/mapstructure v1.1.2 17:25:04 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:25:04 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:25:04 go: finding github.com/pelletier/go-toml v1.2.0 17:25:04 go: finding github.com/pkg/errors v0.8.1 17:25:04 go: finding github.com/pmezard/go-difflib v1.0.0 17:25:04 go: finding github.com/posener/complete v1.1.1 17:25:04 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:25:04 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:25:04 go: finding github.com/stretchr/objx v0.1.0 17:25:04 go: finding github.com/stretchr/testify v1.5.1 17:25:04 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:25:04 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 17:25:04 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:25:04 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:25:04 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:25:04 go: finding gopkg.in/yaml.v2 v2.2.2 17:25:08 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.018s coverage: 85.7% of statements 17:25:08 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.624s coverage: 86.0% of statements 17:25:08 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.017s coverage: 100.0% of statements 17:25:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:25:09 gofmt -l . 17:25:09 [ "`gofmt -l .`" = "" ] [Pipeline] stash 17:25:10 Stashed 1 file(s) [Pipeline] } 17:25:10 $ docker stop --time=1 95ca678a5233597b0efe7f0ca0ae8f96231a02aaf967465ea2b0ca46ffbfb336 17:25:11 Removing intermediate container d6f2cfe61f8c 17:25:11 ---> feaf6516d7d0 17:25:11 Successfully built feaf6516d7d0 17:25:11 Successfully tagged ci-base-image-x86_64:latest 17:25:12 $ docker rm -f 95ca678a5233597b0efe7f0ca0ae8f96231a02aaf967465ea2b0ca46ffbfb336 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 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 17:25:13 + docker inspect -f . ci-base-image-x86_64 17:25:13 . [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] withDockerContainer 17:25:13 prd-centos7-docker-4c-2g-3584 does not seem to be running inside a container 17:25:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/6 -v /w/workspace/go-mod-configuration/6:/w/workspace/go-mod-configuration/6:rw,z -v /w/workspace/go-mod-configuration/6@tmp:/w/workspace/go-mod-configuration/6@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-x86_64 cat 17:25:14 $ docker top cc26464f52b6ae7a1cfdd0e49d7a7b9ffab81cdc358908043f10a98eb3916d44 -eo pid,comm [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] sh 17:25:14 + go version 17:25:14 go version go1.13.5 linux/amd64 [Pipeline] sh 17:25:15 + make test 17:25:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:25:23 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.010s coverage: 85.7% of statements 17:25:26 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.543s coverage: 86.0% of statements 17:25:26 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.007s coverage: 100.0% of statements 17:25:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:25:26 gofmt -l . 17:25:26 [ "`gofmt -l .`" = "" ] [Pipeline] stash 17:25:26 Warning: overwriting stash ‘coverage-report’ 17:25:27 Stashed 1 file(s) [Pipeline] } 17:25:27 $ docker stop --time=1 cc26464f52b6ae7a1cfdd0e49d7a7b9ffab81cdc358908043f10a98eb3916d44 17:25:28 $ docker rm -f cc26464f52b6ae7a1cfdd0e49d7a7b9ffab81cdc358908043f10a98eb3916d44 [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:25:29 provisioning config files... 17:25:29 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1885724890355055531tmp [Pipeline] { [Pipeline] sh 17:25:30 + curl -s https://codecov.io/bash 17:25:30 + bash -s - -t @/w/workspace/ndry_go-mod-configuration_master@tmp/config1885724890355055531tmp 17:25:30 17:25:30 _____ _ 17:25:30 / ____| | | 17:25:30 | | ___ __| | ___ ___ _____ __ 17:25:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:25:30 | |___| (_) | (_| | __/ (_| (_) \ V / 17:25:30 \_____\___/ \__,_|\___|\___\___/ \_/ 17:25:30 Bash-20200602-f809a24 17:25:30 17:25:30 17:25:30 ==> Jenkins CI detected. 17:25:30 project root: . 17:25:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:25:30 ==> Running gcov in . (disable via -X gcov) 17:25:30 ==> Python coveragepy not found 17:25:30 ==> Searching for coverage reports in: 17:25:30 + . 17:25:30 -> Found 1 reports 17:25:30 ==> Detecting git/mercurial file structure 17:25:30 ==> Reading reports 17:25:30 + ./coverage.out bytes=13052 17:25:30 ==> Appending adjustments 17:25:30 https://docs.codecov.io/docs/fixing-reports 17:25:30 + Found adjustments 17:25:30 ==> Gzipping contents 17:25:30 ==> Uploading reports 17:25:30 url: https://codecov.io 17:25:30 query: branch=master&commit=4c1a00cd56993df88690e739771b983436048561&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job= 17:25:30 -> Pinging Codecov 17:25:30 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=4c1a00cd56993df88690e739771b983436048561&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job= 17:25:31 -> Uploading 17:25:31 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/4c1a00cd56993df88690e739771b983436048561 [Pipeline] } 17:25:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:25:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:25:32 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:25:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:25:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:25:32 17:25:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:25:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:25:32 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:25:32 cbdbe7a5bc2a: Pulling fs layer 17:25:32 408f87550127: Pulling fs layer 17:25:32 fe522b08c979: Pulling fs layer 17:25:32 221eaa008020: Pulling fs layer 17:25:32 2a4607e5d6b9: Pulling fs layer 17:25:32 8f79b27c4fd2: Pulling fs layer 17:25:32 e5c8dbe1645b: Pulling fs layer 17:25:32 23e8b3b47431: Pulling fs layer 17:25:32 5c568d65a230: Pulling fs layer 17:25:32 8f79b27c4fd2: Waiting 17:25:32 e5c8dbe1645b: Waiting 17:25:32 23e8b3b47431: Waiting 17:25:32 5c568d65a230: Waiting 17:25:32 221eaa008020: Waiting 17:25:32 2a4607e5d6b9: Waiting 17:25:32 fe522b08c979: Verifying Checksum 17:25:32 fe522b08c979: Download complete 17:25:32 408f87550127: Verifying Checksum 17:25:32 408f87550127: Download complete 17:25:32 2a4607e5d6b9: Verifying Checksum 17:25:32 2a4607e5d6b9: Download complete 17:25:32 8f79b27c4fd2: Verifying Checksum 17:25:32 8f79b27c4fd2: Download complete 17:25:32 cbdbe7a5bc2a: Download complete 17:25:33 cbdbe7a5bc2a: Pull complete 17:25:33 e5c8dbe1645b: Verifying Checksum 17:25:33 e5c8dbe1645b: Download complete 17:25:33 408f87550127: Pull complete 17:25:33 23e8b3b47431: Verifying Checksum 17:25:33 23e8b3b47431: Download complete 17:25:33 fe522b08c979: Pull complete 17:25:33 5c568d65a230: Verifying Checksum 17:25:33 5c568d65a230: Download complete 17:25:34 221eaa008020: Verifying Checksum 17:25:34 221eaa008020: Download complete 17:25:39 221eaa008020: Pull complete 17:25:39 2a4607e5d6b9: Pull complete 17:25:39 8f79b27c4fd2: Pull complete 17:25:41 e5c8dbe1645b: Pull complete 17:25:44 23e8b3b47431: Pull complete 17:25:45 5c568d65a230: Pull complete 17:25:45 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:25:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:25:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:25:46 prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container 17:25:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_go-mod-configuration_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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.317.0 cat 17:25:46 $ docker top 40f51a0831b540a5d6638e82190e7a3e341e658605ded1aa43066fdd99a3710f -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:47 + snyk monitor '--org=edgex-jenkins' 17:25:50 17:25:50 Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration)... 17:25:50 17:25:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f43ad17a-7ac6-4c18-9984-78156b9141cb/history/67f56e1f-b8d0-4bb9-b429-197c2ee71432 17:25:50 17:25:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:25:50 17:25:50 17:25:50 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 17:25:50 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:25:50 $ docker stop --time=1 40f51a0831b540a5d6638e82190e7a3e341e658605ded1aa43066fdd99a3710f 17:25:52 $ docker rm -f 40f51a0831b540a5d6638e82190e7a3e341e658605ded1aa43066fdd99a3710f [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:25:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:53 . [Pipeline] withDockerContainer 17:25:53 prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container 17:25:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:25:54 $ docker top 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:25:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:54 [ssh-agent] Looking for ssh-agent implementation... 17:25:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:54 $ docker exec 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 ssh-agent 17:25:54 SSH_AUTH_SOCK=/tmp/ssh-jBSVG0B4tCMz/agent.12 17:25:54 SSH_AGENT_PID=17 17:25:54 Running ssh-add (command line suppressed) 17:25:54 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8134824166497934853.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8134824166497934853.key) 17:25:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:55 + git semver tag 17:25:55 # -> Open(): unable to determine branch for HEAD 17:25:55 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 17:25:55 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 17:25:55 # $SEMVER_REMOTE_NAME = origin 17:25:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:25:55 # $SEMVER_USER_NAME = edgex-jenkins 17:25:55 # $SEMVER_BRANCH = master 17:25:55 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 17:25:55 # 4c1a00cd56993df88690e739771b983436048561 HEAD 17:25:55 # -> Force: false 17:25:55 # b0481a56dfa73d76c949d0d4e6b78850d4dae6fb refs/tags/v0.0.4 [Pipeline] } 17:25:55 $ docker exec --env ******** --env ******** 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 ssh-agent -k 17:25:55 unset SSH_AUTH_SOCK; 17:25:55 unset SSH_AGENT_PID; 17:25:55 echo Agent pid 17 killed; 17:25:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:25:55 + git semver [Pipeline] } 17:25:55 $ docker stop --time=1 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 17:25:57 $ docker rm -f 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:25:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:25:57 17:25:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:25:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:25:58 0.23.1-centos7: Pulling from edgex-lftools 17:25:58 ab5ef0e58194: Pulling fs layer 17:25:58 9712f1f96733: Pulling fs layer 17:25:58 63f879dbbcfc: Pulling fs layer 17:25:58 0d9ebad4ef96: Pulling fs layer 17:25:58 e9a5061849ea: Pulling fs layer 17:25:58 d747dcd14b5f: Pulling fs layer 17:25:58 2de7ff778b66: Pulling fs layer 17:25:58 e9a5061849ea: Waiting 17:25:58 d747dcd14b5f: Waiting 17:25:58 2de7ff778b66: Waiting 17:25:58 0d9ebad4ef96: Waiting 17:25:58 9712f1f96733: Verifying Checksum 17:25:58 9712f1f96733: Download complete 17:25:58 63f879dbbcfc: Verifying Checksum 17:25:58 63f879dbbcfc: Download complete 17:25:58 e9a5061849ea: Verifying Checksum 17:25:58 e9a5061849ea: Download complete 17:25:58 d747dcd14b5f: Verifying Checksum 17:25:58 d747dcd14b5f: Download complete 17:25:58 2de7ff778b66: Verifying Checksum 17:25:58 2de7ff778b66: Download complete 17:25:58 0d9ebad4ef96: Verifying Checksum 17:25:58 0d9ebad4ef96: Download complete 17:25:59 ab5ef0e58194: Verifying Checksum 17:25:59 ab5ef0e58194: Download complete 17:26:03 ab5ef0e58194: Pull complete 17:26:03 9712f1f96733: Pull complete 17:26:06 63f879dbbcfc: Pull complete 17:26:12 0d9ebad4ef96: Pull complete 17:26:14 e9a5061849ea: Pull complete 17:26:14 d747dcd14b5f: Pull complete 17:26:16 2de7ff778b66: Pull complete 17:26:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:26:16 prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container 17:26:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 17:26:20 $ docker top 63090f1b812c605187c388c6c317a086fa02c5b0cefb86faae2ff9e029368285 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:26:21 provisioning config files... 17:26:21 copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6152417651139780086tmp 17:26:21 copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6184823217549332808tmp 17:26:21 copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config9024639096277837310tmp [Pipeline] { [Pipeline] echo 17:26:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:26:21 ---> sigul-configuration.sh 17:26:21 gpg: directory `/root/.gnupg' created 17:26:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:26:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:26:21 gpg: keyring `/root/.gnupg/secring.gpg' created 17:26:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:26:21 gpg: CAST5 encrypted data 17:26:21 gpg: encrypted with 1 passphrase 17:26:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:26:22 + mkdir /home/jenkins 17:26:22 + mkdir /home/jenkins/sigul [Pipeline] sh 17:26:22 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 17:26:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:26:22 ---> sigul-install.sh 17:26:27 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:26:28 + git tag --list 17:26:28 v0.0.4 [Pipeline] sh 17:26:28 + lftools sign git-tag v0.0.4 17:26:29 Signing Git tag with Sigul... 17:26:29 Signing v0.0.4 [Pipeline] echo 17:26:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:26:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:26:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:26:30 $ docker stop --time=1 63090f1b812c605187c388c6c317a086fa02c5b0cefb86faae2ff9e029368285 17:26:32 $ docker rm -f 63090f1b812c605187c388c6c317a086fa02c5b0cefb86faae2ff9e029368285 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:26:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:33 . [Pipeline] withDockerContainer 17:26:33 prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container 17:26:33 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:26:33 $ docker top 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:26:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:34 [ssh-agent] Looking for ssh-agent implementation... 17:26:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:34 $ docker exec 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b ssh-agent 17:26:34 SSH_AUTH_SOCK=/tmp/ssh-QwWOSCR3SAAW/agent.11 17:26:34 SSH_AGENT_PID=16 17:26:34 Running ssh-add (command line suppressed) 17:26:34 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_74609452246346160.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_74609452246346160.key) 17:26:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:35 + git semver bump patch 17:26:35 # -> Open(): unable to determine branch for HEAD 17:26:35 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 17:26:35 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 17:26:35 # $SEMVER_REMOTE_NAME = origin 17:26:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:26:35 # $SEMVER_USER_NAME = edgex-jenkins 17:26:35 # $SEMVER_BRANCH = master 17:26:35 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 17:26:35 0.0.5 [Pipeline] } 17:26:35 $ docker exec --env ******** --env ******** 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b ssh-agent -k 17:26:35 unset SSH_AUTH_SOCK; 17:26:35 unset SSH_AGENT_PID; 17:26:35 echo Agent pid 16 killed; 17:26:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:35 + git semver [Pipeline] } 17:26:35 $ docker stop --time=1 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b 17:26:36 $ docker rm -f 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:26:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:37 . [Pipeline] withDockerContainer 17:26:37 prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container 17:26:37 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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:26:38 $ docker top d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:26:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:38 [ssh-agent] Looking for ssh-agent implementation... 17:26:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:38 $ docker exec d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 ssh-agent 17:26:38 SSH_AUTH_SOCK=/tmp/ssh-1upJVLJ4vQEI/agent.11 17:26:38 SSH_AGENT_PID=16 17:26:38 Running ssh-add (command line suppressed) 17:26:38 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_9141656855467445370.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_9141656855467445370.key) 17:26:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:39 + git semver push 17:26:39 # -> Open(): unable to determine branch for HEAD 17:26:39 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 17:26:39 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 17:26:39 # $SEMVER_REMOTE_NAME = origin 17:26:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:26:39 # $SEMVER_USER_NAME = edgex-jenkins 17:26:39 # $SEMVER_BRANCH = master 17:26:39 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 17:26:47 $ docker exec --env ******** --env ******** d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 ssh-agent -k 17:26:47 unset SSH_AUTH_SOCK; 17:26:47 unset SSH_AGENT_PID; 17:26:47 echo Agent pid 16 killed; 17:26:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:47 + git semver [Pipeline] } 17:26:47 $ docker stop --time=1 d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 17:26:49 $ docker rm -f d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 [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 17:26:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:26:50 ---> package-listing.sh 17:26:50 ++ facter osfamily 17:26:50 ++ tr '[:upper:]' '[:lower:]' 17:26:50 + OS_FAMILY=redhat 17:26:50 + workspace=/w/workspace/ndry_go-mod-configuration_master 17:26:50 + START_PACKAGES=/tmp/packages_start.txt 17:26:50 + END_PACKAGES=/tmp/packages_end.txt 17:26:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:26:50 + PACKAGES=/tmp/packages_start.txt 17:26:50 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 17:26:50 + PACKAGES=/tmp/packages_end.txt 17:26:50 + case "${OS_FAMILY}" in 17:26:50 + rpm -qa 17:26:50 + sort 17:26:54 + '[' -f /tmp/packages_start.txt ']' 17:26:54 + '[' -f /tmp/packages_end.txt ']' 17:26:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:26:54 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 17:26:54 + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ 17:26:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] isUnix [Pipeline] sh 17:26:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:55 17:26:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:26:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:55 alpine: Pulling from edgex-lftools-log-publisher 17:26:55 c9b1b535fdd9: Pulling fs layer 17:26:55 2cc5ad85d9ab: Pulling fs layer 17:26:55 756a868c4378: Pulling fs layer 17:26:55 444b2fc9a129: Pulling fs layer 17:26:55 ea15f1150254: Pulling fs layer 17:26:55 41b27a9f41bf: Pulling fs layer 17:26:55 28c525ee5125: Pulling fs layer 17:26:55 094b1ea09ed8: Pulling fs layer 17:26:55 138eaada9080: Pulling fs layer 17:26:55 0622d0fa9048: Pulling fs layer 17:26:55 444b2fc9a129: Waiting 17:26:55 ea15f1150254: Waiting 17:26:55 0622d0fa9048: Waiting 17:26:55 28c525ee5125: Waiting 17:26:55 138eaada9080: Waiting 17:26:55 094b1ea09ed8: Waiting 17:26:55 41b27a9f41bf: Waiting 17:26:55 2cc5ad85d9ab: Verifying Checksum 17:26:55 2cc5ad85d9ab: Download complete 17:26:55 444b2fc9a129: Verifying Checksum 17:26:55 444b2fc9a129: Download complete 17:26:55 c9b1b535fdd9: Verifying Checksum 17:26:55 ea15f1150254: Verifying Checksum 17:26:55 ea15f1150254: Download complete 17:26:55 28c525ee5125: Verifying Checksum 17:26:55 28c525ee5125: Download complete 17:26:56 756a868c4378: Verifying Checksum 17:26:56 756a868c4378: Download complete 17:26:56 138eaada9080: Verifying Checksum 17:26:56 138eaada9080: Download complete 17:26:56 0622d0fa9048: Verifying Checksum 17:26:56 0622d0fa9048: Download complete 17:26:56 094b1ea09ed8: Verifying Checksum 17:26:56 094b1ea09ed8: Download complete 17:26:56 41b27a9f41bf: Verifying Checksum 17:26:56 41b27a9f41bf: Download complete 17:26:56 c9b1b535fdd9: Pull complete 17:26:57 2cc5ad85d9ab: Pull complete 17:26:58 756a868c4378: Pull complete 17:26:58 444b2fc9a129: Pull complete 17:26:58 ea15f1150254: Pull complete 17:27:02 41b27a9f41bf: Pull complete 17:27:02 28c525ee5125: Pull complete 17:27:05 094b1ea09ed8: Pull complete 17:27:05 138eaada9080: Pull complete 17:27:05 0622d0fa9048: Pull complete 17:27:05 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:27:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:27:06 prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container 17:27:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 17:27:08 $ docker top 617e38d0216a69d1a53c91880cd258fee41063e4fa1cf073a7789ea9e91d98b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:27:08 provisioning config files... 17:27:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3180570982192541093tmp [Pipeline] { [Pipeline] echo 17:27:08 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:27:09 ---> create-netrc.sh [Pipeline] echo 17:27:09 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:27:09 ---> logs-deploy.sh 17:27:09 + ARCHIVE_ARTIFACTS= 17:27:09 + LOGS_SERVER=https://logs.edgexfoundry.org 17:27:09 + '[' https://logs.edgexfoundry.org == None ']' 17:27:09 + NEXUS_URL=https://nexus.edgexfoundry.org 17:27:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/6 17:27:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-configuration/job/master/6/ 17:27:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/6 /w/workspace/ndry_go-mod-configuration_master 17:27:10 Archives upload complete. 17:27:10 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-configuration/job/master/6/