Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27828’ Running on prd-centos7-docker-4c-2g-27830 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 Commit message: "Merge pull request #524 from hahattan/issue-502-autoevent" > git rev-list --no-walk 8cf4766df7d36a2f6399682227b152d70aeedcc9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:00:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:00:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:00:31 ========================================================= 09:00:31 EdgeX Global Pipelines Version Info 09:00:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:00:33 ------------------- 09:00:33 stable info: 09:00:33 ------------------- 09:00:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:00:33 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 09:00:33 Message: update stable to v1.0.182 09:00:34 ------------------- 09:00:34 experimental info: 09:00:34 ------------------- 09:00:34 Commited By: **** collab-it+edgex@linuxfoundation.org 09:00:34 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 09:00:34 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:00:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 09:00:34 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 09:00:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:00:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:00:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:00:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:00:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:00:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:00:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:00:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:00:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d [Pipeline] echo 09:00:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f4a998d [Pipeline] echo 09:00:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:00:38 + git log --format=format:%s -1 f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d [Pipeline] echo 09:00:38 GIT_COMMIT: f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d, Commit Message: Merge pull request #524 from hahattan/issue-502-autoevent [Pipeline] echo 09:00:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:00:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:39 09:00:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:00:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:39 latest: Pulling from edgex-devops/git-semver 09:00:39 31603596830f: Pulling fs layer 09:00:39 2a8b12db71e7: Pulling fs layer 09:00:39 6ca5941a6612: Pulling fs layer 09:00:39 ecc8261a40a4: Pulling fs layer 09:00:39 ecc8261a40a4: Waiting 09:00:39 2a8b12db71e7: Verifying Checksum 09:00:39 2a8b12db71e7: Download complete 09:00:39 31603596830f: Verifying Checksum 09:00:39 31603596830f: Download complete 09:00:39 ecc8261a40a4: Verifying Checksum 09:00:39 ecc8261a40a4: Download complete 09:00:39 6ca5941a6612: Verifying Checksum 09:00:39 6ca5941a6612: Download complete 09:00:40 31603596830f: Pull complete 09:00:40 2a8b12db71e7: Pull complete 09:00:40 6ca5941a6612: Pull complete 09:00:41 ecc8261a40a4: Pull complete 09:00:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:00:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:00:41 prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container 09:00:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:00:43 $ docker top 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:00:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:44 [ssh-agent] Looking for ssh-agent implementation... 09:00:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:44 $ docker exec 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 ssh-agent 09:00:44 SSH_AUTH_SOCK=/tmp/ssh-DmddjVljgLLw/agent.12 09:00:44 SSH_AGENT_PID=17 09:00:44 Running ssh-add (command line suppressed) 09:00:44 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7556519470080508142.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7556519470080508142.key) 09:00:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:45 + git tag --points-at HEAD [Pipeline] } 09:00:45 $ docker exec --env ******** --env ******** 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 ssh-agent -k 09:00:45 unset SSH_AUTH_SOCK; 09:00:45 unset SSH_AGENT_PID; 09:00:45 echo Agent pid 17 killed; 09:00:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:00:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:45 [ssh-agent] Looking for ssh-agent implementation... 09:00:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:45 $ docker exec 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 ssh-agent 09:00:45 SSH_AUTH_SOCK=/tmp/ssh-2rRxDjSe8NNh/agent.47 09:00:45 SSH_AGENT_PID=52 09:00:45 Running ssh-add (command line suppressed) 09:00:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7323849526554856286.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7323849526554856286.key) 09:00:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:46 + git semver init 09:00:46 # -> Open(): unable to determine branch for HEAD 09:00:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:00:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:00:46 # $SEMVER_REMOTE_NAME = origin 09:00:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:00:46 # $SEMVER_USER_NAME = edgex-jenkins 09:00:46 # $SEMVER_BRANCH = master 09:00:46 # $SEMVER_TEMP = /tmp/semver-340822368 09:00:46 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:00:47 # '/tmp/semver-340822368' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 09:00:47 # -> Force: false 09:00:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:00:47 $ docker exec --env ******** --env ******** 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 ssh-agent -k 09:00:47 unset SSH_AUTH_SOCK; 09:00:47 unset SSH_AGENT_PID; 09:00:47 echo Agent pid 52 killed; 09:00:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:00:48 + git semver [Pipeline] } 09:00:48 $ docker stop --time=1 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 09:00:49 $ docker rm -f 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 [Pipeline] // withDockerContainer [Pipeline] sh 09:00:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:00:50 Stashed 1 file(s) [Pipeline] echo 09:00:50 [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [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 09:01:06 Still waiting to schedule task 09:01:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:01:06 Still waiting to schedule task 09:01:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:03:44 Running on prd-centos7-docker-4c-2g-27832 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 09:03:44 Running in /w/workspace/go-mod-core-contracts/159 [Pipeline] { [Pipeline] checkout 09:03:46 using credential edgex-jenkins-ssh 09:03:46 Cloning the remote Git repository 09:03:46 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:03:47 > git init /w/workspace/go-mod-core-contracts/159 # timeout=10 09:03:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:03:47 > git --version # timeout=10 09:03:47 > git --version # 'git version 2.24.3' 09:03:47 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:03:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:03:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:03:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:03:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:03:47 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:03:48 Checking out Revision f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d (master) 09:03:48 > git config core.sparsecheckout # timeout=10 09:03:48 > git checkout -f f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 09:03:52 Commit message: "Merge pull request #524 from hahattan/issue-502-autoevent" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:03:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:03:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:03:54 + true 09:03:54 + sudo service docker restart 09:03:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 09:03:56 ========================================================= 09:03:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:03:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:03:56 + 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 . 09:03:57 Sending build context to Docker daemon 2.717MB 09:03:57 Step 1/7 : ARG BASE=golang:1.15-alpine 09:03:57 Step 2/7 : FROM ${BASE} 09:03:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:03:57 188c0c94c7c5: Pulling fs layer 09:03:57 0ef7d3d256c8: Pulling fs layer 09:03:57 de9db76c5a1d: Pulling fs layer 09:03:57 bca2f99d35d6: Pulling fs layer 09:03:57 93359f2a8cfa: Pulling fs layer 09:03:57 7c6f9722023f: Pulling fs layer 09:03:57 a35cf1a2eb13: Pulling fs layer 09:03:57 7c6f9722023f: Waiting 09:03:57 a35cf1a2eb13: Waiting 09:03:57 bca2f99d35d6: Waiting 09:03:57 93359f2a8cfa: Waiting 09:03:57 de9db76c5a1d: Verifying Checksum 09:03:57 de9db76c5a1d: Download complete 09:03:57 0ef7d3d256c8: Download complete 09:03:57 93359f2a8cfa: Download complete 09:03:57 7c6f9722023f: Verifying Checksum 09:03:57 7c6f9722023f: Download complete 09:03:57 188c0c94c7c5: Download complete 09:03:57 188c0c94c7c5: Pull complete 09:03:57 0ef7d3d256c8: Pull complete 09:03:57 de9db76c5a1d: Pull complete 09:03:59 a35cf1a2eb13: Verifying Checksum 09:03:59 a35cf1a2eb13: Download complete 09:03:59 bca2f99d35d6: Download complete 09:04:05 bca2f99d35d6: Pull complete 09:04:05 93359f2a8cfa: Pull complete 09:04:05 7c6f9722023f: Pull complete 09:04:10 a35cf1a2eb13: Pull complete 09:04:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:04:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:04:10 ---> a62c8e92a672 09:04:10 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:04:10 ---> Running in 13877bcc59fb 09:04:10 Removing intermediate container 13877bcc59fb 09:04:10 ---> b4d919a65464 09:04:10 Step 4/7 : RUN apk add bash 09:04:10 ---> Running in 84308da05f5a 09:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:04:12 OK: 166 MiB in 39 packages 09:04:13 Removing intermediate container 84308da05f5a 09:04:13 ---> 23e35f3dbe8f 09:04:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:04:13 ---> Running in c8e16999f8a4 09:04:13 Removing intermediate container c8e16999f8a4 09:04:13 ---> 975c7f983213 09:04:13 Step 6/7 : COPY go.mod . 09:04:13 ---> 5122483a8ad8 09:04:13 Step 7/7 : RUN go mod download 09:04:13 ---> Running in b4d9408f989e 09:04:28 Removing intermediate container b4d9408f989e 09:04:28 ---> 4faa343272ba 09:04:28 Successfully built 4faa343272ba 09:04:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:04:28 + docker inspect -f . ci-base-image-x86_64 09:04:28 . [Pipeline] withDockerContainer 09:04:29 prd-centos7-docker-4c-2g-27832 does not seem to be running inside a container 09:04:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/159 -v /w/workspace/go-mod-core-contracts/159:/w/workspace/go-mod-core-contracts/159:rw,z -v /w/workspace/go-mod-core-contracts/159@tmp:/w/workspace/go-mod-core-contracts/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:04:29 $ docker top 2bf0995aa242b4201b95f0e71ae20ea3da89f58412de5895a9388e5f0769c799 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:30 + go version 09:04:30 go version go1.15.5 linux/amd64 [Pipeline] } 09:04:30 $ docker stop --time=1 2bf0995aa242b4201b95f0e71ae20ea3da89f58412de5895a9388e5f0769c799 09:04:31 $ docker rm -f 2bf0995aa242b4201b95f0e71ae20ea3da89f58412de5895a9388e5f0769c799 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:04:32 + docker inspect -f . ci-base-image-x86_64 09:04:32 . [Pipeline] withDockerContainer 09:04:32 prd-centos7-docker-4c-2g-27832 does not seem to be running inside a container 09:04:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/159 -v /w/workspace/go-mod-core-contracts/159:/w/workspace/go-mod-core-contracts/159:rw,z -v /w/workspace/go-mod-core-contracts/159@tmp:/w/workspace/go-mod-core-contracts/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:04:33 $ docker top 8a0f0b708cc05e2f2d82944e67f320a726dbd616191edaafdb4aaa81cef89d53 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:33 + make test 09:04:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:04:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:04:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.029s coverage: 85.7% of statements 09:04:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.015s coverage: 100.0% of statements 09:04:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.029s coverage: 45.4% of statements 09:04:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.027s coverage: 77.8% of statements 09:04:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:04:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.006s coverage: 26.3% of statements 09:04:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.030s coverage: 14.7% of statements 09:04:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.013s coverage: 100.0% of statements 09:04:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements 09:04:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:04:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:04:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.013s coverage: 100.0% of statements 09:04:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.009s coverage: 36.7% of statements 09:04:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.027s coverage: 63.0% of statements 09:04:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements 09:04:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements 09:04:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.032s coverage: 15.4% of statements 09:04:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.024s coverage: 14.3% of statements 09:04:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:04:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.099s coverage: 84.6% of statements 09:04:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:04:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:04:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:04:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 45.3% of statements 09:04:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.028s coverage: 94.7% of statements 09:04:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.061s coverage: 89.0% of statements 09:04:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 09:04:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 09:04:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:04:48 gofmt -l . 09:04:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:04:48 $ docker stop --time=1 8a0f0b708cc05e2f2d82944e67f320a726dbd616191edaafdb4aaa81cef89d53 09:04:51 $ docker rm -f 8a0f0b708cc05e2f2d82944e67f320a726dbd616191edaafdb4aaa81cef89d53 [Pipeline] // withDockerContainer [Pipeline] sh 09:04:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:04:52 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 09:04:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27833 in /w/workspace/dry_go-mod-core-contracts_master Post stage [Pipeline] { [Pipeline] ws 09:04:52 Running in /w/workspace/go-mod-core-contracts/159 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] checkout 09:04:53 ---> job-cost.sh 09:04:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9jW6 09:04:58 using credential edgex-jenkins-ssh 09:04:58 Cloning the remote Git repository 09:04:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:04:59 > git init /w/workspace/go-mod-core-contracts/159 # timeout=10 09:04:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:04:59 > git --version # timeout=10 09:04:59 > git --version # 'git version 2.17.1' 09:04:59 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:05:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:05:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:05:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:05:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:05:00 using GIT_SSH to set credentials SSH Credentials for GitHub 09:05:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:05:01 Checking out Revision f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d (master) 09:05:01 > git config core.sparsecheckout # timeout=10 09:05:01 > git checkout -f f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 09:05:06 Commit message: "Merge pull request #524 from hahattan/issue-502-autoevent" 09:05:06 09:05:06 GitHub has been notified of this commit’s build result 09:05:06 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:05:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:05:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:05:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:05:08 + true 09:05:08 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 09:05:10 ========================================================= 09:05:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:05:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:05:11 + 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 . 09:05:12 Sending build context to Docker daemon 2.716MB 09:05:12 Step 1/7 : ARG BASE=golang:1.15-alpine 09:05:12 Step 2/7 : FROM ${BASE} 09:05:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:05:12 5f621e34cdf4: Pulling fs layer 09:05:12 a4357932f1b6: Pulling fs layer 09:05:12 18c013af1878: Pulling fs layer 09:05:12 00ac8860ef70: Pulling fs layer 09:05:12 63d7cb157983: Pulling fs layer 09:05:12 b116817d02f9: Pulling fs layer 09:05:12 745a02a5169b: Pulling fs layer 09:05:12 63d7cb157983: Waiting 09:05:12 b116817d02f9: Waiting 09:05:12 745a02a5169b: Waiting 09:05:13 18c013af1878: Download complete 09:05:13 a4357932f1b6: Verifying Checksum 09:05:13 a4357932f1b6: Download complete 09:05:13 63d7cb157983: Verifying Checksum 09:05:13 63d7cb157983: Download complete 09:05:13 b116817d02f9: Verifying Checksum 09:05:13 b116817d02f9: Download complete 09:05:13 5f621e34cdf4: Verifying Checksum 09:05:13 5f621e34cdf4: Download complete 09:05:13 5f621e34cdf4: Pull complete 09:05:14 a4357932f1b6: Pull complete 09:05:15 18c013af1878: Pull complete 09:05:16 745a02a5169b: Verifying Checksum 09:05:16 745a02a5169b: Download complete 09:05:16 00ac8860ef70: Verifying Checksum 09:05:16 00ac8860ef70: Download complete 09:05:29 00ac8860ef70: Pull complete 09:05:29 63d7cb157983: Pull complete 09:05:29 b116817d02f9: Pull complete 09:05:31 745a02a5169b: Pull complete 09:05:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:05:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:05:31 ---> b7e6874047d6 09:05:31 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:05:35 lf-activate-venv(): INFO: Adding /tmp/venv-9jW6/bin to PATH 09:05:35 INFO: No Stack... 09:05:35 INFO: Retrieving Pricing Info for: v1-standard-2 09:05:35 ---> Running in e490da3f0100 09:05:35 INFO: Archiving Costs [Pipeline] sh 09:05:35 + cat /w/workspace/go-mod-core-contracts/159/archives/cost.csv 09:05:35 + cut -d, -f6 09:05:35 Removing intermediate container e490da3f0100 09:05:35 ---> 6f673e364bbf 09:05:35 Step 4/7 : RUN apk add bash 09:05:35 ---> Running in 9999dce2980b [Pipeline] lock 09:05:35 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] 09:05:35 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] did not exist. Created. 09:05:35 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:05:36 + echo total: 0.029999999329447746 [Pipeline] stash 09:05:36 Stashed 1 file(s) [Pipeline] } 09:05:36 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:05:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:39 OK: 142 MiB in 39 packages 09:05:40 Removing intermediate container 9999dce2980b 09:05:40 ---> ea031eb90d74 09:05:40 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:05:40 ---> Running in 9aa4d25c03c6 09:05:41 Removing intermediate container 9aa4d25c03c6 09:05:41 ---> daabf61f6970 09:05:41 Step 6/7 : COPY go.mod . 09:05:41 ---> f301bc8aff5e 09:05:41 Step 7/7 : RUN go mod download 09:05:42 ---> Running in b0ace9373fb5 09:05:57 Removing intermediate container b0ace9373fb5 09:05:57 ---> 149cd37764b6 09:05:57 Successfully built 149cd37764b6 09:05:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:05:57 + docker inspect -f . ci-base-image-arm64 09:05:57 . [Pipeline] withDockerContainer 09:05:58 prd-ubuntu18.04-docker-arm64-4c-16g-27833 does not seem to be running inside a container 09:05:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/159 -v /w/workspace/go-mod-core-contracts/159:/w/workspace/go-mod-core-contracts/159:rw,z -v /w/workspace/go-mod-core-contracts/159@tmp:/w/workspace/go-mod-core-contracts/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:05:59 $ docker top db67e0a84085662bd4ec28b9efd2c8ae63888122b0838f6b9b70e2a51f9f08b3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:00 + go version 09:06:00 go version go1.15.5 linux/arm64 [Pipeline] } 09:06:00 $ docker stop --time=1 db67e0a84085662bd4ec28b9efd2c8ae63888122b0838f6b9b70e2a51f9f08b3 09:06:02 $ docker rm -f db67e0a84085662bd4ec28b9efd2c8ae63888122b0838f6b9b70e2a51f9f08b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:06:04 + docker inspect -f . ci-base-image-arm64 09:06:04 . [Pipeline] withDockerContainer 09:06:04 prd-ubuntu18.04-docker-arm64-4c-16g-27833 does not seem to be running inside a container 09:06:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/159 -v /w/workspace/go-mod-core-contracts/159:/w/workspace/go-mod-core-contracts/159:rw,z -v /w/workspace/go-mod-core-contracts/159@tmp:/w/workspace/go-mod-core-contracts/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:06:06 $ docker top 25abd7918976e5d8423cf7da438a3806eafcd123432977dd1db520d1794f1fb0 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:07 + make test 09:06:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:06:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:06:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.033s coverage: 85.7% of statements 09:06:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.057s coverage: 100.0% of statements 09:06:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.089s coverage: 45.4% of statements 09:06:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.031s coverage: 77.8% of statements 09:06:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:06:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.026s coverage: 26.3% of statements 09:06:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.086s coverage: 14.7% of statements 09:06:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.054s coverage: 100.0% of statements 09:06:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.090s coverage: 91.8% of statements 09:06:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:06:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:06:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements 09:06:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.013s coverage: 36.7% of statements 09:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.104s coverage: 63.0% of statements 09:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements 09:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.029s coverage: 15.4% of statements 09:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.025s coverage: 15.4% of statements 09:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements 09:06:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.249s coverage: 84.6% of statements 09:06:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:06:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:06:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.072s coverage: 45.3% of statements 09:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.051s coverage: 94.7% of statements 09:06:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.174s coverage: 89.0% of statements 09:06:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.027s coverage: 100.0% of statements 09:06:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 09:06:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:07:00 gofmt -l . 09:07:00 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:07:01 $ docker stop --time=1 25abd7918976e5d8423cf7da438a3806eafcd123432977dd1db520d1794f1fb0 09:07:03 $ docker rm -f 25abd7918976e5d8423cf7da438a3806eafcd123432977dd1db520d1794f1fb0 [Pipeline] // withDockerContainer [Pipeline] sh 09:07:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:07:04 Warning: overwriting stash ‘coverage-report’ 09:07:05 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 09:07:06 ---> job-cost.sh 09:07:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-N30g 09:07:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:11:00 lf-activate-venv(): INFO: Adding /tmp/venv-N30g/bin to PATH 09:11:00 INFO: No Stack... 09:11:00 INFO: Retrieving Pricing Info for: lf-standard-4 09:11:00 INFO: Archiving Costs [Pipeline] sh 09:11:01 + cat /w/workspace/go-mod-core-contracts/159/archives/cost.csv 09:11:01 + cut -d, -f6 [Pipeline] lock 09:11:01 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] 09:11:01 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] did not exist. Created. 09:11:01 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:11:01 /w/workspace/go-mod-core-contracts/159@tmp/durable-cdeff3e8/script.sh: 1: /w/workspace/go-mod-core-contracts/159@tmp/durable-cdeff3e8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:11:02 + echo total: 0.20999999344348907 [Pipeline] stash 09:11:02 Warning: overwriting stash ‘stack-cost’ 09:11:02 Stashed 1 file(s) [Pipeline] } 09:11:02 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-159-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 09:11:03 provisioning config files... 09:11:03 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7232932493019871190tmp [Pipeline] { [Pipeline] sh 09:11:04 + set +x 09:11:04 + curl -s https://codecov.io/bash 09:11:04 + bash -s -- 09:11:04 09:11:04 _____ _ 09:11:04 / ____| | | 09:11:04 | | ___ __| | ___ ___ _____ __ 09:11:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:11:04 | |___| (_) | (_| | __/ (_| (_) \ V / 09:11:04 \_____\___/ \__,_|\___|\___\___/ \_/ 09:11:04 Bash-20210129-7c25fce 09:11:04 09:11:04 09:11:04 ==> git version 2.24.3 found 09:11:04 ==> 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 09:11:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:11:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:11:04 ==> Jenkins CI detected. 09:11:04 project root: . 09:11:04 --> token set from env 09:11:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:11:04 ==> Running gcov in . (disable via -X gcov) 09:11:04 ==> Python coveragepy not found 09:11:04 ==> Searching for coverage reports in: 09:11:04 + . 09:11:04 -> Found 1 reports 09:11:04 ==> Detecting git/mercurial file structure 09:11:04 ==> Reading reports 09:11:04 + ./coverage.out bytes=154715 09:11:04 ==> Appending adjustments 09:11:04 https://docs.codecov.io/docs/fixing-reports 09:11:05 + Found adjustments 09:11:05 ==> Gzipping contents 09:11:05 24K /tmp/codecov.NY4rrR.gz 09:11:05 ==> Uploading reports 09:11:05 url: https://codecov.io 09:11:05 query: branch=master&commit=f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 09:11:05 -> Pinging Codecov 09:11:05 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 09:11:06 -> Uploading to 09:11:06 https://storage.googleapis.com/codecov/v4/raw/2021-02-26/71470A77251A30514AAF9C0BB2E5B6CE/f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d/ecdd1f8c-3360-419b-ac90-59bbdc3402fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T091105Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd0781d7a0baf6bec396ab7189554df00017369b3a10522e52b0ce7c4031ecb6 09:11:06 % Total % Received % Xferd Average Speed Time Time Time Current 09:11:06 Dload Upload Total Spent Left Speed 09:11:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23307 0 0 100 23307 0 46263 --:--:-- --:--:-- --:--:-- 46335 09:11:06 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d [Pipeline] } 09:11:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:11:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:11:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:11:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:11:07 09:11:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:11:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:11:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:11:08 188c0c94c7c5: Pulling fs layer 09:11:08 0ef7d3d256c8: Pulling fs layer 09:11:08 de9db76c5a1d: Pulling fs layer 09:11:08 0eba1c9be4d2: Pulling fs layer 09:11:08 0d57e429df01: Pulling fs layer 09:11:08 4e4be7b47b0d: Pulling fs layer 09:11:08 e1f770b5df2f: Pulling fs layer 09:11:08 85a0685a4137: Pulling fs layer 09:11:08 0eba1c9be4d2: Waiting 09:11:08 0d57e429df01: Waiting 09:11:08 4e4be7b47b0d: Waiting 09:11:08 e1f770b5df2f: Waiting 09:11:08 85a0685a4137: Waiting 09:11:08 de9db76c5a1d: Verifying Checksum 09:11:08 de9db76c5a1d: Download complete 09:11:08 0ef7d3d256c8: Verifying Checksum 09:11:08 0ef7d3d256c8: Download complete 09:11:08 0d57e429df01: Verifying Checksum 09:11:08 0d57e429df01: Download complete 09:11:08 4e4be7b47b0d: Verifying Checksum 09:11:08 4e4be7b47b0d: Download complete 09:11:09 188c0c94c7c5: Verifying Checksum 09:11:09 188c0c94c7c5: Download complete 09:11:09 188c0c94c7c5: Pull complete 09:11:09 0ef7d3d256c8: Pull complete 09:11:09 de9db76c5a1d: Pull complete 09:11:10 e1f770b5df2f: Verifying Checksum 09:11:10 e1f770b5df2f: Download complete 09:11:13 85a0685a4137: Verifying Checksum 09:11:13 85a0685a4137: Download complete 09:11:13 0eba1c9be4d2: Verifying Checksum 09:11:13 0eba1c9be4d2: Download complete 09:11:20 0eba1c9be4d2: Pull complete 09:11:20 0d57e429df01: Pull complete 09:11:20 4e4be7b47b0d: Pull complete 09:11:20 e1f770b5df2f: Pull complete 09:11:28 85a0685a4137: Pull complete 09:11:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:11:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:11:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:11:29 prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container 09:11:29 $ 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 09:11:30 $ docker top df67d26fc076c47d08eed59c15c64ef6176df6f882f86159dd41bde9a07646be -eo pid,comm [Pipeline] { [Pipeline] echo 09:11:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:11:30 + set -o pipefail 09:11:30 + snyk monitor '--org=edgex-jenkins' 09:11:37 09:11:37 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 09:11:37 09:11:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/0e8b832b-8e50-4ba2-b838-435b3e35662f 09:11:37 09:11:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:11:37 09:11:37 09:11:37 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 09:11:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:11:37 $ docker stop --time=1 df67d26fc076c47d08eed59c15c64ef6176df6f882f86159dd41bde9a07646be 09:11:39 $ docker rm -f df67d26fc076c47d08eed59c15c64ef6176df6f882f86159dd41bde9a07646be [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 09:11:41 + git log --format=format:%s -1 f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d [Pipeline] isUnix [Pipeline] sh 09:11:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:11:41 . [Pipeline] withDockerContainer 09:11:41 prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container 09:11:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:11:42 $ docker top 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:11:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:11:42 [ssh-agent] Looking for ssh-agent implementation... 09:11:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:11:43 $ docker exec 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 ssh-agent 09:11:43 SSH_AUTH_SOCK=/tmp/ssh-IXfExiz9sMVD/agent.11 09:11:43 SSH_AGENT_PID=16 09:11:43 Running ssh-add (command line suppressed) 09:11:43 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8392548809536234595.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8392548809536234595.key) 09:11:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:11:43 + git semver tag 09:11:43 # -> Open(): unable to determine branch for HEAD 09:11:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:11:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:11:43 # $SEMVER_REMOTE_NAME = origin 09:11:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:11:43 # $SEMVER_USER_NAME = edgex-jenkins 09:11:43 # $SEMVER_BRANCH = master 09:11:43 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 09:11:43 # f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d HEAD 09:11:44 # -> Force: false 09:11:44 # d193bd48b067a264f587dda43894f9164bc80a09 refs/tags/v2.0.0-dev.41 [Pipeline] } 09:11:44 $ docker exec --env ******** --env ******** 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 ssh-agent -k 09:11:44 unset SSH_AUTH_SOCK; 09:11:44 unset SSH_AGENT_PID; 09:11:44 echo Agent pid 16 killed; 09:11:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:11:44 + git semver [Pipeline] } 09:11:44 $ docker stop --time=1 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 09:11:46 $ docker rm -f 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:11:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:11:46 09:11:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:11:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:11:47 0.23.1-centos7: Pulling from edgex-lftools 09:11:47 ab5ef0e58194: Pulling fs layer 09:11:47 9712f1f96733: Pulling fs layer 09:11:47 63f879dbbcfc: Pulling fs layer 09:11:47 0d9ebad4ef96: Pulling fs layer 09:11:47 e9a5061849ea: Pulling fs layer 09:11:47 d747dcd14b5f: Pulling fs layer 09:11:47 2de7ff778b66: Pulling fs layer 09:11:47 d747dcd14b5f: Waiting 09:11:47 2de7ff778b66: Waiting 09:11:47 e9a5061849ea: Waiting 09:11:47 9712f1f96733: Download complete 09:11:49 63f879dbbcfc: Verifying Checksum 09:11:49 63f879dbbcfc: Download complete 09:11:49 e9a5061849ea: Verifying Checksum 09:11:49 e9a5061849ea: Download complete 09:11:49 d747dcd14b5f: Verifying Checksum 09:11:49 d747dcd14b5f: Download complete 09:11:49 2de7ff778b66: Verifying Checksum 09:11:49 2de7ff778b66: Download complete 09:11:49 0d9ebad4ef96: Verifying Checksum 09:11:49 0d9ebad4ef96: Download complete 09:11:50 ab5ef0e58194: Verifying Checksum 09:11:50 ab5ef0e58194: Download complete 09:11:54 ab5ef0e58194: Pull complete 09:11:54 9712f1f96733: Pull complete 09:11:56 63f879dbbcfc: Pull complete 09:12:02 0d9ebad4ef96: Pull complete 09:12:04 e9a5061849ea: Pull complete 09:12:04 d747dcd14b5f: Pull complete 09:12:06 2de7ff778b66: Pull complete 09:12:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:12:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:12:07 prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container 09:12:07 $ 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 09:12:11 $ docker top c397f50d061bf684db17609958f9fbe912d862e28fb4efb935dfa89a1058d945 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:12:11 provisioning config files... 09:12:11 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9015557791733433189tmp 09:12:11 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4859855478128259062tmp 09:12:11 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1515027114960622135tmp [Pipeline] { [Pipeline] echo 09:12:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:12:11 ---> sigul-configuration.sh 09:12:11 gpg: directory `/root/.gnupg' created 09:12:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:12:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:12:11 gpg: keyring `/root/.gnupg/secring.gpg' created 09:12:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:12:11 gpg: CAST5 encrypted data 09:12:12 gpg: encrypted with 1 passphrase 09:12:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:12:12 + mkdir /home/jenkins 09:12:12 + mkdir /home/jenkins/sigul [Pipeline] sh 09:12:12 + 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 09:12:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:12:13 ---> sigul-install.sh 09:12:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:12:19 + git tag --list 09:12:19 v0.0.0 09:12:19 v0.0.1 09:12:19 v0.1.0 09:12:19 v0.1.1 09:12:19 v0.1.10 09:12:19 v0.1.100 09:12:19 v0.1.101 09:12:19 v0.1.102 09:12:19 v0.1.103 09:12:19 v0.1.104 09:12:19 v0.1.105 09:12:19 v0.1.106 09:12:19 v0.1.107 09:12:19 v0.1.108 09:12:19 v0.1.109 09:12:19 v0.1.11 09:12:19 v0.1.110 09:12:19 v0.1.111 09:12:19 v0.1.112 09:12:19 v0.1.113 09:12:19 v0.1.114 09:12:19 v0.1.115 09:12:19 v0.1.116 09:12:19 v0.1.117 09:12:19 v0.1.118 09:12:19 v0.1.119 09:12:19 v0.1.12 09:12:19 v0.1.120 09:12:19 v0.1.121 09:12:19 v0.1.122 09:12:19 v0.1.123 09:12:19 v0.1.124 09:12:19 v0.1.125 09:12:19 v0.1.126 09:12:19 v0.1.127 09:12:19 v0.1.128 09:12:19 v0.1.129 09:12:19 v0.1.13 09:12:19 v0.1.130 09:12:19 v0.1.131 09:12:19 v0.1.132 09:12:19 v0.1.133 09:12:19 v0.1.134 09:12:19 v0.1.135 09:12:19 v0.1.136 09:12:19 v0.1.137 09:12:19 v0.1.138 09:12:19 v0.1.139 09:12:19 v0.1.14 09:12:19 v0.1.140 09:12:19 v0.1.141 09:12:19 v0.1.142 09:12:19 v0.1.143 09:12:19 v0.1.144 09:12:19 v0.1.145 09:12:19 v0.1.146 09:12:19 v0.1.147 09:12:19 v0.1.148 09:12:19 v0.1.149 09:12:19 v0.1.15 09:12:19 v0.1.16 09:12:19 v0.1.17 09:12:19 v0.1.18 09:12:19 v0.1.19 09:12:19 v0.1.2 09:12:19 v0.1.20 09:12:19 v0.1.21 09:12:19 v0.1.22 09:12:19 v0.1.23 09:12:19 v0.1.24 09:12:19 v0.1.25 09:12:19 v0.1.26 09:12:19 v0.1.27 09:12:19 v0.1.28 09:12:19 v0.1.29 09:12:19 v0.1.3 09:12:19 v0.1.30 09:12:19 v0.1.31 09:12:19 v0.1.32 09:12:19 v0.1.33 09:12:19 v0.1.34 09:12:19 v0.1.35 09:12:19 v0.1.36 09:12:19 v0.1.37 09:12:19 v0.1.38 09:12:19 v0.1.39 09:12:19 v0.1.4 09:12:19 v0.1.40 09:12:19 v0.1.41 09:12:19 v0.1.42 09:12:19 v0.1.43 09:12:19 v0.1.44 09:12:19 v0.1.45 09:12:19 v0.1.46 09:12:19 v0.1.47 09:12:19 v0.1.48 09:12:19 v0.1.49 09:12:19 v0.1.5 09:12:19 v0.1.50 09:12:19 v0.1.51 09:12:19 v0.1.52 09:12:19 v0.1.53 09:12:19 v0.1.54 09:12:19 v0.1.55 09:12:19 v0.1.56 09:12:19 v0.1.57 09:12:19 v0.1.58 09:12:19 v0.1.59 09:12:19 v0.1.6 09:12:19 v0.1.60 09:12:19 v0.1.61 09:12:19 v0.1.62 09:12:19 v0.1.63 09:12:19 v0.1.64 09:12:19 v0.1.65 09:12:19 v0.1.66 09:12:19 v0.1.67 09:12:19 v0.1.68 09:12:19 v0.1.69 09:12:19 v0.1.7 09:12:19 v0.1.70 09:12:19 v0.1.71 09:12:19 v0.1.72 09:12:19 v0.1.73 09:12:19 v0.1.74 09:12:19 v0.1.75 09:12:19 v0.1.76 09:12:19 v0.1.77 09:12:19 v0.1.78 09:12:19 v0.1.79 09:12:19 v0.1.8 09:12:19 v0.1.80 09:12:19 v0.1.81 09:12:19 v0.1.82 09:12:19 v0.1.83 09:12:19 v0.1.84 09:12:19 v0.1.85 09:12:19 v0.1.86 09:12:19 v0.1.87 09:12:19 v0.1.88 09:12:19 v0.1.89 09:12:19 v0.1.9 09:12:19 v0.1.90 09:12:19 v0.1.91 09:12:19 v0.1.92 09:12:19 v0.1.93 09:12:19 v0.1.94 09:12:19 v0.1.95 09:12:19 v0.1.96 09:12:19 v0.1.97 09:12:19 v0.1.98 09:12:19 v0.1.99 09:12:19 v2.0.0-dev.1 09:12:19 v2.0.0-dev.10 09:12:19 v2.0.0-dev.11 09:12:19 v2.0.0-dev.12 09:12:19 v2.0.0-dev.13 09:12:19 v2.0.0-dev.14 09:12:19 v2.0.0-dev.15 09:12:19 v2.0.0-dev.16 09:12:19 v2.0.0-dev.17 09:12:19 v2.0.0-dev.18 09:12:19 v2.0.0-dev.19 09:12:19 v2.0.0-dev.2 09:12:19 v2.0.0-dev.20 09:12:19 v2.0.0-dev.21 09:12:19 v2.0.0-dev.22 09:12:19 v2.0.0-dev.23 09:12:19 v2.0.0-dev.24 09:12:19 v2.0.0-dev.25 09:12:19 v2.0.0-dev.26 09:12:19 v2.0.0-dev.27 09:12:19 v2.0.0-dev.28 09:12:19 v2.0.0-dev.29 09:12:19 v2.0.0-dev.3 09:12:19 v2.0.0-dev.30 09:12:19 v2.0.0-dev.31 09:12:19 v2.0.0-dev.32 09:12:19 v2.0.0-dev.33 09:12:19 v2.0.0-dev.34 09:12:19 v2.0.0-dev.35 09:12:19 v2.0.0-dev.36 09:12:19 v2.0.0-dev.37 09:12:19 v2.0.0-dev.38 09:12:19 v2.0.0-dev.39 09:12:19 v2.0.0-dev.4 09:12:19 v2.0.0-dev.40 09:12:19 v2.0.0-dev.41 09:12:19 v2.0.0-dev.5 09:12:19 v2.0.0-dev.6 09:12:19 v2.0.0-dev.7 09:12:19 v2.0.0-dev.8 09:12:19 v2.0.0-dev.9 [Pipeline] sh 09:12:20 + lftools sign git-tag v2.0.0-dev.41 09:12:21 Signing Git tag with Sigul... 09:12:21 Signing v2.0.0-dev.41 [Pipeline] echo 09:12:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:12:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:12:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:12:23 $ docker stop --time=1 c397f50d061bf684db17609958f9fbe912d862e28fb4efb935dfa89a1058d945 09:12:24 $ docker rm -f c397f50d061bf684db17609958f9fbe912d862e28fb4efb935dfa89a1058d945 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:12:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:12:25 . [Pipeline] withDockerContainer 09:12:25 prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container 09:12:25 $ 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 09:12:26 $ docker top c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:27 [ssh-agent] Looking for ssh-agent implementation... 09:12:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:27 $ docker exec c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 ssh-agent 09:12:27 SSH_AUTH_SOCK=/tmp/ssh-VxUsfOYb4sXr/agent.12 09:12:27 SSH_AGENT_PID=17 09:12:27 Running ssh-add (command line suppressed) 09:12:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4293269381931693567.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4293269381931693567.key) 09:12:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:28 + git semver bump pre 09:12:28 # -> Open(): unable to determine branch for HEAD 09:12:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:12:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:12:28 # $SEMVER_REMOTE_NAME = origin 09:12:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:12:28 # $SEMVER_USER_NAME = edgex-jenkins 09:12:28 # $SEMVER_BRANCH = master 09:12:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 09:12:28 2.0.0-dev.42 [Pipeline] } 09:12:28 $ docker exec --env ******** --env ******** c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 ssh-agent -k 09:12:28 unset SSH_AUTH_SOCK; 09:12:28 unset SSH_AGENT_PID; 09:12:28 echo Agent pid 17 killed; 09:12:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:28 + git semver [Pipeline] } 09:12:28 $ docker stop --time=1 c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 09:12:30 $ docker rm -f c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:12:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:12:30 . [Pipeline] withDockerContainer 09:12:30 prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container 09:12:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:12:31 $ docker top 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:31 [ssh-agent] Looking for ssh-agent implementation... 09:12:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:32 $ docker exec 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad ssh-agent 09:12:32 SSH_AUTH_SOCK=/tmp/ssh-iPsArsfMJhFL/agent.11 09:12:32 SSH_AGENT_PID=17 09:12:32 Running ssh-add (command line suppressed) 09:12:32 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7643732247207677905.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7643732247207677905.key) 09:12:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:32 + git semver push 09:12:32 # -> Open(): unable to determine branch for HEAD 09:12:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:12:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:12:32 # $SEMVER_REMOTE_NAME = origin 09:12:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:12:32 # $SEMVER_USER_NAME = edgex-jenkins 09:12:32 # $SEMVER_BRANCH = master 09:12:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:12:38 $ docker exec --env ******** --env ******** 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad ssh-agent -k 09:12:38 unset SSH_AUTH_SOCK; 09:12:38 unset SSH_AGENT_PID; 09:12:38 echo Agent pid 17 killed; 09:12:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:38 + git semver [Pipeline] } 09:12:38 $ docker stop --time=1 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad 09:12:40 $ docker rm -f 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad [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 09:12:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:12:42 ---> package-listing.sh 09:12:42 ++ facter osfamily 09:12:42 ++ tr '[:upper:]' '[:lower:]' 09:12:42 + OS_FAMILY=redhat 09:12:42 + workspace=/w/workspace/dry_go-mod-core-contracts_master 09:12:42 + START_PACKAGES=/tmp/packages_start.txt 09:12:42 + END_PACKAGES=/tmp/packages_end.txt 09:12:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:12:42 + PACKAGES=/tmp/packages_start.txt 09:12:42 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 09:12:42 + PACKAGES=/tmp/packages_end.txt 09:12:42 + case "${OS_FAMILY}" in 09:12:42 + rpm -qa 09:12:42 + sort 09:12:47 + '[' -f /tmp/packages_start.txt ']' 09:12:47 + '[' -f /tmp/packages_end.txt ']' 09:12:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:12:47 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 09:12:47 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 09:12:47 + 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 09:12:47 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 09:12:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:12:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:12:48 09:12:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:12:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:12:49 alpine: Pulling from edgex-lftools-log-publisher 09:12:49 df20fa9351a1: Pulling fs layer 09:12:49 36b3adc4ff6f: Pulling fs layer 09:12:49 8ad3a11d3b57: Pulling fs layer 09:12:49 46f8f816bc3b: Pulling fs layer 09:12:49 93b61091891f: Pulling fs layer 09:12:49 93b9cdb0e59b: Pulling fs layer 09:12:49 5e14af77c1be: Pulling fs layer 09:12:49 01666e4c0597: Pulling fs layer 09:12:49 aa168da1d23b: Pulling fs layer 09:12:49 46f8f816bc3b: Waiting 09:12:49 93b9cdb0e59b: Waiting 09:12:49 01666e4c0597: Waiting 09:12:49 5e14af77c1be: Waiting 09:12:49 93b61091891f: Waiting 09:12:49 36b3adc4ff6f: Download complete 09:12:49 46f8f816bc3b: Verifying Checksum 09:12:49 46f8f816bc3b: Download complete 09:12:49 df20fa9351a1: Verifying Checksum 09:12:49 df20fa9351a1: Download complete 09:12:49 93b9cdb0e59b: Verifying Checksum 09:12:49 93b9cdb0e59b: Download complete 09:12:49 93b61091891f: Verifying Checksum 09:12:49 93b61091891f: Download complete 09:12:49 5e14af77c1be: Verifying Checksum 09:12:49 5e14af77c1be: Download complete 09:12:49 01666e4c0597: Verifying Checksum 09:12:49 01666e4c0597: Download complete 09:12:49 8ad3a11d3b57: Verifying Checksum 09:12:49 8ad3a11d3b57: Download complete 09:12:49 df20fa9351a1: Pull complete 09:12:49 36b3adc4ff6f: Pull complete 09:12:51 8ad3a11d3b57: Pull complete 09:12:51 46f8f816bc3b: Pull complete 09:12:51 aa168da1d23b: Verifying Checksum 09:12:51 aa168da1d23b: Download complete 09:12:52 93b61091891f: Pull complete 09:12:52 93b9cdb0e59b: Pull complete 09:12:52 5e14af77c1be: Pull complete 09:12:52 01666e4c0597: Pull complete 09:13:01 aa168da1d23b: Pull complete 09:13:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:13:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:13:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:13:01 prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container 09:13:01 $ 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 09:13:03 $ docker top 823b2a58885e23f6f01ab537c8bbe65a0c524ffe72dcf61c4850bdbb8b904caa -eo pid,comm [Pipeline] { [Pipeline] sh 09:13:04 + touch /tmp/pre-build-complete [Pipeline] sh 09:13:04 + mkdir -p /var/log/sa [Pipeline] sh 09:13:05 + ls /var/log/sa-host 09:13:05 + sadf -c /var/log/sa-host/sa23 09:13:05 file_magic: OK 09:13:05 HZ: Using current value: 100 09:13:05 file_header: OK 09:13:05 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 09:13:05 Statistics: 09:13:05 Hnuu...uuuununununu... 09:13:05 File successfully converted to sysstat format version 12.2.1 09:13:05 + sadf -c /var/log/sa-host/sa26 09:13:05 file_magic: OK 09:13:05 HZ: Using current value: 100 09:13:05 file_header: OK 09:13:05 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 09:13:05 Statistics: 09:13:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:13:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:13:05 provisioning config files... 09:13:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7326563786625051382tmp [Pipeline] { [Pipeline] echo 09:13:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:13:06 ---> create-netrc.sh [Pipeline] } 09:13:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:13:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:13:06 ---> python-tools-install.sh [Pipeline] echo 09:13:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:13:06 ---> sudo-logs.sh 09:13:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:13:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:13:07 ---> job-cost.sh 09:13:07 lf-activate-venv: SKIPPING 09:13:07 DEBUG: total: 0.20999999344348907 09:13:07 INFO: Retrieving Stack Cost... 09:13:08 INFO: Retrieving Pricing Info for: v1-standard-2 09:13:08 INFO: Archiving Costs [Pipeline] echo 09:13:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:13:09 ---> logs-deploy.sh 09:13:09 lf-activate-venv: SKIPPING 09:13:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/159 09:13:09 INFO: archiving workspace using pattern(s): 09:13:11 Archives upload complete. 09:13:11 INFO: archiving logs to Nexus 09:13:11 ---> uname -a: 09:13:11 Linux prd-centos7-docker-4c-2g-27830.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:13:11 09:13:11 09:13:11 ---> lscpu: 09:13:11 Architecture: x86_64 09:13:11 CPU op-mode(s): 32-bit, 64-bit 09:13:11 Byte Order: Little Endian 09:13:11 Address sizes: 40 bits physical, 48 bits virtual 09:13:11 CPU(s): 4 09:13:11 On-line CPU(s) list: 0-3 09:13:11 Thread(s) per core: 1 09:13:11 Core(s) per socket: 1 09:13:11 Socket(s): 4 09:13:11 NUMA node(s): 1 09:13:11 Vendor ID: GenuineIntel 09:13:11 CPU family: 6 09:13:11 Model: 44 09:13:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:13:11 Stepping: 1 09:13:11 CPU MHz: 2933.442 09:13:11 BogoMIPS: 5866.88 09:13:11 Virtualization: VT-x 09:13:11 Hypervisor vendor: KVM 09:13:11 Virtualization type: full 09:13:11 L1d cache: 128 KiB 09:13:11 L1i cache: 128 KiB 09:13:11 L2 cache: 16 MiB 09:13:11 L3 cache: 64 MiB 09:13:11 NUMA node0 CPU(s): 0-3 09:13:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:13:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:13:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:13:11 Vulnerability Meltdown: Mitigation; PTI 09:13:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:13:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:13:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:13:11 Vulnerability Srbds: Not affected 09:13:11 Vulnerability Tsx async abort: Not affected 09:13:11 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 09:13:11 09:13:11 09:13:11 ---> nproc: 09:13:11 4 09:13:11 09:13:11 09:13:11 ---> df -h: 09:13:11 Filesystem Size Used Available Use% Mounted on 09:13:11 overlay 50.0G 8.5G 41.4G 17% / 09:13:11 tmpfs 64.0M 0 64.0M 0% /dev 09:13:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:13:11 shm 64.0M 0 64.0M 0% /dev/shm 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 09:13:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 09:13:11 09:13:11 09:13:11 ---> free -m: 09:13:11 total used free shared buff/cache available 09:13:11 Mem: 1837 833 151 0 852 939 09:13:11 Swap: 1023 2 1021 09:13:11 09:13:11 09:13:11 ---> ip addr: 09:13:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:13:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:13:11 inet 127.0.0.1/8 scope host lo 09:13:11 valid_lft forever preferred_lft forever 09:13:11 inet6 ::1/128 scope host 09:13:11 valid_lft forever preferred_lft forever 09:13:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:13:11 link/ether fa:16:3e:4e:9a:f8 brd ff:ff:ff:ff:ff:ff 09:13:11 inet 10.30.123.203/23 brd 10.30.123.255 scope global dynamic eth0 09:13:11 valid_lft 85607sec preferred_lft 85607sec 09:13:11 inet6 fe80::f816:3eff:fe4e:9af8/64 scope link 09:13:11 valid_lft forever preferred_lft forever 09:13:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:13:11 link/ether 02:42:e7:e8:de:bc brd ff:ff:ff:ff:ff:ff 09:13:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:13:11 valid_lft forever preferred_lft forever 09:13:11 inet6 fe80::42:e7ff:fee8:debc/64 scope link 09:13:11 valid_lft forever preferred_lft forever 09:13:11 09:13:11 09:13:11 ---> sar -b -r -n DEV: 09:13:11 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) 09:13:11 09:13:11 08:59:47 LINUX RESTART (4 CPU) 09:13:11 09:13:11 09:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:13:11 09:02:02 2.80 0.07 2.73 0.00 1.47 70.86 0.00 09:13:11 09:03:01 0.44 0.00 0.44 0.00 0.00 6.27 0.00 09:13:11 09:04:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 09:13:11 09:05:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 09:13:11 09:06:01 0.22 0.00 0.22 0.00 0.00 3.16 0.00 09:13:11 09:07:01 0.20 0.00 0.20 0.00 0.00 2.07 0.00 09:13:11 09:08:01 0.30 0.00 0.30 0.00 0.00 3.61 0.00 09:13:11 09:09:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 09:13:11 09:10:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 09:13:11 09:11:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 09:13:11 09:12:01 361.16 186.75 174.40 0.00 9312.22 57112.42 0.00 09:13:11 09:13:02 234.49 108.77 125.72 0.00 7472.24 28710.87 0.00 09:13:11 Average: 50.41 24.80 25.61 0.00 1409.39 7206.73 0.00 09:13:11 09:13:11 09:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:13:11 09:02:02 150952 0 612756 32.57 2620 1115216 1080776 36.89 436728 1094172 12 09:13:11 09:03:01 149040 0 614660 32.67 2620 1115224 1080884 36.89 444916 1088244 8 09:13:11 09:04:01 149264 0 614432 32.66 2620 1115228 1080884 36.89 444800 1088244 8 09:13:11 09:05:01 147280 0 616412 32.76 2620 1115232 1080956 36.89 445768 1088984 20 09:13:11 09:06:01 148060 0 615628 32.72 2620 1115236 1080848 36.89 445164 1088984 12 09:13:11 09:07:01 148372 0 615308 32.70 2620 1115244 1080812 36.89 444952 1088984 8 09:13:11 09:08:01 148840 0 614840 32.68 2620 1115244 1080776 36.89 444816 1088976 8 09:13:11 09:09:01 148576 0 615096 32.69 2620 1115252 1080776 36.89 444912 1088984 8 09:13:11 09:10:01 148716 0 614952 32.68 2620 1115256 1080776 36.89 444796 1088980 8 09:13:11 09:11:01 148052 0 615612 32.72 2620 1115260 1080860 36.89 445372 1088980 8 09:13:11 09:12:01 127980 0 825908 43.90 1836 925820 1525616 52.07 584100 847624 82084 09:13:11 09:13:02 199736 0 836020 44.43 992 844796 1313156 44.82 541004 768116 10156 09:13:11 Average: 151239 0 650969 34.60 2419 1076917 1137260 38.81 463944 1042439 7695 09:13:11 09:13:11 09:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:13:11 09:02:02 eth0 0.30 0.08 0.03 0.02 0.00 0.00 0.00 0.00 09:13:11 09:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:03:01 eth0 0.80 0.29 0.30 0.20 0.00 0.00 0.00 0.00 09:13:11 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:04:01 eth0 2.28 0.28 0.44 0.17 0.00 0.00 0.00 0.00 09:13:11 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:05:01 eth0 1.00 0.53 0.54 0.39 0.00 0.00 0.00 0.00 09:13:11 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:06:01 eth0 0.22 0.17 0.08 0.10 0.00 0.00 0.00 0.00 09:13:11 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:07:01 eth0 0.30 0.23 0.10 0.02 0.00 0.00 0.00 0.00 09:13:11 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:13:11 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:13:11 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:10:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:11:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 09:13:11 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:12:01 eth0 832.57 755.08 7399.20 68.56 0.00 0.00 0.00 0.00 09:13:11 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:12:01 docker0 19.12 18.29 1.51 127.67 0.00 0.00 0.00 0.00 09:13:11 09:13:02 eth0 328.77 266.22 2422.83 133.21 0.00 0.00 0.00 0.00 09:13:11 09:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 09:13:02 docker0 34.00 40.05 2.32 215.97 0.00 0.00 0.00 0.00 09:13:11 Average: eth0 97.80 85.77 823.30 17.06 0.00 0.00 0.00 0.00 09:13:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:11 Average: docker0 4.47 4.91 0.32 28.90 0.00 0.00 0.00 0.00 09:13:11 09:13:11 09:13:11 ---> sar -P ALL: 09:13:11 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) 09:13:11 09:13:11 08:59:47 LINUX RESTART (4 CPU) 09:13:11 09:13:11 09:01:01 CPU %user %nice %system %iowait %steal %idle 09:13:11 09:02:02 all 0.14 0.00 0.05 0.00 0.01 99.80 09:13:11 09:02:02 0 0.05 0.00 0.05 0.00 0.00 99.90 09:13:11 09:02:02 1 0.07 0.00 0.05 0.00 0.00 99.88 09:13:11 09:02:02 2 0.35 0.00 0.03 0.00 0.02 99.60 09:13:11 09:02:02 3 0.08 0.00 0.07 0.02 0.02 99.82 09:13:11 09:03:01 all 0.17 0.00 0.08 0.00 0.00 99.75 09:13:11 09:03:01 0 0.03 0.00 0.05 0.00 0.00 99.92 09:13:11 09:03:01 1 0.08 0.00 0.15 0.00 0.00 99.76 09:13:11 09:03:01 2 0.53 0.00 0.05 0.00 0.00 99.42 09:13:11 09:03:01 3 0.02 0.00 0.07 0.00 0.00 99.92 09:13:11 09:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:13:11 09:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:13:11 09:04:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:13:11 09:04:01 2 0.53 0.00 0.02 0.00 0.02 99.43 09:13:11 09:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:13:11 09:05:01 all 0.20 0.00 0.05 0.00 0.00 99.75 09:13:11 09:05:01 0 0.05 0.00 0.02 0.00 0.00 99.93 09:13:11 09:05:01 1 0.12 0.00 0.07 0.00 0.00 99.82 09:13:11 09:05:01 2 0.58 0.00 0.03 0.00 0.00 99.38 09:13:11 09:05:01 3 0.05 0.00 0.07 0.00 0.00 99.88 09:13:11 09:06:01 all 0.13 0.00 0.05 0.00 0.00 99.82 09:13:11 09:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:13:11 09:06:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:13:11 09:06:01 2 0.43 0.00 0.07 0.00 0.00 99.50 09:13:11 09:06:01 3 0.05 0.00 0.08 0.00 0.02 99.85 09:13:11 09:07:01 all 0.05 0.00 0.04 0.00 0.00 99.91 09:13:11 09:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:13:11 09:07:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:13:11 09:07:01 2 0.08 0.00 0.05 0.00 0.00 99.87 09:13:11 09:07:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:13:11 09:08:01 all 0.07 0.00 0.03 0.00 0.00 99.90 09:13:11 09:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:13:11 09:08:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:13:11 09:08:01 2 0.13 0.00 0.08 0.00 0.00 99.78 09:13:11 09:08:01 3 0.07 0.00 0.02 0.00 0.00 99.92 09:13:11 09:09:01 all 0.15 0.00 0.04 0.00 0.00 99.80 09:13:11 09:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:13:11 09:09:01 1 0.03 0.00 0.05 0.00 0.00 99.92 09:13:11 09:09:01 2 0.55 0.00 0.07 0.00 0.02 99.37 09:13:11 09:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:13:11 09:10:01 all 0.16 0.00 0.03 0.00 0.00 99.82 09:13:11 09:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:13:11 09:10:01 1 0.08 0.00 0.03 0.00 0.00 99.88 09:13:11 09:10:01 2 0.52 0.00 0.03 0.00 0.00 99.45 09:13:11 09:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:13:11 09:11:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:13:11 09:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:13:11 09:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:13:11 09:11:01 2 0.53 0.00 0.02 0.00 0.00 99.45 09:13:11 09:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:13:11 09:12:01 all 16.30 0.00 11.46 2.86 0.09 69.29 09:13:11 09:12:01 0 17.16 0.00 11.77 1.67 0.07 69.32 09:13:11 09:12:01 1 15.75 0.00 12.05 1.27 0.10 70.83 09:13:11 09:12:01 2 17.14 0.00 10.46 4.68 0.09 67.63 09:13:11 09:12:01 3 15.16 0.00 11.57 3.82 0.09 69.36 09:13:11 09:13:11 09:12:01 CPU %user %nice %system %iowait %steal %idle 09:13:11 09:13:02 all 10.81 0.00 8.12 4.49 0.07 76.52 09:13:11 09:13:02 0 9.30 0.00 8.00 3.11 0.05 79.54 09:13:11 09:13:02 1 13.60 0.00 8.73 4.52 0.07 73.08 09:13:11 09:13:02 2 11.11 0.00 8.10 6.24 0.08 74.47 09:13:11 09:13:02 3 9.22 0.00 7.64 4.09 0.07 78.99 09:13:11 Average: all 2.32 0.00 1.63 0.60 0.01 95.43 09:13:11 Average: 0 2.16 0.00 1.62 0.39 0.01 95.81 09:13:11 Average: 1 2.45 0.00 1.74 0.48 0.02 95.31 09:13:11 Average: 2 2.66 0.00 1.55 0.89 0.02 94.87 09:13:11 Average: 3 2.02 0.00 1.61 0.65 0.02 95.71 09:13:11 09:13:11 09:13:11