Pull request #236 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 7e7dc102e911da0332f81f3af9d956fb891fccaf+1899b11f5af0f51f0c80a2da86949503e9e734af (86e5ec6fa5132064b543481e92dedc9972ec1dc3) 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-4898 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-236 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1899b11f5af0f51f0c80a2da86949503e9e734af into PR head commit 7e7dc102e911da0332f81f3af9d956fb891fccaf Merge succeeded, producing 7e7dc102e911da0332f81f3af9d956fb891fccaf Checking out Revision 7e7dc102e911da0332f81f3af9d956fb891fccaf (PR-236) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e7dc102e911da0332f81f3af9d956fb891fccaf # 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 1899b11f5af0f51f0c80a2da86949503e9e734af # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e7dc102e911da0332f81f3af9d956fb891fccaf # timeout=10 Commit message: "Merge branch 'master' into issue-235" > git rev-list --no-walk d3fa8b74507f437f200972aa99dfee1b07ccc6ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:47:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:47:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:47:56 ========================================================= 15:47:56 EdgeX Global Pipelines Version Info 15:47:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:47:58 ------------------- 15:47:58 stable info: 15:47:58 ------------------- 15:47:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:47:58 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 15:47:58 Message: update stable to v1.0.89 15:47:59 ------------------- 15:47:59 experimental info: 15:47:59 ------------------- 15:47:59 Commited By: **** collab-it+edgex@linuxfoundation.org 15:47:59 Commit SHA: 50d5b24b0ab5f81d75c339234d0e2512bee9338e 15:47:59 Message: update experimental to v1.0.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:48:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:48:01 15:48:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:48:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:48:01 latest: Pulling from edgex-devops/git-semver 15:48:01 9123ac7c32f7: Pulling fs layer 15:48:01 b8cc5d1170e3: Pulling fs layer 15:48:01 2924cbbf6a41: Pulling fs layer 15:48:01 93b08a4f1073: Pulling fs layer 15:48:01 93b08a4f1073: Waiting 15:48:01 b8cc5d1170e3: Verifying Checksum 15:48:01 b8cc5d1170e3: Download complete 15:48:01 9123ac7c32f7: Verifying Checksum 15:48:01 9123ac7c32f7: Download complete 15:48:01 2924cbbf6a41: Verifying Checksum 15:48:01 2924cbbf6a41: Download complete 15:48:01 93b08a4f1073: Download complete 15:48:02 9123ac7c32f7: Pull complete 15:48:02 b8cc5d1170e3: Pull complete 15:48:03 2924cbbf6a41: Pull complete 15:48:03 93b08a4f1073: Pull complete 15:48:03 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 15:48:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:48:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:48:03 prd-centos7-docker-4c-2g-4898 does not seem to be running inside a container 15:48:03 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:48:05 $ docker top 8bea1e7895e984f208433032db7eaf0787991db8dad74084981ce4814c691182 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:48:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:05 [ssh-agent] Looking for ssh-agent implementation... 15:48:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:05 $ docker exec 8bea1e7895e984f208433032db7eaf0787991db8dad74084981ce4814c691182 ssh-agent 15:48:06 SSH_AUTH_SOCK=/tmp/ssh-cfa46dx4HhTG/agent.13 15:48:06 SSH_AGENT_PID=19 15:48:06 Running ssh-add (command line suppressed) 15:48:06 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7073729505174706925.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7073729505174706925.key) 15:48:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:06 + git describe --exact-match --tags HEAD 15:48:06 fatal: No names found, cannot describe anything. [Pipeline] } 15:48:06 $ docker exec --env ******** --env ******** 8bea1e7895e984f208433032db7eaf0787991db8dad74084981ce4814c691182 ssh-agent -k 15:48:06 unset SSH_AUTH_SOCK; 15:48:06 unset SSH_AGENT_PID; 15:48:06 echo Agent pid 19 killed; 15:48:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:48:07 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:48:07 This usually means this commit has not been tagged. [Pipeline] sshagent 15:48:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:07 [ssh-agent] Looking for ssh-agent implementation... 15:48:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:07 $ docker exec 8bea1e7895e984f208433032db7eaf0787991db8dad74084981ce4814c691182 ssh-agent 15:48:07 SSH_AUTH_SOCK=/tmp/ssh-i5ab2NKziFkP/agent.50 15:48:07 SSH_AGENT_PID=55 15:48:07 Running ssh-add (command line suppressed) 15:48:07 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_2229348875579923204.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_2229348875579923204.key) 15:48:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:07 + git semver init 15:48:07 # -> Open(): unable to determine branch for HEAD 15:48:07 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git 15:48:07 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 15:48:07 # $SEMVER_REMOTE_NAME = origin 15:48:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:48:07 # $SEMVER_USER_NAME = edgex-jenkins 15:48:07 # $SEMVER_BRANCH = PR-236 15:48:07 # $SEMVER_TEMP = /tmp/semver-359020749 15:48:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:48:08 # '/tmp/semver-359020749' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' 15:48:08 # -> Force: false 15:48:08 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } 15:48:08 $ docker exec --env ******** --env ******** 8bea1e7895e984f208433032db7eaf0787991db8dad74084981ce4814c691182 ssh-agent -k 15:48:08 unset SSH_AUTH_SOCK; 15:48:08 unset SSH_AGENT_PID; 15:48:08 echo Agent pid 55 killed; 15:48:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:48:09 + git semver [Pipeline] } 15:48:09 $ docker stop --time=1 8bea1e7895e984f208433032db7eaf0787991db8dad74084981ce4814c691182 15:48:10 $ docker rm -f 8bea1e7895e984f208433032db7eaf0787991db8dad74084981ce4814c691182 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:48:11 Stashed 77 file(s) [Pipeline] echo 15:48:11 [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 15:48:26 Still waiting to schedule task 15:48:26 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4898’ 15:48:26 Still waiting to schedule task 15:48:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:50:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4899 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 15:50:00 Running in /w/workspace/go-mod-core-contracts/29 [Pipeline] { [Pipeline] checkout 15:50:05 using credential edgex-jenkins-ssh 15:50:05 Cloning the remote Git repository 15:50:05 Cloning with configured refspecs honoured and without tags 15:50:05 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:50:06 > git init /w/workspace/go-mod-core-contracts/29 # timeout=10 15:50:07 Fetching without tags 15:50:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:50:06 > git --version # timeout=10 15:50:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:50:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:50:07 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 15:50:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:50:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:50:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:50:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:50:07 Merging remotes/origin/master commit 1899b11f5af0f51f0c80a2da86949503e9e734af into PR head commit 7e7dc102e911da0332f81f3af9d956fb891fccaf 15:50:08 Merge succeeded, producing 7e7dc102e911da0332f81f3af9d956fb891fccaf 15:50:08 Checking out Revision 7e7dc102e911da0332f81f3af9d956fb891fccaf (PR-236) 15:50:07 > git config core.sparsecheckout # timeout=10 15:50:07 > git checkout -f 7e7dc102e911da0332f81f3af9d956fb891fccaf # timeout=10 15:50:07 > git remote # timeout=10 15:50:07 > git config --get remote.origin.url # timeout=10 15:50:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:07 > git merge 1899b11f5af0f51f0c80a2da86949503e9e734af # timeout=10 15:50:08 > git rev-parse HEAD^{commit} # timeout=10 15:50:08 > git config core.sparsecheckout # timeout=10 15:50:08 > git checkout -f 7e7dc102e911da0332f81f3af9d956fb891fccaf # timeout=10 15:50:12 Commit message: "Merge branch 'master' into issue-235" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:50:13 ========================================================= 15:50:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:50:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:50:14 + 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 . 15:50:15 Sending build context to Docker daemon 1.829MB 15:50:15 Step 1/7 : ARG BASE=golang:1.13-alpine 15:50:15 Step 2/7 : FROM ${BASE} 15:50:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:50:15 cde5963f3b93: Pulling fs layer 15:50:15 2a23fa8c16f7: Pulling fs layer 15:50:15 777b28850792: Pulling fs layer 15:50:15 8a11ddd9e578: Pulling fs layer 15:50:15 4cf88f913ddb: Pulling fs layer 15:50:15 1df406cf5192: Pulling fs layer 15:50:15 cd6300453558: Pulling fs layer 15:50:15 b9c365052c96: Pulling fs layer 15:50:15 a2d8cc88f415: Pulling fs layer 15:50:15 ea1d1ca13537: Pulling fs layer 15:50:15 3750a50a1c5e: Pulling fs layer 15:50:15 8a11ddd9e578: Waiting 15:50:15 cd6300453558: Waiting 15:50:15 b9c365052c96: Waiting 15:50:15 4cf88f913ddb: Waiting 15:50:15 1df406cf5192: Waiting 15:50:15 a2d8cc88f415: Waiting 15:50:15 ea1d1ca13537: Waiting 15:50:15 3750a50a1c5e: Waiting 15:50:15 777b28850792: Download complete 15:50:15 2a23fa8c16f7: Verifying Checksum 15:50:15 2a23fa8c16f7: Download complete 15:50:15 4cf88f913ddb: Verifying Checksum 15:50:15 4cf88f913ddb: Download complete 15:50:15 1df406cf5192: Verifying Checksum 15:50:15 1df406cf5192: Download complete 15:50:15 cde5963f3b93: Verifying Checksum 15:50:15 cde5963f3b93: Download complete 15:50:16 cde5963f3b93: Pull complete 15:50:17 2a23fa8c16f7: Pull complete 15:50:18 777b28850792: Pull complete 15:50:19 cd6300453558: Verifying Checksum 15:50:19 cd6300453558: Download complete 15:50:19 a2d8cc88f415: Verifying Checksum 15:50:19 a2d8cc88f415: Download complete 15:50:23 b9c365052c96: Verifying Checksum 15:50:23 b9c365052c96: Download complete 15:50:23 ea1d1ca13537: Verifying Checksum 15:50:23 ea1d1ca13537: Download complete 15:50:23 3750a50a1c5e: Download complete 15:50:24 8a11ddd9e578: Verifying Checksum 15:50:24 8a11ddd9e578: Download complete 15:50:37 8a11ddd9e578: Pull complete 15:50:37 4cf88f913ddb: Pull complete 15:50:37 1df406cf5192: Pull complete 15:50:40 cd6300453558: Pull complete 15:50:45 b9c365052c96: Pull complete 15:50:45 a2d8cc88f415: Pull complete 15:50:47 ea1d1ca13537: Pull complete 15:50:47 3750a50a1c5e: Pull complete 15:50:47 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 15:50:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:50:47 ---> 78745c68409d 15:50:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:50:52 ---> Running in 0d846bfbe0c1 15:50:52 Removing intermediate container 0d846bfbe0c1 15:50:52 ---> 3d736b55fcc4 15:50:52 Step 4/7 : RUN apk add bash 15:50:52 ---> Running in c19a2940e6d6 15:50:54 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 15:50:55 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 15:50:55 Running on prd-centos7-docker-4c-2g-4900 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 15:50:55 Running in /w/workspace/go-mod-core-contracts/29 [Pipeline] { [Pipeline] checkout 15:50:56 OK: 125 MiB in 39 packages 15:50:57 Removing intermediate container c19a2940e6d6 15:50:57 ---> ed61d84b2a2e 15:50:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:50:57 ---> Running in d2199509b4e2 15:50:57 Removing intermediate container d2199509b4e2 15:50:57 ---> 86db08b1a576 15:50:57 Step 6/7 : COPY go.mod . 15:50:57 using credential edgex-jenkins-ssh 15:50:58 Cloning the remote Git repository 15:50:58 Cloning with configured refspecs honoured and without tags 15:50:58 ---> 09a6f99c05dc 15:50:58 Step 7/7 : RUN go mod download 15:50:58 ---> Running in fdf1198bf245 15:50:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:50:58 > git init /w/workspace/go-mod-core-contracts/29 # timeout=10 15:50:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:50:58 > git --version # timeout=10 15:50:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:58 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:50:59 Fetching without tags 15:50:59 Merging remotes/origin/master commit 1899b11f5af0f51f0c80a2da86949503e9e734af into PR head commit 7e7dc102e911da0332f81f3af9d956fb891fccaf 15:50:59 Merge succeeded, producing 7e7dc102e911da0332f81f3af9d956fb891fccaf 15:50:59 Checking out Revision 7e7dc102e911da0332f81f3af9d956fb891fccaf (PR-236) 15:50:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:50:59 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 15:50:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:50:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:50:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:50:59 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:50:59 > git config core.sparsecheckout # timeout=10 15:50:59 > git checkout -f 7e7dc102e911da0332f81f3af9d956fb891fccaf # timeout=10 15:50:59 > git remote # timeout=10 15:50:59 > git config --get remote.origin.url # timeout=10 15:50:59 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:59 > git merge 1899b11f5af0f51f0c80a2da86949503e9e734af # timeout=10 15:50:59 > git rev-parse HEAD^{commit} # timeout=10 15:50:59 > git config core.sparsecheckout # timeout=10 15:50:59 > git checkout -f 7e7dc102e911da0332f81f3af9d956fb891fccaf # timeout=10 15:51:01 go: finding github.com/davecgh/go-spew v1.1.0 15:51:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:51:01 go: finding github.com/go-kit/kit v0.8.0 15:51:01 go: finding github.com/go-logfmt/logfmt v0.4.0 15:51:01 go: finding github.com/go-playground/assert/v2 v2.0.1 15:51:01 go: finding github.com/go-playground/locales v0.13.0 15:51:01 go: finding github.com/go-playground/universal-translator v0.17.0 15:51:01 go: finding github.com/go-playground/validator/v10 v10.3.0 15:51:01 go: finding github.com/go-stack/stack v1.8.0 15:51:01 go: finding github.com/google/uuid v1.1.0 15:51:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:51:01 go: finding github.com/leodido/go-urn v1.2.0 15:51:01 go: finding github.com/pmezard/go-difflib v1.0.0 15:51:01 go: finding github.com/stretchr/objx v0.1.0 15:51:01 go: finding github.com/stretchr/testify v1.4.0 15:51:01 go: finding github.com/x448/float16 v0.8.4 15:51:01 go: finding golang.org/x/text v0.3.2 15:51:01 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:51:01 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:51:01 go: finding gopkg.in/yaml.v2 v2.2.2 15:51:03 Commit message: "Merge branch 'master' into issue-235" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:51:04 ========================================================= 15:51:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:51:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:51:04 + 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 . 15:51:04 Sending build context to Docker daemon 1.829MB 15:51:04 Step 1/7 : ARG BASE=golang:1.13-alpine 15:51:04 Step 2/7 : FROM ${BASE} 15:51:04 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:51:04 e6b0cf9c0882: Pulling fs layer 15:51:04 2848faf0eed1: Pulling fs layer 15:51:04 0f37312ad70f: Pulling fs layer 15:51:04 5788d62ee057: Pulling fs layer 15:51:04 0e6b1d234666: Pulling fs layer 15:51:04 bf5d7aec512f: Pulling fs layer 15:51:04 34c802a77dc8: Pulling fs layer 15:51:04 9eb99e56ec68: Pulling fs layer 15:51:04 27c7a5d97fbd: Pulling fs layer 15:51:04 5c102a31e300: Pulling fs layer 15:51:04 dcfb455df0a1: Pulling fs layer 15:51:04 34c802a77dc8: Waiting 15:51:04 9eb99e56ec68: Waiting 15:51:04 0e6b1d234666: Waiting 15:51:04 bf5d7aec512f: Waiting 15:51:04 27c7a5d97fbd: Waiting 15:51:04 5c102a31e300: Waiting 15:51:04 5788d62ee057: Waiting 15:51:04 dcfb455df0a1: Waiting 15:51:05 0f37312ad70f: Download complete 15:51:05 2848faf0eed1: Verifying Checksum 15:51:05 2848faf0eed1: Download complete 15:51:05 0e6b1d234666: Verifying Checksum 15:51:05 0e6b1d234666: Download complete 15:51:05 bf5d7aec512f: Verifying Checksum 15:51:05 bf5d7aec512f: Download complete 15:51:05 e6b0cf9c0882: Verifying Checksum 15:51:05 34c802a77dc8: Verifying Checksum 15:51:05 34c802a77dc8: Download complete 15:51:05 27c7a5d97fbd: Verifying Checksum 15:51:05 27c7a5d97fbd: Download complete 15:51:06 5c102a31e300: Verifying Checksum 15:51:06 5c102a31e300: Download complete 15:51:06 dcfb455df0a1: Verifying Checksum 15:51:06 dcfb455df0a1: Download complete 15:51:06 9eb99e56ec68: Verifying Checksum 15:51:06 9eb99e56ec68: Download complete 15:51:06 5788d62ee057: Verifying Checksum 15:51:06 5788d62ee057: Download complete 15:51:07 e6b0cf9c0882: Pull complete 15:51:07 2848faf0eed1: Pull complete 15:51:07 0f37312ad70f: Pull complete 15:51:13 5788d62ee057: Pull complete 15:51:13 0e6b1d234666: Pull complete 15:51:13 bf5d7aec512f: Pull complete 15:51:13 Removing intermediate container fdf1198bf245 15:51:13 ---> 43eae10b5fcd 15:51:13 Successfully built 43eae10b5fcd 15:51:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:51:14 + docker inspect -f . ci-base-image-arm64 15:51:14 . [Pipeline] withDockerContainer 15:51:14 prd-ubuntu18.04-docker-arm64-4c-16g-4899 does not seem to be running inside a container 15:51:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/29 -v /w/workspace/go-mod-core-contracts/29:/w/workspace/go-mod-core-contracts/29:rw,z -v /w/workspace/go-mod-core-contracts/29@tmp:/w/workspace/go-mod-core-contracts/29@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 15:51:16 $ docker top d3525c23800418527ed989fea93aa3b8cd06dbecbd5875d4b011ee44cdd1396c -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:18 + go version 15:51:18 go version go1.13.5 linux/arm64 [Pipeline] sh 15:51:19 + make test 15:51:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:51:21 34c802a77dc8: Pull complete 15:51:23 9eb99e56ec68: Pull complete 15:51:23 27c7a5d97fbd: Pull complete 15:51:24 5c102a31e300: Pull complete 15:51:24 dcfb455df0a1: Pull complete 15:51:24 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 15:51:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:51:24 ---> 7c70fe431013 15:51:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:51:26 ---> Running in 688b042fadd7 15:51:26 Removing intermediate container 688b042fadd7 15:51:26 ---> a9c155b05573 15:51:26 Step 4/7 : RUN apk add bash 15:51:26 ---> Running in 25153406a62a 15:51:26 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 15:51:27 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 15:51:27 OK: 143 MiB in 39 packages 15:51:28 Removing intermediate container 25153406a62a 15:51:28 ---> 39432d95f46c 15:51:28 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:51:28 ---> Running in cfa47d57e65a 15:51:28 Removing intermediate container cfa47d57e65a 15:51:28 ---> e8cce88ffd09 15:51:28 Step 6/7 : COPY go.mod . 15:51:28 ---> 152fb74dbca3 15:51:28 Step 7/7 : RUN go mod download 15:51:28 ---> Running in 6039c03f3f50 15:51:30 go: finding github.com/davecgh/go-spew v1.1.0 15:51:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:51:30 go: finding github.com/go-kit/kit v0.8.0 15:51:30 go: finding github.com/go-logfmt/logfmt v0.4.0 15:51:30 go: finding github.com/go-playground/assert/v2 v2.0.1 15:51:30 go: finding github.com/go-playground/locales v0.13.0 15:51:30 go: finding github.com/go-playground/universal-translator v0.17.0 15:51:30 go: finding github.com/go-playground/validator/v10 v10.3.0 15:51:30 go: finding github.com/go-stack/stack v1.8.0 15:51:30 go: finding github.com/google/uuid v1.1.0 15:51:30 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:51:30 go: finding github.com/leodido/go-urn v1.2.0 15:51:30 go: finding github.com/pmezard/go-difflib v1.0.0 15:51:30 go: finding github.com/stretchr/objx v0.1.0 15:51:30 go: finding github.com/stretchr/testify v1.4.0 15:51:30 go: finding github.com/x448/float16 v0.8.4 15:51:30 go: finding golang.org/x/text v0.3.2 15:51:30 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:51:30 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:51:30 go: finding gopkg.in/yaml.v2 v2.2.2 15:51:38 Removing intermediate container 6039c03f3f50 15:51:38 ---> 25894e1df9b8 15:51:38 Successfully built 25894e1df9b8 15:51:38 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 15:51:39 + docker inspect -f . ci-base-image-x86_64 15:51:39 . [Pipeline] withDockerContainer 15:51:39 prd-centos7-docker-4c-2g-4900 does not seem to be running inside a container 15:51:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/29 -v /w/workspace/go-mod-core-contracts/29:/w/workspace/go-mod-core-contracts/29:rw,z -v /w/workspace/go-mod-core-contracts/29@tmp:/w/workspace/go-mod-core-contracts/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:51:39 $ docker top 2fd620bb66ed7ae7c379cc88aa4d0c3e8ddfc1c99433ac0e9a267dfc61229152 -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:40 + go version 15:51:40 go version go1.13.5 linux/amd64 [Pipeline] sh 15:51:40 + make test 15:51:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:51:41 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 15:51:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.043s coverage: 85.7% of statements 15:51:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.041s coverage: 100.0% of statements 15:51:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.065s coverage: 45.4% of statements 15:51:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements 15:51:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 15:51:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.018s coverage: 6.4% of statements 15:51:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.113s coverage: 14.4% of statements 15:51:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.036s coverage: 100.0% of statements 15:51:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 15:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.009s coverage: 85.7% of statements 15:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements 15:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.067s coverage: 100.0% of statements 15:51:48 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 15:51:48 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 15:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.042s coverage: 100.0% of statements 15:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.536s coverage: 100.0% of statements 15:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.017s coverage: 45.4% of statements 15:51:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.015s coverage: 77.8% of statements 15:51:48 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 15:51:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 6.4% of statements 15:51:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.038s coverage: 14.4% of statements 15:51:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.035s coverage: 100.0% of statements 15:51:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.064s coverage: 100.0% of statements 15:51:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 15:51:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 15:51:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.007s coverage: 100.0% of statements 15:51:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.530s coverage: 100.0% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.020s coverage: 62.6% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.007s coverage: 15.4% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.033s coverage: 15.4% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.005s coverage: 14.3% of statements 15:51:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.007s coverage: 83.3% of statements 15:51:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.007s coverage: 90.9% of statements 15:51:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 15:51:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 15:51:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.100s coverage: 62.6% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.056s coverage: 26.3% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.027s coverage: 15.4% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.044s coverage: 15.4% of statements 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.037s coverage: 14.3% of statements 15:51:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 15:51:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 83.3% of statements 15:51:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 15:51:54 gofmt -l . 15:51:54 [ "`gofmt -l .`" = "" ] [Pipeline] stash 15:51:55 Stashed 1 file(s) [Pipeline] } 15:51:55 $ docker stop --time=1 2fd620bb66ed7ae7c379cc88aa4d0c3e8ddfc1c99433ac0e9a267dfc61229152 15:51:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.029s coverage: 90.9% of statements 15:51:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 15:51:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 15:51:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:51:57 $ docker rm -f 2fd620bb66ed7ae7c379cc88aa4d0c3e8ddfc1c99433ac0e9a267dfc61229152 [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] } 15:51:58 gofmt -l . 15:51:58 [ "`gofmt -l .`" = "" ] [Pipeline] stash 15:51:59 Warning: overwriting stash ‘coverage-report’ 15:51:59 Stashed 1 file(s) [Pipeline] } 15:51:59 $ docker stop --time=1 d3525c23800418527ed989fea93aa3b8cd06dbecbd5875d4b011ee44cdd1396c 15:52:02 $ docker rm -f d3525c23800418527ed989fea93aa3b8cd06dbecbd5875d4b011ee44cdd1396c [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 15:52:03 provisioning config files... 15:52:03 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config2747025415601933088tmp [Pipeline] { [Pipeline] sh 15:52:03 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config2747025415601933088tmp 15:52:03 + curl -s https://codecov.io/bash [Pipeline] } 15:52:03 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 15:52:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:52:05 ---> package-listing.sh 15:52:05 ++ facter osfamily 15:52:05 ++ tr '[:upper:]' '[:lower:]' 15:52:05 + OS_FAMILY=redhat 15:52:05 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 15:52:05 + START_PACKAGES=/tmp/packages_start.txt 15:52:05 + END_PACKAGES=/tmp/packages_end.txt 15:52:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:52:05 + PACKAGES=/tmp/packages_start.txt 15:52:05 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 15:52:05 + PACKAGES=/tmp/packages_end.txt 15:52:05 + case "${OS_FAMILY}" in 15:52:05 + rpm -qa 15:52:05 + sort 15:52:09 + '[' -f /tmp/packages_start.txt ']' 15:52:09 + '[' -f /tmp/packages_end.txt ']' 15:52:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:52:09 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 15:52:09 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ 15:52:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [Pipeline] isUnix [Pipeline] sh 15:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:52:10 15:52:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:52:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:52:10 alpine: Pulling from edgex-lftools-log-publisher 15:52:10 c9b1b535fdd9: Pulling fs layer 15:52:10 2cc5ad85d9ab: Pulling fs layer 15:52:10 756a868c4378: Pulling fs layer 15:52:10 444b2fc9a129: Pulling fs layer 15:52:10 ea15f1150254: Pulling fs layer 15:52:10 41b27a9f41bf: Pulling fs layer 15:52:10 28c525ee5125: Pulling fs layer 15:52:10 094b1ea09ed8: Pulling fs layer 15:52:10 138eaada9080: Pulling fs layer 15:52:10 0622d0fa9048: Pulling fs layer 15:52:10 444b2fc9a129: Waiting 15:52:10 ea15f1150254: Waiting 15:52:10 41b27a9f41bf: Waiting 15:52:10 28c525ee5125: Waiting 15:52:10 138eaada9080: Waiting 15:52:10 0622d0fa9048: Waiting 15:52:10 094b1ea09ed8: Waiting 15:52:10 2cc5ad85d9ab: Verifying Checksum 15:52:10 2cc5ad85d9ab: Download complete 15:52:10 444b2fc9a129: Verifying Checksum 15:52:10 444b2fc9a129: Download complete 15:52:11 c9b1b535fdd9: Verifying Checksum 15:52:11 c9b1b535fdd9: Download complete 15:52:11 ea15f1150254: Verifying Checksum 15:52:11 ea15f1150254: Download complete 15:52:11 28c525ee5125: Verifying Checksum 15:52:11 28c525ee5125: Download complete 15:52:11 756a868c4378: Verifying Checksum 15:52:11 756a868c4378: Download complete 15:52:11 c9b1b535fdd9: Pull complete 15:52:11 138eaada9080: Verifying Checksum 15:52:11 138eaada9080: Download complete 15:52:11 0622d0fa9048: Verifying Checksum 15:52:11 0622d0fa9048: Download complete 15:52:12 2cc5ad85d9ab: Pull complete 15:52:12 094b1ea09ed8: Verifying Checksum 15:52:12 094b1ea09ed8: Download complete 15:52:12 41b27a9f41bf: Verifying Checksum 15:52:12 41b27a9f41bf: Download complete 15:52:14 756a868c4378: Pull complete 15:52:14 444b2fc9a129: Pull complete 15:52:15 ea15f1150254: Pull complete 15:52:20 41b27a9f41bf: Pull complete 15:52:20 28c525ee5125: Pull complete 15:52:24 094b1ea09ed8: Pull complete 15:52:24 138eaada9080: Pull complete 15:52:24 0622d0fa9048: Pull complete 15:52:24 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:52:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:52:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:52:24 prd-centos7-docker-4c-2g-4898 does not seem to be running inside a container 15:52:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:52:27 $ docker top a872810b95543d1a3266653ac893c2f7e36aed88cd289ba266fa7f5af85d73e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:52:27 provisioning config files... 15:52:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7263919471851790946tmp [Pipeline] { [Pipeline] echo 15:52:27 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:52:28 ---> create-netrc.sh [Pipeline] echo 15:52:28 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:52:28 ---> logs-deploy.sh 15:52:28 + ARCHIVE_ARTIFACTS= 15:52:28 + LOGS_SERVER=https://logs.edgexfoundry.org 15:52:28 + '[' https://logs.edgexfoundry.org == None ']' 15:52:28 + NEXUS_URL=https://nexus.edgexfoundry.org 15:52:28 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/29 15:52:28 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/29/ 15:52:28 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/29 /w/workspace/dry_go-mod-core-contracts_PR-236 15:52:29 Archives upload complete. 15:52:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/29 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/29/