Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0746ea1719ff74015da8ef926f06a40e1e317cc2 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-176’ Running on prd-centos7-docker-4c-2g-181 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0746ea1719ff74015da8ef926f06a40e1e317cc2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 Commit message: "Merge pull request #252 from weichou1229/issue-251" > git rev-list --no-walk 508d17c29c3aeaabef0ad380d0c0a70f4f137bfd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-10T16:03:22.958Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-10T16:03:23.269Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-10T16:03:23.365Z] ========================================================= [2020-07-10T16:03:23.365Z] EdgeX Global Pipelines Version Info [2020-07-10T16:03:23.365Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:03:24.804Z] ------------------- [2020-07-10T16:03:24.804Z] stable info: [2020-07-10T16:03:24.804Z] ------------------- [2020-07-10T16:03:24.804Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-10T16:03:24.804Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-10T16:03:24.804Z] Message: update stable to v1.0.89 [2020-07-10T16:03:25.746Z] ------------------- [2020-07-10T16:03:25.746Z] experimental info: [2020-07-10T16:03:25.746Z] ------------------- [2020-07-10T16:03:25.746Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-10T16:03:25.746Z] Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 [2020-07-10T16:03:25.746Z] Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:03:28.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:03:28.845Z] [2020-07-10T16:03:28.845Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:03:29.189Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:03:29.190Z] latest: Pulling from edgex-devops/git-semver [2020-07-10T16:03:29.190Z] 9123ac7c32f7: Pulling fs layer [2020-07-10T16:03:29.190Z] b8cc5d1170e3: Pulling fs layer [2020-07-10T16:03:29.190Z] 2924cbbf6a41: Pulling fs layer [2020-07-10T16:03:29.190Z] 93b08a4f1073: Pulling fs layer [2020-07-10T16:03:29.190Z] 93b08a4f1073: Waiting [2020-07-10T16:03:29.190Z] b8cc5d1170e3: Verifying Checksum [2020-07-10T16:03:29.190Z] b8cc5d1170e3: Download complete [2020-07-10T16:03:29.190Z] 9123ac7c32f7: Verifying Checksum [2020-07-10T16:03:29.190Z] 9123ac7c32f7: Download complete [2020-07-10T16:03:29.455Z] 93b08a4f1073: Verifying Checksum [2020-07-10T16:03:29.455Z] 93b08a4f1073: Download complete [2020-07-10T16:03:29.455Z] 2924cbbf6a41: Verifying Checksum [2020-07-10T16:03:29.455Z] 2924cbbf6a41: Download complete [2020-07-10T16:03:29.455Z] 9123ac7c32f7: Pull complete [2020-07-10T16:03:29.716Z] b8cc5d1170e3: Pull complete [2020-07-10T16:03:30.659Z] 2924cbbf6a41: Pull complete [2020-07-10T16:03:30.659Z] 93b08a4f1073: Pull complete [2020-07-10T16:03:30.659Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-10T16:03:30.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:03:30.659Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-10T16:03:30.759Z] prd-centos7-docker-4c-2g-181 does not seem to be running inside a container [2020-07-10T16:03:30.803Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-07-10T16:03:32.541Z] $ docker top 572604bf265c36058e3a636d22395ef79c704c6f65bcfce4cdbf3285e75bd109 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T16:03:32.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:03:32.818Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:03:33.031Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:03:33.039Z] $ docker exec 572604bf265c36058e3a636d22395ef79c704c6f65bcfce4cdbf3285e75bd109 ssh-agent [2020-07-10T16:03:33.195Z] SSH_AUTH_SOCK=/tmp/ssh-NQg9sz10MK4f/agent.12 [2020-07-10T16:03:33.195Z] SSH_AGENT_PID=18 [2020-07-10T16:03:33.204Z] Running ssh-add (command line suppressed) [2020-07-10T16:03:33.346Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_695231542830926245.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_695231542830926245.key) [2020-07-10T16:03:33.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:03:33.956Z] + git describe --exact-match --tags HEAD [2020-07-10T16:03:33.956Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-10T16:03:34.082Z] $ docker exec --env ******** --env ******** 572604bf265c36058e3a636d22395ef79c704c6f65bcfce4cdbf3285e75bd109 ssh-agent -k [2020-07-10T16:03:34.216Z] unset SSH_AUTH_SOCK; [2020-07-10T16:03:34.217Z] unset SSH_AGENT_PID; [2020-07-10T16:03:34.217Z] echo Agent pid 18 killed; [2020-07-10T16:03:34.266Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-10T16:03:34.343Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-10T16:03:34.343Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-10T16:03:34.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:03:34.429Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:03:34.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:03:34.608Z] $ docker exec 572604bf265c36058e3a636d22395ef79c704c6f65bcfce4cdbf3285e75bd109 ssh-agent [2020-07-10T16:03:34.779Z] SSH_AUTH_SOCK=/tmp/ssh-gL4YH2dcaeSJ/agent.47 [2020-07-10T16:03:34.779Z] SSH_AGENT_PID=52 [2020-07-10T16:03:34.786Z] Running ssh-add (command line suppressed) [2020-07-10T16:03:34.916Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_705414970381780620.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_705414970381780620.key) [2020-07-10T16:03:34.966Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:03:35.291Z] + git semver init [2020-07-10T16:03:35.291Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T16:03:35.291Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-10T16:03:35.291Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-10T16:03:35.291Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T16:03:35.291Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T16:03:35.291Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T16:03:35.291Z] # $SEMVER_BRANCH = master [2020-07-10T16:03:35.291Z] # $SEMVER_TEMP = /tmp/semver-992389155 [2020-07-10T16:03:35.291Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-07-10T16:03:35.863Z] # '/tmp/semver-992389155' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-07-10T16:03:35.863Z] # -> Force: false [2020-07-10T16:03:35.863Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-07-10T16:03:35.877Z] $ docker exec --env ******** --env ******** 572604bf265c36058e3a636d22395ef79c704c6f65bcfce4cdbf3285e75bd109 ssh-agent -k [2020-07-10T16:03:35.994Z] unset SSH_AUTH_SOCK; [2020-07-10T16:03:35.994Z] unset SSH_AGENT_PID; [2020-07-10T16:03:35.994Z] echo Agent pid 52 killed; [2020-07-10T16:03:36.042Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T16:03:36.485Z] + git semver [Pipeline] } [2020-07-10T16:03:36.503Z] $ docker stop --time=1 572604bf265c36058e3a636d22395ef79c704c6f65bcfce4cdbf3285e75bd109 [2020-07-10T16:03:38.041Z] $ docker rm -f 572604bf265c36058e3a636d22395ef79c704c6f65bcfce4cdbf3285e75bd109 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-10T16:03:38.705Z] Stashed 75 file(s) [Pipeline] echo [2020-07-10T16:03:38.707Z] [edgeXSemver] initialized semver on version 0.1.64 [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-07-10T16:03:53.957Z] Still waiting to schedule task [2020-07-10T16:03:53.957Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-10T16:03:53.959Z] Still waiting to schedule task [2020-07-10T16:03:53.959Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-10T16:06:10.707Z] Running on prd-centos7-docker-4c-2g-183 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-07-10T16:06:10.761Z] Running in /w/workspace/go-mod-core-contracts/28 [Pipeline] { [Pipeline] checkout [2020-07-10T16:06:13.089Z] using credential edgex-jenkins-ssh [2020-07-10T16:06:13.131Z] Cloning the remote Git repository [2020-07-10T16:06:13.132Z] Cloning with configured refspecs honoured and without tags [2020-07-10T16:06:13.154Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-10T16:06:13.214Z] > git init /w/workspace/go-mod-core-contracts/28 # timeout=10 [2020-07-10T16:06:13.842Z] Fetching without tags [2020-07-10T16:06:14.225Z] Checking out Revision 0746ea1719ff74015da8ef926f06a40e1e317cc2 (master) [2020-07-10T16:06:13.260Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-10T16:06:13.260Z] > git --version # timeout=10 [2020-07-10T16:06:13.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T16:06:13.303Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:06:13.807Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-10T16:06:13.817Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:06:13.834Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-10T16:06:13.844Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-10T16:06:13.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T16:06:13.848Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:06:14.231Z] > git config core.sparsecheckout # timeout=10 [2020-07-10T16:06:14.237Z] > git checkout -f 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 [2020-07-10T16:06:17.857Z] Commit message: "Merge pull request #252 from weichou1229/issue-251" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-10T16:06:18.756Z] ========================================================= [2020-07-10T16:06:18.756Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-10T16:06:18.756Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:06:19.404Z] + 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-07-10T16:06:19.979Z] Sending build context to Docker daemon 1.836MB [2020-07-10T16:06:19.979Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-10T16:06:19.979Z] Step 2/7 : FROM ${BASE} [2020-07-10T16:06:19.979Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-10T16:06:19.979Z] e6b0cf9c0882: Pulling fs layer [2020-07-10T16:06:19.979Z] 2848faf0eed1: Pulling fs layer [2020-07-10T16:06:19.979Z] 0f37312ad70f: Pulling fs layer [2020-07-10T16:06:19.979Z] 5788d62ee057: Pulling fs layer [2020-07-10T16:06:19.979Z] 0e6b1d234666: Pulling fs layer [2020-07-10T16:06:19.979Z] bf5d7aec512f: Pulling fs layer [2020-07-10T16:06:19.979Z] 34c802a77dc8: Pulling fs layer [2020-07-10T16:06:19.979Z] 9eb99e56ec68: Pulling fs layer [2020-07-10T16:06:19.979Z] 27c7a5d97fbd: Pulling fs layer [2020-07-10T16:06:19.980Z] 5c102a31e300: Pulling fs layer [2020-07-10T16:06:19.980Z] dcfb455df0a1: Pulling fs layer [2020-07-10T16:06:19.980Z] 34c802a77dc8: Waiting [2020-07-10T16:06:19.980Z] 9eb99e56ec68: Waiting [2020-07-10T16:06:19.980Z] 27c7a5d97fbd: Waiting [2020-07-10T16:06:19.980Z] 5c102a31e300: Waiting [2020-07-10T16:06:19.980Z] dcfb455df0a1: Waiting [2020-07-10T16:06:19.980Z] 5788d62ee057: Waiting [2020-07-10T16:06:19.980Z] 0e6b1d234666: Waiting [2020-07-10T16:06:19.980Z] bf5d7aec512f: Waiting [2020-07-10T16:06:20.250Z] 0f37312ad70f: Verifying Checksum [2020-07-10T16:06:20.250Z] 0f37312ad70f: Download complete [2020-07-10T16:06:20.250Z] 2848faf0eed1: Verifying Checksum [2020-07-10T16:06:20.250Z] 2848faf0eed1: Download complete [2020-07-10T16:06:20.250Z] 0e6b1d234666: Verifying Checksum [2020-07-10T16:06:20.250Z] 0e6b1d234666: Download complete [2020-07-10T16:06:20.250Z] bf5d7aec512f: Download complete [2020-07-10T16:06:20.250Z] e6b0cf9c0882: Verifying Checksum [2020-07-10T16:06:20.250Z] e6b0cf9c0882: Download complete [2020-07-10T16:06:20.530Z] e6b0cf9c0882: Pull complete [2020-07-10T16:06:20.803Z] 34c802a77dc8: Verifying Checksum [2020-07-10T16:06:20.803Z] 34c802a77dc8: Download complete [2020-07-10T16:06:20.803Z] 27c7a5d97fbd: Verifying Checksum [2020-07-10T16:06:20.803Z] 27c7a5d97fbd: Download complete [2020-07-10T16:06:21.386Z] 5c102a31e300: Verifying Checksum [2020-07-10T16:06:21.386Z] 5c102a31e300: Download complete [2020-07-10T16:06:21.386Z] 9eb99e56ec68: Verifying Checksum [2020-07-10T16:06:21.386Z] 9eb99e56ec68: Download complete [2020-07-10T16:06:21.386Z] 5788d62ee057: Verifying Checksum [2020-07-10T16:06:21.386Z] 5788d62ee057: Download complete [2020-07-10T16:06:21.646Z] dcfb455df0a1: Verifying Checksum [2020-07-10T16:06:21.646Z] dcfb455df0a1: Download complete [2020-07-10T16:06:23.028Z] 2848faf0eed1: Pull complete [2020-07-10T16:06:23.028Z] 0f37312ad70f: Pull complete [2020-07-10T16:06:28.318Z] 5788d62ee057: Pull complete [2020-07-10T16:06:28.318Z] 0e6b1d234666: Pull complete [2020-07-10T16:06:28.318Z] bf5d7aec512f: Pull complete [2020-07-10T16:06:33.601Z] 34c802a77dc8: Pull complete [2020-07-10T16:06:36.174Z] 9eb99e56ec68: Pull complete [2020-07-10T16:06:36.434Z] 27c7a5d97fbd: Pull complete [2020-07-10T16:06:37.378Z] 5c102a31e300: Pull complete [2020-07-10T16:06:37.378Z] dcfb455df0a1: Pull complete [2020-07-10T16:06:37.378Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-10T16:06:37.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-10T16:06:37.378Z] ---> 7c70fe431013 [2020-07-10T16:06:37.378Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-10T16:06:39.291Z] ---> Running in 0283bac3e308 [2020-07-10T16:06:39.291Z] Removing intermediate container 0283bac3e308 [2020-07-10T16:06:39.291Z] ---> 81074b1ec1c6 [2020-07-10T16:06:39.291Z] Step 4/7 : RUN apk add bash [2020-07-10T16:06:39.291Z] ---> Running in 507d6fcd99a5 [2020-07-10T16:06:40.231Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-10T16:06:42.771Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-10T16:06:43.713Z] OK: 143 MiB in 39 packages [2020-07-10T16:06:44.285Z] Removing intermediate container 507d6fcd99a5 [2020-07-10T16:06:44.285Z] ---> 0a9f2bdfa12e [2020-07-10T16:06:44.285Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-10T16:06:44.285Z] ---> Running in 1b34c2064607 [2020-07-10T16:06:44.546Z] Removing intermediate container 1b34c2064607 [2020-07-10T16:06:44.546Z] ---> 5990be996003 [2020-07-10T16:06:44.546Z] Step 6/7 : COPY go.mod . [2020-07-10T16:06:44.808Z] ---> e7d5dba9bc4f [2020-07-10T16:06:44.808Z] Step 7/7 : RUN go mod download [2020-07-10T16:06:44.808Z] ---> Running in f04ec848783e [2020-07-10T16:06:46.191Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-10T16:06:46.191Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-10T16:06:46.191Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-10T16:06:46.191Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-10T16:06:46.191Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-10T16:06:46.191Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-10T16:06:46.191Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-10T16:06:46.191Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-10T16:06:46.191Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-10T16:06:46.191Z] go: finding github.com/google/uuid v1.1.0 [2020-07-10T16:06:46.191Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-10T16:06:46.191Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-10T16:06:46.191Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-10T16:06:46.191Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-10T16:06:46.191Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-10T16:06:46.191Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-10T16:06:46.191Z] go: finding golang.org/x/text v0.3.2 [2020-07-10T16:06:46.191Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-10T16:06:46.191Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-10T16:06:46.191Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-07-10T16:06:54.329Z] Removing intermediate container f04ec848783e [2020-07-10T16:06:54.329Z] ---> e0c9868ae6e1 [2020-07-10T16:06:54.329Z] Successfully built e0c9868ae6e1 [2020-07-10T16:06:54.329Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:06:55.035Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-10T16:06:55.035Z] . [Pipeline] withDockerContainer [2020-07-10T16:06:55.127Z] prd-centos7-docker-4c-2g-183 does not seem to be running inside a container [2020-07-10T16:06:55.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/28 -v /w/workspace/go-mod-core-contracts/28:/w/workspace/go-mod-core-contracts/28:rw,z -v /w/workspace/go-mod-core-contracts/28@tmp:/w/workspace/go-mod-core-contracts/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-10T16:06:55.740Z] $ docker top 516ba85e7ecdeb85b4bc8861e9df802a32350a087c1e1e23c7cdcec329e789ed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-10T16:06:56.211Z] + go version [2020-07-10T16:06:56.211Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-10T16:06:56.507Z] + make test [2020-07-10T16:06:56.507Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-10T16:07:03.122Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-07-10T16:07:03.390Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.026s coverage: 85.7% of statements [2020-07-10T16:07:03.390Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.009s coverage: 100.0% of statements [2020-07-10T16:07:05.349Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.020s coverage: 45.4% of statements [2020-07-10T16:07:05.349Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.038s coverage: 77.8% of statements [2020-07-10T16:07:05.349Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-07-10T16:07:05.349Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements [2020-07-10T16:07:05.349Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.037s coverage: 14.4% of statements [2020-07-10T16:07:05.349Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.022s coverage: 100.0% of statements [2020-07-10T16:07:06.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.064s coverage: 91.8% of statements [2020-07-10T16:07:06.802Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-07-10T16:07:06.802Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-07-10T16:07:06.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.008s coverage: 100.0% of statements [2020-07-10T16:07:09.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.017s coverage: 62.6% of statements [2020-07-10T16:07:09.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements [2020-07-10T16:07:09.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements [2020-07-10T16:07:09.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.021s coverage: 15.4% of statements [2020-07-10T16:07:09.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.008s coverage: 14.3% of statements [2020-07-10T16:07:09.396Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-07-10T16:07:09.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 83.3% of statements [2020-07-10T16:07:09.396Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-07-10T16:07:09.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.007s coverage: 90.9% of statements [2020-07-10T16:07:09.396Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-07-10T16:07:09.396Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-07-10T16:07:09.396Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-10T16:07:10.347Z] gofmt -l . [2020-07-10T16:07:10.607Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-10T16:07:10.862Z] Stashed 1 file(s) [Pipeline] } [2020-07-10T16:07:10.867Z] $ docker stop --time=1 516ba85e7ecdeb85b4bc8861e9df802a32350a087c1e1e23c7cdcec329e789ed [2020-07-10T16:07:13.029Z] $ docker rm -f 516ba85e7ecdeb85b4bc8861e9df802a32350a087c1e1e23c7cdcec329e789ed [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] } [2020-07-10T16:07:19.579Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-184 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-07-10T16:07:19.621Z] Running in /w/workspace/go-mod-core-contracts/28 [Pipeline] { [Pipeline] checkout [2020-07-10T16:07:24.632Z] using credential edgex-jenkins-ssh [2020-07-10T16:07:24.685Z] Cloning the remote Git repository [2020-07-10T16:07:24.685Z] Cloning with configured refspecs honoured and without tags [2020-07-10T16:07:24.740Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-10T16:07:25.830Z] Fetching without tags [2020-07-10T16:07:24.845Z] > git init /w/workspace/go-mod-core-contracts/28 # timeout=10 [2020-07-10T16:07:24.906Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-10T16:07:24.908Z] > git --version # timeout=10 [2020-07-10T16:07:24.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T16:07:25.003Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:07:25.760Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-10T16:07:25.777Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:07:25.806Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-10T16:07:25.839Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-10T16:07:25.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T16:07:25.853Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:07:26.284Z] Checking out Revision 0746ea1719ff74015da8ef926f06a40e1e317cc2 (master) [2020-07-10T16:07:26.302Z] > git config core.sparsecheckout # timeout=10 [2020-07-10T16:07:26.321Z] > git checkout -f 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 [2020-07-10T16:07:30.750Z] Commit message: "Merge pull request #252 from weichou1229/issue-251" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-10T16:07:31.958Z] ========================================================= [2020-07-10T16:07:31.958Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-10T16:07:31.958Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:07:32.882Z] + 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-07-10T16:07:33.865Z] Sending build context to Docker daemon 1.836MB [2020-07-10T16:07:33.865Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-10T16:07:33.865Z] Step 2/7 : FROM ${BASE} [2020-07-10T16:07:34.141Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-10T16:07:34.141Z] cde5963f3b93: Pulling fs layer [2020-07-10T16:07:34.141Z] 2a23fa8c16f7: Pulling fs layer [2020-07-10T16:07:34.141Z] 777b28850792: Pulling fs layer [2020-07-10T16:07:34.141Z] 8a11ddd9e578: Pulling fs layer [2020-07-10T16:07:34.141Z] 4cf88f913ddb: Pulling fs layer [2020-07-10T16:07:34.141Z] 8a11ddd9e578: Waiting [2020-07-10T16:07:34.141Z] 4cf88f913ddb: Waiting [2020-07-10T16:07:34.141Z] 1df406cf5192: Pulling fs layer [2020-07-10T16:07:34.141Z] cd6300453558: Pulling fs layer [2020-07-10T16:07:34.141Z] b9c365052c96: Pulling fs layer [2020-07-10T16:07:34.141Z] a2d8cc88f415: Pulling fs layer [2020-07-10T16:07:34.141Z] ea1d1ca13537: Pulling fs layer [2020-07-10T16:07:34.141Z] 1df406cf5192: Waiting [2020-07-10T16:07:34.141Z] 3750a50a1c5e: Pulling fs layer [2020-07-10T16:07:34.141Z] cd6300453558: Waiting [2020-07-10T16:07:34.141Z] ea1d1ca13537: Waiting [2020-07-10T16:07:34.141Z] b9c365052c96: Waiting [2020-07-10T16:07:34.141Z] 3750a50a1c5e: Waiting [2020-07-10T16:07:34.141Z] 777b28850792: Verifying Checksum [2020-07-10T16:07:34.141Z] 777b28850792: Download complete [2020-07-10T16:07:34.141Z] 2a23fa8c16f7: Verifying Checksum [2020-07-10T16:07:34.141Z] 2a23fa8c16f7: Download complete [2020-07-10T16:07:34.141Z] 4cf88f913ddb: Verifying Checksum [2020-07-10T16:07:34.141Z] 4cf88f913ddb: Download complete [2020-07-10T16:07:34.141Z] 1df406cf5192: Verifying Checksum [2020-07-10T16:07:34.141Z] 1df406cf5192: Download complete [2020-07-10T16:07:34.141Z] cde5963f3b93: Verifying Checksum [2020-07-10T16:07:34.141Z] cde5963f3b93: Download complete [2020-07-10T16:07:35.131Z] cde5963f3b93: Pull complete [2020-07-10T16:07:35.736Z] 2a23fa8c16f7: Pull complete [2020-07-10T16:07:36.013Z] 777b28850792: Pull complete [2020-07-10T16:07:36.998Z] cd6300453558: Download complete [2020-07-10T16:07:36.998Z] a2d8cc88f415: Verifying Checksum [2020-07-10T16:07:36.998Z] a2d8cc88f415: Download complete [2020-07-10T16:07:38.457Z] ea1d1ca13537: Verifying Checksum [2020-07-10T16:07:38.457Z] ea1d1ca13537: Download complete [2020-07-10T16:07:38.457Z] 3750a50a1c5e: Download complete [2020-07-10T16:07:38.728Z] b9c365052c96: Verifying Checksum [2020-07-10T16:07:38.728Z] b9c365052c96: Download complete [2020-07-10T16:07:39.712Z] 8a11ddd9e578: Verifying Checksum [2020-07-10T16:07:39.712Z] 8a11ddd9e578: Download complete [2020-07-10T16:07:52.109Z] 8a11ddd9e578: Pull complete [2020-07-10T16:07:52.109Z] 4cf88f913ddb: Pull complete [2020-07-10T16:07:52.109Z] 1df406cf5192: Pull complete [2020-07-10T16:07:56.428Z] cd6300453558: Pull complete [2020-07-10T16:08:00.737Z] b9c365052c96: Pull complete [2020-07-10T16:08:00.737Z] a2d8cc88f415: Pull complete [2020-07-10T16:08:02.725Z] ea1d1ca13537: Pull complete [2020-07-10T16:08:03.330Z] 3750a50a1c5e: Pull complete [2020-07-10T16:08:03.330Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-10T16:08:03.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-10T16:08:03.330Z] ---> 78745c68409d [2020-07-10T16:08:03.330Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-10T16:08:07.621Z] ---> Running in 949417a09046 [2020-07-10T16:08:07.891Z] Removing intermediate container 949417a09046 [2020-07-10T16:08:07.891Z] ---> f895a52ff8a6 [2020-07-10T16:08:07.891Z] Step 4/7 : RUN apk add bash [2020-07-10T16:08:07.891Z] ---> Running in 3b5c2a2f455c [2020-07-10T16:08:09.313Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-10T16:08:10.282Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-10T16:08:11.252Z] OK: 125 MiB in 39 packages [2020-07-10T16:08:12.232Z] Removing intermediate container 3b5c2a2f455c [2020-07-10T16:08:12.232Z] ---> e3e60776e16c [2020-07-10T16:08:12.232Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-10T16:08:12.504Z] ---> Running in 57f64ac3c155 [2020-07-10T16:08:12.777Z] Removing intermediate container 57f64ac3c155 [2020-07-10T16:08:12.777Z] ---> 57c42f8f5339 [2020-07-10T16:08:12.777Z] Step 6/7 : COPY go.mod . [2020-07-10T16:08:13.753Z] ---> b06b342aaf00 [2020-07-10T16:08:13.753Z] Step 7/7 : RUN go mod download [2020-07-10T16:08:13.753Z] ---> Running in f0177614d773 [2020-07-10T16:08:16.393Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-10T16:08:16.394Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-10T16:08:16.394Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-10T16:08:16.394Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-10T16:08:16.394Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-10T16:08:16.394Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-10T16:08:16.394Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-10T16:08:16.394Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-10T16:08:16.394Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-10T16:08:16.394Z] go: finding github.com/google/uuid v1.1.0 [2020-07-10T16:08:16.394Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-10T16:08:16.394Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-10T16:08:16.394Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-10T16:08:16.394Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-10T16:08:16.394Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-10T16:08:16.394Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-10T16:08:16.394Z] go: finding golang.org/x/text v0.3.2 [2020-07-10T16:08:16.394Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-10T16:08:16.394Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-10T16:08:16.394Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-07-10T16:08:28.787Z] Removing intermediate container f0177614d773 [2020-07-10T16:08:28.787Z] ---> 1be474df93d3 [2020-07-10T16:08:28.787Z] Successfully built 1be474df93d3 [2020-07-10T16:08:28.787Z] 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-07-10T16:08:29.439Z] + docker inspect -f . ci-base-image-arm64 [2020-07-10T16:08:29.439Z] . [Pipeline] withDockerContainer [2020-07-10T16:08:29.722Z] prd-ubuntu18.04-docker-arm64-4c-16g-184 does not seem to be running inside a container [2020-07-10T16:08:29.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/28 -v /w/workspace/go-mod-core-contracts/28:/w/workspace/go-mod-core-contracts/28:rw,z -v /w/workspace/go-mod-core-contracts/28@tmp:/w/workspace/go-mod-core-contracts/28@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-07-10T16:08:31.635Z] $ docker top 1ceb12e28806302099cb9de3665bb75291acdcc1930eab2a2460e8dd3d9a987e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-10T16:08:33.078Z] + go version [2020-07-10T16:08:33.078Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-10T16:08:34.311Z] + make test [2020-07-10T16:08:34.311Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-10T16:08:56.572Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-07-10T16:08:56.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.054s coverage: 85.7% of statements [2020-07-10T16:08:56.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.037s coverage: 100.0% of statements [2020-07-10T16:08:58.823Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.066s coverage: 45.4% of statements [2020-07-10T16:08:58.823Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.043s coverage: 77.8% of statements [2020-07-10T16:08:58.823Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-07-10T16:08:59.426Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.064s coverage: 6.4% of statements [2020-07-10T16:09:00.866Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.100s coverage: 14.4% of statements [2020-07-10T16:09:00.866Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.019s coverage: 100.0% of statements [2020-07-10T16:09:03.503Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.105s coverage: 91.8% of statements [2020-07-10T16:09:03.504Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-07-10T16:09:03.504Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-07-10T16:09:03.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.038s coverage: 100.0% of statements [2020-07-10T16:09:08.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.095s coverage: 62.6% of statements [2020-07-10T16:09:08.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.039s coverage: 26.3% of statements [2020-07-10T16:09:08.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.063s coverage: 15.4% of statements [2020-07-10T16:09:08.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements [2020-07-10T16:09:08.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.012s coverage: 14.3% of statements [2020-07-10T16:09:08.949Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-07-10T16:09:08.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.023s coverage: 83.3% of statements [2020-07-10T16:09:08.949Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-07-10T16:09:10.374Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.026s coverage: 90.9% of statements [2020-07-10T16:09:10.374Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-07-10T16:09:10.374Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-07-10T16:09:10.374Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-10T16:09:13.765Z] gofmt -l . [2020-07-10T16:09:14.355Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-10T16:09:14.646Z] Warning: overwriting stash ‘coverage-report’ [2020-07-10T16:09:15.110Z] Stashed 1 file(s) [Pipeline] } [2020-07-10T16:09:15.116Z] $ docker stop --time=1 1ceb12e28806302099cb9de3665bb75291acdcc1930eab2a2460e8dd3d9a987e [2020-07-10T16:09:17.295Z] $ docker rm -f 1ceb12e28806302099cb9de3665bb75291acdcc1930eab2a2460e8dd3d9a987e [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-07-10T16:09:19.185Z] provisioning config files... [2020-07-10T16:09:19.200Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4498723040388304972tmp [Pipeline] { [Pipeline] sh [2020-07-10T16:09:19.582Z] + curl -s https://codecov.io/bash [2020-07-10T16:09:19.582Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_master@tmp/config4498723040388304972tmp [Pipeline] } [2020-07-10T16:09:20.168Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-10T16:09:20.803Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-10T16:09:20.804Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-10T16:09:20.875Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:09:21.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-10T16:09:21.209Z] [2020-07-10T16:09:21.209Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:09:21.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-10T16:09:21.596Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-10T16:09:21.596Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-10T16:09:21.596Z] 408f87550127: Pulling fs layer [2020-07-10T16:09:21.596Z] fe522b08c979: Pulling fs layer [2020-07-10T16:09:21.596Z] 221eaa008020: Pulling fs layer [2020-07-10T16:09:21.596Z] 2a4607e5d6b9: Pulling fs layer [2020-07-10T16:09:21.596Z] 8f79b27c4fd2: Pulling fs layer [2020-07-10T16:09:21.596Z] e5c8dbe1645b: Pulling fs layer [2020-07-10T16:09:21.596Z] 23e8b3b47431: Pulling fs layer [2020-07-10T16:09:21.596Z] 5c568d65a230: Pulling fs layer [2020-07-10T16:09:21.596Z] 221eaa008020: Waiting [2020-07-10T16:09:21.596Z] 2a4607e5d6b9: Waiting [2020-07-10T16:09:21.596Z] 8f79b27c4fd2: Waiting [2020-07-10T16:09:21.596Z] e5c8dbe1645b: Waiting [2020-07-10T16:09:21.596Z] 5c568d65a230: Waiting [2020-07-10T16:09:21.596Z] fe522b08c979: Download complete [2020-07-10T16:09:21.596Z] 408f87550127: Verifying Checksum [2020-07-10T16:09:21.596Z] 408f87550127: Download complete [2020-07-10T16:09:21.596Z] 2a4607e5d6b9: Verifying Checksum [2020-07-10T16:09:21.596Z] 2a4607e5d6b9: Download complete [2020-07-10T16:09:21.596Z] 8f79b27c4fd2: Download complete [2020-07-10T16:09:21.596Z] cbdbe7a5bc2a: Download complete [2020-07-10T16:09:22.232Z] e5c8dbe1645b: Download complete [2020-07-10T16:09:22.232Z] cbdbe7a5bc2a: Pull complete [2020-07-10T16:09:22.527Z] 408f87550127: Pull complete [2020-07-10T16:09:22.527Z] 23e8b3b47431: Verifying Checksum [2020-07-10T16:09:22.527Z] 23e8b3b47431: Download complete [2020-07-10T16:09:22.799Z] fe522b08c979: Pull complete [2020-07-10T16:09:22.799Z] 5c568d65a230: Verifying Checksum [2020-07-10T16:09:22.799Z] 5c568d65a230: Download complete [2020-07-10T16:09:23.381Z] 221eaa008020: Download complete [2020-07-10T16:09:28.682Z] 221eaa008020: Pull complete [2020-07-10T16:09:28.943Z] 2a4607e5d6b9: Pull complete [2020-07-10T16:09:28.943Z] 8f79b27c4fd2: Pull complete [2020-07-10T16:09:30.860Z] e5c8dbe1645b: Pull complete [2020-07-10T16:09:34.185Z] 23e8b3b47431: Pull complete [2020-07-10T16:09:36.107Z] 5c568d65a230: Pull complete [2020-07-10T16:09:36.107Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-10T16:09:36.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-10T16:09:36.107Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-10T16:09:36.243Z] prd-centos7-docker-4c-2g-181 does not seem to be running inside a container [2020-07-10T16:09:36.290Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-07-10T16:09:37.005Z] $ docker top d26a4005426b47d742fbd01d0e9194d7fdaa2378cd42149016f552d74bd1e9e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-10T16:09:37.467Z] + snyk monitor '--org=edgex-jenkins' [2020-07-10T16:09:44.063Z] [2020-07-10T16:09:44.063Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-07-10T16:09:44.063Z] [2020-07-10T16:09:44.063Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/664ad9bb-0c57-4a4b-9bd4-30078865eec1 [2020-07-10T16:09:44.063Z] [2020-07-10T16:09:44.063Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-10T16:09:44.063Z] [2020-07-10T16:09:44.063Z] [Pipeline] } [2020-07-10T16:09:44.079Z] $ docker stop --time=1 d26a4005426b47d742fbd01d0e9194d7fdaa2378cd42149016f552d74bd1e9e6 [2020-07-10T16:09:46.824Z] $ docker rm -f d26a4005426b47d742fbd01d0e9194d7fdaa2378cd42149016f552d74bd1e9e6 [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-07-10T16:09:48.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:09:48.050Z] . [Pipeline] withDockerContainer [2020-07-10T16:09:48.145Z] prd-centos7-docker-4c-2g-181 does not seem to be running inside a container [2020-07-10T16:09:48.191Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-07-10T16:09:48.755Z] $ docker top b0327a78816b5b4d5ab847fd0a4f0917379d6300d2c57334b12de91ed8cc7247 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T16:09:49.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:09:49.095Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:09:49.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:09:49.286Z] $ docker exec b0327a78816b5b4d5ab847fd0a4f0917379d6300d2c57334b12de91ed8cc7247 ssh-agent [2020-07-10T16:09:49.454Z] SSH_AUTH_SOCK=/tmp/ssh-BO9VJ67JtgSM/agent.11 [2020-07-10T16:09:49.454Z] SSH_AGENT_PID=16 [2020-07-10T16:09:49.460Z] Running ssh-add (command line suppressed) [2020-07-10T16:09:49.592Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9062881837050965607.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9062881837050965607.key) [2020-07-10T16:09:49.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:09:50.004Z] + git semver tag [2020-07-10T16:09:50.004Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T16:09:50.004Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-10T16:09:50.004Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-10T16:09:50.004Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T16:09:50.004Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T16:09:50.004Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T16:09:50.004Z] # $SEMVER_BRANCH = master [2020-07-10T16:09:50.004Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-07-10T16:09:50.004Z] # 0746ea1719ff74015da8ef926f06a40e1e317cc2 HEAD [2020-07-10T16:09:50.004Z] # -> Force: false [2020-07-10T16:09:50.004Z] # a977301894b7bf43f8895d58b69e85c062b76055 refs/tags/v0.1.64 [Pipeline] } [2020-07-10T16:09:50.020Z] $ docker exec --env ******** --env ******** b0327a78816b5b4d5ab847fd0a4f0917379d6300d2c57334b12de91ed8cc7247 ssh-agent -k [2020-07-10T16:09:50.142Z] unset SSH_AUTH_SOCK; [2020-07-10T16:09:50.143Z] unset SSH_AGENT_PID; [2020-07-10T16:09:50.143Z] echo Agent pid 16 killed; [2020-07-10T16:09:50.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T16:09:50.722Z] + git semver [Pipeline] } [2020-07-10T16:09:50.742Z] $ docker stop --time=1 b0327a78816b5b4d5ab847fd0a4f0917379d6300d2c57334b12de91ed8cc7247 [2020-07-10T16:09:52.082Z] $ docker rm -f b0327a78816b5b4d5ab847fd0a4f0917379d6300d2c57334b12de91ed8cc7247 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:09:52.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-10T16:09:52.689Z] [2020-07-10T16:09:52.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:09:53.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-10T16:09:53.028Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-10T16:09:53.028Z] ab5ef0e58194: Pulling fs layer [2020-07-10T16:09:53.028Z] 9712f1f96733: Pulling fs layer [2020-07-10T16:09:53.028Z] 63f879dbbcfc: Pulling fs layer [2020-07-10T16:09:53.028Z] 0d9ebad4ef96: Pulling fs layer [2020-07-10T16:09:53.028Z] e9a5061849ea: Pulling fs layer [2020-07-10T16:09:53.028Z] d747dcd14b5f: Pulling fs layer [2020-07-10T16:09:53.028Z] 2de7ff778b66: Pulling fs layer [2020-07-10T16:09:53.028Z] e9a5061849ea: Waiting [2020-07-10T16:09:53.028Z] d747dcd14b5f: Waiting [2020-07-10T16:09:53.028Z] 2de7ff778b66: Waiting [2020-07-10T16:09:53.028Z] 0d9ebad4ef96: Waiting [2020-07-10T16:09:53.028Z] 9712f1f96733: Download complete [2020-07-10T16:09:53.631Z] 63f879dbbcfc: Verifying Checksum [2020-07-10T16:09:53.631Z] 63f879dbbcfc: Download complete [2020-07-10T16:09:53.631Z] e9a5061849ea: Verifying Checksum [2020-07-10T16:09:53.631Z] e9a5061849ea: Download complete [2020-07-10T16:09:53.631Z] d747dcd14b5f: Verifying Checksum [2020-07-10T16:09:53.631Z] d747dcd14b5f: Download complete [2020-07-10T16:09:53.906Z] 0d9ebad4ef96: Verifying Checksum [2020-07-10T16:09:53.906Z] 0d9ebad4ef96: Download complete [2020-07-10T16:09:53.906Z] 2de7ff778b66: Verifying Checksum [2020-07-10T16:09:53.906Z] 2de7ff778b66: Download complete [2020-07-10T16:09:54.171Z] ab5ef0e58194: Verifying Checksum [2020-07-10T16:09:54.171Z] ab5ef0e58194: Download complete [2020-07-10T16:09:58.387Z] ab5ef0e58194: Pull complete [2020-07-10T16:09:58.387Z] 9712f1f96733: Pull complete [2020-07-10T16:10:00.937Z] 63f879dbbcfc: Pull complete [2020-07-10T16:10:09.112Z] 0d9ebad4ef96: Pull complete [2020-07-10T16:10:10.501Z] e9a5061849ea: Pull complete [2020-07-10T16:10:10.761Z] d747dcd14b5f: Pull complete [2020-07-10T16:10:14.075Z] 2de7ff778b66: Pull complete [2020-07-10T16:10:14.075Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-10T16:10:14.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-10T16:10:14.075Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-10T16:10:14.247Z] prd-centos7-docker-4c-2g-181 does not seem to be running inside a container [2020-07-10T16:10:14.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-07-10T16:10:18.276Z] $ docker top d00256ba46c0bb527c5e6412171d94242d95c3fee65cabd0ae7e143fbbf9bd03 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-10T16:10:18.566Z] provisioning config files... [2020-07-10T16:10:18.574Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8075948156377007972tmp [2020-07-10T16:10:18.588Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4014391228845203393tmp [2020-07-10T16:10:18.601Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6033447157495590506tmp [Pipeline] { [Pipeline] echo [2020-07-10T16:10:18.646Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:10:18.940Z] ---> sigul-configuration.sh [2020-07-10T16:10:18.940Z] gpg: directory `/root/.gnupg' created [2020-07-10T16:10:18.940Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-10T16:10:18.940Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-10T16:10:18.940Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-10T16:10:18.940Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-10T16:10:18.940Z] gpg: CAST5 encrypted data [2020-07-10T16:10:19.201Z] gpg: encrypted with 1 passphrase [2020-07-10T16:10:19.201Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-10T16:10:19.549Z] + mkdir /home/jenkins [2020-07-10T16:10:19.549Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-10T16:10:19.889Z] + 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-07-10T16:10:19.899Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:10:20.214Z] ---> sigul-install.sh [2020-07-10T16:10:28.372Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-10T16:10:28.664Z] + git tag --list [2020-07-10T16:10:28.664Z] v0.1.64 [Pipeline] sh [2020-07-10T16:10:28.956Z] + lftools sign git-tag v0.1.64 [2020-07-10T16:10:30.359Z] Signing Git tag with Sigul... [2020-07-10T16:10:30.359Z] Signing v0.1.64 [Pipeline] echo [2020-07-10T16:10:31.319Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:10:31.612Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-10T16:10:31.620Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-10T16:10:31.717Z] $ docker stop --time=1 d00256ba46c0bb527c5e6412171d94242d95c3fee65cabd0ae7e143fbbf9bd03 [2020-07-10T16:10:33.574Z] $ docker rm -f d00256ba46c0bb527c5e6412171d94242d95c3fee65cabd0ae7e143fbbf9bd03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:10:34.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:10:34.288Z] . [Pipeline] withDockerContainer [2020-07-10T16:10:34.378Z] prd-centos7-docker-4c-2g-181 does not seem to be running inside a container [2020-07-10T16:10:34.420Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-07-10T16:10:34.974Z] $ docker top 44fab6edf42318a01991de9fe0ca56b8c96ea65d389fa4085b8c6a04026ece20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T16:10:35.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:10:35.274Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:10:35.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:10:35.463Z] $ docker exec 44fab6edf42318a01991de9fe0ca56b8c96ea65d389fa4085b8c6a04026ece20 ssh-agent [2020-07-10T16:10:35.627Z] SSH_AUTH_SOCK=/tmp/ssh-Oq4GDM8tkbrc/agent.11 [2020-07-10T16:10:35.627Z] SSH_AGENT_PID=16 [2020-07-10T16:10:35.633Z] Running ssh-add (command line suppressed) [2020-07-10T16:10:35.763Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5981246561289242258.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5981246561289242258.key) [2020-07-10T16:10:35.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:10:36.148Z] + git semver bump patch [2020-07-10T16:10:36.148Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T16:10:36.148Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-10T16:10:36.148Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-10T16:10:36.148Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T16:10:36.148Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T16:10:36.148Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T16:10:36.148Z] # $SEMVER_BRANCH = master [2020-07-10T16:10:36.148Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-07-10T16:10:36.148Z] 0.1.65 [Pipeline] } [2020-07-10T16:10:36.162Z] $ docker exec --env ******** --env ******** 44fab6edf42318a01991de9fe0ca56b8c96ea65d389fa4085b8c6a04026ece20 ssh-agent -k [2020-07-10T16:10:36.291Z] unset SSH_AUTH_SOCK; [2020-07-10T16:10:36.291Z] unset SSH_AGENT_PID; [2020-07-10T16:10:36.291Z] echo Agent pid 16 killed; [2020-07-10T16:10:36.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T16:10:36.803Z] + git semver [Pipeline] } [2020-07-10T16:10:36.824Z] $ docker stop --time=1 44fab6edf42318a01991de9fe0ca56b8c96ea65d389fa4085b8c6a04026ece20 [2020-07-10T16:10:38.147Z] $ docker rm -f 44fab6edf42318a01991de9fe0ca56b8c96ea65d389fa4085b8c6a04026ece20 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:10:38.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:10:38.650Z] . [Pipeline] withDockerContainer [2020-07-10T16:10:38.745Z] prd-centos7-docker-4c-2g-181 does not seem to be running inside a container [2020-07-10T16:10:38.789Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-07-10T16:10:39.373Z] $ docker top 9bf0fabd5de93388593e8785e013365ecff303f829252c554703319b934be1cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T16:10:39.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:10:39.635Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:10:39.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:10:39.821Z] $ docker exec 9bf0fabd5de93388593e8785e013365ecff303f829252c554703319b934be1cb ssh-agent [2020-07-10T16:10:39.990Z] SSH_AUTH_SOCK=/tmp/ssh-3AChT5RQAfbv/agent.11 [2020-07-10T16:10:39.990Z] SSH_AGENT_PID=16 [2020-07-10T16:10:39.996Z] Running ssh-add (command line suppressed) [2020-07-10T16:10:40.123Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7522221843919643248.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7522221843919643248.key) [2020-07-10T16:10:40.174Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:10:40.611Z] + git semver push [2020-07-10T16:10:40.611Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T16:10:40.611Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-10T16:10:40.611Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-10T16:10:40.611Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T16:10:40.611Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T16:10:40.611Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T16:10:40.611Z] # $SEMVER_BRANCH = master [2020-07-10T16:10:40.611Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-07-10T16:10:48.770Z] $ docker exec --env ******** --env ******** 9bf0fabd5de93388593e8785e013365ecff303f829252c554703319b934be1cb ssh-agent -k [2020-07-10T16:10:48.894Z] unset SSH_AUTH_SOCK; [2020-07-10T16:10:48.895Z] unset SSH_AGENT_PID; [2020-07-10T16:10:48.895Z] echo Agent pid 16 killed; [2020-07-10T16:10:48.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T16:10:49.427Z] + git semver [Pipeline] } [2020-07-10T16:10:49.445Z] $ docker stop --time=1 9bf0fabd5de93388593e8785e013365ecff303f829252c554703319b934be1cb [2020-07-10T16:10:50.804Z] $ docker rm -f 9bf0fabd5de93388593e8785e013365ecff303f829252c554703319b934be1cb [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-07-10T16:10:51.855Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:10:52.446Z] ---> package-listing.sh [2020-07-10T16:10:52.446Z] ++ facter osfamily [2020-07-10T16:10:52.446Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-10T16:10:52.446Z] + OS_FAMILY=redhat [2020-07-10T16:10:52.446Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-07-10T16:10:52.446Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-10T16:10:52.446Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-10T16:10:52.446Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-10T16:10:52.446Z] + PACKAGES=/tmp/packages_start.txt [2020-07-10T16:10:52.446Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-07-10T16:10:52.446Z] + PACKAGES=/tmp/packages_end.txt [2020-07-10T16:10:52.446Z] + case "${OS_FAMILY}" in [2020-07-10T16:10:52.446Z] + rpm -qa [2020-07-10T16:10:52.446Z] + sort [2020-07-10T16:10:56.653Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-10T16:10:56.653Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-10T16:10:56.653Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-10T16:10:56.653Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-07-10T16:10:56.653Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-07-10T16:10:56.653Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:10:57.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T16:10:57.248Z] [2020-07-10T16:10:57.248Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:10:57.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T16:10:57.590Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-10T16:10:57.590Z] c9b1b535fdd9: Pulling fs layer [2020-07-10T16:10:57.590Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-10T16:10:57.590Z] 756a868c4378: Pulling fs layer [2020-07-10T16:10:57.590Z] 444b2fc9a129: Pulling fs layer [2020-07-10T16:10:57.590Z] ea15f1150254: Pulling fs layer [2020-07-10T16:10:57.590Z] 41b27a9f41bf: Pulling fs layer [2020-07-10T16:10:57.590Z] 28c525ee5125: Pulling fs layer [2020-07-10T16:10:57.590Z] 094b1ea09ed8: Pulling fs layer [2020-07-10T16:10:57.590Z] 138eaada9080: Pulling fs layer [2020-07-10T16:10:57.590Z] 0622d0fa9048: Pulling fs layer [2020-07-10T16:10:57.590Z] 28c525ee5125: Waiting [2020-07-10T16:10:57.590Z] 094b1ea09ed8: Waiting [2020-07-10T16:10:57.590Z] 138eaada9080: Waiting [2020-07-10T16:10:57.590Z] 0622d0fa9048: Waiting [2020-07-10T16:10:57.590Z] 444b2fc9a129: Waiting [2020-07-10T16:10:57.590Z] ea15f1150254: Waiting [2020-07-10T16:10:57.590Z] 41b27a9f41bf: Waiting [2020-07-10T16:10:57.590Z] 2cc5ad85d9ab: Download complete [2020-07-10T16:10:57.590Z] 444b2fc9a129: Verifying Checksum [2020-07-10T16:10:57.590Z] 444b2fc9a129: Download complete [2020-07-10T16:10:57.590Z] c9b1b535fdd9: Download complete [2020-07-10T16:10:57.590Z] ea15f1150254: Verifying Checksum [2020-07-10T16:10:57.590Z] ea15f1150254: Download complete [2020-07-10T16:10:57.855Z] 28c525ee5125: Verifying Checksum [2020-07-10T16:10:58.126Z] 756a868c4378: Verifying Checksum [2020-07-10T16:10:58.126Z] 756a868c4378: Download complete [2020-07-10T16:10:58.126Z] 138eaada9080: Verifying Checksum [2020-07-10T16:10:58.126Z] 138eaada9080: Download complete [2020-07-10T16:10:58.126Z] 0622d0fa9048: Verifying Checksum [2020-07-10T16:10:58.126Z] 0622d0fa9048: Download complete [2020-07-10T16:10:58.126Z] 094b1ea09ed8: Verifying Checksum [2020-07-10T16:10:58.126Z] 094b1ea09ed8: Download complete [2020-07-10T16:10:58.389Z] c9b1b535fdd9: Pull complete [2020-07-10T16:10:58.652Z] 2cc5ad85d9ab: Pull complete [2020-07-10T16:10:58.652Z] 41b27a9f41bf: Verifying Checksum [2020-07-10T16:10:58.652Z] 41b27a9f41bf: Download complete [2020-07-10T16:11:01.206Z] 756a868c4378: Pull complete [2020-07-10T16:11:01.206Z] 444b2fc9a129: Pull complete [2020-07-10T16:11:01.206Z] ea15f1150254: Pull complete [2020-07-10T16:11:04.517Z] 41b27a9f41bf: Pull complete [2020-07-10T16:11:04.517Z] 28c525ee5125: Pull complete [2020-07-10T16:11:07.074Z] 094b1ea09ed8: Pull complete [2020-07-10T16:11:07.074Z] 138eaada9080: Pull complete [2020-07-10T16:11:07.337Z] 0622d0fa9048: Pull complete [2020-07-10T16:11:07.337Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-10T16:11:07.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T16:11:07.337Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-10T16:11:07.519Z] prd-centos7-docker-4c-2g-181 does not seem to be running inside a container [2020-07-10T16:11:07.627Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-07-10T16:11:09.662Z] $ docker top 860e13866d2202323a0f4b92808fc075d460e7342b7a3025ebc324b3ab83c9b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-10T16:11:09.895Z] provisioning config files... [2020-07-10T16:11:09.907Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6810464636156446477tmp [Pipeline] { [Pipeline] echo [2020-07-10T16:11:09.980Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:11:10.270Z] ---> create-netrc.sh [Pipeline] echo [2020-07-10T16:11:10.279Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:11:10.568Z] ---> logs-deploy.sh [2020-07-10T16:11:10.568Z] + ARCHIVE_ARTIFACTS= [2020-07-10T16:11:10.568Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-10T16:11:10.568Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-10T16:11:10.568Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-10T16:11:10.568Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/28 [2020-07-10T16:11:10.568Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/28/ [2020-07-10T16:11:10.568Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/28 /w/workspace/dry_go-mod-core-contracts_master [2020-07-10T16:11:11.953Z] Archives upload complete. [2020-07-10T16:11:11.953Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/28 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/28/