Pull request #253 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 weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 0746ea1719ff74015da8ef926f06a40e1e317cc2 rather than d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 Obtained Jenkinsfile from 0746ea1719ff74015da8ef926f06a40e1e317cc2 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 Still waiting to schedule task ‘prd-centos7-docker-4c-2g-880’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-881 in /w/workspace/dry_go-mod-core-contracts_PR-253 [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-253 # 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/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 Merge succeeded, producing d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 Checking out Revision d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 (PR-253) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # 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/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # 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 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 Commit message: "feat: Create metadata DTOs and models for V2 API Create metadata DTOs and models for Addressable, Device, DeviceProfile, DeviceService. Fix: #249" First time build. Skipping changelog. > git rev-list --no-walk 99647c8324b5afa22ae76557f5542c7d81d67573 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-16T04:56:25.276Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-16T04:56:25.563Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-16T04:56:25.640Z] ========================================================= [2020-07-16T04:56:25.641Z] EdgeX Global Pipelines Version Info [2020-07-16T04:56:25.641Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-16T04:56:27.576Z] ------------------- [2020-07-16T04:56:27.576Z] stable info: [2020-07-16T04:56:27.576Z] ------------------- [2020-07-16T04:56:27.576Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-16T04:56:27.576Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-16T04:56:27.576Z] Message: update stable to v1.0.99 [2020-07-16T04:56:28.148Z] ------------------- [2020-07-16T04:56:28.148Z] experimental info: [2020-07-16T04:56:28.148Z] ------------------- [2020-07-16T04:56:28.148Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-16T04:56:28.148Z] Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 [2020-07-16T04:56:28.148Z] Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-16T04:56:30.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T04:56:31.263Z] [2020-07-16T04:56:31.263Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-16T04:56:31.648Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T04:56:31.648Z] latest: Pulling from edgex-devops/git-semver [2020-07-16T04:56:31.648Z] 31603596830f: Pulling fs layer [2020-07-16T04:56:31.648Z] 2a8b12db71e7: Pulling fs layer [2020-07-16T04:56:31.648Z] 6ca5941a6612: Pulling fs layer [2020-07-16T04:56:31.648Z] ecc8261a40a4: Pulling fs layer [2020-07-16T04:56:31.648Z] ecc8261a40a4: Waiting [2020-07-16T04:56:31.648Z] 2a8b12db71e7: Verifying Checksum [2020-07-16T04:56:31.648Z] 2a8b12db71e7: Download complete [2020-07-16T04:56:31.648Z] 31603596830f: Verifying Checksum [2020-07-16T04:56:31.648Z] 31603596830f: Download complete [2020-07-16T04:56:31.648Z] ecc8261a40a4: Verifying Checksum [2020-07-16T04:56:31.648Z] ecc8261a40a4: Download complete [2020-07-16T04:56:31.915Z] 6ca5941a6612: Download complete [2020-07-16T04:56:31.915Z] 31603596830f: Pull complete [2020-07-16T04:56:32.177Z] 2a8b12db71e7: Pull complete [2020-07-16T04:56:33.128Z] 6ca5941a6612: Pull complete [2020-07-16T04:56:33.128Z] ecc8261a40a4: Pull complete [2020-07-16T04:56:33.128Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-16T04:56:33.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T04:56:33.128Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-16T04:56:33.237Z] prd-centos7-docker-4c-2g-881 does not seem to be running inside a container [2020-07-16T04:56:33.287Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-16T04:56:35.494Z] $ docker top 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-16T04:56:35.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T04:56:35.751Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T04:56:35.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T04:56:35.965Z] $ docker exec 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 ssh-agent [2020-07-16T04:56:36.135Z] SSH_AUTH_SOCK=/tmp/ssh-Bb9zG5HfduDr/agent.11 [2020-07-16T04:56:36.135Z] SSH_AGENT_PID=16 [2020-07-16T04:56:36.146Z] Running ssh-add (command line suppressed) [2020-07-16T04:56:36.277Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_5702412860806338475.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_5702412860806338475.key) [2020-07-16T04:56:36.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T04:56:36.783Z] + git describe --exact-match --tags HEAD [2020-07-16T04:56:36.783Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-16T04:56:36.848Z] $ docker exec --env ******** --env ******** 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 ssh-agent -k [2020-07-16T04:56:36.994Z] unset SSH_AUTH_SOCK; [2020-07-16T04:56:36.994Z] unset SSH_AGENT_PID; [2020-07-16T04:56:36.994Z] echo Agent pid 16 killed; [2020-07-16T04:56:37.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-16T04:56:37.122Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-16T04:56:37.122Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-16T04:56:37.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T04:56:37.200Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T04:56:37.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T04:56:37.377Z] $ docker exec 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 ssh-agent [2020-07-16T04:56:37.551Z] SSH_AUTH_SOCK=/tmp/ssh-0dYnXipPSzlL/agent.45 [2020-07-16T04:56:37.551Z] SSH_AGENT_PID=51 [2020-07-16T04:56:37.557Z] Running ssh-add (command line suppressed) [2020-07-16T04:56:37.681Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_2119628343574770894.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_2119628343574770894.key) [2020-07-16T04:56:37.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T04:56:38.051Z] + git semver init [2020-07-16T04:56:38.051Z] # -> Open(): unable to determine branch for HEAD [2020-07-16T04:56:38.051Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.git [2020-07-16T04:56:38.051Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-253 [2020-07-16T04:56:38.051Z] # $SEMVER_REMOTE_NAME = origin [2020-07-16T04:56:38.051Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-16T04:56:38.051Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-16T04:56:38.051Z] # $SEMVER_BRANCH = PR-253 [2020-07-16T04:56:38.051Z] # $SEMVER_TEMP = /tmp/semver-522231738 [2020-07-16T04:56:38.051Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-07-16T04:56:38.624Z] # '/tmp/semver-522231738' -> '/w/workspace/dry_go-mod-core-contracts_PR-253/.semver' [2020-07-16T04:56:38.624Z] # -> Force: false [2020-07-16T04:56:38.624Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.semver [Pipeline] } [2020-07-16T04:56:38.635Z] $ docker exec --env ******** --env ******** 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 ssh-agent -k [2020-07-16T04:56:38.752Z] unset SSH_AUTH_SOCK; [2020-07-16T04:56:38.753Z] unset SSH_AGENT_PID; [2020-07-16T04:56:38.753Z] echo Agent pid 51 killed; [2020-07-16T04:56:38.805Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-16T04:56:39.243Z] + git semver [Pipeline] } [2020-07-16T04:56:39.257Z] $ docker stop --time=1 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 [2020-07-16T04:56:40.851Z] $ docker rm -f 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-16T04:56:41.702Z] Stashed 80 file(s) [Pipeline] echo [2020-07-16T04:56:41.704Z] [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-07-16T04:56:56.972Z] Still waiting to schedule task [2020-07-16T04:56:56.972Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-16T04:56:56.973Z] Still waiting to schedule task [2020-07-16T04:56:56.973Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-16T04:59:13.579Z] Running on prd-centos7-docker-4c-2g-882 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws [2020-07-16T04:59:13.621Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2020-07-16T04:59:15.872Z] using credential edgex-jenkins-ssh [2020-07-16T04:59:15.921Z] Cloning the remote Git repository [2020-07-16T04:59:15.921Z] Cloning with configured refspecs honoured and without tags [2020-07-16T04:59:15.944Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-16T04:59:16.007Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2020-07-16T04:59:17.054Z] Fetching without tags [2020-07-16T04:59:16.476Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-16T04:59:16.477Z] > git --version # timeout=10 [2020-07-16T04:59:16.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T04:59:16.511Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T04:59:17.018Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-16T04:59:17.027Z] > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 [2020-07-16T04:59:17.035Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T04:59:17.047Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-16T04:59:17.058Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-16T04:59:17.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T04:59:17.071Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T04:59:17.487Z] Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 [2020-07-16T04:59:17.591Z] Merge succeeded, producing d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 [2020-07-16T04:59:17.591Z] Checking out Revision d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 (PR-253) [2020-07-16T04:59:17.495Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T04:59:17.505Z] > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 [2020-07-16T04:59:17.561Z] > git remote # timeout=10 [2020-07-16T04:59:17.566Z] > git config --get remote.origin.url # timeout=10 [2020-07-16T04:59:17.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T04:59:17.575Z] > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 [2020-07-16T04:59:17.585Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-16T04:59:17.594Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T04:59:17.604Z] > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 [2020-07-16T04:59:21.234Z] Commit message: "feat: Create metadata DTOs and models for V2 API Create metadata DTOs and models for Addressable, Device, DeviceProfile, DeviceService. Fix: #249" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-16T04:59:22.188Z] ========================================================= [2020-07-16T04:59:22.188Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-16T04:59:22.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-16T04:59:22.872Z] + 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-07-16T04:59:23.446Z] Sending build context to Docker daemon 1.987MB [2020-07-16T04:59:23.446Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-16T04:59:23.446Z] Step 2/7 : FROM ${BASE} [2020-07-16T04:59:23.446Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-16T04:59:23.446Z] e6b0cf9c0882: Pulling fs layer [2020-07-16T04:59:23.446Z] 2848faf0eed1: Pulling fs layer [2020-07-16T04:59:23.446Z] 0f37312ad70f: Pulling fs layer [2020-07-16T04:59:23.446Z] 5788d62ee057: Pulling fs layer [2020-07-16T04:59:23.446Z] 0e6b1d234666: Pulling fs layer [2020-07-16T04:59:23.446Z] bf5d7aec512f: Pulling fs layer [2020-07-16T04:59:23.446Z] 34c802a77dc8: Pulling fs layer [2020-07-16T04:59:23.446Z] 9eb99e56ec68: Pulling fs layer [2020-07-16T04:59:23.446Z] 27c7a5d97fbd: Pulling fs layer [2020-07-16T04:59:23.446Z] 5c102a31e300: Pulling fs layer [2020-07-16T04:59:23.446Z] dcfb455df0a1: Pulling fs layer [2020-07-16T04:59:23.446Z] 34c802a77dc8: Waiting [2020-07-16T04:59:23.446Z] 9eb99e56ec68: Waiting [2020-07-16T04:59:23.446Z] 27c7a5d97fbd: Waiting [2020-07-16T04:59:23.446Z] 5c102a31e300: Waiting [2020-07-16T04:59:23.446Z] 5788d62ee057: Waiting [2020-07-16T04:59:23.446Z] 0e6b1d234666: Waiting [2020-07-16T04:59:23.446Z] bf5d7aec512f: Waiting [2020-07-16T04:59:23.709Z] 0f37312ad70f: Verifying Checksum [2020-07-16T04:59:23.709Z] 0f37312ad70f: Download complete [2020-07-16T04:59:23.709Z] 2848faf0eed1: Verifying Checksum [2020-07-16T04:59:23.709Z] 2848faf0eed1: Download complete [2020-07-16T04:59:23.709Z] 0e6b1d234666: Verifying Checksum [2020-07-16T04:59:23.709Z] 0e6b1d234666: Download complete [2020-07-16T04:59:23.709Z] bf5d7aec512f: Verifying Checksum [2020-07-16T04:59:23.709Z] bf5d7aec512f: Download complete [2020-07-16T04:59:23.709Z] e6b0cf9c0882: Verifying Checksum [2020-07-16T04:59:23.709Z] e6b0cf9c0882: Download complete [2020-07-16T04:59:24.289Z] 34c802a77dc8: Verifying Checksum [2020-07-16T04:59:24.289Z] 34c802a77dc8: Download complete [2020-07-16T04:59:24.556Z] 27c7a5d97fbd: Download complete [2020-07-16T04:59:24.828Z] 5c102a31e300: Verifying Checksum [2020-07-16T04:59:24.828Z] 5c102a31e300: Download complete [2020-07-16T04:59:25.092Z] dcfb455df0a1: Verifying Checksum [2020-07-16T04:59:25.092Z] dcfb455df0a1: Download complete [2020-07-16T04:59:25.092Z] 9eb99e56ec68: Verifying Checksum [2020-07-16T04:59:25.092Z] 9eb99e56ec68: Download complete [2020-07-16T04:59:25.092Z] 5788d62ee057: Verifying Checksum [2020-07-16T04:59:25.092Z] 5788d62ee057: Download complete [2020-07-16T04:59:26.481Z] e6b0cf9c0882: Pull complete [2020-07-16T04:59:26.481Z] 2848faf0eed1: Pull complete [2020-07-16T04:59:26.481Z] 0f37312ad70f: Pull complete [2020-07-16T04:59:33.085Z] 5788d62ee057: Pull complete [2020-07-16T04:59:33.085Z] 0e6b1d234666: Pull complete [2020-07-16T04:59:33.085Z] bf5d7aec512f: Pull complete [2020-07-16T04:59:37.300Z] 34c802a77dc8: Pull complete [2020-07-16T04:59:40.647Z] 9eb99e56ec68: Pull complete [2020-07-16T04:59:40.647Z] 27c7a5d97fbd: Pull complete [2020-07-16T04:59:41.607Z] 5c102a31e300: Pull complete [2020-07-16T04:59:41.607Z] dcfb455df0a1: Pull complete [2020-07-16T04:59:41.607Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-16T04:59:41.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-16T04:59:41.607Z] ---> 7c70fe431013 [2020-07-16T04:59:41.607Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-16T04:59:43.525Z] ---> Running in 7c10749926d7 [2020-07-16T04:59:43.525Z] Removing intermediate container 7c10749926d7 [2020-07-16T04:59:43.525Z] ---> fbe6e9f631b5 [2020-07-16T04:59:43.525Z] Step 4/7 : RUN apk add bash [2020-07-16T04:59:43.786Z] ---> Running in eb310a66a93c [2020-07-16T04:59:44.361Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-16T04:59:44.932Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-16T04:59:45.514Z] OK: 143 MiB in 39 packages [2020-07-16T04:59:45.775Z] Removing intermediate container eb310a66a93c [2020-07-16T04:59:45.775Z] ---> 8bd6db8fa492 [2020-07-16T04:59:45.775Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-16T04:59:46.039Z] ---> Running in 3a56f909bc1a [2020-07-16T04:59:46.039Z] Removing intermediate container 3a56f909bc1a [2020-07-16T04:59:46.039Z] ---> 3e43bde5790d [2020-07-16T04:59:46.039Z] Step 6/7 : COPY go.mod . [2020-07-16T04:59:46.303Z] ---> e5a17122144d [2020-07-16T04:59:46.303Z] Step 7/7 : RUN go mod download [2020-07-16T04:59:46.303Z] ---> Running in 30a90e687e6a [2020-07-16T04:59:48.224Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-16T04:59:48.224Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T04:59:48.224Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-16T04:59:48.224Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T04:59:48.224Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-16T04:59:48.224Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-16T04:59:48.224Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-16T04:59:48.224Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-16T04:59:48.224Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-16T04:59:48.224Z] go: finding github.com/google/uuid v1.1.0 [2020-07-16T04:59:48.224Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-16T04:59:48.224Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-16T04:59:48.224Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-16T04:59:48.224Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-16T04:59:48.224Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-16T04:59:48.224Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-16T04:59:48.224Z] go: finding golang.org/x/text v0.3.2 [2020-07-16T04:59:48.224Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-16T04:59:48.224Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-16T04:59:48.224Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-16T04:59:56.394Z] Removing intermediate container 30a90e687e6a [2020-07-16T04:59:56.394Z] ---> 727e7ae7a123 [2020-07-16T04:59:56.394Z] Successfully built 727e7ae7a123 [2020-07-16T04:59:56.394Z] 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-07-16T04:59:57.231Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-16T04:59:57.231Z] . [Pipeline] withDockerContainer [2020-07-16T04:59:57.331Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-07-16T04:59:57.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-07-16T04:59:58.041Z] $ docker top aacdea02a8fdf04f49c52c8042b86e315ad3914c6268bac3a2db65eb6e2f65ec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-16T04:59:58.585Z] + go version [2020-07-16T04:59:58.585Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-16T04:59:58.998Z] + make test [2020-07-16T04:59:58.999Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-16T05:00:05.637Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-07-16T05:00:07.588Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements [2020-07-16T05:00:07.588Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.019s coverage: 100.0% of statements [2020-07-16T05:00:07.588Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.029s coverage: 45.4% of statements [2020-07-16T05:00:07.868Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements [2020-07-16T05:00:07.868Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-07-16T05:00:08.145Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.019s coverage: 6.4% of statements [2020-07-16T05:00:08.732Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.026s coverage: 14.4% of statements [2020-07-16T05:00:08.732Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.044s coverage: 100.0% of statements [2020-07-16T05:00:09.320Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.036s coverage: 91.8% of statements [2020-07-16T05:00:09.320Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-07-16T05:00:09.320Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-07-16T05:00:09.320Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.008s coverage: 100.0% of statements [2020-07-16T05:00:11.260Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.019s coverage: 62.6% of statements [2020-07-16T05:00:11.260Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.021s coverage: 26.3% of statements [2020-07-16T05:00:11.260Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.063s coverage: 15.4% of statements [2020-07-16T05:00:11.260Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements [2020-07-16T05:00:11.260Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.043s coverage: 14.3% of statements [2020-07-16T05:00:11.260Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-07-16T05:00:11.841Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.004s coverage: 19.2% of statements [2020-07-16T05:00:11.841Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-07-16T05:00:12.101Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.012s coverage: 95.6% of statements [2020-07-16T05:00:12.101Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-07-16T05:00:12.101Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-07-16T05:00:12.363Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-16T05:00:13.319Z] gofmt -l . [2020-07-16T05:00:13.580Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-16T05:00:13.830Z] Stashed 1 file(s) [Pipeline] } [2020-07-16T05:00:13.837Z] $ docker stop --time=1 aacdea02a8fdf04f49c52c8042b86e315ad3914c6268bac3a2db65eb6e2f65ec [2020-07-16T05:00:15.940Z] $ docker rm -f aacdea02a8fdf04f49c52c8042b86e315ad3914c6268bac3a2db65eb6e2f65ec [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-07-16T05:00:27.831Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-883 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws [2020-07-16T05:00:27.873Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2020-07-16T05:00:32.437Z] using credential edgex-jenkins-ssh [2020-07-16T05:00:32.493Z] Cloning the remote Git repository [2020-07-16T05:00:32.493Z] Cloning with configured refspecs honoured and without tags [2020-07-16T05:00:32.548Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-16T05:00:32.649Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2020-07-16T05:00:32.710Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-16T05:00:32.710Z] > git --version # timeout=10 [2020-07-16T05:00:32.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T05:00:32.792Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T05:00:33.603Z] Fetching without tags [2020-07-16T05:00:34.058Z] Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 [2020-07-16T05:00:33.510Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-16T05:00:33.531Z] > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 [2020-07-16T05:00:33.551Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T05:00:33.577Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-16T05:00:33.619Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-16T05:00:33.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T05:00:33.632Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T05:00:34.078Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T05:00:34.321Z] Merge succeeded, producing d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 [2020-07-16T05:00:34.322Z] Checking out Revision d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 (PR-253) [2020-07-16T05:00:34.103Z] > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 [2020-07-16T05:00:34.226Z] > git remote # timeout=10 [2020-07-16T05:00:34.246Z] > git config --get remote.origin.url # timeout=10 [2020-07-16T05:00:34.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T05:00:34.282Z] > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 [2020-07-16T05:00:34.306Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-16T05:00:34.330Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T05:00:34.352Z] > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 [2020-07-16T05:00:38.876Z] Commit message: "feat: Create metadata DTOs and models for V2 API Create metadata DTOs and models for Addressable, Device, DeviceProfile, DeviceService. Fix: #249" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-16T05:00:40.086Z] ========================================================= [2020-07-16T05:00:40.086Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-16T05:00:40.086Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-16T05:00:41.293Z] + 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-07-16T05:00:42.274Z] Sending build context to Docker daemon 1.987MB [2020-07-16T05:00:42.274Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-16T05:00:42.274Z] Step 2/7 : FROM ${BASE} [2020-07-16T05:00:42.547Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-16T05:00:42.547Z] cde5963f3b93: Pulling fs layer [2020-07-16T05:00:42.547Z] 2a23fa8c16f7: Pulling fs layer [2020-07-16T05:00:42.547Z] 777b28850792: Pulling fs layer [2020-07-16T05:00:42.547Z] 8a11ddd9e578: Pulling fs layer [2020-07-16T05:00:42.547Z] 4cf88f913ddb: Pulling fs layer [2020-07-16T05:00:42.547Z] 1df406cf5192: Pulling fs layer [2020-07-16T05:00:42.547Z] cd6300453558: Pulling fs layer [2020-07-16T05:00:42.547Z] b9c365052c96: Pulling fs layer [2020-07-16T05:00:42.547Z] a2d8cc88f415: Pulling fs layer [2020-07-16T05:00:42.547Z] ea1d1ca13537: Pulling fs layer [2020-07-16T05:00:42.547Z] 3750a50a1c5e: Pulling fs layer [2020-07-16T05:00:42.547Z] 4cf88f913ddb: Waiting [2020-07-16T05:00:42.547Z] 1df406cf5192: Waiting [2020-07-16T05:00:42.547Z] cd6300453558: Waiting [2020-07-16T05:00:42.547Z] 8a11ddd9e578: Waiting [2020-07-16T05:00:42.547Z] b9c365052c96: Waiting [2020-07-16T05:00:42.547Z] a2d8cc88f415: Waiting [2020-07-16T05:00:42.547Z] ea1d1ca13537: Waiting [2020-07-16T05:00:42.547Z] 3750a50a1c5e: Waiting [2020-07-16T05:00:42.547Z] 777b28850792: Verifying Checksum [2020-07-16T05:00:42.547Z] 777b28850792: Download complete [2020-07-16T05:00:42.547Z] 2a23fa8c16f7: Verifying Checksum [2020-07-16T05:00:42.547Z] 2a23fa8c16f7: Download complete [2020-07-16T05:00:42.547Z] 4cf88f913ddb: Verifying Checksum [2020-07-16T05:00:42.547Z] 4cf88f913ddb: Download complete [2020-07-16T05:00:42.547Z] 1df406cf5192: Download complete [2020-07-16T05:00:42.547Z] cde5963f3b93: Verifying Checksum [2020-07-16T05:00:42.547Z] cde5963f3b93: Download complete [2020-07-16T05:00:43.530Z] cde5963f3b93: Pull complete [2020-07-16T05:00:44.137Z] 2a23fa8c16f7: Pull complete [2020-07-16T05:00:44.745Z] 777b28850792: Pull complete [2020-07-16T05:00:44.745Z] cd6300453558: Verifying Checksum [2020-07-16T05:00:44.745Z] cd6300453558: Download complete [2020-07-16T05:00:44.745Z] a2d8cc88f415: Download complete [2020-07-16T05:00:47.388Z] ea1d1ca13537: Verifying Checksum [2020-07-16T05:00:47.388Z] ea1d1ca13537: Download complete [2020-07-16T05:00:47.388Z] 3750a50a1c5e: Verifying Checksum [2020-07-16T05:00:47.388Z] 3750a50a1c5e: Download complete [2020-07-16T05:00:47.987Z] 8a11ddd9e578: Verifying Checksum [2020-07-16T05:00:47.987Z] 8a11ddd9e578: Download complete [2020-07-16T05:00:48.260Z] b9c365052c96: Verifying Checksum [2020-07-16T05:00:48.260Z] b9c365052c96: Download complete [2020-07-16T05:01:00.704Z] 8a11ddd9e578: Pull complete [2020-07-16T05:01:00.704Z] 4cf88f913ddb: Pull complete [2020-07-16T05:01:00.704Z] 1df406cf5192: Pull complete [2020-07-16T05:01:04.087Z] cd6300453558: Pull complete [2020-07-16T05:01:09.490Z] b9c365052c96: Pull complete [2020-07-16T05:01:09.490Z] a2d8cc88f415: Pull complete [2020-07-16T05:01:10.947Z] ea1d1ca13537: Pull complete [2020-07-16T05:01:11.545Z] 3750a50a1c5e: Pull complete [2020-07-16T05:01:11.545Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-16T05:01:11.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-16T05:01:11.545Z] ---> 78745c68409d [2020-07-16T05:01:11.545Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-16T05:01:15.851Z] ---> Running in 5c1c20248680 [2020-07-16T05:01:16.124Z] Removing intermediate container 5c1c20248680 [2020-07-16T05:01:16.124Z] ---> 9df3da00ab05 [2020-07-16T05:01:16.124Z] Step 4/7 : RUN apk add bash [2020-07-16T05:01:16.399Z] ---> Running in a26d04e22b4f [2020-07-16T05:01:17.839Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-16T05:01:18.811Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-16T05:01:19.409Z] OK: 125 MiB in 39 packages [2020-07-16T05:01:20.844Z] Removing intermediate container a26d04e22b4f [2020-07-16T05:01:20.844Z] ---> 5deb3aeb130f [2020-07-16T05:01:20.844Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-16T05:01:20.844Z] ---> Running in 740f271fc9b6 [2020-07-16T05:01:21.118Z] Removing intermediate container 740f271fc9b6 [2020-07-16T05:01:21.118Z] ---> 98a40c013f52 [2020-07-16T05:01:21.118Z] Step 6/7 : COPY go.mod . [2020-07-16T05:01:21.723Z] ---> c80d824e8248 [2020-07-16T05:01:21.723Z] Step 7/7 : RUN go mod download [2020-07-16T05:01:21.996Z] ---> Running in 10f1b3b37d51 [2020-07-16T05:01:24.614Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-16T05:01:24.614Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T05:01:24.614Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-16T05:01:24.614Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T05:01:24.614Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-16T05:01:24.614Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-16T05:01:24.614Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-16T05:01:24.614Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-16T05:01:24.614Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-16T05:01:24.614Z] go: finding github.com/google/uuid v1.1.0 [2020-07-16T05:01:24.614Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-16T05:01:24.614Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-16T05:01:24.614Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-16T05:01:24.614Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-16T05:01:24.614Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-16T05:01:24.614Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-16T05:01:24.614Z] go: finding golang.org/x/text v0.3.2 [2020-07-16T05:01:24.893Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-16T05:01:24.894Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-16T05:01:24.894Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-16T05:01:37.305Z] Removing intermediate container 10f1b3b37d51 [2020-07-16T05:01:37.305Z] ---> f1f066b6c70e [2020-07-16T05:01:37.305Z] Successfully built f1f066b6c70e [2020-07-16T05:01:37.305Z] 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-07-16T05:01:38.578Z] + docker inspect -f . ci-base-image-arm64 [2020-07-16T05:01:38.578Z] . [Pipeline] withDockerContainer [2020-07-16T05:01:38.851Z] prd-ubuntu18.04-docker-arm64-4c-16g-883 does not seem to be running inside a container [2020-07-16T05:01:38.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-07-16T05:01:40.813Z] $ docker top e1939c90b69d536944862f5bc3c21a4136706965dd557e45fcfde9272587e2cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-16T05:01:42.216Z] + go version [2020-07-16T05:01:42.216Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-16T05:01:43.275Z] + make test [2020-07-16T05:01:43.275Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-16T05:02:05.488Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-07-16T05:02:06.093Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.059s coverage: 85.7% of statements [2020-07-16T05:02:06.093Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements [2020-07-16T05:02:08.105Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.052s coverage: 45.4% of statements [2020-07-16T05:02:08.105Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.029s coverage: 77.8% of statements [2020-07-16T05:02:08.105Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-07-16T05:02:08.105Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements [2020-07-16T05:02:09.554Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.080s coverage: 14.4% of statements [2020-07-16T05:02:09.831Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.050s coverage: 100.0% of statements [2020-07-16T05:02:12.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.073s coverage: 91.8% of statements [2020-07-16T05:02:12.455Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-07-16T05:02:12.455Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-07-16T05:02:12.455Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.055s coverage: 100.0% of statements [2020-07-16T05:02:17.860Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.083s coverage: 62.6% of statements [2020-07-16T05:02:17.860Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.031s coverage: 26.3% of statements [2020-07-16T05:02:17.860Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.076s coverage: 15.4% of statements [2020-07-16T05:02:17.860Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements [2020-07-16T05:02:17.860Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-07-16T05:02:17.860Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-07-16T05:02:17.860Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 19.2% of statements [2020-07-16T05:02:17.860Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-07-16T05:02:19.820Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.047s coverage: 95.6% of statements [2020-07-16T05:02:19.820Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-07-16T05:02:19.820Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-07-16T05:02:20.092Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-16T05:02:23.493Z] gofmt -l . [2020-07-16T05:02:24.085Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-16T05:02:24.374Z] Warning: overwriting stash ‘coverage-report’ [2020-07-16T05:02:24.839Z] Stashed 1 file(s) [Pipeline] } [2020-07-16T05:02:24.845Z] $ docker stop --time=1 e1939c90b69d536944862f5bc3c21a4136706965dd557e45fcfde9272587e2cd [2020-07-16T05:02:26.881Z] $ docker rm -f e1939c90b69d536944862f5bc3c21a4136706965dd557e45fcfde9272587e2cd [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-07-16T05:02:28.848Z] provisioning config files... [2020-07-16T05:02:28.860Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config3370750586631848705tmp [Pipeline] { [Pipeline] sh [2020-07-16T05:02:29.218Z] + curl -s https://codecov.io/bash [2020-07-16T05:02:29.218Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config3370750586631848705tmp [Pipeline] } [2020-07-16T05:02:29.491Z] 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-07-16T05:02:30.831Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T05:02:31.397Z] ---> package-listing.sh [2020-07-16T05:02:31.398Z] ++ facter osfamily [2020-07-16T05:02:31.398Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-16T05:02:31.398Z] + OS_FAMILY=redhat [2020-07-16T05:02:31.398Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-253 [2020-07-16T05:02:31.398Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-16T05:02:31.398Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-16T05:02:31.398Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-16T05:02:31.398Z] + PACKAGES=/tmp/packages_start.txt [2020-07-16T05:02:31.398Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' [2020-07-16T05:02:31.398Z] + PACKAGES=/tmp/packages_end.txt [2020-07-16T05:02:31.398Z] + case "${OS_FAMILY}" in [2020-07-16T05:02:31.398Z] + rpm -qa [2020-07-16T05:02:31.398Z] + sort [2020-07-16T05:02:35.615Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-16T05:02:35.615Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-16T05:02:35.615Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-16T05:02:35.615Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' [2020-07-16T05:02:35.615Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ [2020-07-16T05:02:35.615Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-16T05:02:36.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T05:02:36.228Z] [2020-07-16T05:02:36.228Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-16T05:02:36.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T05:02:36.589Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-16T05:02:36.589Z] c9b1b535fdd9: Pulling fs layer [2020-07-16T05:02:36.589Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-16T05:02:36.589Z] 756a868c4378: Pulling fs layer [2020-07-16T05:02:36.589Z] 444b2fc9a129: Pulling fs layer [2020-07-16T05:02:36.589Z] ea15f1150254: Pulling fs layer [2020-07-16T05:02:36.589Z] 41b27a9f41bf: Pulling fs layer [2020-07-16T05:02:36.589Z] 28c525ee5125: Pulling fs layer [2020-07-16T05:02:36.589Z] 094b1ea09ed8: Pulling fs layer [2020-07-16T05:02:36.589Z] 138eaada9080: Pulling fs layer [2020-07-16T05:02:36.589Z] 0622d0fa9048: Pulling fs layer [2020-07-16T05:02:36.589Z] 444b2fc9a129: Waiting [2020-07-16T05:02:36.589Z] ea15f1150254: Waiting [2020-07-16T05:02:36.589Z] 28c525ee5125: Waiting [2020-07-16T05:02:36.589Z] 094b1ea09ed8: Waiting [2020-07-16T05:02:36.589Z] 138eaada9080: Waiting [2020-07-16T05:02:36.589Z] 0622d0fa9048: Waiting [2020-07-16T05:02:36.589Z] 41b27a9f41bf: Waiting [2020-07-16T05:02:36.589Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-16T05:02:36.589Z] 2cc5ad85d9ab: Download complete [2020-07-16T05:02:36.589Z] 444b2fc9a129: Verifying Checksum [2020-07-16T05:02:36.589Z] 444b2fc9a129: Download complete [2020-07-16T05:02:36.589Z] c9b1b535fdd9: Download complete [2020-07-16T05:02:36.589Z] ea15f1150254: Verifying Checksum [2020-07-16T05:02:36.589Z] ea15f1150254: Download complete [2020-07-16T05:02:36.589Z] 28c525ee5125: Verifying Checksum [2020-07-16T05:02:36.860Z] 756a868c4378: Download complete [2020-07-16T05:02:37.136Z] 138eaada9080: Verifying Checksum [2020-07-16T05:02:37.136Z] 138eaada9080: Download complete [2020-07-16T05:02:37.136Z] 0622d0fa9048: Verifying Checksum [2020-07-16T05:02:37.136Z] 0622d0fa9048: Download complete [2020-07-16T05:02:37.136Z] c9b1b535fdd9: Pull complete [2020-07-16T05:02:37.136Z] 094b1ea09ed8: Verifying Checksum [2020-07-16T05:02:37.136Z] 094b1ea09ed8: Download complete [2020-07-16T05:02:37.727Z] 41b27a9f41bf: Verifying Checksum [2020-07-16T05:02:37.727Z] 41b27a9f41bf: Download complete [2020-07-16T05:02:37.727Z] 2cc5ad85d9ab: Pull complete [2020-07-16T05:02:39.127Z] 756a868c4378: Pull complete [2020-07-16T05:02:39.392Z] 444b2fc9a129: Pull complete [2020-07-16T05:02:39.658Z] ea15f1150254: Pull complete [2020-07-16T05:02:43.884Z] 41b27a9f41bf: Pull complete [2020-07-16T05:02:43.884Z] 28c525ee5125: Pull complete [2020-07-16T05:02:46.447Z] 094b1ea09ed8: Pull complete [2020-07-16T05:02:46.708Z] 138eaada9080: Pull complete [2020-07-16T05:02:46.708Z] 0622d0fa9048: Pull complete [2020-07-16T05:02:46.708Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-16T05:02:46.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T05:02:46.708Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-16T05:02:46.859Z] prd-centos7-docker-4c-2g-881 does not seem to be running inside a container [2020-07-16T05:02:46.899Z] $ 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-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-16T05:02:50.441Z] $ docker top 9658d90c306707b2264fa6963a07b921e104b0b468497deaebd3c2e836e68bff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-16T05:02:50.847Z] provisioning config files... [2020-07-16T05:02:50.861Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config6146591583676836368tmp [Pipeline] { [Pipeline] echo [2020-07-16T05:02:50.952Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T05:02:51.253Z] ---> create-netrc.sh [Pipeline] echo [2020-07-16T05:02:51.268Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T05:02:51.568Z] ---> logs-deploy.sh [2020-07-16T05:02:51.568Z] + ARCHIVE_ARTIFACTS= [2020-07-16T05:02:51.568Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-16T05:02:51.568Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-16T05:02:51.568Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-16T05:02:51.568Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/5 [2020-07-16T05:02:51.568Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/5/ [2020-07-16T05:02:51.568Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/5 /w/workspace/dry_go-mod-core-contracts_PR-253 [2020-07-16T05:02:52.957Z] Archives upload complete. [2020-07-16T05:02:52.957Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/5/