Pull request #540 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 b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 rather than dfbdc067819c3f861e18963d73118eb86a3492bd Obtained Jenkinsfile from b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 --version # 'git version 2.16.6' > 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 > git --version # 'git version 2.16.6' 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:lfit/releng-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, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29475 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-540 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit dfbdc067819c3f861e18963d73118eb86a3492bd Merge succeeded, producing dfbdc067819c3f861e18963d73118eb86a3492bd Checking out Revision dfbdc067819c3f861e18963d73118eb86a3492bd (PR-540) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # 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 b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 Commit message: "feat: add omitempty to IsHidden for both json and yaml" > git rev-list --no-walk d416b800869623a351e523115ad69519c97f3189 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:50:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:50:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:50:56 ========================================================= 05:50:56 EdgeX Global Pipelines Version Info 05:50:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:50:58 ------------------- 05:50:58 stable info: 05:50:58 ------------------- 05:50:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:50:58 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 05:50:58 Message: update stable to v1.0.184 05:51:00 ------------------- 05:51:00 experimental info: 05:51:00 ------------------- 05:51:00 Commited By: **** collab-it+edgex@linuxfoundation.org 05:51:00 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 05:51:00 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:51:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:51:00 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:51:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:51:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:51:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:51:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:51:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:51:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:51:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-540 [Pipeline] echo 05:51:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-540 [Pipeline] echo 05:51:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-540 [Pipeline] echo 05:51:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dfbdc067819c3f861e18963d73118eb86a3492bd [Pipeline] echo 05:51:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dfbdc06 [Pipeline] echo 05:51:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:51:04 + git log --format=format:%s -1 dfbdc067819c3f861e18963d73118eb86a3492bd [Pipeline] echo 05:51:04 GIT_COMMIT: dfbdc067819c3f861e18963d73118eb86a3492bd, Commit Message: feat: add omitempty to IsHidden for both json and yaml [Pipeline] echo 05:51:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:51:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:07 05:51:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:51:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:07 latest: Pulling from edgex-devops/git-semver 05:51:07 31603596830f: Pulling fs layer 05:51:07 2a8b12db71e7: Pulling fs layer 05:51:07 6ca5941a6612: Pulling fs layer 05:51:07 ecc8261a40a4: Pulling fs layer 05:51:07 ecc8261a40a4: Waiting 05:51:07 2a8b12db71e7: Verifying Checksum 05:51:07 2a8b12db71e7: Download complete 05:51:07 31603596830f: Verifying Checksum 05:51:07 31603596830f: Download complete 05:51:08 ecc8261a40a4: Verifying Checksum 05:51:08 ecc8261a40a4: Download complete 05:51:08 6ca5941a6612: Verifying Checksum 05:51:08 6ca5941a6612: Download complete 05:51:08 31603596830f: Pull complete 05:51:08 2a8b12db71e7: Pull complete 05:51:09 6ca5941a6612: Pull complete 05:51:11 ecc8261a40a4: Pull complete 05:51:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:51:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:51:11 prd-centos7-docker-4c-2g-29475 does not seem to be running inside a container 05:51:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-540 -v /w/workspace/dry_go-mod-core-contracts_PR-540:/w/workspace/dry_go-mod-core-contracts_PR-540:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-540@tmp:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:51:14 $ docker top b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:51:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:51:15 [ssh-agent] Looking for ssh-agent implementation... 05:51:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:51:16 $ docker exec b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 ssh-agent 05:51:16 SSH_AUTH_SOCK=/tmp/ssh-Oh1r1DPLeRTC/agent.11 05:51:16 SSH_AGENT_PID=17 05:51:16 Running ssh-add (command line suppressed) 05:51:16 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_7425093429130909148.key (/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_7425093429130909148.key) 05:51:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:51:17 + git tag --points-at HEAD [Pipeline] } 05:51:17 $ docker exec --env ******** --env ******** b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 ssh-agent -k 05:51:17 unset SSH_AUTH_SOCK; 05:51:17 unset SSH_AGENT_PID; 05:51:17 echo Agent pid 17 killed; 05:51:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:51:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:51:17 [ssh-agent] Looking for ssh-agent implementation... 05:51:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:51:18 $ docker exec b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 ssh-agent 05:51:18 SSH_AUTH_SOCK=/tmp/ssh-YYonb8Ekuqop/agent.47 05:51:18 SSH_AGENT_PID=52 05:51:18 Running ssh-add (command line suppressed) 05:51:18 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5710309882379330266.key (/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5710309882379330266.key) 05:51:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:51:19 + git semver init 05:51:19 # -> Open(): unable to determine branch for HEAD 05:51:19 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-540/.git 05:51:19 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-540 05:51:19 # $SEMVER_REMOTE_NAME = origin 05:51:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:51:19 # $SEMVER_USER_NAME = edgex-jenkins 05:51:19 # $SEMVER_BRANCH = PR-540 05:51:19 # $SEMVER_TEMP = /tmp/semver-768346715 05:51:19 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:51:20 # '/tmp/semver-768346715' -> '/w/workspace/dry_go-mod-core-contracts_PR-540/.semver' 05:51:20 # -> Force: false 05:51:20 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-540/.semver [Pipeline] } 05:51:20 $ docker exec --env ******** --env ******** b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 ssh-agent -k 05:51:20 unset SSH_AUTH_SOCK; 05:51:20 unset SSH_AGENT_PID; 05:51:20 echo Agent pid 52 killed; 05:51:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:51:21 + git semver [Pipeline] } 05:51:21 $ docker stop --time=1 b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 05:51:23 $ docker rm -f b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 [Pipeline] // withDockerContainer [Pipeline] sh 05:51:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:51:24 Stashed 1 file(s) [Pipeline] echo 05:51:24 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [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 05:51:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29470 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] ws 05:51:25 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 05:51:30 using credential edgex-jenkins-ssh 05:51:30 Cloning the remote Git repository 05:51:30 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:51:30 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 05:51:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:51:30 > git --version # timeout=10 05:51:30 > git --version # 'git version 2.17.1' 05:51:30 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:51:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:51:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:51:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:51:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:51:31 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:51:32 Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit dfbdc067819c3f861e18963d73118eb86a3492bd 05:51:32 Merge succeeded, producing dfbdc067819c3f861e18963d73118eb86a3492bd 05:51:32 Checking out Revision dfbdc067819c3f861e18963d73118eb86a3492bd (PR-540) 05:51:32 > git config core.sparsecheckout # timeout=10 05:51:32 > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 05:51:32 > git remote # timeout=10 05:51:32 > git config --get remote.origin.url # timeout=10 05:51:32 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:32 > git merge b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 05:51:32 > git rev-parse HEAD^{commit} # timeout=10 05:51:32 > git config core.sparsecheckout # timeout=10 05:51:32 > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 05:51:36 Commit message: "feat: add omitempty to IsHidden for both json and yaml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:51:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:51:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:51:39 + true 05:51:39 + sudo service docker restart 05:51:40 Still waiting to schedule task 05:51:40 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29475’ [Pipeline] unstash [Pipeline] echo 05:51:41 ========================================================= 05:51:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:51:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:51:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 05:51:42 Sending build context to Docker daemon 2.806MB 05:51:42 Step 1/7 : ARG BASE=golang:1.15-alpine 05:51:42 Step 2/7 : FROM ${BASE} 05:51:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:51:43 5f621e34cdf4: Pulling fs layer 05:51:43 a4357932f1b6: Pulling fs layer 05:51:43 18c013af1878: Pulling fs layer 05:51:43 00ac8860ef70: Pulling fs layer 05:51:43 63d7cb157983: Pulling fs layer 05:51:43 b116817d02f9: Pulling fs layer 05:51:43 745a02a5169b: Pulling fs layer 05:51:43 00ac8860ef70: Waiting 05:51:43 b116817d02f9: Waiting 05:51:43 63d7cb157983: Waiting 05:51:43 745a02a5169b: Waiting 05:51:43 18c013af1878: Verifying Checksum 05:51:43 18c013af1878: Download complete 05:51:43 a4357932f1b6: Verifying Checksum 05:51:43 a4357932f1b6: Download complete 05:51:43 63d7cb157983: Verifying Checksum 05:51:43 63d7cb157983: Download complete 05:51:44 b116817d02f9: Verifying Checksum 05:51:44 b116817d02f9: Download complete 05:51:44 5f621e34cdf4: Download complete 05:51:45 5f621e34cdf4: Pull complete 05:51:45 a4357932f1b6: Pull complete 05:51:46 18c013af1878: Pull complete 05:51:46 745a02a5169b: Verifying Checksum 05:51:46 745a02a5169b: Download complete 05:51:48 00ac8860ef70: Verifying Checksum 05:51:48 00ac8860ef70: Download complete 05:51:58 00ac8860ef70: Pull complete 05:51:58 63d7cb157983: Pull complete 05:51:58 b116817d02f9: Pull complete 05:52:02 745a02a5169b: Pull complete 05:52:02 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:52:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:52:02 ---> b7e6874047d6 05:52:02 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:52:05 ---> Running in 11cb8e777476 05:52:05 Removing intermediate container 11cb8e777476 05:52:05 ---> 026bf35c77d9 05:52:05 Step 4/7 : RUN apk add bash 05:52:05 ---> Running in 6036bef129be 05:52:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:52:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:52:09 OK: 142 MiB in 39 packages 05:52:11 Removing intermediate container 6036bef129be 05:52:11 ---> e7372f59ef69 05:52:11 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:52:11 ---> Running in 121b5f577c11 05:52:11 Removing intermediate container 121b5f577c11 05:52:11 ---> 6772a31dda51 05:52:11 Step 6/7 : COPY go.mod . 05:52:12 ---> e4d4802f9f48 05:52:12 Step 7/7 : RUN go mod download 05:52:12 ---> Running in fa9f06868afe 05:52:30 Removing intermediate container fa9f06868afe 05:52:30 ---> 7a0a162641b0 05:52:30 Successfully built 7a0a162641b0 05:52:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:52:30 + docker inspect -f . ci-base-image-arm64 05:52:30 . [Pipeline] withDockerContainer 05:52:31 prd-ubuntu18.04-docker-arm64-4c-16g-29470 does not seem to be running inside a container 05:52:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:52:32 $ docker top 8007b972f33d218242b5ba8ddaf2b5214db357d2e14774995957e5f5619d29ac -eo pid,comm [Pipeline] { [Pipeline] sh 05:52:33 + go version 05:52:33 go version go1.15.5 linux/arm64 [Pipeline] } 05:52:33 $ docker stop --time=1 8007b972f33d218242b5ba8ddaf2b5214db357d2e14774995957e5f5619d29ac 05:52:35 $ docker rm -f 8007b972f33d218242b5ba8ddaf2b5214db357d2e14774995957e5f5619d29ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:52:36 + docker inspect -f . ci-base-image-arm64 05:52:36 . [Pipeline] withDockerContainer 05:52:37 prd-ubuntu18.04-docker-arm64-4c-16g-29470 does not seem to be running inside a container 05:52:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:52:38 $ docker top df77384e0c9ef7a11bf901da52545ca467a396347ba1f6f37ce675f6c3c9e3cc -eo pid,comm [Pipeline] { [Pipeline] sh 05:52:39 + make test 05:52:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:53:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:53:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.030s coverage: 85.7% of statements 05:53:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements 05:53:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.043s coverage: 45.4% of statements 05:53:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements 05:53:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:53:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.021s coverage: 26.3% of statements 05:53:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.054s coverage: 14.7% of statements 05:53:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements 05:53:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.093s coverage: 91.8% of statements 05:53:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:53:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:53:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.028s coverage: 100.0% of statements 05:53:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.036s coverage: 36.7% of statements 05:53:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.128s coverage: 63.0% of statements 05:53:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.042s coverage: 26.3% of statements 05:53:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.021s coverage: 15.4% of statements 05:53:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements 05:53:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.042s coverage: 14.3% of statements 05:53:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:53:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.267s coverage: 84.6% of statements 05:53:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:53:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:53:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:53:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.117s coverage: 47.0% of statements 05:53:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.029s coverage: 94.7% of statements 05:53:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.175s coverage: 89.4% of statements 05:53:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.039s coverage: 100.0% of statements 05:53:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 05:53:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:53:26 gofmt -l . 05:53:26 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:53:27 $ docker stop --time=1 df77384e0c9ef7a11bf901da52545ca467a396347ba1f6f37ce675f6c3c9e3cc 05:53:29 $ docker rm -f df77384e0c9ef7a11bf901da52545ca467a396347ba1f6f37ce675f6c3c9e3cc [Pipeline] // withDockerContainer [Pipeline] sh 05:53:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:53:32 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 05:53:34 ---> job-cost.sh 05:53:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6NcD 05:54:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:54:39 Running on prd-centos7-docker-4c-2g-29476 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] ws 05:54:40 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 05:54:49 using credential edgex-jenkins-ssh 05:54:49 Cloning the remote Git repository 05:54:50 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:54:50 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 05:54:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:54:50 > git --version # timeout=10 05:54:50 > git --version # 'git version 2.24.3' 05:54:50 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:54:52 Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit dfbdc067819c3f861e18963d73118eb86a3492bd 05:54:52 Merge succeeded, producing dfbdc067819c3f861e18963d73118eb86a3492bd 05:54:52 Checking out Revision dfbdc067819c3f861e18963d73118eb86a3492bd (PR-540) 05:54:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:54:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:54:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:54:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:54:52 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:54:52 > git config core.sparsecheckout # timeout=10 05:54:52 > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 05:54:52 > git remote # timeout=10 05:54:52 > git config --get remote.origin.url # timeout=10 05:54:52 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:52 > git merge b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 05:54:52 > git rev-parse HEAD^{commit} # timeout=10 05:54:52 > git config core.sparsecheckout # timeout=10 05:54:52 > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 05:54:56 Commit message: "feat: add omitempty to IsHidden for both json and yaml" 05:54:57 05:54:57 GitHub has been notified of this commit’s build result 05:54:57 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:54:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:54:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:54:59 + sudo service docker restart 05:54:59 + true 05:54:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 05:55:02 ========================================================= 05:55:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:55:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:55:02 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 05:55:03 Sending build context to Docker daemon 2.806MB 05:55:03 Step 1/7 : ARG BASE=golang:1.15-alpine 05:55:03 Step 2/7 : FROM ${BASE} 05:55:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:55:03 188c0c94c7c5: Pulling fs layer 05:55:03 0ef7d3d256c8: Pulling fs layer 05:55:03 de9db76c5a1d: Pulling fs layer 05:55:03 bca2f99d35d6: Pulling fs layer 05:55:03 93359f2a8cfa: Pulling fs layer 05:55:03 7c6f9722023f: Pulling fs layer 05:55:03 a35cf1a2eb13: Pulling fs layer 05:55:03 7c6f9722023f: Waiting 05:55:03 bca2f99d35d6: Waiting 05:55:03 93359f2a8cfa: Waiting 05:55:03 a35cf1a2eb13: Waiting 05:55:03 de9db76c5a1d: Verifying Checksum 05:55:03 de9db76c5a1d: Download complete 05:55:03 0ef7d3d256c8: Verifying Checksum 05:55:03 0ef7d3d256c8: Download complete 05:55:03 93359f2a8cfa: Verifying Checksum 05:55:03 93359f2a8cfa: Download complete 05:55:04 7c6f9722023f: Verifying Checksum 05:55:04 7c6f9722023f: Download complete 05:55:04 188c0c94c7c5: Verifying Checksum 05:55:04 188c0c94c7c5: Download complete 05:55:05 188c0c94c7c5: Pull complete 05:55:05 0ef7d3d256c8: Pull complete 05:55:06 de9db76c5a1d: Pull complete 05:55:07 a35cf1a2eb13: Verifying Checksum 05:55:07 a35cf1a2eb13: Download complete 05:55:08 bca2f99d35d6: Verifying Checksum 05:55:08 bca2f99d35d6: Download complete 05:55:26 bca2f99d35d6: Pull complete 05:55:26 93359f2a8cfa: Pull complete 05:55:26 7c6f9722023f: Pull complete 05:55:33 a35cf1a2eb13: Pull complete 05:55:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:55:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:55:33 ---> a62c8e92a672 05:55:33 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:55:33 ---> Running in 13d94c17c50a 05:55:33 Removing intermediate container 13d94c17c50a 05:55:33 ---> da2db3eb8e58 05:55:33 Step 4/7 : RUN apk add bash 05:55:33 ---> Running in 8f9ff701dc76 05:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:55:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:55:36 OK: 166 MiB in 39 packages 05:55:37 Removing intermediate container 8f9ff701dc76 05:55:37 ---> 177c52f9840e 05:55:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:55:37 ---> Running in 3a838619bc1b 05:55:37 Removing intermediate container 3a838619bc1b 05:55:37 ---> 9eb2c3c09038 05:55:37 Step 6/7 : COPY go.mod . 05:55:38 ---> 274a9248ce32 05:55:38 Step 7/7 : RUN go mod download 05:55:38 ---> Running in 9f6d0a7514eb 05:55:50 lf-activate-venv(): INFO: Adding /tmp/venv-6NcD/bin to PATH 05:55:50 INFO: No Stack... 05:55:50 INFO: Retrieving Pricing Info for: lf-standard-4 05:55:50 INFO: Archiving Costs [Pipeline] sh 05:55:50 + cut -d, -f6 05:55:50 + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [Pipeline] lock 05:55:51 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] 05:55:51 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] did not exist. Created. 05:55:51 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:55:51 + echo total: 0.4099999964237213 [Pipeline] stash 05:55:51 Stashed 1 file(s) [Pipeline] } 05:55:51 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:56:00 Removing intermediate container 9f6d0a7514eb 05:56:00 ---> cf78d7a895bf 05:56:00 Successfully built cf78d7a895bf 05:56:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:56:00 + docker inspect -f . ci-base-image-x86_64 05:56:01 . [Pipeline] withDockerContainer 05:56:02 prd-centos7-docker-4c-2g-29476 does not seem to be running inside a container 05:56:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:56:05 $ docker top 3dcab5982f4820cc71a388a980b9314d436a152dfd66ead5a79d97c87084df58 -eo pid,comm [Pipeline] { [Pipeline] sh 05:56:06 + go version 05:56:06 go version go1.15.5 linux/amd64 [Pipeline] } 05:56:06 $ docker stop --time=1 3dcab5982f4820cc71a388a980b9314d436a152dfd66ead5a79d97c87084df58 05:56:08 $ docker rm -f 3dcab5982f4820cc71a388a980b9314d436a152dfd66ead5a79d97c87084df58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:56:09 + docker inspect -f . ci-base-image-x86_64 05:56:09 . [Pipeline] withDockerContainer 05:56:10 prd-centos7-docker-4c-2g-29476 does not seem to be running inside a container 05:56:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:56:12 $ docker top d1f32e66c1d28de4933f09fb3780273e3fe1f3ae41f2c6158049df8c65dea3ea -eo pid,comm [Pipeline] { [Pipeline] sh 05:56:13 + make test 05:56:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:56:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:56:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements 05:56:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.017s coverage: 100.0% of statements 05:56:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.064s coverage: 45.4% of statements 05:56:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.023s coverage: 77.8% of statements 05:56:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:56:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.038s coverage: 26.3% of statements 05:56:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.048s coverage: 14.7% of statements 05:56:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements 05:56:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.171s coverage: 91.8% of statements 05:56:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:56:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:56:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.237s coverage: 100.0% of statements 05:56:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.013s coverage: 36.7% of statements 05:56:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.103s coverage: 63.0% of statements 05:56:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 05:56:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.023s coverage: 15.4% of statements 05:56:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements 05:56:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.040s coverage: 14.3% of statements 05:56:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.123s coverage: 84.6% of statements 05:56:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:56:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:56:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:56:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.098s coverage: 47.0% of statements 05:56:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.050s coverage: 94.7% of statements 05:56:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.574s coverage: 89.4% of statements 05:56:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.018s coverage: 100.0% of statements 05:56:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 05:56:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:56:51 gofmt -l . 05:56:51 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:56:52 $ docker stop --time=1 d1f32e66c1d28de4933f09fb3780273e3fe1f3ae41f2c6158049df8c65dea3ea 05:56:55 $ docker rm -f d1f32e66c1d28de4933f09fb3780273e3fe1f3ae41f2c6158049df8c65dea3ea [Pipeline] // withDockerContainer [Pipeline] sh 05:56:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:56:56 Warning: overwriting stash ‘coverage-report’ 05:56:57 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 05:56:58 ---> job-cost.sh 05:56:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HZRe 05:57:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:58:13 lf-activate-venv(): INFO: Adding /tmp/venv-HZRe/bin to PATH 05:58:13 INFO: No Stack... 05:58:13 INFO: Retrieving Pricing Info for: v1-standard-2 05:58:13 INFO: Archiving Costs [Pipeline] sh 05:58:13 + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv 05:58:13 + cut -d, -f6 [Pipeline] lock 05:58:13 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] 05:58:13 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] did not exist. Created. 05:58:13 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:58:14 /w/workspace/go-mod-core-contracts/3@tmp/durable-30624a91/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 05:58:14 + echo total: 0.029999999329447746 [Pipeline] stash 05:58:14 Warning: overwriting stash ‘stack-cost’ 05:58:14 Stashed 1 file(s) [Pipeline] } 05:58:14 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [Pipeline] // lock [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 05:58:16 provisioning config files... 05:58:16 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/config8597774429107869319tmp [Pipeline] { [Pipeline] sh 05:58:16 + set +x 05:58:16 + curl -s https://codecov.io/bash 05:58:16 + bash -s -- 05:58:17 05:58:17 _____ _ 05:58:17 / ____| | | 05:58:17 | | ___ __| | ___ ___ _____ __ 05:58:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:58:17 | |___| (_) | (_| | __/ (_| (_) \ V / 05:58:17 \_____\___/ \__,_|\___|\___\___/ \_/ 05:58:17 Bash-20210309-2b87ace 05:58:17 05:58:17 05:58:17 ==> git version 2.24.3 found 05:58:17 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:58:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:58:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:58:17 ==> Jenkins CI detected. 05:58:17 project root: . 05:58:17 --> token set from env 05:58:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:58:17 ==> Running gcov in . (disable via -X gcov) 05:58:17 ==> Python coveragepy not found 05:58:17 ==> Searching for coverage reports in: 05:58:17 + . 05:58:17 -> Found 1 reports 05:58:17 ==> Detecting git/mercurial file structure 05:58:17 ==> Reading reports 05:58:17 + ./coverage.out bytes=157997 05:58:17 ==> Appending adjustments 05:58:17 https://docs.codecov.io/docs/fixing-reports 05:58:19 + Found adjustments 05:58:19 ==> Gzipping contents 05:58:19 24K /tmp/codecov.9H0oNN.gz 05:58:19 ==> Uploading reports 05:58:19 url: https://codecov.io 05:58:19 query: branch=PR-540&commit=dfbdc067819c3f861e18963d73118eb86a3492bd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-540%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=540&job=&cmd_args= 05:58:19 -> Pinging Codecov 05:58:19 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-540&commit=dfbdc067819c3f861e18963d73118eb86a3492bd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-540%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=540&job=&cmd_args= 05:58:20 -> Uploading to 05:58:20 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/71470A77251A30514AAF9C0BB2E5B6CE/dfbdc067819c3f861e18963d73118eb86a3492bd/c40bbf52-43cc-4089-b9ff-a7df023a49b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T055820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c30ab24b8fd622f3a33d0595187bf8ba76c9bacfb93adca6e0cb1d7c2afe0374 05:58:20 % Total % Received % Xferd Average Speed Time Time Time Current 05:58:20 Dload Upload Total Spent Left Speed 05:58:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23789 0 0 100 23789 0 50592 --:--:-- --:--:-- --:--:-- 50614 100 23789 0 0 100 23789 0 50552 --:--:-- --:--:-- --:--:-- 50507 05:58:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/dfbdc067819c3f861e18963d73118eb86a3492bd [Pipeline] } 05:58:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 05:58:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:58:24 ---> package-listing.sh 05:58:24 ++ facter osfamily 05:58:24 ++ tr '[:upper:]' '[:lower:]' 05:58:24 + OS_FAMILY=redhat 05:58:24 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-540 05:58:24 + START_PACKAGES=/tmp/packages_start.txt 05:58:24 + END_PACKAGES=/tmp/packages_end.txt 05:58:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:58:24 + PACKAGES=/tmp/packages_start.txt 05:58:24 + '[' /w/workspace/dry_go-mod-core-contracts_PR-540 ']' 05:58:24 + PACKAGES=/tmp/packages_end.txt 05:58:24 + case "${OS_FAMILY}" in 05:58:24 + sort 05:58:24 + rpm -qa 05:58:34 + '[' -f /tmp/packages_start.txt ']' 05:58:34 + '[' -f /tmp/packages_end.txt ']' 05:58:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:58:34 + '[' /w/workspace/dry_go-mod-core-contracts_PR-540 ']' 05:58:34 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-540/archives/ 05:58:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-540/archives/ [Pipeline] echo 05:58:34 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-540/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:58:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:58:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:58:35 05:58:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:58:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:58:36 alpine: Pulling from edgex-lftools-log-publisher 05:58:36 df20fa9351a1: Pulling fs layer 05:58:36 36b3adc4ff6f: Pulling fs layer 05:58:36 8ad3a11d3b57: Pulling fs layer 05:58:36 46f8f816bc3b: Pulling fs layer 05:58:36 93b61091891f: Pulling fs layer 05:58:36 93b9cdb0e59b: Pulling fs layer 05:58:36 5e14af77c1be: Pulling fs layer 05:58:36 01666e4c0597: Pulling fs layer 05:58:36 aa168da1d23b: Pulling fs layer 05:58:36 46f8f816bc3b: Waiting 05:58:36 93b61091891f: Waiting 05:58:36 93b9cdb0e59b: Waiting 05:58:36 5e14af77c1be: Waiting 05:58:36 01666e4c0597: Waiting 05:58:36 aa168da1d23b: Waiting 05:58:36 36b3adc4ff6f: Verifying Checksum 05:58:36 36b3adc4ff6f: Download complete 05:58:36 46f8f816bc3b: Verifying Checksum 05:58:36 46f8f816bc3b: Download complete 05:58:36 df20fa9351a1: Verifying Checksum 05:58:36 df20fa9351a1: Download complete 05:58:36 93b9cdb0e59b: Download complete 05:58:36 93b61091891f: Verifying Checksum 05:58:36 93b61091891f: Download complete 05:58:36 5e14af77c1be: Verifying Checksum 05:58:36 5e14af77c1be: Download complete 05:58:36 01666e4c0597: Verifying Checksum 05:58:36 01666e4c0597: Download complete 05:58:36 df20fa9351a1: Pull complete 05:58:37 36b3adc4ff6f: Pull complete 05:58:37 8ad3a11d3b57: Verifying Checksum 05:58:37 8ad3a11d3b57: Download complete 05:58:38 8ad3a11d3b57: Pull complete 05:58:38 46f8f816bc3b: Pull complete 05:58:40 93b61091891f: Pull complete 05:58:40 93b9cdb0e59b: Pull complete 05:58:41 5e14af77c1be: Pull complete 05:58:41 01666e4c0597: Pull complete 05:58:41 aa168da1d23b: Verifying Checksum 05:58:41 aa168da1d23b: Download complete 05:58:59 aa168da1d23b: Pull complete 05:58:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:58:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:58:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:59:00 prd-centos7-docker-4c-2g-29475 does not seem to be running inside a container 05:59:00 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-540/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-540 -v /w/workspace/dry_go-mod-core-contracts_PR-540:/w/workspace/dry_go-mod-core-contracts_PR-540:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-540@tmp:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:59:04 $ docker top fe6eece14e4e830e52e23eb62693ab47cc4a9a78c712550c3461f06e9a5cf981 -eo pid,comm [Pipeline] { [Pipeline] sh 05:59:06 + touch /tmp/pre-build-complete [Pipeline] sh 05:59:06 + mkdir -p /var/log/sa [Pipeline] sh 05:59:07 + ls /var/log/sa-host 05:59:07 + sadf -c /var/log/sa-host/sa11 05:59:07 file_magic: OK 05:59:07 HZ: Using current value: 100 05:59:07 file_header: OK 05:59:07 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:59:07 Statistics: 05:59:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:59:07 File successfully converted to sysstat format version 12.2.1 05:59:07 + sadf -c /var/log/sa-host/sa23 05:59:07 file_magic: OK 05:59:07 HZ: Using current value: 100 05:59:07 file_header: OK 05:59:07 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:59:07 Statistics: 05:59:07 Hnuu...uuuununununu... 05:59:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:59:08 provisioning config files... 05:59:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/config2893511358257040253tmp [Pipeline] { [Pipeline] echo 05:59:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:59:08 ---> create-netrc.sh [Pipeline] } 05:59:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:59:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:59:09 ---> python-tools-install.sh [Pipeline] echo 05:59:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:59:09 ---> sudo-logs.sh 05:59:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:59:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:59:10 ---> job-cost.sh 05:59:10 lf-activate-venv: SKIPPING 05:59:10 DEBUG: total: 0.029999999329447746 05:59:10 INFO: Retrieving Stack Cost... 05:59:11 INFO: Retrieving Pricing Info for: v1-standard-2 05:59:11 INFO: Archiving Costs [Pipeline] echo 05:59:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:59:12 ---> logs-deploy.sh 05:59:12 lf-activate-venv: SKIPPING 05:59:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-540/3 05:59:12 INFO: archiving workspace using pattern(s): 05:59:15 Archives upload complete. 05:59:15 INFO: archiving logs to Nexus