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 5ce06731efee02adaeb1687aeff3f95b8a23fae3 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-914 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 5ce06731efee02adaeb1687aeff3f95b8a23fae3 Merge succeeded, producing 5ce06731efee02adaeb1687aeff3f95b8a23fae3 Checking out Revision 5ce06731efee02adaeb1687aeff3f95b8a23fae3 (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 5ce06731efee02adaeb1687aeff3f95b8a23fae3 # 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 5ce06731efee02adaeb1687aeff3f95b8a23fae3 # 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. [Pipeline] } > git rev-list --no-walk 63fa2c133af42a4a4ff8287871ec06aafab0cf6a # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:21:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:21:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:21:37 ========================================================= 09:21:37 EdgeX Global Pipelines Version Info 09:21:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:21:39 ------------------- 09:21:39 stable info: 09:21:39 ------------------- 09:21:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:21:39 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 09:21:39 Message: update stable to v1.0.99 09:21:40 ------------------- 09:21:40 experimental info: 09:21:40 ------------------- 09:21:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:21:40 Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 09:21:40 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 09:21:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:21:43 09:21:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:21:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:21:43 latest: Pulling from edgex-devops/git-semver 09:21:43 31603596830f: Pulling fs layer 09:21:43 2a8b12db71e7: Pulling fs layer 09:21:43 6ca5941a6612: Pulling fs layer 09:21:43 ecc8261a40a4: Pulling fs layer 09:21:43 ecc8261a40a4: Waiting 09:21:43 2a8b12db71e7: Download complete 09:21:43 31603596830f: Verifying Checksum 09:21:43 31603596830f: Download complete 09:21:43 ecc8261a40a4: Verifying Checksum 09:21:43 ecc8261a40a4: Download complete 09:21:43 6ca5941a6612: Verifying Checksum 09:21:43 6ca5941a6612: Download complete 09:21:43 31603596830f: Pull complete 09:21:44 2a8b12db71e7: Pull complete 09:21:44 6ca5941a6612: Pull complete 09:21:44 ecc8261a40a4: Pull complete 09:21:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:21:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:21:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:21:45 prd-centos7-docker-4c-2g-914 does not seem to be running inside a container 09:21:45 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:21:47 $ docker top 3ad6ef83f34da17f105b0e0953c69565575347d32c7f59814c9275c0b1b78e51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:21:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:21:47 [ssh-agent] Looking for ssh-agent implementation... 09:21:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:21:47 $ docker exec 3ad6ef83f34da17f105b0e0953c69565575347d32c7f59814c9275c0b1b78e51 ssh-agent 09:21:47 SSH_AUTH_SOCK=/tmp/ssh-8hZEHnPb8yVl/agent.12 09:21:47 SSH_AGENT_PID=17 09:21:47 Running ssh-add (command line suppressed) 09:21:48 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4725934427740265344.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4725934427740265344.key) 09:21:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:21:48 + git describe --exact-match --tags HEAD 09:21:48 fatal: No names found, cannot describe anything. [Pipeline] } 09:21:48 $ docker exec --env ******** --env ******** 3ad6ef83f34da17f105b0e0953c69565575347d32c7f59814c9275c0b1b78e51 ssh-agent -k 09:21:48 unset SSH_AUTH_SOCK; 09:21:48 unset SSH_AGENT_PID; 09:21:48 echo Agent pid 17 killed; 09:21:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:21:48 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:21:48 This usually means this commit has not been tagged. [Pipeline] sshagent 09:21:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:21:48 [ssh-agent] Looking for ssh-agent implementation... 09:21:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:21:48 $ docker exec 3ad6ef83f34da17f105b0e0953c69565575347d32c7f59814c9275c0b1b78e51 ssh-agent 09:21:49 SSH_AUTH_SOCK=/tmp/ssh-lxOzUme0tMFT/agent.45 09:21:49 SSH_AGENT_PID=50 09:21:49 Running ssh-add (command line suppressed) 09:21:49 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4964271726506292970.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4964271726506292970.key) 09:21:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:21:49 + git semver init 09:21:49 # -> Open(): unable to determine branch for HEAD 09:21:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.git 09:21:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-253 09:21:49 # $SEMVER_REMOTE_NAME = origin 09:21:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:21:49 # $SEMVER_USER_NAME = edgex-jenkins 09:21:49 # $SEMVER_BRANCH = PR-253 09:21:49 # $SEMVER_TEMP = /tmp/semver-050982237 09:21:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:21:50 # '/tmp/semver-050982237' -> '/w/workspace/dry_go-mod-core-contracts_PR-253/.semver' 09:21:50 # -> Force: false 09:21:50 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.semver [Pipeline] } 09:21:50 $ docker exec --env ******** --env ******** 3ad6ef83f34da17f105b0e0953c69565575347d32c7f59814c9275c0b1b78e51 ssh-agent -k 09:21:50 unset SSH_AUTH_SOCK; 09:21:50 unset SSH_AGENT_PID; 09:21:50 echo Agent pid 50 killed; 09:21:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:21:50 + git semver [Pipeline] } 09:21:50 $ docker stop --time=1 3ad6ef83f34da17f105b0e0953c69565575347d32c7f59814c9275c0b1b78e51 09:21:52 $ docker rm -f 3ad6ef83f34da17f105b0e0953c69565575347d32c7f59814c9275c0b1b78e51 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:21:53 Stashed 80 file(s) [Pipeline] echo 09:21:53 [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 09:22:08 Still waiting to schedule task 09:22:08 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-914’ 09:22:08 Still waiting to schedule task 09:22:08 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 09:23:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-915 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 09:23:37 Running in /w/workspace/go-mod-core-contracts/7 [Pipeline] { [Pipeline] checkout 09:23:41 using credential edgex-jenkins-ssh 09:23:41 Cloning the remote Git repository 09:23:41 Cloning with configured refspecs honoured and without tags 09:23:41 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:23:41 > git init /w/workspace/go-mod-core-contracts/7 # timeout=10 09:23:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:23:41 > git --version # timeout=10 09:23:41 using GIT_SSH to set credentials SSH Credentials for GitHub 09:23:42 > 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 09:23:42 Fetching without tags 09:23:43 Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit 5ce06731efee02adaeb1687aeff3f95b8a23fae3 09:23:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:23:42 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 09:23:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:23:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:23:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:23:42 using GIT_SSH to set credentials SSH Credentials for GitHub 09:23:42 > 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 09:23:43 > git config core.sparsecheckout # timeout=10 09:23:43 > git checkout -f 5ce06731efee02adaeb1687aeff3f95b8a23fae3 # timeout=10 09:23:43 > git remote # timeout=10 09:23:43 > git config --get remote.origin.url # timeout=10 09:23:43 using GIT_SSH to set credentials SSH Credentials for GitHub 09:23:43 > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 09:23:43 Merge succeeded, producing 5ce06731efee02adaeb1687aeff3f95b8a23fae3 09:23:43 Checking out Revision 5ce06731efee02adaeb1687aeff3f95b8a23fae3 (PR-253) 09:23:43 > git rev-parse HEAD^{commit} # timeout=10 09:23:43 > git config core.sparsecheckout # timeout=10 09:23:43 > git checkout -f 5ce06731efee02adaeb1687aeff3f95b8a23fae3 # timeout=10 09:23:48 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 09:23:49 ========================================================= 09:23:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 09:23:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:23:50 + 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 . 09:23:51 Sending build context to Docker daemon 1.986MB 09:23:51 Step 1/7 : ARG BASE=golang:1.13-alpine 09:23:51 Step 2/7 : FROM ${BASE} 09:23:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:23:51 cde5963f3b93: Pulling fs layer 09:23:51 2a23fa8c16f7: Pulling fs layer 09:23:51 777b28850792: Pulling fs layer 09:23:51 8a11ddd9e578: Pulling fs layer 09:23:51 4cf88f913ddb: Pulling fs layer 09:23:51 1df406cf5192: Pulling fs layer 09:23:51 cd6300453558: Pulling fs layer 09:23:51 b9c365052c96: Pulling fs layer 09:23:51 a2d8cc88f415: Pulling fs layer 09:23:51 ea1d1ca13537: Pulling fs layer 09:23:51 3750a50a1c5e: Pulling fs layer 09:23:51 8a11ddd9e578: Waiting 09:23:51 4cf88f913ddb: Waiting 09:23:51 1df406cf5192: Waiting 09:23:51 cd6300453558: Waiting 09:23:51 b9c365052c96: Waiting 09:23:51 a2d8cc88f415: Waiting 09:23:51 ea1d1ca13537: Waiting 09:23:51 3750a50a1c5e: Waiting 09:23:51 777b28850792: Download complete 09:23:51 2a23fa8c16f7: Verifying Checksum 09:23:51 2a23fa8c16f7: Download complete 09:23:51 4cf88f913ddb: Verifying Checksum 09:23:51 4cf88f913ddb: Download complete 09:23:51 1df406cf5192: Verifying Checksum 09:23:51 1df406cf5192: Download complete 09:23:51 cde5963f3b93: Download complete 09:23:52 cde5963f3b93: Pull complete 09:23:53 2a23fa8c16f7: Pull complete 09:23:53 777b28850792: Pull complete 09:23:53 cd6300453558: Verifying Checksum 09:23:53 cd6300453558: Download complete 09:23:53 a2d8cc88f415: Verifying Checksum 09:23:53 a2d8cc88f415: Download complete 09:23:55 ea1d1ca13537: Verifying Checksum 09:23:55 ea1d1ca13537: Download complete 09:23:55 3750a50a1c5e: Verifying Checksum 09:23:55 3750a50a1c5e: Download complete 09:23:56 b9c365052c96: Verifying Checksum 09:23:56 b9c365052c96: Download complete 09:23:56 8a11ddd9e578: Verifying Checksum 09:23:56 8a11ddd9e578: Download complete 09:24:09 8a11ddd9e578: Pull complete 09:24:09 4cf88f913ddb: Pull complete 09:24:09 1df406cf5192: Pull complete 09:24:13 cd6300453558: Pull complete 09:24:17 b9c365052c96: Pull complete 09:24:17 a2d8cc88f415: Pull complete 09:24:19 ea1d1ca13537: Pull complete 09:24:19 3750a50a1c5e: Pull complete 09:24:19 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 09:24:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 09:24:19 ---> 78745c68409d 09:24:19 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:24:25 ---> Running in 988da1d7095a 09:24:25 Removing intermediate container 988da1d7095a 09:24:25 ---> 9265ace6e10c 09:24:25 Step 4/7 : RUN apk add bash 09:24:25 ---> Running in 0980f9c22663 09:24:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 09:24:27 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 09:24:28 OK: 125 MiB in 39 packages 09:24:29 Removing intermediate container 0980f9c22663 09:24:29 ---> 45fcfb12fb31 09:24:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:24:29 ---> Running in b211d6510c57 09:24:30 Removing intermediate container b211d6510c57 09:24:30 ---> b91ec5a9a433 09:24:30 Step 6/7 : COPY go.mod . 09:24:31 ---> a6ef6cec3eda 09:24:31 Step 7/7 : RUN go mod download 09:24:31 ---> Running in 97efeca8f0b2 09:24:33 go: finding github.com/davecgh/go-spew v1.1.0 09:24:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:24:33 go: finding github.com/go-kit/kit v0.8.0 09:24:33 go: finding github.com/go-logfmt/logfmt v0.4.0 09:24:33 go: finding github.com/go-playground/assert/v2 v2.0.1 09:24:33 go: finding github.com/go-playground/locales v0.13.0 09:24:33 go: finding github.com/go-playground/universal-translator v0.17.0 09:24:33 go: finding github.com/go-playground/validator/v10 v10.3.0 09:24:33 go: finding github.com/go-stack/stack v1.8.0 09:24:33 go: finding github.com/google/uuid v1.1.0 09:24:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:24:33 go: finding github.com/leodido/go-urn v1.2.0 09:24:33 go: finding github.com/pmezard/go-difflib v1.0.0 09:24:33 go: finding github.com/stretchr/objx v0.1.0 09:24:33 go: finding github.com/stretchr/testify v1.5.1 09:24:33 go: finding github.com/x448/float16 v0.8.4 09:24:33 go: finding golang.org/x/text v0.3.2 09:24:33 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:24:33 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 09:24:33 go: finding gopkg.in/yaml.v2 v2.2.8 09:24:46 Removing intermediate container 97efeca8f0b2 09:24:46 ---> c40509966b22 09:24:46 Successfully built c40509966b22 09:24:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:24:47 + docker inspect -f . ci-base-image-arm64 09:24:47 . [Pipeline] withDockerContainer 09:24:47 prd-ubuntu18.04-docker-arm64-4c-16g-915 does not seem to be running inside a container 09:24:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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 09:24:49 $ docker top 1c1368c27eee0ca6df504995866020a16a2336c9b47a875c313c9cb7359fcd2f -eo pid,comm [Pipeline] { [Pipeline] sh 09:24:49 Running on prd-centos7-docker-4c-2g-916 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 09:24:49 Running in /w/workspace/go-mod-core-contracts/7 [Pipeline] { [Pipeline] checkout 09:24:50 + go version 09:24:50 go version go1.13.5 linux/arm64 [Pipeline] sh 09:24:51 + make test 09:24:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:24:51 using credential edgex-jenkins-ssh 09:24:51 Cloning the remote Git repository 09:24:51 Cloning with configured refspecs honoured and without tags 09:24:51 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:24:52 > git init /w/workspace/go-mod-core-contracts/7 # timeout=10 09:24:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:24:52 > git --version # timeout=10 09:24:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:24:52 > 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 09:24:52 Fetching without tags 09:24:53 Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit 5ce06731efee02adaeb1687aeff3f95b8a23fae3 09:24:53 Merge succeeded, producing 5ce06731efee02adaeb1687aeff3f95b8a23fae3 09:24:53 Checking out Revision 5ce06731efee02adaeb1687aeff3f95b8a23fae3 (PR-253) 09:24:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:24:52 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 09:24:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:24:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:24:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:24:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:24:52 > 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 09:24:53 > git config core.sparsecheckout # timeout=10 09:24:53 > git checkout -f 5ce06731efee02adaeb1687aeff3f95b8a23fae3 # timeout=10 09:24:53 > git remote # timeout=10 09:24:53 > git config --get remote.origin.url # timeout=10 09:24:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:24:53 > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 09:24:53 > git rev-parse HEAD^{commit} # timeout=10 09:24:53 > git config core.sparsecheckout # timeout=10 09:24:53 > git checkout -f 5ce06731efee02adaeb1687aeff3f95b8a23fae3 # timeout=10 09:24:57 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 09:24:58 ========================================================= 09:24:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 09:24:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:24:58 + 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 . 09:24:58 Sending build context to Docker daemon 1.986MB 09:24:58 Step 1/7 : ARG BASE=golang:1.13-alpine 09:24:58 Step 2/7 : FROM ${BASE} 09:24:59 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 09:24:59 e6b0cf9c0882: Pulling fs layer 09:24:59 2848faf0eed1: Pulling fs layer 09:24:59 0f37312ad70f: Pulling fs layer 09:24:59 5788d62ee057: Pulling fs layer 09:24:59 0e6b1d234666: Pulling fs layer 09:24:59 bf5d7aec512f: Pulling fs layer 09:24:59 34c802a77dc8: Pulling fs layer 09:24:59 9eb99e56ec68: Pulling fs layer 09:24:59 27c7a5d97fbd: Pulling fs layer 09:24:59 5c102a31e300: Pulling fs layer 09:24:59 dcfb455df0a1: Pulling fs layer 09:24:59 0e6b1d234666: Waiting 09:24:59 bf5d7aec512f: Waiting 09:24:59 34c802a77dc8: Waiting 09:24:59 9eb99e56ec68: Waiting 09:24:59 27c7a5d97fbd: Waiting 09:24:59 5c102a31e300: Waiting 09:24:59 dcfb455df0a1: Waiting 09:24:59 5788d62ee057: Waiting 09:24:59 0f37312ad70f: Verifying Checksum 09:24:59 0f37312ad70f: Download complete 09:24:59 2848faf0eed1: Download complete 09:24:59 0e6b1d234666: Verifying Checksum 09:24:59 0e6b1d234666: Download complete 09:24:59 bf5d7aec512f: Verifying Checksum 09:24:59 bf5d7aec512f: Download complete 09:24:59 e6b0cf9c0882: Verifying Checksum 09:24:59 e6b0cf9c0882: Pull complete 09:25:00 34c802a77dc8: Verifying Checksum 09:25:00 34c802a77dc8: Download complete 09:25:00 27c7a5d97fbd: Verifying Checksum 09:25:00 27c7a5d97fbd: Download complete 09:25:00 5c102a31e300: Download complete 09:25:00 dcfb455df0a1: Verifying Checksum 09:25:00 dcfb455df0a1: Download complete 09:25:00 9eb99e56ec68: Verifying Checksum 09:25:00 9eb99e56ec68: Download complete 09:25:00 5788d62ee057: Verifying Checksum 09:25:00 5788d62ee057: Download complete 09:25:01 2848faf0eed1: Pull complete 09:25:01 0f37312ad70f: Pull complete 09:25:08 5788d62ee057: Pull complete 09:25:08 0e6b1d234666: Pull complete 09:25:08 bf5d7aec512f: Pull complete 09:25:12 34c802a77dc8: Pull complete 09:25:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 09:25:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.074s coverage: 85.7% of statements 09:25:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.047s coverage: 100.0% of statements 09:25:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.060s coverage: 45.4% of statements 09:25:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements 09:25:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 09:25:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.040s coverage: 6.4% of statements 09:25:16 9eb99e56ec68: Pull complete 09:25:16 27c7a5d97fbd: Pull complete 09:25:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.090s coverage: 14.4% of statements 09:25:17 5c102a31e300: Pull complete 09:25:17 dcfb455df0a1: Pull complete 09:25:17 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 09:25:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 09:25:17 ---> 7c70fe431013 09:25:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:25:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.035s coverage: 100.0% of statements 09:25:18 ---> Running in e68bdf9f07ab 09:25:18 Removing intermediate container e68bdf9f07ab 09:25:18 ---> 0d8a26384f30 09:25:18 Step 4/7 : RUN apk add bash 09:25:18 ---> Running in 67744b153ffc 09:25:19 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 09:25:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.099s coverage: 91.8% of statements 09:25:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 09:25:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 09:25:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.048s coverage: 100.0% of statements 09:25:20 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 09:25:20 OK: 143 MiB in 39 packages 09:25:21 Removing intermediate container 67744b153ffc 09:25:21 ---> 02b3de84bc94 09:25:21 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:25:21 ---> Running in 521c310a9bbd 09:25:21 Removing intermediate container 521c310a9bbd 09:25:21 ---> 8ee58c2d0f79 09:25:21 Step 6/7 : COPY go.mod . 09:25:21 ---> 7173a9b58939 09:25:21 Step 7/7 : RUN go mod download 09:25:21 ---> Running in c13bcccef50f 09:25:23 go: finding github.com/davecgh/go-spew v1.1.0 09:25:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:25:23 go: finding github.com/go-kit/kit v0.8.0 09:25:23 go: finding github.com/go-logfmt/logfmt v0.4.0 09:25:23 go: finding github.com/go-playground/assert/v2 v2.0.1 09:25:23 go: finding github.com/go-playground/locales v0.13.0 09:25:23 go: finding github.com/go-playground/universal-translator v0.17.0 09:25:23 go: finding github.com/go-playground/validator/v10 v10.3.0 09:25:23 go: finding github.com/go-stack/stack v1.8.0 09:25:23 go: finding github.com/google/uuid v1.1.0 09:25:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:25:23 go: finding github.com/leodido/go-urn v1.2.0 09:25:23 go: finding github.com/pmezard/go-difflib v1.0.0 09:25:23 go: finding github.com/stretchr/objx v0.1.0 09:25:23 go: finding github.com/stretchr/testify v1.5.1 09:25:23 go: finding github.com/x448/float16 v0.8.4 09:25:23 go: finding golang.org/x/text v0.3.2 09:25:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:25:23 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 09:25:23 go: finding gopkg.in/yaml.v2 v2.2.8 09:25:26 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.088s coverage: 62.6% of statements 09:25:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.079s coverage: 26.3% of statements 09:25:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements 09:25:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.056s coverage: 15.4% of statements 09:25:26 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.018s coverage: 14.3% of statements 09:25:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 09:25:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.013s coverage: 19.2% of statements 09:25:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 09:25:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.052s coverage: 95.6% of statements 09:25:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 09:25:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 09:25:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:25:30 gofmt -l . 09:25:30 [ "`gofmt -l .`" = "" ] [Pipeline] stash 09:25:31 Removing intermediate container c13bcccef50f 09:25:31 ---> 95147c0c3e55 09:25:31 Stashed 1 file(s) [Pipeline] } 09:25:31 $ docker stop --time=1 1c1368c27eee0ca6df504995866020a16a2336c9b47a875c313c9cb7359fcd2f 09:25:31 Successfully built 95147c0c3e55 09:25:31 Successfully tagged ci-base-image-x86_64:latest 09:25:33 $ docker rm -f 1c1368c27eee0ca6df504995866020a16a2336c9b47a875c313c9cb7359fcd2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 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] } 09:25:35 + docker inspect -f . ci-base-image-x86_64 09:25:35 . [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer 09:25:35 prd-centos7-docker-4c-2g-916 does not seem to be running inside a container 09:25:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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 ******** -e ******** ci-base-image-x86_64 cat 09:25:35 $ docker top 3bee2d865a25c476a29097d3bacbed423b1996724fd3eb0d3bde61c7397f6a3e -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:25:36 + go version 09:25:36 go version go1.13.5 linux/amd64 [Pipeline] sh 09:25:36 + make test 09:25:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:25:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 09:25:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements 09:25:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.009s coverage: 100.0% of statements 09:25:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.019s coverage: 45.4% of statements 09:25:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements 09:25:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 09:25:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.004s coverage: 6.4% of statements 09:25:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.060s coverage: 14.4% of statements 09:25:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.005s coverage: 100.0% of statements 09:25:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.028s coverage: 91.8% of statements 09:25:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 09:25:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 09:25:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.004s coverage: 100.0% of statements 09:25:49 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.032s coverage: 62.6% of statements 09:25:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements 09:25:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 09:25:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.039s coverage: 15.4% of statements 09:25:49 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.036s coverage: 14.3% of statements 09:25:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 09:25:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.004s coverage: 19.2% of statements 09:25:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 09:25:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.012s coverage: 95.6% of statements 09:25:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 09:25:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 09:25:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:25:51 gofmt -l . 09:25:51 [ "`gofmt -l .`" = "" ] [Pipeline] stash 09:25:51 Warning: overwriting stash ‘coverage-report’ 09:25:51 Stashed 1 file(s) [Pipeline] } 09:25:51 $ docker stop --time=1 3bee2d865a25c476a29097d3bacbed423b1996724fd3eb0d3bde61c7397f6a3e 09:25:53 $ docker rm -f 3bee2d865a25c476a29097d3bacbed423b1996724fd3eb0d3bde61c7397f6a3e [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 09:25:55 provisioning config files... 09:25:55 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config6100546459751883561tmp [Pipeline] { [Pipeline] sh 09:25:55 + curl -s https://codecov.io/bash 09:25:55 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config6100546459751883561tmp [Pipeline] } 09:25:55 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 09:25:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:25:57 ---> package-listing.sh 09:25:57 ++ facter osfamily 09:25:57 ++ tr '[:upper:]' '[:lower:]' 09:25:57 + OS_FAMILY=redhat 09:25:57 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-253 09:25:57 + START_PACKAGES=/tmp/packages_start.txt 09:25:57 + END_PACKAGES=/tmp/packages_end.txt 09:25:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:25:57 + PACKAGES=/tmp/packages_start.txt 09:25:57 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 09:25:57 + PACKAGES=/tmp/packages_end.txt 09:25:57 + case "${OS_FAMILY}" in 09:25:57 + rpm -qa 09:25:57 + sort 09:26:01 + '[' -f /tmp/packages_start.txt ']' 09:26:01 + '[' -f /tmp/packages_end.txt ']' 09:26:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:26:01 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 09:26:01 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ 09:26:01 + 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 09:26:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:26:02 09:26:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:26:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:26:02 alpine: Pulling from edgex-lftools-log-publisher 09:26:02 c9b1b535fdd9: Pulling fs layer 09:26:02 2cc5ad85d9ab: Pulling fs layer 09:26:02 756a868c4378: Pulling fs layer 09:26:02 444b2fc9a129: Pulling fs layer 09:26:02 ea15f1150254: Pulling fs layer 09:26:02 41b27a9f41bf: Pulling fs layer 09:26:02 28c525ee5125: Pulling fs layer 09:26:02 094b1ea09ed8: Pulling fs layer 09:26:02 138eaada9080: Pulling fs layer 09:26:02 0622d0fa9048: Pulling fs layer 09:26:02 094b1ea09ed8: Waiting 09:26:02 41b27a9f41bf: Waiting 09:26:02 28c525ee5125: Waiting 09:26:02 138eaada9080: Waiting 09:26:02 0622d0fa9048: Waiting 09:26:02 444b2fc9a129: Waiting 09:26:02 ea15f1150254: Waiting 09:26:02 2cc5ad85d9ab: Download complete 09:26:02 444b2fc9a129: Verifying Checksum 09:26:02 444b2fc9a129: Download complete 09:26:02 c9b1b535fdd9: Verifying Checksum 09:26:02 c9b1b535fdd9: Download complete 09:26:02 ea15f1150254: Download complete 09:26:02 28c525ee5125: Verifying Checksum 09:26:02 28c525ee5125: Download complete 09:26:02 756a868c4378: Verifying Checksum 09:26:02 756a868c4378: Download complete 09:26:03 138eaada9080: Verifying Checksum 09:26:03 138eaada9080: Download complete 09:26:03 c9b1b535fdd9: Pull complete 09:26:03 0622d0fa9048: Verifying Checksum 09:26:03 0622d0fa9048: Download complete 09:26:03 094b1ea09ed8: Verifying Checksum 09:26:03 094b1ea09ed8: Download complete 09:26:03 2cc5ad85d9ab: Pull complete 09:26:03 41b27a9f41bf: Verifying Checksum 09:26:03 41b27a9f41bf: Download complete 09:26:04 756a868c4378: Pull complete 09:26:04 444b2fc9a129: Pull complete 09:26:05 ea15f1150254: Pull complete 09:26:08 41b27a9f41bf: Pull complete 09:26:08 28c525ee5125: Pull complete 09:26:10 094b1ea09ed8: Pull complete 09:26:10 138eaada9080: Pull complete 09:26:10 0622d0fa9048: Pull complete 09:26:10 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:26:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:26:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:26:11 prd-centos7-docker-4c-2g-914 does not seem to be running inside a container 09:26:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:26:14 $ docker top fff6bcb4b3c31067a334f40b803ee2133b962b531fe05b40930562070a9ea8cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:26:14 provisioning config files... 09:26:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config7175546300697860173tmp [Pipeline] { [Pipeline] echo 09:26:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:26:15 ---> create-netrc.sh [Pipeline] echo 09:26:15 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:26:15 ---> logs-deploy.sh 09:26:15 + ARCHIVE_ARTIFACTS= 09:26:15 + LOGS_SERVER=https://logs.edgexfoundry.org 09:26:15 + '[' https://logs.edgexfoundry.org == None ']' 09:26:15 + NEXUS_URL=https://nexus.edgexfoundry.org 09:26:15 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/7 09:26:15 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/7/ 09:26:15 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/7 /w/workspace/dry_go-mod-core-contracts_PR-253 09:26:16 Archives upload complete. 09:26:16 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/7/