Pull request #236 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 38d0cc147a837ce191fd6fcb9b0683ab407438b4 rather than 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 Obtained Jenkinsfile from 38d0cc147a837ce191fd6fcb9b0683ab407438b4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7349 in /w/workspace/dry_go-mod-core-contracts_PR-236 [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_PR-236 # 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/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 38d0cc147a837ce191fd6fcb9b0683ab407438b4 into PR head commit 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 Merge succeeded, producing 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 Checking out Revision 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 (PR-236) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # 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/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 38d0cc147a837ce191fd6fcb9b0683ab407438b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-06T07:21:03.783Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 30b9716047e4bfbc8c4d4c5584ee84da8109f070 # timeout=10 [2020-05-06T07:21:04.426Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-05-06T07:21:04.508Z] ========================================================= [2020-05-06T07:21:04.508Z] EdgeX Global Pipelines Version Info [2020-05-06T07:21:04.508Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-06T07:21:06.801Z] ------------------- [2020-05-06T07:21:06.801Z] stable info: [2020-05-06T07:21:06.801Z] ------------------- [2020-05-06T07:21:06.801Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-06T07:21:06.801Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-06T07:21:06.801Z] Message: update stable to v1.0.87 [2020-05-06T07:21:07.389Z] ------------------- [2020-05-06T07:21:07.389Z] experimental info: [2020-05-06T07:21:07.389Z] ------------------- [2020-05-06T07:21:07.389Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-05-06T07:21:07.389Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-06T07:21:07.389Z] Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-05-06T07:21:09.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-06T07:21:09.917Z] [2020-05-06T07:21:09.917Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-06T07:21:10.271Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-06T07:21:10.271Z] latest: Pulling from edgex-devops/git-semver [2020-05-06T07:21:10.271Z] 9123ac7c32f7: Pulling fs layer [2020-05-06T07:21:10.271Z] b8cc5d1170e3: Pulling fs layer [2020-05-06T07:21:10.271Z] 2924cbbf6a41: Pulling fs layer [2020-05-06T07:21:10.271Z] 93b08a4f1073: Pulling fs layer [2020-05-06T07:21:10.271Z] 93b08a4f1073: Waiting [2020-05-06T07:21:10.271Z] b8cc5d1170e3: Download complete [2020-05-06T07:21:10.535Z] 9123ac7c32f7: Verifying Checksum [2020-05-06T07:21:10.535Z] 9123ac7c32f7: Download complete [2020-05-06T07:21:10.535Z] 93b08a4f1073: Verifying Checksum [2020-05-06T07:21:10.535Z] 93b08a4f1073: Download complete [2020-05-06T07:21:10.535Z] 2924cbbf6a41: Verifying Checksum [2020-05-06T07:21:10.535Z] 2924cbbf6a41: Download complete [2020-05-06T07:21:20.563Z] 9123ac7c32f7: Pull complete [2020-05-06T07:21:32.898Z] b8cc5d1170e3: Pull complete [2020-05-06T07:21:32.898Z] 2924cbbf6a41: Pull complete [2020-05-06T07:21:32.898Z] 93b08a4f1073: Pull complete [2020-05-06T07:21:32.898Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-06T07:21:32.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-06T07:21:33.065Z] prd-centos7-docker-4c-2g-7349 does not seem to be running inside a container [2020-05-06T07:21:33.125Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-05-06T07:21:34.134Z] $ docker top 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-06T07:21:36.384Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-06T07:21:36.384Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-06T07:21:36.783Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-06T07:21:36.787Z] $ docker exec 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 ssh-agent [2020-05-06T07:21:37.262Z] SSH_AUTH_SOCK=/tmp/ssh-QP91v8RpWBbK/agent.15 [2020-05-06T07:21:37.262Z] SSH_AGENT_PID=22 [2020-05-06T07:21:37.274Z] Running ssh-add (command line suppressed) [2020-05-06T07:21:37.476Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3608929745333397779.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3608929745333397779.key) [2020-05-06T07:21:37.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-06T07:21:37.892Z] + git describe --exact-match --tags HEAD [2020-05-06T07:21:37.892Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-06T07:21:37.974Z] $ docker exec --env ******** --env ******** 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 ssh-agent -k [2020-05-06T07:21:38.179Z] unset SSH_AUTH_SOCK; [2020-05-06T07:21:38.180Z] unset SSH_AGENT_PID; [2020-05-06T07:21:38.180Z] echo Agent pid 22 killed; [2020-05-06T07:21:38.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-06T07:21:38.349Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-06T07:21:38.349Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-06T07:21:38.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-06T07:21:38.696Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-06T07:21:38.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-06T07:21:38.935Z] $ docker exec 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 ssh-agent [2020-05-06T07:21:39.317Z] SSH_AUTH_SOCK=/tmp/ssh-b4yR31UwVzba/agent.56 [2020-05-06T07:21:39.317Z] SSH_AGENT_PID=63 [2020-05-06T07:21:39.325Z] Running ssh-add (command line suppressed) [2020-05-06T07:21:39.545Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3075605177185723943.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3075605177185723943.key) [2020-05-06T07:21:39.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-06T07:21:40.018Z] + git semver init [2020-05-06T07:21:40.018Z] # -> Open(): unable to determine branch for HEAD [2020-05-06T07:21:40.018Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git [2020-05-06T07:21:40.018Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-05-06T07:21:40.018Z] # $SEMVER_REMOTE_NAME = origin [2020-05-06T07:21:40.018Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-06T07:21:40.018Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-06T07:21:40.018Z] # $SEMVER_BRANCH = PR-236 [2020-05-06T07:21:40.018Z] # $SEMVER_TEMP = /tmp/semver-406838957 [2020-05-06T07:21:40.018Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-05-06T07:21:40.605Z] # '/tmp/semver-406838957' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' [2020-05-06T07:21:40.605Z] # -> Force: false [2020-05-06T07:21:40.605Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } [2020-05-06T07:21:40.662Z] $ docker exec --env ******** --env ******** 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 ssh-agent -k [2020-05-06T07:21:41.160Z] unset SSH_AUTH_SOCK; [2020-05-06T07:21:41.166Z] unset SSH_AGENT_PID; [2020-05-06T07:21:41.166Z] echo Agent pid 63 killed; [2020-05-06T07:21:41.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-06T07:21:41.743Z] + git semver [Pipeline] } [2020-05-06T07:21:41.762Z] $ docker stop --time=1 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 [2020-05-06T07:21:43.215Z] $ docker rm -f 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-06T07:21:44.473Z] Stashed 73 file(s) [Pipeline] echo [2020-05-06T07:21:44.475Z] [edgeXSemver] initialized semver on version 0.0.0 [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-05-06T07:21:59.856Z] Still waiting to schedule task [2020-05-06T07:21:59.856Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-05-06T07:21:59.858Z] Still waiting to schedule task [2020-05-06T07:21:59.858Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-05-06T07:24:55.126Z] Running on prd-centos7-docker-4c-2g-7351 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-05-06T07:24:55.166Z] Running in /w/workspace/go-mod-core-contracts/8 [Pipeline] { [Pipeline] checkout [2020-05-06T07:24:57.213Z] using credential edgex-jenkins-ssh [2020-05-06T07:25:03.497Z] Cloning the remote Git repository [2020-05-06T07:25:03.497Z] Cloning with configured refspecs honoured and without tags [2020-05-06T07:25:03.526Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-06T07:25:03.566Z] > git init /w/workspace/go-mod-core-contracts/8 # timeout=10 [2020-05-06T07:25:03.615Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-06T07:25:03.615Z] > git --version # timeout=10 [2020-05-06T07:25:03.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-06T07:25:03.647Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-06T07:25:05.589Z] Fetching without tags [2020-05-06T07:25:05.945Z] Merging remotes/origin/master commit 38d0cc147a837ce191fd6fcb9b0683ab407438b4 into PR head commit 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 [2020-05-06T07:25:06.053Z] Merge succeeded, producing 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 [2020-05-06T07:25:06.053Z] Checking out Revision 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 (PR-236) [2020-05-06T07:25:05.559Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-05-06T07:25:05.564Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-05-06T07:25:05.572Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-06T07:25:05.584Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-05-06T07:25:05.597Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-06T07:25:05.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-06T07:25:05.602Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-06T07:25:05.957Z] > git config core.sparsecheckout # timeout=10 [2020-05-06T07:25:05.962Z] > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 [2020-05-06T07:25:06.016Z] > git remote # timeout=10 [2020-05-06T07:25:06.022Z] > git config --get remote.origin.url # timeout=10 [2020-05-06T07:25:06.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-06T07:25:06.035Z] > git merge 38d0cc147a837ce191fd6fcb9b0683ab407438b4 # timeout=10 [2020-05-06T07:25:06.046Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-06T07:25:06.059Z] > git config core.sparsecheckout # timeout=10 [2020-05-06T07:25:06.067Z] > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 [2020-05-06T07:25:30.011Z] Commit message: "Create core data DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-06T07:25:30.803Z] ========================================================= [2020-05-06T07:25:30.803Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-06T07:25:30.803Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-06T07:25:31.459Z] + 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-05-06T07:25:38.024Z] Sending build context to Docker daemon 1.778MB [2020-05-06T07:25:38.024Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-05-06T07:25:38.024Z] Step 2/7 : FROM ${BASE} [2020-05-06T07:25:38.024Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-06T07:25:38.024Z] e6b0cf9c0882: Pulling fs layer [2020-05-06T07:25:38.024Z] 2848faf0eed1: Pulling fs layer [2020-05-06T07:25:38.024Z] 0f37312ad70f: Pulling fs layer [2020-05-06T07:25:38.024Z] 5788d62ee057: Pulling fs layer [2020-05-06T07:25:38.024Z] 0e6b1d234666: Pulling fs layer [2020-05-06T07:25:38.024Z] bf5d7aec512f: Pulling fs layer [2020-05-06T07:25:38.024Z] 34c802a77dc8: Pulling fs layer [2020-05-06T07:25:38.024Z] 9eb99e56ec68: Pulling fs layer [2020-05-06T07:25:38.024Z] 27c7a5d97fbd: Pulling fs layer [2020-05-06T07:25:38.024Z] 5c102a31e300: Pulling fs layer [2020-05-06T07:25:38.024Z] dcfb455df0a1: Pulling fs layer [2020-05-06T07:25:38.024Z] 5788d62ee057: Waiting [2020-05-06T07:25:38.024Z] 27c7a5d97fbd: Waiting [2020-05-06T07:25:38.024Z] 0e6b1d234666: Waiting [2020-05-06T07:25:38.024Z] 5c102a31e300: Waiting [2020-05-06T07:25:38.024Z] 9eb99e56ec68: Waiting [2020-05-06T07:25:38.024Z] 34c802a77dc8: Waiting [2020-05-06T07:25:38.024Z] dcfb455df0a1: Waiting [2020-05-06T07:25:38.024Z] bf5d7aec512f: Waiting [2020-05-06T07:25:38.024Z] 0f37312ad70f: Verifying Checksum [2020-05-06T07:25:38.024Z] 0f37312ad70f: Download complete [2020-05-06T07:25:38.024Z] 2848faf0eed1: Verifying Checksum [2020-05-06T07:25:38.024Z] 2848faf0eed1: Download complete [2020-05-06T07:25:38.024Z] 0e6b1d234666: Verifying Checksum [2020-05-06T07:25:38.024Z] 0e6b1d234666: Download complete [2020-05-06T07:25:38.024Z] bf5d7aec512f: Verifying Checksum [2020-05-06T07:25:38.024Z] bf5d7aec512f: Download complete [2020-05-06T07:25:38.024Z] e6b0cf9c0882: Verifying Checksum [2020-05-06T07:25:38.024Z] e6b0cf9c0882: Download complete [2020-05-06T07:25:38.024Z] 34c802a77dc8: Verifying Checksum [2020-05-06T07:25:38.024Z] 34c802a77dc8: Download complete [2020-05-06T07:25:38.024Z] 27c7a5d97fbd: Verifying Checksum [2020-05-06T07:25:38.024Z] 27c7a5d97fbd: Download complete [2020-05-06T07:25:38.604Z] 5c102a31e300: Verifying Checksum [2020-05-06T07:25:38.604Z] 5c102a31e300: Download complete [2020-05-06T07:25:38.604Z] dcfb455df0a1: Verifying Checksum [2020-05-06T07:25:38.604Z] dcfb455df0a1: Download complete [2020-05-06T07:25:38.864Z] 9eb99e56ec68: Download complete [2020-05-06T07:25:38.864Z] 5788d62ee057: Verifying Checksum [2020-05-06T07:25:38.864Z] 5788d62ee057: Download complete [2020-05-06T07:25:46.986Z] e6b0cf9c0882: Pull complete [2020-05-06T07:25:47.245Z] 2848faf0eed1: Pull complete [2020-05-06T07:25:47.245Z] 0f37312ad70f: Pull complete [2020-05-06T07:26:25.992Z] 5788d62ee057: Pull complete [2020-05-06T07:26:25.993Z] 0e6b1d234666: Pull complete [2020-05-06T07:26:25.993Z] bf5d7aec512f: Pull complete [2020-05-06T07:26:38.885Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7352 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-05-06T07:26:38.999Z] Running in /w/workspace/go-mod-core-contracts/8 [Pipeline] { [Pipeline] checkout [2020-05-06T07:26:44.106Z] 34c802a77dc8: Pull complete [2020-05-06T07:26:44.425Z] using credential edgex-jenkins-ssh [2020-05-06T07:26:44.474Z] Cloning the remote Git repository [2020-05-06T07:26:44.474Z] Cloning with configured refspecs honoured and without tags [2020-05-06T07:26:44.528Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-06T07:26:44.609Z] > git init /w/workspace/go-mod-core-contracts/8 # timeout=10 [2020-05-06T07:26:44.685Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-06T07:26:44.686Z] > git --version # timeout=10 [2020-05-06T07:26:44.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-06T07:26:44.777Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-06T07:26:46.062Z] Fetching without tags [2020-05-06T07:26:46.494Z] Merging remotes/origin/master commit 38d0cc147a837ce191fd6fcb9b0683ab407438b4 into PR head commit 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 [2020-05-06T07:26:45.933Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-05-06T07:26:45.980Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-05-06T07:26:45.997Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-06T07:26:46.020Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-05-06T07:26:46.068Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-06T07:26:46.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-06T07:26:46.080Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-06T07:26:46.513Z] > git config core.sparsecheckout # timeout=10 [2020-05-06T07:26:46.536Z] > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 [2020-05-06T07:26:46.648Z] > git remote # timeout=10 [2020-05-06T07:26:46.665Z] > git config --get remote.origin.url # timeout=10 [2020-05-06T07:26:46.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-06T07:26:46.776Z] Merge succeeded, producing 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 [2020-05-06T07:26:46.776Z] Checking out Revision 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 (PR-236) [2020-05-06T07:26:46.719Z] > git merge 38d0cc147a837ce191fd6fcb9b0683ab407438b4 # timeout=10 [2020-05-06T07:26:46.750Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-06T07:26:46.780Z] > git config core.sparsecheckout # timeout=10 [2020-05-06T07:26:46.801Z] > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 [2020-05-06T07:26:49.390Z] 9eb99e56ec68: Pull complete [2020-05-06T07:27:01.360Z] Commit message: "Create core data DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-06T07:27:02.815Z] ========================================================= [2020-05-06T07:27:02.815Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-06T07:27:02.815Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-06T07:27:03.796Z] + 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-05-06T07:27:04.762Z] Sending build context to Docker daemon 1.778MB [2020-05-06T07:27:04.762Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-05-06T07:27:04.762Z] Step 2/7 : FROM ${BASE} [2020-05-06T07:27:05.029Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-06T07:27:05.029Z] cde5963f3b93: Pulling fs layer [2020-05-06T07:27:05.029Z] 2a23fa8c16f7: Pulling fs layer [2020-05-06T07:27:05.029Z] 777b28850792: Pulling fs layer [2020-05-06T07:27:05.029Z] 8a11ddd9e578: Pulling fs layer [2020-05-06T07:27:05.029Z] 4cf88f913ddb: Pulling fs layer [2020-05-06T07:27:05.029Z] 1df406cf5192: Pulling fs layer [2020-05-06T07:27:05.029Z] cd6300453558: Pulling fs layer [2020-05-06T07:27:05.029Z] b9c365052c96: Pulling fs layer [2020-05-06T07:27:05.029Z] a2d8cc88f415: Pulling fs layer [2020-05-06T07:27:05.029Z] ea1d1ca13537: Pulling fs layer [2020-05-06T07:27:05.029Z] 3750a50a1c5e: Pulling fs layer [2020-05-06T07:27:05.029Z] 8a11ddd9e578: Waiting [2020-05-06T07:27:05.029Z] 4cf88f913ddb: Waiting [2020-05-06T07:27:05.029Z] 1df406cf5192: Waiting [2020-05-06T07:27:05.029Z] cd6300453558: Waiting [2020-05-06T07:27:05.029Z] b9c365052c96: Waiting [2020-05-06T07:27:05.029Z] ea1d1ca13537: Waiting [2020-05-06T07:27:05.029Z] a2d8cc88f415: Waiting [2020-05-06T07:27:05.029Z] 3750a50a1c5e: Waiting [2020-05-06T07:27:05.029Z] 777b28850792: Verifying Checksum [2020-05-06T07:27:05.029Z] 777b28850792: Download complete [2020-05-06T07:27:05.029Z] 2a23fa8c16f7: Verifying Checksum [2020-05-06T07:27:05.029Z] 2a23fa8c16f7: Download complete [2020-05-06T07:27:05.321Z] 4cf88f913ddb: Verifying Checksum [2020-05-06T07:27:05.321Z] 4cf88f913ddb: Download complete [2020-05-06T07:27:05.321Z] 1df406cf5192: Verifying Checksum [2020-05-06T07:27:05.321Z] 1df406cf5192: Download complete [2020-05-06T07:27:05.321Z] cde5963f3b93: Download complete [2020-05-06T07:27:06.297Z] cde5963f3b93: Pull complete [2020-05-06T07:27:06.892Z] 2a23fa8c16f7: Pull complete [2020-05-06T07:27:07.162Z] 777b28850792: Pull complete [2020-05-06T07:27:07.491Z] 27c7a5d97fbd: Pull complete [2020-05-06T07:27:09.772Z] cd6300453558: Verifying Checksum [2020-05-06T07:27:09.772Z] cd6300453558: Download complete [2020-05-06T07:27:09.772Z] a2d8cc88f415: Download complete [2020-05-06T07:27:12.371Z] ea1d1ca13537: Verifying Checksum [2020-05-06T07:27:12.371Z] ea1d1ca13537: Download complete [2020-05-06T07:27:12.371Z] 3750a50a1c5e: Verifying Checksum [2020-05-06T07:27:12.371Z] 3750a50a1c5e: Download complete [2020-05-06T07:27:14.981Z] b9c365052c96: Verifying Checksum [2020-05-06T07:27:14.981Z] b9c365052c96: Download complete [2020-05-06T07:27:16.391Z] 8a11ddd9e578: Verifying Checksum [2020-05-06T07:27:16.391Z] 8a11ddd9e578: Download complete [2020-05-06T07:27:34.638Z] 8a11ddd9e578: Pull complete [2020-05-06T07:27:34.638Z] 4cf88f913ddb: Pull complete [2020-05-06T07:27:34.638Z] 1df406cf5192: Pull complete [2020-05-06T07:27:38.919Z] cd6300453558: Pull complete [2020-05-06T07:27:44.283Z] b9c365052c96: Pull complete [2020-05-06T07:27:46.230Z] a2d8cc88f415: Pull complete [2020-05-06T07:27:46.231Z] 5c102a31e300: Pull complete [2020-05-06T07:27:46.231Z] dcfb455df0a1: Pull complete [2020-05-06T07:27:46.231Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-06T07:27:46.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-06T07:27:46.231Z] ---> 7c70fe431013 [2020-05-06T07:27:46.231Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-05-06T07:27:46.231Z] ---> Running in 81bf5a82cffe [2020-05-06T07:27:46.231Z] Removing intermediate container 81bf5a82cffe [2020-05-06T07:27:46.231Z] ---> dd5a30bab9ce [2020-05-06T07:27:46.231Z] Step 4/7 : RUN apk add bash [2020-05-06T07:27:46.231Z] ---> Running in d683568caec0 [2020-05-06T07:27:46.231Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-06T07:27:46.231Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-06T07:27:46.231Z] OK: 143 MiB in 39 packages [2020-05-06T07:27:46.231Z] Removing intermediate container d683568caec0 [2020-05-06T07:27:46.231Z] ---> 4fa4dd91de6e [2020-05-06T07:27:46.231Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-05-06T07:27:46.491Z] ---> Running in abb5dcad5294 [2020-05-06T07:27:46.750Z] Removing intermediate container abb5dcad5294 [2020-05-06T07:27:46.750Z] ---> dca4c590b026 [2020-05-06T07:27:46.750Z] Step 6/7 : COPY go.mod . [2020-05-06T07:27:46.750Z] ---> 836d475014c6 [2020-05-06T07:27:46.750Z] Step 7/7 : RUN go mod download [2020-05-06T07:27:47.009Z] ---> Running in 2fd8bf83ee28 [2020-05-06T07:28:04.479Z] ea1d1ca13537: Pull complete [2020-05-06T07:28:04.479Z] 3750a50a1c5e: Pull complete [2020-05-06T07:28:04.479Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-06T07:28:04.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-06T07:28:04.479Z] ---> 78745c68409d [2020-05-06T07:28:04.479Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-05-06T07:28:12.686Z] ---> Running in 864c5d9dfbf1 [2020-05-06T07:28:12.686Z] Removing intermediate container 864c5d9dfbf1 [2020-05-06T07:28:12.686Z] ---> 432c71aecf59 [2020-05-06T07:28:12.686Z] Step 4/7 : RUN apk add bash [2020-05-06T07:28:12.686Z] ---> Running in 35222dfbef25 [2020-05-06T07:28:14.110Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-06T07:28:15.068Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-06T07:28:16.026Z] OK: 125 MiB in 39 packages [2020-05-06T07:28:37.441Z] Cannot contact prd-ubuntu18.04-docker-arm64-4c-16g-7352: java.lang.InterruptedException [2020-05-06T07:28:37.972Z] Removing intermediate container 35222dfbef25 [2020-05-06T07:28:37.972Z] ---> bfcaa618a964 [2020-05-06T07:28:37.972Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-05-06T07:28:37.972Z] ---> Running in 00cc3700896a [2020-05-06T07:28:37.972Z] Removing intermediate container 00cc3700896a [2020-05-06T07:28:37.972Z] ---> d3e41093806c [2020-05-06T07:28:37.972Z] Step 6/7 : COPY go.mod . [2020-05-06T07:28:37.972Z] ---> 8a256a278d81 [2020-05-06T07:28:37.972Z] Step 7/7 : RUN go mod download [2020-05-06T07:28:37.972Z] ---> Running in f6a36e81636d [2020-05-06T07:28:37.972Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-05-06T07:28:37.972Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-06T07:28:37.972Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-06T07:28:37.972Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-06T07:28:37.972Z] go: finding github.com/go-playground/locales v0.13.0 [2020-05-06T07:28:37.972Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-05-06T07:28:37.972Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-06T07:28:37.972Z] go: finding github.com/google/uuid v1.1.0 [2020-05-06T07:28:37.972Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-06T07:28:37.972Z] go: finding github.com/leodido/go-urn v1.1.0 [2020-05-06T07:28:37.972Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-06T07:28:37.972Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-06T07:28:37.972Z] go: finding github.com/stretchr/testify v1.3.0 [2020-05-06T07:28:37.972Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-06T07:28:37.972Z] go: finding golang.org/x/text v0.3.2 [2020-05-06T07:28:37.972Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-05-06T07:28:37.972Z] go: finding gopkg.in/go-playground/assert.v1 v1.2.1 [2020-05-06T07:28:37.972Z] go: finding gopkg.in/go-playground/validator.v9 v9.31.0 [2020-05-06T07:28:54.719Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-05-06T07:28:54.719Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-06T07:28:59.997Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-06T07:28:59.997Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-06T07:28:59.997Z] go: finding github.com/go-playground/locales v0.13.0 [2020-05-06T07:28:59.997Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-05-06T07:28:59.997Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-06T07:28:59.997Z] go: finding github.com/google/uuid v1.1.0 [2020-05-06T07:28:59.997Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-06T07:28:59.997Z] go: finding github.com/leodido/go-urn v1.1.0 [2020-05-06T07:28:59.997Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-06T07:28:59.997Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-06T07:29:00.044Z] Removing intermediate container f6a36e81636d [2020-05-06T07:29:00.045Z] ---> af17998e08b2 [2020-05-06T07:29:00.045Z] Successfully built af17998e08b2 [2020-05-06T07:29:00.045Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-05-06T07:29:00.256Z] go: finding github.com/stretchr/testify v1.3.0 [2020-05-06T07:29:00.256Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-06T07:29:00.256Z] go: finding golang.org/x/text v0.3.2 [2020-05-06T07:29:00.256Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-05-06T07:29:00.256Z] go: finding gopkg.in/go-playground/assert.v1 v1.2.1 [2020-05-06T07:29:00.256Z] go: finding gopkg.in/go-playground/validator.v9 v9.31.0 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-06T07:29:00.689Z] + docker inspect -f . ci-base-image-arm64 [2020-05-06T07:29:00.689Z] . [Pipeline] withDockerContainer [2020-05-06T07:29:01.314Z] prd-ubuntu18.04-docker-arm64-4c-16g-7352 does not seem to be running inside a container [2020-05-06T07:29:01.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-05-06T07:29:11.095Z] $ docker top db84f60c00245f82a6805f0efe4f484696a6dbcfcb5e6208af2e9a3ee4a8047e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-06T07:29:12.175Z] + go version [2020-05-06T07:29:12.175Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-06T07:29:12.825Z] + make test [2020-05-06T07:29:12.825Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-05-06T07:29:34.966Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-05-06T07:29:34.966Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.053s coverage: 85.7% of statements [2020-05-06T07:29:34.966Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.044s coverage: 100.0% of statements [2020-05-06T07:29:43.191Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.035s coverage: 45.4% of statements [2020-05-06T07:29:43.192Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.040s coverage: 77.8% of statements [2020-05-06T07:29:43.192Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-05-06T07:29:43.192Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements [2020-05-06T07:29:43.192Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.064s coverage: 14.4% of statements [2020-05-06T07:29:43.192Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.022s coverage: 100.0% of statements [2020-05-06T07:29:47.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.122s coverage: 100.0% of statements [2020-05-06T07:29:47.468Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-05-06T07:29:47.468Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-05-06T07:29:47.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.029s coverage: 100.0% of statements [2020-05-06T07:29:47.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.546s coverage: 100.0% of statements [2020-05-06T07:29:49.428Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.082s coverage: 62.5% of statements [2020-05-06T07:29:49.428Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.025s coverage: 26.3% of statements [2020-05-06T07:29:49.428Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements [2020-05-06T07:29:50.389Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements [2020-05-06T07:29:50.659Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-05-06T07:29:50.659Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-05-06T07:29:50.659Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] [2020-05-06T07:29:50.659Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/coredata 0.047s coverage: 87.1% of statements [2020-05-06T07:29:50.659Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models/coredata [no test files] [2020-05-06T07:29:51.243Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-06T07:29:54.607Z] gofmt -l . [2020-05-06T07:29:54.607Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-05-06T07:29:55.380Z] Stashed 1 file(s) [Pipeline] } [2020-05-06T07:29:55.383Z] $ docker stop --time=1 db84f60c00245f82a6805f0efe4f484696a6dbcfcb5e6208af2e9a3ee4a8047e [2020-05-06T07:29:59.238Z] $ docker rm -f db84f60c00245f82a6805f0efe4f484696a6dbcfcb5e6208af2e9a3ee4a8047e [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-05-06T07:30:07.981Z] Removing intermediate container 2fd8bf83ee28 [2020-05-06T07:30:07.981Z] ---> a36fa3932597 [2020-05-06T07:30:07.981Z] Successfully built a36fa3932597 [2020-05-06T07:30:07.981Z] 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-05-06T07:30:08.554Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-06T07:30:08.554Z] . [Pipeline] withDockerContainer [2020-05-06T07:30:08.672Z] prd-centos7-docker-4c-2g-7351 does not seem to be running inside a container [2020-05-06T07:30:08.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-05-06T07:30:09.391Z] $ docker top 5bf5e7fb1a8210585da4c3298becaf7061f9776674d2bfef164346b0e895d213 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-06T07:30:09.869Z] + go version [2020-05-06T07:30:09.869Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-06T07:30:10.165Z] + make test [2020-05-06T07:30:10.166Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-05-06T07:30:20.193Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-05-06T07:30:35.079Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 2.290s coverage: 85.7% of statements [2020-05-06T07:30:35.079Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 2.255s coverage: 100.0% of statements [2020-05-06T07:30:35.079Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.036s coverage: 45.4% of statements [2020-05-06T07:30:35.079Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 2.219s coverage: 77.8% of statements [2020-05-06T07:30:35.079Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-05-06T07:30:36.458Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.011s coverage: 6.4% of statements [2020-05-06T07:30:36.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.015s coverage: 14.4% of statements [2020-05-06T07:30:36.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.007s coverage: 100.0% of statements [2020-05-06T07:30:36.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.029s coverage: 100.0% of statements [2020-05-06T07:30:36.717Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-05-06T07:30:36.717Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-05-06T07:30:39.273Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.003s coverage: 100.0% of statements [2020-05-06T07:30:40.658Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.504s coverage: 100.0% of statements [2020-05-06T07:30:40.658Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 62.5% of statements [2020-05-06T07:30:40.658Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements [2020-05-06T07:30:45.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements [2020-05-06T07:30:45.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.004s coverage: 15.4% of statements [2020-05-06T07:30:45.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements [2020-05-06T07:30:45.964Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-05-06T07:30:45.964Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] [2020-05-06T07:30:46.225Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/coredata 0.007s coverage: 87.1% of statements [2020-05-06T07:30:46.225Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models/coredata [no test files] [2020-05-06T07:31:01.113Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-06T07:31:01.113Z] gofmt -l . [2020-05-06T07:31:01.374Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-05-06T07:31:01.386Z] Warning: overwriting stash ‘coverage-report’ [2020-05-06T07:31:02.082Z] Stashed 1 file(s) [Pipeline] } [2020-05-06T07:31:02.089Z] $ docker stop --time=1 5bf5e7fb1a8210585da4c3298becaf7061f9776674d2bfef164346b0e895d213 [2020-05-06T07:31:07.739Z] $ docker rm -f 5bf5e7fb1a8210585da4c3298becaf7061f9776674d2bfef164346b0e895d213 [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-05-06T07:31:09.810Z] provisioning config files... [2020-05-06T07:31:09.824Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7052376072254829207tmp [Pipeline] { [Pipeline] sh [2020-05-06T07:31:10.244Z] + curl -s https://codecov.io/bash [2020-05-06T07:31:10.244Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7052376072254829207tmp [2020-05-06T07:31:11.650Z] [2020-05-06T07:31:11.650Z] _____ _ [2020-05-06T07:31:11.650Z] / ____| | | [2020-05-06T07:31:11.650Z] | | ___ __| | ___ ___ _____ __ [2020-05-06T07:31:11.650Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-06T07:31:11.650Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-06T07:31:11.650Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-06T07:31:11.650Z] Bash-tbd [2020-05-06T07:31:11.650Z] [2020-05-06T07:31:11.650Z] [2020-05-06T07:31:11.650Z] ==> Jenkins CI detected. [2020-05-06T07:31:11.650Z] project root: . [2020-05-06T07:31:11.911Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-06T07:31:11.911Z] ==> Running gcov in . (disable via -X gcov) [2020-05-06T07:31:11.911Z] ==> Python coveragepy not found [2020-05-06T07:31:11.911Z] ==> Searching for coverage reports in: [2020-05-06T07:31:11.911Z] + . [2020-05-06T07:31:11.911Z] -> Found 1 reports [2020-05-06T07:31:11.911Z] ==> Detecting git/mercurial file structure [2020-05-06T07:31:11.911Z] ==> Reading reports [2020-05-06T07:31:11.911Z] + ./coverage.out bytes=83742 [2020-05-06T07:31:11.911Z] ==> Appending adjustments [2020-05-06T07:31:11.911Z] http://docs.codecov.io/docs/fixing-reports [2020-05-06T07:31:12.502Z] + Found adjustments [2020-05-06T07:31:12.502Z] ==> Gzipping contents [2020-05-06T07:31:12.502Z] ==> Uploading reports [2020-05-06T07:31:12.502Z] url: https://codecov.io [2020-05-06T07:31:12.502Z] query: branch=PR-236&commit=8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= [2020-05-06T07:31:12.502Z] -> Pinging Codecov [2020-05-06T07:31:12.502Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-236&commit=8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= [2020-05-06T07:31:13.094Z] -> Uploading [2020-05-06T07:31:13.666Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 [Pipeline] } [2020-05-06T07:31:13.673Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-05-06T07:31:15.077Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-06T07:31:15.974Z] ---> package-listing.sh [2020-05-06T07:31:15.974Z] ++ facter osfamily [2020-05-06T07:31:15.974Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-06T07:31:15.974Z] + OS_FAMILY=redhat [2020-05-06T07:31:15.974Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 [2020-05-06T07:31:15.974Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-06T07:31:15.974Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-06T07:31:15.974Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-06T07:31:15.974Z] + PACKAGES=/tmp/packages_start.txt [2020-05-06T07:31:15.974Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-05-06T07:31:15.974Z] + PACKAGES=/tmp/packages_end.txt [2020-05-06T07:31:15.974Z] + case "${OS_FAMILY}" in [2020-05-06T07:31:15.974Z] + rpm -qa [2020-05-06T07:31:15.974Z] + sort [2020-05-06T07:31:22.623Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-06T07:31:22.623Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-06T07:31:22.623Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-06T07:31:22.623Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-05-06T07:31:22.623Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [2020-05-06T07:31:22.623Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [Pipeline] isUnix [Pipeline] sh [2020-05-06T07:31:23.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-06T07:31:23.178Z] [2020-05-06T07:31:23.178Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-06T07:31:23.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-06T07:31:23.576Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-06T07:31:23.576Z] c9b1b535fdd9: Pulling fs layer [2020-05-06T07:31:23.576Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-06T07:31:23.576Z] 756a868c4378: Pulling fs layer [2020-05-06T07:31:23.576Z] 444b2fc9a129: Pulling fs layer [2020-05-06T07:31:23.576Z] ea15f1150254: Pulling fs layer [2020-05-06T07:31:23.576Z] 41b27a9f41bf: Pulling fs layer [2020-05-06T07:31:23.576Z] 28c525ee5125: Pulling fs layer [2020-05-06T07:31:23.576Z] 094b1ea09ed8: Pulling fs layer [2020-05-06T07:31:23.576Z] 138eaada9080: Pulling fs layer [2020-05-06T07:31:23.576Z] 0622d0fa9048: Pulling fs layer [2020-05-06T07:31:23.576Z] 41b27a9f41bf: Waiting [2020-05-06T07:31:23.576Z] 28c525ee5125: Waiting [2020-05-06T07:31:23.576Z] 094b1ea09ed8: Waiting [2020-05-06T07:31:23.576Z] 138eaada9080: Waiting [2020-05-06T07:31:23.576Z] 0622d0fa9048: Waiting [2020-05-06T07:31:23.576Z] 444b2fc9a129: Waiting [2020-05-06T07:31:23.576Z] ea15f1150254: Waiting [2020-05-06T07:31:23.576Z] 2cc5ad85d9ab: Verifying Checksum [2020-05-06T07:31:23.576Z] 2cc5ad85d9ab: Download complete [2020-05-06T07:31:23.880Z] 444b2fc9a129: Verifying Checksum [2020-05-06T07:31:23.880Z] 444b2fc9a129: Download complete [2020-05-06T07:31:23.880Z] c9b1b535fdd9: Download complete [2020-05-06T07:31:23.880Z] ea15f1150254: Verifying Checksum [2020-05-06T07:31:23.880Z] ea15f1150254: Download complete [2020-05-06T07:31:24.180Z] 28c525ee5125: Verifying Checksum [2020-05-06T07:31:24.180Z] 28c525ee5125: Download complete [2020-05-06T07:31:24.786Z] c9b1b535fdd9: Pull complete [2020-05-06T07:31:24.786Z] 756a868c4378: Verifying Checksum [2020-05-06T07:31:24.786Z] 756a868c4378: Download complete [2020-05-06T07:31:25.061Z] 138eaada9080: Verifying Checksum [2020-05-06T07:31:25.061Z] 138eaada9080: Download complete [2020-05-06T07:31:25.061Z] 0622d0fa9048: Verifying Checksum [2020-05-06T07:31:25.061Z] 0622d0fa9048: Download complete [2020-05-06T07:31:25.331Z] 094b1ea09ed8: Verifying Checksum [2020-05-06T07:31:25.331Z] 094b1ea09ed8: Download complete [2020-05-06T07:31:25.922Z] 41b27a9f41bf: Verifying Checksum [2020-05-06T07:31:25.922Z] 41b27a9f41bf: Download complete [2020-05-06T07:31:38.152Z] 2cc5ad85d9ab: Pull complete [2020-05-06T07:31:46.345Z] 756a868c4378: Pull complete [2020-05-06T07:31:47.747Z] 444b2fc9a129: Pull complete [2020-05-06T07:31:48.368Z] ea15f1150254: Pull complete [2020-05-06T07:32:10.495Z] 41b27a9f41bf: Pull complete [2020-05-06T07:32:10.495Z] 28c525ee5125: Pull complete [2020-05-06T07:32:20.689Z] 094b1ea09ed8: Pull complete [2020-05-06T07:32:20.689Z] 138eaada9080: Pull complete [2020-05-06T07:32:20.689Z] 0622d0fa9048: Pull complete [2020-05-06T07:32:20.689Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-06T07:32:20.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-06T07:32:21.072Z] prd-centos7-docker-4c-2g-7349 does not seem to be running inside a container [2020-05-06T07:32:21.199Z] $ 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_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-05-06T07:32:22.777Z] $ docker top 32d4c87af610c629ce46affad940a826b1ed9453eb4ba2285a2db7acd2b11f19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-06T07:32:23.143Z] provisioning config files... [2020-05-06T07:32:23.158Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config5574081182994399645tmp [Pipeline] { [Pipeline] echo [2020-05-06T07:32:23.255Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-06T07:32:23.918Z] ---> create-netrc.sh [Pipeline] echo [2020-05-06T07:32:23.929Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-06T07:32:24.635Z] ---> logs-deploy.sh [2020-05-06T07:32:24.635Z] + ARCHIVE_ARTIFACTS= [2020-05-06T07:32:24.635Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-06T07:32:24.635Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-06T07:32:24.635Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-06T07:32:24.635Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/8 [2020-05-06T07:32:24.635Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/8/ [2020-05-06T07:32:24.635Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/8 /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-05-06T07:32:31.276Z] Archives upload complete. [2020-05-06T07:32:31.276Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/8/