Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5e57747caa5f199a1759cb4e8490db6eac6544c3 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-206 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 Checking out Revision 5e57747caa5f199a1759cb4e8490db6eac6544c3 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 Commit message: "Merge pull request #582 from weichou1229/issue-581" > git rev-list --no-walk 205e078090c85c2987ffa64a69d75c76dffd8e81 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:36:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:36:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:36:11 ========================================================= 05:36:11 EdgeX Global Pipelines Version Info 05:36:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:36:13 ------------------- 05:36:13 stable info: 05:36:13 ------------------- 05:36:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:36:13 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 05:36:13 Message: update stable to v1.0.186 05:36:14 ------------------- 05:36:14 experimental info: 05:36:14 ------------------- 05:36:14 Commited By: **** collab-it+edgex@linuxfoundation.org 05:36:14 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 05:36:14 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:36:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e57747caa5f199a1759cb4e8490db6eac6544c3 [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e57747 [Pipeline] echo 05:36:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:36:15 + git log --format=format:%s -1 5e57747caa5f199a1759cb4e8490db6eac6544c3 [Pipeline] echo 05:36:15 GIT_COMMIT: 5e57747caa5f199a1759cb4e8490db6eac6544c3, Commit Message: Merge pull request #582 from weichou1229/issue-581 [Pipeline] echo 05:36:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:36:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:36:17 05:36:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:36:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:36:17 latest: Pulling from edgex-devops/git-semver 05:36:17 31603596830f: Pulling fs layer 05:36:17 2a8b12db71e7: Pulling fs layer 05:36:17 6ca5941a6612: Pulling fs layer 05:36:17 ecc8261a40a4: Pulling fs layer 05:36:17 ecc8261a40a4: Waiting 05:36:17 2a8b12db71e7: Verifying Checksum 05:36:17 2a8b12db71e7: Download complete 05:36:17 31603596830f: Verifying Checksum 05:36:17 31603596830f: Download complete 05:36:17 ecc8261a40a4: Verifying Checksum 05:36:17 ecc8261a40a4: Download complete 05:36:17 6ca5941a6612: Verifying Checksum 05:36:17 6ca5941a6612: Download complete 05:36:17 31603596830f: Pull complete 05:36:18 2a8b12db71e7: Pull complete 05:36:19 6ca5941a6612: Pull complete 05:36:19 ecc8261a40a4: Pull complete 05:36:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:36:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:36:19 prd-centos7-docker-4c-2g-206 does not seem to be running inside a container 05:36:19 $ 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 05:36:21 $ docker top cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:36:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:36:21 [ssh-agent] Looking for ssh-agent implementation... 05:36:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:36:22 $ docker exec cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 ssh-agent 05:36:22 SSH_AUTH_SOCK=/tmp/ssh-OKL13zzS3qEO/agent.11 05:36:22 SSH_AGENT_PID=16 05:36:22 Running ssh-add (command line suppressed) 05:36:22 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7147408428251660410.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7147408428251660410.key) 05:36:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:36:22 + git tag --points-at HEAD [Pipeline] } 05:36:22 $ docker exec --env ******** --env ******** cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 ssh-agent -k 05:36:22 unset SSH_AUTH_SOCK; 05:36:22 unset SSH_AGENT_PID; 05:36:22 echo Agent pid 16 killed; 05:36:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:36:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:36:23 [ssh-agent] Looking for ssh-agent implementation... 05:36:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:36:23 $ docker exec cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 ssh-agent 05:36:23 SSH_AUTH_SOCK=/tmp/ssh-Pu1l4LTnfuaN/agent.44 05:36:23 SSH_AGENT_PID=50 05:36:23 Running ssh-add (command line suppressed) 05:36:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5700813303163980316.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5700813303163980316.key) 05:36:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:36:23 + git semver init 05:36:23 # -> Open(): unable to determine branch for HEAD 05:36:23 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:36:23 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:36:23 # $SEMVER_REMOTE_NAME = origin 05:36:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:36:23 # $SEMVER_USER_NAME = edgex-jenkins 05:36:23 # $SEMVER_BRANCH = master 05:36:23 # $SEMVER_TEMP = /tmp/semver-567001155 05:36:23 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:36:24 # '/tmp/semver-567001155' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 05:36:24 # -> Force: false 05:36:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 05:36:24 $ docker exec --env ******** --env ******** cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 ssh-agent -k 05:36:25 unset SSH_AUTH_SOCK; 05:36:25 unset SSH_AGENT_PID; 05:36:25 echo Agent pid 50 killed; 05:36:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:36:25 + git semver [Pipeline] } 05:36:25 $ docker stop --time=1 cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 05:36:27 $ docker rm -f cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 [Pipeline] // withDockerContainer [Pipeline] sh 05:36:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:36:28 Stashed 1 file(s) [Pipeline] echo 05:36:28 [edgeXSemver]: initialized semver on version 2.0.0-dev.67 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 05:36:43 Still waiting to schedule task 05:36:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:36:43 Still waiting to schedule task 05:36:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:38:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-207 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 05:38:27 Running in /w/workspace/go-mod-core-contracts/186 [Pipeline] { [Pipeline] checkout 05:38:33 using credential edgex-jenkins-ssh 05:38:33 Cloning the remote Git repository 05:38:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:38:33 > git init /w/workspace/go-mod-core-contracts/186 # timeout=10 05:38:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:38:33 > git --version # timeout=10 05:38:33 > git --version # 'git version 2.17.1' 05:38:33 using GIT_SSH to set credentials SSH Credentials for GitHub 05:38:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:38:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:38:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:38:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:38:35 Checking out Revision 5e57747caa5f199a1759cb4e8490db6eac6544c3 (master) 05:38:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:38:35 using GIT_SSH to set credentials SSH Credentials for GitHub 05:38:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:38:35 > git config core.sparsecheckout # timeout=10 05:38:35 > git checkout -f 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 05:38:40 Commit message: "Merge pull request #582 from weichou1229/issue-581" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:38:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:38:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:38:42 + sudo service docker restart 05:38:42 + true [Pipeline] unstash [Pipeline] echo 05:38:45 ========================================================= 05:38:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:38:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:38:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 05:38:46 Sending build context to Docker daemon 2.928MB 05:38:46 Step 1/7 : ARG BASE=golang:1.15-alpine 05:38:46 Step 2/7 : FROM ${BASE} 05:38:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:38:47 5f621e34cdf4: Pulling fs layer 05:38:47 a4357932f1b6: Pulling fs layer 05:38:47 18c013af1878: Pulling fs layer 05:38:47 00ac8860ef70: Pulling fs layer 05:38:47 63d7cb157983: Pulling fs layer 05:38:47 b116817d02f9: Pulling fs layer 05:38:47 745a02a5169b: Pulling fs layer 05:38:47 00ac8860ef70: Waiting 05:38:47 63d7cb157983: Waiting 05:38:47 745a02a5169b: Waiting 05:38:47 b116817d02f9: Waiting 05:38:47 18c013af1878: Verifying Checksum 05:38:47 18c013af1878: Download complete 05:38:47 a4357932f1b6: Verifying Checksum 05:38:47 a4357932f1b6: Download complete 05:38:47 63d7cb157983: Verifying Checksum 05:38:47 63d7cb157983: Download complete 05:38:47 b116817d02f9: Download complete 05:38:47 5f621e34cdf4: Verifying Checksum 05:38:47 5f621e34cdf4: Download complete 05:38:48 5f621e34cdf4: Pull complete 05:38:48 a4357932f1b6: Pull complete 05:38:48 18c013af1878: Pull complete 05:38:49 745a02a5169b: Verifying Checksum 05:38:49 745a02a5169b: Download complete 05:38:51 00ac8860ef70: Verifying Checksum 05:38:51 00ac8860ef70: Download complete 05:39:01 00ac8860ef70: Pull complete 05:39:01 63d7cb157983: Pull complete 05:39:02 b116817d02f9: Pull complete 05:39:05 745a02a5169b: Pull complete 05:39:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:39:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:39:05 ---> b7e6874047d6 05:39:05 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:39:08 ---> Running in 2adc4d228629 05:39:08 Removing intermediate container 2adc4d228629 05:39:08 ---> b1503aadda5b 05:39:08 Step 4/7 : RUN apk add bash 05:39:08 ---> Running in b3b9df617dc1 05:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:39:12 OK: 142 MiB in 39 packages 05:39:13 Removing intermediate container b3b9df617dc1 05:39:13 ---> 8b78458bad13 05:39:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:39:13 ---> Running in fb5bbff0d868 05:39:13 Removing intermediate container fb5bbff0d868 05:39:13 ---> 83042e17f0de 05:39:13 Step 6/7 : COPY go.mod . 05:39:14 ---> f12d77677190 05:39:14 Step 7/7 : RUN go mod download 05:39:14 ---> Running in 314b0976d56a 05:39:15 Running on prd-centos7-docker-4c-2g-208 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 05:39:15 Running in /w/workspace/go-mod-core-contracts/186 [Pipeline] { [Pipeline] checkout 05:39:18 using credential edgex-jenkins-ssh 05:39:18 Cloning the remote Git repository 05:39:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:39:18 > git init /w/workspace/go-mod-core-contracts/186 # timeout=10 05:39:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:39:18 > git --version # timeout=10 05:39:18 > git --version # 'git version 2.24.3' 05:39:18 using GIT_SSH to set credentials SSH Credentials for GitHub 05:39:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:39:19 Checking out Revision 5e57747caa5f199a1759cb4e8490db6eac6544c3 (master) 05:39:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:39:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:39:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:39:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:39:19 using GIT_SSH to set credentials SSH Credentials for GitHub 05:39:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:39:19 > git config core.sparsecheckout # timeout=10 05:39:19 > git checkout -f 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 05:39:23 Commit message: "Merge pull request #582 from weichou1229/issue-581" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:39:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:39:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:39:24 + sudo service docker restart 05:39:24 + true 05:39:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 05:39:26 ========================================================= 05:39:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:39:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:39:26 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 05:39:27 Sending build context to Docker daemon 2.93MB 05:39:27 Step 1/7 : ARG BASE=golang:1.15-alpine 05:39:27 Step 2/7 : FROM ${BASE} 05:39:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:39:27 188c0c94c7c5: Pulling fs layer 05:39:27 0ef7d3d256c8: Pulling fs layer 05:39:27 de9db76c5a1d: Pulling fs layer 05:39:27 bca2f99d35d6: Pulling fs layer 05:39:27 93359f2a8cfa: Pulling fs layer 05:39:27 7c6f9722023f: Pulling fs layer 05:39:27 a35cf1a2eb13: Pulling fs layer 05:39:27 93359f2a8cfa: Waiting 05:39:27 7c6f9722023f: Waiting 05:39:27 a35cf1a2eb13: Waiting 05:39:27 bca2f99d35d6: Waiting 05:39:27 de9db76c5a1d: Verifying Checksum 05:39:27 de9db76c5a1d: Download complete 05:39:27 0ef7d3d256c8: Download complete 05:39:27 93359f2a8cfa: Verifying Checksum 05:39:27 93359f2a8cfa: Download complete 05:39:27 7c6f9722023f: Verifying Checksum 05:39:27 7c6f9722023f: Download complete 05:39:27 188c0c94c7c5: Verifying Checksum 05:39:27 188c0c94c7c5: Download complete 05:39:27 188c0c94c7c5: Pull complete 05:39:27 0ef7d3d256c8: Pull complete 05:39:28 de9db76c5a1d: Pull complete 05:39:29 a35cf1a2eb13: Verifying Checksum 05:39:29 a35cf1a2eb13: Download complete 05:39:29 bca2f99d35d6: Download complete 05:39:33 Removing intermediate container 314b0976d56a 05:39:33 ---> 2ff94b033926 05:39:33 Successfully built 2ff94b033926 05:39:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:39:33 + docker inspect -f . ci-base-image-arm64 05:39:33 . [Pipeline] withDockerContainer 05:39:33 prd-ubuntu18.04-docker-arm64-4c-16g-207 does not seem to be running inside a container 05:39:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/186 -v /w/workspace/go-mod-core-contracts/186:/w/workspace/go-mod-core-contracts/186:rw,z -v /w/workspace/go-mod-core-contracts/186@tmp:/w/workspace/go-mod-core-contracts/186@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 05:39:35 bca2f99d35d6: Pull complete 05:39:35 93359f2a8cfa: Pull complete 05:39:35 7c6f9722023f: Pull complete 05:39:35 $ docker top e3b459cadd99da604034d7174931ebc5bce04d8a6801a6ac74c8eaef7d39fafb -eo pid,comm [Pipeline] { [Pipeline] sh 05:39:36 + go version 05:39:36 go version go1.15.5 linux/arm64 [Pipeline] } 05:39:36 $ docker stop --time=1 e3b459cadd99da604034d7174931ebc5bce04d8a6801a6ac74c8eaef7d39fafb 05:39:38 $ docker rm -f e3b459cadd99da604034d7174931ebc5bce04d8a6801a6ac74c8eaef7d39fafb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:39:39 + docker inspect -f . ci-base-image-arm64 05:39:39 . [Pipeline] withDockerContainer 05:39:39 prd-ubuntu18.04-docker-arm64-4c-16g-207 does not seem to be running inside a container 05:39:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/186 -v /w/workspace/go-mod-core-contracts/186:/w/workspace/go-mod-core-contracts/186:rw,z -v /w/workspace/go-mod-core-contracts/186@tmp:/w/workspace/go-mod-core-contracts/186@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 05:39:40 $ docker top d86b850f8d8df3340284ab0f9cd250af8d71151e4aab1a56d6d2475cb50d0bc5 -eo pid,comm [Pipeline] { [Pipeline] sh 05:39:41 + make test 05:39:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:39:45 a35cf1a2eb13: Pull complete 05:39:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:39:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:39:45 ---> a62c8e92a672 05:39:45 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:39:45 ---> Running in e4b95a23f91f 05:39:45 Removing intermediate container e4b95a23f91f 05:39:45 ---> 14ddb84c0ec4 05:39:45 Step 4/7 : RUN apk add bash 05:39:45 ---> Running in a7aaeab36633 05:39:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:39:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:39:46 OK: 166 MiB in 39 packages 05:39:46 Removing intermediate container a7aaeab36633 05:39:46 ---> c5ffba2d2acd 05:39:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:39:46 ---> Running in 99b56d32001f 05:39:46 Removing intermediate container 99b56d32001f 05:39:46 ---> 44602f893f7d 05:39:46 Step 6/7 : COPY go.mod . 05:39:47 ---> 59c571fd2148 05:39:47 Step 7/7 : RUN go mod download 05:39:47 ---> Running in 9455948addfc 05:40:02 Removing intermediate container 9455948addfc 05:40:02 ---> 90d1d2295657 05:40:02 Successfully built 90d1d2295657 05:40:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:40:02 + docker inspect -f . ci-base-image-x86_64 05:40:02 . [Pipeline] withDockerContainer 05:40:02 prd-centos7-docker-4c-2g-208 does not seem to be running inside a container 05:40:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/186 -v /w/workspace/go-mod-core-contracts/186:/w/workspace/go-mod-core-contracts/186:rw,z -v /w/workspace/go-mod-core-contracts/186@tmp:/w/workspace/go-mod-core-contracts/186@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 ******** ci-base-image-x86_64 cat 05:40:03 $ docker top 7fc8e613908bbc94ebc912da68c90071f185ea3098679c1e457f67b418be82ec -eo pid,comm [Pipeline] { [Pipeline] sh 05:40:03 + go version 05:40:03 go version go1.15.5 linux/amd64 [Pipeline] } 05:40:03 $ docker stop --time=1 7fc8e613908bbc94ebc912da68c90071f185ea3098679c1e457f67b418be82ec 05:40:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:40:05 $ docker rm -f 7fc8e613908bbc94ebc912da68c90071f185ea3098679c1e457f67b418be82ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:40:05 + docker inspect -f . ci-base-image-x86_64 05:40:05 . [Pipeline] withDockerContainer 05:40:05 prd-centos7-docker-4c-2g-208 does not seem to be running inside a container 05:40:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/186 -v /w/workspace/go-mod-core-contracts/186:/w/workspace/go-mod-core-contracts/186:rw,z -v /w/workspace/go-mod-core-contracts/186@tmp:/w/workspace/go-mod-core-contracts/186@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 ******** ci-base-image-x86_64 cat 05:40:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.036s coverage: 85.7% of statements 05:40:06 $ docker top de9cd2779fde281af771e741323958523081d2d0716487fdfd651e3942a750a4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:40:06 + make test 05:40:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:40:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.063s coverage: 100.0% of statements 05:40:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.054s coverage: 45.4% of statements 05:40:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.070s coverage: 77.8% of statements 05:40:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:40:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements 05:40:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements 05:40:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.032s coverage: 100.0% of statements 05:40:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.104s coverage: 91.8% of statements 05:40:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:40:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:40:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.033s coverage: 100.0% of statements 05:40:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.026s coverage: 35.5% of statements 05:40:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:40:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements 05:40:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.019s coverage: 100.0% of statements 05:40:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.022s coverage: 45.4% of statements 05:40:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.057s coverage: 77.8% of statements 05:40:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:40:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements 05:40:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.013s coverage: 14.7% of statements 05:40:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements 05:40:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements 05:40:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:40:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:40:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements 05:40:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 35.5% of statements 05:40:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 63.0% of statements 05:40:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements 05:40:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements 05:40:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.019s coverage: 15.4% of statements 05:40:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.031s coverage: 14.3% of statements 05:40:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:40:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.127s coverage: 63.0% of statements 05:40:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.016s coverage: 26.3% of statements 05:40:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements 05:40:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.010s coverage: 15.4% of statements 05:40:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.034s coverage: 14.3% of statements 05:40:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.104s coverage: 84.4% of statements 05:40:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:40:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:40:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.034s coverage: 49.7% of statements 05:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.009s coverage: 94.7% of statements 05:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.261s coverage: 84.4% of statements 05:40:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:40:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:40:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.046s coverage: 87.1% of statements 05:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 05:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements 05:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.063s coverage: 49.7% of statements 05:40:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:40:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.047s coverage: 94.7% of statements 05:40:22 gofmt -l . 05:40:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:40:23 $ docker stop --time=1 de9cd2779fde281af771e741323958523081d2d0716487fdfd651e3942a750a4 05:40:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.176s coverage: 87.1% of statements 05:40:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.031s coverage: 100.0% of statements 05:40:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.036s coverage: 69.6% of statements 05:40:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:40:25 $ docker rm -f de9cd2779fde281af771e741323958523081d2d0716487fdfd651e3942a750a4 [Pipeline] // withDockerContainer [Pipeline] sh 05:40:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:40:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:40:27 ---> job-cost.sh 05:40:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZKCT 05:40:30 gofmt -l . 05:40:30 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:40:31 $ docker stop --time=1 d86b850f8d8df3340284ab0f9cd250af8d71151e4aab1a56d6d2475cb50d0bc5 05:40:33 $ docker rm -f d86b850f8d8df3340284ab0f9cd250af8d71151e4aab1a56d6d2475cb50d0bc5 [Pipeline] // withDockerContainer [Pipeline] sh 05:40:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:40:34 Warning: overwriting stash ‘coverage-report’ 05:40:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:40:36 ---> job-cost.sh 05:40:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2NqL 05:40:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:41:08 lf-activate-venv(): INFO: Adding /tmp/venv-ZKCT/bin to PATH 05:41:08 INFO: No Stack... 05:41:08 INFO: Retrieving Pricing Info for: v1-standard-2 05:41:09 INFO: Archiving Costs [Pipeline] sh 05:41:09 + cut -d, -f6 05:41:09 + cat /w/workspace/go-mod-core-contracts/186/archives/cost.csv [Pipeline] lock 05:41:09 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] 05:41:09 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] did not exist. Created. 05:41:09 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:41:09 + echo total: 0.029999999329447746 [Pipeline] stash 05:41:10 Stashed 1 file(s) [Pipeline] } 05:41:10 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:41:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:42:36 lf-activate-venv(): INFO: Adding /tmp/venv-2NqL/bin to PATH 05:42:36 INFO: No Stack... 05:42:38 INFO: Retrieving Pricing Info for: lf-standard-4 05:42:38 INFO: Archiving Costs [Pipeline] sh 05:42:38 + cut -d, -f6 05:42:38 + cat /w/workspace/go-mod-core-contracts/186/archives/cost.csv [Pipeline] lock 05:42:39 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] 05:42:39 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] did not exist. Created. 05:42:39 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:42:39 /w/workspace/go-mod-core-contracts/186@tmp/durable-be7ec10c/script.sh: 1: /w/workspace/go-mod-core-contracts/186@tmp/durable-be7ec10c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:42:39 + echo total: 0.20999999344348907 [Pipeline] stash 05:42:39 Warning: overwriting stash ‘stack-cost’ 05:42:39 Stashed 1 file(s) [Pipeline] } 05:42:40 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 05:42:40 provisioning config files... 05:42:40 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6961395776391920842tmp [Pipeline] { [Pipeline] sh 05:42:40 + set +x 05:42:40 + curl -s https://codecov.io/bash 05:42:40 + bash -s -- 05:42:41 05:42:41 _____ _ 05:42:41 / ____| | | 05:42:41 | | ___ __| | ___ ___ _____ __ 05:42:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:42:41 | |___| (_) | (_| | __/ (_| (_) \ V / 05:42:41 \_____\___/ \__,_|\___|\___\___/ \_/ 05:42:41 Bash-1.0.1 05:42:41 05:42:41 05:42:41 ==> git version 2.24.3 found 05:42:41 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:42:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:42:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:42:41 ==> Jenkins CI detected. 05:42:41 project root: . 05:42:41 --> token set from env 05:42:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:42:41 ==> Running gcov in . (disable via -X gcov) 05:42:41 ==> Python coveragepy not found 05:42:41 ==> Searching for coverage reports in: 05:42:41 + . 05:42:41 -> Found 1 reports 05:42:41 ==> Detecting git/mercurial file structure 05:42:41 ==> Reading reports 05:42:41 + ./coverage.out bytes=165729 05:42:41 ==> Appending adjustments 05:42:41 https://docs.codecov.io/docs/fixing-reports 05:42:42 + Found adjustments 05:42:42 ==> Gzipping contents 05:42:42 24K /tmp/codecov.VJYBtS.gz 05:42:42 ==> Uploading reports 05:42:42 url: https://codecov.io 05:42:42 query: branch=master&commit=5e57747caa5f199a1759cb4e8490db6eac6544c3&build=186&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F186%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 05:42:42 -> Pinging Codecov 05:42:42 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=5e57747caa5f199a1759cb4e8490db6eac6544c3&build=186&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F186%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 05:42:42 -> Uploading to 05:42:42 https://storage.googleapis.com/codecov/v4/raw/2021-04-15/71470A77251A30514AAF9C0BB2E5B6CE/5e57747caa5f199a1759cb4e8490db6eac6544c3/6cdc5cf5-3d44-4d82-a4d3-3aeec4774770.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T054242Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=682fefd33a584c956e220a6ab7b409abf6021dccb328d9f8edb80006e0726a49 05:42:42 % Total % Received % Xferd Average Speed Time Time Time Current 05:42:42 Dload Upload Total Spent Left Speed 05:42:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24568 0 0 100 24568 0 43753 --:--:-- --:--:-- --:--:-- 43793 05:42:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/5e57747caa5f199a1759cb4e8490db6eac6544c3 [Pipeline] } 05:42:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:42:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:42:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:42:44 05:42:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:42:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:42:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:42:44 188c0c94c7c5: Pulling fs layer 05:42:44 0ef7d3d256c8: Pulling fs layer 05:42:44 de9db76c5a1d: Pulling fs layer 05:42:44 0eba1c9be4d2: Pulling fs layer 05:42:44 0d57e429df01: Pulling fs layer 05:42:44 4e4be7b47b0d: Pulling fs layer 05:42:44 e1f770b5df2f: Pulling fs layer 05:42:44 85a0685a4137: Pulling fs layer 05:42:44 0d57e429df01: Waiting 05:42:44 4e4be7b47b0d: Waiting 05:42:44 e1f770b5df2f: Waiting 05:42:44 0eba1c9be4d2: Waiting 05:42:44 85a0685a4137: Waiting 05:42:44 de9db76c5a1d: Download complete 05:42:44 0ef7d3d256c8: Verifying Checksum 05:42:44 0ef7d3d256c8: Download complete 05:42:44 0d57e429df01: Verifying Checksum 05:42:44 0d57e429df01: Download complete 05:42:44 4e4be7b47b0d: Download complete 05:42:45 188c0c94c7c5: Verifying Checksum 05:42:45 188c0c94c7c5: Pull complete 05:42:45 0ef7d3d256c8: Pull complete 05:42:45 de9db76c5a1d: Pull complete 05:42:46 e1f770b5df2f: Verifying Checksum 05:42:46 e1f770b5df2f: Download complete 05:42:49 0eba1c9be4d2: Verifying Checksum 05:42:49 0eba1c9be4d2: Download complete 05:42:49 85a0685a4137: Verifying Checksum 05:42:49 85a0685a4137: Download complete 05:42:55 0eba1c9be4d2: Pull complete 05:42:55 0d57e429df01: Pull complete 05:42:55 4e4be7b47b0d: Pull complete 05:42:58 e1f770b5df2f: Pull complete 05:43:06 85a0685a4137: Pull complete 05:43:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:43:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:43:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:43:06 prd-centos7-docker-4c-2g-206 does not seem to be running inside a container 05:43:06 $ 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 05:43:07 $ docker top bbbaf5027e39afb8890f64dcd4ccb85d665171dc476afa75aca888fb45d18c39 -eo pid,comm [Pipeline] { [Pipeline] echo 05:43:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:43:08 + set -o pipefail 05:43:08 + snyk monitor '--org=edgex-jenkins' 05:43:14 05:43:14 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 05:43:14 05:43:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/e6793625-6926-4aaf-a659-ab71dc6e840b 05:43:14 05:43:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:43:14 05:43:14 05:43:14 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 05:43:14 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:43:14 $ docker stop --time=1 bbbaf5027e39afb8890f64dcd4ccb85d665171dc476afa75aca888fb45d18c39 05:43:17 $ docker rm -f bbbaf5027e39afb8890f64dcd4ccb85d665171dc476afa75aca888fb45d18c39 [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 05:43:18 + git log --format=format:%s -1 5e57747caa5f199a1759cb4e8490db6eac6544c3 [Pipeline] isUnix [Pipeline] sh 05:43:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:43:19 . [Pipeline] withDockerContainer 05:43:19 prd-centos7-docker-4c-2g-206 does not seem to be running inside a container 05:43:19 $ 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 05:43:20 $ docker top e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:43:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:43:20 [ssh-agent] Looking for ssh-agent implementation... 05:43:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:43:20 $ docker exec e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf ssh-agent 05:43:20 SSH_AUTH_SOCK=/tmp/ssh-XRtcKzoWpj07/agent.12 05:43:20 SSH_AGENT_PID=17 05:43:20 Running ssh-add (command line suppressed) 05:43:20 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9069200412488688855.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9069200412488688855.key) 05:43:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:43:21 + git semver tag 05:43:21 # -> Open(): unable to determine branch for HEAD 05:43:21 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:43:21 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:43:21 # $SEMVER_REMOTE_NAME = origin 05:43:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:43:21 # $SEMVER_USER_NAME = edgex-jenkins 05:43:21 # $SEMVER_BRANCH = master 05:43:21 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 05:43:21 # 5e57747caa5f199a1759cb4e8490db6eac6544c3 HEAD 05:43:21 # -> Force: false 05:43:21 # 32f4cd071b873be46d76b6fb12a94d4570fa443c refs/tags/v2.0.0-dev.67 [Pipeline] } 05:43:21 $ docker exec --env ******** --env ******** e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf ssh-agent -k 05:43:21 unset SSH_AUTH_SOCK; 05:43:21 unset SSH_AGENT_PID; 05:43:21 echo Agent pid 17 killed; 05:43:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:43:22 + git semver [Pipeline] } 05:43:22 $ docker stop --time=1 e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf 05:43:23 $ docker rm -f e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:43:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:43:24 05:43:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:43:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:43:24 0.23.1-centos7: Pulling from edgex-lftools 05:43:24 ab5ef0e58194: Pulling fs layer 05:43:24 9712f1f96733: Pulling fs layer 05:43:24 63f879dbbcfc: Pulling fs layer 05:43:24 0d9ebad4ef96: Pulling fs layer 05:43:24 e9a5061849ea: Pulling fs layer 05:43:24 d747dcd14b5f: Pulling fs layer 05:43:24 2de7ff778b66: Pulling fs layer 05:43:24 e9a5061849ea: Waiting 05:43:24 d747dcd14b5f: Waiting 05:43:24 2de7ff778b66: Waiting 05:43:24 0d9ebad4ef96: Waiting 05:43:24 9712f1f96733: Verifying Checksum 05:43:24 9712f1f96733: Download complete 05:43:26 63f879dbbcfc: Verifying Checksum 05:43:26 63f879dbbcfc: Download complete 05:43:26 e9a5061849ea: Verifying Checksum 05:43:26 e9a5061849ea: Download complete 05:43:26 d747dcd14b5f: Verifying Checksum 05:43:26 d747dcd14b5f: Download complete 05:43:27 0d9ebad4ef96: Verifying Checksum 05:43:27 0d9ebad4ef96: Download complete 05:43:27 2de7ff778b66: Verifying Checksum 05:43:27 2de7ff778b66: Download complete 05:43:27 ab5ef0e58194: Verifying Checksum 05:43:27 ab5ef0e58194: Download complete 05:43:32 ab5ef0e58194: Pull complete 05:43:32 9712f1f96733: Pull complete 05:43:35 63f879dbbcfc: Pull complete 05:43:42 0d9ebad4ef96: Pull complete 05:43:43 e9a5061849ea: Pull complete 05:43:43 d747dcd14b5f: Pull complete 05:43:46 2de7ff778b66: Pull complete 05:43:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:43:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:43:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:43:46 prd-centos7-docker-4c-2g-206 does not seem to be running inside a container 05:43:46 $ 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 05:43:50 $ docker top 0d57c9c3264678c2355103e54f46baf15dd3c1301d5194887091f6f3dc9ce4a7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:43:50 provisioning config files... 05:43:50 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7001048991394896111tmp 05:43:50 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3134705081059770002tmp 05:43:50 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1477557772694378253tmp [Pipeline] { [Pipeline] echo 05:43:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:43:50 ---> sigul-configuration.sh 05:43:50 gpg: directory `/root/.gnupg' created 05:43:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:43:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:43:50 gpg: keyring `/root/.gnupg/secring.gpg' created 05:43:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:43:50 gpg: CAST5 encrypted data 05:43:50 gpg: encrypted with 1 passphrase 05:43:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:43:51 + mkdir /home/jenkins 05:43:51 + mkdir /home/jenkins/sigul [Pipeline] sh 05:43:51 + 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 05:43:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:43:51 ---> sigul-install.sh 05:43:58 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:43:58 + git tag --list 05:43:58 v0.0.0 05:43:58 v0.0.1 05:43:58 v0.1.0 05:43:58 v0.1.1 05:43:58 v0.1.10 05:43:58 v0.1.100 05:43:58 v0.1.101 05:43:58 v0.1.102 05:43:58 v0.1.103 05:43:58 v0.1.104 05:43:58 v0.1.105 05:43:58 v0.1.106 05:43:58 v0.1.107 05:43:58 v0.1.108 05:43:58 v0.1.109 05:43:58 v0.1.11 05:43:58 v0.1.110 05:43:58 v0.1.111 05:43:58 v0.1.112 05:43:58 v0.1.113 05:43:58 v0.1.114 05:43:58 v0.1.115 05:43:58 v0.1.116 05:43:58 v0.1.117 05:43:58 v0.1.118 05:43:58 v0.1.119 05:43:58 v0.1.12 05:43:58 v0.1.120 05:43:58 v0.1.121 05:43:58 v0.1.122 05:43:58 v0.1.123 05:43:58 v0.1.124 05:43:58 v0.1.125 05:43:58 v0.1.126 05:43:58 v0.1.127 05:43:58 v0.1.128 05:43:58 v0.1.129 05:43:58 v0.1.13 05:43:58 v0.1.130 05:43:58 v0.1.131 05:43:58 v0.1.132 05:43:58 v0.1.133 05:43:58 v0.1.134 05:43:58 v0.1.135 05:43:58 v0.1.136 05:43:58 v0.1.137 05:43:58 v0.1.138 05:43:58 v0.1.139 05:43:58 v0.1.14 05:43:58 v0.1.140 05:43:58 v0.1.141 05:43:58 v0.1.142 05:43:58 v0.1.143 05:43:58 v0.1.144 05:43:58 v0.1.145 05:43:58 v0.1.146 05:43:58 v0.1.147 05:43:58 v0.1.148 05:43:58 v0.1.149 05:43:58 v0.1.15 05:43:58 v0.1.16 05:43:58 v0.1.17 05:43:58 v0.1.18 05:43:58 v0.1.19 05:43:58 v0.1.2 05:43:58 v0.1.20 05:43:58 v0.1.21 05:43:58 v0.1.22 05:43:58 v0.1.23 05:43:58 v0.1.24 05:43:58 v0.1.25 05:43:58 v0.1.26 05:43:58 v0.1.27 05:43:58 v0.1.28 05:43:58 v0.1.29 05:43:58 v0.1.3 05:43:58 v0.1.30 05:43:58 v0.1.31 05:43:58 v0.1.32 05:43:58 v0.1.33 05:43:58 v0.1.34 05:43:58 v0.1.35 05:43:58 v0.1.36 05:43:58 v0.1.37 05:43:58 v0.1.38 05:43:58 v0.1.39 05:43:58 v0.1.4 05:43:58 v0.1.40 05:43:58 v0.1.41 05:43:58 v0.1.42 05:43:58 v0.1.43 05:43:58 v0.1.44 05:43:58 v0.1.45 05:43:58 v0.1.46 05:43:58 v0.1.47 05:43:58 v0.1.48 05:43:58 v0.1.49 05:43:58 v0.1.5 05:43:58 v0.1.50 05:43:58 v0.1.51 05:43:58 v0.1.52 05:43:58 v0.1.53 05:43:58 v0.1.54 05:43:58 v0.1.55 05:43:58 v0.1.56 05:43:58 v0.1.57 05:43:58 v0.1.58 05:43:58 v0.1.59 05:43:58 v0.1.6 05:43:58 v0.1.60 05:43:58 v0.1.61 05:43:58 v0.1.62 05:43:58 v0.1.63 05:43:58 v0.1.64 05:43:58 v0.1.65 05:43:58 v0.1.66 05:43:58 v0.1.67 05:43:58 v0.1.68 05:43:58 v0.1.69 05:43:58 v0.1.7 05:43:58 v0.1.70 05:43:58 v0.1.71 05:43:58 v0.1.72 05:43:58 v0.1.73 05:43:58 v0.1.74 05:43:58 v0.1.75 05:43:58 v0.1.76 05:43:58 v0.1.77 05:43:58 v0.1.78 05:43:58 v0.1.79 05:43:58 v0.1.8 05:43:58 v0.1.80 05:43:58 v0.1.81 05:43:58 v0.1.82 05:43:58 v0.1.83 05:43:58 v0.1.84 05:43:58 v0.1.85 05:43:58 v0.1.86 05:43:58 v0.1.87 05:43:58 v0.1.88 05:43:58 v0.1.89 05:43:58 v0.1.9 05:43:58 v0.1.90 05:43:58 v0.1.91 05:43:58 v0.1.92 05:43:58 v0.1.93 05:43:58 v0.1.94 05:43:58 v0.1.95 05:43:58 v0.1.96 05:43:58 v0.1.97 05:43:58 v0.1.98 05:43:58 v0.1.99 05:43:58 v2.0.0-dev.1 05:43:58 v2.0.0-dev.10 05:43:58 v2.0.0-dev.11 05:43:58 v2.0.0-dev.12 05:43:58 v2.0.0-dev.13 05:43:58 v2.0.0-dev.14 05:43:58 v2.0.0-dev.15 05:43:58 v2.0.0-dev.16 05:43:58 v2.0.0-dev.17 05:43:58 v2.0.0-dev.18 05:43:58 v2.0.0-dev.19 05:43:58 v2.0.0-dev.2 05:43:58 v2.0.0-dev.20 05:43:58 v2.0.0-dev.21 05:43:58 v2.0.0-dev.22 05:43:58 v2.0.0-dev.23 05:43:58 v2.0.0-dev.24 05:43:58 v2.0.0-dev.25 05:43:58 v2.0.0-dev.26 05:43:58 v2.0.0-dev.27 05:43:58 v2.0.0-dev.28 05:43:58 v2.0.0-dev.29 05:43:58 v2.0.0-dev.3 05:43:58 v2.0.0-dev.30 05:43:58 v2.0.0-dev.31 05:43:58 v2.0.0-dev.32 05:43:58 v2.0.0-dev.33 05:43:58 v2.0.0-dev.34 05:43:58 v2.0.0-dev.35 05:43:58 v2.0.0-dev.36 05:43:58 v2.0.0-dev.37 05:43:58 v2.0.0-dev.38 05:43:58 v2.0.0-dev.39 05:43:58 v2.0.0-dev.4 05:43:58 v2.0.0-dev.40 05:43:58 v2.0.0-dev.41 05:43:58 v2.0.0-dev.42 05:43:58 v2.0.0-dev.43 05:43:58 v2.0.0-dev.44 05:43:58 v2.0.0-dev.45 05:43:58 v2.0.0-dev.46 05:43:58 v2.0.0-dev.47 05:43:58 v2.0.0-dev.48 05:43:58 v2.0.0-dev.49 05:43:58 v2.0.0-dev.5 05:43:58 v2.0.0-dev.50 05:43:58 v2.0.0-dev.51 05:43:58 v2.0.0-dev.52 05:43:58 v2.0.0-dev.53 05:43:58 v2.0.0-dev.54 05:43:58 v2.0.0-dev.55 05:43:58 v2.0.0-dev.56 05:43:58 v2.0.0-dev.57 05:43:58 v2.0.0-dev.58 05:43:58 v2.0.0-dev.59 05:43:58 v2.0.0-dev.6 05:43:58 v2.0.0-dev.60 05:43:58 v2.0.0-dev.61 05:43:58 v2.0.0-dev.62 05:43:58 v2.0.0-dev.63 05:43:58 v2.0.0-dev.64 05:43:58 v2.0.0-dev.65 05:43:58 v2.0.0-dev.66 05:43:58 v2.0.0-dev.67 05:43:58 v2.0.0-dev.7 05:43:58 v2.0.0-dev.8 05:43:58 v2.0.0-dev.9 [Pipeline] sh 05:43:59 + lftools sign git-tag v2.0.0-dev.67 05:44:00 Signing Git tag with Sigul... 05:44:00 Signing v2.0.0-dev.67 [Pipeline] echo 05:44:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:44:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:44:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:44:01 $ docker stop --time=1 0d57c9c3264678c2355103e54f46baf15dd3c1301d5194887091f6f3dc9ce4a7 05:44:04 $ docker rm -f 0d57c9c3264678c2355103e54f46baf15dd3c1301d5194887091f6f3dc9ce4a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:44:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:44:04 . [Pipeline] withDockerContainer 05:44:04 prd-centos7-docker-4c-2g-206 does not seem to be running inside a container 05:44:04 $ 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 05:44:05 $ docker top 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:44:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:44:06 [ssh-agent] Looking for ssh-agent implementation... 05:44:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:44:06 $ docker exec 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee ssh-agent 05:44:06 SSH_AUTH_SOCK=/tmp/ssh-v4Asrl3P9HRF/agent.11 05:44:06 SSH_AGENT_PID=17 05:44:06 Running ssh-add (command line suppressed) 05:44:06 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3218748257576615063.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3218748257576615063.key) 05:44:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:44:07 + git semver bump pre 05:44:07 # -> Open(): unable to determine branch for HEAD 05:44:07 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:44:07 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:44:07 # $SEMVER_REMOTE_NAME = origin 05:44:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:44:07 # $SEMVER_USER_NAME = edgex-jenkins 05:44:07 # $SEMVER_BRANCH = master 05:44:07 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 05:44:07 2.0.0-dev.68 [Pipeline] } 05:44:07 $ docker exec --env ******** --env ******** 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee ssh-agent -k 05:44:07 unset SSH_AUTH_SOCK; 05:44:07 unset SSH_AGENT_PID; 05:44:07 echo Agent pid 17 killed; 05:44:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:44:07 + git semver [Pipeline] } 05:44:07 $ docker stop --time=1 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee 05:44:08 $ docker rm -f 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:44:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:44:09 . [Pipeline] withDockerContainer 05:44:09 prd-centos7-docker-4c-2g-206 does not seem to be running inside a container 05:44:09 $ 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 05:44:10 $ docker top 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:44:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:44:10 [ssh-agent] Looking for ssh-agent implementation... 05:44:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:44:10 $ docker exec 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc ssh-agent 05:44:10 SSH_AUTH_SOCK=/tmp/ssh-j0NzWaOXhpoY/agent.12 05:44:10 SSH_AGENT_PID=18 05:44:10 Running ssh-add (command line suppressed) 05:44:11 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4639503340166179056.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4639503340166179056.key) 05:44:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:44:11 + git semver push 05:44:11 # -> Open(): unable to determine branch for HEAD 05:44:11 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:44:11 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:44:11 # $SEMVER_REMOTE_NAME = origin 05:44:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:44:11 # $SEMVER_USER_NAME = edgex-jenkins 05:44:11 # $SEMVER_BRANCH = master 05:44:11 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 05:44:15 $ docker exec --env ******** --env ******** 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc ssh-agent -k 05:44:15 unset SSH_AUTH_SOCK; 05:44:15 unset SSH_AGENT_PID; 05:44:15 echo Agent pid 18 killed; 05:44:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:44:16 + git semver [Pipeline] } 05:44:16 $ docker stop --time=1 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc 05:44:17 $ docker rm -f 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc [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 05:44:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:44:19 ---> package-listing.sh 05:44:19 ++ facter osfamily 05:44:19 ++ tr '[:upper:]' '[:lower:]' 05:44:19 + OS_FAMILY=redhat 05:44:19 + workspace=/w/workspace/dry_go-mod-core-contracts_master 05:44:19 + START_PACKAGES=/tmp/packages_start.txt 05:44:19 + END_PACKAGES=/tmp/packages_end.txt 05:44:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:44:19 + PACKAGES=/tmp/packages_start.txt 05:44:19 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 05:44:19 + PACKAGES=/tmp/packages_end.txt 05:44:19 + case "${OS_FAMILY}" in 05:44:19 + rpm -qa 05:44:19 + sort 05:44:24 + '[' -f /tmp/packages_start.txt ']' 05:44:24 + '[' -f /tmp/packages_end.txt ']' 05:44:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:44:24 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 05:44:24 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 05:44:24 + 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 05:44:24 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 05:44:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:44:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:44:25 05:44:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:44:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:44:25 alpine: Pulling from edgex-lftools-log-publisher 05:44:25 df20fa9351a1: Pulling fs layer 05:44:25 36b3adc4ff6f: Pulling fs layer 05:44:25 8ad3a11d3b57: Pulling fs layer 05:44:25 46f8f816bc3b: Pulling fs layer 05:44:25 93b61091891f: Pulling fs layer 05:44:25 93b9cdb0e59b: Pulling fs layer 05:44:25 5e14af77c1be: Pulling fs layer 05:44:25 01666e4c0597: Pulling fs layer 05:44:25 aa168da1d23b: Pulling fs layer 05:44:25 93b9cdb0e59b: Waiting 05:44:25 5e14af77c1be: Waiting 05:44:25 46f8f816bc3b: Waiting 05:44:25 93b61091891f: Waiting 05:44:25 aa168da1d23b: Waiting 05:44:25 36b3adc4ff6f: Verifying Checksum 05:44:25 36b3adc4ff6f: Download complete 05:44:25 46f8f816bc3b: Verifying Checksum 05:44:25 46f8f816bc3b: Download complete 05:44:25 df20fa9351a1: Verifying Checksum 05:44:25 df20fa9351a1: Download complete 05:44:25 93b9cdb0e59b: Verifying Checksum 05:44:25 93b9cdb0e59b: Download complete 05:44:25 5e14af77c1be: Verifying Checksum 05:44:25 5e14af77c1be: Download complete 05:44:25 01666e4c0597: Download complete 05:44:25 93b61091891f: Verifying Checksum 05:44:25 93b61091891f: Download complete 05:44:25 8ad3a11d3b57: Verifying Checksum 05:44:25 8ad3a11d3b57: Download complete 05:44:26 df20fa9351a1: Pull complete 05:44:26 36b3adc4ff6f: Pull complete 05:44:27 8ad3a11d3b57: Pull complete 05:44:27 46f8f816bc3b: Pull complete 05:44:28 93b61091891f: Pull complete 05:44:28 93b9cdb0e59b: Pull complete 05:44:28 aa168da1d23b: Verifying Checksum 05:44:28 aa168da1d23b: Download complete 05:44:28 5e14af77c1be: Pull complete 05:44:28 01666e4c0597: Pull complete 05:44:36 aa168da1d23b: Pull complete 05:44:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:44:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:44:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:44:37 prd-centos7-docker-4c-2g-206 does not seem to be running inside a container 05:44:37 $ 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 05:44:39 $ docker top 5328875a2a913a402599d5feefaeb07d1c88f13fa43989c7d1f8531b62d17706 -eo pid,comm [Pipeline] { [Pipeline] sh 05:44:40 + touch /tmp/pre-build-complete [Pipeline] sh 05:44:40 + mkdir -p /var/log/sa [Pipeline] sh 05:44:41 + ls /var/log/sa-host 05:44:41 + sadf -c /var/log/sa-host/sa15 05:44:41 file_magic: OK 05:44:41 HZ: Using current value: 100 05:44:41 file_header: OK 05:44:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:44:41 Statistics: 05:44:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:44:41 File successfully converted to sysstat format version 12.2.1 05:44:41 + sadf -c /var/log/sa-host/sa23 05:44:41 file_magic: OK 05:44:41 HZ: Using current value: 100 05:44:41 file_header: OK 05:44:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:44:41 Statistics: 05:44:41 Hnuu...uuuununununu... 05:44:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:44:41 provisioning config files... 05:44:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4030596708444158710tmp [Pipeline] { [Pipeline] echo 05:44:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:44:42 ---> create-netrc.sh [Pipeline] } 05:44:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:44:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:44:42 ---> python-tools-install.sh [Pipeline] echo 05:44:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:44:42 ---> sudo-logs.sh 05:44:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:44:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:44:43 ---> job-cost.sh 05:44:43 lf-activate-venv: SKIPPING 05:44:43 DEBUG: total: 0.20999999344348907 05:44:43 INFO: Retrieving Stack Cost... 05:44:44 INFO: Retrieving Pricing Info for: v1-standard-2 05:44:44 INFO: Archiving Costs [Pipeline] echo 05:44:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:44:44 ---> logs-deploy.sh 05:44:44 lf-activate-venv: SKIPPING 05:44:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/186 05:44:44 INFO: archiving workspace using pattern(s): 05:44:46 Archives upload complete. 05:44:46 INFO: archiving logs to Nexus 05:44:47 ---> uname -a: 05:44:47 Linux prd-centos7-docker-4c-2g-206.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:44:47 05:44:47 05:44:47 ---> lscpu: 05:44:47 Architecture: x86_64 05:44:47 CPU op-mode(s): 32-bit, 64-bit 05:44:47 Byte Order: Little Endian 05:44:47 Address sizes: 40 bits physical, 48 bits virtual 05:44:47 CPU(s): 4 05:44:47 On-line CPU(s) list: 0-3 05:44:47 Thread(s) per core: 1 05:44:47 Core(s) per socket: 1 05:44:47 Socket(s): 4 05:44:47 NUMA node(s): 1 05:44:47 Vendor ID: GenuineIntel 05:44:47 CPU family: 6 05:44:47 Model: 44 05:44:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:44:47 Stepping: 1 05:44:47 CPU MHz: 2933.436 05:44:47 BogoMIPS: 5866.87 05:44:47 Virtualization: VT-x 05:44:47 Hypervisor vendor: KVM 05:44:47 Virtualization type: full 05:44:47 L1d cache: 128 KiB 05:44:47 L1i cache: 128 KiB 05:44:47 L2 cache: 16 MiB 05:44:47 L3 cache: 64 MiB 05:44:47 NUMA node0 CPU(s): 0-3 05:44:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:44:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:44:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:44:47 Vulnerability Meltdown: Mitigation; PTI 05:44:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:44:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:44:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:44:47 Vulnerability Srbds: Not affected 05:44:47 Vulnerability Tsx async abort: Not affected 05:44:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:44:47 05:44:47 05:44:47 ---> nproc: 05:44:47 4 05:44:47 05:44:47 05:44:47 ---> df -h: 05:44:47 Filesystem Size Used Available Use% Mounted on 05:44:47 overlay 50.0G 8.5G 41.4G 17% / 05:44:47 tmpfs 64.0M 0 64.0M 0% /dev 05:44:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:44:47 shm 64.0M 0 64.0M 0% /dev/shm 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 05:44:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 05:44:47 05:44:47 05:44:47 ---> free -m: 05:44:47 total used free shared buff/cache available 05:44:47 Mem: 1837 813 145 0 879 960 05:44:47 Swap: 1023 2 1021 05:44:47 05:44:47 05:44:47 ---> ip addr: 05:44:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:44:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:44:47 inet 127.0.0.1/8 scope host lo 05:44:47 valid_lft forever preferred_lft forever 05:44:47 inet6 ::1/128 scope host 05:44:47 valid_lft forever preferred_lft forever 05:44:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:44:47 link/ether fa:16:3e:70:f9:ff brd ff:ff:ff:ff:ff:ff 05:44:47 inet 10.30.122.213/23 brd 10.30.123.255 scope global dynamic eth0 05:44:47 valid_lft 85849sec preferred_lft 85849sec 05:44:47 inet6 fe80::f816:3eff:fe70:f9ff/64 scope link 05:44:47 valid_lft forever preferred_lft forever 05:44:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:44:47 link/ether 02:42:ee:a5:85:11 brd ff:ff:ff:ff:ff:ff 05:44:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:44:47 valid_lft forever preferred_lft forever 05:44:47 inet6 fe80::42:eeff:fea5:8511/64 scope link 05:44:47 valid_lft forever preferred_lft forever 05:44:47 05:44:47 05:44:47 ---> sar -b -r -n DEV: 05:44:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 05:44:47 05:44:47 05:35:22 LINUX RESTART (4 CPU) 05:44:47 05:44:47 05:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:44:47 05:37:01 58.59 15.99 42.60 0.00 4966.53 3158.25 0.00 05:44:47 05:38:01 0.85 0.00 0.85 0.00 0.00 21.20 0.00 05:44:47 05:39:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 05:44:47 05:40:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 05:44:47 05:41:01 0.13 0.00 0.13 0.00 0.00 1.55 0.00 05:44:47 05:42:01 0.35 0.00 0.35 0.00 0.00 4.70 0.00 05:44:47 05:43:01 130.85 67.19 63.67 0.00 2847.82 23890.32 0.00 05:44:47 05:44:01 347.43 170.78 176.65 0.00 9600.80 43639.96 0.00 05:44:47 Average: 67.43 31.81 35.61 0.00 2172.74 8862.59 0.00 05:44:47 05:44:47 05:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:44:47 05:37:01 167940 0 612252 32.54 2620 1098732 1108632 37.84 423992 1088980 132 05:44:47 05:38:01 173900 0 606232 32.22 2620 1098792 1080492 36.88 423052 1084640 16 05:44:47 05:39:01 171336 0 608844 32.36 2620 1098744 1080636 36.88 424968 1085388 8 05:44:47 05:40:01 171500 0 608680 32.35 2620 1098744 1080576 36.88 438672 1071220 8 05:44:47 05:41:01 170520 0 609652 32.40 2620 1098752 1080576 36.88 438728 1072364 8 05:44:47 05:42:01 171404 0 608764 32.35 2620 1098756 1080432 36.87 451920 1058648 16 05:44:47 05:43:01 74380 0 753136 40.03 2620 1051408 1518428 51.82 538132 1011584 67120 05:44:47 05:44:01 115280 0 799112 42.47 1524 965628 1702732 58.11 685948 747604 88896 05:44:47 Average: 152032 0 650834 34.59 2483 1076194 1216563 41.52 478176 1027554 19526 05:44:47 05:44:47 05:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:44:47 05:37:01 eth0 375.99 252.58 862.44 71.65 0.00 0.00 0.00 0.00 05:44:47 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:37:01 docker0 10.10 6.45 2.10 22.65 0.00 0.00 0.00 0.00 05:44:47 05:38:01 eth0 1.95 0.72 1.06 0.06 0.00 0.00 0.00 0.00 05:44:47 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:39:01 eth0 1.05 0.38 0.32 0.17 0.00 0.00 0.00 0.00 05:44:47 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:40:01 eth0 0.97 0.33 0.32 0.23 0.00 0.00 0.00 0.00 05:44:47 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:41:01 eth0 0.62 0.38 0.34 0.24 0.00 0.00 0.00 0.00 05:44:47 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:42:01 eth0 0.27 0.10 0.01 0.03 0.00 0.00 0.00 0.00 05:44:47 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:43:01 eth0 428.81 369.26 4067.74 59.86 0.00 0.00 0.00 0.00 05:44:47 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:44:01 eth0 486.76 416.51 3761.66 59.03 0.00 0.00 0.00 0.00 05:44:47 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 05:44:01 veth24c2317 29.40 36.25 2.04 244.26 0.00 0.00 0.00 0.00 05:44:47 05:44:01 docker0 63.94 72.59 4.03 524.53 0.00 0.00 0.00 0.00 05:44:47 Average: eth0 161.77 129.92 1088.66 23.83 0.00 0.00 0.00 0.00 05:44:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:47 Average: veth24c2317 3.69 4.54 0.26 30.62 0.00 0.00 0.00 0.00 05:44:47 Average: docker0 9.26 9.89 0.76 68.54 0.00 0.00 0.00 0.00 05:44:47 05:44:47 05:44:47 ---> sar -P ALL: 05:44:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 05:44:47 05:44:47 05:35:22 LINUX RESTART (4 CPU) 05:44:47 05:44:47 05:36:01 CPU %user %nice %system %iowait %steal %idle 05:44:47 05:37:01 all 8.39 0.00 3.24 1.30 0.21 86.86 05:44:47 05:37:01 0 7.23 0.00 4.22 1.55 0.26 86.75 05:44:47 05:37:01 1 9.89 0.00 2.51 0.10 0.17 87.33 05:44:47 05:37:01 2 9.11 0.00 3.11 2.40 0.17 85.21 05:44:47 05:37:01 3 7.34 0.00 3.13 1.13 0.24 88.16 05:44:47 05:38:01 all 0.18 0.00 0.05 0.00 0.01 99.75 05:44:47 05:38:01 0 0.07 0.00 0.05 0.00 0.00 99.88 05:44:47 05:38:01 1 0.50 0.00 0.03 0.00 0.00 99.47 05:44:47 05:38:01 2 0.08 0.00 0.05 0.00 0.02 99.85 05:44:47 05:38:01 3 0.08 0.00 0.08 0.00 0.02 99.82 05:44:47 05:39:01 all 0.19 0.00 0.06 0.00 0.02 99.73 05:44:47 05:39:01 0 0.05 0.00 0.07 0.00 0.02 99.87 05:44:47 05:39:01 1 0.55 0.00 0.03 0.00 0.00 99.42 05:44:47 05:39:01 2 0.08 0.00 0.07 0.00 0.03 99.82 05:44:47 05:39:01 3 0.08 0.00 0.08 0.00 0.02 99.82 05:44:47 05:40:01 all 0.11 0.00 0.06 0.00 0.01 99.82 05:44:47 05:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:44:47 05:40:01 1 0.03 0.00 0.07 0.00 0.02 99.88 05:44:47 05:40:01 2 0.32 0.00 0.03 0.00 0.00 99.65 05:44:47 05:40:01 3 0.07 0.00 0.12 0.00 0.02 99.80 05:44:47 05:41:01 all 0.13 0.00 0.04 0.00 0.00 99.83 05:44:47 05:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:44:47 05:41:01 1 0.03 0.00 0.05 0.00 0.00 99.92 05:44:47 05:41:01 2 0.38 0.00 0.03 0.00 0.02 99.57 05:44:47 05:41:01 3 0.05 0.00 0.05 0.00 0.00 99.90 05:44:47 05:42:01 all 0.15 0.00 0.08 0.00 0.01 99.76 05:44:47 05:42:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:44:47 05:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 05:44:47 05:42:01 2 0.52 0.00 0.02 0.00 0.02 99.45 05:44:47 05:42:01 3 0.03 0.00 0.22 0.00 0.00 99.75 05:44:47 05:43:01 all 6.88 0.00 5.15 0.82 0.21 86.94 05:44:47 05:43:01 0 6.77 0.00 5.61 1.60 0.19 85.83 05:44:47 05:43:01 1 6.29 0.00 5.29 0.88 0.22 87.32 05:44:47 05:43:01 2 7.68 0.00 5.14 0.78 0.24 86.17 05:44:47 05:43:01 3 6.79 0.00 4.56 0.03 0.19 88.43 05:44:47 05:44:01 all 14.99 0.00 10.86 3.80 0.39 69.96 05:44:47 05:44:01 0 14.34 0.00 11.33 5.57 0.33 68.42 05:44:47 05:44:01 1 13.84 0.00 9.99 3.16 0.38 72.63 05:44:47 05:44:01 2 13.98 0.00 11.07 2.51 0.36 72.08 05:44:47 05:44:01 3 17.82 0.00 11.07 3.97 0.47 66.67 05:44:47 Average: all 3.80 0.00 2.39 0.72 0.10 92.98 05:44:47 Average: 0 3.49 0.00 2.61 1.06 0.10 92.74 05:44:47 Average: 1 3.83 0.00 2.21 0.51 0.10 93.36 05:44:47 Average: 2 3.95 0.00 2.39 0.70 0.11 92.86 05:44:47 Average: 3 3.95 0.00 2.36 0.63 0.12 92.95 05:44:47 05:44:47 05:44:47