Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 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 ‘prd-centos7-docker-4c-2g-366’ is offline Running on prd-centos7-docker-4c-2g-369 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 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 (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 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 # timeout=10 Commit message: "Merge pull request #579 from weichou1229/issue-572" > git rev-list --no-walk 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:50:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:50:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:50:15 ========================================================= 01:50:15 EdgeX Global Pipelines Version Info 01:50:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:50:19 ------------------- 01:50:19 stable info: 01:50:19 ------------------- 01:50:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:50:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 01:50:19 Message: update stable to v1.0.186 01:50:21 ------------------- 01:50:21 experimental info: 01:50:21 ------------------- 01:50:21 Commited By: **** collab-it+edgex@linuxfoundation.org 01:50:21 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 01:50:21 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:50:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0952aa9 [Pipeline] echo 01:50:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:50:23 + git log --format=format:%s -1 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 [Pipeline] echo 01:50:23 GIT_COMMIT: 0952aa9b3b55eca66a3f3fbb5373d0782913ed39, Commit Message: Merge pull request #579 from weichou1229/issue-572 [Pipeline] echo 01:50:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:50:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:24 01:50:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:50:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:25 latest: Pulling from edgex-devops/git-semver 01:50:25 31603596830f: Pulling fs layer 01:50:25 2a8b12db71e7: Pulling fs layer 01:50:25 6ca5941a6612: Pulling fs layer 01:50:25 ecc8261a40a4: Pulling fs layer 01:50:25 ecc8261a40a4: Waiting 01:50:25 2a8b12db71e7: Verifying Checksum 01:50:25 2a8b12db71e7: Download complete 01:50:26 31603596830f: Verifying Checksum 01:50:26 31603596830f: Download complete 01:50:26 6ca5941a6612: Verifying Checksum 01:50:26 6ca5941a6612: Download complete 01:50:26 ecc8261a40a4: Verifying Checksum 01:50:26 ecc8261a40a4: Download complete 01:50:26 31603596830f: Pull complete 01:50:27 2a8b12db71e7: Pull complete 01:50:29 6ca5941a6612: Pull complete 01:50:29 ecc8261a40a4: Pull complete 01:50:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:50:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:50:30 prd-centos7-docker-4c-2g-369 does not seem to be running inside a container 01:50:30 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:50:34 $ docker top 07bbe1beb18617e3fed002250117d0ae69b7494c6c947bfb7c96f509c5b4c96c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:50:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:50:34 [ssh-agent] Looking for ssh-agent implementation... 01:50:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:50:35 $ docker exec 07bbe1beb18617e3fed002250117d0ae69b7494c6c947bfb7c96f509c5b4c96c ssh-agent 01:50:36 SSH_AUTH_SOCK=/tmp/ssh-TsScyXFR7cPP/agent.12 01:50:36 SSH_AGENT_PID=17 01:50:36 Running ssh-add (command line suppressed) 01:50:36 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3137364810486219796.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3137364810486219796.key) 01:50:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:50:37 + git tag --points-at HEAD [Pipeline] } 01:50:37 $ docker exec --env ******** --env ******** 07bbe1beb18617e3fed002250117d0ae69b7494c6c947bfb7c96f509c5b4c96c ssh-agent -k 01:50:37 unset SSH_AUTH_SOCK; 01:50:37 unset SSH_AGENT_PID; 01:50:37 echo Agent pid 17 killed; 01:50:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:50:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:50:37 [ssh-agent] Looking for ssh-agent implementation... 01:50:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:50:38 $ docker exec 07bbe1beb18617e3fed002250117d0ae69b7494c6c947bfb7c96f509c5b4c96c ssh-agent 01:50:39 SSH_AUTH_SOCK=/tmp/ssh-5h5fg3zlCbXc/agent.45 01:50:39 SSH_AGENT_PID=50 01:50:39 Running ssh-add (command line suppressed) 01:50:40 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7800267650255390687.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7800267650255390687.key) 01:50:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:50:40 + git semver init 01:50:40 # -> Open(): unable to determine branch for HEAD 01:50:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 01:50:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 01:50:40 # $SEMVER_REMOTE_NAME = origin 01:50:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:50:40 # $SEMVER_USER_NAME = edgex-jenkins 01:50:40 # $SEMVER_BRANCH = master 01:50:40 # $SEMVER_TEMP = /tmp/semver-600071257 01:50:40 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 01:50:42 # '/tmp/semver-600071257' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 01:50:42 # -> Force: false 01:50:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 01:50:42 $ docker exec --env ******** --env ******** 07bbe1beb18617e3fed002250117d0ae69b7494c6c947bfb7c96f509c5b4c96c ssh-agent -k 01:50:43 unset SSH_AUTH_SOCK; 01:50:43 unset SSH_AGENT_PID; 01:50:43 echo Agent pid 50 killed; 01:50:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:50:44 + git semver [Pipeline] } 01:50:44 $ docker stop --time=1 07bbe1beb18617e3fed002250117d0ae69b7494c6c947bfb7c96f509c5b4c96c 01:50:46 $ docker rm -f 07bbe1beb18617e3fed002250117d0ae69b7494c6c947bfb7c96f509c5b4c96c [Pipeline] // withDockerContainer [Pipeline] sh 01:50:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:50:48 Stashed 1 file(s) [Pipeline] echo 01:50:48 [edgeXSemver]: initialized semver on version 2.0.0-dev.69 [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 01:51:03 Still waiting to schedule task 01:51:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:51:03 Still waiting to schedule task 01:51:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:52:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-370 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 01:52:48 Running in /w/workspace/go-mod-core-contracts/188 [Pipeline] { [Pipeline] checkout 01:52:54 using credential edgex-jenkins-ssh 01:52:54 Cloning the remote Git repository 01:52:54 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:54 > git init /w/workspace/go-mod-core-contracts/188 # timeout=10 01:52:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:54 > git --version # timeout=10 01:52:54 > git --version # 'git version 2.17.1' 01:52:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:56 Checking out Revision 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 (master) 01:52:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:52:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:52:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:55 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 01:52:56 > git config core.sparsecheckout # timeout=10 01:52:56 > git checkout -f 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 # timeout=10 01:53:00 Commit message: "Merge pull request #579 from weichou1229/issue-572" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:53:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:53:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:53:03 + true 01:53:03 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 01:53:05 ========================================================= 01:53:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:53:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:53:06 + 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 . 01:53:07 Sending build context to Docker daemon 2.989MB 01:53:07 Step 1/7 : ARG BASE=golang:1.15-alpine 01:53:07 Step 2/7 : FROM ${BASE} 01:53:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:53:07 5f621e34cdf4: Pulling fs layer 01:53:07 a4357932f1b6: Pulling fs layer 01:53:07 18c013af1878: Pulling fs layer 01:53:07 00ac8860ef70: Pulling fs layer 01:53:07 63d7cb157983: Pulling fs layer 01:53:07 b116817d02f9: Pulling fs layer 01:53:07 745a02a5169b: Pulling fs layer 01:53:07 00ac8860ef70: Waiting 01:53:07 63d7cb157983: Waiting 01:53:07 b116817d02f9: Waiting 01:53:07 745a02a5169b: Waiting 01:53:07 18c013af1878: Verifying Checksum 01:53:07 18c013af1878: Download complete 01:53:07 a4357932f1b6: Verifying Checksum 01:53:07 a4357932f1b6: Download complete 01:53:07 63d7cb157983: Verifying Checksum 01:53:07 63d7cb157983: Download complete 01:53:07 b116817d02f9: Verifying Checksum 01:53:07 b116817d02f9: Download complete 01:53:07 5f621e34cdf4: Verifying Checksum 01:53:07 5f621e34cdf4: Download complete 01:53:08 5f621e34cdf4: Pull complete 01:53:09 a4357932f1b6: Pull complete 01:53:09 18c013af1878: Pull complete 01:53:10 745a02a5169b: Verifying Checksum 01:53:10 745a02a5169b: Download complete 01:53:11 00ac8860ef70: Download complete 01:53:21 00ac8860ef70: Pull complete 01:53:21 63d7cb157983: Pull complete 01:53:22 b116817d02f9: Pull complete 01:53:26 745a02a5169b: Pull complete 01:53:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:53:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:53:26 ---> b7e6874047d6 01:53:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:53:28 ---> Running in 954c93f594e8 01:53:28 Removing intermediate container 954c93f594e8 01:53:28 ---> 6eedd2b19244 01:53:28 Step 4/7 : RUN apk add bash 01:53:29 ---> Running in fcd68253bc75 01:53:29 Running on prd-centos7-docker-4c-2g-371 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 01:53:29 Running in /w/workspace/go-mod-core-contracts/188 [Pipeline] { [Pipeline] checkout 01:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:53:32 using credential edgex-jenkins-ssh 01:53:32 Cloning the remote Git repository 01:53:32 OK: 142 MiB in 39 packages 01:53:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:53:31 > git init /w/workspace/go-mod-core-contracts/188 # timeout=10 01:53:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:53:31 > git --version # timeout=10 01:53:31 > git --version # 'git version 2.24.3' 01:53:31 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:33 Removing intermediate container fcd68253bc75 01:53:33 ---> 76ae8de6201b 01:53:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:53:33 ---> Running in ac3eefe41710 01:53:33 Checking out Revision 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 (master) 01:53:33 Removing intermediate container ac3eefe41710 01:53:33 ---> c946dc98c0d5 01:53:33 Step 6/7 : COPY go.mod . 01:53:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:53:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:53:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:53:32 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 01:53:33 > git config core.sparsecheckout # timeout=10 01:53:33 > git checkout -f 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 # timeout=10 01:53:34 ---> 7faf33cad8e8 01:53:34 Step 7/7 : RUN go mod download 01:53:34 ---> Running in df44d33ea318 01:53:36 Commit message: "Merge pull request #579 from weichou1229/issue-572" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:53:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:53:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:53:38 + true 01:53:38 + sudo service docker restart 01:53:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 01:53:39 ========================================================= 01:53:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:53:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:53:40 + 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 . 01:53:40 Sending build context to Docker daemon 2.989MB 01:53:40 Step 1/7 : ARG BASE=golang:1.15-alpine 01:53:40 Step 2/7 : FROM ${BASE} 01:53:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:53:40 188c0c94c7c5: Pulling fs layer 01:53:40 0ef7d3d256c8: Pulling fs layer 01:53:40 de9db76c5a1d: Pulling fs layer 01:53:40 bca2f99d35d6: Pulling fs layer 01:53:40 93359f2a8cfa: Pulling fs layer 01:53:40 7c6f9722023f: Pulling fs layer 01:53:40 a35cf1a2eb13: Pulling fs layer 01:53:40 bca2f99d35d6: Waiting 01:53:40 93359f2a8cfa: Waiting 01:53:40 7c6f9722023f: Waiting 01:53:40 a35cf1a2eb13: Waiting 01:53:40 de9db76c5a1d: Verifying Checksum 01:53:40 de9db76c5a1d: Download complete 01:53:40 0ef7d3d256c8: Verifying Checksum 01:53:40 0ef7d3d256c8: Download complete 01:53:40 93359f2a8cfa: Verifying Checksum 01:53:40 93359f2a8cfa: Download complete 01:53:40 7c6f9722023f: Verifying Checksum 01:53:40 7c6f9722023f: Download complete 01:53:40 188c0c94c7c5: Verifying Checksum 01:53:40 188c0c94c7c5: Download complete 01:53:40 188c0c94c7c5: Pull complete 01:53:41 0ef7d3d256c8: Pull complete 01:53:41 de9db76c5a1d: Pull complete 01:53:42 a35cf1a2eb13: Verifying Checksum 01:53:42 a35cf1a2eb13: Download complete 01:53:43 bca2f99d35d6: Verifying Checksum 01:53:43 bca2f99d35d6: Download complete 01:53:48 bca2f99d35d6: Pull complete 01:53:48 93359f2a8cfa: Pull complete 01:53:48 7c6f9722023f: Pull complete 01:53:52 Removing intermediate container df44d33ea318 01:53:52 ---> 8a66683cf8d7 01:53:52 Successfully built 8a66683cf8d7 01:53:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:53:53 + docker inspect -f . ci-base-image-arm64 01:53:53 . [Pipeline] withDockerContainer 01:53:53 prd-ubuntu18.04-docker-arm64-4c-16g-370 does not seem to be running inside a container 01:53:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/188 -v /w/workspace/go-mod-core-contracts/188:/w/workspace/go-mod-core-contracts/188:rw,z -v /w/workspace/go-mod-core-contracts/188@tmp:/w/workspace/go-mod-core-contracts/188@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-arm64 cat 01:53:54 a35cf1a2eb13: Pull complete 01:53:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:53:55 $ docker top 0c4fcd26353621b2a94790e61f906e12b2a6cd930f84b1925f5b636033900e31 -eo pid,comm 01:53:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:53:55 ---> a62c8e92a672 01:53:55 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] { [Pipeline] sh 01:53:55 ---> Running in f029da9f93f4 01:53:55 Removing intermediate container f029da9f93f4 01:53:55 ---> 400aa410cc04 01:53:55 Step 4/7 : RUN apk add bash 01:53:55 ---> Running in 9beebcbde381 01:53:56 + go version 01:53:56 go version go1.15.5 linux/arm64 [Pipeline] } 01:53:56 $ docker stop --time=1 0c4fcd26353621b2a94790e61f906e12b2a6cd930f84b1925f5b636033900e31 01:53:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:53:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:53:57 OK: 166 MiB in 39 packages 01:53:57 $ docker rm -f 0c4fcd26353621b2a94790e61f906e12b2a6cd930f84b1925f5b636033900e31 01:53:58 Removing intermediate container 9beebcbde381 01:53:58 ---> a782f8f5ac6d 01:53:58 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:53:58 ---> Running in f58ac89ac51f 01:53:58 Removing intermediate container f58ac89ac51f 01:53:58 ---> 0cdf69089d32 01:53:58 Step 6/7 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 01:53:58 ---> d5636c7da3a2 01:53:58 Step 7/7 : RUN go mod download [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:53:58 ---> Running in 9747ac05edf4 01:53:58 + docker inspect -f . ci-base-image-arm64 01:53:58 . [Pipeline] withDockerContainer 01:53:58 prd-ubuntu18.04-docker-arm64-4c-16g-370 does not seem to be running inside a container 01:53:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/188 -v /w/workspace/go-mod-core-contracts/188:/w/workspace/go-mod-core-contracts/188:rw,z -v /w/workspace/go-mod-core-contracts/188@tmp:/w/workspace/go-mod-core-contracts/188@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-arm64 cat 01:54:00 $ docker top 263a229d1d026d33524fda11cf271038f219ffd93485efef38c69f864735b6de -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:01 + make test 01:54:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:54:10 Removing intermediate container 9747ac05edf4 01:54:10 ---> cee54f1ed577 01:54:10 Successfully built cee54f1ed577 01:54:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:54:11 + docker inspect -f . ci-base-image-x86_64 01:54:11 . [Pipeline] withDockerContainer 01:54:11 prd-centos7-docker-4c-2g-371 does not seem to be running inside a container 01:54:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/188 -v /w/workspace/go-mod-core-contracts/188:/w/workspace/go-mod-core-contracts/188:rw,z -v /w/workspace/go-mod-core-contracts/188@tmp:/w/workspace/go-mod-core-contracts/188@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 01:54:11 $ docker top af1ef63ae7d0d0d05b9e56854e556b9660a90e2c1b8b704c7450364811f66f46 -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:12 + go version 01:54:12 go version go1.15.5 linux/amd64 [Pipeline] } 01:54:12 $ docker stop --time=1 af1ef63ae7d0d0d05b9e56854e556b9660a90e2c1b8b704c7450364811f66f46 01:54:13 $ docker rm -f af1ef63ae7d0d0d05b9e56854e556b9660a90e2c1b8b704c7450364811f66f46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:54:14 + docker inspect -f . ci-base-image-x86_64 01:54:14 . [Pipeline] withDockerContainer 01:54:14 prd-centos7-docker-4c-2g-371 does not seem to be running inside a container 01:54:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/188 -v /w/workspace/go-mod-core-contracts/188:/w/workspace/go-mod-core-contracts/188:rw,z -v /w/workspace/go-mod-core-contracts/188@tmp:/w/workspace/go-mod-core-contracts/188@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 01:54:15 $ docker top 692522deff133875ae80f84dfd2744f8c51e93f77c43ecedcae7898ccc5adedd -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:15 + make test 01:54:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:54:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 01:54:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.023s coverage: 85.7% of statements 01:54:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.041s coverage: 100.0% of statements 01:54:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.020s coverage: 45.4% of statements 01:54:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.031s coverage: 77.8% of statements 01:54:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 01:54:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 01:54:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements 01:54:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.013s coverage: 14.7% of statements 01:54:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements 01:54:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.036s coverage: 91.8% of statements 01:54:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 01:54:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 01:54:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.011s coverage: 100.0% of statements 01:54:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 35.5% of statements 01:54:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.036s coverage: 85.7% of statements 01:54:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.063s coverage: 100.0% of statements 01:54:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.021s coverage: 63.0% of statements 01:54:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements 01:54:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.005s coverage: 15.4% of statements 01:54:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.028s coverage: 15.4% of statements 01:54:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.024s coverage: 14.3% of statements 01:54:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.035s coverage: 45.4% of statements 01:54:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.038s coverage: 77.8% of statements 01:54:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 01:54:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 01:54:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.040s coverage: 26.3% of statements 01:54:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.072s coverage: 14.7% of statements 01:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.028s coverage: 100.0% of statements 01:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.080s coverage: 84.0% of statements 01:54:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 01:54:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 01:54:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 01:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.025s coverage: 45.8% of statements 01:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.064s coverage: 94.7% of statements 01:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.065s coverage: 87.1% of statements 01:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 01:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements 01:54:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:54:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.074s coverage: 91.8% of statements 01:54:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 01:54:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 01:54:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.024s coverage: 100.0% of statements 01:54:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.027s coverage: 35.5% of statements 01:54:31 gofmt -l . 01:54:31 [ "`gofmt -l .`" = "" ] [Pipeline] } 01:54:32 $ docker stop --time=1 692522deff133875ae80f84dfd2744f8c51e93f77c43ecedcae7898ccc5adedd 01:54:34 $ docker rm -f 692522deff133875ae80f84dfd2744f8c51e93f77c43ecedcae7898ccc5adedd [Pipeline] // withDockerContainer [Pipeline] sh 01:54:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:54: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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 01:54:35 ---> job-cost.sh 01:54:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-brlD 01:54:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.197s coverage: 63.0% of statements 01:54:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.034s coverage: 26.3% of statements 01:54:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.062s coverage: 15.4% of statements 01:54:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.055s coverage: 15.4% of statements 01:54:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.034s coverage: 14.3% of statements 01:54:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 01:54:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.250s coverage: 84.0% of statements 01:54:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 01:54:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 01:54:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 01:54:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.074s coverage: 45.8% of statements 01:54:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.066s coverage: 94.7% of statements 01:54:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.170s coverage: 87.1% of statements 01:54:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.028s coverage: 100.0% of statements 01:54:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements 01:54:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:54:50 gofmt -l . 01:54:50 [ "`gofmt -l .`" = "" ] 01:54:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] } 01:54:51 $ docker stop --time=1 263a229d1d026d33524fda11cf271038f219ffd93485efef38c69f864735b6de 01:54:53 $ docker rm -f 263a229d1d026d33524fda11cf271038f219ffd93485efef38c69f864735b6de [Pipeline] // withDockerContainer [Pipeline] sh 01:54:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:54:54 Warning: overwriting stash ‘coverage-report’ 01:54:55 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 01:54:56 ---> job-cost.sh 01:54:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R6F3 01:55:17 lf-activate-venv(): INFO: Adding /tmp/venv-brlD/bin to PATH 01:55:17 INFO: No Stack... 01:55:17 INFO: Retrieving Pricing Info for: v1-standard-2 01:55:17 INFO: Archiving Costs [Pipeline] sh 01:55:17 + cat /w/workspace/go-mod-core-contracts/188/archives/cost.csv 01:55:17 + cut -d, -f6 [Pipeline] lock 01:55:17 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-188-stack-cost] 01:55:17 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-188-stack-cost] did not exist. Created. 01:55:17 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-188-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:55:18 + echo total: 0.029999999329447746 [Pipeline] stash 01:55:18 Stashed 1 file(s) [Pipeline] } 01:55:18 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-188-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:55:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:56:56 lf-activate-venv(): INFO: Adding /tmp/venv-R6F3/bin to PATH 01:56:56 INFO: No Stack... 01:56:56 INFO: Retrieving Pricing Info for: lf-standard-4 01:56:56 INFO: Archiving Costs [Pipeline] sh 01:56:57 + cut -d, -f6 01:56:57 + cat /w/workspace/go-mod-core-contracts/188/archives/cost.csv [Pipeline] lock 01:56:57 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-188-stack-cost] 01:56:57 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-188-stack-cost] did not exist. Created. 01:56:57 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-188-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:56:57 /w/workspace/go-mod-core-contracts/188@tmp/durable-53b5e686/script.sh: 1: /w/workspace/go-mod-core-contracts/188@tmp/durable-53b5e686/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 01:56:58 + echo total: 0.20999999344348907 [Pipeline] stash 01:56:58 Warning: overwriting stash ‘stack-cost’ 01:56:58 Stashed 1 file(s) [Pipeline] } 01:56:58 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-188-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 01:56:58 provisioning config files... 01:56:58 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8392115489619495879tmp [Pipeline] { [Pipeline] sh 01:56:59 + set +x 01:56:59 + bash -s -- 01:56:59 + curl -s https://codecov.io/bash 01:56:59 01:56:59 _____ _ 01:56:59 / ____| | | 01:56:59 | | ___ __| | ___ ___ _____ __ 01:56:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:56:59 | |___| (_) | (_| | __/ (_| (_) \ V / 01:56:59 \_____\___/ \__,_|\___|\___\___/ \_/ 01:56:59 Bash-1.0.1 01:56:59 01:56:59 01:56:59 ==> git version 2.24.3 found 01:56:59 ==> 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 01:56:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:56:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:56:59 ==> Jenkins CI detected. 01:56:59 project root: . 01:56:59 --> token set from env 01:56:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:56:59 ==> Running gcov in . (disable via -X gcov) 01:56:59 ==> Python coveragepy not found 01:56:59 ==> Searching for coverage reports in: 01:56:59 + . 01:56:59 -> Found 1 reports 01:56:59 ==> Detecting git/mercurial file structure 01:56:59 ==> Reading reports 01:57:00 + ./coverage.out bytes=170977 01:57:00 ==> Appending adjustments 01:57:00 https://docs.codecov.io/docs/fixing-reports 01:57:03 + Found adjustments 01:57:03 ==> Gzipping contents 01:57:03 28K /tmp/codecov.4riwZt.gz 01:57:03 ==> Uploading reports 01:57:03 url: https://codecov.io 01:57:03 query: branch=master&commit=0952aa9b3b55eca66a3f3fbb5373d0782913ed39&build=188&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F188%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 01:57:03 -> Pinging Codecov 01:57:03 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=0952aa9b3b55eca66a3f3fbb5373d0782913ed39&build=188&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F188%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 01:57:03 -> Uploading to 01:57:03 https://storage.googleapis.com/codecov/v4/raw/2021-04-16/71470A77251A30514AAF9C0BB2E5B6CE/0952aa9b3b55eca66a3f3fbb5373d0782913ed39/6b9008c8-45a4-4c78-af15-f8d96f6c821a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T015702Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e1c8958c455b41532445b68a2a5043c0884b69da20ce22849f541c191ae83e1d 01:57:03 % Total % Received % Xferd Average Speed Time Time Time Current 01:57:03 Dload Upload Total Spent Left Speed 01:57:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25087 0 0 100 25087 0 35540 --:--:-- --:--:-- --:--:-- 35533 100 25087 0 0 100 25087 0 35525 --:--:-- --:--:-- --:--:-- 35533 01:57:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/0952aa9b3b55eca66a3f3fbb5373d0782913ed39 [Pipeline] } 01:57:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:57:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:57:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:57:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:57:06 01:57:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 01:57:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:57:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 01:57:06 188c0c94c7c5: Pulling fs layer 01:57:06 0ef7d3d256c8: Pulling fs layer 01:57:06 de9db76c5a1d: Pulling fs layer 01:57:06 0eba1c9be4d2: Pulling fs layer 01:57:06 0d57e429df01: Pulling fs layer 01:57:06 4e4be7b47b0d: Pulling fs layer 01:57:06 e1f770b5df2f: Pulling fs layer 01:57:06 85a0685a4137: Pulling fs layer 01:57:06 0eba1c9be4d2: Waiting 01:57:06 0d57e429df01: Waiting 01:57:06 4e4be7b47b0d: Waiting 01:57:06 e1f770b5df2f: Waiting 01:57:06 85a0685a4137: Waiting 01:57:06 de9db76c5a1d: Verifying Checksum 01:57:06 de9db76c5a1d: Download complete 01:57:07 0ef7d3d256c8: Verifying Checksum 01:57:07 0ef7d3d256c8: Download complete 01:57:07 0d57e429df01: Verifying Checksum 01:57:07 0d57e429df01: Download complete 01:57:07 4e4be7b47b0d: Verifying Checksum 01:57:07 4e4be7b47b0d: Download complete 01:57:07 188c0c94c7c5: Verifying Checksum 01:57:07 188c0c94c7c5: Download complete 01:57:09 188c0c94c7c5: Pull complete 01:57:09 0ef7d3d256c8: Pull complete 01:57:09 de9db76c5a1d: Pull complete 01:57:10 e1f770b5df2f: Verifying Checksum 01:57:10 e1f770b5df2f: Download complete 01:57:15 0eba1c9be4d2: Verifying Checksum 01:57:15 0eba1c9be4d2: Download complete 01:57:17 85a0685a4137: Verifying Checksum 01:57:17 85a0685a4137: Download complete 01:57:29 0eba1c9be4d2: Pull complete 01:57:29 0d57e429df01: Pull complete 01:57:29 4e4be7b47b0d: Pull complete 01:57:33 e1f770b5df2f: Pull complete 01:57:49 85a0685a4137: Pull complete 01:57:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 01:57:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:57:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 01:57:49 prd-centos7-docker-4c-2g-369 does not seem to be running inside a container 01:57:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 01:57:52 $ docker top c1287117665e4b6b2d4c270e2aa58157c5504293f7180fced30c777bb8ff72e6 -eo pid,comm [Pipeline] { [Pipeline] echo 01:57:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 01:57:53 + set -o pipefail 01:57:53 + snyk monitor '--org=edgex-jenkins' 01:58:06 01:58:06 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 01:58:06 01:58:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/345e710a-1f0e-4c05-83a1-2b9edef88253 01:58:06 01:58:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:58:06 01:58:06 01:58:06 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 01:58:06 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:58:06 $ docker stop --time=1 c1287117665e4b6b2d4c270e2aa58157c5504293f7180fced30c777bb8ff72e6 01:58:09 $ docker rm -f c1287117665e4b6b2d4c270e2aa58157c5504293f7180fced30c777bb8ff72e6 [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 01:58:11 + git log --format=format:%s -1 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 [Pipeline] isUnix [Pipeline] sh 01:58:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:58:11 . [Pipeline] withDockerContainer 01:58:12 prd-centos7-docker-4c-2g-369 does not seem to be running inside a container 01:58:12 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:58:13 $ docker top 2555bbd56e945991de07f1cd7d2828974f17a2d4d12af89128e54aa1768ac4a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:58:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:58:13 [ssh-agent] Looking for ssh-agent implementation... 01:58:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:58:14 $ docker exec 2555bbd56e945991de07f1cd7d2828974f17a2d4d12af89128e54aa1768ac4a3 ssh-agent 01:58:15 SSH_AUTH_SOCK=/tmp/ssh-B5NjCAwZAHsD/agent.11 01:58:15 SSH_AGENT_PID=16 01:58:15 Running ssh-add (command line suppressed) 01:58:15 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4587698761472099127.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4587698761472099127.key) 01:58:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:58:16 + git semver tag 01:58:17 # -> Open(): unable to determine branch for HEAD 01:58:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 01:58:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 01:58:17 # $SEMVER_REMOTE_NAME = origin 01:58:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:58:17 # $SEMVER_USER_NAME = edgex-jenkins 01:58:17 # $SEMVER_BRANCH = master 01:58:17 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 01:58:17 # 0952aa9b3b55eca66a3f3fbb5373d0782913ed39 HEAD 01:58:17 # -> Force: false 01:58:17 # c4847d9d8ccba88828457fd6489079037172ccdc refs/tags/v2.0.0-dev.69 [Pipeline] } 01:58:17 $ docker exec --env ******** --env ******** 2555bbd56e945991de07f1cd7d2828974f17a2d4d12af89128e54aa1768ac4a3 ssh-agent -k 01:58:17 unset SSH_AUTH_SOCK; 01:58:17 unset SSH_AGENT_PID; 01:58:17 echo Agent pid 16 killed; 01:58:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:58:18 + git semver [Pipeline] } 01:58:18 $ docker stop --time=1 2555bbd56e945991de07f1cd7d2828974f17a2d4d12af89128e54aa1768ac4a3 01:58:20 $ docker rm -f 2555bbd56e945991de07f1cd7d2828974f17a2d4d12af89128e54aa1768ac4a3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 01:58:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:58:21 01:58:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 01:58:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:58:22 0.23.1-centos7: Pulling from edgex-lftools 01:58:22 ab5ef0e58194: Pulling fs layer 01:58:22 9712f1f96733: Pulling fs layer 01:58:22 63f879dbbcfc: Pulling fs layer 01:58:22 0d9ebad4ef96: Pulling fs layer 01:58:22 e9a5061849ea: Pulling fs layer 01:58:22 d747dcd14b5f: Pulling fs layer 01:58:22 2de7ff778b66: Pulling fs layer 01:58:22 0d9ebad4ef96: Waiting 01:58:22 e9a5061849ea: Waiting 01:58:22 d747dcd14b5f: Waiting 01:58:22 2de7ff778b66: Waiting 01:58:22 9712f1f96733: Verifying Checksum 01:58:22 9712f1f96733: Download complete 01:58:25 63f879dbbcfc: Verifying Checksum 01:58:25 63f879dbbcfc: Download complete 01:58:26 e9a5061849ea: Verifying Checksum 01:58:26 e9a5061849ea: Download complete 01:58:26 d747dcd14b5f: Verifying Checksum 01:58:26 d747dcd14b5f: Download complete 01:58:27 0d9ebad4ef96: Verifying Checksum 01:58:27 0d9ebad4ef96: Download complete 01:58:27 2de7ff778b66: Verifying Checksum 01:58:27 2de7ff778b66: Download complete 01:58:28 ab5ef0e58194: Verifying Checksum 01:58:28 ab5ef0e58194: Download complete 01:58:41 ab5ef0e58194: Pull complete 01:58:41 9712f1f96733: Pull complete 01:58:45 63f879dbbcfc: Pull complete 01:59:01 0d9ebad4ef96: Pull complete 01:59:05 e9a5061849ea: Pull complete 01:59:05 d747dcd14b5f: Pull complete 01:59:08 2de7ff778b66: Pull complete 01:59:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:59:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:59:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 01:59:09 prd-centos7-docker-4c-2g-369 does not seem to be running inside a container 01:59:09 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 01:59:14 $ docker top d72680cbb0aa9f418eed39dce224fff1bf5740a459b21fcc0e6dce9545fc2c0a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:59:15 provisioning config files... 01:59:15 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4361116999563086255tmp 01:59:16 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8953990191979915111tmp 01:59:16 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3203864372619762780tmp [Pipeline] { [Pipeline] echo 01:59:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:59:17 ---> sigul-configuration.sh 01:59:17 gpg: directory `/root/.gnupg' created 01:59:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:59:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:59:17 gpg: keyring `/root/.gnupg/secring.gpg' created 01:59:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:59:17 gpg: CAST5 encrypted data 01:59:18 gpg: encrypted with 1 passphrase 01:59:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:59:19 + mkdir /home/jenkins 01:59:19 + mkdir /home/jenkins/sigul [Pipeline] sh 01:59:20 + 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 01:59:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:59:20 ---> sigul-install.sh 01:59:31 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 01:59:32 + git tag --list 01:59:32 v0.0.0 01:59:32 v0.0.1 01:59:32 v0.1.0 01:59:32 v0.1.1 01:59:32 v0.1.10 01:59:32 v0.1.100 01:59:32 v0.1.101 01:59:32 v0.1.102 01:59:32 v0.1.103 01:59:32 v0.1.104 01:59:32 v0.1.105 01:59:32 v0.1.106 01:59:32 v0.1.107 01:59:32 v0.1.108 01:59:32 v0.1.109 01:59:32 v0.1.11 01:59:32 v0.1.110 01:59:32 v0.1.111 01:59:32 v0.1.112 01:59:32 v0.1.113 01:59:32 v0.1.114 01:59:32 v0.1.115 01:59:32 v0.1.116 01:59:32 v0.1.117 01:59:32 v0.1.118 01:59:32 v0.1.119 01:59:32 v0.1.12 01:59:32 v0.1.120 01:59:32 v0.1.121 01:59:32 v0.1.122 01:59:32 v0.1.123 01:59:32 v0.1.124 01:59:32 v0.1.125 01:59:32 v0.1.126 01:59:32 v0.1.127 01:59:32 v0.1.128 01:59:32 v0.1.129 01:59:32 v0.1.13 01:59:32 v0.1.130 01:59:32 v0.1.131 01:59:32 v0.1.132 01:59:32 v0.1.133 01:59:32 v0.1.134 01:59:32 v0.1.135 01:59:32 v0.1.136 01:59:32 v0.1.137 01:59:32 v0.1.138 01:59:32 v0.1.139 01:59:32 v0.1.14 01:59:32 v0.1.140 01:59:32 v0.1.141 01:59:32 v0.1.142 01:59:32 v0.1.143 01:59:32 v0.1.144 01:59:32 v0.1.145 01:59:32 v0.1.146 01:59:32 v0.1.147 01:59:32 v0.1.148 01:59:32 v0.1.149 01:59:32 v0.1.15 01:59:32 v0.1.16 01:59:32 v0.1.17 01:59:32 v0.1.18 01:59:32 v0.1.19 01:59:32 v0.1.2 01:59:32 v0.1.20 01:59:32 v0.1.21 01:59:32 v0.1.22 01:59:32 v0.1.23 01:59:32 v0.1.24 01:59:32 v0.1.25 01:59:32 v0.1.26 01:59:32 v0.1.27 01:59:32 v0.1.28 01:59:32 v0.1.29 01:59:32 v0.1.3 01:59:32 v0.1.30 01:59:32 v0.1.31 01:59:32 v0.1.32 01:59:32 v0.1.33 01:59:32 v0.1.34 01:59:32 v0.1.35 01:59:32 v0.1.36 01:59:32 v0.1.37 01:59:32 v0.1.38 01:59:32 v0.1.39 01:59:32 v0.1.4 01:59:32 v0.1.40 01:59:32 v0.1.41 01:59:32 v0.1.42 01:59:32 v0.1.43 01:59:32 v0.1.44 01:59:32 v0.1.45 01:59:32 v0.1.46 01:59:32 v0.1.47 01:59:32 v0.1.48 01:59:32 v0.1.49 01:59:32 v0.1.5 01:59:32 v0.1.50 01:59:32 v0.1.51 01:59:32 v0.1.52 01:59:32 v0.1.53 01:59:32 v0.1.54 01:59:32 v0.1.55 01:59:32 v0.1.56 01:59:32 v0.1.57 01:59:32 v0.1.58 01:59:32 v0.1.59 01:59:32 v0.1.6 01:59:32 v0.1.60 01:59:32 v0.1.61 01:59:32 v0.1.62 01:59:32 v0.1.63 01:59:32 v0.1.64 01:59:32 v0.1.65 01:59:32 v0.1.66 01:59:32 v0.1.67 01:59:32 v0.1.68 01:59:32 v0.1.69 01:59:32 v0.1.7 01:59:32 v0.1.70 01:59:32 v0.1.71 01:59:32 v0.1.72 01:59:32 v0.1.73 01:59:32 v0.1.74 01:59:32 v0.1.75 01:59:32 v0.1.76 01:59:32 v0.1.77 01:59:32 v0.1.78 01:59:32 v0.1.79 01:59:32 v0.1.8 01:59:32 v0.1.80 01:59:32 v0.1.81 01:59:32 v0.1.82 01:59:32 v0.1.83 01:59:32 v0.1.84 01:59:32 v0.1.85 01:59:32 v0.1.86 01:59:32 v0.1.87 01:59:32 v0.1.88 01:59:32 v0.1.89 01:59:32 v0.1.9 01:59:32 v0.1.90 01:59:32 v0.1.91 01:59:32 v0.1.92 01:59:32 v0.1.93 01:59:32 v0.1.94 01:59:32 v0.1.95 01:59:32 v0.1.96 01:59:32 v0.1.97 01:59:32 v0.1.98 01:59:32 v0.1.99 01:59:32 v2.0.0-dev.1 01:59:32 v2.0.0-dev.10 01:59:32 v2.0.0-dev.11 01:59:32 v2.0.0-dev.12 01:59:32 v2.0.0-dev.13 01:59:32 v2.0.0-dev.14 01:59:32 v2.0.0-dev.15 01:59:32 v2.0.0-dev.16 01:59:32 v2.0.0-dev.17 01:59:32 v2.0.0-dev.18 01:59:32 v2.0.0-dev.19 01:59:32 v2.0.0-dev.2 01:59:32 v2.0.0-dev.20 01:59:32 v2.0.0-dev.21 01:59:32 v2.0.0-dev.22 01:59:32 v2.0.0-dev.23 01:59:32 v2.0.0-dev.24 01:59:32 v2.0.0-dev.25 01:59:32 v2.0.0-dev.26 01:59:32 v2.0.0-dev.27 01:59:32 v2.0.0-dev.28 01:59:32 v2.0.0-dev.29 01:59:32 v2.0.0-dev.3 01:59:32 v2.0.0-dev.30 01:59:32 v2.0.0-dev.31 01:59:32 v2.0.0-dev.32 01:59:32 v2.0.0-dev.33 01:59:32 v2.0.0-dev.34 01:59:32 v2.0.0-dev.35 01:59:32 v2.0.0-dev.36 01:59:32 v2.0.0-dev.37 01:59:32 v2.0.0-dev.38 01:59:32 v2.0.0-dev.39 01:59:32 v2.0.0-dev.4 01:59:32 v2.0.0-dev.40 01:59:32 v2.0.0-dev.41 01:59:32 v2.0.0-dev.42 01:59:32 v2.0.0-dev.43 01:59:32 v2.0.0-dev.44 01:59:32 v2.0.0-dev.45 01:59:32 v2.0.0-dev.46 01:59:32 v2.0.0-dev.47 01:59:32 v2.0.0-dev.48 01:59:32 v2.0.0-dev.49 01:59:32 v2.0.0-dev.5 01:59:32 v2.0.0-dev.50 01:59:32 v2.0.0-dev.51 01:59:32 v2.0.0-dev.52 01:59:32 v2.0.0-dev.53 01:59:32 v2.0.0-dev.54 01:59:32 v2.0.0-dev.55 01:59:32 v2.0.0-dev.56 01:59:32 v2.0.0-dev.57 01:59:32 v2.0.0-dev.58 01:59:32 v2.0.0-dev.59 01:59:32 v2.0.0-dev.6 01:59:32 v2.0.0-dev.60 01:59:32 v2.0.0-dev.61 01:59:32 v2.0.0-dev.62 01:59:32 v2.0.0-dev.63 01:59:32 v2.0.0-dev.64 01:59:32 v2.0.0-dev.65 01:59:32 v2.0.0-dev.66 01:59:32 v2.0.0-dev.67 01:59:32 v2.0.0-dev.68 01:59:32 v2.0.0-dev.69 01:59:32 v2.0.0-dev.7 01:59:32 v2.0.0-dev.8 01:59:32 v2.0.0-dev.9 [Pipeline] sh 01:59:32 + lftools sign git-tag v2.0.0-dev.69 01:59:34 Signing Git tag with Sigul... 01:59:34 Signing v2.0.0-dev.69 [Pipeline] echo 01:59:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:59:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:59:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:59:36 $ docker stop --time=1 d72680cbb0aa9f418eed39dce224fff1bf5740a459b21fcc0e6dce9545fc2c0a 01:59:38 $ docker rm -f d72680cbb0aa9f418eed39dce224fff1bf5740a459b21fcc0e6dce9545fc2c0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 01:59:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:59:39 . [Pipeline] withDockerContainer 01:59:39 prd-centos7-docker-4c-2g-369 does not seem to be running inside a container 01:59:39 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:59:41 $ docker top ff974fcca7541fd05a76a00f60e60402d3cf95c4dacc04418f6ea25ea2b58090 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:59:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:59:42 [ssh-agent] Looking for ssh-agent implementation... 01:59:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:59:43 $ docker exec ff974fcca7541fd05a76a00f60e60402d3cf95c4dacc04418f6ea25ea2b58090 ssh-agent 01:59:43 SSH_AUTH_SOCK=/tmp/ssh-btWuG60lCfxC/agent.11 01:59:43 SSH_AGENT_PID=16 01:59:43 Running ssh-add (command line suppressed) 01:59:43 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5246816836768406950.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5246816836768406950.key) 01:59:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:59:44 + git semver bump pre 01:59:44 # -> Open(): unable to determine branch for HEAD 01:59:44 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 01:59:44 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 01:59:44 # $SEMVER_REMOTE_NAME = origin 01:59:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:59:44 # $SEMVER_USER_NAME = edgex-jenkins 01:59:44 # $SEMVER_BRANCH = master 01:59:44 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 01:59:44 2.0.0-dev.70 [Pipeline] } 01:59:44 $ docker exec --env ******** --env ******** ff974fcca7541fd05a76a00f60e60402d3cf95c4dacc04418f6ea25ea2b58090 ssh-agent -k 01:59:45 unset SSH_AUTH_SOCK; 01:59:45 unset SSH_AGENT_PID; 01:59:45 echo Agent pid 16 killed; 01:59:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:59:46 + git semver [Pipeline] } 01:59:46 $ docker stop --time=1 ff974fcca7541fd05a76a00f60e60402d3cf95c4dacc04418f6ea25ea2b58090 01:59:48 $ docker rm -f ff974fcca7541fd05a76a00f60e60402d3cf95c4dacc04418f6ea25ea2b58090 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 01:59:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:59:49 . [Pipeline] withDockerContainer 01:59:50 prd-centos7-docker-4c-2g-369 does not seem to be running inside a container 01:59:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:59:52 $ docker top 46ebdf231e2410af1bf61b1cb72ef98065da0c3865b8caf2cbb7efb00377deeb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:59:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:59:53 [ssh-agent] Looking for ssh-agent implementation... 01:59:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:59:53 $ docker exec 46ebdf231e2410af1bf61b1cb72ef98065da0c3865b8caf2cbb7efb00377deeb ssh-agent 01:59:54 SSH_AUTH_SOCK=/tmp/ssh-Ab3iUvZKqips/agent.12 01:59:54 SSH_AGENT_PID=17 01:59:54 Running ssh-add (command line suppressed) 01:59:55 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4941050430609024510.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4941050430609024510.key) 01:59:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:59:57 + git semver push 01:59:57 # -> Open(): unable to determine branch for HEAD 01:59:57 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 01:59:57 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 01:59:57 # $SEMVER_REMOTE_NAME = origin 01:59:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:59:57 # $SEMVER_USER_NAME = edgex-jenkins 01:59:57 # $SEMVER_BRANCH = master 01:59:57 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 02:00:06 $ docker exec --env ******** --env ******** 46ebdf231e2410af1bf61b1cb72ef98065da0c3865b8caf2cbb7efb00377deeb ssh-agent -k 02:00:07 unset SSH_AUTH_SOCK; 02:00:07 unset SSH_AGENT_PID; 02:00:07 echo Agent pid 17 killed; 02:00:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:00:07 + git semver [Pipeline] } 02:00:07 $ docker stop --time=1 46ebdf231e2410af1bf61b1cb72ef98065da0c3865b8caf2cbb7efb00377deeb 02:00:10 $ docker rm -f 46ebdf231e2410af1bf61b1cb72ef98065da0c3865b8caf2cbb7efb00377deeb [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 02:00:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:00:12 ---> package-listing.sh 02:00:12 ++ facter osfamily 02:00:12 ++ tr '[:upper:]' '[:lower:]' 02:00:13 + OS_FAMILY=redhat 02:00:13 + workspace=/w/workspace/dry_go-mod-core-contracts_master 02:00:13 + START_PACKAGES=/tmp/packages_start.txt 02:00:13 + END_PACKAGES=/tmp/packages_end.txt 02:00:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:00:13 + PACKAGES=/tmp/packages_start.txt 02:00:13 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 02:00:13 + PACKAGES=/tmp/packages_end.txt 02:00:13 + case "${OS_FAMILY}" in 02:00:13 + rpm -qa 02:00:13 + sort 02:00:21 + '[' -f /tmp/packages_start.txt ']' 02:00:21 + '[' -f /tmp/packages_end.txt ']' 02:00:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:00:21 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 02:00:21 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 02:00:21 + 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 02:00:21 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 02:00:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:00:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:00:23 02:00:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:00:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:00:24 alpine: Pulling from edgex-lftools-log-publisher 02:00:24 df20fa9351a1: Pulling fs layer 02:00:24 36b3adc4ff6f: Pulling fs layer 02:00:24 8ad3a11d3b57: Pulling fs layer 02:00:24 46f8f816bc3b: Pulling fs layer 02:00:24 93b61091891f: Pulling fs layer 02:00:24 93b9cdb0e59b: Pulling fs layer 02:00:24 5e14af77c1be: Pulling fs layer 02:00:24 01666e4c0597: Pulling fs layer 02:00:24 aa168da1d23b: Pulling fs layer 02:00:24 93b9cdb0e59b: Waiting 02:00:24 5e14af77c1be: Waiting 02:00:24 46f8f816bc3b: Waiting 02:00:24 93b61091891f: Waiting 02:00:24 01666e4c0597: Waiting 02:00:24 aa168da1d23b: Waiting 02:00:24 36b3adc4ff6f: Verifying Checksum 02:00:24 36b3adc4ff6f: Download complete 02:00:24 46f8f816bc3b: Verifying Checksum 02:00:24 46f8f816bc3b: Download complete 02:00:24 df20fa9351a1: Verifying Checksum 02:00:24 df20fa9351a1: Download complete 02:00:24 93b9cdb0e59b: Verifying Checksum 02:00:24 93b9cdb0e59b: Download complete 02:00:24 5e14af77c1be: Verifying Checksum 02:00:24 5e14af77c1be: Download complete 02:00:24 93b61091891f: Verifying Checksum 02:00:24 93b61091891f: Download complete 02:00:24 01666e4c0597: Verifying Checksum 02:00:24 01666e4c0597: Download complete 02:00:25 df20fa9351a1: Pull complete 02:00:25 8ad3a11d3b57: Verifying Checksum 02:00:25 8ad3a11d3b57: Download complete 02:00:25 36b3adc4ff6f: Pull complete 02:00:27 8ad3a11d3b57: Pull complete 02:00:28 46f8f816bc3b: Pull complete 02:00:30 93b61091891f: Pull complete 02:00:30 93b9cdb0e59b: Pull complete 02:00:30 5e14af77c1be: Pull complete 02:00:30 aa168da1d23b: Verifying Checksum 02:00:30 aa168da1d23b: Download complete 02:00:31 01666e4c0597: Pull complete 02:00:50 aa168da1d23b: Pull complete 02:00:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:00:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:00:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:00:51 prd-centos7-docker-4c-2g-369 does not seem to be running inside a container 02:00:51 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:00:55 $ docker top bba164ef1e5728b5e641aee80b1c93ec3207c99ca5dcea08045b749b8ad359ab -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:56 + touch /tmp/pre-build-complete [Pipeline] sh 02:00:56 + mkdir -p /var/log/sa [Pipeline] sh 02:00:58 + ls /var/log/sa-host 02:00:58 + sadf -c /var/log/sa-host/sa16 02:00:58 file_magic: OK 02:00:58 HZ: Using current value: 100 02:00:58 file_header: OK 02:00:58 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 02:00:58 Statistics: 02:00:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:00:58 File successfully converted to sysstat format version 12.2.1 02:00:58 + sadf -c /var/log/sa-host/sa23 02:00:58 file_magic: OK 02:00:58 HZ: Using current value: 100 02:00:58 file_header: OK 02:00:58 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 02:00:58 Statistics: 02:00:58 Hnuu...uuuununununu... 02:00:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:00:58 provisioning config files... 02:00:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3299281328364945563tmp [Pipeline] { [Pipeline] echo 02:00:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:00:58 ---> create-netrc.sh [Pipeline] } 02:00:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:00:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:01:00 ---> python-tools-install.sh [Pipeline] echo 02:01:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:01:01 ---> sudo-logs.sh 02:01:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:01:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:01:02 ---> job-cost.sh 02:01:02 lf-activate-venv: SKIPPING 02:01:02 DEBUG: total: 0.20999999344348907 02:01:02 INFO: Retrieving Stack Cost... 02:01:03 INFO: Retrieving Pricing Info for: v1-standard-2 02:01:04 INFO: Archiving Costs [Pipeline] echo 02:01:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:01:05 ---> logs-deploy.sh 02:01:05 lf-activate-venv: SKIPPING 02:01:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/188 02:01:05 INFO: archiving workspace using pattern(s): 02:01:08 Archives upload complete. 02:01:08 INFO: archiving logs to Nexus 02:01:10 ---> uname -a: 02:01:10 Linux prd-centos7-docker-4c-2g-369.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:01:10 02:01:10 02:01:10 ---> lscpu: 02:01:10 Architecture: x86_64 02:01:10 CPU op-mode(s): 32-bit, 64-bit 02:01:10 Byte Order: Little Endian 02:01:10 Address sizes: 40 bits physical, 48 bits virtual 02:01:10 CPU(s): 4 02:01:10 On-line CPU(s) list: 0-3 02:01:10 Thread(s) per core: 1 02:01:10 Core(s) per socket: 1 02:01:10 Socket(s): 4 02:01:10 NUMA node(s): 1 02:01:10 Vendor ID: GenuineIntel 02:01:10 CPU family: 6 02:01:10 Model: 44 02:01:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:01:10 Stepping: 1 02:01:10 CPU MHz: 2933.438 02:01:10 BogoMIPS: 5866.87 02:01:10 Virtualization: VT-x 02:01:10 Hypervisor vendor: KVM 02:01:10 Virtualization type: full 02:01:10 L1d cache: 128 KiB 02:01:10 L1i cache: 128 KiB 02:01:10 L2 cache: 16 MiB 02:01:10 L3 cache: 64 MiB 02:01:10 NUMA node0 CPU(s): 0-3 02:01:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:01:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:01:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:01:10 Vulnerability Meltdown: Mitigation; PTI 02:01:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:01:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:01:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:01:10 Vulnerability Srbds: Not affected 02:01:10 Vulnerability Tsx async abort: Not affected 02:01:10 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 02:01:10 02:01:10 02:01:10 ---> nproc: 02:01:10 4 02:01:10 02:01:10 02:01:10 ---> df -h: 02:01:10 Filesystem Size Used Available Use% Mounted on 02:01:10 overlay 50.0G 8.5G 41.4G 17% / 02:01:10 tmpfs 64.0M 0 64.0M 0% /dev 02:01:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:01:10 shm 64.0M 0 64.0M 0% /dev/shm 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 02:01:10 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 02:01:10 02:01:10 02:01:10 ---> free -m: 02:01:10 total used free shared buff/cache available 02:01:10 Mem: 1837 840 145 0 850 932 02:01:10 Swap: 1023 3 1020 02:01:10 02:01:10 02:01:10 ---> ip addr: 02:01:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:01:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:01:10 inet 127.0.0.1/8 scope host lo 02:01:10 valid_lft forever preferred_lft forever 02:01:10 inet6 ::1/128 scope host 02:01:10 valid_lft forever preferred_lft forever 02:01:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:01:10 link/ether fa:16:3e:ff:91:6b brd ff:ff:ff:ff:ff:ff 02:01:10 inet 10.30.122.241/23 brd 10.30.123.255 scope global dynamic eth0 02:01:10 valid_lft 85672sec preferred_lft 85672sec 02:01:10 inet6 fe80::f816:3eff:feff:916b/64 scope link 02:01:10 valid_lft forever preferred_lft forever 02:01:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:01:10 link/ether 02:42:23:3f:2b:b4 brd ff:ff:ff:ff:ff:ff 02:01:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:01:10 valid_lft forever preferred_lft forever 02:01:10 inet6 fe80::42:23ff:fe3f:2bb4/64 scope link 02:01:10 valid_lft forever preferred_lft forever 02:01:10 02:01:10 02:01:10 ---> sar -b -r -n DEV: 02:01:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 02:01:10 02:01:10 01:48:47 LINUX RESTART (4 CPU) 02:01:10 02:01:10 01:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:01:10 01:51:01 58.52 15.08 43.44 0.00 4847.69 4015.22 0.00 02:01:10 01:52:01 2.08 0.00 2.08 0.00 0.00 49.59 0.00 02:01:10 01:53:02 0.18 0.00 0.18 0.00 0.00 1.88 0.00 02:01:10 01:54:01 0.29 0.00 0.29 0.00 0.00 3.66 0.00 02:01:10 01:55:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 02:01:10 01:56:01 0.38 0.00 0.38 0.00 0.00 4.10 0.00 02:01:10 01:57:01 0.33 0.05 0.28 0.00 3.59 2.71 0.00 02:01:10 01:58:01 276.13 160.58 115.55 0.00 6972.62 34202.81 0.00 02:01:10 01:59:01 157.90 52.17 105.73 0.00 2274.63 25741.78 0.00 02:01:10 02:00:01 107.08 47.31 59.77 0.00 3040.16 10391.51 0.00 02:01:10 Average: 60.47 27.61 32.86 0.00 1712.90 7466.87 0.00 02:01:10 02:01:10 01:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:01:10 01:51:01 135536 0 614808 32.68 2620 1128580 1156908 39.48 427368 1116368 132 02:01:10 01:52:01 149016 0 601320 31.96 2620 1128588 1068640 36.47 432376 1100104 16 02:01:10 01:53:02 142948 0 607384 32.28 2620 1128592 1069188 36.49 437024 1101900 16 02:01:10 01:54:01 140684 0 609588 32.40 2620 1128652 1069260 36.49 441880 1098988 16 02:01:10 01:55:01 141832 0 608488 32.34 2620 1128604 1069092 36.49 440956 1098980 16 02:01:10 01:56:01 142420 0 607892 32.31 2620 1128612 1068960 36.48 445664 1093664 12 02:01:10 01:57:01 129584 0 620252 32.97 2620 1129088 1073880 36.65 457976 1093160 392 02:01:10 01:58:01 65336 0 780200 41.47 2620 1033388 1383940 47.23 549828 999268 75972 02:01:10 01:59:01 146036 0 803376 42.70 2596 929536 1524000 52.01 567884 853284 83252 02:01:10 02:00:01 246688 0 785092 41.73 2108 847656 1424624 48.62 563568 731988 52 02:01:10 Average: 144008 0 663840 35.28 2566 1071130 1190849 40.64 476452 1028770 15988 02:01:10 02:01:10 01:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:01:10 01:51:01 eth0 142.21 115.03 605.35 44.37 0.00 0.00 0.00 0.00 02:01:10 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:51:01 docker0 10.02 8.07 2.13 22.91 0.00 0.00 0.00 0.00 02:01:10 01:52:01 eth0 0.76 0.08 0.06 0.03 0.00 0.00 0.00 0.00 02:01:10 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:53:02 eth0 1.08 0.76 0.73 0.23 0.00 0.00 0.00 0.00 02:01:10 01:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:54:01 eth0 0.59 0.37 0.29 0.21 0.00 0.00 0.00 0.00 02:01:10 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:55:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 02:01:10 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:01:10 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:57:01 eth0 4.16 3.01 4.46 1.46 0.00 0.00 0.00 0.00 02:01:10 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:58:01 eth0 438.79 359.82 4355.38 63.16 0.00 0.00 0.00 0.00 02:01:10 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:58:01 vethf476e0a 31.16 35.73 2.54 279.34 0.00 0.00 0.00 0.00 02:01:10 01:58:01 docker0 31.16 35.60 2.12 279.33 0.00 0.00 0.00 0.00 02:01:10 01:59:01 eth0 347.58 299.65 3202.53 31.69 0.00 0.00 0.00 0.00 02:01:10 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 01:59:01 docker0 0.51 0.50 0.09 0.16 0.00 0.00 0.00 0.00 02:01:10 02:00:01 eth0 91.54 69.78 299.40 79.94 0.00 0.00 0.00 0.00 02:01:10 02:00:01 vethd7a60c1 1.73 1.48 0.47 0.56 0.00 0.00 0.00 0.00 02:01:10 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 02:00:01 docker0 18.28 34.34 1.41 244.47 0.00 0.00 0.00 0.00 02:01:10 Average: eth0 102.91 85.05 849.53 22.13 0.00 0.00 0.00 0.00 02:01:10 Average: vethd7a60c1 0.17 0.15 0.05 0.06 0.00 0.00 0.00 0.00 02:01:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:10 Average: docker0 6.00 7.87 0.57 54.86 0.00 0.00 0.00 0.00 02:01:10 02:01:10 02:01:10 ---> sar -P ALL: 02:01:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 02:01:10 02:01:10 01:48:47 LINUX RESTART (4 CPU) 02:01:10 02:01:10 01:50:02 CPU %user %nice %system %iowait %steal %idle 02:01:10 01:51:01 all 4.95 0.00 4.46 1.18 19.90 69.52 02:01:10 01:51:01 0 4.86 0.00 4.13 0.57 21.87 68.58 02:01:10 01:51:01 1 4.84 0.00 3.49 1.79 20.52 69.36 02:01:10 01:51:01 2 4.60 0.00 3.97 0.75 18.29 72.38 02:01:10 01:51:01 3 5.51 0.00 6.29 1.59 18.87 67.73 02:01:10 01:52:01 all 0.14 0.00 0.05 0.00 0.68 99.14 02:01:10 01:52:01 0 0.03 0.00 0.07 0.00 1.04 98.86 02:01:10 01:52:01 1 0.35 0.00 0.03 0.00 0.66 98.96 02:01:10 01:52:01 2 0.05 0.00 0.03 0.00 0.43 99.49 02:01:10 01:52:01 3 0.12 0.00 0.07 0.00 0.58 99.24 02:01:10 01:53:02 all 0.12 0.00 0.10 0.00 1.06 98.72 02:01:10 01:53:02 0 0.02 0.00 0.08 0.00 0.76 99.14 02:01:10 01:53:02 1 0.34 0.00 0.05 0.00 1.72 97.88 02:01:10 01:53:02 2 0.05 0.00 0.13 0.00 0.40 99.42 02:01:10 01:53:02 3 0.05 0.00 0.13 0.00 1.37 98.45 02:01:10 01:54:01 all 0.10 0.00 0.05 0.00 1.76 98.09 02:01:10 01:54:01 0 0.02 0.00 0.07 0.00 0.86 99.06 02:01:10 01:54:01 1 0.05 0.00 0.07 0.00 2.60 97.29 02:01:10 01:54:01 2 0.28 0.00 0.03 0.00 2.69 96.99 02:01:10 01:54:01 3 0.03 0.00 0.03 0.00 0.86 99.07 02:01:10 01:55:01 all 0.12 0.00 0.21 0.00 1.22 98.46 02:01:10 01:55:01 0 0.00 0.00 0.10 0.00 1.09 98.81 02:01:10 01:55:01 1 0.07 0.00 0.10 0.00 1.45 98.39 02:01:10 01:55:01 2 0.36 0.00 0.30 0.00 0.98 98.36 02:01:10 01:55:01 3 0.03 0.00 0.33 0.00 1.37 98.27 02:01:10 01:56:01 all 0.09 0.00 0.05 0.00 0.44 99.42 02:01:10 01:56:01 0 0.02 0.00 0.05 0.00 0.40 99.54 02:01:10 01:56:01 1 0.03 0.00 0.03 0.00 0.43 99.50 02:01:10 01:56:01 2 0.28 0.00 0.05 0.00 0.20 99.47 02:01:10 01:56:01 3 0.03 0.00 0.05 0.00 0.73 99.19 02:01:10 01:57:01 all 0.42 0.00 0.41 0.00 2.08 97.10 02:01:10 01:57:01 0 0.21 0.00 0.26 0.00 2.04 97.48 02:01:10 01:57:01 1 0.59 0.00 0.64 0.00 1.97 96.79 02:01:10 01:57:01 2 0.49 0.00 0.23 0.02 2.05 97.22 02:01:10 01:57:01 3 0.38 0.00 0.49 0.00 2.24 96.89 02:01:10 01:58:01 all 5.56 0.00 5.43 1.32 31.57 56.13 02:01:10 01:58:01 0 5.40 0.00 6.23 1.10 34.01 53.26 02:01:10 01:58:01 1 8.27 0.00 6.39 1.82 32.65 50.87 02:01:10 01:58:01 2 4.38 0.00 4.29 1.73 31.05 58.55 02:01:10 01:58:01 3 4.22 0.00 4.83 0.61 28.56 61.77 02:01:10 01:59:01 all 4.32 0.00 6.02 1.62 30.94 57.11 02:01:10 01:59:01 0 5.23 0.00 6.32 1.55 33.96 52.94 02:01:10 01:59:01 1 4.08 0.00 5.33 1.34 32.00 57.26 02:01:10 01:59:01 2 4.50 0.00 7.50 1.16 29.42 57.41 02:01:10 01:59:01 3 3.46 0.00 4.97 2.41 28.30 60.86 02:01:10 02:00:01 all 4.56 0.00 6.15 2.05 21.58 65.65 02:01:10 02:00:01 0 3.55 0.00 5.23 2.36 23.29 65.57 02:01:10 02:00:01 1 8.94 0.00 6.76 0.56 20.82 62.92 02:01:10 02:00:01 2 2.68 0.00 5.93 3.38 21.53 66.48 02:01:10 02:00:01 3 3.13 0.00 6.75 1.87 20.62 67.64 02:01:10 Average: all 2.17 0.00 2.45 0.66 11.91 82.81 02:01:10 Average: 0 2.08 0.00 2.43 0.61 12.85 82.03 02:01:10 Average: 1 2.92 0.00 2.44 0.59 12.29 81.75 02:01:10 Average: 2 1.88 0.00 2.40 0.75 11.46 83.50 02:01:10 Average: 3 1.79 0.00 2.53 0.69 11.01 83.98 02:01:10 02:01:10 02:01:10