Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1f67ff77e3c2facde0dd2b94e473a250c3c5168 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-31385 in /w/workspace/dry_go-mod-core-contracts_master [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_master # 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 > 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 Checking out Revision d1f67ff77e3c2facde0dd2b94e473a250c3c5168 (master) 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1f67ff77e3c2facde0dd2b94e473a250c3c5168 # timeout=10 Commit message: "Merge pull request #561 from weichou1229/issue-560" > git rev-list --no-walk 8edfeb68251031320c8ba1f36a7ee57ab2657207 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:08:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:08:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:08:28 ========================================================= 16:08:28 EdgeX Global Pipelines Version Info 16:08:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:08:30 ------------------- 16:08:30 stable info: 16:08:30 ------------------- 16:08:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:08:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:08:30 Message: update stable to v1.0.186 16:08:32 ------------------- 16:08:32 experimental info: 16:08:32 ------------------- 16:08:32 Commited By: **** collab-it+edgex@linuxfoundation.org 16:08:32 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 16:08:32 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1f67ff77e3c2facde0dd2b94e473a250c3c5168 [Pipeline] echo 16:08:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1f67ff [Pipeline] echo 16:08:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:08:36 + git log --format=format:%s -1 d1f67ff77e3c2facde0dd2b94e473a250c3c5168 [Pipeline] echo 16:08:36 GIT_COMMIT: d1f67ff77e3c2facde0dd2b94e473a250c3c5168, Commit Message: Merge pull request #561 from weichou1229/issue-560 [Pipeline] echo 16:08:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:08:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:08:39 16:08:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:08:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:08:40 latest: Pulling from edgex-devops/git-semver 16:08:40 31603596830f: Pulling fs layer 16:08:40 2a8b12db71e7: Pulling fs layer 16:08:40 6ca5941a6612: Pulling fs layer 16:08:40 ecc8261a40a4: Pulling fs layer 16:08:40 ecc8261a40a4: Waiting 16:08:40 2a8b12db71e7: Download complete 16:08:40 31603596830f: Verifying Checksum 16:08:40 31603596830f: Download complete 16:08:40 ecc8261a40a4: Verifying Checksum 16:08:40 ecc8261a40a4: Download complete 16:08:40 6ca5941a6612: Verifying Checksum 16:08:40 6ca5941a6612: Download complete 16:08:41 31603596830f: Pull complete 16:08:41 2a8b12db71e7: Pull complete 16:08:43 6ca5941a6612: Pull complete 16:08:43 ecc8261a40a4: Pull complete 16:08:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:08:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:08:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:08:43 prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container 16:08:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:08:48 $ docker top 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:08:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:08:48 [ssh-agent] Looking for ssh-agent implementation... 16:08:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:08:49 $ docker exec 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e ssh-agent 16:08:50 SSH_AUTH_SOCK=/tmp/ssh-3VfoIKDsOYvH/agent.11 16:08:50 SSH_AGENT_PID=16 16:08:51 Running ssh-add (command line suppressed) 16:08:51 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2595239366645562499.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2595239366645562499.key) 16:08:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:08:51 + git tag --points-at HEAD [Pipeline] } 16:08:51 $ docker exec --env ******** --env ******** 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e ssh-agent -k 16:08:51 unset SSH_AUTH_SOCK; 16:08:51 unset SSH_AGENT_PID; 16:08:51 echo Agent pid 16 killed; 16:08:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:08:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:08:52 [ssh-agent] Looking for ssh-agent implementation... 16:08:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:08:52 $ docker exec 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e ssh-agent 16:08:52 SSH_AUTH_SOCK=/tmp/ssh-tNkgMNEQ6Mdh/agent.46 16:08:52 SSH_AGENT_PID=51 16:08:52 Running ssh-add (command line suppressed) 16:08:53 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3688873024034230769.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3688873024034230769.key) 16:08:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:08:53 + git semver init 16:08:53 # -> Open(): unable to determine branch for HEAD 16:08:53 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:08:53 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:08:53 # $SEMVER_REMOTE_NAME = origin 16:08:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:08:53 # $SEMVER_USER_NAME = edgex-jenkins 16:08:53 # $SEMVER_BRANCH = master 16:08:53 # $SEMVER_TEMP = /tmp/semver-926988192 16:08:53 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:08:54 # '/tmp/semver-926988192' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:08:54 # -> Force: false 16:08:54 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:08:54 $ docker exec --env ******** --env ******** 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e ssh-agent -k 16:08:54 unset SSH_AUTH_SOCK; 16:08:54 unset SSH_AGENT_PID; 16:08:54 echo Agent pid 51 killed; 16:08:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:08:55 + git semver [Pipeline] } 16:08:55 $ docker stop --time=1 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e 16:08:57 $ docker rm -f 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e [Pipeline] // withDockerContainer [Pipeline] sh 16:08:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:08:59 Stashed 1 file(s) [Pipeline] echo 16:08:59 [edgeXSemver]: initialized semver on version 2.0.0-dev.59 [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 16:09:15 Still waiting to schedule task 16:09:15 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31385’ 16:09:15 Still waiting to schedule task 16:09:15 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:10:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31386 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:11:00 Running in /w/workspace/go-mod-core-contracts/178 [Pipeline] { [Pipeline] checkout 16:11:05 using credential edgex-jenkins-ssh 16:11:05 Cloning the remote Git repository 16:11:05 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:05 > git init /w/workspace/go-mod-core-contracts/178 # timeout=10 16:11:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:05 > git --version # timeout=10 16:11:05 > git --version # 'git version 2.17.1' 16:11:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:11:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:11:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:11:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:11:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:11:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:11:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:11:07 Checking out Revision d1f67ff77e3c2facde0dd2b94e473a250c3c5168 (master) 16:11:07 > git config core.sparsecheckout # timeout=10 16:11:08 > git checkout -f d1f67ff77e3c2facde0dd2b94e473a250c3c5168 # timeout=10 16:11:12 Commit message: "Merge pull request #561 from weichou1229/issue-560" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:11:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:11:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:11:14 + true 16:11:14 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:11:17 ========================================================= 16:11:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:11:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:11:18 + 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 . 16:11:19 Sending build context to Docker daemon 2.881MB 16:11:19 Step 1/7 : ARG BASE=golang:1.15-alpine 16:11:19 Step 2/7 : FROM ${BASE} 16:11:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:11:19 5f621e34cdf4: Pulling fs layer 16:11:19 a4357932f1b6: Pulling fs layer 16:11:19 18c013af1878: Pulling fs layer 16:11:19 00ac8860ef70: Pulling fs layer 16:11:19 63d7cb157983: Pulling fs layer 16:11:19 b116817d02f9: Pulling fs layer 16:11:19 745a02a5169b: Pulling fs layer 16:11:19 00ac8860ef70: Waiting 16:11:19 63d7cb157983: Waiting 16:11:19 b116817d02f9: Waiting 16:11:19 745a02a5169b: Waiting 16:11:19 18c013af1878: Verifying Checksum 16:11:19 18c013af1878: Download complete 16:11:19 a4357932f1b6: Verifying Checksum 16:11:19 a4357932f1b6: Download complete 16:11:19 63d7cb157983: Verifying Checksum 16:11:19 63d7cb157983: Download complete 16:11:19 b116817d02f9: Verifying Checksum 16:11:19 b116817d02f9: Download complete 16:11:19 5f621e34cdf4: Verifying Checksum 16:11:19 5f621e34cdf4: Download complete 16:11:20 5f621e34cdf4: Pull complete 16:11:21 a4357932f1b6: Pull complete 16:11:21 18c013af1878: Pull complete 16:11:23 00ac8860ef70: Download complete 16:11:23 745a02a5169b: Verifying Checksum 16:11:23 745a02a5169b: Download complete 16:11:29 Running on prd-centos7-docker-4c-2g-31387 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:11:29 Running in /w/workspace/go-mod-core-contracts/178 [Pipeline] { [Pipeline] checkout 16:11:31 using credential edgex-jenkins-ssh 16:11:31 Cloning the remote Git repository 16:11:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:31 > git init /w/workspace/go-mod-core-contracts/178 # timeout=10 16:11:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:31 > git --version # timeout=10 16:11:31 > git --version # 'git version 2.24.3' 16:11:31 using GIT_SSH to set credentials SSH Credentials for GitHub 16:11:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:11:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:11:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:11:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:11:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:32 using GIT_SSH to set credentials SSH Credentials for GitHub 16:11:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:11:33 Checking out Revision d1f67ff77e3c2facde0dd2b94e473a250c3c5168 (master) 16:11:32 > git config core.sparsecheckout # timeout=10 16:11:32 > git checkout -f d1f67ff77e3c2facde0dd2b94e473a250c3c5168 # timeout=10 16:11:34 00ac8860ef70: Pull complete 16:11:34 63d7cb157983: Pull complete 16:11:34 b116817d02f9: Pull complete 16:11:36 Commit message: "Merge pull request #561 from weichou1229/issue-560" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:11:37 745a02a5169b: Pull complete 16:11:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:11:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:11:37 ---> b7e6874047d6 16:11:37 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:11:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:11:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:11:38 + sudo service docker restart 16:11:38 + true 16:11:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:11:39 ========================================================= 16:11:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:11:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:11:39 + 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 . 16:11:40 ---> Running in aa7975dd99f6 16:11:40 Sending build context to Docker daemon 2.882MB 16:11:40 Step 1/7 : ARG BASE=golang:1.15-alpine 16:11:40 Step 2/7 : FROM ${BASE} 16:11:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:11:40 188c0c94c7c5: Pulling fs layer 16:11:40 0ef7d3d256c8: Pulling fs layer 16:11:40 de9db76c5a1d: Pulling fs layer 16:11:40 bca2f99d35d6: Pulling fs layer 16:11:40 93359f2a8cfa: Pulling fs layer 16:11:40 7c6f9722023f: Pulling fs layer 16:11:40 a35cf1a2eb13: Pulling fs layer 16:11:40 93359f2a8cfa: Waiting 16:11:40 7c6f9722023f: Waiting 16:11:40 a35cf1a2eb13: Waiting 16:11:40 bca2f99d35d6: Waiting 16:11:40 de9db76c5a1d: Verifying Checksum 16:11:40 de9db76c5a1d: Download complete 16:11:40 0ef7d3d256c8: Verifying Checksum 16:11:40 0ef7d3d256c8: Download complete 16:11:40 93359f2a8cfa: Verifying Checksum 16:11:40 93359f2a8cfa: Download complete 16:11:40 188c0c94c7c5: Verifying Checksum 16:11:40 188c0c94c7c5: Download complete 16:11:40 Removing intermediate container aa7975dd99f6 16:11:40 ---> 71d5be231c73 16:11:40 Step 4/7 : RUN apk add bash 16:11:40 ---> Running in 7e8728b6d0cd 16:11:40 7c6f9722023f: Verifying Checksum 16:11:40 7c6f9722023f: Download complete 16:11:40 188c0c94c7c5: Pull complete 16:11:41 0ef7d3d256c8: Pull complete 16:11:41 de9db76c5a1d: Pull complete 16:11:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:42 a35cf1a2eb13: Verifying Checksum 16:11:42 a35cf1a2eb13: Download complete 16:11:42 bca2f99d35d6: Verifying Checksum 16:11:42 bca2f99d35d6: Download complete 16:11:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:44 OK: 142 MiB in 39 packages 16:11:45 Removing intermediate container 7e8728b6d0cd 16:11:45 ---> 96b4f2d8548d 16:11:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:11:45 ---> Running in 0254c3b9e6e9 16:11:46 Removing intermediate container 0254c3b9e6e9 16:11:46 ---> 0e568d09fcd2 16:11:46 Step 6/7 : COPY go.mod . 16:11:47 ---> 75b96499adea 16:11:47 Step 7/7 : RUN go mod download 16:11:47 ---> Running in 32eab369fbf7 16:11:48 bca2f99d35d6: Pull complete 16:11:48 93359f2a8cfa: Pull complete 16:11:48 7c6f9722023f: Pull complete 16:11:58 a35cf1a2eb13: Pull complete 16:11:58 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:11:58 ---> a62c8e92a672 16:11:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:11:58 ---> Running in 5310b5824807 16:11:58 Removing intermediate container 5310b5824807 16:11:58 ---> d2b719a8b518 16:11:58 Step 4/7 : RUN apk add bash 16:11:58 ---> Running in 6c29b0e04c35 16:11:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:59 OK: 166 MiB in 39 packages 16:11:59 Removing intermediate container 6c29b0e04c35 16:11:59 ---> 83ccfe9cd4f7 16:11:59 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:11:59 ---> Running in f3239731c5e8 16:12:00 Removing intermediate container f3239731c5e8 16:12:00 ---> 85659573e18c 16:12:00 Step 6/7 : COPY go.mod . 16:12:00 ---> 89ec84525ebb 16:12:00 Step 7/7 : RUN go mod download 16:12:00 ---> Running in c4f11f8b3e1e 16:12:05 Removing intermediate container 32eab369fbf7 16:12:05 ---> dd77f215b5d5 16:12:05 Successfully built dd77f215b5d5 16:12:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:12:05 + docker inspect -f . ci-base-image-arm64 16:12:05 . [Pipeline] withDockerContainer 16:12:06 prd-ubuntu18.04-docker-arm64-4c-16g-31386 does not seem to be running inside a container 16:12:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/178 -v /w/workspace/go-mod-core-contracts/178:/w/workspace/go-mod-core-contracts/178:rw,z -v /w/workspace/go-mod-core-contracts/178@tmp:/w/workspace/go-mod-core-contracts/178@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 ******** ci-base-image-arm64 cat 16:12:07 $ docker top 4bcf305c2f145336ab2ffca55957f40b649bb77ba12840a8ca151d38cfca0999 -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:08 + go version 16:12:08 go version go1.15.5 linux/arm64 [Pipeline] } 16:12:08 $ docker stop --time=1 4bcf305c2f145336ab2ffca55957f40b649bb77ba12840a8ca151d38cfca0999 16:12:10 $ docker rm -f 4bcf305c2f145336ab2ffca55957f40b649bb77ba12840a8ca151d38cfca0999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:11 + docker inspect -f . ci-base-image-arm64 16:12:11 . [Pipeline] withDockerContainer 16:12:11 prd-ubuntu18.04-docker-arm64-4c-16g-31386 does not seem to be running inside a container 16:12:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/178 -v /w/workspace/go-mod-core-contracts/178:/w/workspace/go-mod-core-contracts/178:rw,z -v /w/workspace/go-mod-core-contracts/178@tmp:/w/workspace/go-mod-core-contracts/178@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 ******** ci-base-image-arm64 cat 16:12:13 $ docker top 8daedb2a3ef5d6764fd3447fb558fa3e0e1d7cee53db0f1ad84bd3264f1d2be2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:14 + make test 16:12:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:12:15 Removing intermediate container c4f11f8b3e1e 16:12:15 ---> 3d9775c22ed0 16:12:15 Successfully built 3d9775c22ed0 16:12:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:12:15 + docker inspect -f . ci-base-image-x86_64 16:12:15 . [Pipeline] withDockerContainer 16:12:15 prd-centos7-docker-4c-2g-31387 does not seem to be running inside a container 16:12:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/178 -v /w/workspace/go-mod-core-contracts/178:/w/workspace/go-mod-core-contracts/178:rw,z -v /w/workspace/go-mod-core-contracts/178@tmp:/w/workspace/go-mod-core-contracts/178@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 ******** ci-base-image-x86_64 cat 16:12:16 $ docker top 47a9b8a6ba89d374e809367d9fb7cce0217d12943f39c90c03d2c1dfed20d48e -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:17 + go version 16:12:17 go version go1.15.5 linux/amd64 [Pipeline] } 16:12:17 $ docker stop --time=1 47a9b8a6ba89d374e809367d9fb7cce0217d12943f39c90c03d2c1dfed20d48e 16:12:18 $ docker rm -f 47a9b8a6ba89d374e809367d9fb7cce0217d12943f39c90c03d2c1dfed20d48e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:19 + docker inspect -f . ci-base-image-x86_64 16:12:19 . [Pipeline] withDockerContainer 16:12:19 prd-centos7-docker-4c-2g-31387 does not seem to be running inside a container 16:12:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/178 -v /w/workspace/go-mod-core-contracts/178:/w/workspace/go-mod-core-contracts/178:rw,z -v /w/workspace/go-mod-core-contracts/178@tmp:/w/workspace/go-mod-core-contracts/178@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 ******** ci-base-image-x86_64 cat 16:12:20 $ docker top 0a57e75ca5e047ec111b2e8d456d3ceb51f5d393196bdccf5c51ef6c43a7e32b -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:20 + make test 16:12:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:12:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 16:12:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements 16:12:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.009s coverage: 100.0% of statements 16:12:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.048s coverage: 45.4% of statements 16:12:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.013s coverage: 77.8% of statements 16:12:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:12:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements 16:12:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.034s coverage: 14.7% of statements 16:12:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements 16:12:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements 16:12:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 16:12:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 16:12:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements 16:12:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 36.7% of statements 16:12:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.028s coverage: 63.0% of statements 16:12:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements 16:12:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.016s coverage: 15.4% of statements 16:12:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements 16:12:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.013s coverage: 14.3% of statements 16:12:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 16:12:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.059s coverage: 84.4% of statements 16:12:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 16:12:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 16:12:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 16:12:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 49.7% of statements 16:12:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements 16:12:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.054s coverage: 87.7% of statements 16:12:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 16:12:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements 16:12:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:12:36 gofmt -l . 16:12:36 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:12:36 $ docker stop --time=1 0a57e75ca5e047ec111b2e8d456d3ceb51f5d393196bdccf5c51ef6c43a7e32b 16:12:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 16:12:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.031s coverage: 85.7% of statements 16:12:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.043s coverage: 100.0% of statements 16:12:39 $ docker rm -f 0a57e75ca5e047ec111b2e8d456d3ceb51f5d393196bdccf5c51ef6c43a7e32b [Pipeline] // withDockerContainer [Pipeline] sh 16:12:39 + sudo chown -R jenkins:jenkins . 16:12:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.062s coverage: 45.4% of statements [Pipeline] stash 16:12:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.018s coverage: 77.8% of statements 16:12:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:12:40 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 16:12:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.039s coverage: 26.3% of statements 16:12:41 ---> job-cost.sh 16:12:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-h2fy 16:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.041s coverage: 14.7% of statements 16:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements 16:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.101s coverage: 91.8% of statements 16:12:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 16:12:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 16:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.016s coverage: 100.0% of statements 16:12:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.017s coverage: 36.7% of statements 16:12:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.134s coverage: 63.0% of statements 16:12:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.042s coverage: 26.3% of statements 16:12:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.027s coverage: 15.4% of statements 16:12:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.036s coverage: 15.4% of statements 16:12:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements 16:12:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 16:12:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.241s coverage: 84.4% of statements 16:12:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 16:12:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 16:12:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 16:12:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.146s coverage: 49.7% of statements 16:12:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.056s coverage: 94.7% of statements 16:12:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.184s coverage: 87.7% of statements 16:12:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 16:12:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.026s coverage: 69.6% of statements 16:12:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:12:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:13:02 gofmt -l . 16:13:03 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:13:03 $ docker stop --time=1 8daedb2a3ef5d6764fd3447fb558fa3e0e1d7cee53db0f1ad84bd3264f1d2be2 16:13:06 $ docker rm -f 8daedb2a3ef5d6764fd3447fb558fa3e0e1d7cee53db0f1ad84bd3264f1d2be2 [Pipeline] // withDockerContainer [Pipeline] sh 16:13:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:13:07 Warning: overwriting stash ‘coverage-report’ 16:13:08 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 16:13:08 ---> job-cost.sh 16:13:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PbWb 16:13:23 lf-activate-venv(): INFO: Adding /tmp/venv-h2fy/bin to PATH 16:13:23 INFO: No Stack... 16:13:23 INFO: Retrieving Pricing Info for: v1-standard-2 16:13:23 INFO: Archiving Costs [Pipeline] sh 16:13:23 + cut -d, -f6 16:13:23 + cat /w/workspace/go-mod-core-contracts/178/archives/cost.csv [Pipeline] lock 16:13:23 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] 16:13:23 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] did not exist. Created. 16:13:23 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:13:24 + echo total: 0.029999999329447746 [Pipeline] stash 16:13:24 Stashed 1 file(s) [Pipeline] } 16:13:24 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:13:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:15:09 lf-activate-venv(): INFO: Adding /tmp/venv-PbWb/bin to PATH 16:15:09 INFO: No Stack... 16:15:10 INFO: Retrieving Pricing Info for: lf-standard-4 16:15:11 INFO: Archiving Costs [Pipeline] sh 16:15:11 + + cut -d,cat -f6 /w/workspace/go-mod-core-contracts/178/archives/cost.csv 16:15:11 [Pipeline] lock 16:15:12 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] 16:15:12 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] did not exist. Created. 16:15:12 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:15:12 /w/workspace/go-mod-core-contracts/178@tmp/durable-16e0ce01/script.sh: 1: /w/workspace/go-mod-core-contracts/178@tmp/durable-16e0ce01/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:15:12 + echo total: 0.20999999344348907 [Pipeline] stash 16:15:12 Warning: overwriting stash ‘stack-cost’ 16:15:13 Stashed 1 file(s) [Pipeline] } 16:15:13 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-178-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 16:15:14 provisioning config files... 16:15:14 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5372469410219438564tmp [Pipeline] { [Pipeline] sh 16:15:15 + set +x 16:15:15 + curl -s https://codecov.io/bash 16:15:15 + bash -s -- 16:15:15 16:15:15 _____ _ 16:15:15 / ____| | | 16:15:15 | | ___ __| | ___ ___ _____ __ 16:15:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:15:15 | |___| (_) | (_| | __/ (_| (_) \ V / 16:15:15 \_____\___/ \__,_|\___|\___\___/ \_/ 16:15:15 Bash-20210309-2b87ace 16:15:15 16:15:15 16:15:15 ==> git version 2.24.3 found 16:15:15 ==> 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 16:15:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:15:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:15:15 ==> Jenkins CI detected. 16:15:15 project root: . 16:15:15 --> token set from env 16:15:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:15:15 ==> Running gcov in . (disable via -X gcov) 16:15:15 ==> Python coveragepy not found 16:15:15 ==> Searching for coverage reports in: 16:15:15 + . 16:15:15 -> Found 1 reports 16:15:15 ==> Detecting git/mercurial file structure 16:15:15 ==> Reading reports 16:15:15 + ./coverage.out bytes=164238 16:15:15 ==> Appending adjustments 16:15:15 https://docs.codecov.io/docs/fixing-reports 16:15:18 + Found adjustments 16:15:18 ==> Gzipping contents 16:15:18 24K /tmp/codecov.gde3sw.gz 16:15:18 ==> Uploading reports 16:15:18 url: https://codecov.io 16:15:18 query: branch=master&commit=d1f67ff77e3c2facde0dd2b94e473a250c3c5168&build=178&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F178%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 16:15:18 -> Pinging Codecov 16:15:18 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=d1f67ff77e3c2facde0dd2b94e473a250c3c5168&build=178&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F178%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 16:15:18 -> Uploading to 16:15:18 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/71470A77251A30514AAF9C0BB2E5B6CE/d1f67ff77e3c2facde0dd2b94e473a250c3c5168/830e47d7-821a-4c26-a5b5-cb30cb62b635.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T161518Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6da7b5e9e91d9feebee91ee367024b2edf45e795bf224b12adb506eb62c29924 16:15:18 % Total % Received % Xferd Average Speed Time Time Time Current 16:15:18 Dload Upload Total Spent Left Speed 16:15:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24504 0 0 100 24504 0 50797 --:--:-- --:--:-- --:--:-- 50838 16:15:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d1f67ff77e3c2facde0dd2b94e473a250c3c5168 [Pipeline] } 16:15:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:15:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:15:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:15:21 16:15:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:15:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:15:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:15:21 188c0c94c7c5: Pulling fs layer 16:15:21 0ef7d3d256c8: Pulling fs layer 16:15:21 de9db76c5a1d: Pulling fs layer 16:15:21 0eba1c9be4d2: Pulling fs layer 16:15:21 0d57e429df01: Pulling fs layer 16:15:21 4e4be7b47b0d: Pulling fs layer 16:15:21 e1f770b5df2f: Pulling fs layer 16:15:21 85a0685a4137: Pulling fs layer 16:15:21 0eba1c9be4d2: Waiting 16:15:21 0d57e429df01: Waiting 16:15:21 4e4be7b47b0d: Waiting 16:15:21 e1f770b5df2f: Waiting 16:15:21 85a0685a4137: Waiting 16:15:22 de9db76c5a1d: Verifying Checksum 16:15:22 de9db76c5a1d: Download complete 16:15:22 0ef7d3d256c8: Verifying Checksum 16:15:22 0ef7d3d256c8: Download complete 16:15:22 0d57e429df01: Verifying Checksum 16:15:22 0d57e429df01: Download complete 16:15:22 4e4be7b47b0d: Verifying Checksum 16:15:22 4e4be7b47b0d: Download complete 16:15:22 188c0c94c7c5: Download complete 16:15:22 188c0c94c7c5: Pull complete 16:15:22 0ef7d3d256c8: Pull complete 16:15:23 de9db76c5a1d: Pull complete 16:15:24 e1f770b5df2f: Verifying Checksum 16:15:24 e1f770b5df2f: Download complete 16:15:27 0eba1c9be4d2: Verifying Checksum 16:15:27 0eba1c9be4d2: Download complete 16:15:29 85a0685a4137: Verifying Checksum 16:15:29 85a0685a4137: Download complete 16:15:38 0eba1c9be4d2: Pull complete 16:15:38 0d57e429df01: Pull complete 16:15:39 4e4be7b47b0d: Pull complete 16:15:44 e1f770b5df2f: Pull complete 16:16:00 85a0685a4137: Pull complete 16:16:00 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:16:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:16:00 prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container 16:16:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:16:03 $ docker top 75bed6491bbf206364c37e88cf2e1aa38d23b4c01773ada88aa17e1ac939f402 -eo pid,comm [Pipeline] { [Pipeline] echo 16:16:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:16:05 + set -o pipefail 16:16:05 + snyk monitor '--org=edgex-jenkins' 16:16:21 16:16:21 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 16:16:21 16:16:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/4ec5cce6-1a79-4d33-a2a7-96790e5fa4eb 16:16:21 16:16:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:16:21 16:16:21 [Pipeline] } 16:16:21 $ docker stop --time=1 75bed6491bbf206364c37e88cf2e1aa38d23b4c01773ada88aa17e1ac939f402 16:16:24 $ docker rm -f 75bed6491bbf206364c37e88cf2e1aa38d23b4c01773ada88aa17e1ac939f402 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:16:26 + git log --format=format:%s -1 d1f67ff77e3c2facde0dd2b94e473a250c3c5168 [Pipeline] isUnix [Pipeline] sh 16:16:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:26 . [Pipeline] withDockerContainer 16:16:26 prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container 16:16:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:16:27 $ docker top 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:28 [ssh-agent] Looking for ssh-agent implementation... 16:16:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:28 $ docker exec 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f ssh-agent 16:16:28 SSH_AUTH_SOCK=/tmp/ssh-1MBf8MrQw6ra/agent.11 16:16:28 SSH_AGENT_PID=16 16:16:28 Running ssh-add (command line suppressed) 16:16:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7920724670543397549.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7920724670543397549.key) 16:16:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:29 + git semver tag 16:16:29 # -> Open(): unable to determine branch for HEAD 16:16:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:16:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:16:29 # $SEMVER_REMOTE_NAME = origin 16:16:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:16:29 # $SEMVER_USER_NAME = edgex-jenkins 16:16:29 # $SEMVER_BRANCH = master 16:16:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:16:29 # d1f67ff77e3c2facde0dd2b94e473a250c3c5168 HEAD 16:16:29 # -> Force: false 16:16:29 # ae042ebdade7814efd899e92dac7921f51fd802a refs/tags/v2.0.0-dev.59 [Pipeline] } 16:16:30 $ docker exec --env ******** --env ******** 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f ssh-agent -k 16:16:30 unset SSH_AUTH_SOCK; 16:16:30 unset SSH_AGENT_PID; 16:16:30 echo Agent pid 16 killed; 16:16:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:31 + git semver [Pipeline] } 16:16:31 $ docker stop --time=1 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f 16:16:33 $ docker rm -f 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:16:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:16:34 16:16:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:16:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:16:34 0.23.1-centos7: Pulling from edgex-lftools 16:16:34 ab5ef0e58194: Pulling fs layer 16:16:34 9712f1f96733: Pulling fs layer 16:16:34 63f879dbbcfc: Pulling fs layer 16:16:34 0d9ebad4ef96: Pulling fs layer 16:16:34 e9a5061849ea: Pulling fs layer 16:16:34 d747dcd14b5f: Pulling fs layer 16:16:34 2de7ff778b66: Pulling fs layer 16:16:34 e9a5061849ea: Waiting 16:16:34 d747dcd14b5f: Waiting 16:16:34 2de7ff778b66: Waiting 16:16:34 0d9ebad4ef96: Waiting 16:16:34 9712f1f96733: Verifying Checksum 16:16:34 9712f1f96733: Download complete 16:16:37 63f879dbbcfc: Verifying Checksum 16:16:37 63f879dbbcfc: Download complete 16:16:38 e9a5061849ea: Verifying Checksum 16:16:38 e9a5061849ea: Download complete 16:16:38 d747dcd14b5f: Verifying Checksum 16:16:38 d747dcd14b5f: Download complete 16:16:38 ab5ef0e58194: Verifying Checksum 16:16:38 ab5ef0e58194: Download complete 16:16:38 2de7ff778b66: Verifying Checksum 16:16:38 2de7ff778b66: Download complete 16:16:38 0d9ebad4ef96: Verifying Checksum 16:16:38 0d9ebad4ef96: Download complete 16:16:52 ab5ef0e58194: Pull complete 16:16:52 9712f1f96733: Pull complete 16:16:55 63f879dbbcfc: Pull complete 16:17:14 0d9ebad4ef96: Pull complete 16:17:17 e9a5061849ea: Pull complete 16:17:17 d747dcd14b5f: Pull complete 16:17:20 2de7ff778b66: Pull complete 16:17:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:17:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:17:21 prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container 16:17:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:17:25 $ docker top 32023fb3ba7f86937ca34955e749d680a2b4ea2d35fb05d39bb023c339eb04d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:17:26 provisioning config files... 16:17:26 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7058747678259506161tmp 16:17:26 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5366631029903536040tmp 16:17:26 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config183181286590539639tmp [Pipeline] { [Pipeline] echo 16:17:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:17:27 ---> sigul-configuration.sh 16:17:27 gpg: directory `/root/.gnupg' created 16:17:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:17:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:17:27 gpg: keyring `/root/.gnupg/secring.gpg' created 16:17:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:17:27 gpg: CAST5 encrypted data 16:17:27 gpg: encrypted with 1 passphrase 16:17:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:17:28 + mkdir /home/jenkins 16:17:28 + mkdir /home/jenkins/sigul [Pipeline] sh 16:17:28 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:17:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:17:28 ---> sigul-install.sh 16:17:41 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:17:42 + git tag --list 16:17:42 v0.0.0 16:17:42 v0.0.1 16:17:42 v0.1.0 16:17:42 v0.1.1 16:17:42 v0.1.10 16:17:42 v0.1.100 16:17:42 v0.1.101 16:17:42 v0.1.102 16:17:42 v0.1.103 16:17:42 v0.1.104 16:17:42 v0.1.105 16:17:42 v0.1.106 16:17:42 v0.1.107 16:17:42 v0.1.108 16:17:42 v0.1.109 16:17:42 v0.1.11 16:17:42 v0.1.110 16:17:42 v0.1.111 16:17:42 v0.1.112 16:17:42 v0.1.113 16:17:42 v0.1.114 16:17:42 v0.1.115 16:17:42 v0.1.116 16:17:42 v0.1.117 16:17:42 v0.1.118 16:17:42 v0.1.119 16:17:42 v0.1.12 16:17:42 v0.1.120 16:17:42 v0.1.121 16:17:42 v0.1.122 16:17:42 v0.1.123 16:17:42 v0.1.124 16:17:42 v0.1.125 16:17:42 v0.1.126 16:17:42 v0.1.127 16:17:42 v0.1.128 16:17:42 v0.1.129 16:17:42 v0.1.13 16:17:42 v0.1.130 16:17:42 v0.1.131 16:17:42 v0.1.132 16:17:42 v0.1.133 16:17:42 v0.1.134 16:17:42 v0.1.135 16:17:42 v0.1.136 16:17:42 v0.1.137 16:17:42 v0.1.138 16:17:42 v0.1.139 16:17:42 v0.1.14 16:17:42 v0.1.140 16:17:42 v0.1.141 16:17:42 v0.1.142 16:17:42 v0.1.143 16:17:42 v0.1.144 16:17:42 v0.1.145 16:17:42 v0.1.146 16:17:42 v0.1.147 16:17:42 v0.1.148 16:17:42 v0.1.149 16:17:42 v0.1.15 16:17:42 v0.1.16 16:17:42 v0.1.17 16:17:42 v0.1.18 16:17:42 v0.1.19 16:17:42 v0.1.2 16:17:42 v0.1.20 16:17:42 v0.1.21 16:17:42 v0.1.22 16:17:42 v0.1.23 16:17:42 v0.1.24 16:17:42 v0.1.25 16:17:42 v0.1.26 16:17:42 v0.1.27 16:17:42 v0.1.28 16:17:42 v0.1.29 16:17:42 v0.1.3 16:17:42 v0.1.30 16:17:42 v0.1.31 16:17:42 v0.1.32 16:17:42 v0.1.33 16:17:42 v0.1.34 16:17:42 v0.1.35 16:17:42 v0.1.36 16:17:42 v0.1.37 16:17:42 v0.1.38 16:17:42 v0.1.39 16:17:42 v0.1.4 16:17:42 v0.1.40 16:17:42 v0.1.41 16:17:42 v0.1.42 16:17:42 v0.1.43 16:17:42 v0.1.44 16:17:42 v0.1.45 16:17:42 v0.1.46 16:17:42 v0.1.47 16:17:42 v0.1.48 16:17:42 v0.1.49 16:17:42 v0.1.5 16:17:42 v0.1.50 16:17:42 v0.1.51 16:17:42 v0.1.52 16:17:42 v0.1.53 16:17:42 v0.1.54 16:17:42 v0.1.55 16:17:42 v0.1.56 16:17:42 v0.1.57 16:17:42 v0.1.58 16:17:42 v0.1.59 16:17:42 v0.1.6 16:17:42 v0.1.60 16:17:42 v0.1.61 16:17:42 v0.1.62 16:17:42 v0.1.63 16:17:42 v0.1.64 16:17:42 v0.1.65 16:17:42 v0.1.66 16:17:42 v0.1.67 16:17:42 v0.1.68 16:17:42 v0.1.69 16:17:42 v0.1.7 16:17:42 v0.1.70 16:17:42 v0.1.71 16:17:42 v0.1.72 16:17:42 v0.1.73 16:17:42 v0.1.74 16:17:42 v0.1.75 16:17:42 v0.1.76 16:17:42 v0.1.77 16:17:42 v0.1.78 16:17:42 v0.1.79 16:17:42 v0.1.8 16:17:42 v0.1.80 16:17:42 v0.1.81 16:17:42 v0.1.82 16:17:42 v0.1.83 16:17:42 v0.1.84 16:17:42 v0.1.85 16:17:42 v0.1.86 16:17:42 v0.1.87 16:17:42 v0.1.88 16:17:42 v0.1.89 16:17:42 v0.1.9 16:17:42 v0.1.90 16:17:42 v0.1.91 16:17:42 v0.1.92 16:17:42 v0.1.93 16:17:42 v0.1.94 16:17:42 v0.1.95 16:17:42 v0.1.96 16:17:42 v0.1.97 16:17:42 v0.1.98 16:17:42 v0.1.99 16:17:42 v2.0.0-dev.1 16:17:42 v2.0.0-dev.10 16:17:42 v2.0.0-dev.11 16:17:42 v2.0.0-dev.12 16:17:42 v2.0.0-dev.13 16:17:42 v2.0.0-dev.14 16:17:42 v2.0.0-dev.15 16:17:42 v2.0.0-dev.16 16:17:42 v2.0.0-dev.17 16:17:42 v2.0.0-dev.18 16:17:42 v2.0.0-dev.19 16:17:42 v2.0.0-dev.2 16:17:42 v2.0.0-dev.20 16:17:42 v2.0.0-dev.21 16:17:42 v2.0.0-dev.22 16:17:42 v2.0.0-dev.23 16:17:42 v2.0.0-dev.24 16:17:42 v2.0.0-dev.25 16:17:42 v2.0.0-dev.26 16:17:42 v2.0.0-dev.27 16:17:42 v2.0.0-dev.28 16:17:42 v2.0.0-dev.29 16:17:42 v2.0.0-dev.3 16:17:42 v2.0.0-dev.30 16:17:42 v2.0.0-dev.31 16:17:42 v2.0.0-dev.32 16:17:42 v2.0.0-dev.33 16:17:42 v2.0.0-dev.34 16:17:42 v2.0.0-dev.35 16:17:42 v2.0.0-dev.36 16:17:42 v2.0.0-dev.37 16:17:42 v2.0.0-dev.38 16:17:42 v2.0.0-dev.39 16:17:42 v2.0.0-dev.4 16:17:42 v2.0.0-dev.40 16:17:42 v2.0.0-dev.41 16:17:42 v2.0.0-dev.42 16:17:42 v2.0.0-dev.43 16:17:42 v2.0.0-dev.44 16:17:42 v2.0.0-dev.45 16:17:42 v2.0.0-dev.46 16:17:42 v2.0.0-dev.47 16:17:42 v2.0.0-dev.48 16:17:42 v2.0.0-dev.49 16:17:42 v2.0.0-dev.5 16:17:42 v2.0.0-dev.50 16:17:42 v2.0.0-dev.51 16:17:42 v2.0.0-dev.52 16:17:42 v2.0.0-dev.53 16:17:42 v2.0.0-dev.54 16:17:42 v2.0.0-dev.55 16:17:42 v2.0.0-dev.56 16:17:42 v2.0.0-dev.57 16:17:42 v2.0.0-dev.58 16:17:42 v2.0.0-dev.59 16:17:42 v2.0.0-dev.6 16:17:42 v2.0.0-dev.7 16:17:42 v2.0.0-dev.8 16:17:42 v2.0.0-dev.9 [Pipeline] sh 16:17:42 + lftools sign git-tag v2.0.0-dev.59 16:17:45 Signing Git tag with Sigul... 16:17:45 Signing v2.0.0-dev.59 [Pipeline] echo 16:17:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:17:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:17:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:17:46 $ docker stop --time=1 32023fb3ba7f86937ca34955e749d680a2b4ea2d35fb05d39bb023c339eb04d2 16:17:49 $ docker rm -f 32023fb3ba7f86937ca34955e749d680a2b4ea2d35fb05d39bb023c339eb04d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:17:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:50 . [Pipeline] withDockerContainer 16:17:50 prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container 16:17:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:17:52 $ docker top 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:52 [ssh-agent] Looking for ssh-agent implementation... 16:17:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:53 $ docker exec 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 ssh-agent 16:17:54 SSH_AUTH_SOCK=/tmp/ssh-isVcv878ux1c/agent.12 16:17:54 SSH_AGENT_PID=18 16:17:54 Running ssh-add (command line suppressed) 16:17:54 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7357558418927865344.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7357558418927865344.key) 16:17:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:54 + git semver bump pre 16:17:54 # -> Open(): unable to determine branch for HEAD 16:17:54 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:17:54 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:17:54 # $SEMVER_REMOTE_NAME = origin 16:17:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:17:54 # $SEMVER_USER_NAME = edgex-jenkins 16:17:54 # $SEMVER_BRANCH = master 16:17:54 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:17:54 2.0.0-dev.60 [Pipeline] } 16:17:54 $ docker exec --env ******** --env ******** 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 ssh-agent -k 16:17:54 unset SSH_AUTH_SOCK; 16:17:54 unset SSH_AGENT_PID; 16:17:54 echo Agent pid 18 killed; 16:17:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:55 + git semver [Pipeline] } 16:17:55 $ docker stop --time=1 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 16:17:57 $ docker rm -f 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:17:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:58 . [Pipeline] withDockerContainer 16:17:58 prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container 16:17:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:18:00 $ docker top 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:01 [ssh-agent] Looking for ssh-agent implementation... 16:18:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:03 $ docker exec 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f ssh-agent 16:18:03 SSH_AUTH_SOCK=/tmp/ssh-oWgXjNSxX6Td/agent.11 16:18:03 SSH_AGENT_PID=17 16:18:03 Running ssh-add (command line suppressed) 16:18:03 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3555681656268500356.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3555681656268500356.key) 16:18:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:04 + git semver push 16:18:04 # -> Open(): unable to determine branch for HEAD 16:18:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:18:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:18:04 # $SEMVER_REMOTE_NAME = origin 16:18:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:18:04 # $SEMVER_USER_NAME = edgex-jenkins 16:18:04 # $SEMVER_BRANCH = master 16:18:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:18:11 $ docker exec --env ******** --env ******** 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f ssh-agent -k 16:18:11 unset SSH_AUTH_SOCK; 16:18:11 unset SSH_AGENT_PID; 16:18:11 echo Agent pid 17 killed; 16:18:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:13 + git semver [Pipeline] } 16:18:13 $ docker stop --time=1 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f 16:18:15 $ docker rm -f 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 16:18:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:18:18 ---> package-listing.sh 16:18:18 ++ facter osfamily 16:18:18 ++ tr '[:upper:]' '[:lower:]' 16:18:19 + OS_FAMILY=redhat 16:18:19 + workspace=/w/workspace/dry_go-mod-core-contracts_master 16:18:19 + START_PACKAGES=/tmp/packages_start.txt 16:18:19 + END_PACKAGES=/tmp/packages_end.txt 16:18:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:18:19 + PACKAGES=/tmp/packages_start.txt 16:18:19 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:18:19 + PACKAGES=/tmp/packages_end.txt 16:18:19 + case "${OS_FAMILY}" in 16:18:19 + rpm -qa 16:18:19 + sort 16:18:27 + '[' -f /tmp/packages_start.txt ']' 16:18:27 + '[' -f /tmp/packages_end.txt ']' 16:18:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:18:27 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:18:27 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 16:18:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 16:18:27 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:18:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:18:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:28 16:18:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:18:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:29 alpine: Pulling from edgex-lftools-log-publisher 16:18:29 df20fa9351a1: Pulling fs layer 16:18:29 36b3adc4ff6f: Pulling fs layer 16:18:29 8ad3a11d3b57: Pulling fs layer 16:18:29 46f8f816bc3b: Pulling fs layer 16:18:29 93b61091891f: Pulling fs layer 16:18:29 93b9cdb0e59b: Pulling fs layer 16:18:29 5e14af77c1be: Pulling fs layer 16:18:29 01666e4c0597: Pulling fs layer 16:18:29 aa168da1d23b: Pulling fs layer 16:18:29 93b9cdb0e59b: Waiting 16:18:29 5e14af77c1be: Waiting 16:18:29 01666e4c0597: Waiting 16:18:29 46f8f816bc3b: Waiting 16:18:29 aa168da1d23b: Waiting 16:18:29 36b3adc4ff6f: Verifying Checksum 16:18:29 36b3adc4ff6f: Download complete 16:18:29 46f8f816bc3b: Verifying Checksum 16:18:29 46f8f816bc3b: Download complete 16:18:29 df20fa9351a1: Verifying Checksum 16:18:29 df20fa9351a1: Download complete 16:18:29 93b9cdb0e59b: Verifying Checksum 16:18:29 93b9cdb0e59b: Download complete 16:18:29 5e14af77c1be: Verifying Checksum 16:18:29 5e14af77c1be: Download complete 16:18:29 01666e4c0597: Verifying Checksum 16:18:29 01666e4c0597: Download complete 16:18:29 93b61091891f: Download complete 16:18:29 df20fa9351a1: Pull complete 16:18:30 8ad3a11d3b57: Verifying Checksum 16:18:30 8ad3a11d3b57: Download complete 16:18:30 36b3adc4ff6f: Pull complete 16:18:33 8ad3a11d3b57: Pull complete 16:18:33 46f8f816bc3b: Pull complete 16:18:34 aa168da1d23b: Verifying Checksum 16:18:34 aa168da1d23b: Download complete 16:18:34 93b61091891f: Pull complete 16:18:34 93b9cdb0e59b: Pull complete 16:18:35 5e14af77c1be: Pull complete 16:18:35 01666e4c0597: Pull complete 16:18:57 aa168da1d23b: Pull complete 16:18:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:18:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:18:58 prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container 16:18:58 $ 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_master/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_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:19:02 $ docker top 926af1d7880e64787bc22bf36db97690b396c483d00a8282054585c5099327a6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:02 + touch /tmp/pre-build-complete [Pipeline] sh 16:19:03 + mkdir -p /var/log/sa [Pipeline] sh 16:19:03 + ls /var/log/sa-host 16:19:03 + sadf -c /var/log/sa-host/sa23 16:19:03 file_magic: OK 16:19:03 HZ: Using current value: 100 16:19:03 file_header: OK 16:19:03 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 16:19:03 Statistics: 16:19:03 Hnuu...uuuununununu... 16:19:03 File successfully converted to sysstat format version 12.2.1 16:19:03 + sadf -c /var/log/sa-host/sa25 16:19:03 file_magic: OK 16:19:03 HZ: Using current value: 100 16:19:03 file_header: OK 16:19:03 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 16:19:03 Statistics: 16:19:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:19:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:19:04 provisioning config files... 16:19:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2419427298200347059tmp [Pipeline] { [Pipeline] echo 16:19:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:19:04 ---> create-netrc.sh [Pipeline] } 16:19:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:19:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:19:06 ---> python-tools-install.sh [Pipeline] echo 16:19:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:19:08 ---> sudo-logs.sh 16:19:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:19:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:19:08 ---> job-cost.sh 16:19:08 lf-activate-venv: SKIPPING 16:19:08 DEBUG: total: 0.20999999344348907 16:19:08 INFO: Retrieving Stack Cost... 16:19:09 INFO: Retrieving Pricing Info for: v1-standard-2 16:19:10 INFO: Archiving Costs [Pipeline] echo 16:19:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:19:10 ---> logs-deploy.sh 16:19:10 lf-activate-venv: SKIPPING 16:19:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/178 16:19:10 INFO: archiving workspace using pattern(s): 16:19:14 Archives upload complete. 16:19:14 INFO: archiving logs to Nexus 16:19:15 ---> uname -a: 16:19:15 Linux prd-centos7-docker-4c-2g-31385.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:19:15 16:19:15 16:19:15 ---> lscpu: 16:19:15 Architecture: x86_64 16:19:15 CPU op-mode(s): 32-bit, 64-bit 16:19:15 Byte Order: Little Endian 16:19:15 Address sizes: 40 bits physical, 48 bits virtual 16:19:15 CPU(s): 4 16:19:15 On-line CPU(s) list: 0-3 16:19:15 Thread(s) per core: 1 16:19:15 Core(s) per socket: 1 16:19:15 Socket(s): 4 16:19:15 NUMA node(s): 1 16:19:15 Vendor ID: GenuineIntel 16:19:15 CPU family: 6 16:19:15 Model: 44 16:19:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:19:15 Stepping: 1 16:19:15 CPU MHz: 2933.438 16:19:15 BogoMIPS: 5866.87 16:19:15 Virtualization: VT-x 16:19:15 Hypervisor vendor: KVM 16:19:15 Virtualization type: full 16:19:15 L1d cache: 128 KiB 16:19:15 L1i cache: 128 KiB 16:19:15 L2 cache: 16 MiB 16:19:15 L3 cache: 64 MiB 16:19:15 NUMA node0 CPU(s): 0-3 16:19:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:19:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:19:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:19:15 Vulnerability Meltdown: Mitigation; PTI 16:19:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:19:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:19:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:19:15 Vulnerability Srbds: Not affected 16:19:15 Vulnerability Tsx async abort: Not affected 16:19:15 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 16:19:15 16:19:15 16:19:15 ---> nproc: 16:19:15 4 16:19:15 16:19:15 16:19:15 ---> df -h: 16:19:15 Filesystem Size Used Available Use% Mounted on 16:19:15 overlay 50.0G 8.5G 41.4G 17% / 16:19:15 tmpfs 64.0M 0 64.0M 0% /dev 16:19:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:19:15 shm 64.0M 0 64.0M 0% /dev/shm 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:19:15 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 16:19:15 16:19:15 16:19:15 ---> free -m: 16:19:15 total used free shared buff/cache available 16:19:15 Mem: 1837 837 154 0 844 933 16:19:15 Swap: 1023 2 1021 16:19:15 16:19:15 16:19:15 ---> ip addr: 16:19:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:19:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:19:15 inet 127.0.0.1/8 scope host lo 16:19:15 valid_lft forever preferred_lft forever 16:19:15 inet6 ::1/128 scope host 16:19:15 valid_lft forever preferred_lft forever 16:19:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:19:15 link/ether fa:16:3e:a2:03:d1 brd ff:ff:ff:ff:ff:ff 16:19:15 inet 10.30.122.166/23 brd 10.30.123.255 scope global dynamic eth0 16:19:15 valid_lft 85663sec preferred_lft 85663sec 16:19:15 inet6 fe80::f816:3eff:fea2:3d1/64 scope link 16:19:15 valid_lft forever preferred_lft forever 16:19:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:19:15 link/ether 02:42:10:48:d9:8d brd ff:ff:ff:ff:ff:ff 16:19:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:19:15 valid_lft forever preferred_lft forever 16:19:15 inet6 fe80::42:10ff:fe48:d98d/64 scope link 16:19:15 valid_lft forever preferred_lft forever 16:19:15 16:19:15 16:19:15 ---> sar -b -r -n DEV: 16:19:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 16:19:15 16:19:15 16:06:44 LINUX RESTART (4 CPU) 16:19:15 16:19:15 16:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:19:15 16:09:01 67.83 20.75 47.08 0.00 5303.16 3971.44 0.00 16:19:15 16:10:01 3.96 0.00 3.96 0.00 0.00 135.31 0.00 16:19:15 16:11:01 0.38 0.00 0.38 0.00 0.00 5.54 0.00 16:19:15 16:12:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 16:19:15 16:13:01 0.38 0.00 0.38 0.00 0.00 5.99 0.00 16:19:15 16:14:01 0.32 0.00 0.32 0.00 0.00 3.50 0.00 16:19:15 16:15:01 0.28 0.00 0.28 0.00 0.00 2.71 0.00 16:19:15 16:16:02 223.75 132.71 91.03 0.00 6287.70 33224.31 0.00 16:19:15 16:17:01 146.26 56.02 90.24 0.00 2921.42 20828.01 0.00 16:19:15 16:18:01 159.21 65.14 94.07 0.00 4038.59 15096.65 0.00 16:19:15 16:19:01 154.93 65.20 89.72 0.00 5072.45 19635.86 0.00 16:19:15 Average: 68.78 30.89 37.89 0.00 2141.22 8438.29 0.00 16:19:15 16:19:15 16:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:19:15 16:09:01 147616 0 604684 32.14 2620 1126624 1147668 39.17 412336 1119396 132 16:19:15 16:10:01 172556 0 579740 30.81 2620 1126628 1075064 36.69 399172 1110156 20 16:19:15 16:11:01 172108 0 580184 30.84 2620 1126632 1069924 36.51 399912 1109732 8 16:19:15 16:12:01 171240 0 581048 30.88 2620 1126636 1070152 36.52 411768 1099284 8 16:19:15 16:13:01 172332 0 579952 30.82 2620 1126640 1069924 36.51 410652 1099276 12 16:19:15 16:14:01 169800 0 582476 30.96 2620 1126648 1070020 36.52 426908 1085972 8 16:19:15 16:15:01 170036 0 582240 30.94 2620 1126648 1069924 36.51 426268 1085972 8 16:19:15 16:16:02 167052 0 692060 36.78 2620 1019812 1536648 52.44 448780 1015472 40 16:19:15 16:17:01 74064 0 786000 41.77 2596 1018884 1625592 55.48 638844 894796 89224 16:19:15 16:18:01 231252 0 809968 43.05 1556 838768 1433448 48.92 540048 766812 40 16:19:15 16:19:01 186424 0 859744 45.69 1552 833824 1545972 52.76 524320 806732 8 16:19:15 Average: 166771 0 658009 34.97 2424 1054340 1246758 42.55 458092 1017600 8137 16:19:15 16:19:15 16:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:19:15 16:09:01 eth0 226.81 170.78 933.43 80.01 0.00 0.00 0.00 0.00 16:19:15 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:09:01 docker0 8.71 5.95 1.94 21.79 0.00 0.00 0.00 0.00 16:19:15 16:10:01 eth0 0.65 0.17 0.05 0.03 0.00 0.00 0.00 0.00 16:19:15 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:11:01 eth0 0.72 0.08 0.07 0.01 0.00 0.00 0.00 0.00 16:19:15 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:12:01 eth0 1.01 0.63 0.54 0.40 0.00 0.00 0.00 0.00 16:19:15 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:13:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:19:15 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:14:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 16:19:15 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:15:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:19:15 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:16:02 veth63beda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:16:02 eth0 409.53 339.61 4066.58 32.88 0.00 0.00 0.00 0.00 16:19:15 16:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:16:02 veth0ef3754 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:17:01 eth0 393.76 353.42 3418.30 92.82 0.00 0.00 0.00 0.00 16:19:15 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:17:01 docker0 31.37 29.39 3.70 183.31 0.00 0.00 0.00 0.00 16:19:15 16:18:01 eth0 139.78 68.01 283.24 20.29 0.00 0.00 0.00 0.00 16:19:15 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:18:01 veth8767a8c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:18:01 docker0 37.11 68.99 2.03 234.27 0.00 0.00 0.00 0.00 16:19:15 16:19:01 eth0 227.88 182.64 2213.17 70.34 0.00 0.00 0.00 0.00 16:19:15 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 16:19:01 docker0 2.57 2.02 0.78 0.96 0.00 0.00 0.00 0.00 16:19:15 Average: eth0 126.86 101.01 989.10 26.79 0.00 0.00 0.00 0.00 16:19:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:15 Average: docker0 6.45 9.14 0.59 38.02 0.00 0.00 0.00 0.00 16:19:15 16:19:15 16:19:15 ---> sar -P ALL: 16:19:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 16:19:15 16:19:15 16:06:44 LINUX RESTART (4 CPU) 16:19:15 16:19:15 16:08:02 CPU %user %nice %system %iowait %steal %idle 16:19:15 16:09:01 all 12.14 0.00 4.78 1.89 24.51 56.67 16:19:15 16:09:01 0 12.85 0.00 4.62 1.17 24.42 56.94 16:19:15 16:09:01 1 10.72 0.00 4.19 1.70 24.13 59.27 16:19:15 16:09:01 2 13.70 0.00 5.44 2.61 24.13 54.12 16:19:15 16:09:01 3 11.34 0.00 4.90 2.09 25.37 56.30 16:19:15 16:10:01 all 0.12 0.00 0.08 0.00 0.40 99.40 16:19:15 16:10:01 0 0.28 0.00 0.07 0.00 0.35 99.30 16:19:15 16:10:01 1 0.05 0.00 0.12 0.00 0.43 99.40 16:19:15 16:10:01 2 0.10 0.00 0.07 0.00 0.71 99.12 16:19:15 16:10:01 3 0.03 0.00 0.07 0.00 0.12 99.78 16:19:15 16:11:01 all 0.12 0.00 0.07 0.00 0.34 99.47 16:19:15 16:11:01 0 0.03 0.00 0.08 0.00 0.32 99.57 16:19:15 16:11:01 1 0.03 0.00 0.03 0.00 0.17 99.77 16:19:15 16:11:01 2 0.07 0.00 0.10 0.00 0.45 99.38 16:19:15 16:11:01 3 0.33 0.00 0.07 0.00 0.43 99.17 16:19:15 16:12:01 all 0.11 0.00 0.06 0.00 0.32 99.52 16:19:15 16:12:01 0 0.03 0.00 0.03 0.00 0.12 99.82 16:19:15 16:12:01 1 0.05 0.00 0.10 0.00 0.18 99.67 16:19:15 16:12:01 2 0.33 0.00 0.07 0.00 0.60 99.00 16:19:15 16:12:01 3 0.02 0.00 0.03 0.00 0.37 99.58 16:19:15 16:13:01 all 0.09 0.00 0.05 0.00 0.30 99.56 16:19:15 16:13:01 0 0.00 0.00 0.03 0.00 0.28 99.68 16:19:15 16:13:01 1 0.27 0.00 0.07 0.00 0.23 99.43 16:19:15 16:13:01 2 0.07 0.00 0.05 0.00 0.43 99.45 16:19:15 16:13:01 3 0.02 0.00 0.07 0.00 0.25 99.67 16:19:15 16:14:01 all 0.12 0.00 0.14 0.00 0.29 99.45 16:19:15 16:14:01 0 0.28 0.00 0.10 0.00 0.28 99.33 16:19:15 16:14:01 1 0.08 0.00 0.22 0.00 0.23 99.47 16:19:15 16:14:01 2 0.07 0.00 0.12 0.00 0.47 99.35 16:19:15 16:14:01 3 0.03 0.00 0.12 0.00 0.18 99.67 16:19:15 16:15:01 all 0.13 0.00 0.02 0.00 0.22 99.62 16:19:15 16:15:01 0 0.02 0.00 0.02 0.00 0.15 99.82 16:19:15 16:15:01 1 0.18 0.00 0.00 0.00 0.33 99.49 16:19:15 16:15:01 2 0.30 0.00 0.07 0.00 0.30 99.33 16:19:15 16:15:01 3 0.02 0.00 0.02 0.00 0.12 99.85 16:19:15 16:16:02 all 4.63 0.00 4.44 1.70 20.13 69.09 16:19:15 16:16:02 0 4.64 0.00 5.00 1.49 20.05 68.82 16:19:15 16:16:02 1 4.34 0.00 4.93 1.02 19.16 70.56 16:19:15 16:16:02 2 4.36 0.00 3.75 1.83 20.16 69.90 16:19:15 16:16:02 3 5.19 0.00 4.10 2.47 21.16 67.09 16:19:15 16:17:01 all 5.02 0.00 4.82 3.56 29.48 57.11 16:19:15 16:17:01 0 3.67 0.00 4.42 2.70 30.26 58.95 16:19:15 16:17:01 1 4.84 0.00 4.20 4.07 28.10 58.79 16:19:15 16:17:01 2 5.56 0.00 5.94 4.23 29.11 55.15 16:19:15 16:17:01 3 6.09 0.00 4.73 3.29 30.42 55.48 16:19:15 16:18:01 all 5.58 0.00 5.41 1.96 20.81 66.25 16:19:15 16:18:01 0 3.05 0.00 4.31 0.94 20.73 70.96 16:19:15 16:18:01 1 5.19 0.00 6.66 3.93 20.83 63.39 16:19:15 16:18:01 2 10.37 0.00 5.55 1.33 20.78 61.96 16:19:15 16:18:01 3 3.83 0.00 5.15 1.64 20.92 68.46 16:19:15 16:19:01 all 4.57 0.00 4.77 3.13 22.01 65.51 16:19:15 16:19:01 0 3.81 0.00 4.24 2.26 23.16 66.53 16:19:15 16:19:01 1 5.84 0.00 5.10 7.05 22.37 59.64 16:19:15 16:19:01 2 4.11 0.00 4.46 1.00 21.37 69.06 16:19:15 16:19:01 3 4.55 0.00 5.32 2.28 21.13 66.72 16:19:15 16:19:15 Average: CPU %user %nice %system %iowait %steal %idle 16:19:15 Average: all 3.04 0.00 2.32 1.16 11.19 82.30 16:19:15 Average: 0 2.67 0.00 2.17 0.82 11.42 82.93 16:19:15 Average: 1 2.95 0.00 2.40 1.68 10.91 82.06 16:19:15 Average: 2 3.61 0.00 2.40 1.04 11.12 81.84 16:19:15 Average: 3 2.93 0.00 2.31 1.11 11.31 82.35 16:19:15 16:19:15 16:19:15