b'Pull request #203 updated\nConnecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token)\nConnecting to https://api.github.com to check permissions of obtain list of brandonforster for edgexfoundry/go-mod-core-contracts\nObtained Jenkinsfile from 65bf80c725a3d020c5fc205966543be0886cdca5+40d6aaf772ad1a1a8bf0d445592f959f7f0b502f (cd5809f87c76de647c9ac16467f859222f6067bf)\nRunning in Durability level: PERFORMANCE_OPTIMIZED\nLoading library edgex-global-pipelines@stable\nExamining edgexfoundry/edgex-global-pipelines\nAttempting to resolve stable as a branch\nAttempting to resolve stable as a tag\nResolved stable as tag stable at revision c5dd13c4ba2e068be78528abd2449410e4429a63\nusing credential edgex-jenkins-access-pat\n > git rev-parse --is-inside-work-tree # timeout=10\nFetching changes from the remote Git repository\n > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10\nFetching with tags\nFetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git\n > git --version # timeout=10\nusing GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh\n > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10\nChecking out Revision c5dd13c4ba2e068be78528abd2449410e4429a63 (stable)\n > git config core.sparsecheckout # timeout=10\n > git checkout -f c5dd13c4ba2e068be78528abd2449410e4429a63 # timeout=10\nCommit message: "Merge pull request #93 from ernestojeda/agent-update"\n > git remote # timeout=10\n > git submodule init # timeout=10\n > git submodule sync # timeout=10\n > git config --get remote.origin.url # timeout=10\n > git submodule init # timeout=10\n > git config -f .gitmodules --get-regexp ^submodule\\.(.+)\\.url # timeout=10\n > git config --get submodule.global-jjb.url # timeout=10\n > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10\n > git submodule update --init --recursive global-jjb # timeout=10\n[Pipeline] Start of Pipeline\n[Pipeline] echo\n=========================================================\n [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.12, buildImage:false, pushImage:false, semverBump:patch]\n=========================================================\n[Pipeline] echo\nSetting up nodes based on requested architectures [[amd64, arm64]]\n[Pipeline] echo\nNodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-2g]]\n[Pipeline] echo\n=========================================================\n [edgeXBuildGoApp] Pipeline Parameters:\n=========================================================\n[Pipeline] echo\n MAVEN_SETTINGS: go-mod-core-contracts-settings\n PROJECT: go-mod-core-contracts\n USE_SEMVER: true\n TEST_SCRIPT: make test\n BUILD_SCRIPT: make build\n GO_VERSION: 1.12\n DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.12.14-alpine\n DOCKER_FILE_PATH: Dockerfile\n DOCKER_BUILD_FILE_PATH: Dockerfile.build\n DOCKER_BUILD_CONTEXT: .\n DOCKER_IMAGE_NAME: docker-go-mod-core-contracts\nDOCKER_REGISTRY_NAMESPACE: \n DOCKER_NEXUS_REPO: staging\n BUILD_DOCKER_IMAGE: false\n PUSH_DOCKER_IMAGE: false\n SEMVER_BUMP_LEVEL: patch\n[Pipeline] node\nStill waiting to schedule task\n\xe2\x80\x98prd-centos7-docker-4c-2g-16049\xe2\x80\x99 is offline\nRunning on prd-centos7-docker-4c-2g-16050 in /w/workspace/dry_go-mod-core-contracts_PR-203\n[Pipeline] {\n[Pipeline] stage\n[Pipeline] { (Declarative: Checkout SCM)\n[Pipeline] checkout\nusing credential edgex-jenkins-ssh\nCloning the remote Git repository\nCloning with configured refspecs honoured and without tags\nCloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git\n > git init /w/workspace/dry_go-mod-core-contracts_PR-203 # timeout=10\nFetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git\n > git --version # timeout=10\nusing GIT_SSH to set credentials SSH Credentials for GitHub\n > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/203/head:refs/remotes/origin/PR-203 +refs/heads/master:refs/remotes/origin/master # timeout=10\nFetching without tags\nMerging remotes/origin/master commit 40d6aaf772ad1a1a8bf0d445592f959f7f0b502f into PR head commit 65bf80c725a3d020c5fc205966543be0886cdca5\nMerge succeeded, producing 65bf80c725a3d020c5fc205966543be0886cdca5\nChecking out Revision 65bf80c725a3d020c5fc205966543be0886cdca5 (PR-203)\n > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10\n > git config --add remote.origin.fetch +refs/pull/203/head:refs/remotes/origin/PR-203 # timeout=10\n > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10\n > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10\nFetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git\nusing GIT_SSH to set credentials SSH Credentials for GitHub\n > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/203/head:refs/remotes/origin/PR-203 +refs/heads/master:refs/remotes/origin/master # timeout=10\n > git config core.sparsecheckout # timeout=10\n > git checkout -f 65bf80c725a3d020c5fc205966543be0886cdca5 # timeout=10\n > git merge 40d6aaf772ad1a1a8bf0d445592f959f7f0b502f # timeout=10\n > git rev-parse HEAD^{commit} # timeout=10\n > git config core.sparsecheckout # timeout=10\n > git checkout -f 65bf80c725a3d020c5fc205966543be0886cdca5 # timeout=10\nCommit message: "#196: Added more test cases. These are implementation specific and are suspect."\n > git rev-list --no-walk 9f39b3d4e7bcfdb3bab25b3cb11ed4502e2d43cd # timeout=10\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] withEnv\n[Pipeline] {\n[Pipeline] timestamps\n[Pipeline] {\n[Pipeline] timeout\n[2020-01-24T17:30:09.113Z] Timeout set to expire in 6 hr 0 min\n[Pipeline] {\n[Pipeline] stage\n[Pipeline] { (Prepare)\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Semver Prep)\n[Pipeline] isUnix\n[Pipeline] sh\n[2020-01-24T17:30:10.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64\n[2020-01-24T17:30:10.564Z] \n[2020-01-24T17:30:10.564Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64\n[Pipeline] isUnix\n[Pipeline] sh\n[2020-01-24T17:30:10.897Z] + docker pull nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64\n[2020-01-24T17:30:10.898Z] latest-x86_64: Pulling from edgexfoundry/git-semver\n[2020-01-24T17:30:10.898Z] e7c96db7181b: Pulling fs layer\n[2020-01-24T17:30:10.898Z] a038dfdf5543: Pulling fs layer\n[2020-01-24T17:30:10.898Z] 8d5d8e63b3c0: Pulling fs layer\n[2020-01-24T17:30:11.158Z] e7c96db7181b: Verifying Checksum\n[2020-01-24T17:30:11.158Z] e7c96db7181b: Download complete\n[2020-01-24T17:30:11.158Z] 8d5d8e63b3c0: Verifying Checksum\n[2020-01-24T17:30:11.158Z] 8d5d8e63b3c0: Download complete\n[2020-01-24T17:30:11.158Z] a038dfdf5543: Verifying Checksum\n[2020-01-24T17:30:11.158Z] a038dfdf5543: Download complete\n[2020-01-24T17:30:11.158Z] e7c96db7181b: Pull complete\n[2020-01-24T17:30:12.102Z] a038dfdf5543: Pull complete\n[2020-01-24T17:30:12.102Z] 8d5d8e63b3c0: Pull complete\n[2020-01-24T17:30:12.102Z] Digest: sha256:05a9b251b02206200c94075b08ee2f72dfb9f54528ed2399686c43a0d6b464fb\n[2020-01-24T17:30:12.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64\n[Pipeline] withDockerContainer\n[2020-01-24T17:30:12.225Z] prd-centos7-docker-4c-2g-16050 does not seem to be running inside a container\n[2020-01-24T17:30:12.261Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-203 -v /w/workspace/dry_go-mod-core-contracts_PR-203:/w/workspace/dry_go-mod-core-contracts_PR-203:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-203@tmp:/w/workspace/dry_go-mod-core-contracts_PR-203@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 ******** nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64 cat\n[2020-01-24T17:30:12.850Z] $ docker top 4bdcf247f74681d30ca80ec14fd3ee4ae063e7b248a15ed1375a1f84a81dbd3a -eo pid,comm\n[Pipeline] {\n[Pipeline] withEnv\n[Pipeline] {\n[Pipeline] sshagent\n[2020-01-24T17:30:13.390Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)\n[2020-01-24T17:30:13.390Z] [ssh-agent] Looking for ssh-agent implementation...\n[2020-01-24T17:30:13.588Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)\n[2020-01-24T17:30:13.584Z] $ docker exec 4bdcf247f74681d30ca80ec14fd3ee4ae063e7b248a15ed1375a1f84a81dbd3a ssh-agent\n[2020-01-24T17:30:13.778Z] SSH_AUTH_SOCK=/tmp/ssh-vh8TS1sFPDIj/agent.15\n[2020-01-24T17:30:13.778Z] SSH_AGENT_PID=22\n[2020-01-24T17:30:13.788Z] Running ssh-add (command line suppressed)\n[2020-01-24T17:30:13.921Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-203@tmp/private_key_2747055754500396513.key (/w/workspace/dry_go-mod-core-contracts_PR-203@tmp/private_key_2747055754500396513.key)\n[2020-01-24T17:30:13.973Z] [ssh-agent] Started.\n[Pipeline] {\n[Pipeline] sh\n[2020-01-24T17:30:14.266Z] + git describe --exact-match --tags HEAD\n[2020-01-24T17:30:14.266Z] fatal: No names found, cannot describe anything.\n[Pipeline] }\n[2020-01-24T17:30:14.312Z] $ docker exec --env ******** --env ******** 4bdcf247f74681d30ca80ec14fd3ee4ae063e7b248a15ed1375a1f84a81dbd3a ssh-agent -k\n[2020-01-24T17:30:14.451Z] unset SSH_AUTH_SOCK;\n[2020-01-24T17:30:14.451Z] unset SSH_AGENT_PID;\n[2020-01-24T17:30:14.451Z] echo Agent pid 22 killed;\n[2020-01-24T17:30:14.505Z] [ssh-agent] Stopped.\n[Pipeline] // sshagent\n[Pipeline] echo\n[2020-01-24T17:30:14.519Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128\n[2020-01-24T17:30:14.519Z] This usually means this commit has not been tagged.\n[Pipeline] sshagent\n[2020-01-24T17:30:14.546Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)\n[2020-01-24T17:30:14.546Z] [ssh-agent] Looking for ssh-agent implementation...\n[2020-01-24T17:30:14.726Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)\n[2020-01-24T17:30:14.722Z] $ docker exec 4bdcf247f74681d30ca80ec14fd3ee4ae063e7b248a15ed1375a1f84a81dbd3a ssh-agent\n[2020-01-24T17:30:14.933Z] SSH_AUTH_SOCK=/tmp/ssh-OkCvPLlqNSzl/agent.58\n[2020-01-24T17:30:14.933Z] SSH_AGENT_PID=64\n[2020-01-24T17:30:14.940Z] Running ssh-add (command line suppressed)\n[2020-01-24T17:30:15.069Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-203@tmp/private_key_7900091428142431769.key (/w/workspace/dry_go-mod-core-contracts_PR-203@tmp/private_key_7900091428142431769.key)\n[2020-01-24T17:30:15.123Z] [ssh-agent] Started.\n[Pipeline] {\n[Pipeline] sh\n[2020-01-24T17:30:15.438Z] + git semver init\n[2020-01-24T17:30:15.438Z] # -> Open(): unable to determine branch for HEAD\n[2020-01-24T17:30:15.438Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-203/.git\n[2020-01-24T17:30:15.438Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-203\n[2020-01-24T17:30:15.438Z] # $SEMVER_REMOTE_NAME = origin\n[2020-01-24T17:30:15.438Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org\n[2020-01-24T17:30:15.438Z] # $SEMVER_USER_NAME = jenkins\n[2020-01-24T17:30:15.438Z] # $SEMVER_BRANCH = PR-203\n[2020-01-24T17:30:15.438Z] # $SEMVER_TEMP = /tmp/semver-193298326\n[2020-01-24T17:30:15.438Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP\n[2020-01-24T17:30:16.008Z] # \'/tmp/semver-193298326\' -> \'/w/workspace/dry_go-mod-core-contracts_PR-203/.semver\'\n[2020-01-24T17:30:16.008Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-203/.semver\n[Pipeline] }\n[2020-01-24T17:30:16.009Z] $ docker exec --env ******** --env ******** 4bdcf247f74681d30ca80ec14fd3ee4ae063e7b248a15ed1375a1f84a81dbd3a ssh-agent -k\n[2020-01-24T17:30:16.147Z] unset SSH_AUTH_SOCK;\n[2020-01-24T17:30:16.148Z] unset SSH_AGENT_PID;\n[2020-01-24T17:30:16.148Z] echo Agent pid 64 killed;\n[2020-01-24T17:30:16.205Z] [ssh-agent] Stopped.\n[Pipeline] // sshagent\n[Pipeline] }\n[Pipeline] // withEnv\n[Pipeline] sh\n[2020-01-24T17:30:16.515Z] + git semver\n[Pipeline] }\n[2020-01-24T17:30:16.520Z] $ docker stop --time=1 4bdcf247f74681d30ca80ec14fd3ee4ae063e7b248a15ed1375a1f84a81dbd3a\n[2020-01-24T17:30:17.858Z] $ docker rm -f 4bdcf247f74681d30ca80ec14fd3ee4ae063e7b248a15ed1375a1f84a81dbd3a\n[Pipeline] // withDockerContainer\n[Pipeline] writeFile\n[Pipeline] stash\n[2020-01-24T17:30:18.473Z] Stashed 58 file(s)\n[Pipeline] echo\n[2020-01-24T17:30:18.475Z] [edgeXSemver] initialized semver on version 0.0.0\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Build)\n[Pipeline] parallel\n[Pipeline] { (Branch: amd64)\n[Pipeline] { (Branch: arm64)\n[Pipeline] stage\n[Pipeline] { (amd64)\n[Pipeline] stage\n[Pipeline] { (arm64)\n[Pipeline] node\n[Pipeline] node\n[2020-01-24T17:30:33.570Z] Still waiting to schedule task\n[2020-01-24T17:30:33.570Z] Waiting for next available executor on \xe2\x80\x98centos7-docker-4c-2g\xe2\x80\x99\n[2020-01-24T17:30:33.572Z] Still waiting to schedule task\n[2020-01-24T17:30:33.572Z] All nodes of label \xe2\x80\x98ubuntu18.04-docker-arm64-4c-2g\xe2\x80\x99 are offline\n[2020-01-24T17:32:29.170Z] Running on prd-ubuntu18.04-docker-arm64-4c-2g-16051 in /w/workspace/dry_go-mod-core-contracts_PR-203\n[Pipeline] {\n[Pipeline] ws\n[2020-01-24T17:32:29.186Z] Running in /w/workspace/go-mod-core-contracts/4\n[Pipeline] {\n[Pipeline] checkout\n[2020-01-24T17:32:35.718Z] using credential edgex-jenkins-ssh\n[2020-01-24T17:32:35.748Z] Cloning the remote Git repository\n[2020-01-24T17:32:35.748Z] Cloning with configured refspecs honoured and without tags\n[2020-01-24T17:32:35.807Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git\n[2020-01-24T17:32:35.904Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10\n[2020-01-24T17:32:35.976Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git\n[2020-01-24T17:32:35.979Z] > git --version # timeout=10\n[2020-01-24T17:32:36.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub\n[2020-01-24T17:32:36.091Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/203/head:refs/remotes/origin/PR-203 +refs/heads/master:refs/remotes/origin/master # timeout=10\n[2020-01-24T17:32:37.212Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10\n[2020-01-24T17:32:37.241Z] > git config --add remote.origin.fetch +refs/pull/203/head:refs/remotes/origin/PR-203 # timeout=10\n[2020-01-24T17:32:37.265Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10\n[2020-01-24T17:32:37.332Z] Fetching without tags\n[2020-01-24T17:32:37.843Z] Merging remotes/origin/master commit 40d6aaf772ad1a1a8bf0d445592f959f7f0b502f into PR head commit 65bf80c725a3d020c5fc205966543be0886cdca5\n[2020-01-24T17:32:38.095Z] Merge succeeded, producing 65bf80c725a3d020c5fc205966543be0886cdca5\n[2020-01-24T17:32:38.096Z] Checking out Revision 65bf80c725a3d020c5fc205966543be0886cdca5 (PR-203)\n[2020-01-24T17:32:37.304Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10\n[2020-01-24T17:32:37.349Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git\n[2020-01-24T17:32:37.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub\n[2020-01-24T17:32:37.361Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/203/head:refs/remotes/origin/PR-203 +refs/heads/master:refs/remotes/origin/master # timeout=10\n[2020-01-24T17:32:37.862Z] > git config core.sparsecheckout # timeout=10\n[2020-01-24T17:32:37.894Z] > git checkout -f 65bf80c725a3d020c5fc205966543be0886cdca5 # timeout=10\n[2020-01-24T17:32:38.025Z] > git merge 40d6aaf772ad1a1a8bf0d445592f959f7f0b502f # timeout=10\n[2020-01-24T17:32:38.058Z] > git rev-parse HEAD^{commit} # timeout=10\n[2020-01-24T17:32:38.101Z] > git config core.sparsecheckout # timeout=10\n[2020-01-24T17:32:38.120Z] > git checkout -f 65bf80c725a3d020c5fc205966543be0886cdca5 # timeout=10\n[2020-01-24T17:32:42.561Z] Commit message: "#196: Added more test cases. These are implementation specific and are suspect."\n[Pipeline] withEnv\n[Pipeline] {\n[Pipeline] withEnv\n[Pipeline] {\n[Pipeline] stage\n[Pipeline] { (Prep)\n[Pipeline] script\n[Pipeline] {\n[Pipeline] unstash\n[Pipeline] echo\n[2020-01-24T17:32:43.811Z] =========================================================\n[2020-01-24T17:32:43.811Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.12.14-alpine]\n[2020-01-24T17:32:43.811Z] =========================================================\n[Pipeline] isUnix\n[Pipeline] sh\n[2020-01-24T17:32:45.233Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.12.14-alpine .\n[2020-01-24T17:32:46.214Z] Sending build context to Docker daemon 1.639MB\r\r\n[2020-01-24T17:32:46.214Z] Step 1/7 : ARG BASE=golang:1.12-alpine\n[2020-01-24T17:32:46.214Z] Step 2/7 : FROM ${BASE}\n[2020-01-24T17:32:46.810Z] 1.12.14-alpine: Pulling from edgex-devops/edgex-golang-base-arm64\n[2020-01-24T17:32:46.810Z] cde5963f3b93: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 2a23fa8c16f7: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 777b28850792: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 3b9bb2159cbb: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 3e5cb46e90bb: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 704391ccfee3: Pulling fs layer\n[2020-01-24T17:32:46.810Z] dc41f6c27be0: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 1e2f9a495ab8: Pulling fs layer\n[2020-01-24T17:32:46.810Z] b9840a92bc40: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 29cc21b14733: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 9b0bbc4bba68: Pulling fs layer\n[2020-01-24T17:32:46.810Z] 3b9bb2159cbb: Waiting\n[2020-01-24T17:32:46.810Z] 3e5cb46e90bb: Waiting\n[2020-01-24T17:32:46.810Z] 704391ccfee3: Waiting\n[2020-01-24T17:32:46.810Z] dc41f6c27be0: Waiting\n[2020-01-24T17:32:46.810Z] 1e2f9a495ab8: Waiting\n[2020-01-24T17:32:46.810Z] b9840a92bc40: Waiting\n[2020-01-24T17:32:46.810Z] 29cc21b14733: Waiting\n[2020-01-24T17:32:46.810Z] 9b0bbc4bba68: Waiting\n[2020-01-24T17:32:46.810Z] 777b28850792: Verifying Checksum\n[2020-01-24T17:32:46.810Z] 777b28850792: Download complete\n[2020-01-24T17:32:46.810Z] 2a23fa8c16f7: Verifying Checksum\n[2020-01-24T17:32:46.810Z] 2a23fa8c16f7: Download complete\n[2020-01-24T17:32:46.810Z] 3e5cb46e90bb: Verifying Checksum\n[2020-01-24T17:32:46.810Z] 3e5cb46e90bb: Download complete\n[2020-01-24T17:32:46.810Z] 704391ccfee3: Verifying Checksum\n[2020-01-24T17:32:46.810Z] 704391ccfee3: Download complete\n[2020-01-24T17:32:46.810Z] cde5963f3b93: Verifying Checksum\n[2020-01-24T17:32:46.810Z] cde5963f3b93: Download complete\n[2020-01-24T17:32:49.445Z] cde5963f3b93: Pull complete\n[2020-01-24T17:32:50.056Z] 2a23fa8c16f7: Pull complete\n[2020-01-24T17:32:50.331Z] 777b28850792: Pull complete\n[2020-01-24T17:32:54.665Z] dc41f6c27be0: Verifying Checksum\n[2020-01-24T17:32:54.665Z] dc41f6c27be0: Download complete\n[2020-01-24T17:32:54.665Z] b9840a92bc40: Verifying Checksum\n[2020-01-24T17:32:54.665Z] b9840a92bc40: Download complete\n[2020-01-24T17:32:58.971Z] 29cc21b14733: Verifying Checksum\n[2020-01-24T17:32:58.971Z] 29cc21b14733: Download complete\n[2020-01-24T17:32:58.971Z] 9b0bbc4bba68: Verifying Checksum\n[2020-01-24T17:32:58.971Z] 9b0bbc4bba68: Download complete\n[2020-01-24T17:33:00.956Z] 1e2f9a495ab8: Verifying Checksum\n[2020-01-24T17:33:00.957Z] 1e2f9a495ab8: Download complete\n[2020-01-24T17:33:02.412Z] 3b9bb2159cbb: Verifying Checksum\n[2020-01-24T17:33:02.412Z] 3b9bb2159cbb: Download complete\n[2020-01-24T17:33:04.530Z] Running on prd-centos7-docker-4c-2g-16054 in /w/workspace/dry_go-mod-core-contracts_PR-203\n[Pipeline] {\n[Pipeline] ws\n[2020-01-24T17:33:04.544Z] Running in /w/workspace/go-mod-core-contracts/4\n[Pipeline] {\n[Pipeline] checkout\n[2020-01-24T17:33:07.946Z] using credential edgex-jenkins-ssh\n[2020-01-24T17:33:07.962Z] Cloning the remote Git repository\n[2020-01-24T17:33:07.962Z] Cloning with configured refspecs honoured and without tags\n[2020-01-24T17:33:08.722Z] Fetching without tags\n[2020-01-24T17:33:07.249Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git\n[2020-01-24T17:33:07.291Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10\n[2020-01-24T17:33:07.347Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git\n[2020-01-24T17:33:07.347Z] > git --version # timeout=10\n[2020-01-24T17:33:07.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub\n[2020-01-24T17:33:07.386Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/203/head:refs/remotes/origin/PR-203 +refs/heads/master:refs/remotes/origin/master # timeout=10\n[2020-01-24T17:33:07.996Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10\n[2020-01-24T17:33:08.005Z] > git config --add remote.origin.fetch +refs/pull/203/head:refs/remotes/origin/PR-203 # timeout=10\n[2020-01-24T17:33:08.015Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10\n[2020-01-24T17:33:08.031Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10\n[2020-01-24T17:33:08.046Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git\n[2020-01-24T17:33:08.046Z] using GIT_SSH to set credentials SSH Credentials for GitHub\n[2020-01-24T17:33:08.051Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/203/head:refs/remotes/origin/PR-203 +refs/heads/master:refs/remotes/origin/master # timeout=10\n[2020-01-24T17:33:09.143Z] Merging remotes/origin/master commit 40d6aaf772ad1a1a8bf0d445592f959f7f0b502f into PR head commit 65bf80c725a3d020c5fc205966543be0886cdca5\n[2020-01-24T17:33:09.276Z] Merge succeeded, producing 65bf80c725a3d020c5fc205966543be0886cdca5\n[2020-01-24T17:33:09.277Z] Checking out Revision 65bf80c725a3d020c5fc205966543be0886cdca5 (PR-203)\n[2020-01-24T17:33:08.508Z] > git config core.sparsecheckout # timeout=10\n[2020-01-24T17:33:08.517Z] > git checkout -f 65bf80c725a3d020c5fc205966543be0886cdca5 # timeout=10\n[2020-01-24T17:33:08.615Z] > git merge 40d6aaf772ad1a1a8bf0d445592f959f7f0b502f # timeout=10\n[2020-01-24T17:33:08.631Z] > git rev-parse HEAD^{commit} # timeout=10\n[2020-01-24T17:33:08.645Z] > git config core.sparsecheckout # timeout=10\n[2020-01-24T17:33:08.652Z] > git checkout -f 65bf80c725a3d020c5fc205966543be0886cdca5 # timeout=10\n[2020-01-24T17:33:12.590Z] Commit message: "#196: Added more test cases. These are implementation specific and are suspect."\n[Pipeline] withEnv\n[Pipeline] {\n[Pipeline] withEnv\n[Pipeline] {\n[Pipeline] stage\n[Pipeline] { (Prep)\n[Pipeline] script\n[Pipeline] {\n[Pipeline] unstash\n[Pipeline] echo\n[2020-01-24T17:33:13.229Z] =========================================================\n[2020-01-24T17:33:13.229Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.12.14-alpine]\n[2020-01-24T17:33:13.229Z] =========================================================\n[Pipeline] isUnix\n[Pipeline] sh\n[2020-01-24T17:33:13.724Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.12.14-alpine .\n[2020-01-24T17:33:13.984Z] Sending build context to Docker daemon 1.639MB\r\r\n[2020-01-24T17:33:13.984Z] Step 1/7 : ARG BASE=golang:1.12-alpine\n[2020-01-24T17:33:13.984Z] Step 2/7 : FROM ${BASE}\n[2020-01-24T17:33:13.984Z] 1.12.14-alpine: Pulling from edgex-devops/edgex-golang-base\n[2020-01-24T17:33:13.984Z] e6b0cf9c0882: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 2848faf0eed1: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 0f37312ad70f: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 7d08f2745646: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 4c9f31393084: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 75f7a44be1ab: Pulling fs layer\n[2020-01-24T17:33:13.984Z] b4c4bfaf82a6: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 879382edf91e: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 465f21562d6c: Pulling fs layer\n[2020-01-24T17:33:13.984Z] c022810cb2be: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 2dbe7964578c: Pulling fs layer\n[2020-01-24T17:33:13.984Z] 4c9f31393084: Waiting\n[2020-01-24T17:33:13.984Z] 75f7a44be1ab: Waiting\n[2020-01-24T17:33:13.984Z] 7d08f2745646: Waiting\n[2020-01-24T17:33:13.984Z] 879382edf91e: Waiting\n[2020-01-24T17:33:13.984Z] 465f21562d6c: Waiting\n[2020-01-24T17:33:13.984Z] c022810cb2be: Waiting\n[2020-01-24T17:33:13.984Z] 2dbe7964578c: Waiting\n[2020-01-24T17:33:13.984Z] b4c4bfaf82a6: Waiting\n[2020-01-24T17:33:13.984Z] 0f37312ad70f: Download complete\n[2020-01-24T17:33:13.984Z] 2848faf0eed1: Verifying Checksum\n[2020-01-24T17:33:13.984Z] 2848faf0eed1: Download complete\n[2020-01-24T17:33:13.984Z] 4c9f31393084: Verifying Checksum\n[2020-01-24T17:33:13.984Z] 4c9f31393084: Download complete\n[2020-01-24T17:33:13.984Z] 75f7a44be1ab: Verifying Checksum\n[2020-01-24T17:33:13.984Z] 75f7a44be1ab: Download complete\n[2020-01-24T17:33:13.984Z] e6b0cf9c0882: Verifying Checksum\n[2020-01-24T17:33:14.252Z] e6b0cf9c0882: Pull complete\n[2020-01-24T17:33:14.512Z] 2848faf0eed1: Pull complete\n[2020-01-24T17:33:14.512Z] 0f37312ad70f: Pull complete\n[2020-01-24T17:33:15.085Z] b4c4bfaf82a6: Verifying Checksum\n[2020-01-24T17:33:15.085Z] b4c4bfaf82a6: Download complete\n[2020-01-24T17:33:15.085Z] 465f21562d6c: Verifying Checksum\n[2020-01-24T17:33:15.085Z] 465f21562d6c: Download complete\n[2020-01-24T17:33:15.669Z] 879382edf91e: Verifying Checksum\n[2020-01-24T17:33:15.669Z] 879382edf91e: Download complete\n[2020-01-24T17:33:15.669Z] 7d08f2745646: Verifying Checksum\n[2020-01-24T17:33:15.669Z] 7d08f2745646: Download complete\n[2020-01-24T17:33:15.928Z] 2dbe7964578c: Verifying Checksum\n[2020-01-24T17:33:15.928Z] 2dbe7964578c: Download complete\n[2020-01-24T17:33:15.928Z] c022810cb2be: Verifying Checksum\n[2020-01-24T17:33:15.928Z] c022810cb2be: Download complete\n[2020-01-24T17:33:20.681Z] 3b9bb2159cbb: Pull complete\n[2020-01-24T17:33:20.681Z] 3e5cb46e90bb: Pull complete\n[2020-01-24T17:33:20.681Z] 704391ccfee3: Pull complete\n[2020-01-24T17:33:22.506Z] 7d08f2745646: Pull complete\n[2020-01-24T17:33:22.506Z] 4c9f31393084: Pull complete\n[2020-01-24T17:33:22.506Z] 75f7a44be1ab: Pull complete\n[2020-01-24T17:33:26.109Z] dc41f6c27be0: Pull complete\n[2020-01-24T17:33:27.797Z] b4c4bfaf82a6: Pull complete\n[2020-01-24T17:33:30.346Z] 879382edf91e: Pull complete\n[2020-01-24T17:33:30.346Z] 465f21562d6c: Pull complete\n[2020-01-24T17:33:31.308Z] c022810cb2be: Pull complete\n[2020-01-24T17:33:31.569Z] 2dbe7964578c: Pull complete\n[2020-01-24T17:33:31.569Z] Digest: sha256:884d04ec3b16b58ff5175fbb623a2034b3e98bdbec6f492286d7d7b86ff1e8a6\n[2020-01-24T17:33:31.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.12.14-alpine\n[2020-01-24T17:33:31.569Z] ---> 3f42607d790b\n[2020-01-24T17:33:31.569Z] Step 3/7 : LABEL license=\'SPDX-License-Identifier: Apache-2.0\' copyright=\'Copyright (c) 2019: Intel\'\n[2020-01-24T17:33:31.569Z] ---> Running in c50386d5afee\n[2020-01-24T17:33:31.827Z] Removing intermediate container c50386d5afee\n[2020-01-24T17:33:31.827Z] ---> 4cbe8688e629\n[2020-01-24T17:33:31.827Z] Step 4/7 : RUN apk add bash\n[2020-01-24T17:33:31.827Z] ---> Running in c858f82e22e3\n[2020-01-24T17:33:32.395Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz\n[2020-01-24T17:33:32.963Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz\n[2020-01-24T17:33:33.531Z] OK: 143 MiB in 39 packages\n[2020-01-24T17:33:33.790Z] Removing intermediate container c858f82e22e3\n[2020-01-24T17:33:33.790Z] ---> 5d797d4f1bfa\n[2020-01-24T17:33:33.790Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry\n[2020-01-24T17:33:33.790Z] ---> Running in 66bfe78c910f\n[2020-01-24T17:33:34.048Z] Removing intermediate container 66bfe78c910f\n[2020-01-24T17:33:34.048Z] ---> a6e992844287\n[2020-01-24T17:33:34.048Z] Step 6/7 : COPY go.mod .\n[2020-01-24T17:33:34.308Z] ---> a309d77a58fa\n[2020-01-24T17:33:34.308Z] Step 7/7 : RUN go mod download\n[2020-01-24T17:33:34.308Z] ---> Running in 37770e3caf45\n[2020-01-24T17:33:34.351Z] 1e2f9a495ab8: Pull complete\n[2020-01-24T17:33:34.351Z] b9840a92bc40: Pull complete\n[2020-01-24T17:33:34.877Z] \x1b[91mgo: finding github.com/go-stack/stack v1.8.0\n[2020-01-24T17:33:34.878Z] \x1b[0m\x1b[91mgo: finding github.com/google/uuid v1.1.0\n[2020-01-24T17:33:34.878Z] \x1b[0m\x1b[91mgo: finding github.com/ugorji/go v1.1.4\n[2020-01-24T17:33:34.878Z] \x1b[0m\x1b[91mgo: finding github.com/go-logfmt/logfmt v0.4.0\n[2020-01-24T17:33:34.878Z] \x1b[0m\x1b[91mgo: finding github.com/go-kit/kit v0.8.0\n[2020-01-24T17:33:34.878Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/testify v1.3.0\n[2020-01-24T17:33:35.136Z] \x1b[0m\x1b[91mgo: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515\n[2020-01-24T17:33:35.396Z] \x1b[0m\x1b[91mgo: finding github.com/pmezard/go-difflib v1.0.0\n[2020-01-24T17:33:35.396Z] \x1b[0m\x1b[91mgo: finding github.com/davecgh/go-spew v1.1.0\n[2020-01-24T17:33:35.396Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/objx v0.1.0\n[2020-01-24T17:33:36.334Z] 29cc21b14733: Pull complete\n[2020-01-24T17:33:37.311Z] \x1b[0mRemoving intermediate container 37770e3caf45\n[2020-01-24T17:33:37.311Z] ---> 47f8deacbb30\n[2020-01-24T17:33:37.311Z] Successfully built 47f8deacbb30\n[2020-01-24T17:33:37.311Z] Successfully tagged ci-base-image-x86_64:latest\n[2020-01-24T17:33:37.318Z] 9b0bbc4bba68: Pull complete\n[2020-01-24T17:33:37.318Z] Digest: sha256:c8c5bc4fdf7c7cd5b3396b70e05cc3ad4e46a473bc43fe8b2a1236052464d417\n[2020-01-24T17:33:37.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.12.14-alpine\n[2020-01-24T17:33:37.318Z] ---> 56ba99f26dce\n[2020-01-24T17:33:37.318Z] Step 3/7 : LABEL license=\'SPDX-License-Identifier: Apache-2.0\' copyright=\'Copyright (c) 2019: Intel\'\n[Pipeline] }\n[Pipeline] // script\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Test)\n[Pipeline] script\n[Pipeline] {\n[Pipeline] isUnix\n[Pipeline] sh\n[2020-01-24T17:33:37.699Z] + docker inspect -f . ci-base-image-x86_64\n[2020-01-24T17:33:37.699Z] .\n[Pipeline] withDockerContainer\n[2020-01-24T17:33:37.828Z] prd-centos7-docker-4c-2g-16054 does not seem to be running inside a container\n[2020-01-24T17:33:37.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-x86_64 cat\n[2020-01-24T17:33:38.868Z] $ docker top 1a53c1b54541db6ef109a8e3b0c4dd0eebe7f1cf3d80cbaad49d07f57284f2d2 -eo pid,comm\n[Pipeline] {\n[Pipeline] sh\n[2020-01-24T17:33:39.737Z] + go version\n[2020-01-24T17:33:39.737Z] go version go1.12.14 linux/amd64\n[Pipeline] sh\n[2020-01-24T17:33:40.055Z] + make test\n[2020-01-24T17:33:40.055Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./...\n[2020-01-24T17:33:40.730Z] ---> Running in f9c096e8ae50\n[2020-01-24T17:33:41.001Z] Removing intermediate container f9c096e8ae50\n[2020-01-24T17:33:41.001Z] ---> 0dae71da458e\n[2020-01-24T17:33:41.001Z] Step 4/7 : RUN apk add bash\n[2020-01-24T17:33:41.001Z] ---> Running in bfaede48f6ed\n[2020-01-24T17:33:42.436Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz\n[2020-01-24T17:33:43.033Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz\n[2020-01-24T17:33:43.621Z] OK: 125 MiB in 39 packages\n[2020-01-24T17:33:45.044Z] Removing intermediate container bfaede48f6ed\n[2020-01-24T17:33:45.044Z] ---> 710df04669f7\n[2020-01-24T17:33:45.044Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry\n[2020-01-24T17:33:45.044Z] ---> Running in da8f9a27f5fb\n[2020-01-24T17:33:45.322Z] Removing intermediate container da8f9a27f5fb\n[2020-01-24T17:33:45.322Z] ---> fb5abff9b6af\n[2020-01-24T17:33:45.322Z] Step 6/7 : COPY go.mod .\n[2020-01-24T17:33:45.369Z] ? \tgithub.com/edgexfoundry/go-mod-core-contracts/clients\t[no test files]\n[2020-01-24T17:33:45.925Z] ---> 26244a236f1d\n[2020-01-24T17:33:45.925Z] Step 7/7 : RUN go mod download\n[2020-01-24T17:33:45.925Z] ---> Running in 701d6e9b237c\n[2020-01-24T17:33:45.953Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/command\t0.011s\tcoverage: 88.9% of statements\n[2020-01-24T17:33:47.369Z] \x1b[91mgo: finding github.com/ugorji/go v1.1.4\n[2020-01-24T17:33:47.369Z] \x1b[0m\x1b[91mgo: finding github.com/go-logfmt/logfmt v0.4.0\n[2020-01-24T17:33:47.369Z] \x1b[0m\x1b[91mgo: finding github.com/go-stack/stack v1.8.0\n[2020-01-24T17:33:47.369Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/testify v1.3.0\n[2020-01-24T17:33:47.369Z] \x1b[0m\x1b[91mgo: finding github.com/go-kit/kit v0.8.0\n[2020-01-24T17:33:47.369Z] \x1b[0m\x1b[91mgo: finding github.com/google/uuid v1.1.0\n[2020-01-24T17:33:48.335Z] \x1b[0m\x1b[91mgo: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515\n[2020-01-24T17:33:48.606Z] \x1b[0m\x1b[91mgo: finding github.com/pmezard/go-difflib v1.0.0\n[2020-01-24T17:33:48.606Z] \x1b[0m\x1b[91mgo: finding github.com/davecgh/go-spew v1.1.0\n[2020-01-24T17:33:48.606Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/objx v0.1.0\n[2020-01-24T17:33:55.314Z] \x1b[0mRemoving intermediate container 701d6e9b237c\n[2020-01-24T17:33:55.314Z] ---> a2a70e422a66\n[2020-01-24T17:33:55.314Z] Successfully built a2a70e422a66\n[2020-01-24T17:33:55.314Z] Successfully tagged ci-base-image-arm64:latest\n[Pipeline] }\n[Pipeline] // script\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Test)\n[Pipeline] script\n[Pipeline] {\n[Pipeline] isUnix\n[Pipeline] sh\n[2020-01-24T17:33:55.781Z] + docker inspect -f . ci-base-image-arm64\n[2020-01-24T17:33:56.006Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/coredata\t1.629s\tcoverage: 45.9% of statements\n[2020-01-24T17:33:56.006Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/general\t0.007s\tcoverage: 77.8% of statements\n[2020-01-24T17:33:56.006Z] ? \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/interfaces\t[no test files]\n[2020-01-24T17:33:56.006Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/logger\t0.008s\tcoverage: 6.3% of statements\n[2020-01-24T17:33:56.050Z] .\n[Pipeline] withDockerContainer\n[2020-01-24T17:33:56.434Z] prd-ubuntu18.04-docker-arm64-4c-2g-16051 does not seem to be running inside a container\n[2020-01-24T17:33:56.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-arm64 cat\n[2020-01-24T17:33:58.097Z] $ docker top 6e418ce0993c1d18f56f02ec14d3603675d7032cffc7b0749e808bec2c523925 -eo pid,comm\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/metadata\t3.030s\tcoverage: 14.4% of statements\n[2020-01-24T17:33:58.558Z] ? \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/metadata/mocks\t[no test files]\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/notifications\t0.008s\tcoverage: 100.0% of statements\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/scheduler\t0.022s\tcoverage: 91.8% of statements\n[2020-01-24T17:33:58.558Z] ? \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/types\t[no test files]\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/urlclient\t2.042s\tcoverage: 100.0% of statements\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/models\t0.018s\tcoverage: 63.0% of statements\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/requests/configuration\t0.006s\tcoverage: 26.3% of statements\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/requests/states/admin\t0.011s\tcoverage: 15.4% of statements\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/requests/states/operating\t0.006s\tcoverage: 15.4% of statements\n[2020-01-24T17:33:58.558Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/responses/configuration\t0.007s\tcoverage: 14.3% of statements\n[2020-01-24T17:33:58.558Z] CGO_ENABLED=0 GO111MODULE=on go vet ./...\n[Pipeline] {\n[Pipeline] sh\n[2020-01-24T17:34:00.427Z] + go version\n[2020-01-24T17:34:00.427Z] go version go1.12.14 linux/arm64\n[Pipeline] sh\n[2020-01-24T17:34:01.134Z] + make test\n[2020-01-24T17:34:01.134Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./...\n[2020-01-24T17:34:03.858Z] gofmt -l .\n[2020-01-24T17:34:03.858Z] [ "`gofmt -l .`" = "" ]\n[Pipeline] stash\n[2020-01-24T17:34:04.256Z] Stashed 1 file(s)\n[Pipeline] }\n[2020-01-24T17:34:04.260Z] $ docker stop --time=1 1a53c1b54541db6ef109a8e3b0c4dd0eebe7f1cf3d80cbaad49d07f57284f2d2\n[2020-01-24T17:34:05.697Z] $ docker rm -f 1a53c1b54541db6ef109a8e3b0c4dd0eebe7f1cf3d80cbaad49d07f57284f2d2\n[Pipeline] // withDockerContainer\n[Pipeline] }\n[Pipeline] // script\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Build)\nStage "Build" skipped due to when conditional\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Docker Push)\nStage "Docker Push" skipped due to when conditional\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] }\n[Pipeline] // withEnv\n[Pipeline] }\n[Pipeline] // withEnv\n[Pipeline] }\n[Pipeline] // ws\n[Pipeline] }\n[Pipeline] // node\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] }\n[2020-01-24T17:34:27.912Z] ? \tgithub.com/edgexfoundry/go-mod-core-contracts/clients\t[no test files]\n[2020-01-24T17:34:27.913Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/command\t0.030s\tcoverage: 88.9% of statements\n[2020-01-24T17:35:00.258Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/coredata\t1.540s\tcoverage: 45.9% of statements\n[2020-01-24T17:35:00.258Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/general\t0.022s\tcoverage: 77.8% of statements\n[2020-01-24T17:35:00.258Z] ? \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/interfaces\t[no test files]\n[2020-01-24T17:35:02.238Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/logger\t0.020s\tcoverage: 6.3% of statements\n[2020-01-24T17:35:08.965Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/metadata\t3.050s\tcoverage: 14.4% of statements\n[2020-01-24T17:35:08.965Z] ? \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/metadata/mocks\t[no test files]\n[2020-01-24T17:35:08.965Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/notifications\t0.019s\tcoverage: 100.0% of statements\n[2020-01-24T17:35:08.965Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/scheduler\t0.063s\tcoverage: 91.8% of statements\n[2020-01-24T17:35:08.965Z] ? \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/types\t[no test files]\n[2020-01-24T17:35:08.965Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/clients/urlclient\t2.029s\tcoverage: 100.0% of statements\n[2020-01-24T17:35:17.252Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/models\t0.099s\tcoverage: 63.0% of statements\n[2020-01-24T17:35:17.252Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/requests/configuration\t0.037s\tcoverage: 26.3% of statements\n[2020-01-24T17:35:19.225Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/requests/states/admin\t0.019s\tcoverage: 15.4% of statements\n[2020-01-24T17:35:21.854Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/requests/states/operating\t0.021s\tcoverage: 15.4% of statements\n[2020-01-24T17:35:23.280Z] ok \tgithub.com/edgexfoundry/go-mod-core-contracts/responses/configuration\t0.022s\tcoverage: 14.3% of statements\n[2020-01-24T17:35:23.550Z] CGO_ENABLED=0 GO111MODULE=on go vet ./...\n[2020-01-24T17:35:45.699Z] gofmt -l .\n[2020-01-24T17:35:45.968Z] [ "`gofmt -l .`" = "" ]\n[Pipeline] stash\n[2020-01-24T17:35:46.256Z] Warning: overwriting stash \xe2\x80\x98coverage-report\xe2\x80\x99\n[2020-01-24T17:35:46.777Z] Stashed 1 file(s)\n[Pipeline] }\n[2020-01-24T17:35:46.782Z] $ docker stop --time=1 6e418ce0993c1d18f56f02ec14d3603675d7032cffc7b0749e808bec2c523925\n[2020-01-24T17:35:48.820Z] $ docker rm -f 6e418ce0993c1d18f56f02ec14d3603675d7032cffc7b0749e808bec2c523925\n[Pipeline] // withDockerContainer\n[Pipeline] }\n[Pipeline] // script\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Build)\nStage "Build" skipped due to when conditional\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Docker Push)\nStage "Docker Push" skipped due to when conditional\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] }\n[Pipeline] // withEnv\n[Pipeline] }\n[Pipeline] // withEnv\n[Pipeline] }\n[Pipeline] // ws\n[Pipeline] }\n[Pipeline] // node\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] }\n[Pipeline] // parallel\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (CodeCov)\n[Pipeline] unstash\n[Pipeline] wrap\n[2020-01-24T17:35:49.803Z] provisioning config files...\n[2020-01-24T17:35:49.814Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-203@tmp/config9146121400314571597tmp\n[Pipeline] {\n[Pipeline] sh\n[2020-01-24T17:35:50.124Z] + curl -s https://codecov.io/bash\n[2020-01-24T17:35:50.124Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-203@tmp/config9146121400314571597tmp\n[2020-01-24T17:35:50.385Z] \n[2020-01-24T17:35:50.385Z] _____ _\n[2020-01-24T17:35:50.385Z] / ____| | |\n[2020-01-24T17:35:50.385Z] | | ___ __| | ___ ___ _____ __\n[2020-01-24T17:35:50.385Z] | | / _ \\ / _` |/ _ \\/ __/ _ \\ \\ / /\n[2020-01-24T17:35:50.385Z] | |___| (_) | (_| | __/ (_| (_) \\ V /\n[2020-01-24T17:35:50.385Z] \\_____\\___/ \\__,_|\\___|\\___\\___/ \\_/\n[2020-01-24T17:35:50.385Z] Bash-20191211-b8db533\n[2020-01-24T17:35:50.385Z] \n[2020-01-24T17:35:50.385Z] \n[2020-01-24T17:35:50.385Z] \x1b[0;90m==>\x1b[0m Jenkins CI detected.\n[2020-01-24T17:35:50.385Z] \x1b[0;90mproject root:\x1b[0m .\n[2020-01-24T17:35:50.385Z] \x1b[0;32mYaml not found, that\'s ok! Learn more at\x1b[0m \x1b[0;36mhttp://docs.codecov.io/docs/codecov-yaml\x1b[0m\n[2020-01-24T17:35:50.385Z] \x1b[0;90m==>\x1b[0m Running gcov in . \x1b[0;90m(disable via -X gcov)\x1b[0m\n[2020-01-24T17:35:50.385Z] \x1b[0;90m==>\x1b[0m Python coveragepy not found\n[2020-01-24T17:35:50.385Z] \x1b[0;90m==>\x1b[0m Searching for coverage reports in:\n[2020-01-24T17:35:50.385Z] \x1b[0;32m+\x1b[0m .\n[2020-01-24T17:35:50.385Z] \x1b[0;90m->\x1b[0m Found 1 reports\n[2020-01-24T17:35:50.385Z] \x1b[0;90m==>\x1b[0m Detecting git/mercurial file structure\n[2020-01-24T17:35:50.385Z] \x1b[0;90m==>\x1b[0m Reading reports\n[2020-01-24T17:35:50.385Z] \x1b[0;32m+\x1b[0m ./coverage.out \x1b[0;90mbytes=80691\x1b[0m\n[2020-01-24T17:35:50.385Z] \x1b[0;90m==>\x1b[0m Appending adjustments\n[2020-01-24T17:35:50.385Z] \x1b[0;36mhttp://docs.codecov.io/docs/fixing-reports\x1b[0m\n[2020-01-24T17:35:50.953Z] \x1b[0;32m+\x1b[0m Found adjustments\n[2020-01-24T17:35:50.954Z] \x1b[0;90m==>\x1b[0m Gzipping contents\n[2020-01-24T17:35:50.954Z] \x1b[0;90m==>\x1b[0m Uploading reports\n[2020-01-24T17:35:50.954Z] \x1b[0;90murl:\x1b[0m https://codecov.io\n[2020-01-24T17:35:50.954Z] \x1b[0;90mquery:\x1b[0m branch=PR-203&commit=65bf80c725a3d020c5fc205966543be0886cdca5&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-203%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=203&job=\n[2020-01-24T17:35:50.954Z] \x1b[0;90m->\x1b[0m Pinging Codecov\n[2020-01-24T17:35:50.954Z] https://codecov.io/upload/v4?package=bash-20191211-b8db533&token=secret&branch=PR-203&commit=65bf80c725a3d020c5fc205966543be0886cdca5&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-203%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=203&job=\n[2020-01-24T17:35:51.527Z] \x1b[0;90m->\x1b[0m Uploading\n[2020-01-24T17:35:52.094Z] \x1b[0;32m->\x1b[0m View reports at \x1b[0;36mhttps://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/65bf80c725a3d020c5fc205966543be0886cdca5\x1b[0m\n[Pipeline] }\n[2020-01-24T17:35:52.101Z] Deleting 1 temporary files\n[Pipeline] // wrap\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Snyk Scan)\nStage "Snyk Scan" skipped due to when conditional\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Clair Scan)\nStage "Clair Scan" skipped due to when conditional\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Semver)\nStage "Semver" skipped due to when conditional\n[Pipeline] stage\n[Pipeline] { (Tag)\nStage "Semver" skipped due to when conditional\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Bump Pre-Release Version)\nStage "Semver" skipped due to when conditional\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] }\n[Pipeline] // stage\n[Pipeline] stage\n[Pipeline] { (Declarative: Post Actions)\n[Pipeline] stage\n[Pipeline] { (LF Post Build Actions)\n[Pipeline] libraryResource\n[Pipeline] sh\n[2020-01-24T17:35:52.658Z] ---> sysstat.sh\n[Pipeline] libraryResource\n[Pipeline] sh\n[2020-01-24T17:35:52.959Z] ---> package-listing.sh\n[2020-01-24T17:35:52.959Z] ++ facter osfamily\n[2020-01-24T17:35:52.959Z] ++ tr \'[:upper:]\' \'[:lower:]\'\n[2020-01-24T17:35:52.959Z] + OS_FAMILY=redhat\n[2020-01-24T17:35:52.959Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-203\n[2020-01-24T17:35:52.959Z] + START_PACKAGES=/tmp/packages_start.txt\n[2020-01-24T17:35:52.959Z] + END_PACKAGES=/tmp/packages_end.txt\n[2020-01-24T17:35:52.959Z] + DIFF_PACKAGES=/tmp/packages_diff.txt\n[2020-01-24T17:35:52.959Z] + PACKAGES=/tmp/packages_start.txt\n[2020-01-24T17:35:52.959Z] + \'[\' /w/workspace/dry_go-mod-core-contracts_PR-203 \']\'\n[2020-01-24T17:35:52.959Z] + PACKAGES=/tmp/packages_end.txt\n[2020-01-24T17:35:52.959Z] + case "${OS_FAMILY}" in\n[2020-01-24T17:35:52.959Z] + rpm -qa\n[2020-01-24T17:35:52.959Z] + sort\n[2020-01-24T17:35:57.159Z] + \'[\' -f /tmp/packages_start.txt \']\'\n[2020-01-24T17:35:57.159Z] + \'[\' -f /tmp/packages_end.txt \']\'\n[2020-01-24T17:35:57.159Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt\n[2020-01-24T17:35:57.159Z] + \'[\' /w/workspace/dry_go-mod-core-contracts_PR-203 \']\'\n[2020-01-24T17:35:57.159Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-203/archives/\n[2020-01-24T17:35:57.159Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-203/archives/\n[Pipeline] isUnix\n[Pipeline] sh\n[2020-01-24T17:35:57.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine\n[2020-01-24T17:35:57.548Z] \n[2020-01-24T17:35:57.548Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine\n[Pipeline] isUnix\n[Pipeline] sh\n[2020-01-24T17:35:57.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine\n[2020-01-24T17:35:57.861Z] alpine: Pulling from edgex-lftools-log-publisher\n[2020-01-24T17:35:57.861Z] e6b0cf9c0882: Pulling fs layer\n[2020-01-24T17:35:57.861Z] da0e9bf0cc60: Pulling fs layer\n[2020-01-24T17:35:57.861Z] c9ea274ed700: Pulling fs layer\n[2020-01-24T17:35:57.861Z] 9cfac6ba3733: Pulling fs layer\n[2020-01-24T17:35:57.861Z] f6a933c9cadc: Pulling fs layer\n[2020-01-24T17:35:57.861Z] 61811dbd4963: Pulling fs layer\n[2020-01-24T17:35:57.861Z] a6eb2c9e2280: Pulling fs layer\n[2020-01-24T17:35:57.861Z] 095dd8b7b4d8: Pulling fs layer\n[2020-01-24T17:35:57.861Z] dc21a1d4508b: Pulling fs layer\n[2020-01-24T17:35:57.861Z] 363af2e989c4: Pulling fs layer\n[2020-01-24T17:35:57.861Z] 61811dbd4963: Waiting\n[2020-01-24T17:35:57.861Z] a6eb2c9e2280: Waiting\n[2020-01-24T17:35:57.861Z] 095dd8b7b4d8: Waiting\n[2020-01-24T17:35:57.861Z] dc21a1d4508b: Waiting\n[2020-01-24T17:35:57.861Z] 363af2e989c4: Waiting\n[2020-01-24T17:35:57.861Z] 9cfac6ba3733: Waiting\n[2020-01-24T17:35:57.861Z] f6a933c9cadc: Waiting\n[2020-01-24T17:35:57.861Z] da0e9bf0cc60: Verifying Checksum\n[2020-01-24T17:35:57.861Z] da0e9bf0cc60: Download complete\n[2020-01-24T17:35:57.861Z] 9cfac6ba3733: Download complete\n[2020-01-24T17:35:57.861Z] e6b0cf9c0882: Verifying Checksum\n[2020-01-24T17:35:57.861Z] e6b0cf9c0882: Download complete\n[2020-01-24T17:35:57.861Z] f6a933c9cadc: Verifying Checksum\n[2020-01-24T17:35:57.861Z] f6a933c9cadc: Download complete\n[2020-01-24T17:35:58.121Z] a6eb2c9e2280: Verifying Checksum\n[2020-01-24T17:35:58.121Z] a6eb2c9e2280: Download complete\n[2020-01-24T17:35:58.121Z] e6b0cf9c0882: Pull complete\n[2020-01-24T17:35:58.380Z] c9ea274ed700: Verifying Checksum\n[2020-01-24T17:35:58.380Z] c9ea274ed700: Download complete\n[2020-01-24T17:35:58.380Z] 095dd8b7b4d8: Verifying Checksum\n[2020-01-24T17:35:58.380Z] 095dd8b7b4d8: Download complete\n[2020-01-24T17:35:58.380Z] 363af2e989c4: Verifying Checksum\n[2020-01-24T17:35:58.380Z] 363af2e989c4: Download complete\n[2020-01-24T17:35:58.380Z] dc21a1d4508b: Verifying Checksum\n[2020-01-24T17:35:58.380Z] dc21a1d4508b: Download complete\n[2020-01-24T17:35:58.380Z] da0e9bf0cc60: Pull complete\n[2020-01-24T17:35:59.329Z] 61811dbd4963: Verifying Checksum\n[2020-01-24T17:35:59.329Z] 61811dbd4963: Download complete\n[2020-01-24T17:36:00.267Z] c9ea274ed700: Pull complete\n[2020-01-24T17:36:00.267Z] 9cfac6ba3733: Pull complete\n[2020-01-24T17:36:00.837Z] f6a933c9cadc: Pull complete\n[2020-01-24T17:36:04.134Z] 61811dbd4963: Pull complete\n[2020-01-24T17:36:04.134Z] a6eb2c9e2280: Pull complete\n[2020-01-24T17:36:06.047Z] 095dd8b7b4d8: Pull complete\n[2020-01-24T17:36:06.305Z] dc21a1d4508b: Pull complete\n[2020-01-24T17:36:06.305Z] 363af2e989c4: Pull complete\n[2020-01-24T17:36:06.305Z] Digest: sha256:add8188b58b49eaf945790de1a8bc2588125c85e750a42d0a8acc29426f6ed5f\n[2020-01-24T17:36:06.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine\n[Pipeline] withDockerContainer\n[2020-01-24T17:36:06.459Z] prd-centos7-docker-4c-2g-16050 does not seem to be running inside a container\n[2020-01-24T17:36:06.491Z] $ 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-203 -v /w/workspace/dry_go-mod-core-contracts_PR-203:/w/workspace/dry_go-mod-core-contracts_PR-203:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-203@tmp:/w/workspace/dry_go-mod-core-contracts_PR-203@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat\n[2020-01-24T17:36:07.566Z] $ docker top ce1f4c9ce98e31a86116b3008c92529fbfd969ed744874b77132409959d0a4f7 -eo pid,comm\n[Pipeline] {\n[Pipeline] withEnv\n[Pipeline] {\n[Pipeline] wrap\n[2020-01-24T17:36:08.124Z] provisioning config files...\n[2020-01-24T17:36:08.136Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-203@tmp/config1223930567981192168tmp\n[Pipeline] {\n[Pipeline] echo\n[2020-01-24T17:36:08.153Z] Running global-jjb/create-netrc.sh\n[Pipeline] libraryResource\n[Pipeline] sh\n[2020-01-24T17:36:08.451Z] ---> create-netrc.sh\n[Pipeline] echo\n[2020-01-24T17:36:08.458Z] Running global-jjb/logs-deploy.sh\n[Pipeline] libraryResource\n[Pipeline] sh\n[2020-01-24T17:36:08.754Z] ---> logs-deploy.sh\n[2020-01-24T17:36:08.754Z] + ARCHIVE_ARTIFACTS=\n[2020-01-24T17:36:08.754Z] + LOGS_SERVER=https://logs.edgexfoundry.org\n[2020-01-24T17:36:08.754Z] + \'[\' https://logs.edgexfoundry.org == None \']\'\n[2020-01-24T17:36:08.754Z] + NEXUS_URL=https://nexus.edgexfoundry.org\n[2020-01-24T17:36:08.754Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-203/4\n[2020-01-24T17:36:08.754Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-203/4/\n[2020-01-24T17:36:08.754Z] + lftools deploy archives -p \'\' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-203/4 /w/workspace/dry_go-mod-core-contracts_PR-203\n[2020-01-24T17:36:09.693Z] Archives upload complete.\n[2020-01-24T17:36:09.693Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-203/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-203/4/\n'