Pull request #248 opened 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 difince for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 6f6c9b0029c9756e56a2259010c344f5932545f4+8df1bc237b3746b67ec2754785c71dc83ce5d0c1 (bc99e42b6ad692eae802c8fdbd3b5084175a6d0d) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-248/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-4859 in /w/workspace/dry_go-mod-core-contracts_PR-248 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-248 # 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/248/head:refs/remotes/origin/PR-248 +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 > git config --add remote.origin.fetch +refs/pull/248/head:refs/remotes/origin/PR-248 # 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/248/head:refs/remotes/origin/PR-248 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8df1bc237b3746b67ec2754785c71dc83ce5d0c1 into PR head commit 6f6c9b0029c9756e56a2259010c344f5932545f4 Merge succeeded, producing 6f6c9b0029c9756e56a2259010c344f5932545f4 Checking out Revision 6f6c9b0029c9756e56a2259010c344f5932545f4 (PR-248) > git config core.sparsecheckout # timeout=10 > git checkout -f 6f6c9b0029c9756e56a2259010c344f5932545f4 # 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 8df1bc237b3746b67ec2754785c71dc83ce5d0c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f6c9b0029c9756e56a2259010c344f5932545f4 # timeout=10 Commit message: "Fix URL -> Remove Interval By ID" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-30T07:44:00.470Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-30T07:44:00.697Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-30T07:44:00.811Z] ========================================================= [2020-06-30T07:44:00.811Z] EdgeX Global Pipelines Version Info [2020-06-30T07:44:00.811Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-30T07:44:02.713Z] ------------------- [2020-06-30T07:44:02.713Z] stable info: [2020-06-30T07:44:02.713Z] ------------------- [2020-06-30T07:44:02.713Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-30T07:44:02.713Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-30T07:44:02.713Z] Message: update stable to v1.0.89 [2020-06-30T07:44:03.286Z] ------------------- [2020-06-30T07:44:03.286Z] experimental info: [2020-06-30T07:44:03.286Z] ------------------- [2020-06-30T07:44:03.286Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-30T07:44:03.286Z] Commit SHA: 50d5b24b0ab5f81d75c339234d0e2512bee9338e [2020-06-30T07:44:03.286Z] Message: update experimental to v1.0.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-30T07:44:05.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T07:44:05.506Z] [2020-06-30T07:44:05.506Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-30T07:44:05.872Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T07:44:05.873Z] latest: Pulling from edgex-devops/git-semver [2020-06-30T07:44:05.873Z] 9123ac7c32f7: Pulling fs layer [2020-06-30T07:44:05.873Z] b8cc5d1170e3: Pulling fs layer [2020-06-30T07:44:05.873Z] 2924cbbf6a41: Pulling fs layer [2020-06-30T07:44:05.873Z] 93b08a4f1073: Pulling fs layer [2020-06-30T07:44:05.873Z] 93b08a4f1073: Waiting [2020-06-30T07:44:05.873Z] b8cc5d1170e3: Verifying Checksum [2020-06-30T07:44:05.873Z] b8cc5d1170e3: Download complete [2020-06-30T07:44:05.873Z] 9123ac7c32f7: Download complete [2020-06-30T07:44:06.137Z] 93b08a4f1073: Verifying Checksum [2020-06-30T07:44:06.137Z] 93b08a4f1073: Download complete [2020-06-30T07:44:06.137Z] 2924cbbf6a41: Verifying Checksum [2020-06-30T07:44:06.137Z] 2924cbbf6a41: Download complete [2020-06-30T07:44:06.402Z] 9123ac7c32f7: Pull complete [2020-06-30T07:44:06.402Z] b8cc5d1170e3: Pull complete [2020-06-30T07:44:07.357Z] 2924cbbf6a41: Pull complete [2020-06-30T07:44:07.357Z] 93b08a4f1073: Pull complete [2020-06-30T07:44:07.617Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-30T07:44:07.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T07:44:07.617Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-30T07:44:07.747Z] prd-centos7-docker-4c-2g-4859 does not seem to be running inside a container [2020-06-30T07:44:07.793Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-248 -v /w/workspace/dry_go-mod-core-contracts_PR-248:/w/workspace/dry_go-mod-core-contracts_PR-248:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-248@tmp:/w/workspace/dry_go-mod-core-contracts_PR-248@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:10004/edgex-devops/git-semver:latest cat [2020-06-30T07:44:10.089Z] $ docker top d6b5e50d313f083a4dde55284b15d1a32562631853b6b941284efaf0f9008c0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-30T07:44:10.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T07:44:10.347Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T07:44:10.545Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T07:44:10.550Z] $ docker exec d6b5e50d313f083a4dde55284b15d1a32562631853b6b941284efaf0f9008c0a ssh-agent [2020-06-30T07:44:10.701Z] SSH_AUTH_SOCK=/tmp/ssh-hekpFGNJFqCf/agent.13 [2020-06-30T07:44:10.701Z] SSH_AGENT_PID=19 [2020-06-30T07:44:10.712Z] Running ssh-add (command line suppressed) [2020-06-30T07:44:10.830Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-248@tmp/private_key_1049652275317695595.key (/w/workspace/dry_go-mod-core-contracts_PR-248@tmp/private_key_1049652275317695595.key) [2020-06-30T07:44:10.879Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T07:44:11.244Z] + git describe --exact-match --tags HEAD [2020-06-30T07:44:11.244Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-30T07:44:11.412Z] $ docker exec --env ******** --env ******** d6b5e50d313f083a4dde55284b15d1a32562631853b6b941284efaf0f9008c0a ssh-agent -k [2020-06-30T07:44:11.522Z] unset SSH_AUTH_SOCK; [2020-06-30T07:44:11.522Z] unset SSH_AGENT_PID; [2020-06-30T07:44:11.522Z] echo Agent pid 19 killed; [2020-06-30T07:44:11.563Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-30T07:44:11.665Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-30T07:44:11.665Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-30T07:44:11.732Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T07:44:11.732Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T07:44:11.893Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T07:44:11.898Z] $ docker exec d6b5e50d313f083a4dde55284b15d1a32562631853b6b941284efaf0f9008c0a ssh-agent [2020-06-30T07:44:12.049Z] SSH_AUTH_SOCK=/tmp/ssh-Atbb0HeQ3HPQ/agent.48 [2020-06-30T07:44:12.049Z] SSH_AGENT_PID=53 [2020-06-30T07:44:12.056Z] Running ssh-add (command line suppressed) [2020-06-30T07:44:12.167Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-248@tmp/private_key_1280202122685178223.key (/w/workspace/dry_go-mod-core-contracts_PR-248@tmp/private_key_1280202122685178223.key) [2020-06-30T07:44:12.215Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T07:44:12.562Z] + git semver init [2020-06-30T07:44:12.562Z] # -> Open(): unable to determine branch for HEAD [2020-06-30T07:44:12.562Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-248/.git [2020-06-30T07:44:12.562Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-248 [2020-06-30T07:44:12.562Z] # $SEMVER_REMOTE_NAME = origin [2020-06-30T07:44:12.562Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-30T07:44:12.562Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-30T07:44:12.562Z] # $SEMVER_BRANCH = PR-248 [2020-06-30T07:44:12.562Z] # $SEMVER_TEMP = /tmp/semver-417159319 [2020-06-30T07:44:12.562Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-06-30T07:44:13.133Z] # '/tmp/semver-417159319' -> '/w/workspace/dry_go-mod-core-contracts_PR-248/.semver' [2020-06-30T07:44:13.133Z] # -> Force: false [2020-06-30T07:44:13.133Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-248/.semver [Pipeline] } [2020-06-30T07:44:13.159Z] $ docker exec --env ******** --env ******** d6b5e50d313f083a4dde55284b15d1a32562631853b6b941284efaf0f9008c0a ssh-agent -k [2020-06-30T07:44:13.270Z] unset SSH_AUTH_SOCK; [2020-06-30T07:44:13.270Z] unset SSH_AGENT_PID; [2020-06-30T07:44:13.270Z] echo Agent pid 53 killed; [2020-06-30T07:44:13.309Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-30T07:44:13.791Z] + git semver [Pipeline] } [2020-06-30T07:44:13.818Z] $ docker stop --time=1 d6b5e50d313f083a4dde55284b15d1a32562631853b6b941284efaf0f9008c0a [2020-06-30T07:44:15.411Z] $ docker rm -f d6b5e50d313f083a4dde55284b15d1a32562631853b6b941284efaf0f9008c0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-30T07:44:16.035Z] Stashed 76 file(s) [Pipeline] echo [2020-06-30T07:44:16.055Z] [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-30T07:44:31.463Z] Still waiting to schedule task [2020-06-30T07:44:31.463Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4859’ [2020-06-30T07:44:31.486Z] Still waiting to schedule task [2020-06-30T07:44:31.486Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-30T07:46:12.144Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4860 in /w/workspace/dry_go-mod-core-contracts_PR-248 [Pipeline] { [Pipeline] ws [2020-06-30T07:46:12.195Z] Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout [2020-06-30T07:46:17.065Z] using credential edgex-jenkins-ssh [2020-06-30T07:46:17.099Z] Cloning the remote Git repository [2020-06-30T07:46:17.099Z] Cloning with configured refspecs honoured and without tags [2020-06-30T07:46:17.151Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-30T07:46:18.347Z] Fetching without tags [2020-06-30T07:46:17.270Z] > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 [2020-06-30T07:46:17.333Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-30T07:46:17.334Z] > git --version # timeout=10 [2020-06-30T07:46:17.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T07:46:17.412Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T07:46:18.209Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-30T07:46:18.234Z] > git config --add remote.origin.fetch +refs/pull/248/head:refs/remotes/origin/PR-248 # timeout=10 [2020-06-30T07:46:18.260Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T07:46:18.293Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-30T07:46:18.331Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-30T07:46:18.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T07:46:18.342Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T07:46:18.914Z] Merging remotes/origin/master commit 8df1bc237b3746b67ec2754785c71dc83ce5d0c1 into PR head commit 6f6c9b0029c9756e56a2259010c344f5932545f4 [2020-06-30T07:46:19.151Z] Merge succeeded, producing 6f6c9b0029c9756e56a2259010c344f5932545f4 [2020-06-30T07:46:19.152Z] Checking out Revision 6f6c9b0029c9756e56a2259010c344f5932545f4 (PR-248) [2020-06-30T07:46:18.905Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T07:46:18.921Z] > git checkout -f 6f6c9b0029c9756e56a2259010c344f5932545f4 # timeout=10 [2020-06-30T07:46:19.028Z] > git remote # timeout=10 [2020-06-30T07:46:19.044Z] > git config --get remote.origin.url # timeout=10 [2020-06-30T07:46:19.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T07:46:19.072Z] > git merge 8df1bc237b3746b67ec2754785c71dc83ce5d0c1 # timeout=10 [2020-06-30T07:46:19.098Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-30T07:46:19.134Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T07:46:19.146Z] > git checkout -f 6f6c9b0029c9756e56a2259010c344f5932545f4 # timeout=10 [2020-06-30T07:46:23.847Z] Commit message: "Fix URL -> Remove Interval By ID" [2020-06-30T07:46:23.871Z] > git --version # timeout=10 [2020-06-30T07:46:23.892Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-30T07:46:25.205Z] ========================================================= [2020-06-30T07:46:25.206Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-30T07:46:25.206Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-30T07:46:26.394Z] + 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-30T07:46:27.834Z] Sending build context to Docker daemon 1.773MB [2020-06-30T07:46:27.834Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-30T07:46:27.834Z] Step 2/7 : FROM ${BASE} [2020-06-30T07:46:27.834Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-30T07:46:27.834Z] cde5963f3b93: Pulling fs layer [2020-06-30T07:46:27.834Z] 2a23fa8c16f7: Pulling fs layer [2020-06-30T07:46:27.834Z] 777b28850792: Pulling fs layer [2020-06-30T07:46:27.834Z] 8a11ddd9e578: Pulling fs layer [2020-06-30T07:46:27.834Z] 4cf88f913ddb: Pulling fs layer [2020-06-30T07:46:27.834Z] 1df406cf5192: Pulling fs layer [2020-06-30T07:46:27.834Z] cd6300453558: Pulling fs layer [2020-06-30T07:46:27.834Z] b9c365052c96: Pulling fs layer [2020-06-30T07:46:27.834Z] a2d8cc88f415: Pulling fs layer [2020-06-30T07:46:27.834Z] ea1d1ca13537: Pulling fs layer [2020-06-30T07:46:27.834Z] 3750a50a1c5e: Pulling fs layer [2020-06-30T07:46:27.834Z] cd6300453558: Waiting [2020-06-30T07:46:27.834Z] b9c365052c96: Waiting [2020-06-30T07:46:27.834Z] a2d8cc88f415: Waiting [2020-06-30T07:46:27.834Z] ea1d1ca13537: Waiting [2020-06-30T07:46:27.834Z] 3750a50a1c5e: Waiting [2020-06-30T07:46:27.834Z] 8a11ddd9e578: Waiting [2020-06-30T07:46:27.834Z] 4cf88f913ddb: Waiting [2020-06-30T07:46:27.834Z] 1df406cf5192: Waiting [2020-06-30T07:46:28.128Z] 777b28850792: Verifying Checksum [2020-06-30T07:46:28.128Z] 777b28850792: Download complete [2020-06-30T07:46:28.128Z] 2a23fa8c16f7: Verifying Checksum [2020-06-30T07:46:28.128Z] 2a23fa8c16f7: Download complete [2020-06-30T07:46:28.128Z] 1df406cf5192: Verifying Checksum [2020-06-30T07:46:28.128Z] 1df406cf5192: Download complete [2020-06-30T07:46:28.128Z] cde5963f3b93: Verifying Checksum [2020-06-30T07:46:28.128Z] cde5963f3b93: Download complete [2020-06-30T07:46:28.730Z] cde5963f3b93: Pull complete [2020-06-30T07:46:29.333Z] 2a23fa8c16f7: Pull complete [2020-06-30T07:46:29.935Z] 777b28850792: Pull complete [2020-06-30T07:46:29.935Z] cd6300453558: Verifying Checksum [2020-06-30T07:46:29.935Z] cd6300453558: Download complete [2020-06-30T07:46:30.210Z] a2d8cc88f415: Verifying Checksum [2020-06-30T07:46:30.210Z] a2d8cc88f415: Download complete [2020-06-30T07:46:31.649Z] ea1d1ca13537: Verifying Checksum [2020-06-30T07:46:31.649Z] ea1d1ca13537: Download complete [2020-06-30T07:46:31.649Z] 3750a50a1c5e: Download complete [2020-06-30T07:46:32.627Z] b9c365052c96: Verifying Checksum [2020-06-30T07:46:33.228Z] 8a11ddd9e578: Verifying Checksum [2020-06-30T07:46:33.228Z] 8a11ddd9e578: Download complete [2020-06-30T07:46:45.638Z] 8a11ddd9e578: Pull complete [2020-06-30T07:46:45.638Z] 4cf88f913ddb: Pull complete [2020-06-30T07:46:45.638Z] 1df406cf5192: Pull complete [2020-06-30T07:46:49.410Z] Running on prd-centos7-docker-4c-2g-4861 in /w/workspace/dry_go-mod-core-contracts_PR-248 [Pipeline] { [Pipeline] ws [2020-06-30T07:46:49.467Z] Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout [2020-06-30T07:46:49.970Z] cd6300453558: Pull complete [2020-06-30T07:46:51.624Z] using credential edgex-jenkins-ssh [2020-06-30T07:46:51.648Z] Cloning the remote Git repository [2020-06-30T07:46:51.648Z] Cloning with configured refspecs honoured and without tags [2020-06-30T07:46:51.674Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-30T07:46:51.738Z] > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 [2020-06-30T07:46:51.782Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-30T07:46:51.782Z] > git --version # timeout=10 [2020-06-30T07:46:51.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T07:46:51.813Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T07:46:52.360Z] Fetching without tags [2020-06-30T07:46:52.741Z] Merging remotes/origin/master commit 8df1bc237b3746b67ec2754785c71dc83ce5d0c1 into PR head commit 6f6c9b0029c9756e56a2259010c344f5932545f4 [2020-06-30T07:46:52.843Z] Merge succeeded, producing 6f6c9b0029c9756e56a2259010c344f5932545f4 [2020-06-30T07:46:52.843Z] Checking out Revision 6f6c9b0029c9756e56a2259010c344f5932545f4 (PR-248) [2020-06-30T07:46:52.322Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-30T07:46:52.334Z] > git config --add remote.origin.fetch +refs/pull/248/head:refs/remotes/origin/PR-248 # timeout=10 [2020-06-30T07:46:52.339Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T07:46:52.354Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-30T07:46:52.365Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-30T07:46:52.365Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T07:46:52.375Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T07:46:52.755Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T07:46:52.761Z] > git checkout -f 6f6c9b0029c9756e56a2259010c344f5932545f4 # timeout=10 [2020-06-30T07:46:52.805Z] > git remote # timeout=10 [2020-06-30T07:46:52.810Z] > git config --get remote.origin.url # timeout=10 [2020-06-30T07:46:52.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T07:46:52.823Z] > git merge 8df1bc237b3746b67ec2754785c71dc83ce5d0c1 # timeout=10 [2020-06-30T07:46:52.834Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-30T07:46:52.847Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T07:46:52.853Z] > git checkout -f 6f6c9b0029c9756e56a2259010c344f5932545f4 # timeout=10 [2020-06-30T07:46:54.275Z] b9c365052c96: Pull complete [2020-06-30T07:46:54.866Z] a2d8cc88f415: Pull complete [2020-06-30T07:46:56.529Z] Commit message: "Fix URL -> Remove Interval By ID" [2020-06-30T07:46:56.552Z] > git --version # timeout=10 [2020-06-30T07:46:56.562Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-30T07:46:56.849Z] ea1d1ca13537: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-06-30T07:46:57.123Z] 3750a50a1c5e: Pull complete [2020-06-30T07:46:57.123Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [Pipeline] unstash [Pipeline] echo [2020-06-30T07:46:57.364Z] ========================================================= [2020-06-30T07:46:57.364Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-30T07:46:57.364Z] ========================================================= [2020-06-30T07:46:57.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-30T07:46:57.395Z] ---> 78745c68409d [2020-06-30T07:46:57.395Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] isUnix [Pipeline] sh [2020-06-30T07:46:57.975Z] + 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-30T07:46:58.552Z] Sending build context to Docker daemon 1.773MB [2020-06-30T07:46:58.552Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-30T07:46:58.552Z] Step 2/7 : FROM ${BASE} [2020-06-30T07:46:58.552Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-30T07:46:58.552Z] e6b0cf9c0882: Pulling fs layer [2020-06-30T07:46:58.552Z] 2848faf0eed1: Pulling fs layer [2020-06-30T07:46:58.552Z] 0f37312ad70f: Pulling fs layer [2020-06-30T07:46:58.552Z] 5788d62ee057: Pulling fs layer [2020-06-30T07:46:58.552Z] 0e6b1d234666: Pulling fs layer [2020-06-30T07:46:58.552Z] bf5d7aec512f: Pulling fs layer [2020-06-30T07:46:58.552Z] 34c802a77dc8: Pulling fs layer [2020-06-30T07:46:58.552Z] 9eb99e56ec68: Pulling fs layer [2020-06-30T07:46:58.552Z] 27c7a5d97fbd: Pulling fs layer [2020-06-30T07:46:58.552Z] 5c102a31e300: Pulling fs layer [2020-06-30T07:46:58.552Z] dcfb455df0a1: Pulling fs layer [2020-06-30T07:46:58.552Z] 34c802a77dc8: Waiting [2020-06-30T07:46:58.552Z] 9eb99e56ec68: Waiting [2020-06-30T07:46:58.552Z] 27c7a5d97fbd: Waiting [2020-06-30T07:46:58.552Z] 5c102a31e300: Waiting [2020-06-30T07:46:58.552Z] dcfb455df0a1: Waiting [2020-06-30T07:46:58.552Z] 5788d62ee057: Waiting [2020-06-30T07:46:58.552Z] bf5d7aec512f: Waiting [2020-06-30T07:46:58.552Z] 0e6b1d234666: Waiting [2020-06-30T07:46:58.552Z] 0f37312ad70f: Verifying Checksum [2020-06-30T07:46:58.552Z] 0f37312ad70f: Download complete [2020-06-30T07:46:58.552Z] 2848faf0eed1: Download complete [2020-06-30T07:46:58.552Z] 0e6b1d234666: Verifying Checksum [2020-06-30T07:46:58.552Z] 0e6b1d234666: Download complete [2020-06-30T07:46:58.552Z] e6b0cf9c0882: Verifying Checksum [2020-06-30T07:46:58.552Z] bf5d7aec512f: Verifying Checksum [2020-06-30T07:46:58.552Z] bf5d7aec512f: Download complete [2020-06-30T07:46:58.818Z] e6b0cf9c0882: Pull complete [2020-06-30T07:46:59.789Z] 34c802a77dc8: Verifying Checksum [2020-06-30T07:46:59.789Z] 34c802a77dc8: Download complete [2020-06-30T07:46:59.789Z] 27c7a5d97fbd: Verifying Checksum [2020-06-30T07:46:59.789Z] 27c7a5d97fbd: Download complete [2020-06-30T07:47:00.056Z] 5788d62ee057: Verifying Checksum [2020-06-30T07:47:00.056Z] 5788d62ee057: Download complete [2020-06-30T07:47:00.056Z] 9eb99e56ec68: Verifying Checksum [2020-06-30T07:47:00.056Z] 9eb99e56ec68: Download complete [2020-06-30T07:47:00.056Z] dcfb455df0a1: Verifying Checksum [2020-06-30T07:47:00.056Z] dcfb455df0a1: Download complete [2020-06-30T07:47:00.056Z] 5c102a31e300: Verifying Checksum [2020-06-30T07:47:00.056Z] 5c102a31e300: Download complete [2020-06-30T07:47:01.453Z] 2848faf0eed1: Pull complete [2020-06-30T07:47:01.454Z] 0f37312ad70f: Pull complete [2020-06-30T07:47:01.688Z] ---> Running in 45a35dfd86d5 [2020-06-30T07:47:01.961Z] Removing intermediate container 45a35dfd86d5 [2020-06-30T07:47:01.961Z] ---> 104ebdfdf72d [2020-06-30T07:47:01.961Z] Step 4/7 : RUN apk add bash [2020-06-30T07:47:02.235Z] ---> Running in fed4ee50c4b3 [2020-06-30T07:47:03.660Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-30T07:47:04.634Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-30T07:47:05.230Z] OK: 125 MiB in 39 packages [2020-06-30T07:47:06.666Z] Removing intermediate container fed4ee50c4b3 [2020-06-30T07:47:06.666Z] ---> 8c73d8e5709f [2020-06-30T07:47:06.666Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-30T07:47:06.666Z] ---> Running in 65264d5177d7 [2020-06-30T07:47:06.753Z] 5788d62ee057: Pull complete [2020-06-30T07:47:06.753Z] 0e6b1d234666: Pull complete [2020-06-30T07:47:07.012Z] bf5d7aec512f: Pull complete [2020-06-30T07:47:07.259Z] Removing intermediate container 65264d5177d7 [2020-06-30T07:47:07.259Z] ---> 776ce660eb8f [2020-06-30T07:47:07.259Z] Step 6/7 : COPY go.mod . [2020-06-30T07:47:07.853Z] ---> e5de77a01146 [2020-06-30T07:47:07.853Z] Step 7/7 : RUN go mod download [2020-06-30T07:47:08.125Z] ---> Running in b3ae415a455f [2020-06-30T07:47:10.089Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-30T07:47:10.359Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-30T07:47:10.359Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-30T07:47:10.359Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-30T07:47:10.359Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-30T07:47:10.360Z] go: finding github.com/google/uuid v1.1.0 [2020-06-30T07:47:10.360Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-30T07:47:10.360Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-30T07:47:10.360Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-30T07:47:10.360Z] go: finding github.com/stretchr/testify v1.3.0 [2020-06-30T07:47:10.360Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-30T07:47:11.269Z] 34c802a77dc8: Pull complete [2020-06-30T07:47:12.968Z] Removing intermediate container b3ae415a455f [2020-06-30T07:47:12.968Z] ---> 82149c50bb23 [2020-06-30T07:47:12.968Z] Successfully built 82149c50bb23 [2020-06-30T07:47:12.968Z] 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-30T07:47:13.731Z] + docker inspect -f . ci-base-image-arm64 [2020-06-30T07:47:13.731Z] . [Pipeline] withDockerContainer [2020-06-30T07:47:14.020Z] prd-ubuntu18.04-docker-arm64-4c-16g-4860 does not seem to be running inside a container [2020-06-30T07:47:14.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-arm64 cat [2020-06-30T07:47:14.568Z] 9eb99e56ec68: Pull complete [2020-06-30T07:47:14.568Z] 27c7a5d97fbd: Pull complete [2020-06-30T07:47:15.137Z] 5c102a31e300: Pull complete [2020-06-30T07:47:15.137Z] dcfb455df0a1: Pull complete [2020-06-30T07:47:15.137Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-30T07:47:15.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-30T07:47:15.137Z] ---> 7c70fe431013 [2020-06-30T07:47:15.138Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-30T07:47:15.889Z] $ docker top 568ca11b3374c3a93194317469c6db5af044b5c60617efad5dbc691171ceb16c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-30T07:47:17.044Z] ---> Running in 16695ca6a829 [2020-06-30T07:47:17.044Z] Removing intermediate container 16695ca6a829 [2020-06-30T07:47:17.044Z] ---> fd28a3477f5e [2020-06-30T07:47:17.044Z] Step 4/7 : RUN apk add bash [2020-06-30T07:47:17.044Z] ---> Running in 2b91a752fdad [2020-06-30T07:47:17.355Z] + go version [2020-06-30T07:47:17.355Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-30T07:47:17.614Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-30T07:47:18.183Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-30T07:47:18.433Z] + make test [2020-06-30T07:47:18.433Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-30T07:47:18.759Z] OK: 143 MiB in 39 packages [2020-06-30T07:47:19.334Z] Removing intermediate container 2b91a752fdad [2020-06-30T07:47:19.334Z] ---> 5ba1e23a249c [2020-06-30T07:47:19.334Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-30T07:47:19.334Z] ---> Running in e42a98adda52 [2020-06-30T07:47:19.334Z] Removing intermediate container e42a98adda52 [2020-06-30T07:47:19.334Z] ---> c67f38b5dc92 [2020-06-30T07:47:19.334Z] Step 6/7 : COPY go.mod . [2020-06-30T07:47:19.596Z] ---> 350f1455930e [2020-06-30T07:47:19.596Z] Step 7/7 : RUN go mod download [2020-06-30T07:47:19.596Z] ---> Running in ab7dd1538d5b [2020-06-30T07:47:21.512Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-30T07:47:21.512Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-30T07:47:21.512Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-30T07:47:21.512Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-30T07:47:21.512Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-30T07:47:21.512Z] go: finding github.com/google/uuid v1.1.0 [2020-06-30T07:47:21.512Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-30T07:47:21.512Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-30T07:47:21.512Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-30T07:47:21.512Z] go: finding github.com/stretchr/testify v1.3.0 [2020-06-30T07:47:21.512Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-30T07:47:23.429Z] Removing intermediate container ab7dd1538d5b [2020-06-30T07:47:23.429Z] ---> 51de5c0b0e42 [2020-06-30T07:47:23.429Z] Successfully built 51de5c0b0e42 [2020-06-30T07:47:23.429Z] 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-30T07:47:24.200Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-30T07:47:24.200Z] . [Pipeline] withDockerContainer [2020-06-30T07:47:24.318Z] prd-centos7-docker-4c-2g-4861 does not seem to be running inside a container [2020-06-30T07:47:24.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-30T07:47:25.278Z] $ docker top 1b36bdb1e6b9ebb281a9ee0dca57fd37f4fc1986359a5f83c7cfbc9a8b20773b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-30T07:47:25.759Z] + go version [2020-06-30T07:47:25.759Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-30T07:47:26.081Z] + make test [2020-06-30T07:47:26.081Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-30T07:47:31.438Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-30T07:47:33.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.031s coverage: 85.7% of statements [2020-06-30T07:47:33.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.010s coverage: 100.0% of statements [2020-06-30T07:47:33.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.020s coverage: 45.4% of statements [2020-06-30T07:47:33.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements [2020-06-30T07:47:33.399Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-30T07:47:33.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.007s coverage: 6.4% of statements [2020-06-30T07:47:34.251Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.015s coverage: 14.4% of statements [2020-06-30T07:47:34.251Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2020-06-30T07:47:34.516Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.019s coverage: 100.0% of statements [2020-06-30T07:47:34.516Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-30T07:47:34.516Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-30T07:47:34.516Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.030s coverage: 100.0% of statements [2020-06-30T07:47:35.912Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.521s coverage: 100.0% of statements [2020-06-30T07:47:36.176Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.017s coverage: 62.6% of statements [2020-06-30T07:47:36.176Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.006s coverage: 26.3% of statements [2020-06-30T07:47:36.176Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.024s coverage: 15.4% of statements [2020-06-30T07:47:36.176Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.004s coverage: 15.4% of statements [2020-06-30T07:47:36.176Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.004s coverage: 14.3% of statements [2020-06-30T07:47:36.442Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-30T07:47:36.775Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-30T07:47:37.019Z] gofmt -l . [2020-06-30T07:47:37.279Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-30T07:47:37.543Z] Stashed 1 file(s) [Pipeline] } [2020-06-30T07:47:37.559Z] $ docker stop --time=1 1b36bdb1e6b9ebb281a9ee0dca57fd37f4fc1986359a5f83c7cfbc9a8b20773b [2020-06-30T07:47:38.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements [2020-06-30T07:47:38.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.056s coverage: 100.0% of statements [2020-06-30T07:47:39.641Z] $ docker rm -f 1b36bdb1e6b9ebb281a9ee0dca57fd37f4fc1986359a5f83c7cfbc9a8b20773b [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-30T07:47:41.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.055s coverage: 45.4% of statements [2020-06-30T07:47:41.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.022s coverage: 77.8% of statements [2020-06-30T07:47:41.394Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-30T07:47:41.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements [2020-06-30T07:47:42.393Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.084s coverage: 14.4% of statements [2020-06-30T07:47:43.401Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.032s coverage: 100.0% of statements [2020-06-30T07:47:45.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.066s coverage: 100.0% of statements [2020-06-30T07:47:45.409Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-30T07:47:45.409Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-30T07:47:45.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.041s coverage: 100.0% of statements [2020-06-30T07:47:45.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.019s coverage: 100.0% of statements [2020-06-30T07:47:50.813Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.087s coverage: 62.6% of statements [2020-06-30T07:47:50.813Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.054s coverage: 26.3% of statements [2020-06-30T07:47:50.813Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.043s coverage: 15.4% of statements [2020-06-30T07:47:50.813Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements [2020-06-30T07:47:50.813Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.012s coverage: 14.3% of statements [2020-06-30T07:47:50.813Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-30T07:47:53.451Z] gofmt -l . [2020-06-30T07:47:53.451Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-30T07:47:53.759Z] Warning: overwriting stash ‘coverage-report’ [2020-06-30T07:47:54.199Z] Stashed 1 file(s) [Pipeline] } [2020-06-30T07:47:54.191Z] $ docker stop --time=1 568ca11b3374c3a93194317469c6db5af044b5c60617efad5dbc691171ceb16c [2020-06-30T07:47:56.410Z] $ docker rm -f 568ca11b3374c3a93194317469c6db5af044b5c60617efad5dbc691171ceb16c [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-30T07:47:58.462Z] provisioning config files... [2020-06-30T07:47:58.472Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-248@tmp/config2724113725441192524tmp [Pipeline] { [Pipeline] sh [2020-06-30T07:47:58.838Z] + curl -s https://codecov.io/bash [2020-06-30T07:47:58.839Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-248@tmp/config2724113725441192524tmp [Pipeline] } [2020-06-30T07:47:59.118Z] 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-30T07:48:00.612Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T07:48:01.207Z] ---> package-listing.sh [2020-06-30T07:48:01.207Z] ++ facter osfamily [2020-06-30T07:48:01.207Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-30T07:48:01.207Z] + OS_FAMILY=redhat [2020-06-30T07:48:01.207Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-248 [2020-06-30T07:48:01.207Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-30T07:48:01.207Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-30T07:48:01.207Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-30T07:48:01.207Z] + PACKAGES=/tmp/packages_start.txt [2020-06-30T07:48:01.207Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-248 ']' [2020-06-30T07:48:01.207Z] + PACKAGES=/tmp/packages_end.txt [2020-06-30T07:48:01.207Z] + case "${OS_FAMILY}" in [2020-06-30T07:48:01.207Z] + rpm -qa [2020-06-30T07:48:01.207Z] + sort [2020-06-30T07:48:05.433Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-30T07:48:05.433Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-30T07:48:05.433Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-30T07:48:05.433Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-248 ']' [2020-06-30T07:48:05.433Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-248/archives/ [2020-06-30T07:48:05.433Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-248/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-30T07:48:06.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T07:48:06.049Z] [2020-06-30T07:48:06.049Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-30T07:48:06.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T07:48:06.412Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-30T07:48:06.412Z] c9b1b535fdd9: Pulling fs layer [2020-06-30T07:48:06.412Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-30T07:48:06.412Z] 756a868c4378: Pulling fs layer [2020-06-30T07:48:06.412Z] 444b2fc9a129: Pulling fs layer [2020-06-30T07:48:06.412Z] ea15f1150254: Pulling fs layer [2020-06-30T07:48:06.412Z] 41b27a9f41bf: Pulling fs layer [2020-06-30T07:48:06.412Z] 28c525ee5125: Pulling fs layer [2020-06-30T07:48:06.412Z] 094b1ea09ed8: Pulling fs layer [2020-06-30T07:48:06.412Z] 138eaada9080: Pulling fs layer [2020-06-30T07:48:06.412Z] 0622d0fa9048: Pulling fs layer [2020-06-30T07:48:06.412Z] 41b27a9f41bf: Waiting [2020-06-30T07:48:06.412Z] 28c525ee5125: Waiting [2020-06-30T07:48:06.412Z] 094b1ea09ed8: Waiting [2020-06-30T07:48:06.412Z] 138eaada9080: Waiting [2020-06-30T07:48:06.412Z] 0622d0fa9048: Waiting [2020-06-30T07:48:06.412Z] 444b2fc9a129: Waiting [2020-06-30T07:48:06.412Z] ea15f1150254: Waiting [2020-06-30T07:48:06.412Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-30T07:48:06.412Z] 2cc5ad85d9ab: Download complete [2020-06-30T07:48:06.412Z] 444b2fc9a129: Verifying Checksum [2020-06-30T07:48:06.412Z] 444b2fc9a129: Download complete [2020-06-30T07:48:06.412Z] c9b1b535fdd9: Verifying Checksum [2020-06-30T07:48:06.412Z] c9b1b535fdd9: Download complete [2020-06-30T07:48:06.412Z] ea15f1150254: Download complete [2020-06-30T07:48:06.412Z] 28c525ee5125: Verifying Checksum [2020-06-30T07:48:06.412Z] 28c525ee5125: Download complete [2020-06-30T07:48:06.696Z] 756a868c4378: Verifying Checksum [2020-06-30T07:48:06.696Z] 756a868c4378: Download complete [2020-06-30T07:48:06.974Z] 138eaada9080: Verifying Checksum [2020-06-30T07:48:06.974Z] 138eaada9080: Download complete [2020-06-30T07:48:06.974Z] c9b1b535fdd9: Pull complete [2020-06-30T07:48:06.974Z] 0622d0fa9048: Verifying Checksum [2020-06-30T07:48:06.974Z] 0622d0fa9048: Download complete [2020-06-30T07:48:06.974Z] 094b1ea09ed8: Verifying Checksum [2020-06-30T07:48:06.974Z] 094b1ea09ed8: Download complete [2020-06-30T07:48:07.563Z] 2cc5ad85d9ab: Pull complete [2020-06-30T07:48:07.563Z] 41b27a9f41bf: Verifying Checksum [2020-06-30T07:48:07.563Z] 41b27a9f41bf: Download complete [2020-06-30T07:48:08.969Z] 756a868c4378: Pull complete [2020-06-30T07:48:08.969Z] 444b2fc9a129: Pull complete [2020-06-30T07:48:09.235Z] ea15f1150254: Pull complete [2020-06-30T07:48:13.453Z] 41b27a9f41bf: Pull complete [2020-06-30T07:48:13.453Z] 28c525ee5125: Pull complete [2020-06-30T07:48:16.009Z] 094b1ea09ed8: Pull complete [2020-06-30T07:48:16.275Z] 138eaada9080: Pull complete [2020-06-30T07:48:16.538Z] 0622d0fa9048: Pull complete [2020-06-30T07:48:16.538Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-30T07:48:16.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T07:48:16.538Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-30T07:48:16.696Z] prd-centos7-docker-4c-2g-4859 does not seem to be running inside a container [2020-06-30T07:48:16.743Z] $ 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-248 -v /w/workspace/dry_go-mod-core-contracts_PR-248:/w/workspace/dry_go-mod-core-contracts_PR-248:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-248@tmp:/w/workspace/dry_go-mod-core-contracts_PR-248@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:10003/edgex-lftools-log-publisher:alpine cat [2020-06-30T07:48:20.752Z] $ docker top 6fdeb436fea86575804ce1a1b2ee0204727cae8a10b95b7a79c0af3a778dd56a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-30T07:48:21.023Z] provisioning config files... [2020-06-30T07:48:21.038Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-248@tmp/config7997515629229859023tmp [Pipeline] { [Pipeline] echo [2020-06-30T07:48:21.101Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T07:48:21.416Z] ---> create-netrc.sh [Pipeline] echo [2020-06-30T07:48:21.445Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T07:48:21.766Z] ---> logs-deploy.sh [2020-06-30T07:48:21.767Z] + ARCHIVE_ARTIFACTS= [2020-06-30T07:48:21.767Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-30T07:48:21.767Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-30T07:48:21.767Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-30T07:48:21.767Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-248/1 [2020-06-30T07:48:21.767Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-248/1/ [2020-06-30T07:48:21.767Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-248/1 /w/workspace/dry_go-mod-core-contracts_PR-248 [2020-06-30T07:48:22.715Z] Archives upload complete. [2020-06-30T07:48:22.977Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-248/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-248/1/