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 ecf948a463e8583f0496661ae04077e126abfeb1 rather than 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 Obtained Jenkinsfile from ecf948a463e8583f0496661ae04077e126abfeb1 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 Excluding src/test/ from checkout of git https://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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-254 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 ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 Merge succeeded, producing 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 Checking out Revision 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 (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 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # 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 ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. > git rev-list --no-walk 5ed0b9660863bef2dd3b78e6202be97a318e1dda # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-21T08:35:45.321Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-21T08:35:45.926Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-05-21T08:35:46.033Z] ========================================================= [2020-05-21T08:35:46.033Z] EdgeX Global Pipelines Version Info [2020-05-21T08:35:46.033Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-21T08:35:47.888Z] ------------------- [2020-05-21T08:35:47.888Z] stable info: [2020-05-21T08:35:47.888Z] ------------------- [2020-05-21T08:35:47.888Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-21T08:35:47.888Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-21T08:35:47.888Z] Message: update stable to v1.0.87 [2020-05-21T08:35:48.855Z] ------------------- [2020-05-21T08:35:48.855Z] experimental info: [2020-05-21T08:35:48.855Z] ------------------- [2020-05-21T08:35:48.855Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-05-21T08:35:48.855Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-05-21T08:35:48.855Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-05-21T08:35:51.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-21T08:35:52.186Z] [2020-05-21T08:35:52.186Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-21T08:35:52.654Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-21T08:35:52.654Z] latest: Pulling from edgex-devops/git-semver [2020-05-21T08:35:52.654Z] 9123ac7c32f7: Pulling fs layer [2020-05-21T08:35:52.654Z] b8cc5d1170e3: Pulling fs layer [2020-05-21T08:35:52.654Z] 2924cbbf6a41: Pulling fs layer [2020-05-21T08:35:52.654Z] 93b08a4f1073: Pulling fs layer [2020-05-21T08:35:52.654Z] 93b08a4f1073: Waiting [2020-05-21T08:35:52.961Z] b8cc5d1170e3: Verifying Checksum [2020-05-21T08:35:52.961Z] b8cc5d1170e3: Download complete [2020-05-21T08:35:52.961Z] 9123ac7c32f7: Verifying Checksum [2020-05-21T08:35:52.961Z] 9123ac7c32f7: Download complete [2020-05-21T08:35:53.238Z] 2924cbbf6a41: Verifying Checksum [2020-05-21T08:35:53.238Z] 2924cbbf6a41: Download complete [2020-05-21T08:35:53.238Z] 93b08a4f1073: Verifying Checksum [2020-05-21T08:35:53.238Z] 93b08a4f1073: Download complete [2020-05-21T08:35:53.503Z] 9123ac7c32f7: Pull complete [2020-05-21T08:35:53.503Z] b8cc5d1170e3: Pull complete [2020-05-21T08:35:54.547Z] 2924cbbf6a41: Pull complete [2020-05-21T08:35:54.925Z] 93b08a4f1073: Pull complete [2020-05-21T08:35:54.925Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-21T08:35:54.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-21T08:35:55.421Z] prd-centos7-docker-4c-2g-254 does not seem to be running inside a container [2020-05-21T08:35:55.550Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-05-21T08:35:57.184Z] $ docker top 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-21T08:35:57.849Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-21T08:35:57.849Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-21T08:35:58.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-21T08:35:58.172Z] $ docker exec 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 ssh-agent [2020-05-21T08:35:58.565Z] SSH_AUTH_SOCK=/tmp/ssh-9u5a4YkSduEo/agent.15 [2020-05-21T08:35:58.565Z] SSH_AGENT_PID=22 [2020-05-21T08:35:58.658Z] Running ssh-add (command line suppressed) [2020-05-21T08:35:59.016Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7466057036016928082.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7466057036016928082.key) [2020-05-21T08:35:59.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-21T08:35:59.781Z] + git describe --exact-match --tags HEAD [2020-05-21T08:36:00.050Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-21T08:36:00.180Z] $ docker exec --env ******** --env ******** 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 ssh-agent -k [2020-05-21T08:36:00.671Z] unset SSH_AUTH_SOCK; [2020-05-21T08:36:00.672Z] unset SSH_AGENT_PID; [2020-05-21T08:36:00.672Z] echo Agent pid 22 killed; [2020-05-21T08:36:00.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-21T08:36:00.915Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-21T08:36:00.915Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-21T08:36:01.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-21T08:36:01.127Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-21T08:36:01.521Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-21T08:36:01.529Z] $ docker exec 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 ssh-agent [2020-05-21T08:36:01.809Z] SSH_AUTH_SOCK=/tmp/ssh-u3MOmQvyzoNi/agent.58 [2020-05-21T08:36:01.809Z] SSH_AGENT_PID=64 [2020-05-21T08:36:01.853Z] Running ssh-add (command line suppressed) [2020-05-21T08:36:02.135Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7621360507996298059.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7621360507996298059.key) [2020-05-21T08:36:02.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-21T08:36:02.651Z] + git semver init [2020-05-21T08:36:02.652Z] # -> Open(): unable to determine branch for HEAD [2020-05-21T08:36:02.652Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git [2020-05-21T08:36:02.652Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-05-21T08:36:02.652Z] # $SEMVER_REMOTE_NAME = origin [2020-05-21T08:36:02.652Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-21T08:36:02.652Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-21T08:36:02.652Z] # $SEMVER_BRANCH = PR-236 [2020-05-21T08:36:02.652Z] # $SEMVER_TEMP = /tmp/semver-233416748 [2020-05-21T08:36:02.652Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-05-21T08:36:04.123Z] # '/tmp/semver-233416748' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' [2020-05-21T08:36:04.123Z] # -> Force: false [2020-05-21T08:36:04.123Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } [2020-05-21T08:36:04.140Z] $ docker exec --env ******** --env ******** 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 ssh-agent -k [2020-05-21T08:36:04.396Z] unset SSH_AUTH_SOCK; [2020-05-21T08:36:04.397Z] unset SSH_AGENT_PID; [2020-05-21T08:36:04.397Z] echo Agent pid 64 killed; [2020-05-21T08:36:04.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-21T08:36:05.632Z] + git semver [Pipeline] } [2020-05-21T08:36:05.676Z] $ docker stop --time=1 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 [2020-05-21T08:36:07.261Z] $ docker rm -f 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-21T08:36:08.772Z] Stashed 74 file(s) [Pipeline] echo [2020-05-21T08:36:08.774Z] [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-21T08:36:24.193Z] Still waiting to schedule task [2020-05-21T08:36:24.193Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-05-21T08:36:24.194Z] Still waiting to schedule task [2020-05-21T08:36:24.194Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-252’ is offline [2020-05-21T08:38:14.283Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-255 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-05-21T08:38:14.323Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2020-05-21T08:38:21.113Z] using credential edgex-jenkins-ssh [2020-05-21T08:38:21.208Z] Cloning the remote Git repository [2020-05-21T08:38:21.209Z] Cloning with configured refspecs honoured and without tags [2020-05-21T08:38:21.273Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-21T08:38:21.380Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2020-05-21T08:38:22.423Z] Fetching without tags [2020-05-21T08:38:21.447Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-21T08:38:21.448Z] > git --version # timeout=10 [2020-05-21T08:38:21.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-21T08:38:21.546Z] > 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-21T08:38:22.288Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-05-21T08:38:22.325Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-05-21T08:38:22.352Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-21T08:38:22.382Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-05-21T08:38:22.429Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-21T08:38:22.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-21T08:38:22.450Z] > 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-21T08:38:22.962Z] Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 [2020-05-21T08:38:23.183Z] Merge succeeded, producing 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 [2020-05-21T08:38:23.183Z] Checking out Revision 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 (PR-236) [2020-05-21T08:38:22.972Z] > git config core.sparsecheckout # timeout=10 [2020-05-21T08:38:22.995Z] > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 [2020-05-21T08:38:23.089Z] > git remote # timeout=10 [2020-05-21T08:38:23.108Z] > git config --get remote.origin.url # timeout=10 [2020-05-21T08:38:23.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-21T08:38:23.142Z] > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 [2020-05-21T08:38:23.165Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-21T08:38:23.186Z] > git config core.sparsecheckout # timeout=10 [2020-05-21T08:38:23.208Z] > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 [2020-05-21T08:38:26.973Z] Running on prd-centos7-docker-4c-2g-256 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-05-21T08:38:27.011Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2020-05-21T08:38:27.666Z] 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-21T08:38:28.900Z] ========================================================= [2020-05-21T08:38:28.900Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-21T08:38:28.900Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-21T08:38:29.457Z] using credential edgex-jenkins-ssh [2020-05-21T08:38:29.520Z] Cloning the remote Git repository [2020-05-21T08:38:29.520Z] Cloning with configured refspecs honoured and without tags [2020-05-21T08:38:30.053Z] + 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-21T08:38:29.256Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-21T08:38:29.323Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2020-05-21T08:38:29.369Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-21T08:38:29.369Z] > git --version # timeout=10 [2020-05-21T08:38:29.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-21T08:38:29.400Z] > 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-21T08:38:30.123Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-05-21T08:38:30.130Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-05-21T08:38:30.139Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-21T08:38:30.376Z] Fetching without tags [2020-05-21T08:38:30.774Z] Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 [2020-05-21T08:38:30.871Z] Merge succeeded, producing 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 [2020-05-21T08:38:30.872Z] Checking out Revision 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 (PR-236) [2020-05-21T08:38:31.036Z] Sending build context to Docker daemon 1.799MB [2020-05-21T08:38:31.036Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-05-21T08:38:31.036Z] Step 2/7 : FROM ${BASE} [2020-05-21T08:38:31.311Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-21T08:38:31.311Z] cde5963f3b93: Pulling fs layer [2020-05-21T08:38:31.311Z] 2a23fa8c16f7: Pulling fs layer [2020-05-21T08:38:31.311Z] 777b28850792: Pulling fs layer [2020-05-21T08:38:31.311Z] 8a11ddd9e578: Pulling fs layer [2020-05-21T08:38:31.311Z] 4cf88f913ddb: Pulling fs layer [2020-05-21T08:38:31.311Z] 1df406cf5192: Pulling fs layer [2020-05-21T08:38:31.311Z] cd6300453558: Pulling fs layer [2020-05-21T08:38:31.311Z] b9c365052c96: Pulling fs layer [2020-05-21T08:38:31.311Z] a2d8cc88f415: Pulling fs layer [2020-05-21T08:38:31.311Z] ea1d1ca13537: Pulling fs layer [2020-05-21T08:38:31.311Z] 3750a50a1c5e: Pulling fs layer [2020-05-21T08:38:31.311Z] 8a11ddd9e578: Waiting [2020-05-21T08:38:31.311Z] 4cf88f913ddb: Waiting [2020-05-21T08:38:31.311Z] 1df406cf5192: Waiting [2020-05-21T08:38:31.311Z] cd6300453558: Waiting [2020-05-21T08:38:31.311Z] b9c365052c96: Waiting [2020-05-21T08:38:31.311Z] a2d8cc88f415: Waiting [2020-05-21T08:38:31.311Z] ea1d1ca13537: Waiting [2020-05-21T08:38:31.311Z] 3750a50a1c5e: Waiting [2020-05-21T08:38:31.311Z] 777b28850792: Download complete [2020-05-21T08:38:31.311Z] 2a23fa8c16f7: Verifying Checksum [2020-05-21T08:38:31.311Z] 2a23fa8c16f7: Download complete [2020-05-21T08:38:30.150Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-05-21T08:38:30.161Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-05-21T08:38:30.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-21T08:38:30.167Z] > 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-21T08:38:30.596Z] > git config core.sparsecheckout # timeout=10 [2020-05-21T08:38:30.602Z] > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 [2020-05-21T08:38:30.661Z] > git remote # timeout=10 [2020-05-21T08:38:30.669Z] > git config --get remote.origin.url # timeout=10 [2020-05-21T08:38:30.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-21T08:38:30.677Z] > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 [2020-05-21T08:38:30.687Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-21T08:38:30.696Z] > git config core.sparsecheckout # timeout=10 [2020-05-21T08:38:30.699Z] > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 [2020-05-21T08:38:31.613Z] 4cf88f913ddb: Verifying Checksum [2020-05-21T08:38:31.613Z] 4cf88f913ddb: Download complete [2020-05-21T08:38:31.613Z] 1df406cf5192: Verifying Checksum [2020-05-21T08:38:31.613Z] 1df406cf5192: Download complete [2020-05-21T08:38:31.613Z] cde5963f3b93: Verifying Checksum [2020-05-21T08:38:31.613Z] cde5963f3b93: Download complete [2020-05-21T08:38:32.613Z] cde5963f3b93: Pull complete [2020-05-21T08:38:33.215Z] 2a23fa8c16f7: Pull complete [2020-05-21T08:38:33.824Z] 777b28850792: Pull complete [2020-05-21T08:38:34.492Z] 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-21T08:38:35.277Z] ========================================================= [2020-05-21T08:38:35.277Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-21T08:38:35.277Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-21T08:38:35.823Z] cd6300453558: Verifying Checksum [2020-05-21T08:38:35.823Z] cd6300453558: Download complete [2020-05-21T08:38:35.823Z] a2d8cc88f415: Verifying Checksum [2020-05-21T08:38:35.823Z] a2d8cc88f415: Download complete [2020-05-21T08:38:35.953Z] + 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-21T08:38:35.953Z] Sending build context to Docker daemon 1.799MB [2020-05-21T08:38:35.953Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-05-21T08:38:35.953Z] Step 2/7 : FROM ${BASE} [2020-05-21T08:38:36.216Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-21T08:38:36.216Z] e6b0cf9c0882: Pulling fs layer [2020-05-21T08:38:36.216Z] 2848faf0eed1: Pulling fs layer [2020-05-21T08:38:36.216Z] 0f37312ad70f: Pulling fs layer [2020-05-21T08:38:36.216Z] 5788d62ee057: Pulling fs layer [2020-05-21T08:38:36.216Z] 0e6b1d234666: Pulling fs layer [2020-05-21T08:38:36.216Z] bf5d7aec512f: Pulling fs layer [2020-05-21T08:38:36.216Z] 34c802a77dc8: Pulling fs layer [2020-05-21T08:38:36.216Z] 9eb99e56ec68: Pulling fs layer [2020-05-21T08:38:36.216Z] 27c7a5d97fbd: Pulling fs layer [2020-05-21T08:38:36.216Z] 5c102a31e300: Pulling fs layer [2020-05-21T08:38:36.216Z] dcfb455df0a1: Pulling fs layer [2020-05-21T08:38:36.216Z] 5788d62ee057: Waiting [2020-05-21T08:38:36.216Z] 0e6b1d234666: Waiting [2020-05-21T08:38:36.216Z] bf5d7aec512f: Waiting [2020-05-21T08:38:36.216Z] 34c802a77dc8: Waiting [2020-05-21T08:38:36.216Z] 9eb99e56ec68: Waiting [2020-05-21T08:38:36.216Z] 27c7a5d97fbd: Waiting [2020-05-21T08:38:36.216Z] 5c102a31e300: Waiting [2020-05-21T08:38:36.216Z] dcfb455df0a1: Waiting [2020-05-21T08:38:36.216Z] 0f37312ad70f: Verifying Checksum [2020-05-21T08:38:36.216Z] 0f37312ad70f: Download complete [2020-05-21T08:38:36.216Z] 2848faf0eed1: Verifying Checksum [2020-05-21T08:38:36.216Z] 2848faf0eed1: Download complete [2020-05-21T08:38:36.216Z] 0e6b1d234666: Verifying Checksum [2020-05-21T08:38:36.216Z] 0e6b1d234666: Download complete [2020-05-21T08:38:36.216Z] bf5d7aec512f: Verifying Checksum [2020-05-21T08:38:36.216Z] bf5d7aec512f: Download complete [2020-05-21T08:38:36.216Z] e6b0cf9c0882: Verifying Checksum [2020-05-21T08:38:36.216Z] e6b0cf9c0882: Download complete [2020-05-21T08:38:36.482Z] e6b0cf9c0882: Pull complete [2020-05-21T08:38:36.759Z] 2848faf0eed1: Pull complete [2020-05-21T08:38:36.759Z] 0f37312ad70f: Pull complete [2020-05-21T08:38:37.339Z] 34c802a77dc8: Verifying Checksum [2020-05-21T08:38:37.339Z] 34c802a77dc8: Download complete [2020-05-21T08:38:37.339Z] 27c7a5d97fbd: Verifying Checksum [2020-05-21T08:38:37.339Z] 27c7a5d97fbd: Download complete [2020-05-21T08:38:38.296Z] 5788d62ee057: Verifying Checksum [2020-05-21T08:38:38.296Z] 5788d62ee057: Download complete [2020-05-21T08:38:38.296Z] 5c102a31e300: Verifying Checksum [2020-05-21T08:38:38.296Z] 5c102a31e300: Download complete [2020-05-21T08:38:38.296Z] dcfb455df0a1: Verifying Checksum [2020-05-21T08:38:38.296Z] dcfb455df0a1: Download complete [2020-05-21T08:38:38.296Z] 9eb99e56ec68: Verifying Checksum [2020-05-21T08:38:38.296Z] 9eb99e56ec68: Download complete [2020-05-21T08:38:38.469Z] ea1d1ca13537: Verifying Checksum [2020-05-21T08:38:38.469Z] ea1d1ca13537: Download complete [2020-05-21T08:38:38.750Z] 3750a50a1c5e: Verifying Checksum [2020-05-21T08:38:38.750Z] 3750a50a1c5e: Download complete [2020-05-21T08:38:41.385Z] b9c365052c96: Verifying Checksum [2020-05-21T08:38:41.385Z] b9c365052c96: Download complete [2020-05-21T08:38:43.365Z] 8a11ddd9e578: Download complete [2020-05-21T08:38:44.908Z] 5788d62ee057: Pull complete [2020-05-21T08:38:44.908Z] 0e6b1d234666: Pull complete [2020-05-21T08:38:44.908Z] bf5d7aec512f: Pull complete [2020-05-21T08:38:49.131Z] 34c802a77dc8: Pull complete [2020-05-21T08:38:52.434Z] 9eb99e56ec68: Pull complete [2020-05-21T08:38:52.434Z] 27c7a5d97fbd: Pull complete [2020-05-21T08:38:53.378Z] 5c102a31e300: Pull complete [2020-05-21T08:38:53.378Z] dcfb455df0a1: Pull complete [2020-05-21T08:38:53.378Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-21T08:38:53.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-21T08:38:53.378Z] ---> 7c70fe431013 [2020-05-21T08:38:53.378Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-05-21T08:38:53.952Z] ---> Running in 802949b4138d [2020-05-21T08:38:53.952Z] Removing intermediate container 802949b4138d [2020-05-21T08:38:53.952Z] ---> f78673d2b64c [2020-05-21T08:38:53.952Z] Step 4/7 : RUN apk add bash [2020-05-21T08:38:53.952Z] ---> Running in 33380a970fab [2020-05-21T08:38:54.527Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-21T08:38:55.471Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-21T08:38:55.471Z] OK: 143 MiB in 39 packages [2020-05-21T08:38:55.755Z] 8a11ddd9e578: Pull complete [2020-05-21T08:38:55.755Z] 4cf88f913ddb: Pull complete [2020-05-21T08:38:55.755Z] 1df406cf5192: Pull complete [2020-05-21T08:38:56.045Z] Removing intermediate container 33380a970fab [2020-05-21T08:38:56.045Z] ---> 505e68df5da9 [2020-05-21T08:38:56.045Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-05-21T08:38:56.045Z] ---> Running in 26cc6aebe0b8 [2020-05-21T08:38:56.045Z] Removing intermediate container 26cc6aebe0b8 [2020-05-21T08:38:56.045Z] ---> e04d38fcb5bd [2020-05-21T08:38:56.045Z] Step 6/7 : COPY go.mod . [2020-05-21T08:38:56.306Z] ---> 4919c5c71ca5 [2020-05-21T08:38:56.306Z] Step 7/7 : RUN go mod download [2020-05-21T08:38:56.306Z] ---> Running in e329de8ed440 [2020-05-21T08:38:57.706Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-05-21T08:38:57.706Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-21T08:38:57.706Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-21T08:38:57.706Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-21T08:38:57.706Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-05-21T08:38:57.706Z] go: finding github.com/go-playground/locales v0.13.0 [2020-05-21T08:38:57.706Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-05-21T08:38:57.706Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-05-21T08:38:57.706Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-21T08:38:57.706Z] go: finding github.com/google/uuid v1.1.0 [2020-05-21T08:38:57.706Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-21T08:38:57.706Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-05-21T08:38:57.706Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-21T08:38:57.706Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-21T08:38:57.706Z] go: finding github.com/stretchr/testify v1.4.0 [2020-05-21T08:38:57.706Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-21T08:38:57.706Z] go: finding golang.org/x/text v0.3.2 [2020-05-21T08:38:57.706Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-05-21T08:38:57.706Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-21T08:38:57.706Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-05-21T08:39:00.056Z] cd6300453558: Pull complete [2020-05-21T08:39:04.313Z] Removing intermediate container e329de8ed440 [2020-05-21T08:39:04.313Z] ---> 80fe97f11aad [2020-05-21T08:39:04.313Z] Successfully built 80fe97f11aad [2020-05-21T08:39:04.313Z] Successfully tagged ci-base-image-x86_64:latest [2020-05-21T08:39:04.355Z] b9c365052c96: Pull complete [2020-05-21T08:39:04.355Z] a2d8cc88f415: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-21T08:39:04.904Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-21T08:39:04.904Z] . [Pipeline] withDockerContainer [2020-05-21T08:39:05.035Z] prd-centos7-docker-4c-2g-256 does not seem to be running inside a container [2020-05-21T08:39:05.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 ******** -e ******** ci-base-image-x86_64 cat [2020-05-21T08:39:05.689Z] $ docker top 15d7e19cf8e960ea8e2ae855a8da573bb6304d492014d7ab3e487b6ebfc8d771 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-21T08:39:06.182Z] + go version [2020-05-21T08:39:06.182Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-21T08:39:06.316Z] ea1d1ca13537: Pull complete [2020-05-21T08:39:06.481Z] + make test [2020-05-21T08:39:06.481Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-05-21T08:39:06.589Z] 3750a50a1c5e: Pull complete [2020-05-21T08:39:06.589Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-21T08:39:06.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-21T08:39:06.589Z] ---> 78745c68409d [2020-05-21T08:39:06.589Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-05-21T08:39:10.888Z] ---> Running in 868dff00ae74 [2020-05-21T08:39:10.888Z] Removing intermediate container 868dff00ae74 [2020-05-21T08:39:10.888Z] ---> 42eaef8f8e9c [2020-05-21T08:39:10.888Z] Step 4/7 : RUN apk add bash [2020-05-21T08:39:10.888Z] ---> Running in a176c62fe969 [2020-05-21T08:39:11.872Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-21T08:39:12.851Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-21T08:39:13.127Z] OK: 125 MiB in 39 packages [2020-05-21T08:39:14.554Z] Removing intermediate container a176c62fe969 [2020-05-21T08:39:14.554Z] ---> 2c76e9b9826a [2020-05-21T08:39:14.554Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-05-21T08:39:14.667Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-05-21T08:39:14.829Z] ---> Running in 6112265e7ce1 [2020-05-21T08:39:15.105Z] Removing intermediate container 6112265e7ce1 [2020-05-21T08:39:15.105Z] ---> 5a227b64f79e [2020-05-21T08:39:15.105Z] Step 6/7 : COPY go.mod . [2020-05-21T08:39:15.622Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.033s coverage: 85.7% of statements [2020-05-21T08:39:15.622Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements [2020-05-21T08:39:15.622Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.045s coverage: 45.4% of statements [2020-05-21T08:39:15.702Z] ---> a1dbc8bb2183 [2020-05-21T08:39:15.702Z] Step 7/7 : RUN go mod download [2020-05-21T08:39:15.976Z] ---> Running in aca76b16ed42 [2020-05-21T08:39:16.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.006s coverage: 77.8% of statements [2020-05-21T08:39:16.205Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-05-21T08:39:16.476Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.064s coverage: 6.4% of statements [2020-05-21T08:39:16.744Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.011s coverage: 14.4% of statements [2020-05-21T08:39:16.744Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.012s coverage: 100.0% of statements [2020-05-21T08:39:17.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.024s coverage: 100.0% of statements [2020-05-21T08:39:17.323Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-05-21T08:39:17.323Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-05-21T08:39:17.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.003s coverage: 100.0% of statements [2020-05-21T08:39:17.959Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-05-21T08:39:17.959Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-21T08:39:17.959Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-21T08:39:17.959Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-21T08:39:17.959Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-05-21T08:39:17.959Z] go: finding github.com/go-playground/locales v0.13.0 [2020-05-21T08:39:17.959Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-05-21T08:39:17.959Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-05-21T08:39:17.959Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-21T08:39:17.959Z] go: finding github.com/google/uuid v1.1.0 [2020-05-21T08:39:17.959Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-21T08:39:17.959Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-05-21T08:39:17.959Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-21T08:39:17.959Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-21T08:39:17.959Z] go: finding github.com/stretchr/testify v1.4.0 [2020-05-21T08:39:17.959Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-21T08:39:17.959Z] go: finding golang.org/x/text v0.3.2 [2020-05-21T08:39:17.959Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-05-21T08:39:17.959Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-21T08:39:17.959Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-05-21T08:39:18.307Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.507s coverage: 100.0% of statements [2020-05-21T08:39:18.903Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.038s coverage: 62.5% of statements [2020-05-21T08:39:18.903Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements [2020-05-21T08:39:18.903Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.042s coverage: 15.4% of statements [2020-05-21T08:39:18.903Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.008s coverage: 15.4% of statements [2020-05-21T08:39:19.173Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.007s coverage: 14.3% of statements [2020-05-21T08:39:19.434Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-05-21T08:39:19.434Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] [2020-05-21T08:39:19.697Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.007s coverage: 86.7% of statements [2020-05-21T08:39:19.697Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-05-21T08:39:19.697Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-05-21T08:39:19.957Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-21T08:39:20.903Z] gofmt -l . [2020-05-21T08:39:20.903Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-05-21T08:39:21.203Z] Stashed 1 file(s) [Pipeline] } [2020-05-21T08:39:21.212Z] $ docker stop --time=1 15d7e19cf8e960ea8e2ae855a8da573bb6304d492014d7ab3e487b6ebfc8d771 [2020-05-21T08:39:22.602Z] $ docker rm -f 15d7e19cf8e960ea8e2ae855a8da573bb6304d492014d7ab3e487b6ebfc8d771 [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-21T08:39:30.356Z] Removing intermediate container aca76b16ed42 [2020-05-21T08:39:30.356Z] ---> 20be5721866f [2020-05-21T08:39:30.356Z] Successfully built 20be5721866f [2020-05-21T08:39:30.356Z] 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-05-21T08:39:31.086Z] + docker inspect -f . ci-base-image-arm64 [2020-05-21T08:39:31.358Z] . [Pipeline] withDockerContainer [2020-05-21T08:39:31.733Z] prd-ubuntu18.04-docker-arm64-4c-16g-255 does not seem to be running inside a container [2020-05-21T08:39:31.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 ******** -e ******** ci-base-image-arm64 cat [2020-05-21T08:39:33.237Z] $ docker top cb8f47f27de056c9b7125fb6263585a43736e372508efe1a7f5895ed41fbf2a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-21T08:39:34.385Z] + go version [2020-05-21T08:39:34.386Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-21T08:39:35.073Z] + make test [2020-05-21T08:39:35.355Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-05-21T08:39:57.591Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-05-21T08:39:59.034Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.045s coverage: 85.7% of statements [2020-05-21T08:39:59.034Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.090s coverage: 100.0% of statements [2020-05-21T08:40:01.042Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.043s coverage: 45.4% of statements [2020-05-21T08:40:01.324Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.031s coverage: 77.8% of statements [2020-05-21T08:40:01.324Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-05-21T08:40:02.319Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.059s coverage: 6.4% of statements [2020-05-21T08:40:03.311Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.039s coverage: 14.4% of statements [2020-05-21T08:40:04.765Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.032s coverage: 100.0% of statements [2020-05-21T08:40:05.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.090s coverage: 100.0% of statements [2020-05-21T08:40:05.051Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-05-21T08:40:05.051Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-05-21T08:40:05.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.018s coverage: 100.0% of statements [2020-05-21T08:40:05.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.045s coverage: 100.0% of statements [2020-05-21T08:40:05.659Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.094s coverage: 62.5% of statements [2020-05-21T08:40:06.659Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.038s coverage: 26.3% of statements [2020-05-21T08:40:08.103Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements [2020-05-21T08:40:08.103Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements [2020-05-21T08:40:08.103Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.016s coverage: 14.3% of statements [2020-05-21T08:40:08.103Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-05-21T08:40:08.103Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] [2020-05-21T08:40:08.103Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.043s coverage: 86.7% of statements [2020-05-21T08:40:08.103Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-05-21T08:40:08.103Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-05-21T08:40:08.377Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-21T08:40:11.773Z] gofmt -l . [2020-05-21T08:40:11.773Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-05-21T08:40:12.379Z] Warning: overwriting stash ‘coverage-report’ [2020-05-21T08:40:12.839Z] Stashed 1 file(s) [Pipeline] } [2020-05-21T08:40:12.839Z] $ docker stop --time=1 cb8f47f27de056c9b7125fb6263585a43736e372508efe1a7f5895ed41fbf2a9 [2020-05-21T08:40:14.951Z] $ docker rm -f cb8f47f27de056c9b7125fb6263585a43736e372508efe1a7f5895ed41fbf2a9 [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-21T08:40:17.275Z] provisioning config files... [2020-05-21T08:40:17.301Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config5176604814267196756tmp [Pipeline] { [Pipeline] sh [2020-05-21T08:40:17.731Z] + curl -s https://codecov.io/bash [2020-05-21T08:40:17.731Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config5176604814267196756tmp [2020-05-21T08:40:18.002Z] [2020-05-21T08:40:18.002Z] _____ _ [2020-05-21T08:40:18.002Z] / ____| | | [2020-05-21T08:40:18.002Z] | | ___ __| | ___ ___ _____ __ [2020-05-21T08:40:18.002Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-21T08:40:18.002Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-21T08:40:18.002Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-21T08:40:18.002Z] Bash-20200430-d757c17 [2020-05-21T08:40:18.002Z] [2020-05-21T08:40:18.002Z] [2020-05-21T08:40:18.002Z] ==> Jenkins CI detected. [2020-05-21T08:40:18.002Z] project root: . [2020-05-21T08:40:18.002Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-21T08:40:18.002Z] ==> Running gcov in . (disable via -X gcov) [2020-05-21T08:40:18.002Z] ==> Python coveragepy not found [2020-05-21T08:40:18.002Z] ==> Searching for coverage reports in: [2020-05-21T08:40:18.002Z] + . [2020-05-21T08:40:18.271Z] -> Found 1 reports [2020-05-21T08:40:18.271Z] ==> Detecting git/mercurial file structure [2020-05-21T08:40:18.271Z] ==> Reading reports [2020-05-21T08:40:18.271Z] + ./coverage.out bytes=83743 [2020-05-21T08:40:18.271Z] ==> Appending adjustments [2020-05-21T08:40:18.271Z] https://docs.codecov.io/docs/fixing-reports [2020-05-21T08:40:18.854Z] + Found adjustments [2020-05-21T08:40:18.854Z] ==> Gzipping contents [2020-05-21T08:40:18.854Z] ==> Uploading reports [2020-05-21T08:40:18.854Z] url: https://codecov.io [2020-05-21T08:40:18.854Z] query: branch=PR-236&commit=9eb45a1829d815d87fc949c9af78a554dbd1c3c2&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= [2020-05-21T08:40:18.854Z] -> Pinging Codecov [2020-05-21T08:40:18.854Z] https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-236&commit=9eb45a1829d815d87fc949c9af78a554dbd1c3c2&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= [2020-05-21T08:40:19.430Z] -> Uploading [2020-05-21T08:40:20.008Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9eb45a1829d815d87fc949c9af78a554dbd1c3c2 [Pipeline] } [2020-05-21T08:40:20.023Z] 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-21T08:40:21.916Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-21T08:40:22.246Z] ---> package-listing.sh [2020-05-21T08:40:22.246Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-21T08:40:22.246Z] ++ facter osfamily [2020-05-21T08:40:22.246Z] + OS_FAMILY=redhat [2020-05-21T08:40:22.247Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 [2020-05-21T08:40:22.247Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-21T08:40:22.247Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-21T08:40:22.247Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-21T08:40:22.247Z] + PACKAGES=/tmp/packages_start.txt [2020-05-21T08:40:22.247Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-05-21T08:40:22.247Z] + PACKAGES=/tmp/packages_end.txt [2020-05-21T08:40:22.247Z] + case "${OS_FAMILY}" in [2020-05-21T08:40:22.247Z] + rpm -qa [2020-05-21T08:40:22.247Z] + sort [2020-05-21T08:40:26.562Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-21T08:40:26.562Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-21T08:40:26.562Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-21T08:40:26.562Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-05-21T08:40:26.562Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [2020-05-21T08:40:26.562Z] + 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-21T08:40:26.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-21T08:40:26.961Z] [2020-05-21T08:40:26.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-21T08:40:27.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-21T08:40:27.355Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-21T08:40:27.355Z] c9b1b535fdd9: Pulling fs layer [2020-05-21T08:40:27.355Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-21T08:40:27.355Z] 756a868c4378: Pulling fs layer [2020-05-21T08:40:27.355Z] 444b2fc9a129: Pulling fs layer [2020-05-21T08:40:27.355Z] ea15f1150254: Pulling fs layer [2020-05-21T08:40:27.355Z] 41b27a9f41bf: Pulling fs layer [2020-05-21T08:40:27.355Z] 28c525ee5125: Pulling fs layer [2020-05-21T08:40:27.355Z] 094b1ea09ed8: Pulling fs layer [2020-05-21T08:40:27.355Z] 138eaada9080: Pulling fs layer [2020-05-21T08:40:27.355Z] 0622d0fa9048: Pulling fs layer [2020-05-21T08:40:27.355Z] 41b27a9f41bf: Waiting [2020-05-21T08:40:27.355Z] 28c525ee5125: Waiting [2020-05-21T08:40:27.355Z] 094b1ea09ed8: Waiting [2020-05-21T08:40:27.355Z] 138eaada9080: Waiting [2020-05-21T08:40:27.355Z] 0622d0fa9048: Waiting [2020-05-21T08:40:27.355Z] ea15f1150254: Waiting [2020-05-21T08:40:27.355Z] 2cc5ad85d9ab: Verifying Checksum [2020-05-21T08:40:27.355Z] 2cc5ad85d9ab: Download complete [2020-05-21T08:40:27.355Z] 444b2fc9a129: Verifying Checksum [2020-05-21T08:40:27.355Z] 444b2fc9a129: Download complete [2020-05-21T08:40:27.355Z] c9b1b535fdd9: Verifying Checksum [2020-05-21T08:40:27.355Z] c9b1b535fdd9: Download complete [2020-05-21T08:40:27.669Z] ea15f1150254: Download complete [2020-05-21T08:40:27.669Z] 28c525ee5125: Verifying Checksum [2020-05-21T08:40:27.669Z] 28c525ee5125: Download complete [2020-05-21T08:40:27.967Z] 756a868c4378: Verifying Checksum [2020-05-21T08:40:27.967Z] 756a868c4378: Download complete [2020-05-21T08:40:27.967Z] c9b1b535fdd9: Pull complete [2020-05-21T08:40:28.252Z] 138eaada9080: Verifying Checksum [2020-05-21T08:40:28.252Z] 138eaada9080: Download complete [2020-05-21T08:40:28.252Z] 0622d0fa9048: Verifying Checksum [2020-05-21T08:40:28.252Z] 0622d0fa9048: Download complete [2020-05-21T08:40:28.252Z] 2cc5ad85d9ab: Pull complete [2020-05-21T08:40:28.534Z] 094b1ea09ed8: Verifying Checksum [2020-05-21T08:40:28.534Z] 094b1ea09ed8: Download complete [2020-05-21T08:40:29.133Z] 41b27a9f41bf: Verifying Checksum [2020-05-21T08:40:29.133Z] 41b27a9f41bf: Download complete [2020-05-21T08:40:30.575Z] 756a868c4378: Pull complete [2020-05-21T08:40:30.575Z] 444b2fc9a129: Pull complete [2020-05-21T08:40:30.851Z] ea15f1150254: Pull complete [2020-05-21T08:40:35.184Z] 41b27a9f41bf: Pull complete [2020-05-21T08:40:35.184Z] 28c525ee5125: Pull complete [2020-05-21T08:40:37.884Z] 094b1ea09ed8: Pull complete [2020-05-21T08:40:38.176Z] 138eaada9080: Pull complete [2020-05-21T08:40:38.446Z] 0622d0fa9048: Pull complete [2020-05-21T08:40:38.446Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-21T08:40:38.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-21T08:40:38.680Z] prd-centos7-docker-4c-2g-254 does not seem to be running inside a container [2020-05-21T08:40:38.813Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-05-21T08:40:39.625Z] $ docker top d168ad30f9103e2909c5ffa747507121e6f2a2075fcd47882d51639341547472 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-21T08:40:39.947Z] provisioning config files... [2020-05-21T08:40:39.974Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config8517150774898362178tmp [Pipeline] { [Pipeline] echo [2020-05-21T08:40:40.060Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-21T08:40:40.661Z] ---> create-netrc.sh [Pipeline] echo [2020-05-21T08:40:40.675Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-21T08:40:41.113Z] ---> logs-deploy.sh [2020-05-21T08:40:41.113Z] + ARCHIVE_ARTIFACTS= [2020-05-21T08:40:41.113Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-21T08:40:41.113Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-21T08:40:41.113Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-21T08:40:41.113Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/12 [2020-05-21T08:40:41.113Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/12/ [2020-05-21T08:40:41.113Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/12 /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-05-21T08:40:42.591Z] Archives upload complete. [2020-05-21T08:40:42.876Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/12/