Pull request #588 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 3d731156678fa6d4b6675a115cc87696c9618892 rather than 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 Obtained Jenkinsfile from 3d731156678fa6d4b6675a115cc87696c9618892 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-679 in /w/workspace/dry_go-mod-core-contracts_PR-588 [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-588 # 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 Merging remotes/origin/master commit 3d731156678fa6d4b6675a115cc87696c9618892 into PR head commit 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 Merge succeeded, producing 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 Checking out Revision 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 (PR-588) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 # 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 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 # timeout=10 Commit message: "feat(meta): implement Device Resource Client" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:07:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:07:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:07:53 ========================================================= 05:07:53 EdgeX Global Pipelines Version Info 05:07:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 484945166a312326a31eef7843f454c6c233c745 # timeout=10 05:07:54 ------------------- 05:07:54 stable info: 05:07:54 ------------------- 05:07:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:07:54 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 05:07:54 Message: update stable to v1.0.186 05:07:55 ------------------- 05:07:55 experimental info: 05:07:55 ------------------- 05:07:55 Commited By: **** collab-it+edgex@linuxfoundation.org 05:07:55 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 05:07:55 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:07:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:07:55 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:07:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:07:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:07:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:07:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-588 [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-588 [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-588 [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4ed049f [Pipeline] echo 05:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:07:57 + git log --format=format:%s -1 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 [Pipeline] echo 05:07:57 GIT_COMMIT: 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574, Commit Message: feat(meta): implement Device Resource Client [Pipeline] echo 05:07:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:07:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:07:58 05:07:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:07:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:07:58 latest: Pulling from edgex-devops/git-semver 05:07:58 31603596830f: Pulling fs layer 05:07:58 2a8b12db71e7: Pulling fs layer 05:07:58 6ca5941a6612: Pulling fs layer 05:07:58 ecc8261a40a4: Pulling fs layer 05:07:58 ecc8261a40a4: Waiting 05:07:58 2a8b12db71e7: Verifying Checksum 05:07:58 2a8b12db71e7: Download complete 05:07:58 31603596830f: Verifying Checksum 05:07:58 31603596830f: Download complete 05:07:58 ecc8261a40a4: Verifying Checksum 05:07:58 ecc8261a40a4: Download complete 05:07:58 6ca5941a6612: Verifying Checksum 05:07:58 6ca5941a6612: Download complete 05:07:59 31603596830f: Pull complete 05:07:59 2a8b12db71e7: Pull complete 05:08:00 6ca5941a6612: Pull complete 05:08:00 ecc8261a40a4: Pull complete 05:08:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:08:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:08:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:08:00 prd-centos7-docker-4c-2g-679 does not seem to be running inside a container 05:08:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-588 -v /w/workspace/dry_go-mod-core-contracts_PR-588:/w/workspace/dry_go-mod-core-contracts_PR-588:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-588@tmp:/w/workspace/dry_go-mod-core-contracts_PR-588@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:08:02 $ docker top 6855db39a9f3c68c0e5686afaa5b2034d11a63e2f28fcab620c58c03f70d33bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:08:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:08:03 [ssh-agent] Looking for ssh-agent implementation... 05:08:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:08:03 $ docker exec 6855db39a9f3c68c0e5686afaa5b2034d11a63e2f28fcab620c58c03f70d33bf ssh-agent 05:08:03 SSH_AUTH_SOCK=/tmp/ssh-Z0UDxCY6a3Py/agent.11 05:08:03 SSH_AGENT_PID=16 05:08:03 Running ssh-add (command line suppressed) 05:08:03 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-588@tmp/private_key_6863766071411673276.key (/w/workspace/dry_go-mod-core-contracts_PR-588@tmp/private_key_6863766071411673276.key) 05:08:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:08:03 + git tag --points-at HEAD [Pipeline] } 05:08:03 $ docker exec --env ******** --env ******** 6855db39a9f3c68c0e5686afaa5b2034d11a63e2f28fcab620c58c03f70d33bf ssh-agent -k 05:08:04 unset SSH_AUTH_SOCK; 05:08:04 unset SSH_AGENT_PID; 05:08:04 echo Agent pid 16 killed; 05:08:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:08:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:08:04 [ssh-agent] Looking for ssh-agent implementation... 05:08:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:08:04 $ docker exec 6855db39a9f3c68c0e5686afaa5b2034d11a63e2f28fcab620c58c03f70d33bf ssh-agent 05:08:04 SSH_AUTH_SOCK=/tmp/ssh-0DcYSHFH9rO0/agent.45 05:08:04 SSH_AGENT_PID=50 05:08:04 Running ssh-add (command line suppressed) 05:08:04 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-588@tmp/private_key_2135128589055188399.key (/w/workspace/dry_go-mod-core-contracts_PR-588@tmp/private_key_2135128589055188399.key) 05:08:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:08:04 + git semver init 05:08:04 # -> Open(): unable to determine branch for HEAD 05:08:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-588/.git 05:08:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-588 05:08:04 # $SEMVER_REMOTE_NAME = origin 05:08:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:08:04 # $SEMVER_USER_NAME = edgex-jenkins 05:08:04 # $SEMVER_BRANCH = PR-588 05:08:04 # $SEMVER_TEMP = /tmp/semver-580908830 05:08:04 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:08:05 # '/tmp/semver-580908830' -> '/w/workspace/dry_go-mod-core-contracts_PR-588/.semver' 05:08:05 # -> Force: false 05:08:05 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-588/.semver [Pipeline] } 05:08:05 $ docker exec --env ******** --env ******** 6855db39a9f3c68c0e5686afaa5b2034d11a63e2f28fcab620c58c03f70d33bf ssh-agent -k 05:08:06 unset SSH_AUTH_SOCK; 05:08:06 unset SSH_AGENT_PID; 05:08:06 echo Agent pid 50 killed; 05:08:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:08:06 + git semver [Pipeline] } 05:08:06 $ docker stop --time=1 6855db39a9f3c68c0e5686afaa5b2034d11a63e2f28fcab620c58c03f70d33bf 05:08:08 $ docker rm -f 6855db39a9f3c68c0e5686afaa5b2034d11a63e2f28fcab620c58c03f70d33bf [Pipeline] // withDockerContainer [Pipeline] sh 05:08:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:08:09 Stashed 1 file(s) [Pipeline] echo 05:08:09 [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:08:24 Still waiting to schedule task 05:08:24 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-679’ 05:08:24 Still waiting to schedule task 05:08:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:10:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-680 in /w/workspace/dry_go-mod-core-contracts_PR-588 [Pipeline] { [Pipeline] ws 05:10:14 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 05:10:20 using credential edgex-jenkins-ssh 05:10:20 Cloning the remote Git repository 05:10:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:10:20 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 05:10:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:10:20 > git --version # timeout=10 05:10:20 > git --version # 'git version 2.17.1' 05:10:20 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:10:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:10:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:10:21 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:10:22 Merging remotes/origin/master commit 3d731156678fa6d4b6675a115cc87696c9618892 into PR head commit 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 05:10:22 Merge succeeded, producing 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 05:10:22 Checking out Revision 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 (PR-588) 05:10:22 > git config core.sparsecheckout # timeout=10 05:10:22 > git checkout -f 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 # timeout=10 05:10:22 > git remote # timeout=10 05:10:22 > git config --get remote.origin.url # timeout=10 05:10:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:22 > git merge 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 05:10:22 > git rev-parse HEAD^{commit} # timeout=10 05:10:22 > git config core.sparsecheckout # timeout=10 05:10:22 > git checkout -f 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 # timeout=10 05:10:27 Commit message: "feat(meta): implement Device Resource Client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:10:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:10:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:10:29 + sudo service docker restart 05:10:29 + true [Pipeline] unstash [Pipeline] echo 05:10:32 ========================================================= 05:10:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:10:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:10:32 + 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:10:33 Sending build context to Docker daemon 3.033MB 05:10:33 Step 1/7 : ARG BASE=golang:1.15-alpine 05:10:33 Step 2/7 : FROM ${BASE} 05:10:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:10:34 5f621e34cdf4: Pulling fs layer 05:10:34 a4357932f1b6: Pulling fs layer 05:10:34 18c013af1878: Pulling fs layer 05:10:34 00ac8860ef70: Pulling fs layer 05:10:34 63d7cb157983: Pulling fs layer 05:10:34 b116817d02f9: Pulling fs layer 05:10:34 745a02a5169b: Pulling fs layer 05:10:34 00ac8860ef70: Waiting 05:10:34 63d7cb157983: Waiting 05:10:34 b116817d02f9: Waiting 05:10:34 745a02a5169b: Waiting 05:10:34 18c013af1878: Verifying Checksum 05:10:34 a4357932f1b6: Verifying Checksum 05:10:34 a4357932f1b6: Download complete 05:10:34 63d7cb157983: Download complete 05:10:34 b116817d02f9: Verifying Checksum 05:10:34 b116817d02f9: Download complete 05:10:34 5f621e34cdf4: Verifying Checksum 05:10:34 5f621e34cdf4: Download complete 05:10:35 5f621e34cdf4: Pull complete 05:10:35 a4357932f1b6: Pull complete 05:10:35 18c013af1878: Pull complete 05:10:36 745a02a5169b: Download complete 05:10:37 00ac8860ef70: Verifying Checksum 05:10:37 00ac8860ef70: Download complete 05:10:41 Running on prd-centos7-docker-4c-2g-681 in /w/workspace/dry_go-mod-core-contracts_PR-588 [Pipeline] { [Pipeline] ws 05:10:41 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 05:10:45 using credential edgex-jenkins-ssh 05:10:45 Cloning the remote Git repository 05:10:44 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:10:44 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 05:10:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:10:44 > git --version # timeout=10 05:10:44 > git --version # 'git version 2.24.3' 05:10:44 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:10:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:10:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:10:45 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:10:46 Merging remotes/origin/master commit 3d731156678fa6d4b6675a115cc87696c9618892 into PR head commit 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 05:10:46 Merge succeeded, producing 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 05:10:46 Checking out Revision 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 (PR-588) 05:10:46 > git config core.sparsecheckout # timeout=10 05:10:46 > git checkout -f 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 # timeout=10 05:10:46 > git remote # timeout=10 05:10:46 > git config --get remote.origin.url # timeout=10 05:10:46 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:46 > git merge 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 05:10:46 > git rev-parse HEAD^{commit} # timeout=10 05:10:46 > git config core.sparsecheckout # timeout=10 05:10:46 > git checkout -f 4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 # timeout=10 05:10:48 00ac8860ef70: Pull complete 05:10:48 63d7cb157983: Pull complete 05:10:48 b116817d02f9: Pull complete 05:10:50 Commit message: "feat(meta): implement Device Resource Client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:10:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:10:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:10:51 + sudo service docker restart 05:10:51 + true 05:10:51 Redirecting to /bin/systemctl restart docker.service 05:10:52 745a02a5169b: Pull complete 05:10:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:10:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:10:52 ---> b7e6874047d6 05:10:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo 05:10:53 ========================================================= 05:10:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:10:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:10:54 + 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:10:54 Sending build context to Docker daemon 3.033MB 05:10:54 Step 1/7 : ARG BASE=golang:1.15-alpine 05:10:54 Step 2/7 : FROM ${BASE} 05:10:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:10:54 188c0c94c7c5: Pulling fs layer 05:10:54 0ef7d3d256c8: Pulling fs layer 05:10:54 de9db76c5a1d: Pulling fs layer 05:10:54 bca2f99d35d6: Pulling fs layer 05:10:54 93359f2a8cfa: Pulling fs layer 05:10:54 7c6f9722023f: Pulling fs layer 05:10:54 a35cf1a2eb13: Pulling fs layer 05:10:54 93359f2a8cfa: Waiting 05:10:54 bca2f99d35d6: Waiting 05:10:54 7c6f9722023f: Waiting 05:10:54 a35cf1a2eb13: Waiting 05:10:54 de9db76c5a1d: Verifying Checksum 05:10:54 0ef7d3d256c8: Download complete 05:10:54 93359f2a8cfa: Verifying Checksum 05:10:54 93359f2a8cfa: Download complete 05:10:54 188c0c94c7c5: Verifying Checksum 05:10:54 188c0c94c7c5: Download complete 05:10:54 ---> Running in 42b4cf36a95e 05:10:54 7c6f9722023f: Verifying Checksum 05:10:54 7c6f9722023f: Download complete 05:10:54 188c0c94c7c5: Pull complete 05:10:55 0ef7d3d256c8: Pull complete 05:10:55 Removing intermediate container 42b4cf36a95e 05:10:55 ---> 464ffef5dae4 05:10:55 Step 4/7 : RUN apk add bash 05:10:55 ---> Running in 6a84719d610a 05:10:55 de9db76c5a1d: Pull complete 05:10:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:10:56 a35cf1a2eb13: Verifying Checksum 05:10:56 a35cf1a2eb13: Download complete 05:10:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:10:57 bca2f99d35d6: Verifying Checksum 05:10:57 bca2f99d35d6: Download complete 05:10:58 OK: 142 MiB in 39 packages 05:10:59 Removing intermediate container 6a84719d610a 05:10:59 ---> 9dc243876711 05:10:59 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:10:59 ---> Running in 01bf9ac5ce5e 05:10:59 Removing intermediate container 01bf9ac5ce5e 05:10:59 ---> 3e2027907aef 05:10:59 Step 6/7 : COPY go.mod . 05:11:00 ---> 0f63ff673e09 05:11:00 Step 7/7 : RUN go mod download 05:11:00 ---> Running in 503ff9972b81 05:11:02 bca2f99d35d6: Pull complete 05:11:02 93359f2a8cfa: Pull complete 05:11:02 7c6f9722023f: Pull complete 05:11:10 a35cf1a2eb13: Pull complete 05:11:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:11:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:11:10 ---> a62c8e92a672 05:11:10 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:11:10 ---> Running in 6fd8b73119fd 05:11:11 Removing intermediate container 6fd8b73119fd 05:11:11 ---> 73c40485dc61 05:11:11 Step 4/7 : RUN apk add bash 05:11:11 ---> Running in 875225c5bb62 05:11:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:11:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:11:13 OK: 166 MiB in 39 packages 05:11:13 Removing intermediate container 875225c5bb62 05:11:13 ---> 7424af52ce78 05:11:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:11:13 ---> Running in 7fcf32ee24d9 05:11:13 Removing intermediate container 7fcf32ee24d9 05:11:13 ---> 5e4181f59ba6 05:11:13 Step 6/7 : COPY go.mod . 05:11:13 ---> 267c0c0af68b 05:11:13 Step 7/7 : RUN go mod download 05:11:14 ---> Running in 532d35329228 05:11:19 Removing intermediate container 503ff9972b81 05:11:19 ---> 8b707b39da08 05:11:19 Successfully built 8b707b39da08 05:11:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:11:19 + docker inspect -f . ci-base-image-arm64 05:11:19 . [Pipeline] withDockerContainer 05:11:19 prd-ubuntu18.04-docker-arm64-4c-16g-680 does not seem to be running inside a container 05:11:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:11:21 $ docker top 1c39b998c0aa35db5c91a07e314b4bb2c7a36a9adfe33d6383d7cb66c1e9eb7e -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:22 + go version 05:11:22 go version go1.15.5 linux/arm64 [Pipeline] } 05:11:22 $ docker stop --time=1 1c39b998c0aa35db5c91a07e314b4bb2c7a36a9adfe33d6383d7cb66c1e9eb7e 05:11:24 $ docker rm -f 1c39b998c0aa35db5c91a07e314b4bb2c7a36a9adfe33d6383d7cb66c1e9eb7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:11:24 + docker inspect -f . ci-base-image-arm64 05:11:24 . [Pipeline] withDockerContainer 05:11:25 prd-ubuntu18.04-docker-arm64-4c-16g-680 does not seem to be running inside a container 05:11:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:11:26 $ docker top 8b4dbf57c28f82d1d614b618d29cc6ae205dc2ce585f48d52c4c5895aeb3295f -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:27 + make test 05:11:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:11:29 Removing intermediate container 532d35329228 05:11:29 ---> b4e964a5f79d 05:11:29 Successfully built b4e964a5f79d 05:11:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:11:29 + docker inspect -f . ci-base-image-x86_64 05:11:29 . [Pipeline] withDockerContainer 05:11:29 prd-centos7-docker-4c-2g-681 does not seem to be running inside a container 05:11:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:11:30 $ docker top 61eff33446f8989de1909e12c2d5c0b3643a6649a9c873662d13a8d9a721b3c9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:30 + go version 05:11:30 go version go1.15.5 linux/amd64 [Pipeline] } 05:11:30 $ docker stop --time=1 61eff33446f8989de1909e12c2d5c0b3643a6649a9c873662d13a8d9a721b3c9 05:11:32 $ docker rm -f 61eff33446f8989de1909e12c2d5c0b3643a6649a9c873662d13a8d9a721b3c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:11:32 + docker inspect -f . ci-base-image-x86_64 05:11:32 . [Pipeline] withDockerContainer 05:11:32 prd-centos7-docker-4c-2g-681 does not seem to be running inside a container 05:11:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:11:33 $ docker top 013f39dcbf213aec79604e1b81ec65715b30ba4f3bc59eeff0808d3cd0ad9457 -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:33 + make test 05:11:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:11:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:11:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.012s coverage: 85.7% of statements 05:11:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 05:11:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.026s coverage: 45.4% of statements 05:11:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.008s coverage: 77.8% of statements 05:11:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.030s coverage: 26.3% of statements 05:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.015s coverage: 14.7% of statements 05:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.017s coverage: 100.0% of statements 05:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.044s coverage: 91.8% of statements 05:11:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:11:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.006s coverage: 100.0% of statements 05:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 35.5% of statements 05:11:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.026s coverage: 63.0% of statements 05:11:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements 05:11:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.017s coverage: 15.4% of statements 05:11:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.004s coverage: 15.4% of statements 05:11:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.009s coverage: 14.3% of statements 05:11:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:11:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.091s coverage: 83.9% of statements 05:11:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:11:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:11:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:11:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.019s coverage: 45.8% of statements 05:11:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.018s coverage: 94.7% of statements 05:11:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.050s coverage: 87.1% of statements 05:11:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements 05:11:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.026s coverage: 69.6% of statements 05:11:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:11:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:11:49 gofmt -l . 05:11:50 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:11:50 $ docker stop --time=1 013f39dcbf213aec79604e1b81ec65715b30ba4f3bc59eeff0808d3cd0ad9457 05:11:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.055s coverage: 85.7% of statements 05:11:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.023s coverage: 100.0% of statements 05:11:52 $ docker rm -f 013f39dcbf213aec79604e1b81ec65715b30ba4f3bc59eeff0808d3cd0ad9457 [Pipeline] // withDockerContainer [Pipeline] sh 05:11:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:11:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 05:11:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.057s coverage: 45.4% of statements 05:11:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.037s coverage: 77.8% of statements 05:11:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 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:11:54 ---> job-cost.sh 05:11:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rC7x 05:11:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements 05:11:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.066s coverage: 14.7% of statements 05:11:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.052s coverage: 100.0% of statements 05:11:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.058s coverage: 91.8% of statements 05:11:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:11:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:11:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.046s coverage: 100.0% of statements 05:11:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 35.5% of statements 05:12:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.105s coverage: 63.0% of statements 05:12:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.021s coverage: 26.3% of statements 05:12:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.045s coverage: 15.4% of statements 05:12:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements 05:12:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements 05:12:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:12:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.314s coverage: 83.9% of statements 05:12:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:12:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:12:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:12:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.099s coverage: 45.8% of statements 05:12:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.069s coverage: 94.7% of statements 05:12:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:12:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.218s coverage: 87.1% of statements 05:12:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 05:12:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements 05:12:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:12:17 gofmt -l . 05:12:17 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:12:18 $ docker stop --time=1 8b4dbf57c28f82d1d614b618d29cc6ae205dc2ce585f48d52c4c5895aeb3295f 05:12:20 $ docker rm -f 8b4dbf57c28f82d1d614b618d29cc6ae205dc2ce585f48d52c4c5895aeb3295f [Pipeline] // withDockerContainer [Pipeline] sh 05:12:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:12:21 Warning: overwriting stash ‘coverage-report’ 05:12:22 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:12:22 ---> job-cost.sh 05:12:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CciV 05:12:36 lf-activate-venv(): INFO: Adding /tmp/venv-rC7x/bin to PATH 05:12:36 INFO: No Stack... 05:12:36 INFO: Retrieving Pricing Info for: v1-standard-2 05:12:37 INFO: Archiving Costs [Pipeline] sh 05:12:38 + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv 05:12:38 + cut -d, -f6 [Pipeline] lock 05:12:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-2-stack-cost] 05:12:38 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-2-stack-cost] did not exist. Created. 05:12:38 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:12:38 + echo total: 0.029999999329447746 [Pipeline] stash 05:12:38 Stashed 1 file(s) [Pipeline] } 05:12:38 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:13:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:14:23 lf-activate-venv(): INFO: Adding /tmp/venv-CciV/bin to PATH 05:14:23 INFO: No Stack... 05:14:24 INFO: Retrieving Pricing Info for: lf-standard-4 05:14:25 INFO: Archiving Costs [Pipeline] sh 05:14:25 + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv 05:14:25 + cut -d, -f6 [Pipeline] lock 05:14:25 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-2-stack-cost] 05:14:25 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-2-stack-cost] did not exist. Created. 05:14:25 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:14:26 /w/workspace/go-mod-core-contracts/2@tmp/durable-e956a798/script.sh: 1: /w/workspace/go-mod-core-contracts/2@tmp/durable-e956a798/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:14:26 + echo total: 0.20999999344348907 [Pipeline] stash 05:14:26 Warning: overwriting stash ‘stack-cost’ 05:14:26 Stashed 1 file(s) [Pipeline] } 05:14:26 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-2-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:14:27 provisioning config files... 05:14:27 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-588@tmp/config728006456613162097tmp [Pipeline] { [Pipeline] sh 05:14:27 + set +x 05:14:27 + curl -s https://codecov.io/bash 05:14:27 + bash -s -- 05:14:27 05:14:27 _____ _ 05:14:27 / ____| | | 05:14:27 | | ___ __| | ___ ___ _____ __ 05:14:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:14:27 | |___| (_) | (_| | __/ (_| (_) \ V / 05:14:27 \_____\___/ \__,_|\___|\___\___/ \_/ 05:14:27 Bash-1.0.1 05:14:27 05:14:27 05:14:27 ==> git version 2.24.3 found 05:14:27 ==> 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:14:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:14:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:14:27 ==> Jenkins CI detected. 05:14:27 project root: . 05:14:27 --> token set from env 05:14:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:14:27 ==> Running gcov in . (disable via -X gcov) 05:14:27 ==> Python coveragepy not found 05:14:27 ==> Searching for coverage reports in: 05:14:27 + . 05:14:27 -> Found 1 reports 05:14:27 ==> Detecting git/mercurial file structure 05:14:27 ==> Reading reports 05:14:27 + ./coverage.out bytes=171381 05:14:27 ==> Appending adjustments 05:14:27 https://docs.codecov.io/docs/fixing-reports 05:14:28 + Found adjustments 05:14:28 ==> Gzipping contents 05:14:28 28K /tmp/codecov.1viUdk.gz 05:14:28 ==> Uploading reports 05:14:28 url: https://codecov.io 05:14:28 query: branch=PR-588&commit=4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-588%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=588&job=&cmd_args= 05:14:28 -> Pinging Codecov 05:14:28 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-588&commit=4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-588%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=588&job=&cmd_args= 05:14:29 -> Uploading to 05:14:29 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/71470A77251A30514AAF9C0BB2E5B6CE/4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574/ec2fbc3f-25a1-438c-a91f-113f606b58f2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T051429Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f14479fe056fc34711c3b2e411af5ec33bb6b95e4e1d31c41fb05b45c4cc0716 05:14:29 % Total % Received % Xferd Average Speed Time Time Time Current 05:14:29 Dload Upload Total Spent Left Speed 05:14:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25284 0 0 100 25284 0 60384 --:--:-- --:--:-- --:--:-- 60343 100 25284 0 0 100 25284 0 60357 --:--:-- --:--:-- --:--:-- 60343 05:14:29 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/4ed049fecdf9a20f2bbec8d1c5a8e06ceb6f4574 [Pipeline] } 05:14:29 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:14:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:14:31 ---> package-listing.sh 05:14:31 ++ facter osfamily 05:14:31 ++ tr '[:upper:]' '[:lower:]' 05:14:31 + OS_FAMILY=redhat 05:14:31 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-588 05:14:31 + START_PACKAGES=/tmp/packages_start.txt 05:14:31 + END_PACKAGES=/tmp/packages_end.txt 05:14:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:14:31 + PACKAGES=/tmp/packages_start.txt 05:14:31 + '[' /w/workspace/dry_go-mod-core-contracts_PR-588 ']' 05:14:31 + PACKAGES=/tmp/packages_end.txt 05:14:31 + case "${OS_FAMILY}" in 05:14:31 + rpm -qa 05:14:31 + sort 05:14:36 + '[' -f /tmp/packages_start.txt ']' 05:14:36 + '[' -f /tmp/packages_end.txt ']' 05:14:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:14:36 + '[' /w/workspace/dry_go-mod-core-contracts_PR-588 ']' 05:14:36 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-588/archives/ 05:14:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-588/archives/ [Pipeline] echo 05:14:36 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-588/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:14:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:14:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:14:37 05:14:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:14:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:14:37 alpine: Pulling from edgex-lftools-log-publisher 05:14:37 df20fa9351a1: Pulling fs layer 05:14:37 36b3adc4ff6f: Pulling fs layer 05:14:37 8ad3a11d3b57: Pulling fs layer 05:14:37 46f8f816bc3b: Pulling fs layer 05:14:37 93b61091891f: Pulling fs layer 05:14:37 93b9cdb0e59b: Pulling fs layer 05:14:37 5e14af77c1be: Pulling fs layer 05:14:37 01666e4c0597: Pulling fs layer 05:14:37 aa168da1d23b: Pulling fs layer 05:14:37 93b9cdb0e59b: Waiting 05:14:37 5e14af77c1be: Waiting 05:14:37 01666e4c0597: Waiting 05:14:37 aa168da1d23b: Waiting 05:14:37 46f8f816bc3b: Waiting 05:14:37 93b61091891f: Waiting 05:14:37 36b3adc4ff6f: Verifying Checksum 05:14:37 36b3adc4ff6f: Download complete 05:14:37 46f8f816bc3b: Verifying Checksum 05:14:37 46f8f816bc3b: Download complete 05:14:37 df20fa9351a1: Verifying Checksum 05:14:37 df20fa9351a1: Download complete 05:14:37 93b9cdb0e59b: Verifying Checksum 05:14:37 93b9cdb0e59b: Download complete 05:14:37 5e14af77c1be: Verifying Checksum 05:14:37 5e14af77c1be: Download complete 05:14:37 93b61091891f: Verifying Checksum 05:14:37 93b61091891f: Download complete 05:14:37 01666e4c0597: Verifying Checksum 05:14:37 01666e4c0597: Download complete 05:14:38 df20fa9351a1: Pull complete 05:14:38 36b3adc4ff6f: Pull complete 05:14:38 8ad3a11d3b57: Verifying Checksum 05:14:38 8ad3a11d3b57: Download complete 05:14:39 8ad3a11d3b57: Pull complete 05:14:39 46f8f816bc3b: Pull complete 05:14:40 93b61091891f: Pull complete 05:14:40 aa168da1d23b: Download complete 05:14:40 93b9cdb0e59b: Pull complete 05:14:40 5e14af77c1be: Pull complete 05:14:40 01666e4c0597: Pull complete 05:14:48 aa168da1d23b: Pull complete 05:14:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:14:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:14:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:14:49 prd-centos7-docker-4c-2g-679 does not seem to be running inside a container 05:14:49 $ 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-588/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-588 -v /w/workspace/dry_go-mod-core-contracts_PR-588:/w/workspace/dry_go-mod-core-contracts_PR-588:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-588@tmp:/w/workspace/dry_go-mod-core-contracts_PR-588@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:14:52 $ docker top 01824dee47521a9a88906eb4dd3db1cac4c812fd3749605a1844542b4a3026b2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:14:52 + touch /tmp/pre-build-complete [Pipeline] sh 05:14:52 + mkdir -p /var/log/sa [Pipeline] sh 05:14:53 + ls /var/log/sa-host 05:14:53 + sadf -c /var/log/sa-host/sa19 05:14:53 file_magic: OK 05:14:53 HZ: Using current value: 100 05:14:53 file_header: OK 05:14:53 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:14:53 Statistics: 05:14:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:14:53 File successfully converted to sysstat format version 12.2.1 05:14:53 + sadf -c /var/log/sa-host/sa23 05:14:53 file_magic: OK 05:14:53 HZ: Using current value: 100 05:14:53 file_header: OK 05:14:53 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:14:53 Statistics: 05:14:53 Hnuu...uuuununununu... 05:14:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:14:53 provisioning config files... 05:14:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-588@tmp/config3098859119334611592tmp [Pipeline] { [Pipeline] echo 05:14:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:14:54 ---> create-netrc.sh [Pipeline] } 05:14:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:14:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:14:54 ---> python-tools-install.sh [Pipeline] echo 05:14:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:14:54 ---> sudo-logs.sh 05:14:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:14:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:14:55 ---> job-cost.sh 05:14:55 lf-activate-venv: SKIPPING 05:14:55 DEBUG: total: 0.20999999344348907 05:14:55 INFO: Retrieving Stack Cost... 05:14:56 INFO: Retrieving Pricing Info for: v1-standard-2 05:14:57 INFO: Archiving Costs [Pipeline] echo 05:14:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:14:57 ---> logs-deploy.sh 05:14:57 lf-activate-venv: SKIPPING 05:14:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-588/2 05:14:57 INFO: archiving workspace using pattern(s): 05:14:59 Archives upload complete. 05:14:59 INFO: archiving logs to Nexus 05:15:00 ---> uname -a: 05:15:00 Linux prd-centos7-docker-4c-2g-679.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:15:00 05:15:00 05:15:00 ---> lscpu: 05:15:00 Architecture: x86_64 05:15:00 CPU op-mode(s): 32-bit, 64-bit 05:15:00 Byte Order: Little Endian 05:15:00 Address sizes: 40 bits physical, 48 bits virtual 05:15:00 CPU(s): 4 05:15:00 On-line CPU(s) list: 0-3 05:15:00 Thread(s) per core: 1 05:15:00 Core(s) per socket: 1 05:15:00 Socket(s): 4 05:15:00 NUMA node(s): 1 05:15:00 Vendor ID: GenuineIntel 05:15:00 CPU family: 6 05:15:00 Model: 44 05:15:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:15:00 Stepping: 1 05:15:00 CPU MHz: 2933.438 05:15:00 BogoMIPS: 5866.87 05:15:00 Virtualization: VT-x 05:15:00 Hypervisor vendor: KVM 05:15:00 Virtualization type: full 05:15:00 L1d cache: 128 KiB 05:15:00 L1i cache: 128 KiB 05:15:00 L2 cache: 16 MiB 05:15:00 L3 cache: 64 MiB 05:15:00 NUMA node0 CPU(s): 0-3 05:15:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:15:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:15:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:15:00 Vulnerability Meltdown: Mitigation; PTI 05:15:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:15:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:15:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:15:00 Vulnerability Srbds: Not affected 05:15:00 Vulnerability Tsx async abort: Not affected 05:15:00 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:15:00 05:15:00 05:15:00 ---> nproc: 05:15:00 4 05:15:00 05:15:00 05:15:00 ---> df -h: 05:15:00 Filesystem Size Used Available Use% Mounted on 05:15:00 overlay 50.0G 7.3G 42.7G 15% / 05:15:00 tmpfs 64.0M 0 64.0M 0% /dev 05:15:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:15:00 shm 64.0M 0 64.0M 0% /dev/shm 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-588@tmp 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 05:15:00 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-588 05:15:00 05:15:00 05:15:00 ---> free -m: 05:15:00 total used free shared buff/cache available 05:15:00 Mem: 1837 732 106 0 999 1000 05:15:00 Swap: 1023 1 1022 05:15:00 05:15:00 05:15:00 ---> ip addr: 05:15:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:15:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:15:00 inet 127.0.0.1/8 scope host lo 05:15:00 valid_lft forever preferred_lft forever 05:15:00 inet6 ::1/128 scope host 05:15:00 valid_lft forever preferred_lft forever 05:15:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:15:00 link/ether fa:16:3e:90:a5:2d brd ff:ff:ff:ff:ff:ff 05:15:00 inet 10.30.122.196/23 brd 10.30.123.255 scope global dynamic eth0 05:15:00 valid_lft 85941sec preferred_lft 85941sec 05:15:00 inet6 fe80::f816:3eff:fe90:a52d/64 scope link 05:15:00 valid_lft forever preferred_lft forever 05:15:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:15:00 link/ether 02:42:32:6e:f3:4f brd ff:ff:ff:ff:ff:ff 05:15:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:15:00 valid_lft forever preferred_lft forever 05:15:00 inet6 fe80::42:32ff:fe6e:f34f/64 scope link 05:15:00 valid_lft forever preferred_lft forever 05:15:00 05:15:00 05:15:00 ---> sar -b -r -n DEV: 05:15:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 05:15:00 05:15:00 05:07:09 LINUX RESTART (4 CPU) 05:15:00 05:15:00 05:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:15:00 05:09:01 18.11 4.11 14.00 0.00 943.83 898.67 0.00 05:15:00 05:10:01 0.85 0.00 0.85 0.00 0.00 19.30 0.00 05:15:00 05:11:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 05:15:00 05:12:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 05:15:00 05:13:01 0.20 0.00 0.20 0.00 0.00 3.01 0.00 05:15:00 05:14:01 0.35 0.00 0.35 0.00 0.00 4.90 0.00 05:15:00 Average: 3.34 0.69 2.65 0.00 157.36 155.37 0.00 05:15:00 05:15:00 05:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:15:00 05:09:01 161128 0 614676 32.67 2620 1103120 1103352 37.66 393560 1126484 20 05:15:00 05:10:01 162320 0 613476 32.60 2620 1103128 1079480 36.84 394932 1124384 8 05:15:00 05:11:01 161240 0 614552 32.66 2620 1103132 1079660 36.85 409352 1111204 8 05:15:00 05:12:01 158792 0 617000 32.79 2620 1103132 1079480 36.84 414108 1108516 20 05:15:00 05:13:01 158412 0 617368 32.81 2620 1103144 1079552 36.84 422428 1100940 8 05:15:00 05:14:01 158960 0 616816 32.78 2620 1103148 1079480 36.84 422176 1100940 8 05:15:00 Average: 160142 0 615648 32.72 2620 1103134 1083501 36.98 409426 1112078 12 05:15:00 05:15:00 05:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:15:00 05:09:01 eth0 34.59 28.62 46.91 9.48 0.00 0.00 0.00 0.00 05:15:00 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:09:01 docker0 13.30 10.79 2.31 23.13 0.00 0.00 0.00 0.00 05:15:00 05:10:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 05:15:00 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:11:01 eth0 1.40 0.75 0.58 0.41 0.00 0.00 0.00 0.00 05:15:00 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:12:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:13:01 eth0 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:15:00 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:15:00 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 Average: eth0 6.18 4.96 7.94 1.66 0.00 0.00 0.00 0.00 05:15:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:00 Average: docker0 2.22 1.80 0.39 3.86 0.00 0.00 0.00 0.00 05:15:00 05:15:00 05:15:00 ---> sar -P ALL: 05:15:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 05:15:00 05:15:00 05:07:09 LINUX RESTART (4 CPU) 05:15:00 05:15:00 05:08:01 CPU %user %nice %system %iowait %steal %idle 05:15:00 05:09:01 all 1.30 0.00 0.95 0.68 0.02 97.05 05:15:00 05:09:01 0 1.14 0.00 1.04 0.08 0.03 97.71 05:15:00 05:09:01 1 1.70 0.00 1.09 1.85 0.02 95.34 05:15:00 05:09:01 2 1.29 0.00 0.87 0.17 0.02 97.66 05:15:00 05:09:01 3 1.09 0.00 0.82 0.60 0.02 97.47 05:15:00 05:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 05:15:00 05:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:15:00 05:10:01 1 0.52 0.00 0.03 0.00 0.00 99.45 05:15:00 05:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 05:15:00 05:10:01 3 0.05 0.00 0.05 0.00 0.02 99.88 05:15:00 05:11:01 all 0.17 0.00 0.05 0.00 0.00 99.77 05:15:00 05:11:01 0 0.07 0.00 0.03 0.00 0.00 99.90 05:15:00 05:11:01 1 0.53 0.00 0.07 0.00 0.00 99.40 05:15:00 05:11:01 2 0.05 0.00 0.07 0.00 0.00 99.88 05:15:00 05:11:01 3 0.05 0.00 0.05 0.00 0.02 99.88 05:15:00 05:12:01 all 0.15 0.00 0.03 0.00 0.02 99.80 05:15:00 05:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:15:00 05:12:01 1 0.53 0.00 0.03 0.00 0.02 99.42 05:15:00 05:12:01 2 0.05 0.00 0.07 0.00 0.02 99.87 05:15:00 05:12:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:15:00 05:13:01 all 0.16 0.00 0.07 0.00 0.01 99.76 05:15:00 05:13:01 0 0.05 0.00 0.05 0.00 0.02 99.88 05:15:00 05:13:01 1 0.52 0.00 0.12 0.00 0.02 99.35 05:15:00 05:13:01 2 0.02 0.00 0.05 0.00 0.00 99.93 05:15:00 05:13:01 3 0.07 0.00 0.05 0.00 0.02 99.87 05:15:00 05:14:01 all 0.15 0.00 0.03 0.00 0.00 99.83 05:15:00 05:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:15:00 05:14:01 1 0.52 0.00 0.02 0.00 0.00 99.47 05:15:00 05:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:15:00 05:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:15:00 Average: all 0.35 0.00 0.19 0.11 0.01 99.34 05:15:00 Average: 0 0.22 0.00 0.20 0.01 0.01 99.56 05:15:00 Average: 1 0.72 0.00 0.22 0.31 0.01 98.74 05:15:00 Average: 2 0.24 0.00 0.18 0.03 0.01 99.54 05:15:00 Average: 3 0.21 0.00 0.17 0.10 0.01 99.50 05:15:00 05:15:00 05:15:00