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 [2020-06-18T17:21:24.045Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-18T17:21:24.162Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-18T17:21:24.202Z] ========================================================= [2020-06-18T17:21:24.202Z] EdgeX Global Pipelines Version Info [2020-06-18T17:21:24.202Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-18T17:21:26.008Z] ------------------- [2020-06-18T17:21:26.008Z] stable info: [2020-06-18T17:21:26.008Z] ------------------- [2020-06-18T17:21:26.008Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-18T17:21:26.008Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T17:21:26.008Z] Message: update stable to v1.0.89 [2020-06-18T17:21:26.581Z] ------------------- [2020-06-18T17:21:26.582Z] experimental info: [2020-06-18T17:21:26.582Z] ------------------- [2020-06-18T17:21:26.582Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-18T17:21:26.582Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T17:21:26.582Z] 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 [2020-06-18T17:21:28.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T17:21:28.097Z] [2020-06-18T17:21:28.097Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:21:28.414Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T17:21:28.414Z] latest: Pulling from edgex-devops/git-semver [2020-06-18T17:21:28.414Z] 9123ac7c32f7: Pulling fs layer [2020-06-18T17:21:28.414Z] b8cc5d1170e3: Pulling fs layer [2020-06-18T17:21:28.414Z] 2924cbbf6a41: Pulling fs layer [2020-06-18T17:21:28.414Z] 93b08a4f1073: Pulling fs layer [2020-06-18T17:21:28.414Z] b8cc5d1170e3: Download complete [2020-06-18T17:21:28.677Z] 9123ac7c32f7: Verifying Checksum [2020-06-18T17:21:28.677Z] 9123ac7c32f7: Download complete [2020-06-18T17:21:28.677Z] 93b08a4f1073: Verifying Checksum [2020-06-18T17:21:28.677Z] 93b08a4f1073: Download complete [2020-06-18T17:21:28.677Z] 2924cbbf6a41: Verifying Checksum [2020-06-18T17:21:28.677Z] 2924cbbf6a41: Download complete [2020-06-18T17:21:28.940Z] 9123ac7c32f7: Pull complete [2020-06-18T17:21:28.940Z] b8cc5d1170e3: Pull complete [2020-06-18T17:21:29.883Z] 2924cbbf6a41: Pull complete [2020-06-18T17:21:29.883Z] 93b08a4f1073: Pull complete [2020-06-18T17:21:29.883Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-18T17:21:29.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T17:21:29.883Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-18T17:21:29.985Z] prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container [2020-06-18T17:21:30.025Z] $ 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 [2020-06-18T17:21:32.119Z] $ docker top 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T17:21:32.295Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T17:21:32.295Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T17:21:32.482Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T17:21:32.483Z] $ docker exec 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f ssh-agent [2020-06-18T17:21:32.640Z] SSH_AUTH_SOCK=/tmp/ssh-8Pmz2mtdI2Nf/agent.12 [2020-06-18T17:21:32.640Z] SSH_AGENT_PID=17 [2020-06-18T17:21:32.650Z] Running ssh-add (command line suppressed) [2020-06-18T17:21:32.768Z] 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) [2020-06-18T17:21:32.817Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T17:21:33.123Z] + git describe --exact-match --tags HEAD [2020-06-18T17:21:33.123Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-18T17:21:33.176Z] $ docker exec --env ******** --env ******** 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f ssh-agent -k [2020-06-18T17:21:33.288Z] unset SSH_AUTH_SOCK; [2020-06-18T17:21:33.288Z] unset SSH_AGENT_PID; [2020-06-18T17:21:33.288Z] echo Agent pid 17 killed; [2020-06-18T17:21:33.338Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-18T17:21:33.377Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-18T17:21:33.377Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-18T17:21:33.423Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T17:21:33.423Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T17:21:33.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T17:21:33.591Z] $ docker exec 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f ssh-agent [2020-06-18T17:21:33.750Z] SSH_AUTH_SOCK=/tmp/ssh-clFkmC2ybtnL/agent.45 [2020-06-18T17:21:33.750Z] SSH_AGENT_PID=50 [2020-06-18T17:21:33.755Z] Running ssh-add (command line suppressed) [2020-06-18T17:21:33.868Z] 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) [2020-06-18T17:21:33.920Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T17:21:34.225Z] + git semver init [2020-06-18T17:21:34.225Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T17:21:34.225Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-06-18T17:21:34.225Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-06-18T17:21:34.225Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T17:21:34.225Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T17:21:34.225Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T17:21:34.225Z] # $SEMVER_BRANCH = master [2020-06-18T17:21:34.225Z] # $SEMVER_TEMP = /tmp/semver-216024922 [2020-06-18T17:21:34.225Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2020-06-18T17:21:34.486Z] # '/tmp/semver-216024922' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2020-06-18T17:21:34.486Z] # -> Force: false [2020-06-18T17:21:34.486Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2020-06-18T17:21:34.495Z] $ docker exec --env ******** --env ******** 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f ssh-agent -k [2020-06-18T17:21:34.608Z] unset SSH_AUTH_SOCK; [2020-06-18T17:21:34.608Z] unset SSH_AGENT_PID; [2020-06-18T17:21:34.608Z] echo Agent pid 50 killed; [2020-06-18T17:21:34.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T17:21:35.016Z] + git semver [Pipeline] } [2020-06-18T17:21:35.029Z] $ docker stop --time=1 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f [2020-06-18T17:21:36.346Z] $ docker rm -f 11aa9f1679e664702604682b14ff9110371d79d0fe14d419da6ed0f710ae6c0f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-18T17:21:36.888Z] Stashed 13 file(s) [Pipeline] echo [2020-06-18T17:21:36.890Z] [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 [2020-06-18T17:21:52.045Z] Still waiting to schedule task [2020-06-18T17:21:52.045Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3582’ [2020-06-18T17:21:52.046Z] Still waiting to schedule task [2020-06-18T17:21:52.046Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-18T17:23:30.761Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3583 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2020-06-18T17:23:30.785Z] Running in /w/workspace/go-mod-configuration/6 [Pipeline] { [Pipeline] checkout [2020-06-18T17:23:35.713Z] using credential edgex-jenkins-ssh [2020-06-18T17:23:35.747Z] Cloning the remote Git repository [2020-06-18T17:23:35.747Z] Cloning with configured refspecs honoured and without tags [2020-06-18T17:23:35.783Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T17:23:36.664Z] Fetching without tags [2020-06-18T17:23:35.886Z] > git init /w/workspace/go-mod-configuration/6 # timeout=10 [2020-06-18T17:23:35.943Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T17:23:35.944Z] > git --version # timeout=10 [2020-06-18T17:23:35.965Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T17:23:36.034Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T17:23:36.562Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-06-18T17:23:36.582Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T17:23:36.616Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-06-18T17:23:36.649Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T17:23:36.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T17:23:36.661Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T17:23:37.154Z] Checking out Revision 4c1a00cd56993df88690e739771b983436048561 (master) [2020-06-18T17:23:37.149Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T17:23:37.174Z] > git checkout -f 4c1a00cd56993df88690e739771b983436048561 # timeout=10 [2020-06-18T17:23:41.688Z] 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 [2020-06-18T17:23:42.555Z] ========================================================= [2020-06-18T17:23:42.555Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-18T17:23:42.555Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:23:43.592Z] + 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 . [2020-06-18T17:23:44.587Z] Sending build context to Docker daemon 286.2kB [2020-06-18T17:23:44.587Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-18T17:23:44.587Z] Step 2/7 : FROM ${BASE} [2020-06-18T17:23:44.866Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-18T17:23:44.866Z] cde5963f3b93: Pulling fs layer [2020-06-18T17:23:44.866Z] 2a23fa8c16f7: Pulling fs layer [2020-06-18T17:23:44.866Z] 777b28850792: Pulling fs layer [2020-06-18T17:23:44.866Z] 8a11ddd9e578: Pulling fs layer [2020-06-18T17:23:44.866Z] 4cf88f913ddb: Pulling fs layer [2020-06-18T17:23:44.866Z] 1df406cf5192: Pulling fs layer [2020-06-18T17:23:44.866Z] cd6300453558: Pulling fs layer [2020-06-18T17:23:44.866Z] b9c365052c96: Pulling fs layer [2020-06-18T17:23:44.866Z] a2d8cc88f415: Pulling fs layer [2020-06-18T17:23:44.866Z] ea1d1ca13537: Pulling fs layer [2020-06-18T17:23:44.866Z] 3750a50a1c5e: Pulling fs layer [2020-06-18T17:23:44.866Z] 8a11ddd9e578: Waiting [2020-06-18T17:23:44.866Z] 4cf88f913ddb: Waiting [2020-06-18T17:23:44.866Z] 1df406cf5192: Waiting [2020-06-18T17:23:44.866Z] cd6300453558: Waiting [2020-06-18T17:23:44.866Z] b9c365052c96: Waiting [2020-06-18T17:23:44.866Z] a2d8cc88f415: Waiting [2020-06-18T17:23:44.866Z] 3750a50a1c5e: Waiting [2020-06-18T17:23:44.866Z] ea1d1ca13537: Waiting [2020-06-18T17:23:44.866Z] 777b28850792: Verifying Checksum [2020-06-18T17:23:44.867Z] 777b28850792: Download complete [2020-06-18T17:23:44.867Z] 2a23fa8c16f7: Verifying Checksum [2020-06-18T17:23:44.867Z] 2a23fa8c16f7: Download complete [2020-06-18T17:23:44.867Z] 4cf88f913ddb: Verifying Checksum [2020-06-18T17:23:44.867Z] 4cf88f913ddb: Download complete [2020-06-18T17:23:44.867Z] 1df406cf5192: Verifying Checksum [2020-06-18T17:23:44.867Z] 1df406cf5192: Download complete [2020-06-18T17:23:44.867Z] cde5963f3b93: Verifying Checksum [2020-06-18T17:23:44.867Z] cde5963f3b93: Download complete [2020-06-18T17:23:45.858Z] cde5963f3b93: Pull complete [2020-06-18T17:23:46.459Z] 2a23fa8c16f7: Pull complete [2020-06-18T17:23:47.060Z] 777b28850792: Pull complete [2020-06-18T17:23:47.667Z] cd6300453558: Verifying Checksum [2020-06-18T17:23:47.667Z] cd6300453558: Download complete [2020-06-18T17:23:47.667Z] a2d8cc88f415: Verifying Checksum [2020-06-18T17:23:47.667Z] a2d8cc88f415: Download complete [2020-06-18T17:23:49.182Z] ea1d1ca13537: Verifying Checksum [2020-06-18T17:23:49.182Z] ea1d1ca13537: Download complete [2020-06-18T17:23:49.182Z] 3750a50a1c5e: Verifying Checksum [2020-06-18T17:23:49.182Z] 3750a50a1c5e: Download complete [2020-06-18T17:23:49.784Z] b9c365052c96: Verifying Checksum [2020-06-18T17:23:49.784Z] b9c365052c96: Download complete [2020-06-18T17:23:50.378Z] 8a11ddd9e578: Verifying Checksum [2020-06-18T17:23:50.378Z] 8a11ddd9e578: Download complete [2020-06-18T17:24:02.774Z] 8a11ddd9e578: Pull complete [2020-06-18T17:24:02.774Z] 4cf88f913ddb: Pull complete [2020-06-18T17:24:02.774Z] 1df406cf5192: Pull complete [2020-06-18T17:24:06.167Z] cd6300453558: Pull complete [2020-06-18T17:24:10.471Z] b9c365052c96: Pull complete [2020-06-18T17:24:10.746Z] a2d8cc88f415: Pull complete [2020-06-18T17:24:12.732Z] ea1d1ca13537: Pull complete [2020-06-18T17:24:13.336Z] 3750a50a1c5e: Pull complete [2020-06-18T17:24:13.336Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-18T17:24:13.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-18T17:24:13.336Z] ---> 78745c68409d [2020-06-18T17:24:13.336Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-18T17:24:18.769Z] ---> Running in 8ac8ec88e06f [2020-06-18T17:24:18.769Z] Removing intermediate container 8ac8ec88e06f [2020-06-18T17:24:18.769Z] ---> bdb8ae3b1d0f [2020-06-18T17:24:18.769Z] Step 4/7 : RUN apk add --update bash [2020-06-18T17:24:18.769Z] ---> Running in 5d2ebf95925a [2020-06-18T17:24:20.198Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-18T17:24:20.799Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-18T17:24:21.391Z] OK: 125 MiB in 39 packages [2020-06-18T17:24:22.843Z] Removing intermediate container 5d2ebf95925a [2020-06-18T17:24:22.843Z] ---> 4c7b9c2883e7 [2020-06-18T17:24:22.843Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-18T17:24:22.843Z] ---> Running in 992ca01dc0e8 [2020-06-18T17:24:23.440Z] Removing intermediate container 992ca01dc0e8 [2020-06-18T17:24:23.440Z] ---> a61f5d6ff60b [2020-06-18T17:24:23.440Z] Step 6/7 : COPY go.mod . [2020-06-18T17:24:24.035Z] ---> c05362752fd1 [2020-06-18T17:24:24.035Z] Step 7/7 : RUN go mod download [2020-06-18T17:24:24.035Z] ---> Running in 83d88f0abd2c [2020-06-18T17:24:27.417Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T17:24:27.417Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T17:24:27.417Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T17:24:27.417Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T17:24:27.417Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T17:24:27.417Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T17:24:27.417Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T17:24:27.417Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T17:24:27.417Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T17:24:27.686Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T17:24:27.686Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T17:24:27.686Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-18T17:24:27.686Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T17:24:27.686Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T17:24:27.686Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T17:24:27.686Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-18T17:24:27.955Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T17:24:27.955Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T17:24:27.955Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T17:24:27.955Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T17:24:27.955Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T17:24:27.955Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T17:24:27.956Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T17:24:27.956Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T17:24:27.956Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T17:24:27.956Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T17:24:27.956Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-18T17:24:28.224Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T17:24:28.224Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T17:24:28.224Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T17:24:28.224Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T17:24:28.224Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-18T17:24:28.224Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T17:24:28.224Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T17:24:28.498Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-18T17:24:28.498Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-18T17:24:30.888Z] Running on prd-centos7-docker-4c-2g-3584 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2020-06-18T17:24:30.914Z] Running in /w/workspace/go-mod-configuration/6 [Pipeline] { [Pipeline] checkout [2020-06-18T17:24:33.119Z] using credential edgex-jenkins-ssh [2020-06-18T17:24:33.147Z] Cloning the remote Git repository [2020-06-18T17:24:33.147Z] Cloning with configured refspecs honoured and without tags [2020-06-18T17:24:33.171Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T17:24:33.235Z] > git init /w/workspace/go-mod-configuration/6 # timeout=10 [2020-06-18T17:24:33.915Z] Fetching without tags [2020-06-18T17:24:34.308Z] Checking out Revision 4c1a00cd56993df88690e739771b983436048561 (master) [2020-06-18T17:24:33.390Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T17:24:33.390Z] > git --version # timeout=10 [2020-06-18T17:24:33.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T17:24:33.433Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T17:24:33.880Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-06-18T17:24:33.886Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T17:24:33.897Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-06-18T17:24:33.917Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T17:24:33.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T17:24:33.921Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T17:24:34.317Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T17:24:34.327Z] > git checkout -f 4c1a00cd56993df88690e739771b983436048561 # timeout=10 [2020-06-18T17:24:36.780Z] Removing intermediate container 83d88f0abd2c [2020-06-18T17:24:36.780Z] ---> 3e3ce9a4355d [2020-06-18T17:24:36.780Z] Successfully built 3e3ce9a4355d [2020-06-18T17:24:36.780Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:24:37.319Z] + docker inspect -f . ci-base-image-arm64 [2020-06-18T17:24:37.319Z] . [Pipeline] withDockerContainer [2020-06-18T17:24:37.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-3583 does not seem to be running inside a container [2020-06-18T17:24:37.658Z] $ 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 [2020-06-18T17:24:37.938Z] Commit message: "Merge pull request #11 from jamesrgregg/update-pr-template" [2020-06-18T17:24:39.427Z] $ 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 [2020-06-18T17:24:40.143Z] ========================================================= [2020-06-18T17:24:40.143Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-18T17:24:40.143Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:24:40.793Z] + 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 . [2020-06-18T17:24:40.820Z] + go version [2020-06-18T17:24:40.820Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-18T17:24:41.572Z] Sending build context to Docker daemon 286.2kB [2020-06-18T17:24:41.572Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-18T17:24:41.572Z] Step 2/7 : FROM ${BASE} [2020-06-18T17:24:41.572Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-18T17:24:41.572Z] e6b0cf9c0882: Pulling fs layer [2020-06-18T17:24:41.572Z] 2848faf0eed1: Pulling fs layer [2020-06-18T17:24:41.572Z] 0f37312ad70f: Pulling fs layer [2020-06-18T17:24:41.572Z] 5788d62ee057: Pulling fs layer [2020-06-18T17:24:41.572Z] 0e6b1d234666: Pulling fs layer [2020-06-18T17:24:41.572Z] bf5d7aec512f: Pulling fs layer [2020-06-18T17:24:41.572Z] 34c802a77dc8: Pulling fs layer [2020-06-18T17:24:41.572Z] 9eb99e56ec68: Pulling fs layer [2020-06-18T17:24:41.572Z] 27c7a5d97fbd: Pulling fs layer [2020-06-18T17:24:41.572Z] 5c102a31e300: Pulling fs layer [2020-06-18T17:24:41.572Z] dcfb455df0a1: Pulling fs layer [2020-06-18T17:24:41.572Z] bf5d7aec512f: Waiting [2020-06-18T17:24:41.572Z] 34c802a77dc8: Waiting [2020-06-18T17:24:41.572Z] 9eb99e56ec68: Waiting [2020-06-18T17:24:41.572Z] 27c7a5d97fbd: Waiting [2020-06-18T17:24:41.572Z] 5c102a31e300: Waiting [2020-06-18T17:24:41.572Z] dcfb455df0a1: Waiting [2020-06-18T17:24:41.572Z] 5788d62ee057: Waiting [2020-06-18T17:24:41.572Z] 0e6b1d234666: Waiting [2020-06-18T17:24:41.572Z] 0f37312ad70f: Verifying Checksum [2020-06-18T17:24:41.572Z] 0f37312ad70f: Download complete [2020-06-18T17:24:41.572Z] 2848faf0eed1: Verifying Checksum [2020-06-18T17:24:41.572Z] 2848faf0eed1: Download complete [2020-06-18T17:24:41.572Z] 0e6b1d234666: Verifying Checksum [2020-06-18T17:24:41.572Z] 0e6b1d234666: Download complete [2020-06-18T17:24:41.572Z] bf5d7aec512f: Verifying Checksum [2020-06-18T17:24:41.572Z] bf5d7aec512f: Download complete [2020-06-18T17:24:41.572Z] e6b0cf9c0882: Verifying Checksum [2020-06-18T17:24:41.572Z] e6b0cf9c0882: Download complete [2020-06-18T17:24:41.876Z] + make test [2020-06-18T17:24:41.876Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-18T17:24:42.162Z] e6b0cf9c0882: Pull complete [2020-06-18T17:24:42.162Z] 34c802a77dc8: Verifying Checksum [2020-06-18T17:24:42.162Z] 34c802a77dc8: Download complete [2020-06-18T17:24:42.434Z] 27c7a5d97fbd: Verifying Checksum [2020-06-18T17:24:42.434Z] 27c7a5d97fbd: Download complete [2020-06-18T17:24:43.017Z] 5c102a31e300: Verifying Checksum [2020-06-18T17:24:43.017Z] 5c102a31e300: Download complete [2020-06-18T17:24:43.017Z] dcfb455df0a1: Verifying Checksum [2020-06-18T17:24:43.017Z] dcfb455df0a1: Download complete [2020-06-18T17:24:43.017Z] 5788d62ee057: Verifying Checksum [2020-06-18T17:24:43.017Z] 5788d62ee057: Download complete [2020-06-18T17:24:43.017Z] 9eb99e56ec68: Verifying Checksum [2020-06-18T17:24:43.017Z] 9eb99e56ec68: Download complete [2020-06-18T17:24:44.408Z] 2848faf0eed1: Pull complete [2020-06-18T17:24:44.408Z] 0f37312ad70f: Pull complete [2020-06-18T17:24:49.709Z] 5788d62ee057: Pull complete [2020-06-18T17:24:49.709Z] 0e6b1d234666: Pull complete [2020-06-18T17:24:49.709Z] bf5d7aec512f: Pull complete [2020-06-18T17:24:54.998Z] 34c802a77dc8: Pull complete [2020-06-18T17:24:57.547Z] 9eb99e56ec68: Pull complete [2020-06-18T17:24:57.807Z] 27c7a5d97fbd: Pull complete [2020-06-18T17:24:58.757Z] 5c102a31e300: Pull complete [2020-06-18T17:24:58.757Z] dcfb455df0a1: Pull complete [2020-06-18T17:24:58.757Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-18T17:24:58.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-18T17:24:58.757Z] ---> 7c70fe431013 [2020-06-18T17:24:58.757Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-18T17:24:59.698Z] ---> Running in f6eb7ab9208f [2020-06-18T17:24:59.698Z] Removing intermediate container f6eb7ab9208f [2020-06-18T17:24:59.698Z] ---> 4d5b5d89cfec [2020-06-18T17:24:59.698Z] Step 4/7 : RUN apk add --update bash [2020-06-18T17:24:59.698Z] ---> Running in 268e1f17753c [2020-06-18T17:25:00.638Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-18T17:25:01.580Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-18T17:25:01.840Z] OK: 143 MiB in 39 packages [2020-06-18T17:25:02.412Z] Removing intermediate container 268e1f17753c [2020-06-18T17:25:02.412Z] ---> 57fda529b5a2 [2020-06-18T17:25:02.412Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-18T17:25:02.412Z] ---> Running in 8b2296238fdf [2020-06-18T17:25:02.412Z] Removing intermediate container 8b2296238fdf [2020-06-18T17:25:02.412Z] ---> 487ba2c42311 [2020-06-18T17:25:02.412Z] Step 6/7 : COPY go.mod . [2020-06-18T17:25:02.674Z] ---> c80c91f19890 [2020-06-18T17:25:02.675Z] Step 7/7 : RUN go mod download [2020-06-18T17:25:02.675Z] ---> Running in d6f2cfe61f8c [2020-06-18T17:25:04.594Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T17:25:04.594Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T17:25:04.594Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T17:25:04.594Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T17:25:04.594Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T17:25:04.594Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T17:25:04.594Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T17:25:04.594Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T17:25:04.594Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T17:25:04.594Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T17:25:04.594Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T17:25:04.594Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-18T17:25:04.594Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T17:25:04.594Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T17:25:04.594Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-18T17:25:04.595Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T17:25:04.595Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T17:25:04.595Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T17:25:04.595Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T17:25:04.595Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T17:25:04.595Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T17:25:04.595Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T17:25:04.595Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T17:25:04.595Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T17:25:04.595Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T17:25:04.595Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-18T17:25:04.595Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T17:25:04.595Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T17:25:04.595Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T17:25:04.595Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T17:25:04.595Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-18T17:25:04.595Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T17:25:04.595Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T17:25:04.595Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-18T17:25:04.595Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-18T17:25:08.687Z] ok github.com/edgexfoundry/go-mod-configuration/configuration 0.018s coverage: 85.7% of statements [2020-06-18T17:25:08.687Z] ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.624s coverage: 86.0% of statements [2020-06-18T17:25:08.687Z] ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.017s coverage: 100.0% of statements [2020-06-18T17:25:08.687Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T17:25:09.663Z] gofmt -l . [2020-06-18T17:25:09.932Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-18T17:25:10.341Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T17:25:10.321Z] $ docker stop --time=1 95ca678a5233597b0efe7f0ca0ae8f96231a02aaf967465ea2b0ca46ffbfb336 [2020-06-18T17:25:11.183Z] Removing intermediate container d6f2cfe61f8c [2020-06-18T17:25:11.183Z] ---> feaf6516d7d0 [2020-06-18T17:25:11.183Z] Successfully built feaf6516d7d0 [2020-06-18T17:25:11.183Z] Successfully tagged ci-base-image-x86_64:latest [2020-06-18T17:25:12.271Z] $ 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 [2020-06-18T17:25:13.278Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-18T17:25:13.278Z] . [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] withDockerContainer [2020-06-18T17:25:13.416Z] prd-centos7-docker-4c-2g-3584 does not seem to be running inside a container [2020-06-18T17:25:13.458Z] $ 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 [2020-06-18T17:25:14.536Z] $ docker top cc26464f52b6ae7a1cfdd0e49d7a7b9ffab81cdc358908043f10a98eb3916d44 -eo pid,comm [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] sh [2020-06-18T17:25:14.986Z] + go version [2020-06-18T17:25:14.986Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-18T17:25:15.281Z] + make test [2020-06-18T17:25:15.281Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-18T17:25:23.562Z] ok github.com/edgexfoundry/go-mod-configuration/configuration 0.010s coverage: 85.7% of statements [2020-06-18T17:25:26.156Z] ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.543s coverage: 86.0% of statements [2020-06-18T17:25:26.156Z] ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.007s coverage: 100.0% of statements [2020-06-18T17:25:26.156Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T17:25:26.736Z] gofmt -l . [2020-06-18T17:25:26.736Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-18T17:25:26.747Z] Warning: overwriting stash ‘coverage-report’ [2020-06-18T17:25:27.000Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T17:25:27.005Z] $ docker stop --time=1 cc26464f52b6ae7a1cfdd0e49d7a7b9ffab81cdc358908043f10a98eb3916d44 [2020-06-18T17:25:28.999Z] $ 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 [2020-06-18T17:25:29.922Z] provisioning config files... [2020-06-18T17:25:29.933Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1885724890355055531tmp [Pipeline] { [Pipeline] sh [2020-06-18T17:25:30.249Z] + curl -s https://codecov.io/bash [2020-06-18T17:25:30.249Z] + bash -s - -t @/w/workspace/ndry_go-mod-configuration_master@tmp/config1885724890355055531tmp [2020-06-18T17:25:30.512Z] [2020-06-18T17:25:30.512Z] _____ _ [2020-06-18T17:25:30.512Z] / ____| | | [2020-06-18T17:25:30.512Z] | | ___ __| | ___ ___ _____ __ [2020-06-18T17:25:30.512Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-18T17:25:30.512Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-18T17:25:30.512Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-18T17:25:30.512Z] Bash-20200602-f809a24 [2020-06-18T17:25:30.512Z] [2020-06-18T17:25:30.512Z] [2020-06-18T17:25:30.512Z] ==> Jenkins CI detected. [2020-06-18T17:25:30.512Z] project root: . [2020-06-18T17:25:30.512Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-18T17:25:30.512Z] ==> Running gcov in . (disable via -X gcov) [2020-06-18T17:25:30.512Z] ==> Python coveragepy not found [2020-06-18T17:25:30.512Z] ==> Searching for coverage reports in: [2020-06-18T17:25:30.512Z] + . [2020-06-18T17:25:30.512Z] -> Found 1 reports [2020-06-18T17:25:30.512Z] ==> Detecting git/mercurial file structure [2020-06-18T17:25:30.512Z] ==> Reading reports [2020-06-18T17:25:30.512Z] + ./coverage.out bytes=13052 [2020-06-18T17:25:30.512Z] ==> Appending adjustments [2020-06-18T17:25:30.512Z] https://docs.codecov.io/docs/fixing-reports [2020-06-18T17:25:30.512Z] + Found adjustments [2020-06-18T17:25:30.512Z] ==> Gzipping contents [2020-06-18T17:25:30.512Z] ==> Uploading reports [2020-06-18T17:25:30.512Z] url: https://codecov.io [2020-06-18T17:25:30.512Z] 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= [2020-06-18T17:25:30.512Z] -> Pinging Codecov [2020-06-18T17:25:30.512Z] 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= [2020-06-18T17:25:31.083Z] -> Uploading [2020-06-18T17:25:31.655Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/4c1a00cd56993df88690e739771b983436048561 [Pipeline] } [2020-06-18T17:25:31.664Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-18T17:25:32.096Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-18T17:25:32.097Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-18T17:25:32.126Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:25:32.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-18T17:25:32.435Z] [2020-06-18T17:25:32.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:25:32.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-18T17:25:32.753Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-18T17:25:32.753Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-18T17:25:32.753Z] 408f87550127: Pulling fs layer [2020-06-18T17:25:32.753Z] fe522b08c979: Pulling fs layer [2020-06-18T17:25:32.753Z] 221eaa008020: Pulling fs layer [2020-06-18T17:25:32.753Z] 2a4607e5d6b9: Pulling fs layer [2020-06-18T17:25:32.753Z] 8f79b27c4fd2: Pulling fs layer [2020-06-18T17:25:32.753Z] e5c8dbe1645b: Pulling fs layer [2020-06-18T17:25:32.753Z] 23e8b3b47431: Pulling fs layer [2020-06-18T17:25:32.753Z] 5c568d65a230: Pulling fs layer [2020-06-18T17:25:32.753Z] 8f79b27c4fd2: Waiting [2020-06-18T17:25:32.753Z] e5c8dbe1645b: Waiting [2020-06-18T17:25:32.753Z] 23e8b3b47431: Waiting [2020-06-18T17:25:32.753Z] 5c568d65a230: Waiting [2020-06-18T17:25:32.753Z] 221eaa008020: Waiting [2020-06-18T17:25:32.753Z] 2a4607e5d6b9: Waiting [2020-06-18T17:25:32.753Z] fe522b08c979: Verifying Checksum [2020-06-18T17:25:32.753Z] fe522b08c979: Download complete [2020-06-18T17:25:32.753Z] 408f87550127: Verifying Checksum [2020-06-18T17:25:32.753Z] 408f87550127: Download complete [2020-06-18T17:25:32.753Z] 2a4607e5d6b9: Verifying Checksum [2020-06-18T17:25:32.753Z] 2a4607e5d6b9: Download complete [2020-06-18T17:25:32.753Z] 8f79b27c4fd2: Verifying Checksum [2020-06-18T17:25:32.753Z] 8f79b27c4fd2: Download complete [2020-06-18T17:25:32.753Z] cbdbe7a5bc2a: Download complete [2020-06-18T17:25:33.020Z] cbdbe7a5bc2a: Pull complete [2020-06-18T17:25:33.294Z] e5c8dbe1645b: Verifying Checksum [2020-06-18T17:25:33.294Z] e5c8dbe1645b: Download complete [2020-06-18T17:25:33.294Z] 408f87550127: Pull complete [2020-06-18T17:25:33.575Z] 23e8b3b47431: Verifying Checksum [2020-06-18T17:25:33.575Z] 23e8b3b47431: Download complete [2020-06-18T17:25:33.837Z] fe522b08c979: Pull complete [2020-06-18T17:25:33.837Z] 5c568d65a230: Verifying Checksum [2020-06-18T17:25:33.837Z] 5c568d65a230: Download complete [2020-06-18T17:25:34.409Z] 221eaa008020: Verifying Checksum [2020-06-18T17:25:34.409Z] 221eaa008020: Download complete [2020-06-18T17:25:39.735Z] 221eaa008020: Pull complete [2020-06-18T17:25:39.735Z] 2a4607e5d6b9: Pull complete [2020-06-18T17:25:39.735Z] 8f79b27c4fd2: Pull complete [2020-06-18T17:25:41.648Z] e5c8dbe1645b: Pull complete [2020-06-18T17:25:44.956Z] 23e8b3b47431: Pull complete [2020-06-18T17:25:45.899Z] 5c568d65a230: Pull complete [2020-06-18T17:25:45.899Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-18T17:25:45.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-18T17:25:45.899Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-18T17:25:46.027Z] prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container [2020-06-18T17:25:46.066Z] $ 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 [2020-06-18T17:25:46.774Z] $ docker top 40f51a0831b540a5d6638e82190e7a3e341e658605ded1aa43066fdd99a3710f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-18T17:25:47.203Z] + snyk monitor '--org=edgex-jenkins' [2020-06-18T17:25:50.507Z] [2020-06-18T17:25:50.507Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration)... [2020-06-18T17:25:50.507Z] [2020-06-18T17:25:50.507Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f43ad17a-7ac6-4c18-9984-78156b9141cb/history/67f56e1f-b8d0-4bb9-b429-197c2ee71432 [2020-06-18T17:25:50.507Z] [2020-06-18T17:25:50.507Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-18T17:25:50.507Z] [2020-06-18T17:25:50.507Z] [2020-06-18T17:25:50.507Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-06-18T17:25:50.507Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-06-18T17:25:50.521Z] $ docker stop --time=1 40f51a0831b540a5d6638e82190e7a3e341e658605ded1aa43066fdd99a3710f [2020-06-18T17:25:52.267Z] $ 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 [2020-06-18T17:25:53.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T17:25:53.042Z] . [Pipeline] withDockerContainer [2020-06-18T17:25:53.132Z] prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container [2020-06-18T17:25:53.169Z] $ 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 [2020-06-18T17:25:54.258Z] $ docker top 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T17:25:54.474Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T17:25:54.474Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T17:25:54.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T17:25:54.689Z] $ docker exec 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 ssh-agent [2020-06-18T17:25:54.858Z] SSH_AUTH_SOCK=/tmp/ssh-jBSVG0B4tCMz/agent.12 [2020-06-18T17:25:54.858Z] SSH_AGENT_PID=17 [2020-06-18T17:25:54.864Z] Running ssh-add (command line suppressed) [2020-06-18T17:25:54.987Z] 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) [2020-06-18T17:25:55.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T17:25:55.346Z] + git semver tag [2020-06-18T17:25:55.346Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T17:25:55.346Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-06-18T17:25:55.346Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-06-18T17:25:55.346Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T17:25:55.346Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T17:25:55.346Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T17:25:55.346Z] # $SEMVER_BRANCH = master [2020-06-18T17:25:55.346Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2020-06-18T17:25:55.346Z] # 4c1a00cd56993df88690e739771b983436048561 HEAD [2020-06-18T17:25:55.346Z] # -> Force: false [2020-06-18T17:25:55.346Z] # b0481a56dfa73d76c949d0d4e6b78850d4dae6fb refs/tags/v0.0.4 [Pipeline] } [2020-06-18T17:25:55.358Z] $ docker exec --env ******** --env ******** 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 ssh-agent -k [2020-06-18T17:25:55.472Z] unset SSH_AUTH_SOCK; [2020-06-18T17:25:55.472Z] unset SSH_AGENT_PID; [2020-06-18T17:25:55.472Z] echo Agent pid 17 killed; [2020-06-18T17:25:55.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T17:25:55.883Z] + git semver [Pipeline] } [2020-06-18T17:25:55.900Z] $ docker stop --time=1 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 [2020-06-18T17:25:57.216Z] $ docker rm -f 1f10b407e2972122c6aee93e49efa9e7927eaa375457f769564151773c594be9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:25:57.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-18T17:25:57.750Z] [2020-06-18T17:25:57.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:25:58.069Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-18T17:25:58.069Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-18T17:25:58.069Z] ab5ef0e58194: Pulling fs layer [2020-06-18T17:25:58.069Z] 9712f1f96733: Pulling fs layer [2020-06-18T17:25:58.069Z] 63f879dbbcfc: Pulling fs layer [2020-06-18T17:25:58.069Z] 0d9ebad4ef96: Pulling fs layer [2020-06-18T17:25:58.069Z] e9a5061849ea: Pulling fs layer [2020-06-18T17:25:58.069Z] d747dcd14b5f: Pulling fs layer [2020-06-18T17:25:58.069Z] 2de7ff778b66: Pulling fs layer [2020-06-18T17:25:58.069Z] e9a5061849ea: Waiting [2020-06-18T17:25:58.069Z] d747dcd14b5f: Waiting [2020-06-18T17:25:58.069Z] 2de7ff778b66: Waiting [2020-06-18T17:25:58.069Z] 0d9ebad4ef96: Waiting [2020-06-18T17:25:58.069Z] 9712f1f96733: Verifying Checksum [2020-06-18T17:25:58.069Z] 9712f1f96733: Download complete [2020-06-18T17:25:58.654Z] 63f879dbbcfc: Verifying Checksum [2020-06-18T17:25:58.654Z] 63f879dbbcfc: Download complete [2020-06-18T17:25:58.654Z] e9a5061849ea: Verifying Checksum [2020-06-18T17:25:58.654Z] e9a5061849ea: Download complete [2020-06-18T17:25:58.654Z] d747dcd14b5f: Verifying Checksum [2020-06-18T17:25:58.654Z] d747dcd14b5f: Download complete [2020-06-18T17:25:58.918Z] 2de7ff778b66: Verifying Checksum [2020-06-18T17:25:58.918Z] 2de7ff778b66: Download complete [2020-06-18T17:25:58.918Z] 0d9ebad4ef96: Verifying Checksum [2020-06-18T17:25:58.918Z] 0d9ebad4ef96: Download complete [2020-06-18T17:25:59.181Z] ab5ef0e58194: Verifying Checksum [2020-06-18T17:25:59.181Z] ab5ef0e58194: Download complete [2020-06-18T17:26:03.527Z] ab5ef0e58194: Pull complete [2020-06-18T17:26:03.527Z] 9712f1f96733: Pull complete [2020-06-18T17:26:06.075Z] 63f879dbbcfc: Pull complete [2020-06-18T17:26:12.766Z] 0d9ebad4ef96: Pull complete [2020-06-18T17:26:14.157Z] e9a5061849ea: Pull complete [2020-06-18T17:26:14.157Z] d747dcd14b5f: Pull complete [2020-06-18T17:26:16.706Z] 2de7ff778b66: Pull complete [2020-06-18T17:26:16.706Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-18T17:26:16.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-18T17:26:16.706Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-18T17:26:16.851Z] prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container [2020-06-18T17:26:16.888Z] $ 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 [2020-06-18T17:26:20.966Z] $ docker top 63090f1b812c605187c388c6c317a086fa02c5b0cefb86faae2ff9e029368285 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-18T17:26:21.120Z] provisioning config files... [2020-06-18T17:26:21.129Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6152417651139780086tmp [2020-06-18T17:26:21.146Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6184823217549332808tmp [2020-06-18T17:26:21.159Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config9024639096277837310tmp [Pipeline] { [Pipeline] echo [2020-06-18T17:26:21.186Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T17:26:21.476Z] ---> sigul-configuration.sh [2020-06-18T17:26:21.476Z] gpg: directory `/root/.gnupg' created [2020-06-18T17:26:21.477Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-18T17:26:21.477Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-18T17:26:21.477Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-18T17:26:21.477Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-18T17:26:21.477Z] gpg: CAST5 encrypted data [2020-06-18T17:26:21.737Z] gpg: encrypted with 1 passphrase [2020-06-18T17:26:21.737Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-18T17:26:22.030Z] + mkdir /home/jenkins [2020-06-18T17:26:22.030Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-18T17:26:22.328Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-18T17:26:22.338Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T17:26:22.642Z] ---> sigul-install.sh [2020-06-18T17:26:27.945Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-18T17:26:28.237Z] + git tag --list [2020-06-18T17:26:28.237Z] v0.0.4 [Pipeline] sh [2020-06-18T17:26:28.530Z] + lftools sign git-tag v0.0.4 [2020-06-18T17:26:29.992Z] Signing Git tag with Sigul... [2020-06-18T17:26:29.992Z] Signing v0.0.4 [Pipeline] echo [2020-06-18T17:26:30.578Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T17:26:30.865Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-18T17:26:30.873Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-18T17:26:30.916Z] $ docker stop --time=1 63090f1b812c605187c388c6c317a086fa02c5b0cefb86faae2ff9e029368285 [2020-06-18T17:26:32.751Z] $ docker rm -f 63090f1b812c605187c388c6c317a086fa02c5b0cefb86faae2ff9e029368285 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:26:33.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T17:26:33.292Z] . [Pipeline] withDockerContainer [2020-06-18T17:26:33.390Z] prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container [2020-06-18T17:26:33.430Z] $ 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 [2020-06-18T17:26:33.986Z] $ docker top 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T17:26:34.173Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T17:26:34.173Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T17:26:34.357Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T17:26:34.360Z] $ docker exec 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b ssh-agent [2020-06-18T17:26:34.536Z] SSH_AUTH_SOCK=/tmp/ssh-QwWOSCR3SAAW/agent.11 [2020-06-18T17:26:34.536Z] SSH_AGENT_PID=16 [2020-06-18T17:26:34.541Z] Running ssh-add (command line suppressed) [2020-06-18T17:26:34.668Z] 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) [2020-06-18T17:26:34.721Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T17:26:35.024Z] + git semver bump patch [2020-06-18T17:26:35.024Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T17:26:35.024Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-06-18T17:26:35.024Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-06-18T17:26:35.024Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T17:26:35.024Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T17:26:35.024Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T17:26:35.024Z] # $SEMVER_BRANCH = master [2020-06-18T17:26:35.024Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2020-06-18T17:26:35.024Z] 0.0.5 [Pipeline] } [2020-06-18T17:26:35.033Z] $ docker exec --env ******** --env ******** 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b ssh-agent -k [2020-06-18T17:26:35.151Z] unset SSH_AUTH_SOCK; [2020-06-18T17:26:35.151Z] unset SSH_AGENT_PID; [2020-06-18T17:26:35.151Z] echo Agent pid 16 killed; [2020-06-18T17:26:35.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T17:26:35.557Z] + git semver [Pipeline] } [2020-06-18T17:26:35.575Z] $ docker stop --time=1 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b [2020-06-18T17:26:36.907Z] $ docker rm -f 6d77e260acad3ed19c5c2fff746b97bcd2f6049d3af9f2a2a1a02e35502c7f3b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:26:37.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T17:26:37.343Z] . [Pipeline] withDockerContainer [2020-06-18T17:26:37.440Z] prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container [2020-06-18T17:26:37.480Z] $ 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 [2020-06-18T17:26:38.051Z] $ docker top d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T17:26:38.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T17:26:38.240Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T17:26:38.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T17:26:38.422Z] $ docker exec d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 ssh-agent [2020-06-18T17:26:38.597Z] SSH_AUTH_SOCK=/tmp/ssh-1upJVLJ4vQEI/agent.11 [2020-06-18T17:26:38.597Z] SSH_AGENT_PID=16 [2020-06-18T17:26:38.602Z] Running ssh-add (command line suppressed) [2020-06-18T17:26:38.727Z] 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) [2020-06-18T17:26:38.783Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T17:26:39.088Z] + git semver push [2020-06-18T17:26:39.088Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T17:26:39.088Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-06-18T17:26:39.088Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-06-18T17:26:39.088Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T17:26:39.088Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T17:26:39.088Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T17:26:39.088Z] # $SEMVER_BRANCH = master [2020-06-18T17:26:39.088Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2020-06-18T17:26:47.230Z] $ docker exec --env ******** --env ******** d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 ssh-agent -k [2020-06-18T17:26:47.375Z] unset SSH_AUTH_SOCK; [2020-06-18T17:26:47.376Z] unset SSH_AGENT_PID; [2020-06-18T17:26:47.376Z] echo Agent pid 16 killed; [2020-06-18T17:26:47.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T17:26:47.796Z] + git semver [Pipeline] } [2020-06-18T17:26:47.810Z] $ docker stop --time=1 d5917e94f686b1a1e6b47c76c6cdb3d88651682a5fd8ebe9df7f6ab15d60cd97 [2020-06-18T17:26:49.159Z] $ 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 [2020-06-18T17:26:49.770Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T17:26:50.326Z] ---> package-listing.sh [2020-06-18T17:26:50.327Z] ++ facter osfamily [2020-06-18T17:26:50.327Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-18T17:26:50.327Z] + OS_FAMILY=redhat [2020-06-18T17:26:50.327Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2020-06-18T17:26:50.327Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-18T17:26:50.327Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-18T17:26:50.327Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-18T17:26:50.327Z] + PACKAGES=/tmp/packages_start.txt [2020-06-18T17:26:50.327Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2020-06-18T17:26:50.327Z] + PACKAGES=/tmp/packages_end.txt [2020-06-18T17:26:50.327Z] + case "${OS_FAMILY}" in [2020-06-18T17:26:50.327Z] + rpm -qa [2020-06-18T17:26:50.327Z] + sort [2020-06-18T17:26:54.532Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-18T17:26:54.532Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-18T17:26:54.532Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-18T17:26:54.532Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2020-06-18T17:26:54.532Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2020-06-18T17:26:54.532Z] + 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 [2020-06-18T17:26:55.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T17:26:55.153Z] [2020-06-18T17:26:55.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-18T17:26:55.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T17:26:55.476Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-18T17:26:55.476Z] c9b1b535fdd9: Pulling fs layer [2020-06-18T17:26:55.476Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-18T17:26:55.476Z] 756a868c4378: Pulling fs layer [2020-06-18T17:26:55.476Z] 444b2fc9a129: Pulling fs layer [2020-06-18T17:26:55.476Z] ea15f1150254: Pulling fs layer [2020-06-18T17:26:55.476Z] 41b27a9f41bf: Pulling fs layer [2020-06-18T17:26:55.476Z] 28c525ee5125: Pulling fs layer [2020-06-18T17:26:55.476Z] 094b1ea09ed8: Pulling fs layer [2020-06-18T17:26:55.476Z] 138eaada9080: Pulling fs layer [2020-06-18T17:26:55.476Z] 0622d0fa9048: Pulling fs layer [2020-06-18T17:26:55.476Z] 444b2fc9a129: Waiting [2020-06-18T17:26:55.476Z] ea15f1150254: Waiting [2020-06-18T17:26:55.476Z] 0622d0fa9048: Waiting [2020-06-18T17:26:55.476Z] 28c525ee5125: Waiting [2020-06-18T17:26:55.476Z] 138eaada9080: Waiting [2020-06-18T17:26:55.476Z] 094b1ea09ed8: Waiting [2020-06-18T17:26:55.476Z] 41b27a9f41bf: Waiting [2020-06-18T17:26:55.476Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-18T17:26:55.476Z] 2cc5ad85d9ab: Download complete [2020-06-18T17:26:55.476Z] 444b2fc9a129: Verifying Checksum [2020-06-18T17:26:55.476Z] 444b2fc9a129: Download complete [2020-06-18T17:26:55.476Z] c9b1b535fdd9: Verifying Checksum [2020-06-18T17:26:55.476Z] ea15f1150254: Verifying Checksum [2020-06-18T17:26:55.476Z] ea15f1150254: Download complete [2020-06-18T17:26:55.738Z] 28c525ee5125: Verifying Checksum [2020-06-18T17:26:55.738Z] 28c525ee5125: Download complete [2020-06-18T17:26:56.004Z] 756a868c4378: Verifying Checksum [2020-06-18T17:26:56.004Z] 756a868c4378: Download complete [2020-06-18T17:26:56.004Z] 138eaada9080: Verifying Checksum [2020-06-18T17:26:56.004Z] 138eaada9080: Download complete [2020-06-18T17:26:56.004Z] 0622d0fa9048: Verifying Checksum [2020-06-18T17:26:56.004Z] 0622d0fa9048: Download complete [2020-06-18T17:26:56.004Z] 094b1ea09ed8: Verifying Checksum [2020-06-18T17:26:56.004Z] 094b1ea09ed8: Download complete [2020-06-18T17:26:56.577Z] 41b27a9f41bf: Verifying Checksum [2020-06-18T17:26:56.577Z] 41b27a9f41bf: Download complete [2020-06-18T17:26:56.837Z] c9b1b535fdd9: Pull complete [2020-06-18T17:26:57.410Z] 2cc5ad85d9ab: Pull complete [2020-06-18T17:26:58.350Z] 756a868c4378: Pull complete [2020-06-18T17:26:58.610Z] 444b2fc9a129: Pull complete [2020-06-18T17:26:58.871Z] ea15f1150254: Pull complete [2020-06-18T17:27:02.180Z] 41b27a9f41bf: Pull complete [2020-06-18T17:27:02.441Z] 28c525ee5125: Pull complete [2020-06-18T17:27:05.744Z] 094b1ea09ed8: Pull complete [2020-06-18T17:27:05.744Z] 138eaada9080: Pull complete [2020-06-18T17:27:05.744Z] 0622d0fa9048: Pull complete [2020-06-18T17:27:05.744Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-18T17:27:06.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T17:27:06.003Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-18T17:27:06.109Z] prd-centos7-docker-4c-2g-3582 does not seem to be running inside a container [2020-06-18T17:27:06.145Z] $ 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 [2020-06-18T17:27:08.547Z] $ docker top 617e38d0216a69d1a53c91880cd258fee41063e4fa1cf073a7789ea9e91d98b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T17:27:08.717Z] provisioning config files... [2020-06-18T17:27:08.730Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3180570982192541093tmp [Pipeline] { [Pipeline] echo [2020-06-18T17:27:08.759Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T17:27:09.050Z] ---> create-netrc.sh [Pipeline] echo [2020-06-18T17:27:09.061Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T17:27:09.353Z] ---> logs-deploy.sh [2020-06-18T17:27:09.353Z] + ARCHIVE_ARTIFACTS= [2020-06-18T17:27:09.353Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-18T17:27:09.353Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-18T17:27:09.353Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-18T17:27:09.353Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/6 [2020-06-18T17:27:09.353Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-configuration/job/master/6/ [2020-06-18T17:27:09.353Z] + 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 [2020-06-18T17:27:10.294Z] Archives upload complete. [2020-06-18T17:27:10.553Z] + 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/