Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3d731156678fa6d4b6675a115cc87696c9618892 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-494 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 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 Checking out Revision 3d731156678fa6d4b6675a115cc87696c9618892 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 Commit message: "Merge pull request #587 from weichou1229/issue-586" > git rev-list --no-walk 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:23:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:23:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:23:39 ========================================================= 15:23:39 EdgeX Global Pipelines Version Info 15:23:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:23:42 ------------------- 15:23:42 stable info: 15:23:42 ------------------- 15:23:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:23:42 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:23:42 Message: update stable to v1.0.186 15:23:43 ------------------- 15:23:43 experimental info: 15:23:43 ------------------- 15:23:43 Commited By: **** collab-it+edgex@linuxfoundation.org 15:23:43 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 15:23:43 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:23:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:23:43 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:23:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:23:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:23:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:23:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:23:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d731156678fa6d4b6675a115cc87696c9618892 [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d73115 [Pipeline] echo 15:23:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:23:45 + git log --format=format:%s -1 3d731156678fa6d4b6675a115cc87696c9618892 [Pipeline] echo 15:23:45 GIT_COMMIT: 3d731156678fa6d4b6675a115cc87696c9618892, Commit Message: Merge pull request #587 from weichou1229/issue-586 [Pipeline] echo 15:23:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:23:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:23:48 15:23:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:23:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:24:36 latest: Pulling from edgex-devops/git-semver 15:24:36 31603596830f: Pulling fs layer 15:24:36 2a8b12db71e7: Pulling fs layer 15:24:36 6ca5941a6612: Pulling fs layer 15:24:36 ecc8261a40a4: Pulling fs layer 15:24:36 ecc8261a40a4: Waiting 15:24:36 2a8b12db71e7: Verifying Checksum 15:24:36 2a8b12db71e7: Download complete 15:24:36 31603596830f: Verifying Checksum 15:24:36 31603596830f: Download complete 15:24:36 6ca5941a6612: Verifying Checksum 15:24:36 6ca5941a6612: Download complete 15:24:36 ecc8261a40a4: Verifying Checksum 15:24:36 ecc8261a40a4: Download complete 15:24:36 31603596830f: Pull complete 15:24:36 2a8b12db71e7: Pull complete 15:24:39 6ca5941a6612: Pull complete 15:24:39 ecc8261a40a4: Pull complete 15:24:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:24:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:24:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:24:41 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 15:24:41 $ 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 15:24:44 $ docker top 30d8f49f813af61042b21c971ce5495029082e0cf9cf591c09839b2afaa3d953 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:24:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:24:45 [ssh-agent] Looking for ssh-agent implementation... 15:24:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:24:46 $ docker exec 30d8f49f813af61042b21c971ce5495029082e0cf9cf591c09839b2afaa3d953 ssh-agent 15:24:47 SSH_AUTH_SOCK=/tmp/ssh-obwykMXjqrOm/agent.11 15:24:47 SSH_AGENT_PID=16 15:24:47 Running ssh-add (command line suppressed) 15:24:47 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7207113041066573628.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7207113041066573628.key) 15:24:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:24:49 + git tag --points-at HEAD [Pipeline] } 15:24:49 $ docker exec --env ******** --env ******** 30d8f49f813af61042b21c971ce5495029082e0cf9cf591c09839b2afaa3d953 ssh-agent -k 15:24:50 unset SSH_AUTH_SOCK; 15:24:50 unset SSH_AGENT_PID; 15:24:50 echo Agent pid 16 killed; 15:24:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:24:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:24:50 [ssh-agent] Looking for ssh-agent implementation... 15:24:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:24:51 $ docker exec 30d8f49f813af61042b21c971ce5495029082e0cf9cf591c09839b2afaa3d953 ssh-agent 15:24:52 SSH_AUTH_SOCK=/tmp/ssh-1vpyma8cizyV/agent.44 15:24:52 SSH_AGENT_PID=49 15:24:52 Running ssh-add (command line suppressed) 15:24:52 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3372806710725698192.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3372806710725698192.key) 15:24:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:24:53 + git semver init 15:24:53 # -> Open(): unable to determine branch for HEAD 15:24:53 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:24:53 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:24:53 # $SEMVER_REMOTE_NAME = origin 15:24:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:24:53 # $SEMVER_USER_NAME = edgex-jenkins 15:24:53 # $SEMVER_BRANCH = master 15:24:53 # $SEMVER_TEMP = /tmp/semver-293115709 15:24:53 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:24:55 # '/tmp/semver-293115709' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:24:55 # -> Force: false 15:24:55 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:24:55 $ docker exec --env ******** --env ******** 30d8f49f813af61042b21c971ce5495029082e0cf9cf591c09839b2afaa3d953 ssh-agent -k 15:24:56 unset SSH_AUTH_SOCK; 15:24:56 unset SSH_AGENT_PID; 15:24:56 echo Agent pid 49 killed; 15:24:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:24:57 + git semver [Pipeline] } 15:24:57 $ docker stop --time=1 30d8f49f813af61042b21c971ce5495029082e0cf9cf591c09839b2afaa3d953 15:24:59 $ docker rm -f 30d8f49f813af61042b21c971ce5495029082e0cf9cf591c09839b2afaa3d953 [Pipeline] // withDockerContainer [Pipeline] sh 15:25:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:25:02 Stashed 1 file(s) [Pipeline] echo 15:25:02 [edgeXSemver]: initialized semver on version 2.0.0-dev.71 [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 15:25:17 Still waiting to schedule task 15:25:17 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-494’ 15:25:17 Still waiting to schedule task 15:25:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:27:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-495 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:27:10 Running in /w/workspace/go-mod-core-contracts/190 [Pipeline] { [Pipeline] checkout 15:27:15 using credential edgex-jenkins-ssh 15:27:15 Cloning the remote Git repository 15:27:15 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:27:15 > git init /w/workspace/go-mod-core-contracts/190 # timeout=10 15:27:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:27:15 > git --version # timeout=10 15:27:15 > git --version # 'git version 2.17.1' 15:27:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:27:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:27:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:27:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:27:17 Checking out Revision 3d731156678fa6d4b6675a115cc87696c9618892 (master) 15:27:17 > git config core.sparsecheckout # timeout=10 15:27:17 > git checkout -f 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 15:27:21 Commit message: "Merge pull request #587 from weichou1229/issue-586" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:27:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:27:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:27:24 + true 15:27:24 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:27:27 ========================================================= 15:27:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:27:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:27:27 + 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 . 15:27:28 Sending build context to Docker daemon 3.009MB 15:27:28 Step 1/7 : ARG BASE=golang:1.15-alpine 15:27:28 Step 2/7 : FROM ${BASE} 15:27:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:27:28 5f621e34cdf4: Pulling fs layer 15:27:28 a4357932f1b6: Pulling fs layer 15:27:28 18c013af1878: Pulling fs layer 15:27:28 00ac8860ef70: Pulling fs layer 15:27:28 63d7cb157983: Pulling fs layer 15:27:28 b116817d02f9: Pulling fs layer 15:27:28 745a02a5169b: Pulling fs layer 15:27:28 00ac8860ef70: Waiting 15:27:28 63d7cb157983: Waiting 15:27:28 b116817d02f9: Waiting 15:27:28 745a02a5169b: Waiting 15:27:28 18c013af1878: Verifying Checksum 15:27:28 18c013af1878: Download complete 15:27:28 a4357932f1b6: Verifying Checksum 15:27:28 a4357932f1b6: Download complete 15:27:28 63d7cb157983: Verifying Checksum 15:27:28 63d7cb157983: Download complete 15:27:28 b116817d02f9: Verifying Checksum 15:27:28 b116817d02f9: Download complete 15:27:29 5f621e34cdf4: Verifying Checksum 15:27:29 5f621e34cdf4: Download complete 15:27:29 5f621e34cdf4: Pull complete 15:27:30 a4357932f1b6: Pull complete 15:27:30 18c013af1878: Pull complete 15:27:31 745a02a5169b: Verifying Checksum 15:27:31 745a02a5169b: Download complete 15:27:32 00ac8860ef70: Verifying Checksum 15:27:32 00ac8860ef70: Download complete 15:27:42 00ac8860ef70: Pull complete 15:27:43 63d7cb157983: Pull complete 15:27:43 b116817d02f9: Pull complete 15:27:47 745a02a5169b: Pull complete 15:27:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:27:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:27:47 ---> b7e6874047d6 15:27:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:27:50 ---> Running in 8b38189f7ac0 15:27:50 Removing intermediate container 8b38189f7ac0 15:27:50 ---> c5ba8833c424 15:27:50 Step 4/7 : RUN apk add bash 15:27:50 ---> Running in b698bdcdbfd5 15:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:27:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:27:53 OK: 142 MiB in 39 packages 15:27:55 Removing intermediate container b698bdcdbfd5 15:27:55 ---> 8b048e079e5a 15:27:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:27:55 ---> Running in cce35c9d9d21 15:27:55 Removing intermediate container cce35c9d9d21 15:27:55 ---> a5c4d223299e 15:27:55 Step 6/7 : COPY go.mod . 15:27:56 ---> e9fa4e51f58a 15:27:56 Step 7/7 : RUN go mod download 15:27:56 ---> Running in 254e616a031b 15:28:14 Removing intermediate container 254e616a031b 15:28:14 ---> 1440916fdc3e 15:28:14 Successfully built 1440916fdc3e 15:28:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:28:14 + docker inspect -f . ci-base-image-arm64 15:28:14 . [Pipeline] withDockerContainer 15:28:15 prd-ubuntu18.04-docker-arm64-4c-16g-495 does not seem to be running inside a container 15:28:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/190 -v /w/workspace/go-mod-core-contracts/190:/w/workspace/go-mod-core-contracts/190:rw,z -v /w/workspace/go-mod-core-contracts/190@tmp:/w/workspace/go-mod-core-contracts/190@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 15:28:16 $ docker top ab2da1b828d99471418c056552c4d5545a8e085664b72c55cc3d0b58b0b91a2f -eo pid,comm [Pipeline] { [Pipeline] sh 15:28:17 + go version 15:28:17 go version go1.15.5 linux/arm64 [Pipeline] } 15:28:17 $ docker stop --time=1 ab2da1b828d99471418c056552c4d5545a8e085664b72c55cc3d0b58b0b91a2f 15:28:19 $ docker rm -f ab2da1b828d99471418c056552c4d5545a8e085664b72c55cc3d0b58b0b91a2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:28:20 + docker inspect -f . ci-base-image-arm64 15:28:20 . [Pipeline] withDockerContainer 15:28:20 prd-ubuntu18.04-docker-arm64-4c-16g-495 does not seem to be running inside a container 15:28:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/190 -v /w/workspace/go-mod-core-contracts/190:/w/workspace/go-mod-core-contracts/190:rw,z -v /w/workspace/go-mod-core-contracts/190@tmp:/w/workspace/go-mod-core-contracts/190@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 15:28:22 $ docker top b83d942001288d200945bc5dd8555495e6c9f591311d2d3e43b70b1058693613 -eo pid,comm [Pipeline] { [Pipeline] sh 15:28:23 + make test 15:28:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:28:30 Running on prd-centos7-docker-4c-2g-496 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:28:30 Running in /w/workspace/go-mod-core-contracts/190 [Pipeline] { [Pipeline] checkout 15:28:43 using credential edgex-jenkins-ssh 15:28:43 Cloning the remote Git repository 15:28:43 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:28:43 > git init /w/workspace/go-mod-core-contracts/190 # timeout=10 15:28:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:28:43 > git --version # timeout=10 15:28:43 > git --version # 'git version 2.24.3' 15:28:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:28:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:28:45 Checking out Revision 3d731156678fa6d4b6675a115cc87696c9618892 (master) 15:28:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:28:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:28:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:28:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:28:45 using GIT_SSH to set credentials SSH Credentials for GitHub 15:28:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:28:45 > git config core.sparsecheckout # timeout=10 15:28:45 > git checkout -f 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 15:28:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.042s coverage: 85.7% of statements 15:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.038s coverage: 100.0% of statements 15:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.079s coverage: 45.4% of statements 15:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.040s coverage: 77.8% of statements 15:28:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:28:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.021s coverage: 26.3% of statements 15:28:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.087s coverage: 14.7% of statements 15:28:51 Commit message: "Merge pull request #587 from weichou1229/issue-586" 15:28:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.027s coverage: 100.0% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:28:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.091s coverage: 91.8% of statements 15:28:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:28:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:28:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.042s coverage: 100.0% of statements 15:28:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.039s coverage: 35.5% of statements 15:28:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:28:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:28:54 + sudo service docker restart 15:28:54 + true 15:28:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:28:56 ========================================================= 15:28:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:28:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:28:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.166s coverage: 63.0% of statements 15:28:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.047s coverage: 26.3% of statements 15:28:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.023s coverage: 15.4% of statements 15:28:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements 15:28:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.018s coverage: 14.3% of statements 15:28:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:28:57 + 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 . 15:28:58 Sending build context to Docker daemon 3.01MB 15:28:58 Step 1/7 : ARG BASE=golang:1.15-alpine 15:28:58 Step 2/7 : FROM ${BASE} 15:28:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:28:59 188c0c94c7c5: Pulling fs layer 15:28:59 0ef7d3d256c8: Pulling fs layer 15:28:59 de9db76c5a1d: Pulling fs layer 15:28:59 bca2f99d35d6: Pulling fs layer 15:28:59 93359f2a8cfa: Pulling fs layer 15:28:59 7c6f9722023f: Pulling fs layer 15:28:59 a35cf1a2eb13: Pulling fs layer 15:28:59 bca2f99d35d6: Waiting 15:28:59 93359f2a8cfa: Waiting 15:28:59 7c6f9722023f: Waiting 15:28:59 a35cf1a2eb13: Waiting 15:28:59 de9db76c5a1d: Verifying Checksum 15:28:59 de9db76c5a1d: Download complete 15:28:59 0ef7d3d256c8: Verifying Checksum 15:28:59 0ef7d3d256c8: Download complete 15:28:59 93359f2a8cfa: Verifying Checksum 15:28:59 93359f2a8cfa: Download complete 15:28:59 7c6f9722023f: Verifying Checksum 15:28:59 7c6f9722023f: Download complete 15:28:59 188c0c94c7c5: Verifying Checksum 15:28:59 188c0c94c7c5: Download complete 15:29:01 188c0c94c7c5: Pull complete 15:29:02 0ef7d3d256c8: Pull complete 15:29:02 de9db76c5a1d: Pull complete 15:29:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.217s coverage: 84.0% of statements 15:29:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:29:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:29:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:29:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.117s coverage: 45.8% of statements 15:29:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.065s coverage: 94.7% of statements 15:29:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.300s coverage: 87.1% of statements 15:29:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.027s coverage: 100.0% of statements 15:29:05 a35cf1a2eb13: Verifying Checksum 15:29:05 a35cf1a2eb13: Download complete 15:29:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.026s coverage: 69.6% of statements 15:29:06 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:29:08 bca2f99d35d6: Verifying Checksum 15:29:08 bca2f99d35d6: Download complete 15:29:12 gofmt -l . 15:29:12 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:29:13 $ docker stop --time=1 b83d942001288d200945bc5dd8555495e6c9f591311d2d3e43b70b1058693613 15:29:15 $ docker rm -f b83d942001288d200945bc5dd8555495e6c9f591311d2d3e43b70b1058693613 [Pipeline] // withDockerContainer [Pipeline] sh 15:29:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:29:17 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 15:29:18 ---> job-cost.sh 15:29:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uYH6 15:29:21 bca2f99d35d6: Pull complete 15:29:21 93359f2a8cfa: Pull complete 15:29:21 7c6f9722023f: Pull complete 15:29:28 a35cf1a2eb13: Pull complete 15:29:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:29:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:29:28 ---> a62c8e92a672 15:29:28 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:29:28 ---> Running in 66ea6917002e 15:29:28 Removing intermediate container 66ea6917002e 15:29:28 ---> 7ac53d99b6fe 15:29:28 Step 4/7 : RUN apk add bash 15:29:28 ---> Running in 77b3048f0933 15:29:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:29:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:29:30 OK: 166 MiB in 39 packages 15:29:31 Removing intermediate container 77b3048f0933 15:29:31 ---> 0b744d3c878a 15:29:31 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:29:31 ---> Running in 7334cc924377 15:29:32 Removing intermediate container 7334cc924377 15:29:32 ---> 34086739947f 15:29:32 Step 6/7 : COPY go.mod . 15:29:32 ---> 7f300531561b 15:29:32 Step 7/7 : RUN go mod download 15:29:32 ---> Running in c3ef130ac213 15:29:55 Removing intermediate container c3ef130ac213 15:29:55 ---> 86d59121a9bd 15:29:55 Successfully built 86d59121a9bd 15:29:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:29:55 + docker inspect -f . ci-base-image-x86_64 15:29:56 . [Pipeline] withDockerContainer 15:29:56 prd-centos7-docker-4c-2g-496 does not seem to be running inside a container 15:29:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/190 -v /w/workspace/go-mod-core-contracts/190:/w/workspace/go-mod-core-contracts/190:rw,z -v /w/workspace/go-mod-core-contracts/190@tmp:/w/workspace/go-mod-core-contracts/190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:29:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:29:59 $ docker top c06eb085f2ed48d89411362dcb7b2dd4e33057adefc33f8ec57f768d978e9822 -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:00 + go version 15:30:00 go version go1.15.5 linux/amd64 [Pipeline] } 15:30:00 $ docker stop --time=1 c06eb085f2ed48d89411362dcb7b2dd4e33057adefc33f8ec57f768d978e9822 15:30:02 $ docker rm -f c06eb085f2ed48d89411362dcb7b2dd4e33057adefc33f8ec57f768d978e9822 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:30:03 + docker inspect -f . ci-base-image-x86_64 15:30:03 . [Pipeline] withDockerContainer 15:30:03 prd-centos7-docker-4c-2g-496 does not seem to be running inside a container 15:30:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/190 -v /w/workspace/go-mod-core-contracts/190:/w/workspace/go-mod-core-contracts/190:rw,z -v /w/workspace/go-mod-core-contracts/190@tmp:/w/workspace/go-mod-core-contracts/190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:30:04 $ docker top 98d046ca49b5452f1a84cf3562c5578c0193a7cce68fce4bf488f4b9cdc8effa -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:05 + make test 15:30:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:30:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:30:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.099s coverage: 85.7% of statements 15:30:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.050s coverage: 100.0% of statements 15:30:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.100s coverage: 45.4% of statements 15:30:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.116s coverage: 77.8% of statements 15:30:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:30:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.059s coverage: 26.3% of statements 15:30:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.107s coverage: 14.7% of statements 15:30:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.035s coverage: 100.0% of statements 15:30:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.065s coverage: 91.8% of statements 15:30:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:30:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:30:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.043s coverage: 100.0% of statements 15:30:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.027s coverage: 35.5% of statements 15:30:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.075s coverage: 63.0% of statements 15:30:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements 15:30:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.053s coverage: 15.4% of statements 15:30:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements 15:30:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.105s coverage: 14.3% of statements 15:30:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.393s coverage: 84.0% of statements 15:30:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:30:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:30:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.185s coverage: 45.8% of statements 15:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.036s coverage: 94.7% of statements 15:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.148s coverage: 87.1% of statements 15:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.034s coverage: 100.0% of statements 15:30:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.172s coverage: 69.6% of statements 15:30:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:30:49 gofmt -l . 15:30:49 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:30:49 $ docker stop --time=1 98d046ca49b5452f1a84cf3562c5578c0193a7cce68fce4bf488f4b9cdc8effa 15:30:52 $ docker rm -f 98d046ca49b5452f1a84cf3562c5578c0193a7cce68fce4bf488f4b9cdc8effa [Pipeline] // withDockerContainer [Pipeline] sh 15:30:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:30:53 Warning: overwriting stash ‘coverage-report’ 15:30:54 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 15:30:54 ---> job-cost.sh 15:30:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HOPV 15:31:19 lf-activate-venv(): INFO: Adding /tmp/venv-uYH6/bin to PATH 15:31:19 INFO: No Stack... 15:31:19 INFO: Retrieving Pricing Info for: lf-standard-4 15:31:20 INFO: Archiving Costs [Pipeline] sh 15:31:20 + cut -d, -f6 15:31:20 + cat /w/workspace/go-mod-core-contracts/190/archives/cost.csv [Pipeline] lock 15:31:20 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-190-stack-cost] 15:31:20 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-190-stack-cost] did not exist. Created. 15:31:20 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-190-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:31:20 + echo total: 0.20999999344348907 [Pipeline] stash 15:31:21 Stashed 1 file(s) [Pipeline] } 15:31:21 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-190-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:31:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:32:09 lf-activate-venv(): INFO: Adding /tmp/venv-HOPV/bin to PATH 15:32:09 INFO: No Stack... 15:32:09 INFO: Retrieving Pricing Info for: v1-standard-2 15:32:09 INFO: Archiving Costs [Pipeline] sh 15:32:10 + cat /w/workspace/go-mod-core-contracts/190/archives/cost.csv 15:32:10 + cut -d, -f6 [Pipeline] lock 15:32:10 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-190-stack-cost] 15:32:10 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-190-stack-cost] did not exist. Created. 15:32:10 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-190-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:32:10 /w/workspace/go-mod-core-contracts/190@tmp/durable-e27c4f70/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 15:32:11 + echo total: 0.029999999329447746 [Pipeline] stash 15:32:11 Warning: overwriting stash ‘stack-cost’ 15:32:11 Stashed 1 file(s) [Pipeline] } 15:32:11 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-190-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 15:32:12 provisioning config files... 15:32:12 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6435470743006864395tmp [Pipeline] { [Pipeline] sh 15:32:12 + set +x 15:32:12 + curl -s https://codecov.io/bash 15:32:12 + bash -s -- 15:32:13 15:32:13 _____ _ 15:32:13 / ____| | | 15:32:13 | | ___ __| | ___ ___ _____ __ 15:32:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:32:13 | |___| (_) | (_| | __/ (_| (_) \ V / 15:32:13 \_____\___/ \__,_|\___|\___\___/ \_/ 15:32:13 Bash-1.0.1 15:32:13 15:32:13 15:32:13 ==> git version 2.24.3 found 15:32:13 ==> 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 15:32:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:32:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:32:13 ==> Jenkins CI detected. 15:32:13 project root: . 15:32:13 --> token set from env 15:32:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:32:13 ==> Running gcov in . (disable via -X gcov) 15:32:13 ==> Python coveragepy not found 15:32:13 ==> Searching for coverage reports in: 15:32:13 + . 15:32:13 -> Found 1 reports 15:32:13 ==> Detecting git/mercurial file structure 15:32:13 ==> Reading reports 15:32:13 + ./coverage.out bytes=171078 15:32:13 ==> Appending adjustments 15:32:13 https://docs.codecov.io/docs/fixing-reports 15:32:16 + Found adjustments 15:32:16 ==> Gzipping contents 15:32:16 28K /tmp/codecov.tByZ3A.gz 15:32:16 ==> Uploading reports 15:32:16 url: https://codecov.io 15:32:16 query: branch=master&commit=3d731156678fa6d4b6675a115cc87696c9618892&build=190&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F190%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:32:16 -> Pinging Codecov 15:32:16 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=3d731156678fa6d4b6675a115cc87696c9618892&build=190&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F190%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:32:17 -> Uploading to 15:32:17 https://storage.googleapis.com/codecov/v4/raw/2021-04-16/71470A77251A30514AAF9C0BB2E5B6CE/3d731156678fa6d4b6675a115cc87696c9618892/e74b31d8-e1d8-409b-90cc-767b881294a4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T153217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f26fde27db6dba5e9c6e5d3d734c0ff6e5dfff3c90e5e8541a51e45b338be0a 15:32:17 % Total % Received % Xferd Average Speed Time Time Time Current 15:32:17 Dload Upload Total Spent Left Speed 15:32:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25221 0 0 100 25221 0 38320 --:--:-- --:--:-- --:--:-- 38388 15:32:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/3d731156678fa6d4b6675a115cc87696c9618892 [Pipeline] } 15:32:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:32:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:32:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:32:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:32:20 15:32:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:32:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:32:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:32:21 188c0c94c7c5: Pulling fs layer 15:32:21 0ef7d3d256c8: Pulling fs layer 15:32:21 de9db76c5a1d: Pulling fs layer 15:32:21 0eba1c9be4d2: Pulling fs layer 15:32:21 0d57e429df01: Pulling fs layer 15:32:21 4e4be7b47b0d: Pulling fs layer 15:32:21 e1f770b5df2f: Pulling fs layer 15:32:21 85a0685a4137: Pulling fs layer 15:32:21 0eba1c9be4d2: Waiting 15:32:21 0d57e429df01: Waiting 15:32:21 4e4be7b47b0d: Waiting 15:32:21 e1f770b5df2f: Waiting 15:32:21 85a0685a4137: Waiting 15:32:21 de9db76c5a1d: Verifying Checksum 15:32:21 de9db76c5a1d: Download complete 15:32:21 0ef7d3d256c8: Verifying Checksum 15:32:21 0ef7d3d256c8: Download complete 15:32:21 0d57e429df01: Verifying Checksum 15:32:21 0d57e429df01: Download complete 15:32:21 188c0c94c7c5: Verifying Checksum 15:32:21 188c0c94c7c5: Download complete 15:32:22 4e4be7b47b0d: Verifying Checksum 15:32:22 4e4be7b47b0d: Download complete 15:32:22 188c0c94c7c5: Pull complete 15:32:23 0ef7d3d256c8: Pull complete 15:32:23 e1f770b5df2f: Download complete 15:32:23 de9db76c5a1d: Pull complete 15:32:30 0eba1c9be4d2: Verifying Checksum 15:32:30 0eba1c9be4d2: Download complete 15:32:31 85a0685a4137: Verifying Checksum 15:32:31 85a0685a4137: Download complete 15:32:44 0eba1c9be4d2: Pull complete 15:32:45 0d57e429df01: Pull complete 15:32:45 4e4be7b47b0d: Pull complete 15:32:49 e1f770b5df2f: Pull complete 15:33:11 85a0685a4137: Pull complete 15:33:11 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:33:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:33:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:33:13 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 15:33:13 $ 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 15:33:16 $ docker top 02cd4d727fbbd8b634377ba718067c37e7670e115914ec0245019514ac189e89 -eo pid,comm [Pipeline] { [Pipeline] echo 15:33:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:33:18 + set -o pipefail 15:33:18 + snyk monitor '--org=edgex-jenkins' 15:33:34 15:33:34 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 15:33:34 15:33:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/93512d44-8f45-4836-a295-3e2eab19e53c 15:33:34 15:33:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:33:34 15:33:34 15:33:34 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:33:34 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:33:34 $ docker stop --time=1 02cd4d727fbbd8b634377ba718067c37e7670e115914ec0245019514ac189e89 15:33:37 $ docker rm -f 02cd4d727fbbd8b634377ba718067c37e7670e115914ec0245019514ac189e89 [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 15:33:39 + git log --format=format:%s -1 3d731156678fa6d4b6675a115cc87696c9618892 [Pipeline] isUnix [Pipeline] sh 15:33:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:39 . [Pipeline] withDockerContainer 15:33:40 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 15:33:40 $ 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 15:33:42 $ docker top ffcc49781d9962fdf08480d8dbdd32146710e999b83f25daebdf16bc96d1d25b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:33:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:42 [ssh-agent] Looking for ssh-agent implementation... 15:33:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:43 $ docker exec ffcc49781d9962fdf08480d8dbdd32146710e999b83f25daebdf16bc96d1d25b ssh-agent 15:33:44 SSH_AUTH_SOCK=/tmp/ssh-vwT64YF0xG69/agent.11 15:33:44 SSH_AGENT_PID=16 15:33:44 Running ssh-add (command line suppressed) 15:33:45 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1507418408568503461.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1507418408568503461.key) 15:33:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:45 + git semver tag 15:33:45 # -> Open(): unable to determine branch for HEAD 15:33:45 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:33:45 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:33:45 # $SEMVER_REMOTE_NAME = origin 15:33:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:33:45 # $SEMVER_USER_NAME = edgex-jenkins 15:33:45 # $SEMVER_BRANCH = master 15:33:45 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:33:45 # 3d731156678fa6d4b6675a115cc87696c9618892 HEAD 15:33:46 # -> Force: false 15:33:46 # 9b78999e9b279ecc579ef77721af1bde534e6c3f refs/tags/v2.0.0-dev.71 [Pipeline] } 15:33:46 $ docker exec --env ******** --env ******** ffcc49781d9962fdf08480d8dbdd32146710e999b83f25daebdf16bc96d1d25b ssh-agent -k 15:33:46 unset SSH_AUTH_SOCK; 15:33:46 unset SSH_AGENT_PID; 15:33:46 echo Agent pid 16 killed; 15:33:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:47 + git semver [Pipeline] } 15:33:47 $ docker stop --time=1 ffcc49781d9962fdf08480d8dbdd32146710e999b83f25daebdf16bc96d1d25b 15:33:49 $ docker rm -f ffcc49781d9962fdf08480d8dbdd32146710e999b83f25daebdf16bc96d1d25b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:33:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:33:50 15:33:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:33:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:33:51 0.23.1-centos7: Pulling from edgex-lftools 15:33:51 ab5ef0e58194: Pulling fs layer 15:33:51 9712f1f96733: Pulling fs layer 15:33:51 63f879dbbcfc: Pulling fs layer 15:33:51 0d9ebad4ef96: Pulling fs layer 15:33:51 e9a5061849ea: Pulling fs layer 15:33:51 d747dcd14b5f: Pulling fs layer 15:33:51 2de7ff778b66: Pulling fs layer 15:33:51 e9a5061849ea: Waiting 15:33:51 d747dcd14b5f: Waiting 15:33:51 2de7ff778b66: Waiting 15:33:51 0d9ebad4ef96: Waiting 15:33:51 9712f1f96733: Verifying Checksum 15:33:51 9712f1f96733: Download complete 15:34:00 63f879dbbcfc: Verifying Checksum 15:34:00 63f879dbbcfc: Download complete 15:34:00 0d9ebad4ef96: Verifying Checksum 15:34:00 0d9ebad4ef96: Download complete 15:34:00 d747dcd14b5f: Verifying Checksum 15:34:00 d747dcd14b5f: Download complete 15:34:00 e9a5061849ea: Verifying Checksum 15:34:00 e9a5061849ea: Download complete 15:34:02 ab5ef0e58194: Verifying Checksum 15:34:02 ab5ef0e58194: Download complete 15:34:02 2de7ff778b66: Verifying Checksum 15:34:02 2de7ff778b66: Download complete 15:34:15 ab5ef0e58194: Pull complete 15:34:15 9712f1f96733: Pull complete 15:34:18 63f879dbbcfc: Pull complete 15:34:33 0d9ebad4ef96: Pull complete 15:34:33 e9a5061849ea: Pull complete 15:34:33 d747dcd14b5f: Pull complete 15:34:39 2de7ff778b66: Pull complete 15:34:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:34:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:34:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:34:39 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 15:34:39 $ 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 15:34:42 $ docker top 75d04fdb1c0d17e1a89b3a4ecee563e96e3a2dec24e8f91a4ab76b2372b990ff -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:34:43 provisioning config files... 15:34:43 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3069660923032515245tmp 15:34:43 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6905883768138678346tmp 15:34:43 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9199680972510115238tmp [Pipeline] { [Pipeline] echo 15:34:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:34:44 ---> sigul-configuration.sh 15:34:44 gpg: directory `/root/.gnupg' created 15:34:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:34:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:34:44 gpg: keyring `/root/.gnupg/secring.gpg' created 15:34:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:34:44 gpg: CAST5 encrypted data 15:34:44 gpg: encrypted with 1 passphrase 15:34:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:34:46 + mkdir /home/jenkins 15:34:46 + mkdir /home/jenkins/sigul [Pipeline] sh 15:34:47 + 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 15:34:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:34:48 ---> sigul-install.sh 15:34:58 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:35:00 + git tag --list 15:35:00 v0.0.0 15:35:00 v0.0.1 15:35:00 v0.1.0 15:35:00 v0.1.1 15:35:00 v0.1.10 15:35:00 v0.1.100 15:35:00 v0.1.101 15:35:00 v0.1.102 15:35:00 v0.1.103 15:35:00 v0.1.104 15:35:00 v0.1.105 15:35:00 v0.1.106 15:35:00 v0.1.107 15:35:00 v0.1.108 15:35:00 v0.1.109 15:35:00 v0.1.11 15:35:00 v0.1.110 15:35:00 v0.1.111 15:35:00 v0.1.112 15:35:00 v0.1.113 15:35:00 v0.1.114 15:35:00 v0.1.115 15:35:00 v0.1.116 15:35:00 v0.1.117 15:35:00 v0.1.118 15:35:00 v0.1.119 15:35:00 v0.1.12 15:35:00 v0.1.120 15:35:00 v0.1.121 15:35:00 v0.1.122 15:35:00 v0.1.123 15:35:00 v0.1.124 15:35:00 v0.1.125 15:35:00 v0.1.126 15:35:00 v0.1.127 15:35:00 v0.1.128 15:35:00 v0.1.129 15:35:00 v0.1.13 15:35:00 v0.1.130 15:35:00 v0.1.131 15:35:00 v0.1.132 15:35:00 v0.1.133 15:35:00 v0.1.134 15:35:00 v0.1.135 15:35:00 v0.1.136 15:35:00 v0.1.137 15:35:00 v0.1.138 15:35:00 v0.1.139 15:35:00 v0.1.14 15:35:00 v0.1.140 15:35:00 v0.1.141 15:35:00 v0.1.142 15:35:00 v0.1.143 15:35:00 v0.1.144 15:35:00 v0.1.145 15:35:00 v0.1.146 15:35:00 v0.1.147 15:35:00 v0.1.148 15:35:00 v0.1.149 15:35:00 v0.1.15 15:35:00 v0.1.16 15:35:00 v0.1.17 15:35:00 v0.1.18 15:35:00 v0.1.19 15:35:00 v0.1.2 15:35:00 v0.1.20 15:35:00 v0.1.21 15:35:00 v0.1.22 15:35:00 v0.1.23 15:35:00 v0.1.24 15:35:00 v0.1.25 15:35:00 v0.1.26 15:35:00 v0.1.27 15:35:00 v0.1.28 15:35:00 v0.1.29 15:35:00 v0.1.3 15:35:00 v0.1.30 15:35:00 v0.1.31 15:35:00 v0.1.32 15:35:00 v0.1.33 15:35:00 v0.1.34 15:35:00 v0.1.35 15:35:00 v0.1.36 15:35:00 v0.1.37 15:35:00 v0.1.38 15:35:00 v0.1.39 15:35:00 v0.1.4 15:35:00 v0.1.40 15:35:00 v0.1.41 15:35:00 v0.1.42 15:35:00 v0.1.43 15:35:00 v0.1.44 15:35:00 v0.1.45 15:35:00 v0.1.46 15:35:00 v0.1.47 15:35:00 v0.1.48 15:35:00 v0.1.49 15:35:00 v0.1.5 15:35:00 v0.1.50 15:35:00 v0.1.51 15:35:00 v0.1.52 15:35:00 v0.1.53 15:35:00 v0.1.54 15:35:00 v0.1.55 15:35:00 v0.1.56 15:35:00 v0.1.57 15:35:00 v0.1.58 15:35:00 v0.1.59 15:35:00 v0.1.6 15:35:00 v0.1.60 15:35:00 v0.1.61 15:35:00 v0.1.62 15:35:00 v0.1.63 15:35:00 v0.1.64 15:35:00 v0.1.65 15:35:00 v0.1.66 15:35:00 v0.1.67 15:35:00 v0.1.68 15:35:00 v0.1.69 15:35:00 v0.1.7 15:35:00 v0.1.70 15:35:00 v0.1.71 15:35:00 v0.1.72 15:35:00 v0.1.73 15:35:00 v0.1.74 15:35:00 v0.1.75 15:35:00 v0.1.76 15:35:00 v0.1.77 15:35:00 v0.1.78 15:35:00 v0.1.79 15:35:00 v0.1.8 15:35:00 v0.1.80 15:35:00 v0.1.81 15:35:00 v0.1.82 15:35:00 v0.1.83 15:35:00 v0.1.84 15:35:00 v0.1.85 15:35:00 v0.1.86 15:35:00 v0.1.87 15:35:00 v0.1.88 15:35:00 v0.1.89 15:35:00 v0.1.9 15:35:00 v0.1.90 15:35:00 v0.1.91 15:35:00 v0.1.92 15:35:00 v0.1.93 15:35:00 v0.1.94 15:35:00 v0.1.95 15:35:00 v0.1.96 15:35:00 v0.1.97 15:35:00 v0.1.98 15:35:00 v0.1.99 15:35:00 v2.0.0-dev.1 15:35:00 v2.0.0-dev.10 15:35:00 v2.0.0-dev.11 15:35:00 v2.0.0-dev.12 15:35:00 v2.0.0-dev.13 15:35:00 v2.0.0-dev.14 15:35:00 v2.0.0-dev.15 15:35:00 v2.0.0-dev.16 15:35:00 v2.0.0-dev.17 15:35:00 v2.0.0-dev.18 15:35:00 v2.0.0-dev.19 15:35:00 v2.0.0-dev.2 15:35:00 v2.0.0-dev.20 15:35:00 v2.0.0-dev.21 15:35:00 v2.0.0-dev.22 15:35:00 v2.0.0-dev.23 15:35:00 v2.0.0-dev.24 15:35:00 v2.0.0-dev.25 15:35:00 v2.0.0-dev.26 15:35:00 v2.0.0-dev.27 15:35:00 v2.0.0-dev.28 15:35:00 v2.0.0-dev.29 15:35:00 v2.0.0-dev.3 15:35:00 v2.0.0-dev.30 15:35:00 v2.0.0-dev.31 15:35:00 v2.0.0-dev.32 15:35:00 v2.0.0-dev.33 15:35:00 v2.0.0-dev.34 15:35:00 v2.0.0-dev.35 15:35:00 v2.0.0-dev.36 15:35:00 v2.0.0-dev.37 15:35:00 v2.0.0-dev.38 15:35:00 v2.0.0-dev.39 15:35:00 v2.0.0-dev.4 15:35:00 v2.0.0-dev.40 15:35:00 v2.0.0-dev.41 15:35:00 v2.0.0-dev.42 15:35:00 v2.0.0-dev.43 15:35:00 v2.0.0-dev.44 15:35:00 v2.0.0-dev.45 15:35:00 v2.0.0-dev.46 15:35:00 v2.0.0-dev.47 15:35:00 v2.0.0-dev.48 15:35:00 v2.0.0-dev.49 15:35:00 v2.0.0-dev.5 15:35:00 v2.0.0-dev.50 15:35:00 v2.0.0-dev.51 15:35:00 v2.0.0-dev.52 15:35:00 v2.0.0-dev.53 15:35:00 v2.0.0-dev.54 15:35:00 v2.0.0-dev.55 15:35:00 v2.0.0-dev.56 15:35:00 v2.0.0-dev.57 15:35:00 v2.0.0-dev.58 15:35:00 v2.0.0-dev.59 15:35:00 v2.0.0-dev.6 15:35:00 v2.0.0-dev.60 15:35:00 v2.0.0-dev.61 15:35:00 v2.0.0-dev.62 15:35:00 v2.0.0-dev.63 15:35:00 v2.0.0-dev.64 15:35:00 v2.0.0-dev.65 15:35:00 v2.0.0-dev.66 15:35:00 v2.0.0-dev.67 15:35:00 v2.0.0-dev.68 15:35:00 v2.0.0-dev.69 15:35:00 v2.0.0-dev.7 15:35:00 v2.0.0-dev.70 15:35:00 v2.0.0-dev.71 15:35:00 v2.0.0-dev.8 15:35:00 v2.0.0-dev.9 [Pipeline] sh 15:35:01 + lftools sign git-tag v2.0.0-dev.71 15:35:03 Signing Git tag with Sigul... 15:35:03 Signing v2.0.0-dev.71 [Pipeline] echo 15:35:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:35:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:35:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:35:06 $ docker stop --time=1 75d04fdb1c0d17e1a89b3a4ecee563e96e3a2dec24e8f91a4ab76b2372b990ff 15:35:08 $ docker rm -f 75d04fdb1c0d17e1a89b3a4ecee563e96e3a2dec24e8f91a4ab76b2372b990ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:35:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:10 . [Pipeline] withDockerContainer 15:35:11 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 15:35:11 $ 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 15:35:13 $ docker top ec939bf818fc86a35efe4589afd3aa1ccbe67dbb1a8277e15c26bf8ee0525196 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:14 [ssh-agent] Looking for ssh-agent implementation... 15:35:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:15 $ docker exec ec939bf818fc86a35efe4589afd3aa1ccbe67dbb1a8277e15c26bf8ee0525196 ssh-agent 15:35:15 SSH_AUTH_SOCK=/tmp/ssh-N8vP9WCmR5x6/agent.11 15:35:15 SSH_AGENT_PID=16 15:35:15 Running ssh-add (command line suppressed) 15:35:16 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_518280889357006294.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_518280889357006294.key) 15:35:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:17 + git semver bump pre 15:35:18 # -> Open(): unable to determine branch for HEAD 15:35:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:35:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:35:18 # $SEMVER_REMOTE_NAME = origin 15:35:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:35:18 # $SEMVER_USER_NAME = edgex-jenkins 15:35:18 # $SEMVER_BRANCH = master 15:35:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:35:18 2.0.0-dev.72 [Pipeline] } 15:35:18 $ docker exec --env ******** --env ******** ec939bf818fc86a35efe4589afd3aa1ccbe67dbb1a8277e15c26bf8ee0525196 ssh-agent -k 15:35:18 unset SSH_AUTH_SOCK; 15:35:18 unset SSH_AGENT_PID; 15:35:18 echo Agent pid 16 killed; 15:35:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:19 + git semver [Pipeline] } 15:35:19 $ docker stop --time=1 ec939bf818fc86a35efe4589afd3aa1ccbe67dbb1a8277e15c26bf8ee0525196 15:35:21 $ docker rm -f ec939bf818fc86a35efe4589afd3aa1ccbe67dbb1a8277e15c26bf8ee0525196 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:35:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:22 . [Pipeline] withDockerContainer 15:35:22 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 15:35:22 $ 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 15:35:24 $ docker top c85b0aaf923872afe729e2f98ab8594135d1556f9a90145767a171d837e7b199 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:25 [ssh-agent] Looking for ssh-agent implementation... 15:35:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:26 $ docker exec c85b0aaf923872afe729e2f98ab8594135d1556f9a90145767a171d837e7b199 ssh-agent 15:35:27 SSH_AUTH_SOCK=/tmp/ssh-4FKbDEXhzvNV/agent.11 15:35:27 SSH_AGENT_PID=16 15:35:27 Running ssh-add (command line suppressed) 15:35:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_636480684230214902.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_636480684230214902.key) 15:35:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:28 + git semver push 15:35:28 # -> Open(): unable to determine branch for HEAD 15:35:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:35:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:35:28 # $SEMVER_REMOTE_NAME = origin 15:35:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:35:28 # $SEMVER_USER_NAME = edgex-jenkins 15:35:28 # $SEMVER_BRANCH = master 15:35:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:35:41 $ docker exec --env ******** --env ******** c85b0aaf923872afe729e2f98ab8594135d1556f9a90145767a171d837e7b199 ssh-agent -k 15:35:41 unset SSH_AUTH_SOCK; 15:35:41 unset SSH_AGENT_PID; 15:35:41 echo Agent pid 16 killed; 15:35:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:43 + git semver [Pipeline] } 15:35:43 $ docker stop --time=1 c85b0aaf923872afe729e2f98ab8594135d1556f9a90145767a171d837e7b199 15:35:45 $ docker rm -f c85b0aaf923872afe729e2f98ab8594135d1556f9a90145767a171d837e7b199 [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 15:35:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:35:48 ---> package-listing.sh 15:35:48 ++ facter osfamily 15:35:48 ++ tr '[:upper:]' '[:lower:]' 15:35:48 + OS_FAMILY=redhat 15:35:48 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:35:48 + START_PACKAGES=/tmp/packages_start.txt 15:35:48 + END_PACKAGES=/tmp/packages_end.txt 15:35:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:35:48 + PACKAGES=/tmp/packages_start.txt 15:35:48 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:35:48 + PACKAGES=/tmp/packages_end.txt 15:35:48 + case "${OS_FAMILY}" in 15:35:48 + rpm -qa 15:35:48 + sort 15:35:55 + '[' -f /tmp/packages_start.txt ']' 15:35:55 + '[' -f /tmp/packages_end.txt ']' 15:35:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:35:56 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:35:56 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:35:56 + 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 15:35:56 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 15:35:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:35:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:35:58 15:35:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:35:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:35:59 alpine: Pulling from edgex-lftools-log-publisher 15:35:59 df20fa9351a1: Pulling fs layer 15:35:59 36b3adc4ff6f: Pulling fs layer 15:35:59 8ad3a11d3b57: Pulling fs layer 15:35:59 46f8f816bc3b: Pulling fs layer 15:35:59 93b61091891f: Pulling fs layer 15:35:59 93b9cdb0e59b: Pulling fs layer 15:35:59 5e14af77c1be: Pulling fs layer 15:35:59 46f8f816bc3b: Waiting 15:35:59 93b61091891f: Waiting 15:35:59 93b9cdb0e59b: Waiting 15:35:59 01666e4c0597: Pulling fs layer 15:35:59 aa168da1d23b: Pulling fs layer 15:35:59 5e14af77c1be: Waiting 15:35:59 aa168da1d23b: Waiting 15:35:59 01666e4c0597: Waiting 15:35:59 36b3adc4ff6f: Verifying Checksum 15:35:59 36b3adc4ff6f: Download complete 15:35:59 46f8f816bc3b: Verifying Checksum 15:35:59 46f8f816bc3b: Download complete 15:36:00 df20fa9351a1: Download complete 15:36:00 93b9cdb0e59b: Verifying Checksum 15:36:00 93b9cdb0e59b: Download complete 15:36:00 93b61091891f: Verifying Checksum 15:36:00 93b61091891f: Download complete 15:36:00 5e14af77c1be: Verifying Checksum 15:36:00 5e14af77c1be: Download complete 15:36:00 01666e4c0597: Verifying Checksum 15:36:00 01666e4c0597: Download complete 15:36:00 df20fa9351a1: Pull complete 15:36:01 36b3adc4ff6f: Pull complete 15:36:01 8ad3a11d3b57: Verifying Checksum 15:36:01 8ad3a11d3b57: Download complete 15:36:06 8ad3a11d3b57: Pull complete 15:36:06 46f8f816bc3b: Pull complete 15:36:07 93b61091891f: Pull complete 15:36:08 93b9cdb0e59b: Pull complete 15:36:09 5e14af77c1be: Pull complete 15:36:09 01666e4c0597: Pull complete 15:36:11 aa168da1d23b: Verifying Checksum 15:36:11 aa168da1d23b: Download complete 15:36:30 aa168da1d23b: Pull complete 15:36:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:36:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:36:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:36:30 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 15:36:30 $ 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 15:36:34 $ docker top 7c58b1f18cdbe5c77f85645ae4086e038d9839f07c69f5df61fb6e4252485a24 -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:35 + touch /tmp/pre-build-complete [Pipeline] sh 15:36:36 + mkdir -p /var/log/sa [Pipeline] sh 15:36:37 + ls /var/log/sa-host 15:36:37 + sadf -c /var/log/sa-host/sa16 15:36:37 file_magic: OK 15:36:37 HZ: Using current value: 100 15:36:37 file_header: OK 15:36:37 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 15:36:37 Statistics: 15:36:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:36:37 File successfully converted to sysstat format version 12.2.1 15:36:37 + sadf -c /var/log/sa-host/sa23 15:36:37 file_magic: OK 15:36:37 HZ: Using current value: 100 15:36:37 file_header: OK 15:36:37 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 15:36:37 Statistics: 15:36:37 Hnuu...uuuununununu... 15:36:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:36:38 provisioning config files... 15:36:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4308178853291523176tmp [Pipeline] { [Pipeline] echo 15:36:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:36:40 ---> create-netrc.sh [Pipeline] } 15:36:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:36:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:36:41 ---> python-tools-install.sh [Pipeline] echo 15:36:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:36:42 ---> sudo-logs.sh 15:36:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:36:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:36:43 ---> job-cost.sh 15:36:44 lf-activate-venv: SKIPPING 15:36:44 DEBUG: total: 0.029999999329447746 15:36:44 INFO: Retrieving Stack Cost... 15:36:45 INFO: Retrieving Pricing Info for: v1-standard-2 15:36:45 INFO: Archiving Costs [Pipeline] echo 15:36:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:36:46 ---> logs-deploy.sh 15:36:46 lf-activate-venv: SKIPPING 15:36:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/190 15:36:46 INFO: archiving workspace using pattern(s): 15:36:50 Archives upload complete. 15:36:50 INFO: archiving logs to Nexus 15:36:51 ---> uname -a: 15:36:51 Linux prd-centos7-docker-4c-2g-494.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:36:51 15:36:51 15:36:51 ---> lscpu: 15:36:51 Architecture: x86_64 15:36:51 CPU op-mode(s): 32-bit, 64-bit 15:36:51 Byte Order: Little Endian 15:36:51 Address sizes: 40 bits physical, 48 bits virtual 15:36:51 CPU(s): 4 15:36:51 On-line CPU(s) list: 0-3 15:36:51 Thread(s) per core: 1 15:36:51 Core(s) per socket: 1 15:36:51 Socket(s): 4 15:36:51 NUMA node(s): 1 15:36:51 Vendor ID: GenuineIntel 15:36:51 CPU family: 6 15:36:51 Model: 44 15:36:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:36:51 Stepping: 1 15:36:51 CPU MHz: 2933.438 15:36:51 BogoMIPS: 5866.87 15:36:51 Virtualization: VT-x 15:36:51 Hypervisor vendor: KVM 15:36:51 Virtualization type: full 15:36:51 L1d cache: 128 KiB 15:36:51 L1i cache: 128 KiB 15:36:51 L2 cache: 16 MiB 15:36:51 L3 cache: 64 MiB 15:36:51 NUMA node0 CPU(s): 0-3 15:36:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:36:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:36:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:36:51 Vulnerability Meltdown: Mitigation; PTI 15:36:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:36:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:36:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:36:51 Vulnerability Srbds: Not affected 15:36:51 Vulnerability Tsx async abort: Not affected 15:36:51 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 15:36:51 15:36:51 15:36:51 ---> nproc: 15:36:51 4 15:36:51 15:36:51 15:36:51 ---> df -h: 15:36:51 Filesystem Size Used Available Use% Mounted on 15:36:51 overlay 50.0G 8.5G 41.4G 17% / 15:36:51 tmpfs 64.0M 0 64.0M 0% /dev 15:36:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:36:51 shm 64.0M 0 64.0M 0% /dev/shm 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:36:51 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 15:36:51 15:36:51 15:36:51 ---> free -m: 15:36:51 total used free shared buff/cache available 15:36:51 Mem: 1837 832 141 0 863 939 15:36:51 Swap: 1023 2 1021 15:36:51 15:36:51 15:36:51 ---> ip addr: 15:36:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:36:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:36:51 inet 127.0.0.1/8 scope host lo 15:36:51 valid_lft forever preferred_lft forever 15:36:51 inet6 ::1/128 scope host 15:36:51 valid_lft forever preferred_lft forever 15:36:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:36:51 link/ether fa:16:3e:4d:8b:fe brd ff:ff:ff:ff:ff:ff 15:36:51 inet 10.30.122.162/23 brd 10.30.123.255 scope global dynamic eth0 15:36:51 valid_lft 85531sec preferred_lft 85531sec 15:36:51 inet6 fe80::f816:3eff:fe4d:8bfe/64 scope link 15:36:51 valid_lft forever preferred_lft forever 15:36:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:36:51 link/ether 02:42:d7:62:8d:4b brd ff:ff:ff:ff:ff:ff 15:36:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:36:51 valid_lft forever preferred_lft forever 15:36:51 inet6 fe80::42:d7ff:fe62:8d4b/64 scope link 15:36:51 valid_lft forever preferred_lft forever 15:36:51 15:36:51 15:36:51 ---> sar -b -r -n DEV: 15:36:51 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) 15:36:51 15:36:51 15:22:07 LINUX RESTART (4 CPU) 15:36:51 15:36:51 15:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:36:51 15:24:01 59.35 27.38 31.97 0.00 5018.06 2157.54 0.00 15:36:51 15:25:01 21.04 4.19 16.86 0.00 1502.39 1959.38 0.00 15:36:51 15:26:01 5.05 0.37 4.69 0.00 12.90 168.49 0.00 15:36:51 15:27:01 0.45 0.00 0.45 0.00 0.00 7.17 0.00 15:36:51 15:28:01 0.23 0.00 0.23 0.00 0.00 4.39 0.00 15:36:51 15:29:01 0.42 0.00 0.42 0.00 0.00 6.91 0.00 15:36:51 15:30:01 0.30 0.00 0.30 0.00 0.00 4.20 0.00 15:36:51 15:31:01 0.32 0.00 0.32 0.00 0.00 5.00 0.00 15:36:51 15:32:01 0.32 0.00 0.32 0.00 0.00 4.31 0.00 15:36:51 15:33:02 168.69 92.84 75.84 0.00 3219.79 25276.22 0.00 15:36:51 15:34:01 169.40 114.01 55.39 0.00 5838.45 15601.45 0.00 15:36:51 15:35:01 181.77 53.40 128.37 0.00 3123.23 26778.48 0.00 15:36:51 15:36:01 84.29 63.90 20.39 0.00 5028.84 3882.53 0.00 15:36:51 Average: 53.12 27.32 25.80 0.00 1819.46 5835.97 0.00 15:36:51 15:36:51 15:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:36:51 15:24:01 90132 0 578200 30.73 2620 1210592 1328864 45.35 395260 1198508 16 15:36:51 15:25:01 155956 0 583000 30.99 2620 1139968 1150240 39.26 394316 1125564 48 15:36:51 15:26:01 165848 0 572736 30.44 2620 1140340 1083240 36.97 390840 1121632 12 15:36:51 15:27:01 168348 0 570232 30.31 2620 1140344 1048048 35.77 396000 1114884 8 15:36:51 15:28:01 166556 0 572020 30.40 2620 1140348 1048120 35.77 399828 1112844 8 15:36:51 15:29:01 166428 0 572080 30.40 2620 1140416 1048108 35.77 424496 1088444 20 15:36:51 15:30:01 167648 0 570916 30.34 2620 1140360 1047856 35.76 419576 1092576 8 15:36:51 15:31:01 167600 0 570960 30.35 2620 1140364 1047856 35.76 419596 1092576 8 15:36:51 15:32:01 167664 0 570888 30.34 2620 1140372 1047856 35.76 419604 1092576 8 15:36:51 15:33:02 74224 0 710656 37.77 2620 1094044 1492004 50.92 522480 1027552 101344 15:36:51 15:34:01 68672 0 680748 36.18 2596 1129528 1297548 44.28 568828 994340 70676 15:36:51 15:35:01 105124 0 771160 40.99 1932 1003328 1291456 44.08 645980 793952 88864 15:36:51 15:36:01 73008 0 828844 44.05 1652 978040 1665656 56.85 631408 837700 15888 15:36:51 Average: 133631 0 627111 33.33 2491 1118311 1199758 40.95 463709 1053319 21301 15:36:51 15:36:51 15:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:36:51 15:24:01 eth0 183.66 144.08 739.68 61.80 0.00 0.00 0.00 0.00 15:36:51 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:25:01 eth0 66.11 61.75 352.00 32.10 0.00 0.00 0.00 0.00 15:36:51 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:25:01 docker0 8.56 5.44 1.98 22.72 0.00 0.00 0.00 0.00 15:36:51 15:26:01 eth0 1.60 1.20 1.33 0.48 0.00 0.00 0.00 0.00 15:36:51 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:27:01 eth0 1.58 1.00 4.27 0.07 0.00 0.00 0.00 0.00 15:36:51 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:28:01 eth0 1.28 0.27 0.33 0.17 0.00 0.00 0.00 0.00 15:36:51 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:29:01 eth0 0.63 0.55 0.44 0.29 0.00 0.00 0.00 0.00 15:36:51 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:30:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 15:36:51 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:36:51 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:32:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:36:51 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:33:02 eth0 391.47 342.84 4070.34 32.42 0.00 0.00 0.00 0.00 15:36:51 15:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:34:01 eth0 384.61 342.38 3356.96 72.80 0.00 0.00 0.00 0.00 15:36:51 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:34:01 docker0 33.35 36.93 2.32 283.92 0.00 0.00 0.00 0.00 15:36:51 15:35:01 eth0 106.81 76.56 454.28 62.11 0.00 0.00 0.00 0.00 15:36:51 15:35:01 vethe4bb03f 25.50 47.05 1.73 244.50 0.00 0.00 0.00 0.00 15:36:51 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:35:01 docker0 25.50 46.92 1.39 244.49 0.00 0.00 0.00 0.00 15:36:51 15:36:01 eth0 97.41 79.16 489.88 58.95 0.00 0.00 0.00 0.00 15:36:51 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 15:36:01 docker0 2.82 2.14 0.86 1.09 0.00 0.00 0.00 0.00 15:36:51 Average: eth0 94.67 80.46 726.09 24.63 0.00 0.00 0.00 0.00 15:36:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:51 Average: docker0 5.38 7.01 0.50 42.29 0.00 0.00 0.00 0.00 15:36:51 15:36:51 15:36:51 ---> sar -P ALL: 15:36:51 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) 15:36:51 15:36:51 15:22:07 LINUX RESTART (4 CPU) 15:36:51 15:36:51 15:23:02 CPU %user %nice %system %iowait %steal %idle 15:36:51 15:24:01 all 10.56 0.00 4.12 2.83 23.85 58.65 15:36:51 15:24:01 0 9.96 0.00 4.52 1.57 24.50 59.45 15:36:51 15:24:01 1 8.84 0.00 3.86 3.26 25.01 59.04 15:36:51 15:24:01 2 11.29 0.00 3.88 1.44 22.03 61.36 15:36:51 15:24:01 3 12.23 0.00 4.20 5.15 23.83 54.58 15:36:51 15:25:01 all 1.73 0.00 3.21 0.43 16.34 78.29 15:36:51 15:25:01 0 1.10 0.00 2.63 0.63 17.53 78.10 15:36:51 15:25:01 1 2.05 0.00 3.50 0.65 15.98 77.81 15:36:51 15:25:01 2 2.08 0.00 3.57 0.23 16.29 77.84 15:36:51 15:25:01 3 1.70 0.00 3.14 0.21 15.53 79.41 15:36:51 15:26:01 all 0.18 0.00 0.12 0.01 1.64 98.05 15:36:51 15:26:01 0 0.16 0.00 0.13 0.02 2.63 97.06 15:36:51 15:26:01 1 0.13 0.00 0.12 0.00 1.32 98.43 15:36:51 15:26:01 2 0.12 0.00 0.12 0.03 0.76 98.97 15:36:51 15:26:01 3 0.31 0.00 0.11 0.00 1.82 97.75 15:36:51 15:27:01 all 0.14 0.00 0.13 0.00 1.46 98.26 15:36:51 15:27:01 0 0.28 0.00 0.07 0.00 1.73 97.93 15:36:51 15:27:01 1 0.03 0.00 0.08 0.00 1.32 98.57 15:36:51 15:27:01 2 0.23 0.00 0.33 0.00 1.75 97.69 15:36:51 15:27:01 3 0.03 0.00 0.03 0.00 1.06 98.88 15:36:51 15:28:01 all 0.10 0.00 0.06 0.00 0.86 98.99 15:36:51 15:28:01 0 0.08 0.00 0.03 0.00 1.14 98.74 15:36:51 15:28:01 1 0.08 0.00 0.08 0.00 1.50 98.34 15:36:51 15:28:01 2 0.23 0.00 0.08 0.00 0.60 99.09 15:36:51 15:28:01 3 0.00 0.00 0.03 0.00 0.18 99.78 15:36:51 15:29:01 all 0.09 0.00 0.07 0.00 1.04 98.81 15:36:51 15:29:01 0 0.02 0.00 0.03 0.00 0.83 99.12 15:36:51 15:29:01 1 0.05 0.00 0.05 0.00 1.55 98.36 15:36:51 15:29:01 2 0.26 0.00 0.16 0.00 1.40 98.17 15:36:51 15:29:01 3 0.02 0.00 0.02 0.00 0.37 99.60 15:36:51 15:30:01 all 0.12 0.00 0.27 0.00 1.12 98.49 15:36:51 15:30:01 0 0.03 0.00 0.17 0.00 0.70 99.11 15:36:51 15:30:01 1 0.07 0.00 0.45 0.00 1.09 98.40 15:36:51 15:30:01 2 0.03 0.00 0.45 0.00 0.80 98.72 15:36:51 15:30:01 3 0.34 0.00 0.03 0.00 1.88 97.74 15:36:51 15:31:01 all 0.09 0.00 0.03 0.00 0.13 99.75 15:36:51 15:31:01 0 0.32 0.00 0.05 0.00 0.23 99.40 15:36:51 15:31:01 1 0.03 0.00 0.03 0.00 0.12 99.82 15:36:51 15:31:01 2 0.00 0.00 0.02 0.00 0.02 99.97 15:36:51 15:31:01 3 0.02 0.00 0.02 0.00 0.15 99.82 15:36:51 15:32:01 all 0.08 0.00 0.04 0.00 0.64 99.24 15:36:51 15:32:01 0 0.21 0.00 0.03 0.00 1.25 98.50 15:36:51 15:32:01 1 0.03 0.00 0.03 0.00 0.71 99.22 15:36:51 15:32:01 2 0.05 0.00 0.05 0.00 0.23 99.67 15:36:51 15:32:01 3 0.03 0.00 0.03 0.00 0.35 99.58 15:36:51 15:33:02 all 3.79 0.00 4.13 0.56 27.64 63.88 15:36:51 15:33:02 0 3.96 0.00 4.62 0.70 29.08 61.64 15:36:51 15:33:02 1 3.35 0.00 3.71 0.66 27.79 64.49 15:36:51 15:33:02 2 2.93 0.00 3.37 0.18 26.73 66.79 15:36:51 15:33:02 3 4.97 0.00 4.84 0.70 26.97 62.53 15:36:51 15:34:01 all 3.84 0.00 3.75 2.59 25.89 63.93 15:36:51 15:34:01 0 3.44 0.00 3.83 3.30 29.04 60.38 15:36:51 15:34:01 1 4.26 0.00 2.93 2.05 26.26 64.50 15:36:51 15:34:01 2 3.54 0.00 4.40 2.22 23.88 65.95 15:36:51 15:34:01 3 4.12 0.00 3.88 2.77 24.16 65.06 15:36:51 15:36:51 15:34:01 CPU %user %nice %system %iowait %steal %idle 15:36:51 15:35:01 all 6.17 0.00 6.02 1.30 30.97 55.53 15:36:51 15:35:01 0 4.75 0.00 5.40 1.18 33.03 55.64 15:36:51 15:35:01 1 9.52 0.00 6.23 2.17 31.10 50.98 15:36:51 15:35:01 2 5.72 0.00 5.69 0.98 31.03 56.58 15:36:51 15:35:01 3 4.73 0.00 6.81 0.87 28.60 58.98 15:36:51 15:36:01 all 3.03 0.00 5.39 2.55 20.03 69.00 15:36:51 15:36:01 0 2.36 0.00 5.77 1.24 21.74 68.89 15:36:51 15:36:01 1 1.95 0.00 4.69 0.27 20.53 72.55 15:36:51 15:36:01 2 3.69 0.00 6.22 1.12 19.02 69.95 15:36:51 15:36:01 3 4.15 0.00 4.91 7.68 18.76 64.51 15:36:51 Average: all 2.42 0.00 2.24 0.83 12.38 82.13 15:36:51 Average: 0 2.17 0.00 2.25 0.71 13.44 81.44 15:36:51 Average: 1 2.48 0.00 2.11 0.74 12.64 82.03 15:36:51 Average: 2 2.44 0.00 2.31 0.50 11.82 82.93 15:36:51 Average: 3 2.60 0.00 2.28 1.39 11.62 82.11 15:36:51 15:36:51 15:36:51