Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8cf4766df7d36a2f6399682227b152d70aeedcc9 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27798 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 8cf4766df7d36a2f6399682227b152d70aeedcc9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8cf4766df7d36a2f6399682227b152d70aeedcc9 # timeout=10 Commit message: "Merge pull request #522 from hahattan/issue-503" > git rev-list --no-walk 82d3046d81e6918badffd231c6e66729b17b9ddb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:10:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:10:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:10:35 ========================================================= 05:10:35 EdgeX Global Pipelines Version Info 05:10:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:10:36 ------------------- 05:10:36 stable info: 05:10:36 ------------------- 05:10:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:10:36 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 05:10:36 Message: update stable to v1.0.182 05:10:37 ------------------- 05:10:37 experimental info: 05:10:37 ------------------- 05:10:37 Commited By: **** collab-it+edgex@linuxfoundation.org 05:10:37 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 05:10:37 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:10:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8cf4766df7d36a2f6399682227b152d70aeedcc9 [Pipeline] echo 05:10:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8cf4766 [Pipeline] echo 05:10:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:10:41 + git log --format=format:%s -1 8cf4766df7d36a2f6399682227b152d70aeedcc9 [Pipeline] echo 05:10:41 GIT_COMMIT: 8cf4766df7d36a2f6399682227b152d70aeedcc9, Commit Message: Merge pull request #522 from hahattan/issue-503 [Pipeline] echo 05:10:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:10:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:10:42 05:10:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:10:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:10:43 latest: Pulling from edgex-devops/git-semver 05:10:43 31603596830f: Pulling fs layer 05:10:43 2a8b12db71e7: Pulling fs layer 05:10:43 6ca5941a6612: Pulling fs layer 05:10:43 ecc8261a40a4: Pulling fs layer 05:10:43 ecc8261a40a4: Waiting 05:10:43 2a8b12db71e7: Download complete 05:10:43 31603596830f: Verifying Checksum 05:10:43 31603596830f: Download complete 05:10:43 6ca5941a6612: Verifying Checksum 05:10:43 6ca5941a6612: Download complete 05:10:43 ecc8261a40a4: Verifying Checksum 05:10:43 ecc8261a40a4: Download complete 05:10:43 31603596830f: Pull complete 05:10:43 2a8b12db71e7: Pull complete 05:10:44 6ca5941a6612: Pull complete 05:10:45 ecc8261a40a4: Pull complete 05:10:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:10:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:10:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:10:45 prd-centos7-docker-4c-2g-27798 does not seem to be running inside a container 05:10:45 $ 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 05:10:47 $ docker top c65e09023076e8f0f57210560303020b0caa04523837a5a4768564935d39c68b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:10:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:10:47 [ssh-agent] Looking for ssh-agent implementation... 05:10:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:10:47 $ docker exec c65e09023076e8f0f57210560303020b0caa04523837a5a4768564935d39c68b ssh-agent 05:10:48 SSH_AUTH_SOCK=/tmp/ssh-hhBDPbH3EAyS/agent.12 05:10:48 SSH_AGENT_PID=17 05:10:48 Running ssh-add (command line suppressed) 05:10:48 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3978212436303200724.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3978212436303200724.key) 05:10:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:10:48 + git tag --points-at HEAD [Pipeline] } 05:10:48 $ docker exec --env ******** --env ******** c65e09023076e8f0f57210560303020b0caa04523837a5a4768564935d39c68b ssh-agent -k 05:10:48 unset SSH_AUTH_SOCK; 05:10:48 unset SSH_AGENT_PID; 05:10:48 echo Agent pid 17 killed; 05:10:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:10:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:10:48 [ssh-agent] Looking for ssh-agent implementation... 05:10:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:10:49 $ docker exec c65e09023076e8f0f57210560303020b0caa04523837a5a4768564935d39c68b ssh-agent 05:10:49 SSH_AUTH_SOCK=/tmp/ssh-Wf38OPrEZa2j/agent.46 05:10:49 SSH_AGENT_PID=51 05:10:49 Running ssh-add (command line suppressed) 05:10:49 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3290810666654978605.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3290810666654978605.key) 05:10:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:10:50 + git semver init 05:10:50 # -> Open(): unable to determine branch for HEAD 05:10:50 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:10:50 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:10:50 # $SEMVER_REMOTE_NAME = origin 05:10:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:10:50 # $SEMVER_USER_NAME = edgex-jenkins 05:10:50 # $SEMVER_BRANCH = master 05:10:50 # $SEMVER_TEMP = /tmp/semver-859909678 05:10:50 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:10:50 # '/tmp/semver-859909678' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 05:10:50 # -> Force: false 05:10:50 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 05:10:50 $ docker exec --env ******** --env ******** c65e09023076e8f0f57210560303020b0caa04523837a5a4768564935d39c68b ssh-agent -k 05:10:50 unset SSH_AUTH_SOCK; 05:10:50 unset SSH_AGENT_PID; 05:10:50 echo Agent pid 51 killed; 05:10:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:10:51 + git semver [Pipeline] } 05:10:51 $ docker stop --time=1 c65e09023076e8f0f57210560303020b0caa04523837a5a4768564935d39c68b 05:10:53 $ docker rm -f c65e09023076e8f0f57210560303020b0caa04523837a5a4768564935d39c68b [Pipeline] // withDockerContainer [Pipeline] sh 05:10:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:10:54 Stashed 1 file(s) [Pipeline] echo 05:10:54 [edgeXSemver]: initialized semver on version 2.0.0-dev.40 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 05:11:09 Still waiting to schedule task 05:11:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:11:09 Still waiting to schedule task 05:11:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:12:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27799 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 05:12:48 Running in /w/workspace/go-mod-core-contracts/158 [Pipeline] { [Pipeline] checkout 05:12:53 using credential edgex-jenkins-ssh 05:12:53 Cloning the remote Git repository 05:12:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:12:53 > git init /w/workspace/go-mod-core-contracts/158 # timeout=10 05:12:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:12:53 > git --version # timeout=10 05:12:53 > git --version # 'git version 2.17.1' 05:12:53 using GIT_SSH to set credentials SSH Credentials for GitHub 05:12:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:12:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:12:55 Checking out Revision 8cf4766df7d36a2f6399682227b152d70aeedcc9 (master) 05:12:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:12:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:12:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 05:12:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:12:55 > git config core.sparsecheckout # timeout=10 05:12:55 > git checkout -f 8cf4766df7d36a2f6399682227b152d70aeedcc9 # timeout=10 05:13:00 Commit message: "Merge pull request #522 from hahattan/issue-503" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:13:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:13:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:13:02 + + sudo service dockertrue restart 05:13:02 [Pipeline] unstash [Pipeline] echo 05:13:04 ========================================================= 05:13:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:13:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:13:05 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 05:13:06 Sending build context to Docker daemon 2.707MB 05:13:06 Step 1/7 : ARG BASE=golang:1.15-alpine 05:13:06 Step 2/7 : FROM ${BASE} 05:13:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:13:06 5f621e34cdf4: Pulling fs layer 05:13:06 a4357932f1b6: Pulling fs layer 05:13:06 18c013af1878: Pulling fs layer 05:13:06 00ac8860ef70: Pulling fs layer 05:13:06 63d7cb157983: Pulling fs layer 05:13:06 b116817d02f9: Pulling fs layer 05:13:06 745a02a5169b: Pulling fs layer 05:13:06 00ac8860ef70: Waiting 05:13:06 63d7cb157983: Waiting 05:13:06 b116817d02f9: Waiting 05:13:06 745a02a5169b: Waiting 05:13:06 18c013af1878: Verifying Checksum 05:13:06 18c013af1878: Download complete 05:13:06 a4357932f1b6: Verifying Checksum 05:13:06 a4357932f1b6: Download complete 05:13:06 63d7cb157983: Download complete 05:13:06 b116817d02f9: Verifying Checksum 05:13:06 b116817d02f9: Download complete 05:13:06 5f621e34cdf4: Download complete 05:13:07 5f621e34cdf4: Pull complete 05:13:08 a4357932f1b6: Pull complete 05:13:08 18c013af1878: Pull complete 05:13:09 745a02a5169b: Verifying Checksum 05:13:09 745a02a5169b: Download complete 05:13:11 00ac8860ef70: Verifying Checksum 05:13:11 00ac8860ef70: Download complete 05:13:21 00ac8860ef70: Pull complete 05:13:21 63d7cb157983: Pull complete 05:13:21 b116817d02f9: Pull complete 05:13:26 745a02a5169b: Pull complete 05:13:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:13:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:13:26 ---> b7e6874047d6 05:13:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:13:28 ---> Running in e50e9305fead 05:13:29 Removing intermediate container e50e9305fead 05:13:29 ---> 4cfdffbfa371 05:13:29 Step 4/7 : RUN apk add bash 05:13:29 ---> Running in 8acd8888b449 05:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:13:32 OK: 142 MiB in 39 packages 05:13:34 Removing intermediate container 8acd8888b449 05:13:34 ---> ca1479215258 05:13:34 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:13:34 ---> Running in 4718093b0402 05:13:34 Removing intermediate container 4718093b0402 05:13:34 ---> 403e9ee35846 05:13:34 Step 6/7 : COPY go.mod . 05:13:35 ---> d184e69e552b 05:13:35 Step 7/7 : RUN go mod download 05:13:35 ---> Running in e4fd3c9ffe2c 05:13:36 Running on prd-centos7-docker-4c-2g-27800 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 05:13:36 Running in /w/workspace/go-mod-core-contracts/158 [Pipeline] { [Pipeline] checkout 05:13:39 using credential edgex-jenkins-ssh 05:13:39 Cloning the remote Git repository 05:13:39 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:13:39 > git init /w/workspace/go-mod-core-contracts/158 # timeout=10 05:13:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:13:39 > git --version # timeout=10 05:13:39 > git --version # 'git version 2.24.3' 05:13:39 using GIT_SSH to set credentials SSH Credentials for GitHub 05:13:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:13:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:13:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:13:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:13:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:13:40 using GIT_SSH to set credentials SSH Credentials for GitHub 05:13:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:13:40 Checking out Revision 8cf4766df7d36a2f6399682227b152d70aeedcc9 (master) 05:13:40 > git config core.sparsecheckout # timeout=10 05:13:40 > git checkout -f 8cf4766df7d36a2f6399682227b152d70aeedcc9 # timeout=10 05:13:44 Commit message: "Merge pull request #522 from hahattan/issue-503" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:13:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:13:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:13:45 + sudo service docker restart 05:13:45 + true 05:13:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 05:13:47 ========================================================= 05:13:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:13:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:13:47 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 05:13:48 Sending build context to Docker daemon 2.707MB 05:13:48 Step 1/7 : ARG BASE=golang:1.15-alpine 05:13:48 Step 2/7 : FROM ${BASE} 05:13:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:13:48 188c0c94c7c5: Pulling fs layer 05:13:48 0ef7d3d256c8: Pulling fs layer 05:13:48 de9db76c5a1d: Pulling fs layer 05:13:48 bca2f99d35d6: Pulling fs layer 05:13:48 93359f2a8cfa: Pulling fs layer 05:13:48 7c6f9722023f: Pulling fs layer 05:13:48 a35cf1a2eb13: Pulling fs layer 05:13:48 93359f2a8cfa: Waiting 05:13:48 7c6f9722023f: Waiting 05:13:48 a35cf1a2eb13: Waiting 05:13:48 bca2f99d35d6: Waiting 05:13:48 de9db76c5a1d: Verifying Checksum 05:13:48 de9db76c5a1d: Download complete 05:13:48 0ef7d3d256c8: Download complete 05:13:48 93359f2a8cfa: Verifying Checksum 05:13:48 93359f2a8cfa: Download complete 05:13:48 7c6f9722023f: Verifying Checksum 05:13:48 7c6f9722023f: Download complete 05:13:48 188c0c94c7c5: Verifying Checksum 05:13:48 188c0c94c7c5: Download complete 05:13:48 188c0c94c7c5: Pull complete 05:13:48 0ef7d3d256c8: Pull complete 05:13:48 de9db76c5a1d: Pull complete 05:13:50 a35cf1a2eb13: Verifying Checksum 05:13:50 a35cf1a2eb13: Download complete 05:13:50 bca2f99d35d6: Verifying Checksum 05:13:50 bca2f99d35d6: Download complete 05:13:50 Removing intermediate container e4fd3c9ffe2c 05:13:50 ---> 4a69a6fe7e2c 05:13:50 Successfully built 4a69a6fe7e2c 05:13:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:13:51 + docker inspect -f . ci-base-image-arm64 05:13:51 . [Pipeline] withDockerContainer 05:13:51 prd-ubuntu18.04-docker-arm64-4c-16g-27799 does not seem to be running inside a container 05:13:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/158 -v /w/workspace/go-mod-core-contracts/158:/w/workspace/go-mod-core-contracts/158:rw,z -v /w/workspace/go-mod-core-contracts/158@tmp:/w/workspace/go-mod-core-contracts/158@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 05:13:53 $ docker top 981f126888eac6618b6433865927f15ecb2bed84f781bfc441e6b859cf8147cb -eo pid,comm [Pipeline] { [Pipeline] sh 05:13:54 + go version 05:13:54 go version go1.15.5 linux/arm64 [Pipeline] } 05:13:54 $ docker stop --time=1 981f126888eac6618b6433865927f15ecb2bed84f781bfc441e6b859cf8147cb 05:13:55 bca2f99d35d6: Pull complete 05:13:55 93359f2a8cfa: Pull complete 05:13:55 7c6f9722023f: Pull complete 05:13:56 $ docker rm -f 981f126888eac6618b6433865927f15ecb2bed84f781bfc441e6b859cf8147cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:13:56 + docker inspect -f . ci-base-image-arm64 05:13:56 . [Pipeline] withDockerContainer 05:13:57 prd-ubuntu18.04-docker-arm64-4c-16g-27799 does not seem to be running inside a container 05:13:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/158 -v /w/workspace/go-mod-core-contracts/158:/w/workspace/go-mod-core-contracts/158:rw,z -v /w/workspace/go-mod-core-contracts/158@tmp:/w/workspace/go-mod-core-contracts/158@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 05:13:58 $ docker top 901fdcd929ca09714420ecb8a6e9f054b0cae93209bc03362b20c84a8dec66df -eo pid,comm [Pipeline] { [Pipeline] sh 05:13:59 + make test 05:13:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:14:02 a35cf1a2eb13: Pull complete 05:14:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:14:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:14:02 ---> a62c8e92a672 05:14:02 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:14:02 ---> Running in 499374ce3d85 05:14:02 Removing intermediate container 499374ce3d85 05:14:02 ---> feeccb8acea8 05:14:02 Step 4/7 : RUN apk add bash 05:14:02 ---> Running in e7435c7257e1 05:14:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:14:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:14:04 OK: 166 MiB in 39 packages 05:14:05 Removing intermediate container e7435c7257e1 05:14:05 ---> 5f92469a518a 05:14:05 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:14:05 ---> Running in 5d3fcc0dc8c8 05:14:05 Removing intermediate container 5d3fcc0dc8c8 05:14:05 ---> f70581ae76fd 05:14:05 Step 6/7 : COPY go.mod . 05:14:05 ---> e51c688d075d 05:14:05 Step 7/7 : RUN go mod download 05:14:05 ---> Running in e1f3f660f1da 05:14:18 Removing intermediate container e1f3f660f1da 05:14:18 ---> 55defc92b395 05:14:18 Successfully built 55defc92b395 05:14:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:14:18 + docker inspect -f . ci-base-image-x86_64 05:14:18 . [Pipeline] withDockerContainer 05:14:18 prd-centos7-docker-4c-2g-27800 does not seem to be running inside a container 05:14:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/158 -v /w/workspace/go-mod-core-contracts/158:/w/workspace/go-mod-core-contracts/158:rw,z -v /w/workspace/go-mod-core-contracts/158@tmp:/w/workspace/go-mod-core-contracts/158@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 05:14:19 $ docker top 27b6d3da1228c24d801b20df4e4adf202a0b863ba5c04f1f302556231cb99d09 -eo pid,comm [Pipeline] { [Pipeline] sh 05:14:19 + go version 05:14:19 go version go1.15.5 linux/amd64 [Pipeline] } 05:14:19 $ docker stop --time=1 27b6d3da1228c24d801b20df4e4adf202a0b863ba5c04f1f302556231cb99d09 05:14:21 $ docker rm -f 27b6d3da1228c24d801b20df4e4adf202a0b863ba5c04f1f302556231cb99d09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:14:22 + docker inspect -f . ci-base-image-x86_64 05:14:22 . [Pipeline] withDockerContainer 05:14:22 prd-centos7-docker-4c-2g-27800 does not seem to be running inside a container 05:14:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/158 -v /w/workspace/go-mod-core-contracts/158:/w/workspace/go-mod-core-contracts/158:rw,z -v /w/workspace/go-mod-core-contracts/158@tmp:/w/workspace/go-mod-core-contracts/158@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 05:14:22 $ docker top de5fc5a14700632b270050b0d199c6c3c48501be047af2bd467b3ccefd5dca4a -eo pid,comm [Pipeline] { [Pipeline] sh 05:14:23 + make test 05:14:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:14:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.076s coverage: 85.7% of statements 05:14:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.056s coverage: 100.0% of statements 05:14:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.048s coverage: 45.4% of statements 05:14:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.036s coverage: 77.8% of statements 05:14:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:14:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements 05:14:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.077s coverage: 14.7% of statements 05:14:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.027s coverage: 100.0% of statements 05:14:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.092s coverage: 91.8% of statements 05:14:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:14:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:14:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.017s coverage: 100.0% of statements 05:14:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.023s coverage: 36.7% of statements 05:14:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:14:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.016s coverage: 85.7% of statements 05:14:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.012s coverage: 100.0% of statements 05:14:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.014s coverage: 45.4% of statements 05:14:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.034s coverage: 77.8% of statements 05:14:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:14:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.009s coverage: 26.3% of statements 05:14:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.015s coverage: 14.7% of statements 05:14:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements 05:14:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.025s coverage: 91.8% of statements 05:14:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:14:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:14:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements 05:14:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.031s coverage: 36.7% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.144s coverage: 63.0% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.028s coverage: 26.3% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.018s coverage: 15.4% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.013s coverage: 14.3% of statements 05:14:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.021s coverage: 63.0% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.014s coverage: 26.3% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.006s coverage: 15.4% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.012s coverage: 15.4% of statements 05:14:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.018s coverage: 14.3% of statements 05:14:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:14:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.074s coverage: 84.6% of statements 05:14:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:14:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:14:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:14:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.012s coverage: 45.3% of statements 05:14:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.009s coverage: 94.7% of statements 05:14:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.069s coverage: 89.0% of statements 05:14:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements 05:14:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 05:14:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:14:38 gofmt -l . 05:14:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:14:38 $ docker stop --time=1 de5fc5a14700632b270050b0d199c6c3c48501be047af2bd467b3ccefd5dca4a 05:14:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.209s coverage: 84.6% of statements 05:14:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:14:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:14:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:14:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.110s coverage: 45.3% of statements 05:14:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.062s coverage: 94.7% of statements 05:14:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.174s coverage: 89.0% of statements 05:14:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.030s coverage: 100.0% of statements 05:14:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 05:14:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:14:41 $ docker rm -f de5fc5a14700632b270050b0d199c6c3c48501be047af2bd467b3ccefd5dca4a [Pipeline] // withDockerContainer [Pipeline] sh 05:14:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:14:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:14:43 ---> job-cost.sh 05:14:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gpSk 05:14:45 gofmt -l . 05:14:46 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:14:47 $ docker stop --time=1 901fdcd929ca09714420ecb8a6e9f054b0cae93209bc03362b20c84a8dec66df 05:14:49 $ docker rm -f 901fdcd929ca09714420ecb8a6e9f054b0cae93209bc03362b20c84a8dec66df [Pipeline] // withDockerContainer [Pipeline] sh 05:14:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:14:50 Warning: overwriting stash ‘coverage-report’ 05:14:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:14:52 ---> job-cost.sh 05:14:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2MY4 05:14:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:15:24 lf-activate-venv(): INFO: Adding /tmp/venv-gpSk/bin to PATH 05:15:24 INFO: No Stack... 05:15:24 INFO: Retrieving Pricing Info for: v1-standard-2 05:15:24 INFO: Archiving Costs [Pipeline] sh 05:15:25 + cat /w/workspace/go-mod-core-contracts/158/archives/cost.csv 05:15:25 + cut -d, -f6 [Pipeline] lock 05:15:25 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-158-stack-cost] 05:15:25 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-158-stack-cost] did not exist. Created. 05:15:25 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-158-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:15:25 + echo total: 0.029999999329447746 [Pipeline] stash 05:15:26 Stashed 1 file(s) [Pipeline] } 05:15:26 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-158-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:15:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:17:38 lf-activate-venv(): INFO: Adding /tmp/venv-2MY4/bin to PATH 05:17:38 INFO: No Stack... 05:17:38 INFO: Retrieving Pricing Info for: lf-standard-4 05:17:38 INFO: Archiving Costs [Pipeline] sh 05:17:38 + cat /w/workspace/go-mod-core-contracts/158/archives/cost.csv 05:17:38 + cut -d, -f6 [Pipeline] lock 05:17:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-158-stack-cost] 05:17:38 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-158-stack-cost] did not exist. Created. 05:17:38 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-158-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:17:39 /w/workspace/go-mod-core-contracts/158@tmp/durable-449a646d/script.sh: 1: /w/workspace/go-mod-core-contracts/158@tmp/durable-449a646d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:17:39 + echo total: 0.20999999344348907 [Pipeline] stash 05:17:39 Warning: overwriting stash ‘stack-cost’ 05:17:39 Stashed 1 file(s) [Pipeline] } 05:17:39 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-158-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 05:17:41 provisioning config files... 05:17:41 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5016902894368012941tmp [Pipeline] { [Pipeline] sh 05:17:41 + set +x 05:17:41 + curl -s https://codecov.io/bash 05:17:41 + bash -s -- 05:17:41 05:17:41 _____ _ 05:17:41 / ____| | | 05:17:41 | | ___ __| | ___ ___ _____ __ 05:17:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:17:41 | |___| (_) | (_| | __/ (_| (_) \ V / 05:17:41 \_____\___/ \__,_|\___|\___\___/ \_/ 05:17:41 Bash-20210129-7c25fce 05:17:41 05:17:41 05:17:41 ==> git version 2.24.3 found 05:17:41 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:17:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:17:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:17:41 ==> Jenkins CI detected. 05:17:41 project root: . 05:17:41 --> token set from env 05:17:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:17:41 ==> Running gcov in . (disable via -X gcov) 05:17:41 ==> Python coveragepy not found 05:17:41 ==> Searching for coverage reports in: 05:17:41 + . 05:17:41 -> Found 1 reports 05:17:41 ==> Detecting git/mercurial file structure 05:17:41 ==> Reading reports 05:17:41 + ./coverage.out bytes=154715 05:17:41 ==> Appending adjustments 05:17:41 https://docs.codecov.io/docs/fixing-reports 05:17:42 + Found adjustments 05:17:42 ==> Gzipping contents 05:17:42 24K /tmp/codecov.5rIeRy.gz 05:17:42 ==> Uploading reports 05:17:42 url: https://codecov.io 05:17:42 query: branch=master&commit=8cf4766df7d36a2f6399682227b152d70aeedcc9&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F158%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 05:17:42 -> Pinging Codecov 05:17:42 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=8cf4766df7d36a2f6399682227b152d70aeedcc9&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F158%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 05:17:43 -> Uploading to 05:17:43 https://storage.googleapis.com/codecov/v4/raw/2021-02-26/71470A77251A30514AAF9C0BB2E5B6CE/8cf4766df7d36a2f6399682227b152d70aeedcc9/c4c64d9f-850f-4a85-af95-ec74d4fdc9ce.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T051743Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6514c69973cadb7565b6a26668ccead0551a6b1a0efdfc9d8012c952e6f58255 05:17:43 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:43 Dload Upload Total Spent Left Speed 05:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 23245 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23245 0 0 100 23245 0 45497 --:--:-- --:--:-- --:--:-- 45489 05:17:44 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8cf4766df7d36a2f6399682227b152d70aeedcc9 [Pipeline] } 05:17:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:17:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:17:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:17:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:17:45 05:17:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:17:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:17:45 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:17:45 188c0c94c7c5: Pulling fs layer 05:17:45 0ef7d3d256c8: Pulling fs layer 05:17:45 de9db76c5a1d: Pulling fs layer 05:17:45 0eba1c9be4d2: Pulling fs layer 05:17:45 0d57e429df01: Pulling fs layer 05:17:45 4e4be7b47b0d: Pulling fs layer 05:17:45 e1f770b5df2f: Pulling fs layer 05:17:45 85a0685a4137: Pulling fs layer 05:17:45 0d57e429df01: Waiting 05:17:45 4e4be7b47b0d: Waiting 05:17:45 e1f770b5df2f: Waiting 05:17:45 85a0685a4137: Waiting 05:17:45 0eba1c9be4d2: Waiting 05:17:45 de9db76c5a1d: Verifying Checksum 05:17:45 de9db76c5a1d: Download complete 05:17:45 0ef7d3d256c8: Verifying Checksum 05:17:45 0ef7d3d256c8: Download complete 05:17:45 0d57e429df01: Verifying Checksum 05:17:45 0d57e429df01: Download complete 05:17:45 188c0c94c7c5: Verifying Checksum 05:17:45 188c0c94c7c5: Download complete 05:17:45 4e4be7b47b0d: Verifying Checksum 05:17:45 4e4be7b47b0d: Download complete 05:17:46 188c0c94c7c5: Pull complete 05:17:46 0ef7d3d256c8: Pull complete 05:17:46 de9db76c5a1d: Pull complete 05:17:47 e1f770b5df2f: Verifying Checksum 05:17:47 e1f770b5df2f: Download complete 05:17:49 0eba1c9be4d2: Verifying Checksum 05:17:49 0eba1c9be4d2: Download complete 05:17:49 85a0685a4137: Verifying Checksum 05:17:49 85a0685a4137: Download complete 05:17:55 0eba1c9be4d2: Pull complete 05:17:55 0d57e429df01: Pull complete 05:17:55 4e4be7b47b0d: Pull complete 05:17:57 e1f770b5df2f: Pull complete 05:18:05 85a0685a4137: Pull complete 05:18:05 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:18:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:18:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:18:06 prd-centos7-docker-4c-2g-27798 does not seem to be running inside a container 05:18:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:18:07 $ docker top 4c1441020286fe6065d6a83d89ea32cd92d9e3652a0df14eb2e09a81a93f1feb -eo pid,comm [Pipeline] { [Pipeline] echo 05:18:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:18:07 + set -o pipefail 05:18:07 + snyk monitor '--org=edgex-jenkins' 05:18:17 05:18:17 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 05:18:17 05:18:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/fd0392e6-aa18-45f0-8ce4-63c829a247fa 05:18:17 05:18:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:18:17 05:18:17 05:18:17 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 05:18:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:18:17 $ docker stop --time=1 4c1441020286fe6065d6a83d89ea32cd92d9e3652a0df14eb2e09a81a93f1feb 05:18:21 $ docker rm -f 4c1441020286fe6065d6a83d89ea32cd92d9e3652a0df14eb2e09a81a93f1feb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:18:23 + git log --format=format:%s -1 8cf4766df7d36a2f6399682227b152d70aeedcc9 [Pipeline] isUnix [Pipeline] sh 05:18:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:18:23 . [Pipeline] withDockerContainer 05:18:23 prd-centos7-docker-4c-2g-27798 does not seem to be running inside a container 05:18:23 $ 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 05:18:24 $ docker top 338fb348e7620ef6880cd25e5feaca01c395d18d9ea0fe7ba69c311ec96a9a0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:18:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:18:25 [ssh-agent] Looking for ssh-agent implementation... 05:18:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:18:25 $ docker exec 338fb348e7620ef6880cd25e5feaca01c395d18d9ea0fe7ba69c311ec96a9a0e ssh-agent 05:18:25 SSH_AUTH_SOCK=/tmp/ssh-zTwzNCjcAc9A/agent.11 05:18:25 SSH_AGENT_PID=16 05:18:25 Running ssh-add (command line suppressed) 05:18:25 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4507336122119956357.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4507336122119956357.key) 05:18:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:18:26 + git semver tag 05:18:26 # -> Open(): unable to determine branch for HEAD 05:18:26 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:18:26 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:18:26 # $SEMVER_REMOTE_NAME = origin 05:18:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:18:26 # $SEMVER_USER_NAME = edgex-jenkins 05:18:26 # $SEMVER_BRANCH = master 05:18:26 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 05:18:26 # 8cf4766df7d36a2f6399682227b152d70aeedcc9 HEAD 05:18:26 # -> Force: false 05:18:26 # e76d050b47f5aff28417525af129ca22e23952f7 refs/tags/v2.0.0-dev.40 [Pipeline] } 05:18:26 $ docker exec --env ******** --env ******** 338fb348e7620ef6880cd25e5feaca01c395d18d9ea0fe7ba69c311ec96a9a0e ssh-agent -k 05:18:26 unset SSH_AUTH_SOCK; 05:18:26 unset SSH_AGENT_PID; 05:18:26 echo Agent pid 16 killed; 05:18:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:18:26 + git semver [Pipeline] } 05:18:26 $ docker stop --time=1 338fb348e7620ef6880cd25e5feaca01c395d18d9ea0fe7ba69c311ec96a9a0e 05:18:28 $ docker rm -f 338fb348e7620ef6880cd25e5feaca01c395d18d9ea0fe7ba69c311ec96a9a0e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:18:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:18:29 05:18:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:18:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:18:29 0.23.1-centos7: Pulling from edgex-lftools 05:18:29 ab5ef0e58194: Pulling fs layer 05:18:29 9712f1f96733: Pulling fs layer 05:18:29 63f879dbbcfc: Pulling fs layer 05:18:29 0d9ebad4ef96: Pulling fs layer 05:18:29 e9a5061849ea: Pulling fs layer 05:18:29 d747dcd14b5f: Pulling fs layer 05:18:29 2de7ff778b66: Pulling fs layer 05:18:29 e9a5061849ea: Waiting 05:18:29 d747dcd14b5f: Waiting 05:18:29 2de7ff778b66: Waiting 05:18:29 0d9ebad4ef96: Waiting 05:18:29 9712f1f96733: Verifying Checksum 05:18:29 9712f1f96733: Download complete 05:18:30 63f879dbbcfc: Verifying Checksum 05:18:30 63f879dbbcfc: Download complete 05:18:31 e9a5061849ea: Verifying Checksum 05:18:31 e9a5061849ea: Download complete 05:18:31 d747dcd14b5f: Verifying Checksum 05:18:31 d747dcd14b5f: Download complete 05:18:31 0d9ebad4ef96: Verifying Checksum 05:18:31 0d9ebad4ef96: Download complete 05:18:31 2de7ff778b66: Verifying Checksum 05:18:31 2de7ff778b66: Download complete 05:18:31 ab5ef0e58194: Verifying Checksum 05:18:31 ab5ef0e58194: Download complete 05:18:37 ab5ef0e58194: Pull complete 05:18:37 9712f1f96733: Pull complete 05:18:38 63f879dbbcfc: Pull complete 05:18:45 0d9ebad4ef96: Pull complete 05:18:45 e9a5061849ea: Pull complete 05:18:45 d747dcd14b5f: Pull complete 05:18:49 2de7ff778b66: Pull complete 05:18:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:18:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:18:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:18:50 prd-centos7-docker-4c-2g-27798 does not seem to be running inside a container 05:18:50 $ 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 05:18:53 $ docker top 3ab0743c4cb3b55fdc90435e5ea0909cb6ebf248b2b177f505d0d2cdfec9848b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:18:53 provisioning config files... 05:18:53 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7096390048776688325tmp 05:18:53 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6292478122626533756tmp 05:18:53 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6486979540318579227tmp [Pipeline] { [Pipeline] echo 05:18:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:18:53 ---> sigul-configuration.sh 05:18:53 gpg: directory `/root/.gnupg' created 05:18:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:18:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:18:53 gpg: keyring `/root/.gnupg/secring.gpg' created 05:18:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:18:53 gpg: CAST5 encrypted data 05:18:54 gpg: encrypted with 1 passphrase 05:18:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:18:54 + mkdir /home/jenkins 05:18:54 + mkdir /home/jenkins/sigul [Pipeline] sh 05:18:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 05:18:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:18:55 ---> sigul-install.sh 05:19:00 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:19:00 + git tag --list 05:19:00 v0.0.0 05:19:00 v0.0.1 05:19:00 v0.1.0 05:19:00 v0.1.1 05:19:00 v0.1.10 05:19:00 v0.1.100 05:19:00 v0.1.101 05:19:00 v0.1.102 05:19:00 v0.1.103 05:19:00 v0.1.104 05:19:00 v0.1.105 05:19:00 v0.1.106 05:19:00 v0.1.107 05:19:00 v0.1.108 05:19:00 v0.1.109 05:19:00 v0.1.11 05:19:00 v0.1.110 05:19:00 v0.1.111 05:19:00 v0.1.112 05:19:00 v0.1.113 05:19:00 v0.1.114 05:19:00 v0.1.115 05:19:00 v0.1.116 05:19:00 v0.1.117 05:19:00 v0.1.118 05:19:00 v0.1.119 05:19:00 v0.1.12 05:19:00 v0.1.120 05:19:00 v0.1.121 05:19:00 v0.1.122 05:19:00 v0.1.123 05:19:00 v0.1.124 05:19:00 v0.1.125 05:19:00 v0.1.126 05:19:00 v0.1.127 05:19:00 v0.1.128 05:19:00 v0.1.129 05:19:00 v0.1.13 05:19:00 v0.1.130 05:19:00 v0.1.131 05:19:00 v0.1.132 05:19:00 v0.1.133 05:19:00 v0.1.134 05:19:00 v0.1.135 05:19:00 v0.1.136 05:19:00 v0.1.137 05:19:00 v0.1.138 05:19:00 v0.1.139 05:19:00 v0.1.14 05:19:00 v0.1.140 05:19:00 v0.1.141 05:19:00 v0.1.142 05:19:00 v0.1.143 05:19:00 v0.1.144 05:19:00 v0.1.145 05:19:00 v0.1.146 05:19:00 v0.1.147 05:19:00 v0.1.148 05:19:00 v0.1.149 05:19:00 v0.1.15 05:19:00 v0.1.16 05:19:00 v0.1.17 05:19:00 v0.1.18 05:19:00 v0.1.19 05:19:00 v0.1.2 05:19:00 v0.1.20 05:19:00 v0.1.21 05:19:00 v0.1.22 05:19:00 v0.1.23 05:19:00 v0.1.24 05:19:00 v0.1.25 05:19:00 v0.1.26 05:19:00 v0.1.27 05:19:00 v0.1.28 05:19:00 v0.1.29 05:19:00 v0.1.3 05:19:00 v0.1.30 05:19:00 v0.1.31 05:19:00 v0.1.32 05:19:00 v0.1.33 05:19:00 v0.1.34 05:19:00 v0.1.35 05:19:00 v0.1.36 05:19:00 v0.1.37 05:19:00 v0.1.38 05:19:00 v0.1.39 05:19:00 v0.1.4 05:19:00 v0.1.40 05:19:00 v0.1.41 05:19:00 v0.1.42 05:19:00 v0.1.43 05:19:00 v0.1.44 05:19:00 v0.1.45 05:19:00 v0.1.46 05:19:00 v0.1.47 05:19:00 v0.1.48 05:19:00 v0.1.49 05:19:00 v0.1.5 05:19:00 v0.1.50 05:19:00 v0.1.51 05:19:00 v0.1.52 05:19:00 v0.1.53 05:19:00 v0.1.54 05:19:00 v0.1.55 05:19:00 v0.1.56 05:19:00 v0.1.57 05:19:00 v0.1.58 05:19:00 v0.1.59 05:19:00 v0.1.6 05:19:00 v0.1.60 05:19:00 v0.1.61 05:19:00 v0.1.62 05:19:00 v0.1.63 05:19:00 v0.1.64 05:19:00 v0.1.65 05:19:00 v0.1.66 05:19:00 v0.1.67 05:19:00 v0.1.68 05:19:00 v0.1.69 05:19:00 v0.1.7 05:19:00 v0.1.70 05:19:00 v0.1.71 05:19:00 v0.1.72 05:19:00 v0.1.73 05:19:00 v0.1.74 05:19:00 v0.1.75 05:19:00 v0.1.76 05:19:00 v0.1.77 05:19:00 v0.1.78 05:19:00 v0.1.79 05:19:00 v0.1.8 05:19:00 v0.1.80 05:19:00 v0.1.81 05:19:00 v0.1.82 05:19:00 v0.1.83 05:19:00 v0.1.84 05:19:00 v0.1.85 05:19:00 v0.1.86 05:19:00 v0.1.87 05:19:00 v0.1.88 05:19:00 v0.1.89 05:19:00 v0.1.9 05:19:00 v0.1.90 05:19:00 v0.1.91 05:19:00 v0.1.92 05:19:00 v0.1.93 05:19:00 v0.1.94 05:19:00 v0.1.95 05:19:00 v0.1.96 05:19:00 v0.1.97 05:19:00 v0.1.98 05:19:00 v0.1.99 05:19:00 v2.0.0-dev.1 05:19:00 v2.0.0-dev.10 05:19:00 v2.0.0-dev.11 05:19:00 v2.0.0-dev.12 05:19:00 v2.0.0-dev.13 05:19:00 v2.0.0-dev.14 05:19:00 v2.0.0-dev.15 05:19:00 v2.0.0-dev.16 05:19:00 v2.0.0-dev.17 05:19:00 v2.0.0-dev.18 05:19:00 v2.0.0-dev.19 05:19:00 v2.0.0-dev.2 05:19:00 v2.0.0-dev.20 05:19:00 v2.0.0-dev.21 05:19:00 v2.0.0-dev.22 05:19:00 v2.0.0-dev.23 05:19:00 v2.0.0-dev.24 05:19:00 v2.0.0-dev.25 05:19:00 v2.0.0-dev.26 05:19:00 v2.0.0-dev.27 05:19:00 v2.0.0-dev.28 05:19:00 v2.0.0-dev.29 05:19:00 v2.0.0-dev.3 05:19:00 v2.0.0-dev.30 05:19:00 v2.0.0-dev.31 05:19:00 v2.0.0-dev.32 05:19:00 v2.0.0-dev.33 05:19:00 v2.0.0-dev.34 05:19:00 v2.0.0-dev.35 05:19:00 v2.0.0-dev.36 05:19:00 v2.0.0-dev.37 05:19:00 v2.0.0-dev.38 05:19:00 v2.0.0-dev.39 05:19:00 v2.0.0-dev.4 05:19:00 v2.0.0-dev.40 05:19:00 v2.0.0-dev.5 05:19:00 v2.0.0-dev.6 05:19:00 v2.0.0-dev.7 05:19:00 v2.0.0-dev.8 05:19:00 v2.0.0-dev.9 [Pipeline] sh 05:19:01 + lftools sign git-tag v2.0.0-dev.40 05:19:02 Signing Git tag with Sigul... 05:19:02 Signing v2.0.0-dev.40 [Pipeline] echo 05:19:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:19:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:19:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:19:03 $ docker stop --time=1 3ab0743c4cb3b55fdc90435e5ea0909cb6ebf248b2b177f505d0d2cdfec9848b 05:19:05 $ docker rm -f 3ab0743c4cb3b55fdc90435e5ea0909cb6ebf248b2b177f505d0d2cdfec9848b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:19:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:19:06 . [Pipeline] withDockerContainer 05:19:07 prd-centos7-docker-4c-2g-27798 does not seem to be running inside a container 05:19:07 $ 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 05:19:07 $ docker top 2d8751f58aa76816fb075c9c2ef238c81376f4ccb7fba0a37c4eac3b1e6db98b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:19:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:19:08 [ssh-agent] Looking for ssh-agent implementation... 05:19:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:19:08 $ docker exec 2d8751f58aa76816fb075c9c2ef238c81376f4ccb7fba0a37c4eac3b1e6db98b ssh-agent 05:19:08 SSH_AUTH_SOCK=/tmp/ssh-ZUCqhyi3adUy/agent.12 05:19:08 SSH_AGENT_PID=18 05:19:08 Running ssh-add (command line suppressed) 05:19:08 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4948593789441483149.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4948593789441483149.key) 05:19:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:19:09 + git semver bump pre 05:19:09 # -> Open(): unable to determine branch for HEAD 05:19:09 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:19:09 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:19:09 # $SEMVER_REMOTE_NAME = origin 05:19:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:19:09 # $SEMVER_USER_NAME = edgex-jenkins 05:19:09 # $SEMVER_BRANCH = master 05:19:09 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 05:19:09 2.0.0-dev.41 [Pipeline] } 05:19:09 $ docker exec --env ******** --env ******** 2d8751f58aa76816fb075c9c2ef238c81376f4ccb7fba0a37c4eac3b1e6db98b ssh-agent -k 05:19:09 unset SSH_AUTH_SOCK; 05:19:09 unset SSH_AGENT_PID; 05:19:09 echo Agent pid 18 killed; 05:19:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:19:09 + git semver [Pipeline] } 05:19:09 $ docker stop --time=1 2d8751f58aa76816fb075c9c2ef238c81376f4ccb7fba0a37c4eac3b1e6db98b 05:19:11 $ docker rm -f 2d8751f58aa76816fb075c9c2ef238c81376f4ccb7fba0a37c4eac3b1e6db98b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:19:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:19:11 . [Pipeline] withDockerContainer 05:19:11 prd-centos7-docker-4c-2g-27798 does not seem to be running inside a container 05:19:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:19:12 $ docker top aed238ebc10739c1c378337bd2744e621430efa5cf7189cbfa998a1fbef0c91c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:19:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:19:13 [ssh-agent] Looking for ssh-agent implementation... 05:19:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:19:13 $ docker exec aed238ebc10739c1c378337bd2744e621430efa5cf7189cbfa998a1fbef0c91c ssh-agent 05:19:13 SSH_AUTH_SOCK=/tmp/ssh-yBAOD5ntjWbN/agent.11 05:19:13 SSH_AGENT_PID=16 05:19:13 Running ssh-add (command line suppressed) 05:19:13 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6399561433058661093.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6399561433058661093.key) 05:19:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:19:14 + git semver push 05:19:14 # -> Open(): unable to determine branch for HEAD 05:19:14 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:19:14 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:19:14 # $SEMVER_REMOTE_NAME = origin 05:19:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:19:14 # $SEMVER_USER_NAME = edgex-jenkins 05:19:14 # $SEMVER_BRANCH = master 05:19:14 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 05:19:19 $ docker exec --env ******** --env ******** aed238ebc10739c1c378337bd2744e621430efa5cf7189cbfa998a1fbef0c91c ssh-agent -k 05:19:19 unset SSH_AUTH_SOCK; 05:19:19 unset SSH_AGENT_PID; 05:19:19 echo Agent pid 16 killed; 05:19:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:19:20 + git semver [Pipeline] } 05:19:20 $ docker stop --time=1 aed238ebc10739c1c378337bd2744e621430efa5cf7189cbfa998a1fbef0c91c 05:19:21 $ docker rm -f aed238ebc10739c1c378337bd2744e621430efa5cf7189cbfa998a1fbef0c91c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:19:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:19:23 ---> package-listing.sh 05:19:23 ++ facter osfamily 05:19:23 ++ tr '[:upper:]' '[:lower:]' 05:19:23 + OS_FAMILY=redhat 05:19:23 + workspace=/w/workspace/dry_go-mod-core-contracts_master 05:19:23 + START_PACKAGES=/tmp/packages_start.txt 05:19:23 + END_PACKAGES=/tmp/packages_end.txt 05:19:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:19:23 + PACKAGES=/tmp/packages_start.txt 05:19:23 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 05:19:23 + PACKAGES=/tmp/packages_end.txt 05:19:23 + case "${OS_FAMILY}" in 05:19:23 + rpm -qa 05:19:23 + sort 05:19:28 + '[' -f /tmp/packages_start.txt ']' 05:19:28 + '[' -f /tmp/packages_end.txt ']' 05:19:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:19:28 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 05:19:28 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 05:19:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 05:19:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:19:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:19:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:19:29 05:19:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:19:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:19:29 alpine: Pulling from edgex-lftools-log-publisher 05:19:29 df20fa9351a1: Pulling fs layer 05:19:29 36b3adc4ff6f: Pulling fs layer 05:19:29 8ad3a11d3b57: Pulling fs layer 05:19:29 46f8f816bc3b: Pulling fs layer 05:19:29 93b61091891f: Pulling fs layer 05:19:29 93b9cdb0e59b: Pulling fs layer 05:19:29 5e14af77c1be: Pulling fs layer 05:19:29 01666e4c0597: Pulling fs layer 05:19:29 aa168da1d23b: Pulling fs layer 05:19:29 93b9cdb0e59b: Waiting 05:19:29 5e14af77c1be: Waiting 05:19:29 01666e4c0597: Waiting 05:19:29 aa168da1d23b: Waiting 05:19:29 46f8f816bc3b: Waiting 05:19:29 93b61091891f: Waiting 05:19:29 36b3adc4ff6f: Verifying Checksum 05:19:29 36b3adc4ff6f: Download complete 05:19:29 46f8f816bc3b: Verifying Checksum 05:19:29 46f8f816bc3b: Download complete 05:19:29 df20fa9351a1: Verifying Checksum 05:19:29 df20fa9351a1: Download complete 05:19:29 93b9cdb0e59b: Verifying Checksum 05:19:29 93b9cdb0e59b: Download complete 05:19:29 5e14af77c1be: Verifying Checksum 05:19:29 5e14af77c1be: Download complete 05:19:29 93b61091891f: Verifying Checksum 05:19:29 93b61091891f: Download complete 05:19:29 01666e4c0597: Verifying Checksum 05:19:29 01666e4c0597: Download complete 05:19:30 8ad3a11d3b57: Verifying Checksum 05:19:30 8ad3a11d3b57: Download complete 05:19:30 df20fa9351a1: Pull complete 05:19:30 36b3adc4ff6f: Pull complete 05:19:31 8ad3a11d3b57: Pull complete 05:19:31 46f8f816bc3b: Pull complete 05:19:32 aa168da1d23b: Verifying Checksum 05:19:32 aa168da1d23b: Download complete 05:19:32 93b61091891f: Pull complete 05:19:32 93b9cdb0e59b: Pull complete 05:19:32 5e14af77c1be: Pull complete 05:19:32 01666e4c0597: Pull complete 05:19:41 aa168da1d23b: Pull complete 05:19:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:19:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:19:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:19:41 prd-centos7-docker-4c-2g-27798 does not seem to be running inside a container 05:19:41 $ 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 05:19:44 $ docker top 28358eeb73a726c082a869c63b7b3f2a86c0650e277ba9bfa0f920ffab9b411d -eo pid,comm [Pipeline] { [Pipeline] sh 05:19:44 + touch /tmp/pre-build-complete [Pipeline] sh 05:19:45 + mkdir -p /var/log/sa [Pipeline] sh 05:19:45 + ls /var/log/sa-host 05:19:45 + sadf -c /var/log/sa-host/sa23 05:19:45 file_magic: OK 05:19:45 HZ: Using current value: 100 05:19:45 file_header: OK 05:19:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:19:45 Statistics: 05:19:45 Hnuu...uuuununununu... 05:19:45 File successfully converted to sysstat format version 12.2.1 05:19:45 + sadf -c /var/log/sa-host/sa26 05:19:45 file_magic: OK 05:19:45 HZ: Using current value: 100 05:19:45 file_header: OK 05:19:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:19:45 Statistics: 05:19:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:19:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:19:45 provisioning config files... 05:19:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4832297249692535905tmp [Pipeline] { [Pipeline] echo 05:19:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:19:45 ---> create-netrc.sh [Pipeline] } 05:19:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:19:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:19:46 ---> python-tools-install.sh [Pipeline] echo 05:19:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:19:46 ---> sudo-logs.sh 05:19:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:19:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:19:47 ---> job-cost.sh 05:19:47 lf-activate-venv: SKIPPING 05:19:47 DEBUG: total: 0.20999999344348907 05:19:47 INFO: Retrieving Stack Cost... 05:19:48 INFO: Retrieving Pricing Info for: v1-standard-2 05:19:49 INFO: Archiving Costs [Pipeline] echo 05:19:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:19:49 ---> logs-deploy.sh 05:19:49 lf-activate-venv: SKIPPING 05:19:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/158 05:19:49 INFO: archiving workspace using pattern(s): 05:19:51 Archives upload complete. 05:19:51 INFO: archiving logs to Nexus 05:19:52 ---> uname -a: 05:19:52 Linux prd-centos7-docker-4c-2g-27798.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:19:52 05:19:52 05:19:52 ---> lscpu: 05:19:52 Architecture: x86_64 05:19:52 CPU op-mode(s): 32-bit, 64-bit 05:19:52 Byte Order: Little Endian 05:19:52 Address sizes: 40 bits physical, 48 bits virtual 05:19:52 CPU(s): 4 05:19:52 On-line CPU(s) list: 0-3 05:19:52 Thread(s) per core: 1 05:19:52 Core(s) per socket: 1 05:19:52 Socket(s): 4 05:19:52 NUMA node(s): 1 05:19:52 Vendor ID: GenuineIntel 05:19:52 CPU family: 6 05:19:52 Model: 44 05:19:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:19:52 Stepping: 1 05:19:52 CPU MHz: 2933.442 05:19:52 BogoMIPS: 5866.88 05:19:52 Virtualization: VT-x 05:19:52 Hypervisor vendor: KVM 05:19:52 Virtualization type: full 05:19:52 L1d cache: 128 KiB 05:19:52 L1i cache: 128 KiB 05:19:52 L2 cache: 16 MiB 05:19:52 L3 cache: 64 MiB 05:19:52 NUMA node0 CPU(s): 0-3 05:19:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:19:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:19:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:19:52 Vulnerability Meltdown: Mitigation; PTI 05:19:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:19:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:19:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:19:52 Vulnerability Srbds: Not affected 05:19:52 Vulnerability Tsx async abort: Not affected 05:19:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:19:52 05:19:52 05:19:52 ---> nproc: 05:19:52 4 05:19:52 05:19:52 05:19:52 ---> df -h: 05:19:52 Filesystem Size Used Available Use% Mounted on 05:19:52 overlay 50.0G 8.5G 41.4G 17% / 05:19:52 tmpfs 64.0M 0 64.0M 0% /dev 05:19:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:19:52 shm 64.0M 0 64.0M 0% /dev/shm 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 05:19:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 05:19:52 05:19:52 05:19:52 ---> free -m: 05:19:52 total used free shared buff/cache available 05:19:52 Mem: 1837 811 143 0 882 962 05:19:52 Swap: 1023 3 1020 05:19:52 05:19:52 05:19:52 ---> ip addr: 05:19:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:19:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:19:52 inet 127.0.0.1/8 scope host lo 05:19:52 valid_lft forever preferred_lft forever 05:19:52 inet6 ::1/128 scope host 05:19:52 valid_lft forever preferred_lft forever 05:19:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:19:52 link/ether fa:16:3e:05:5c:d9 brd ff:ff:ff:ff:ff:ff 05:19:52 inet 10.30.122.250/23 brd 10.30.123.255 scope global dynamic eth0 05:19:52 valid_lft 85810sec preferred_lft 85810sec 05:19:52 inet6 fe80::f816:3eff:fe05:5cd9/64 scope link 05:19:52 valid_lft forever preferred_lft forever 05:19:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:19:52 link/ether 02:42:cb:8b:47:ef brd ff:ff:ff:ff:ff:ff 05:19:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:19:52 valid_lft forever preferred_lft forever 05:19:52 inet6 fe80::42:cbff:fe8b:47ef/64 scope link 05:19:52 valid_lft forever preferred_lft forever 05:19:52 05:19:52 05:19:52 ---> sar -b -r -n DEV: 05:19:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 05:19:52 05:19:52 05:09:49 LINUX RESTART (4 CPU) 05:19:52 05:19:52 05:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:19:52 05:12:01 2.69 0.00 2.69 0.00 0.00 70.03 0.00 05:19:52 05:13:01 0.37 0.00 0.37 0.00 0.00 5.41 0.00 05:19:52 05:14:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 05:19:52 05:15:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 05:19:52 05:16:01 0.28 0.00 0.28 0.00 0.00 3.73 0.00 05:19:52 05:17:01 0.42 0.00 0.42 0.00 0.00 5.70 0.00 05:19:52 05:18:01 135.10 70.18 64.92 0.00 3320.29 24943.50 0.00 05:19:52 05:19:02 304.89 147.32 157.57 0.00 8643.59 40677.34 0.00 05:19:52 Average: 55.68 27.26 28.41 0.00 1499.65 8236.83 0.00 05:19:52 05:19:52 05:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:19:52 05:12:01 147072 0 560564 29.79 2620 1171288 1050368 35.85 407408 1125228 16 05:19:52 05:13:01 146768 0 560860 29.81 2620 1171296 1050564 35.85 405884 1127660 8 05:19:52 05:14:01 145268 0 562356 29.89 2620 1171300 1050516 35.85 415400 1119580 8 05:19:52 05:15:01 145688 0 561936 29.87 2620 1171300 1050432 35.85 417356 1117284 8 05:19:52 05:16:01 143408 0 564208 29.99 2620 1171308 1050528 35.85 422836 1114148 8 05:19:52 05:17:01 144092 0 563520 29.95 2620 1171312 1050432 35.85 422348 1114148 8 05:19:52 05:18:01 76788 0 699700 37.19 2620 1102436 1494900 51.02 525796 1017244 92432 05:19:52 05:19:02 66444 0 802820 42.67 1828 1010452 1212604 41.38 692844 779296 78112 05:19:52 Average: 126941 0 609496 32.39 2521 1142586 1126293 38.44 463734 1064324 21325 05:19:52 05:19:52 05:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:19:52 05:12:01 eth0 0.68 0.08 0.06 0.02 0.00 0.00 0.00 0.00 05:19:52 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:13:01 eth0 4.28 2.38 3.40 0.31 0.00 0.00 0.00 0.00 05:19:52 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:14:01 eth0 0.75 0.37 0.30 0.23 0.00 0.00 0.00 0.00 05:19:52 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:52 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:16:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 05:19:52 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:52 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:18:01 eth0 435.58 380.69 4074.02 31.40 0.00 0.00 0.00 0.00 05:19:52 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:19:02 eth0 464.09 401.96 3581.68 62.00 0.00 0.00 0.00 0.00 05:19:52 05:19:02 veth278a9c6 24.06 32.08 1.61 217.24 0.00 0.00 0.00 0.00 05:19:52 05:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 05:19:02 docker0 42.60 50.02 2.76 345.13 0.00 0.00 0.00 0.00 05:19:52 Average: eth0 113.54 98.51 960.19 11.79 0.00 0.00 0.00 0.00 05:19:52 Average: veth278a9c6 3.02 4.02 0.20 27.23 0.00 0.00 0.00 0.00 05:19:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:52 Average: docker0 5.34 6.27 0.35 43.26 0.00 0.00 0.00 0.00 05:19:52 05:19:52 05:19:52 ---> sar -P ALL: 05:19:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 05:19:52 05:19:52 05:09:49 LINUX RESTART (4 CPU) 05:19:52 05:19:52 05:11:02 CPU %user %nice %system %iowait %steal %idle 05:19:52 05:12:01 all 0.18 0.00 0.05 0.00 0.00 99.76 05:19:52 05:12:01 0 0.03 0.00 0.08 0.00 0.00 99.88 05:19:52 05:12:01 1 0.15 0.00 0.03 0.00 0.00 99.81 05:19:52 05:12:01 2 0.51 0.00 0.07 0.00 0.02 99.41 05:19:52 05:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:19:52 05:13:01 all 0.23 0.00 0.05 0.00 0.00 99.72 05:19:52 05:13:01 0 0.13 0.00 0.05 0.00 0.02 99.80 05:19:52 05:13:01 1 0.12 0.00 0.07 0.00 0.00 99.82 05:19:52 05:13:01 2 0.58 0.00 0.03 0.00 0.00 99.38 05:19:52 05:13:01 3 0.07 0.00 0.05 0.00 0.00 99.88 05:19:52 05:14:01 all 0.15 0.00 0.05 0.00 0.00 99.80 05:19:52 05:14:01 0 0.02 0.00 0.05 0.00 0.00 99.93 05:19:52 05:14:01 1 0.05 0.00 0.05 0.00 0.00 99.90 05:19:52 05:14:01 2 0.50 0.00 0.05 0.00 0.00 99.45 05:19:52 05:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:19:52 05:15:01 all 0.15 0.00 0.03 0.00 0.01 99.81 05:19:52 05:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:19:52 05:15:01 1 0.07 0.00 0.05 0.00 0.02 99.87 05:19:52 05:15:01 2 0.50 0.00 0.03 0.00 0.00 99.47 05:19:52 05:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:19:52 05:16:01 all 0.15 0.00 0.04 0.00 0.00 99.80 05:19:52 05:16:01 0 0.02 0.00 0.07 0.00 0.00 99.92 05:19:52 05:16:01 1 0.07 0.00 0.03 0.00 0.00 99.90 05:19:52 05:16:01 2 0.52 0.00 0.03 0.00 0.00 99.45 05:19:52 05:16:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:19:52 05:17:01 all 0.15 0.00 0.04 0.00 0.00 99.82 05:19:52 05:17:01 0 0.00 0.00 0.03 0.00 0.00 99.97 05:19:52 05:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 05:19:52 05:17:01 2 0.50 0.00 0.02 0.00 0.00 99.48 05:19:52 05:17:01 3 0.05 0.00 0.07 0.00 0.00 99.88 05:19:52 05:18:01 all 6.68 0.00 4.75 0.93 0.03 87.60 05:19:52 05:18:01 0 6.86 0.00 4.72 0.68 0.02 87.73 05:19:52 05:18:01 1 6.50 0.00 4.85 0.78 0.05 87.82 05:19:52 05:18:01 2 6.97 0.00 4.63 1.35 0.03 87.01 05:19:52 05:18:01 3 6.39 0.00 4.82 0.93 0.02 87.85 05:19:52 05:19:02 all 13.00 0.00 9.58 4.89 0.06 72.46 05:19:52 05:19:02 0 11.50 0.00 9.90 7.78 0.05 70.77 05:19:52 05:19:02 1 12.89 0.00 9.35 4.64 0.07 73.06 05:19:52 05:19:02 2 11.38 0.00 9.67 3.28 0.07 75.59 05:19:52 05:19:02 3 16.27 0.00 9.42 3.86 0.07 70.38 05:19:52 Average: all 2.55 0.00 1.79 0.71 0.01 94.93 05:19:52 Average: 0 2.28 0.00 1.83 1.03 0.01 94.85 05:19:52 Average: 1 2.45 0.00 1.78 0.67 0.02 95.09 05:19:52 Average: 2 2.65 0.00 1.79 0.57 0.01 94.97 05:19:52 Average: 3 2.80 0.00 1.77 0.59 0.01 94.83 05:19:52 05:19:52 05:19:52