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 0431aec9a943e6de1969ffe47f1023de184f7484 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 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-454’ is offline Running on prd-centos7-docker-4c-2g-455 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 Fetching without tags Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit 0431aec9a943e6de1969ffe47f1023de184f7484 > 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 > 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 0431aec9a943e6de1969ffe47f1023de184f7484 # timeout=10 Merge succeeded, producing 0431aec9a943e6de1969ffe47f1023de184f7484 Checking out Revision 0431aec9a943e6de1969ffe47f1023de184f7484 (PR-253) > 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 0431aec9a943e6de1969ffe47f1023de184f7484 # 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] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:38:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:38:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:38:59 ========================================================= 12:38:59 EdgeX Global Pipelines Version Info 12:38:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:39:00 ------------------- 12:39:00 stable info: 12:39:00 ------------------- 12:39:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:39:00 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 12:39:00 Message: update stable to v1.0.89 12:39:01 ------------------- 12:39:01 experimental info: 12:39:01 ------------------- 12:39:01 Commited By: **** collab-it+edgex@linuxfoundation.org 12:39:01 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 12:39:01 Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 12:39:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:04 12:39:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:39:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:05 latest: Pulling from edgex-devops/git-semver 12:39:05 9123ac7c32f7: Pulling fs layer 12:39:05 b8cc5d1170e3: Pulling fs layer 12:39:05 2924cbbf6a41: Pulling fs layer 12:39:05 93b08a4f1073: Pulling fs layer 12:39:05 93b08a4f1073: Waiting 12:39:05 b8cc5d1170e3: Verifying Checksum 12:39:05 b8cc5d1170e3: Download complete 12:39:05 9123ac7c32f7: Verifying Checksum 12:39:05 9123ac7c32f7: Download complete 12:39:05 93b08a4f1073: Verifying Checksum 12:39:05 93b08a4f1073: Download complete 12:39:05 2924cbbf6a41: Verifying Checksum 12:39:05 2924cbbf6a41: Download complete 12:39:05 9123ac7c32f7: Pull complete 12:39:05 b8cc5d1170e3: Pull complete 12:39:06 2924cbbf6a41: Pull complete 12:39:06 93b08a4f1073: Pull complete 12:39:06 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 12:39:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:39:06 prd-centos7-docker-4c-2g-455 does not seem to be running inside a container 12:39:06 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:39:08 $ docker top d2c9d448d79ab97813262f6ce6d5d1becc5c9ab38f89c1553965e6dd553b157f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:39:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:39:09 [ssh-agent] Looking for ssh-agent implementation... 12:39:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:39:09 $ docker exec d2c9d448d79ab97813262f6ce6d5d1becc5c9ab38f89c1553965e6dd553b157f ssh-agent 12:39:09 SSH_AUTH_SOCK=/tmp/ssh-FceHF8qNmwNL/agent.11 12:39:09 SSH_AGENT_PID=16 12:39:09 Running ssh-add (command line suppressed) 12:39:09 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_1798712644500181160.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_1798712644500181160.key) 12:39:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:39:10 + git describe --exact-match --tags HEAD 12:39:10 fatal: No names found, cannot describe anything. [Pipeline] } 12:39:10 $ docker exec --env ******** --env ******** d2c9d448d79ab97813262f6ce6d5d1becc5c9ab38f89c1553965e6dd553b157f ssh-agent -k 12:39:10 unset SSH_AUTH_SOCK; 12:39:10 unset SSH_AGENT_PID; 12:39:10 echo Agent pid 16 killed; 12:39:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 12:39:10 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 12:39:10 This usually means this commit has not been tagged. [Pipeline] sshagent 12:39:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:39:10 [ssh-agent] Looking for ssh-agent implementation... 12:39:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:39:10 $ docker exec d2c9d448d79ab97813262f6ce6d5d1becc5c9ab38f89c1553965e6dd553b157f ssh-agent 12:39:10 SSH_AUTH_SOCK=/tmp/ssh-TybmV7UFWXBE/agent.46 12:39:10 SSH_AGENT_PID=52 12:39:11 Running ssh-add (command line suppressed) 12:39:11 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4901402169845503564.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4901402169845503564.key) 12:39:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:39:11 + git semver init 12:39:11 # -> Open(): unable to determine branch for HEAD 12:39:11 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.git 12:39:11 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-253 12:39:11 # $SEMVER_REMOTE_NAME = origin 12:39:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:39:11 # $SEMVER_USER_NAME = edgex-jenkins 12:39:11 # $SEMVER_BRANCH = PR-253 12:39:11 # $SEMVER_TEMP = /tmp/semver-218334379 12:39:11 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 12:39:12 # '/tmp/semver-218334379' -> '/w/workspace/dry_go-mod-core-contracts_PR-253/.semver' 12:39:12 # -> Force: false 12:39:12 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.semver [Pipeline] } 12:39:12 $ docker exec --env ******** --env ******** d2c9d448d79ab97813262f6ce6d5d1becc5c9ab38f89c1553965e6dd553b157f ssh-agent -k 12:39:12 unset SSH_AUTH_SOCK; 12:39:12 unset SSH_AGENT_PID; 12:39:12 echo Agent pid 52 killed; 12:39:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:39:12 + git semver [Pipeline] } 12:39:12 $ docker stop --time=1 d2c9d448d79ab97813262f6ce6d5d1becc5c9ab38f89c1553965e6dd553b157f 12:39:14 $ docker rm -f d2c9d448d79ab97813262f6ce6d5d1becc5c9ab38f89c1553965e6dd553b157f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 12:39:15 Stashed 80 file(s) [Pipeline] echo 12:39:15 [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 12:39:30 Still waiting to schedule task 12:39:30 Waiting for next available executor on ‘centos7-docker-4c-2g’ 12:39:30 Still waiting to schedule task 12:39:30 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 12:41:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-456 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 12:41:03 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 12:41:08 using credential edgex-jenkins-ssh 12:41:08 Cloning the remote Git repository 12:41:08 Cloning with configured refspecs honoured and without tags 12:41:08 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:08 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 12:41:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:08 > git --version # timeout=10 12:41:08 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:08 > 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 12:41:09 Fetching without tags 12:41:10 Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit 0431aec9a943e6de1969ffe47f1023de184f7484 12:41:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:41:09 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 12:41:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:41:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:41:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:09 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:09 > 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 12:41:10 Merge succeeded, producing 0431aec9a943e6de1969ffe47f1023de184f7484 12:41:10 Checking out Revision 0431aec9a943e6de1969ffe47f1023de184f7484 (PR-253) 12:41:10 > git config core.sparsecheckout # timeout=10 12:41:10 > git checkout -f 0431aec9a943e6de1969ffe47f1023de184f7484 # timeout=10 12:41:10 > git remote # timeout=10 12:41:10 > git config --get remote.origin.url # timeout=10 12:41:10 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:10 > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 12:41:10 > git rev-parse HEAD^{commit} # timeout=10 12:41:10 > git config core.sparsecheckout # timeout=10 12:41:10 > git checkout -f 0431aec9a943e6de1969ffe47f1023de184f7484 # timeout=10 12:41:14 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 12:41:15 ========================================================= 12:41:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 12:41:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:41:16 + 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 . 12:41:17 Sending build context to Docker daemon 1.982MB 12:41:17 Step 1/7 : ARG BASE=golang:1.13-alpine 12:41:17 Step 2/7 : FROM ${BASE} 12:41:18 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:41:18 cde5963f3b93: Pulling fs layer 12:41:18 2a23fa8c16f7: Pulling fs layer 12:41:18 777b28850792: Pulling fs layer 12:41:18 8a11ddd9e578: Pulling fs layer 12:41:18 4cf88f913ddb: Pulling fs layer 12:41:18 1df406cf5192: Pulling fs layer 12:41:18 cd6300453558: Pulling fs layer 12:41:18 b9c365052c96: Pulling fs layer 12:41:18 a2d8cc88f415: Pulling fs layer 12:41:18 ea1d1ca13537: Pulling fs layer 12:41:18 3750a50a1c5e: Pulling fs layer 12:41:18 8a11ddd9e578: Waiting 12:41:18 4cf88f913ddb: Waiting 12:41:18 1df406cf5192: Waiting 12:41:18 cd6300453558: Waiting 12:41:18 b9c365052c96: Waiting 12:41:18 3750a50a1c5e: Waiting 12:41:18 a2d8cc88f415: Waiting 12:41:18 777b28850792: Download complete 12:41:18 2a23fa8c16f7: Verifying Checksum 12:41:18 2a23fa8c16f7: Download complete 12:41:18 4cf88f913ddb: Download complete 12:41:18 1df406cf5192: Verifying Checksum 12:41:18 1df406cf5192: Download complete 12:41:18 cde5963f3b93: Verifying Checksum 12:41:18 cde5963f3b93: Download complete 12:41:19 cde5963f3b93: Pull complete 12:41:19 2a23fa8c16f7: Pull complete 12:41:20 777b28850792: Pull complete 12:41:20 cd6300453558: Verifying Checksum 12:41:20 cd6300453558: Download complete 12:41:20 a2d8cc88f415: Verifying Checksum 12:41:20 a2d8cc88f415: Download complete 12:41:22 ea1d1ca13537: Download complete 12:41:22 3750a50a1c5e: Verifying Checksum 12:41:22 3750a50a1c5e: Download complete 12:41:22 b9c365052c96: Verifying Checksum 12:41:22 b9c365052c96: Download complete 12:41:23 8a11ddd9e578: Verifying Checksum 12:41:23 8a11ddd9e578: Download complete 12:41:35 8a11ddd9e578: Pull complete 12:41:35 4cf88f913ddb: Pull complete 12:41:35 1df406cf5192: Pull complete 12:41:39 cd6300453558: Pull complete 12:41:43 b9c365052c96: Pull complete 12:41:43 a2d8cc88f415: Pull complete 12:41:45 ea1d1ca13537: Pull complete 12:41:46 3750a50a1c5e: Pull complete 12:41:46 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 12:41:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 12:41:46 ---> 78745c68409d 12:41:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:41:46 Running on prd-centos7-docker-4c-2g-457 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 12:41:46 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 12:41:50 using credential edgex-jenkins-ssh 12:41:50 Cloning the remote Git repository 12:41:50 Cloning with configured refspecs honoured and without tags 12:41:50 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:50 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 12:41:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:50 > git --version # timeout=10 12:41:50 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:50 > 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 12:41:51 Fetching without tags 12:41:51 ---> Running in 5d7edf95e921 12:41:51 Removing intermediate container 5d7edf95e921 12:41:51 ---> 6d17a7fc4670 12:41:51 Step 4/7 : RUN apk add bash 12:41:51 ---> Running in 14c24c35d487 12:41:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:41:51 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 12:41:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:41:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:41:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:51 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:51 > 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 12:41:52 Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit 0431aec9a943e6de1969ffe47f1023de184f7484 12:41:52 Merge succeeded, producing 0431aec9a943e6de1969ffe47f1023de184f7484 12:41:52 Checking out Revision 0431aec9a943e6de1969ffe47f1023de184f7484 (PR-253) 12:41:52 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 12:41:52 > git config core.sparsecheckout # timeout=10 12:41:52 > git checkout -f 0431aec9a943e6de1969ffe47f1023de184f7484 # timeout=10 12:41:52 > git remote # timeout=10 12:41:52 > git config --get remote.origin.url # timeout=10 12:41:52 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:52 > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 12:41:52 > git rev-parse HEAD^{commit} # timeout=10 12:41:52 > git config core.sparsecheckout # timeout=10 12:41:52 > git checkout -f 0431aec9a943e6de1969ffe47f1023de184f7484 # timeout=10 12:41:53 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 12:41:54 OK: 125 MiB in 39 packages 12:41:55 Commit message: "feat: Create metadata DTOs and models for V2 API Create metadata DTOs and models for Addressable, Device, DeviceProfile, DeviceService. Fix: #249" 12:41:55 Removing intermediate container 14c24c35d487 12:41:55 ---> dcc58b8ebc76 12:41:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:41:55 ---> Running in 858df8364362 12:41:56 Removing intermediate container 858df8364362 12:41:56 ---> 347707e4d715 12:41:56 Step 6/7 : COPY go.mod . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 12:41:56 ========================================================= 12:41:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 12:41:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:41:56 ---> 0808f4240689 12:41:56 Step 7/7 : RUN go mod download 12:41:57 ---> Running in 6a1776ea4f25 12:41:57 + 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 . 12:41:57 Sending build context to Docker daemon 1.982MB 12:41:57 Step 1/7 : ARG BASE=golang:1.13-alpine 12:41:57 Step 2/7 : FROM ${BASE} 12:41:58 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 12:41:58 e6b0cf9c0882: Pulling fs layer 12:41:58 2848faf0eed1: Pulling fs layer 12:41:58 0f37312ad70f: Pulling fs layer 12:41:58 5788d62ee057: Pulling fs layer 12:41:58 0e6b1d234666: Pulling fs layer 12:41:58 bf5d7aec512f: Pulling fs layer 12:41:58 34c802a77dc8: Pulling fs layer 12:41:58 9eb99e56ec68: Pulling fs layer 12:41:58 27c7a5d97fbd: Pulling fs layer 12:41:58 5c102a31e300: Pulling fs layer 12:41:58 dcfb455df0a1: Pulling fs layer 12:41:58 5788d62ee057: Waiting 12:41:58 0e6b1d234666: Waiting 12:41:58 bf5d7aec512f: Waiting 12:41:58 34c802a77dc8: Waiting 12:41:58 9eb99e56ec68: Waiting 12:41:58 27c7a5d97fbd: Waiting 12:41:58 5c102a31e300: Waiting 12:41:58 dcfb455df0a1: Waiting 12:41:58 0f37312ad70f: Verifying Checksum 12:41:58 0f37312ad70f: Download complete 12:41:58 2848faf0eed1: Verifying Checksum 12:41:58 2848faf0eed1: Download complete 12:41:58 0e6b1d234666: Verifying Checksum 12:41:58 0e6b1d234666: Download complete 12:41:58 bf5d7aec512f: Verifying Checksum 12:41:58 bf5d7aec512f: Download complete 12:41:58 e6b0cf9c0882: Verifying Checksum 12:41:59 34c802a77dc8: Download complete 12:41:59 27c7a5d97fbd: Verifying Checksum 12:41:59 27c7a5d97fbd: Download complete 12:41:59 5c102a31e300: Verifying Checksum 12:41:59 5c102a31e300: Download complete 12:41:59 dcfb455df0a1: Verifying Checksum 12:41:59 dcfb455df0a1: Download complete 12:41:59 9eb99e56ec68: Verifying Checksum 12:41:59 9eb99e56ec68: Download complete 12:41:59 go: finding github.com/davecgh/go-spew v1.1.0 12:41:59 go: finding github.com/fxamacker/cbor/v2 v2.2.0 12:41:59 go: finding github.com/go-kit/kit v0.8.0 12:41:59 go: finding github.com/go-logfmt/logfmt v0.4.0 12:41:59 go: finding github.com/go-playground/assert/v2 v2.0.1 12:41:59 go: finding github.com/go-playground/locales v0.13.0 12:41:59 go: finding github.com/go-playground/universal-translator v0.17.0 12:41:59 go: finding github.com/go-playground/validator/v10 v10.3.0 12:41:59 go: finding github.com/go-stack/stack v1.8.0 12:41:59 go: finding github.com/google/uuid v1.1.0 12:41:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 12:41:59 go: finding github.com/leodido/go-urn v1.2.0 12:41:59 go: finding github.com/pmezard/go-difflib v1.0.0 12:41:59 go: finding github.com/stretchr/objx v0.1.0 12:41:59 go: finding github.com/stretchr/testify v1.5.1 12:41:59 go: finding github.com/x448/float16 v0.8.4 12:41:59 go: finding golang.org/x/text v0.3.2 12:41:59 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 12:41:59 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 12:41:59 go: finding gopkg.in/yaml.v2 v2.2.2 12:41:59 5788d62ee057: Verifying Checksum 12:41:59 5788d62ee057: Download complete 12:42:00 e6b0cf9c0882: Pull complete 12:42:00 2848faf0eed1: Pull complete 12:42:00 0f37312ad70f: Pull complete 12:42:07 5788d62ee057: Pull complete 12:42:07 0e6b1d234666: Pull complete 12:42:07 bf5d7aec512f: Pull complete 12:42:12 Removing intermediate container 6a1776ea4f25 12:42:12 ---> 7d89ce0d1601 12:42:12 Successfully built 7d89ce0d1601 12:42:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:42:12 + docker inspect -f . ci-base-image-arm64 12:42:12 . [Pipeline] withDockerContainer 12:42:13 prd-ubuntu18.04-docker-arm64-4c-16g-456 does not seem to be running inside a container 12:42:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:42:15 $ docker top 1aea27e09da4a829906996bf1e5b36ef3abb0114cc20f817ed622c12d9582e0a -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:15 34c802a77dc8: Pull complete 12:42:16 + go version 12:42:16 go version go1.13.5 linux/arm64 [Pipeline] sh 12:42:17 + make test 12:42:17 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:42:18 9eb99e56ec68: Pull complete 12:42:18 27c7a5d97fbd: Pull complete 12:42:20 5c102a31e300: Pull complete 12:42:20 dcfb455df0a1: Pull complete 12:42:20 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 12:42:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 12:42:20 ---> 7c70fe431013 12:42:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:42:20 ---> Running in 5736d89d0398 12:42:21 Removing intermediate container 5736d89d0398 12:42:21 ---> 0a3dbb2285ab 12:42:21 Step 4/7 : RUN apk add bash 12:42:21 ---> Running in 38df5ab163c2 12:42:22 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 12:42:23 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 12:42:23 OK: 143 MiB in 39 packages 12:42:23 Removing intermediate container 38df5ab163c2 12:42:23 ---> a254472858ca 12:42:23 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:42:23 ---> Running in 38c997ca3be0 12:42:24 Removing intermediate container 38c997ca3be0 12:42:24 ---> d9c6d670b48a 12:42:24 Step 6/7 : COPY go.mod . 12:42:24 ---> c5917d844b57 12:42:24 Step 7/7 : RUN go mod download 12:42:24 ---> Running in 580869357e7c 12:42:25 go: finding github.com/davecgh/go-spew v1.1.0 12:42:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 12:42:25 go: finding github.com/go-kit/kit v0.8.0 12:42:25 go: finding github.com/go-logfmt/logfmt v0.4.0 12:42:25 go: finding github.com/go-playground/assert/v2 v2.0.1 12:42:25 go: finding github.com/go-playground/locales v0.13.0 12:42:25 go: finding github.com/go-playground/universal-translator v0.17.0 12:42:26 go: finding github.com/go-playground/validator/v10 v10.3.0 12:42:26 go: finding github.com/go-stack/stack v1.8.0 12:42:26 go: finding github.com/google/uuid v1.1.0 12:42:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 12:42:26 go: finding github.com/leodido/go-urn v1.2.0 12:42:26 go: finding github.com/pmezard/go-difflib v1.0.0 12:42:26 go: finding github.com/stretchr/objx v0.1.0 12:42:26 go: finding github.com/stretchr/testify v1.5.1 12:42:26 go: finding github.com/x448/float16 v0.8.4 12:42:26 go: finding golang.org/x/text v0.3.2 12:42:26 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 12:42:26 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 12:42:26 go: finding gopkg.in/yaml.v2 v2.2.2 12:42:34 Removing intermediate container 580869357e7c 12:42:34 ---> faa1742f18b5 12:42:34 Successfully built faa1742f18b5 12:42:34 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 12:42:35 + docker inspect -f . ci-base-image-x86_64 12:42:35 . [Pipeline] withDockerContainer 12:42:35 prd-centos7-docker-4c-2g-457 does not seem to be running inside a container 12:42:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:42:35 $ docker top 88fb84f5bf83f4d0b25d830451bdfff81eefe51da52b51705fed7e93db1f59c1 -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:36 + go version 12:42:36 go version go1.13.5 linux/amd64 [Pipeline] sh 12:42:36 + make test 12:42:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:42:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 12:42:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.070s coverage: 85.7% of statements 12:42:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.028s coverage: 100.0% of statements 12:42:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.052s coverage: 45.4% of statements 12:42:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.073s coverage: 77.8% of statements 12:42:41 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 12:42:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.021s coverage: 6.4% of statements 12:42:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.077s coverage: 14.4% of statements 12:42:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.030s coverage: 100.0% of statements 12:42:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 12:42:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.009s coverage: 85.7% of statements 12:42:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.014s coverage: 100.0% of statements 12:42:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.018s coverage: 45.4% of statements 12:42:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements 12:42:44 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 12:42:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.064s coverage: 91.8% of statements 12:42:44 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 12:42:44 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 12:42:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements 12:42:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.004s coverage: 6.4% of statements 12:42:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.038s coverage: 14.4% of statements 12:42:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.019s coverage: 100.0% of statements 12:42:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.067s coverage: 91.8% of statements 12:42:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 12:42:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 12:42:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.028s coverage: 100.0% of statements 12:42:49 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.023s coverage: 62.6% of statements 12:42:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements 12:42:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements 12:42:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.006s coverage: 15.4% of statements 12:42:49 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements 12:42:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 12:42:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 19.2% of statements 12:42:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 12:42:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.011s coverage: 95.4% of statements 12:42:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 12:42:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 12:42:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:42:50 gofmt -l . 12:42:50 [ "`gofmt -l .`" = "" ] [Pipeline] stash 12:42:50 Stashed 1 file(s) [Pipeline] } 12:42:50 $ docker stop --time=1 88fb84f5bf83f4d0b25d830451bdfff81eefe51da52b51705fed7e93db1f59c1 12:42:51 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.096s coverage: 62.6% of statements 12:42:51 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.040s coverage: 26.3% of statements 12:42:51 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.068s coverage: 15.4% of statements 12:42:51 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements 12:42:51 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.018s coverage: 14.3% of statements 12:42:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 12:42:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.018s coverage: 19.2% of statements 12:42:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 12:42:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.043s coverage: 95.4% of statements 12:42:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 12:42:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 12:42:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:42:53 $ docker rm -f 88fb84f5bf83f4d0b25d830451bdfff81eefe51da52b51705fed7e93db1f59c1 [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] } 12:42:55 gofmt -l . 12:42:56 [ "`gofmt -l .`" = "" ] [Pipeline] stash 12:42:56 Warning: overwriting stash ‘coverage-report’ 12:42:57 Stashed 1 file(s) [Pipeline] } 12:42:57 $ docker stop --time=1 1aea27e09da4a829906996bf1e5b36ef3abb0114cc20f817ed622c12d9582e0a 12:42:59 $ docker rm -f 1aea27e09da4a829906996bf1e5b36ef3abb0114cc20f817ed622c12d9582e0a [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 12:43:01 provisioning config files... 12:43:01 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config3855005865117249821tmp [Pipeline] { [Pipeline] sh 12:43:01 + curl -s https://codecov.io/bash 12:43:01 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config3855005865117249821tmp [Pipeline] } 12:43:01 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 12:43:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:43:03 ---> package-listing.sh 12:43:03 ++ facter osfamily 12:43:03 ++ tr '[:upper:]' '[:lower:]' 12:43:03 + OS_FAMILY=redhat 12:43:03 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-253 12:43:03 + START_PACKAGES=/tmp/packages_start.txt 12:43:03 + END_PACKAGES=/tmp/packages_end.txt 12:43:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:43:03 + PACKAGES=/tmp/packages_start.txt 12:43:03 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 12:43:03 + PACKAGES=/tmp/packages_end.txt 12:43:03 + case "${OS_FAMILY}" in 12:43:03 + rpm -qa 12:43:03 + sort 12:43:08 + '[' -f /tmp/packages_start.txt ']' 12:43:08 + '[' -f /tmp/packages_end.txt ']' 12:43:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:43:08 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 12:43:08 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ 12:43:08 + 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 12:43:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:43:08 12:43:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:43:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:43:09 alpine: Pulling from edgex-lftools-log-publisher 12:43:09 c9b1b535fdd9: Pulling fs layer 12:43:09 2cc5ad85d9ab: Pulling fs layer 12:43:09 756a868c4378: Pulling fs layer 12:43:09 444b2fc9a129: Pulling fs layer 12:43:09 ea15f1150254: Pulling fs layer 12:43:09 41b27a9f41bf: Pulling fs layer 12:43:09 28c525ee5125: Pulling fs layer 12:43:09 094b1ea09ed8: Pulling fs layer 12:43:09 138eaada9080: Pulling fs layer 12:43:09 0622d0fa9048: Pulling fs layer 12:43:09 41b27a9f41bf: Waiting 12:43:09 28c525ee5125: Waiting 12:43:09 094b1ea09ed8: Waiting 12:43:09 138eaada9080: Waiting 12:43:09 0622d0fa9048: Waiting 12:43:09 444b2fc9a129: Waiting 12:43:09 2cc5ad85d9ab: Verifying Checksum 12:43:09 2cc5ad85d9ab: Download complete 12:43:09 444b2fc9a129: Verifying Checksum 12:43:09 444b2fc9a129: Download complete 12:43:09 c9b1b535fdd9: Verifying Checksum 12:43:09 ea15f1150254: Verifying Checksum 12:43:09 ea15f1150254: Download complete 12:43:09 28c525ee5125: Verifying Checksum 12:43:09 28c525ee5125: Download complete 12:43:09 c9b1b535fdd9: Pull complete 12:43:09 756a868c4378: Verifying Checksum 12:43:09 756a868c4378: Download complete 12:43:09 138eaada9080: Verifying Checksum 12:43:09 138eaada9080: Download complete 12:43:09 094b1ea09ed8: Verifying Checksum 12:43:09 094b1ea09ed8: Download complete 12:43:09 0622d0fa9048: Verifying Checksum 12:43:09 0622d0fa9048: Download complete 12:43:09 2cc5ad85d9ab: Pull complete 12:43:10 41b27a9f41bf: Verifying Checksum 12:43:10 41b27a9f41bf: Download complete 12:43:11 756a868c4378: Pull complete 12:43:11 444b2fc9a129: Pull complete 12:43:11 ea15f1150254: Pull complete 12:43:15 41b27a9f41bf: Pull complete 12:43:15 28c525ee5125: Pull complete 12:43:18 094b1ea09ed8: Pull complete 12:43:18 138eaada9080: Pull complete 12:43:18 0622d0fa9048: Pull complete 12:43:18 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 12:43:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:43:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:43:18 prd-centos7-docker-4c-2g-455 does not seem to be running inside a container 12:43:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:43:22 $ docker top 1773fb0e446b7ddfcbc58c376af61cc064752e277b93f7fbf46cdf0c2257b8e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:43:23 provisioning config files... 12:43:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config4519977490782984380tmp [Pipeline] { [Pipeline] echo 12:43:23 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:43:23 ---> create-netrc.sh [Pipeline] echo 12:43:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:43:23 ---> logs-deploy.sh 12:43:23 + ARCHIVE_ARTIFACTS= 12:43:23 + LOGS_SERVER=https://logs.edgexfoundry.org 12:43:23 + '[' https://logs.edgexfoundry.org == None ']' 12:43:23 + NEXUS_URL=https://nexus.edgexfoundry.org 12:43:23 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/2 12:43:23 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/2/ 12:43:23 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/2 /w/workspace/dry_go-mod-core-contracts_PR-253 12:43:25 Archives upload complete. 12:43:25 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/2/