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 ce12e3ca5eff886d773c4b0e75431aaee5057a0a rather than 1b58bf3054d7daa62a8799464b5cd267255e3d4a Obtained Jenkinsfile from ce12e3ca5eff886d773c4b0e75431aaee5057a0a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Running on prd-centos7-docker-4c-2g-3726 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 ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit 1b58bf3054d7daa62a8799464b5cd267255e3d4a Merge succeeded, producing 1b58bf3054d7daa62a8799464b5cd267255e3d4a Checking out Revision 1b58bf3054d7daa62a8799464b5cd267255e3d4a (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 1b58bf3054d7daa62a8799464b5cd267255e3d4a # 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 ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b58bf3054d7daa62a8799464b5cd267255e3d4a # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-19T13:58:11.051Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 # timeout=10 [2020-06-19T13:58:11.156Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-19T13:58:11.194Z] ========================================================= [2020-06-19T13:58:11.194Z] EdgeX Global Pipelines Version Info [2020-06-19T13:58:11.194Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-19T13:58:13.022Z] ------------------- [2020-06-19T13:58:13.022Z] stable info: [2020-06-19T13:58:13.022Z] ------------------- [2020-06-19T13:58:13.022Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-19T13:58:13.022Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-19T13:58:13.022Z] Message: update stable to v1.0.89 [2020-06-19T13:58:13.593Z] ------------------- [2020-06-19T13:58:13.593Z] experimental info: [2020-06-19T13:58:13.593Z] ------------------- [2020-06-19T13:58:13.593Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-19T13:58:13.593Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-19T13:58:13.593Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-19T13:58:14.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-19T13:58:14.871Z] [2020-06-19T13:58:14.871Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-19T13:58:15.187Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-19T13:58:15.187Z] latest: Pulling from edgex-devops/git-semver [2020-06-19T13:58:15.187Z] 9123ac7c32f7: Pulling fs layer [2020-06-19T13:58:15.187Z] b8cc5d1170e3: Pulling fs layer [2020-06-19T13:58:15.187Z] 2924cbbf6a41: Pulling fs layer [2020-06-19T13:58:15.187Z] 93b08a4f1073: Pulling fs layer [2020-06-19T13:58:15.187Z] 93b08a4f1073: Waiting [2020-06-19T13:58:15.187Z] b8cc5d1170e3: Verifying Checksum [2020-06-19T13:58:15.187Z] b8cc5d1170e3: Download complete [2020-06-19T13:58:15.449Z] 9123ac7c32f7: Verifying Checksum [2020-06-19T13:58:15.449Z] 9123ac7c32f7: Download complete [2020-06-19T13:58:15.449Z] 93b08a4f1073: Verifying Checksum [2020-06-19T13:58:15.449Z] 93b08a4f1073: Download complete [2020-06-19T13:58:15.449Z] 2924cbbf6a41: Verifying Checksum [2020-06-19T13:58:15.449Z] 2924cbbf6a41: Download complete [2020-06-19T13:58:15.449Z] 9123ac7c32f7: Pull complete [2020-06-19T13:58:15.712Z] b8cc5d1170e3: Pull complete [2020-06-19T13:58:16.291Z] 2924cbbf6a41: Pull complete [2020-06-19T13:58:16.553Z] 93b08a4f1073: Pull complete [2020-06-19T13:58:16.553Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-19T13:58:16.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-19T13:58:16.553Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-19T13:58:16.653Z] prd-centos7-docker-4c-2g-3726 does not seem to be running inside a container [2020-06-19T13:58:16.695Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-19T13:58:18.831Z] $ docker top 9e07bc2fad28b5a69ab3c8786de49dd9709e22d9281288b20def623047444127 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-19T13:58:19.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-19T13:58:19.003Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-19T13:58:19.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-19T13:58:19.200Z] $ docker exec 9e07bc2fad28b5a69ab3c8786de49dd9709e22d9281288b20def623047444127 ssh-agent [2020-06-19T13:58:19.357Z] SSH_AUTH_SOCK=/tmp/ssh-iy7lzWLEGuTj/agent.11 [2020-06-19T13:58:19.357Z] SSH_AGENT_PID=16 [2020-06-19T13:58:19.367Z] Running ssh-add (command line suppressed) [2020-06-19T13:58:19.487Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_2287178230558565665.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_2287178230558565665.key) [2020-06-19T13:58:19.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-19T13:58:19.837Z] + git describe --exact-match --tags HEAD [2020-06-19T13:58:19.837Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-19T13:58:19.892Z] $ docker exec --env ******** --env ******** 9e07bc2fad28b5a69ab3c8786de49dd9709e22d9281288b20def623047444127 ssh-agent -k [2020-06-19T13:58:20.007Z] unset SSH_AUTH_SOCK; [2020-06-19T13:58:20.007Z] unset SSH_AGENT_PID; [2020-06-19T13:58:20.008Z] echo Agent pid 16 killed; [2020-06-19T13:58:20.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-19T13:58:20.083Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-19T13:58:20.083Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-19T13:58:20.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-19T13:58:20.127Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-19T13:58:20.287Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-19T13:58:20.292Z] $ docker exec 9e07bc2fad28b5a69ab3c8786de49dd9709e22d9281288b20def623047444127 ssh-agent [2020-06-19T13:58:20.453Z] SSH_AUTH_SOCK=/tmp/ssh-eRGJHmzf8tIS/agent.44 [2020-06-19T13:58:20.453Z] SSH_AGENT_PID=49 [2020-06-19T13:58:20.459Z] Running ssh-add (command line suppressed) [2020-06-19T13:58:20.578Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_1029470347746798328.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_1029470347746798328.key) [2020-06-19T13:58:20.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-19T13:58:20.927Z] + git semver init [2020-06-19T13:58:20.927Z] # -> Open(): unable to determine branch for HEAD [2020-06-19T13:58:20.927Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git [2020-06-19T13:58:20.927Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-19T13:58:20.927Z] # $SEMVER_REMOTE_NAME = origin [2020-06-19T13:58:20.927Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-19T13:58:20.927Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-19T13:58:20.927Z] # $SEMVER_BRANCH = PR-236 [2020-06-19T13:58:20.927Z] # $SEMVER_TEMP = /tmp/semver-527884161 [2020-06-19T13:58:20.927Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-06-19T13:58:21.497Z] # '/tmp/semver-527884161' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' [2020-06-19T13:58:21.497Z] # -> Force: false [2020-06-19T13:58:21.497Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } [2020-06-19T13:58:21.509Z] $ docker exec --env ******** --env ******** 9e07bc2fad28b5a69ab3c8786de49dd9709e22d9281288b20def623047444127 ssh-agent -k [2020-06-19T13:58:21.615Z] unset SSH_AUTH_SOCK; [2020-06-19T13:58:21.615Z] unset SSH_AGENT_PID; [2020-06-19T13:58:21.615Z] echo Agent pid 49 killed; [2020-06-19T13:58:21.656Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-19T13:58:22.008Z] + git semver [Pipeline] } [2020-06-19T13:58:22.023Z] $ docker stop --time=1 9e07bc2fad28b5a69ab3c8786de49dd9709e22d9281288b20def623047444127 [2020-06-19T13:58:23.675Z] $ docker rm -f 9e07bc2fad28b5a69ab3c8786de49dd9709e22d9281288b20def623047444127 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-19T13:58:24.296Z] Stashed 75 file(s) [Pipeline] echo [2020-06-19T13:58:24.298Z] [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-06-19T13:58:39.440Z] Still waiting to schedule task [2020-06-19T13:58:39.440Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-19T13:58:39.441Z] Still waiting to schedule task [2020-06-19T13:58:39.441Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-19T14:00:24.138Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3727 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-06-19T14:00:24.160Z] Running in /w/workspace/go-mod-core-contracts/22 [Pipeline] { [Pipeline] checkout [2020-06-19T14:00:28.738Z] using credential edgex-jenkins-ssh [2020-06-19T14:00:28.770Z] Cloning the remote Git repository [2020-06-19T14:00:28.770Z] Cloning with configured refspecs honoured and without tags [2020-06-19T14:00:28.831Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T14:00:28.954Z] > git init /w/workspace/go-mod-core-contracts/22 # timeout=10 [2020-06-19T14:00:29.016Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T14:00:29.017Z] > git --version # timeout=10 [2020-06-19T14:00:29.051Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T14:00:29.117Z] > 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-06-19T14:00:29.965Z] Fetching without tags [2020-06-19T14:00:30.456Z] Merging remotes/origin/master commit ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit 1b58bf3054d7daa62a8799464b5cd267255e3d4a [2020-06-19T14:00:29.881Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-19T14:00:29.899Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-06-19T14:00:29.921Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-19T14:00:29.951Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-19T14:00:29.981Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T14:00:29.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T14:00:29.993Z] > 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-06-19T14:00:30.480Z] > git config core.sparsecheckout # timeout=10 [2020-06-19T14:00:30.505Z] > git checkout -f 1b58bf3054d7daa62a8799464b5cd267255e3d4a # timeout=10 [2020-06-19T14:00:30.704Z] Merge succeeded, producing 1b58bf3054d7daa62a8799464b5cd267255e3d4a [2020-06-19T14:00:30.704Z] Checking out Revision 1b58bf3054d7daa62a8799464b5cd267255e3d4a (PR-236) [2020-06-19T14:00:30.622Z] > git remote # timeout=10 [2020-06-19T14:00:30.638Z] > git config --get remote.origin.url # timeout=10 [2020-06-19T14:00:30.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T14:00:30.672Z] > git merge ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 [2020-06-19T14:00:30.692Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-19T14:00:30.714Z] > git config core.sparsecheckout # timeout=10 [2020-06-19T14:00:30.724Z] > git checkout -f 1b58bf3054d7daa62a8799464b5cd267255e3d4a # timeout=10 [2020-06-19T14:00:35.179Z] 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-06-19T14:00:36.253Z] ========================================================= [2020-06-19T14:00:36.253Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-19T14:00:36.253Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-19T14:00:37.289Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-19T14:00:38.283Z] Sending build context to Docker daemon 1.81MB [2020-06-19T14:00:38.283Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-19T14:00:38.283Z] Step 2/7 : FROM ${BASE} [2020-06-19T14:00:38.564Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-19T14:00:38.564Z] cde5963f3b93: Pulling fs layer [2020-06-19T14:00:38.564Z] 2a23fa8c16f7: Pulling fs layer [2020-06-19T14:00:38.564Z] 777b28850792: Pulling fs layer [2020-06-19T14:00:38.564Z] 8a11ddd9e578: Pulling fs layer [2020-06-19T14:00:38.564Z] 4cf88f913ddb: Pulling fs layer [2020-06-19T14:00:38.564Z] 1df406cf5192: Pulling fs layer [2020-06-19T14:00:38.564Z] cd6300453558: Pulling fs layer [2020-06-19T14:00:38.564Z] b9c365052c96: Pulling fs layer [2020-06-19T14:00:38.564Z] a2d8cc88f415: Pulling fs layer [2020-06-19T14:00:38.564Z] ea1d1ca13537: Pulling fs layer [2020-06-19T14:00:38.564Z] 3750a50a1c5e: Pulling fs layer [2020-06-19T14:00:38.564Z] 8a11ddd9e578: Waiting [2020-06-19T14:00:38.564Z] 4cf88f913ddb: Waiting [2020-06-19T14:00:38.564Z] 1df406cf5192: Waiting [2020-06-19T14:00:38.564Z] cd6300453558: Waiting [2020-06-19T14:00:38.564Z] b9c365052c96: Waiting [2020-06-19T14:00:38.564Z] a2d8cc88f415: Waiting [2020-06-19T14:00:38.564Z] 3750a50a1c5e: Waiting [2020-06-19T14:00:38.564Z] ea1d1ca13537: Waiting [2020-06-19T14:00:38.564Z] 777b28850792: Download complete [2020-06-19T14:00:38.564Z] 2a23fa8c16f7: Verifying Checksum [2020-06-19T14:00:38.564Z] 2a23fa8c16f7: Download complete [2020-06-19T14:00:38.564Z] 4cf88f913ddb: Verifying Checksum [2020-06-19T14:00:38.564Z] 4cf88f913ddb: Download complete [2020-06-19T14:00:38.564Z] 1df406cf5192: Verifying Checksum [2020-06-19T14:00:38.564Z] 1df406cf5192: Download complete [2020-06-19T14:00:39.160Z] cde5963f3b93: Verifying Checksum [2020-06-19T14:00:39.160Z] cde5963f3b93: Download complete [2020-06-19T14:00:39.761Z] cde5963f3b93: Pull complete [2020-06-19T14:00:40.362Z] 2a23fa8c16f7: Pull complete [2020-06-19T14:00:40.959Z] 777b28850792: Pull complete [2020-06-19T14:00:40.959Z] cd6300453558: Verifying Checksum [2020-06-19T14:00:40.959Z] cd6300453558: Download complete [2020-06-19T14:00:40.959Z] a2d8cc88f415: Download complete [2020-06-19T14:00:42.399Z] ea1d1ca13537: Verifying Checksum [2020-06-19T14:00:42.399Z] ea1d1ca13537: Download complete [2020-06-19T14:00:42.399Z] 3750a50a1c5e: Download complete [2020-06-19T14:00:43.842Z] b9c365052c96: Verifying Checksum [2020-06-19T14:00:43.842Z] b9c365052c96: Download complete [2020-06-19T14:00:44.819Z] 8a11ddd9e578: Verifying Checksum [2020-06-19T14:00:44.819Z] 8a11ddd9e578: Download complete [2020-06-19T14:00:57.233Z] 8a11ddd9e578: Pull complete [2020-06-19T14:00:57.233Z] 4cf88f913ddb: Pull complete [2020-06-19T14:00:57.233Z] 1df406cf5192: Pull complete [2020-06-19T14:01:01.549Z] cd6300453558: Pull complete [2020-06-19T14:01:06.963Z] b9c365052c96: Pull complete [2020-06-19T14:01:06.963Z] a2d8cc88f415: Pull complete [2020-06-19T14:01:08.397Z] ea1d1ca13537: Pull complete [2020-06-19T14:01:08.997Z] 3750a50a1c5e: Pull complete [2020-06-19T14:01:08.997Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-19T14:01:08.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-19T14:01:08.997Z] ---> 78745c68409d [2020-06-19T14:01:08.997Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-19T14:01:14.403Z] ---> Running in abf9d7446d95 [2020-06-19T14:01:14.403Z] Removing intermediate container abf9d7446d95 [2020-06-19T14:01:14.403Z] ---> f7fd762ab736 [2020-06-19T14:01:14.403Z] Step 4/7 : RUN apk add bash [2020-06-19T14:01:14.403Z] ---> Running in b076a9fa64e8 [2020-06-19T14:01:15.830Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-19T14:01:16.420Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-19T14:01:17.013Z] OK: 125 MiB in 39 packages [2020-06-19T14:01:18.451Z] Removing intermediate container b076a9fa64e8 [2020-06-19T14:01:18.451Z] ---> 74d30eb9e856 [2020-06-19T14:01:18.451Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-19T14:01:18.451Z] ---> Running in 609c8f233bf6 [2020-06-19T14:01:18.722Z] Removing intermediate container 609c8f233bf6 [2020-06-19T14:01:18.722Z] ---> 8762c0232d36 [2020-06-19T14:01:18.722Z] Step 6/7 : COPY go.mod . [2020-06-19T14:01:19.702Z] ---> 2542ea7fc6b9 [2020-06-19T14:01:19.702Z] Step 7/7 : RUN go mod download [2020-06-19T14:01:19.702Z] ---> Running in facc60912a90 [2020-06-19T14:01:23.075Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-19T14:01:23.075Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-19T14:01:23.075Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-19T14:01:23.075Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-19T14:01:23.076Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-06-19T14:01:23.076Z] go: finding github.com/go-playground/locales v0.13.0 [2020-06-19T14:01:23.076Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-06-19T14:01:23.076Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-06-19T14:01:23.076Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-19T14:01:23.076Z] go: finding github.com/google/uuid v1.1.0 [2020-06-19T14:01:23.076Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-19T14:01:23.076Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-06-19T14:01:23.076Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-19T14:01:23.076Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-19T14:01:23.076Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-19T14:01:23.076Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-19T14:01:23.076Z] go: finding golang.org/x/text v0.3.2 [2020-06-19T14:01:23.076Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-19T14:01:23.349Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-19T14:01:23.349Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-19T14:01:35.760Z] Removing intermediate container facc60912a90 [2020-06-19T14:01:35.760Z] ---> 91320d2d647d [2020-06-19T14:01:35.760Z] Successfully built 91320d2d647d [2020-06-19T14:01:35.760Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-19T14:01:36.283Z] + docker inspect -f . ci-base-image-arm64 [2020-06-19T14:01:36.283Z] . [Pipeline] withDockerContainer [2020-06-19T14:01:36.556Z] prd-ubuntu18.04-docker-arm64-4c-16g-3727 does not seem to be running inside a container [2020-06-19T14:01:36.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/22 -v /w/workspace/go-mod-core-contracts/22:/w/workspace/go-mod-core-contracts/22:rw,z -v /w/workspace/go-mod-core-contracts/22@tmp:/w/workspace/go-mod-core-contracts/22@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-06-19T14:01:38.437Z] $ docker top 17b8b853aaabd95138b967c4ac8e02c11077ec626d870c319ba354420bdda719 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-19T14:01:39.796Z] + go version [2020-06-19T14:01:39.796Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-19T14:01:40.852Z] + make test [2020-06-19T14:01:40.852Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-19T14:02:03.058Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-19T14:02:03.058Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.053s coverage: 85.7% of statements [2020-06-19T14:02:03.058Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.067s coverage: 100.0% of statements [2020-06-19T14:02:03.656Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.042s coverage: 45.4% of statements [2020-06-19T14:02:05.643Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.026s coverage: 77.8% of statements [2020-06-19T14:02:05.643Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-19T14:02:06.244Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.025s coverage: 6.4% of statements [2020-06-19T14:02:07.687Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.052s coverage: 14.4% of statements [2020-06-19T14:02:07.687Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.046s coverage: 100.0% of statements [2020-06-19T14:02:09.673Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.063s coverage: 100.0% of statements [2020-06-19T14:02:09.673Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-19T14:02:09.673Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-19T14:02:09.673Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.033s coverage: 100.0% of statements [2020-06-19T14:02:09.673Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.533s coverage: 100.0% of statements [2020-06-19T14:02:15.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.158s coverage: 62.5% of statements [2020-06-19T14:02:15.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.058s coverage: 26.3% of statements [2020-06-19T14:02:15.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.039s coverage: 15.4% of statements [2020-06-19T14:02:15.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.014s coverage: 15.4% of statements [2020-06-19T14:02:15.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.057s coverage: 14.3% of statements [2020-06-19T14:02:15.124Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-06-19T14:02:17.102Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 83.3% of statements [2020-06-19T14:02:17.102Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-06-19T14:02:17.695Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.031s coverage: 90.9% of statements [2020-06-19T14:02:17.695Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-06-19T14:02:17.695Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-06-19T14:02:17.966Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-19T14:02:22.295Z] gofmt -l . [2020-06-19T14:02:22.295Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-19T14:02:22.763Z] Stashed 1 file(s) [Pipeline] } [2020-06-19T14:02:22.770Z] $ docker stop --time=1 17b8b853aaabd95138b967c4ac8e02c11077ec626d870c319ba354420bdda719 [2020-06-19T14:02:24.875Z] $ docker rm -f 17b8b853aaabd95138b967c4ac8e02c11077ec626d870c319ba354420bdda719 [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-06-19T14:02:39.077Z] Running on prd-centos7-docker-4c-2g-3728 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-06-19T14:02:39.101Z] Running in /w/workspace/go-mod-core-contracts/22 [Pipeline] { [Pipeline] checkout [2020-06-19T14:02:42.193Z] using credential edgex-jenkins-ssh [2020-06-19T14:02:42.217Z] Cloning the remote Git repository [2020-06-19T14:02:42.217Z] Cloning with configured refspecs honoured and without tags [2020-06-19T14:02:42.248Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T14:02:42.311Z] > git init /w/workspace/go-mod-core-contracts/22 # timeout=10 [2020-06-19T14:02:42.416Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T14:02:42.417Z] > git --version # timeout=10 [2020-06-19T14:02:42.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T14:02:42.463Z] > 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-06-19T14:02:44.042Z] Fetching without tags [2020-06-19T14:02:43.984Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-19T14:02:44.005Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-06-19T14:02:44.019Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-19T14:02:44.035Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-19T14:02:44.053Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T14:02:44.053Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T14:02:44.057Z] > 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-06-19T14:02:44.460Z] Merging remotes/origin/master commit ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit 1b58bf3054d7daa62a8799464b5cd267255e3d4a [2020-06-19T14:02:44.564Z] Merge succeeded, producing 1b58bf3054d7daa62a8799464b5cd267255e3d4a [2020-06-19T14:02:44.564Z] Checking out Revision 1b58bf3054d7daa62a8799464b5cd267255e3d4a (PR-236) [2020-06-19T14:02:44.470Z] > git config core.sparsecheckout # timeout=10 [2020-06-19T14:02:44.480Z] > git checkout -f 1b58bf3054d7daa62a8799464b5cd267255e3d4a # timeout=10 [2020-06-19T14:02:44.533Z] > git remote # timeout=10 [2020-06-19T14:02:44.538Z] > git config --get remote.origin.url # timeout=10 [2020-06-19T14:02:44.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T14:02:44.547Z] > git merge ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 [2020-06-19T14:02:44.559Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-19T14:02:44.568Z] > git config core.sparsecheckout # timeout=10 [2020-06-19T14:02:44.573Z] > git checkout -f 1b58bf3054d7daa62a8799464b5cd267255e3d4a # timeout=10 [2020-06-19T14:02:48.186Z] 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-06-19T14:02:48.809Z] ========================================================= [2020-06-19T14:02:48.809Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-19T14:02:48.809Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-19T14:02:49.470Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-19T14:02:50.048Z] Sending build context to Docker daemon 1.81MB [2020-06-19T14:02:50.048Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-19T14:02:50.048Z] Step 2/7 : FROM ${BASE} [2020-06-19T14:02:50.048Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-19T14:02:50.048Z] e6b0cf9c0882: Pulling fs layer [2020-06-19T14:02:50.048Z] 2848faf0eed1: Pulling fs layer [2020-06-19T14:02:50.048Z] 0f37312ad70f: Pulling fs layer [2020-06-19T14:02:50.048Z] 5788d62ee057: Pulling fs layer [2020-06-19T14:02:50.048Z] 0e6b1d234666: Pulling fs layer [2020-06-19T14:02:50.048Z] bf5d7aec512f: Pulling fs layer [2020-06-19T14:02:50.048Z] 34c802a77dc8: Pulling fs layer [2020-06-19T14:02:50.048Z] 9eb99e56ec68: Pulling fs layer [2020-06-19T14:02:50.048Z] 27c7a5d97fbd: Pulling fs layer [2020-06-19T14:02:50.048Z] 5c102a31e300: Pulling fs layer [2020-06-19T14:02:50.048Z] dcfb455df0a1: Pulling fs layer [2020-06-19T14:02:50.048Z] 0e6b1d234666: Waiting [2020-06-19T14:02:50.048Z] bf5d7aec512f: Waiting [2020-06-19T14:02:50.048Z] 34c802a77dc8: Waiting [2020-06-19T14:02:50.048Z] 5788d62ee057: Waiting [2020-06-19T14:02:50.048Z] 9eb99e56ec68: Waiting [2020-06-19T14:02:50.048Z] 27c7a5d97fbd: Waiting [2020-06-19T14:02:50.048Z] 5c102a31e300: Waiting [2020-06-19T14:02:50.048Z] dcfb455df0a1: Waiting [2020-06-19T14:02:50.048Z] 0f37312ad70f: Verifying Checksum [2020-06-19T14:02:50.048Z] 0f37312ad70f: Download complete [2020-06-19T14:02:50.048Z] 2848faf0eed1: Download complete [2020-06-19T14:02:50.048Z] 0e6b1d234666: Verifying Checksum [2020-06-19T14:02:50.048Z] 0e6b1d234666: Download complete [2020-06-19T14:02:50.048Z] bf5d7aec512f: Verifying Checksum [2020-06-19T14:02:50.048Z] bf5d7aec512f: Download complete [2020-06-19T14:02:50.048Z] e6b0cf9c0882: Verifying Checksum [2020-06-19T14:02:50.048Z] e6b0cf9c0882: Download complete [2020-06-19T14:02:51.002Z] 34c802a77dc8: Verifying Checksum [2020-06-19T14:02:51.002Z] 34c802a77dc8: Download complete [2020-06-19T14:02:51.002Z] 27c7a5d97fbd: Verifying Checksum [2020-06-19T14:02:51.002Z] 27c7a5d97fbd: Download complete [2020-06-19T14:02:51.585Z] 5c102a31e300: Download complete [2020-06-19T14:02:51.585Z] 9eb99e56ec68: Verifying Checksum [2020-06-19T14:02:51.585Z] 9eb99e56ec68: Download complete [2020-06-19T14:02:51.585Z] dcfb455df0a1: Verifying Checksum [2020-06-19T14:02:51.585Z] dcfb455df0a1: Download complete [2020-06-19T14:02:51.844Z] 5788d62ee057: Verifying Checksum [2020-06-19T14:02:51.844Z] 5788d62ee057: Download complete [2020-06-19T14:02:52.790Z] e6b0cf9c0882: Pull complete [2020-06-19T14:02:53.051Z] 2848faf0eed1: Pull complete [2020-06-19T14:02:53.313Z] 0f37312ad70f: Pull complete [2020-06-19T14:02:58.638Z] 5788d62ee057: Pull complete [2020-06-19T14:02:58.638Z] 0e6b1d234666: Pull complete [2020-06-19T14:02:58.899Z] bf5d7aec512f: Pull complete [2020-06-19T14:03:04.190Z] 34c802a77dc8: Pull complete [2020-06-19T14:03:06.752Z] 9eb99e56ec68: Pull complete [2020-06-19T14:03:06.752Z] 27c7a5d97fbd: Pull complete [2020-06-19T14:03:07.695Z] 5c102a31e300: Pull complete [2020-06-19T14:03:07.695Z] dcfb455df0a1: Pull complete [2020-06-19T14:03:07.695Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-19T14:03:07.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-19T14:03:07.695Z] ---> 7c70fe431013 [2020-06-19T14:03:07.695Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-19T14:03:09.609Z] ---> Running in 70993f4d9c70 [2020-06-19T14:03:09.609Z] Removing intermediate container 70993f4d9c70 [2020-06-19T14:03:09.609Z] ---> 0eb40a480e89 [2020-06-19T14:03:09.609Z] Step 4/7 : RUN apk add bash [2020-06-19T14:03:09.609Z] ---> Running in bba5eddc6070 [2020-06-19T14:03:10.551Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-19T14:03:11.121Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-19T14:03:11.693Z] OK: 143 MiB in 39 packages [2020-06-19T14:03:11.953Z] Removing intermediate container bba5eddc6070 [2020-06-19T14:03:11.953Z] ---> 418e30ae6d3b [2020-06-19T14:03:11.953Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-19T14:03:12.217Z] ---> Running in 8ecc015f2f14 [2020-06-19T14:03:12.217Z] Removing intermediate container 8ecc015f2f14 [2020-06-19T14:03:12.217Z] ---> 8a6bcfa124cc [2020-06-19T14:03:12.217Z] Step 6/7 : COPY go.mod . [2020-06-19T14:03:12.482Z] ---> a1b4eb6c3515 [2020-06-19T14:03:12.482Z] Step 7/7 : RUN go mod download [2020-06-19T14:03:12.482Z] ---> Running in 448477f0e127 [2020-06-19T14:03:13.877Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-19T14:03:13.877Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-19T14:03:13.877Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-19T14:03:13.877Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-19T14:03:13.877Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-06-19T14:03:13.877Z] go: finding github.com/go-playground/locales v0.13.0 [2020-06-19T14:03:13.877Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-06-19T14:03:13.877Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-06-19T14:03:13.877Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-19T14:03:13.877Z] go: finding github.com/google/uuid v1.1.0 [2020-06-19T14:03:13.877Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-19T14:03:13.877Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-06-19T14:03:13.877Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-19T14:03:13.877Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-19T14:03:13.877Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-19T14:03:13.877Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-19T14:03:13.877Z] go: finding golang.org/x/text v0.3.2 [2020-06-19T14:03:13.877Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-19T14:03:13.877Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-19T14:03:13.877Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-19T14:03:22.027Z] Removing intermediate container 448477f0e127 [2020-06-19T14:03:22.027Z] ---> 77ad163b1cc3 [2020-06-19T14:03:22.027Z] Successfully built 77ad163b1cc3 [2020-06-19T14:03:22.027Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-19T14:03:22.496Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-19T14:03:22.496Z] . [Pipeline] withDockerContainer [2020-06-19T14:03:22.590Z] prd-centos7-docker-4c-2g-3728 does not seem to be running inside a container [2020-06-19T14:03:22.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/22 -v /w/workspace/go-mod-core-contracts/22:/w/workspace/go-mod-core-contracts/22:rw,z -v /w/workspace/go-mod-core-contracts/22@tmp:/w/workspace/go-mod-core-contracts/22@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-06-19T14:03:23.236Z] $ docker top c9eb147331c33d1aa5eca102c9f3efd80e3ee024af3cfbe7ad7efefb7003b82f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-19T14:03:23.671Z] + go version [2020-06-19T14:03:23.672Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-19T14:03:23.978Z] + make test [2020-06-19T14:03:23.978Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-19T14:03:30.622Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-19T14:03:31.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.010s coverage: 85.7% of statements [2020-06-19T14:03:31.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements [2020-06-19T14:03:31.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.030s coverage: 45.4% of statements [2020-06-19T14:03:31.798Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements [2020-06-19T14:03:31.798Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-19T14:03:32.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.004s coverage: 6.4% of statements [2020-06-19T14:03:32.346Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.017s coverage: 14.4% of statements [2020-06-19T14:03:32.608Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.010s coverage: 100.0% of statements [2020-06-19T14:03:32.874Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.025s coverage: 100.0% of statements [2020-06-19T14:03:32.874Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-19T14:03:32.874Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-19T14:03:32.874Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.004s coverage: 100.0% of statements [2020-06-19T14:03:34.276Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.505s coverage: 100.0% of statements [2020-06-19T14:03:34.276Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 62.5% of statements [2020-06-19T14:03:34.276Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.044s coverage: 26.3% of statements [2020-06-19T14:03:34.276Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.027s coverage: 15.4% of statements [2020-06-19T14:03:34.276Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements [2020-06-19T14:03:34.878Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.026s coverage: 14.3% of statements [2020-06-19T14:03:35.143Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-06-19T14:03:36.531Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.004s coverage: 83.3% of statements [2020-06-19T14:03:36.531Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-06-19T14:03:36.791Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.007s coverage: 90.9% of statements [2020-06-19T14:03:36.791Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-06-19T14:03:36.791Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-06-19T14:03:37.054Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-19T14:03:38.012Z] gofmt -l . [2020-06-19T14:03:38.273Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-19T14:03:38.283Z] Warning: overwriting stash ‘coverage-report’ [2020-06-19T14:03:38.494Z] Stashed 1 file(s) [Pipeline] } [2020-06-19T14:03:38.502Z] $ docker stop --time=1 c9eb147331c33d1aa5eca102c9f3efd80e3ee024af3cfbe7ad7efefb7003b82f [2020-06-19T14:03:40.652Z] $ docker rm -f c9eb147331c33d1aa5eca102c9f3efd80e3ee024af3cfbe7ad7efefb7003b82f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-19T14:03:41.632Z] provisioning config files... [2020-06-19T14:03:41.642Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config9076186014971081810tmp [Pipeline] { [Pipeline] sh [2020-06-19T14:03:41.968Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config9076186014971081810tmp [2020-06-19T14:03:41.968Z] + curl -s https://codecov.io/bash [2020-06-19T14:03:42.230Z] [2020-06-19T14:03:42.230Z] _____ _ [2020-06-19T14:03:42.230Z] / ____| | | [2020-06-19T14:03:42.230Z] | | ___ __| | ___ ___ _____ __ [2020-06-19T14:03:42.230Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-19T14:03:42.230Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-19T14:03:42.230Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-19T14:03:42.230Z] Bash-20200602-f809a24 [2020-06-19T14:03:42.230Z] [2020-06-19T14:03:42.230Z] [2020-06-19T14:03:42.230Z] ==> Jenkins CI detected. [2020-06-19T14:03:42.230Z] project root: . [2020-06-19T14:03:42.230Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-19T14:03:42.230Z] ==> Running gcov in . (disable via -X gcov) [2020-06-19T14:03:42.230Z] ==> Python coveragepy not found [2020-06-19T14:03:42.230Z] ==> Searching for coverage reports in: [2020-06-19T14:03:42.230Z] + . [2020-06-19T14:03:42.230Z] -> Found 1 reports [2020-06-19T14:03:42.230Z] ==> Detecting git/mercurial file structure [2020-06-19T14:03:42.230Z] ==> Reading reports [2020-06-19T14:03:42.230Z] + ./coverage.out bytes=83707 [2020-06-19T14:03:42.230Z] ==> Appending adjustments [2020-06-19T14:03:42.230Z] https://docs.codecov.io/docs/fixing-reports [2020-06-19T14:03:42.808Z] + Found adjustments [2020-06-19T14:03:42.808Z] ==> Gzipping contents [2020-06-19T14:03:42.808Z] ==> Uploading reports [2020-06-19T14:03:42.808Z] url: https://codecov.io [2020-06-19T14:03:42.808Z] query: branch=PR-236&commit=1b58bf3054d7daa62a8799464b5cd267255e3d4a&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= [2020-06-19T14:03:42.808Z] -> Pinging Codecov [2020-06-19T14:03:42.808Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-236&commit=1b58bf3054d7daa62a8799464b5cd267255e3d4a&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= [2020-06-19T14:03:43.378Z] -> Uploading [2020-06-19T14:03:43.639Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/1b58bf3054d7daa62a8799464b5cd267255e3d4a [Pipeline] } [2020-06-19T14:03:43.648Z] 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-06-19T14:03:44.454Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-19T14:03:45.013Z] ---> package-listing.sh [2020-06-19T14:03:45.013Z] ++ facter osfamily [2020-06-19T14:03:45.013Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-19T14:03:45.013Z] + OS_FAMILY=redhat [2020-06-19T14:03:45.013Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-19T14:03:45.013Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-19T14:03:45.013Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-19T14:03:45.013Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-19T14:03:45.013Z] + PACKAGES=/tmp/packages_start.txt [2020-06-19T14:03:45.013Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-06-19T14:03:45.013Z] + PACKAGES=/tmp/packages_end.txt [2020-06-19T14:03:45.013Z] + case "${OS_FAMILY}" in [2020-06-19T14:03:45.013Z] + rpm -qa [2020-06-19T14:03:45.013Z] + sort [2020-06-19T14:03:49.216Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-19T14:03:49.216Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-19T14:03:49.216Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-19T14:03:49.216Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-06-19T14:03:49.216Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [2020-06-19T14:03:49.216Z] + 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-06-19T14:03:49.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-19T14:03:49.818Z] [2020-06-19T14:03:49.818Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-19T14:03:50.139Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-19T14:03:50.139Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-19T14:03:50.139Z] c9b1b535fdd9: Pulling fs layer [2020-06-19T14:03:50.139Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-19T14:03:50.139Z] 756a868c4378: Pulling fs layer [2020-06-19T14:03:50.139Z] 444b2fc9a129: Pulling fs layer [2020-06-19T14:03:50.139Z] ea15f1150254: Pulling fs layer [2020-06-19T14:03:50.139Z] 41b27a9f41bf: Pulling fs layer [2020-06-19T14:03:50.139Z] 28c525ee5125: Pulling fs layer [2020-06-19T14:03:50.139Z] 094b1ea09ed8: Pulling fs layer [2020-06-19T14:03:50.139Z] 138eaada9080: Pulling fs layer [2020-06-19T14:03:50.139Z] 0622d0fa9048: Pulling fs layer [2020-06-19T14:03:50.139Z] 444b2fc9a129: Waiting [2020-06-19T14:03:50.139Z] ea15f1150254: Waiting [2020-06-19T14:03:50.139Z] 41b27a9f41bf: Waiting [2020-06-19T14:03:50.139Z] 28c525ee5125: Waiting [2020-06-19T14:03:50.139Z] 094b1ea09ed8: Waiting [2020-06-19T14:03:50.139Z] 138eaada9080: Waiting [2020-06-19T14:03:50.139Z] 0622d0fa9048: Waiting [2020-06-19T14:03:50.139Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-19T14:03:50.139Z] 2cc5ad85d9ab: Download complete [2020-06-19T14:03:50.139Z] 444b2fc9a129: Download complete [2020-06-19T14:03:50.139Z] c9b1b535fdd9: Verifying Checksum [2020-06-19T14:03:50.139Z] ea15f1150254: Verifying Checksum [2020-06-19T14:03:50.139Z] ea15f1150254: Download complete [2020-06-19T14:03:50.410Z] 28c525ee5125: Verifying Checksum [2020-06-19T14:03:50.410Z] 28c525ee5125: Download complete [2020-06-19T14:03:50.410Z] 756a868c4378: Verifying Checksum [2020-06-19T14:03:50.410Z] 756a868c4378: Download complete [2020-06-19T14:03:50.670Z] c9b1b535fdd9: Pull complete [2020-06-19T14:03:50.670Z] 138eaada9080: Verifying Checksum [2020-06-19T14:03:50.670Z] 138eaada9080: Download complete [2020-06-19T14:03:50.670Z] 094b1ea09ed8: Verifying Checksum [2020-06-19T14:03:50.670Z] 094b1ea09ed8: Download complete [2020-06-19T14:03:50.670Z] 0622d0fa9048: Verifying Checksum [2020-06-19T14:03:50.670Z] 0622d0fa9048: Download complete [2020-06-19T14:03:50.934Z] 2cc5ad85d9ab: Pull complete [2020-06-19T14:03:51.197Z] 41b27a9f41bf: Verifying Checksum [2020-06-19T14:03:51.197Z] 41b27a9f41bf: Download complete [2020-06-19T14:03:52.140Z] 756a868c4378: Pull complete [2020-06-19T14:03:52.404Z] 444b2fc9a129: Pull complete [2020-06-19T14:03:52.670Z] ea15f1150254: Pull complete [2020-06-19T14:03:56.962Z] 41b27a9f41bf: Pull complete [2020-06-19T14:03:56.962Z] 28c525ee5125: Pull complete [2020-06-19T14:03:59.520Z] 094b1ea09ed8: Pull complete [2020-06-19T14:03:59.780Z] 138eaada9080: Pull complete [2020-06-19T14:03:59.780Z] 0622d0fa9048: Pull complete [2020-06-19T14:03:59.780Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-19T14:04:00.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-19T14:04:00.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-19T14:04:00.206Z] prd-centos7-docker-4c-2g-3726 does not seem to be running inside a container [2020-06-19T14:04:00.246Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-19T14:04:03.851Z] $ docker top e36b80d75a6a8cce05b571d82ae59d43faf32b98397c03fdadade5d1cb29155c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-19T14:04:04.010Z] provisioning config files... [2020-06-19T14:04:04.022Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config8850738297773865544tmp [Pipeline] { [Pipeline] echo [2020-06-19T14:04:04.055Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-19T14:04:04.344Z] ---> create-netrc.sh [Pipeline] echo [2020-06-19T14:04:04.354Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-19T14:04:04.644Z] ---> logs-deploy.sh [2020-06-19T14:04:04.644Z] + ARCHIVE_ARTIFACTS= [2020-06-19T14:04:04.644Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-19T14:04:04.644Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-19T14:04:04.644Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-19T14:04:04.644Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/22 [2020-06-19T14:04:04.644Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/22/ [2020-06-19T14:04:04.644Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/22 /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-19T14:04:05.589Z] Archives upload complete. [2020-06-19T14:04:05.850Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/22 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/22/