Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3660 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 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb (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 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 Commit message: "Merge pull request #606 from weichou1229/issue-574" > git rev-list --no-walk 7c4c0d3f86392776387b8f5017152b5a2948e7a9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:47:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:47:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:47:49 ========================================================= 20:47:49 EdgeX Global Pipelines Version Info 20:47:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:47:51 ------------------- 20:47:51 stable info: 20:47:51 ------------------- 20:47:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:47:51 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:47:51 Message: update stable to v1.0.191 20:47:52 ------------------- 20:47:52 experimental info: 20:47:52 ------------------- 20:47:52 Commited By: **** collab-it+edgex@linuxfoundation.org 20:47:52 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:47:52 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:47:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98a7dc1 [Pipeline] echo 20:47:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:47:53 + git log --format=format:%s -1 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb [Pipeline] echo 20:47:53 GIT_COMMIT: 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb, Commit Message: Merge pull request #606 from weichou1229/issue-574 [Pipeline] echo 20:47:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:47:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:47:55 20:47:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:47:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:47:55 latest: Pulling from edgex-devops/git-semver 20:47:55 31603596830f: Pulling fs layer 20:47:55 54011a49482f: Pulling fs layer 20:47:55 a6820b24f6d8: Pulling fs layer 20:47:55 f581987b2513: Pulling fs layer 20:47:55 f581987b2513: Waiting 20:47:55 54011a49482f: Verifying Checksum 20:47:55 54011a49482f: Download complete 20:47:55 31603596830f: Verifying Checksum 20:47:55 31603596830f: Download complete 20:47:55 f581987b2513: Verifying Checksum 20:47:55 f581987b2513: Download complete 20:47:55 a6820b24f6d8: Verifying Checksum 20:47:55 a6820b24f6d8: Download complete 20:47:55 31603596830f: Pull complete 20:47:56 54011a49482f: Pull complete 20:47:57 a6820b24f6d8: Pull complete 20:47:57 f581987b2513: Pull complete 20:47:57 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:47:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:47:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:47:57 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 20:47:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:47:59 $ docker top 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:48:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:48:00 [ssh-agent] Looking for ssh-agent implementation... 20:48:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:48:00 $ docker exec 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 ssh-agent 20:48:00 SSH_AUTH_SOCK=/tmp/ssh-KokzWIuyBcwA/agent.11 20:48:00 SSH_AGENT_PID=17 20:48:00 Running ssh-add (command line suppressed) 20:48:00 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3062973166193350123.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3062973166193350123.key) 20:48:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:48:00 + git tag --points-at HEAD [Pipeline] } 20:48:00 $ docker exec --env ******** --env ******** 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 ssh-agent -k 20:48:01 unset SSH_AUTH_SOCK; 20:48:01 unset SSH_AGENT_PID; 20:48:01 echo Agent pid 17 killed; 20:48:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:48:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:48:01 [ssh-agent] Looking for ssh-agent implementation... 20:48:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:48:01 $ docker exec 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 ssh-agent 20:48:01 SSH_AUTH_SOCK=/tmp/ssh-dB2sV5iqv9Oe/agent.47 20:48:01 SSH_AGENT_PID=52 20:48:01 Running ssh-add (command line suppressed) 20:48:01 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1008537408505477642.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1008537408505477642.key) 20:48:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:48:02 + git semver init 20:48:02 # -> Open(): unable to determine branch for HEAD 20:48:02 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 20:48:02 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 20:48:02 # $SEMVER_REMOTE_NAME = origin 20:48:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:48:02 # $SEMVER_USER_NAME = edgex-jenkins 20:48:02 # $SEMVER_BRANCH = master 20:48:02 # $SEMVER_TEMP = /tmp/semver-837648440 20:48:02 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 20:48:04 # '/tmp/semver-837648440' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 20:48:04 # -> Force: false 20:48:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 20:48:04 $ docker exec --env ******** --env ******** 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 ssh-agent -k 20:48:04 unset SSH_AUTH_SOCK; 20:48:04 unset SSH_AGENT_PID; 20:48:04 echo Agent pid 52 killed; 20:48:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:48:05 + git semver [Pipeline] } 20:48:05 $ docker stop --time=1 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 20:48:06 $ docker rm -f 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 [Pipeline] // withDockerContainer [Pipeline] sh 20:48:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:48:07 Stashed 1 file(s) [Pipeline] echo 20:48:07 [edgeXSemver]: initialized semver on version 2.0.0-dev.83 [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 20:48:22 Still waiting to schedule task 20:48:22 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3660’ 20:48:22 Still waiting to schedule task 20:48:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:50:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3661 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 20:50:11 Running in /w/workspace/go-mod-core-contracts/202 [Pipeline] { [Pipeline] checkout 20:50:16 using credential edgex-jenkins-ssh 20:50:16 Cloning the remote Git repository 20:50:16 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 20:50:16 > git init /w/workspace/go-mod-core-contracts/202 # timeout=10 20:50:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:50:16 > git --version # timeout=10 20:50:16 > git --version # 'git version 2.17.1' 20:50:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:50:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:50:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:50:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:50:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:50:18 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:50:18 Checking out Revision 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb (master) 20:50:18 > git config core.sparsecheckout # timeout=10 20:50:18 > git checkout -f 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 20:50:23 Commit message: "Merge pull request #606 from weichou1229/issue-574" 20:50:23 Running on prd-centos7-docker-4c-2g-3662 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 20:50:23 Running in /w/workspace/go-mod-core-contracts/202 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:50:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:50:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:50:25 + sudo service docker restart 20:50:25 + true 20:50:26 using credential edgex-jenkins-ssh 20:50:26 Cloning the remote Git repository 20:50:26 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 20:50:26 > git init /w/workspace/go-mod-core-contracts/202 # timeout=10 20:50:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:50:26 > git --version # timeout=10 20:50:26 > git --version # 'git version 2.24.3' 20:50:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:50:27 Checking out Revision 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb (master) 20:50:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:50:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:50:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:50:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:50:27 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:50:27 > git config core.sparsecheckout # timeout=10 20:50:27 > git checkout -f 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 [Pipeline] unstash [Pipeline] echo 20:50:28 ========================================================= 20:50:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:50:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:50:28 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:50:29 Sending build context to Docker daemon 3.089MB 20:50:29 Step 1/7 : ARG BASE=golang:1.16-alpine 20:50:29 Step 2/7 : FROM ${BASE} 20:50:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:50:30 595b0fe564bb: Pulling fs layer 20:50:30 7186ed65a4f7: Pulling fs layer 20:50:30 316046926c0a: Pulling fs layer 20:50:30 4ebd0625c992: Pulling fs layer 20:50:30 207e8628e3a3: Pulling fs layer 20:50:30 c791037a9be2: Pulling fs layer 20:50:30 ffd874e62e21: Pulling fs layer 20:50:30 4ebd0625c992: Waiting 20:50:30 207e8628e3a3: Waiting 20:50:30 c791037a9be2: Waiting 20:50:30 ffd874e62e21: Waiting 20:50:30 316046926c0a: Verifying Checksum 20:50:30 316046926c0a: Download complete 20:50:30 7186ed65a4f7: Download complete 20:50:30 207e8628e3a3: Verifying Checksum 20:50:30 207e8628e3a3: Download complete 20:50:30 c791037a9be2: Verifying Checksum 20:50:30 c791037a9be2: Download complete 20:50:30 595b0fe564bb: Verifying Checksum 20:50:30 595b0fe564bb: Download complete 20:50:31 595b0fe564bb: Pull complete 20:50:31 Commit message: "Merge pull request #606 from weichou1229/issue-574" 20:50:31 7186ed65a4f7: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:50:32 316046926c0a: Pull complete 20:50:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:50:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:50:33 + sudo service docker restart 20:50:33 + true 20:50:33 Redirecting to /bin/systemctl restart docker.service 20:50:33 ffd874e62e21: Verifying Checksum [Pipeline] unstash [Pipeline] echo 20:50:34 ========================================================= 20:50:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:50:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:50:34 4ebd0625c992: Verifying Checksum 20:50:34 4ebd0625c992: Download complete 20:50:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:50:35 Sending build context to Docker daemon 3.09MB 20:50:35 Step 1/7 : ARG BASE=golang:1.16-alpine 20:50:35 Step 2/7 : FROM ${BASE} 20:50:35 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:50:35 540db60ca938: Pulling fs layer 20:50:35 adcc1eea9eea: Pulling fs layer 20:50:35 4c4ab2625f07: Pulling fs layer 20:50:35 0510c868ecb4: Pulling fs layer 20:50:35 afea3b2eda06: Pulling fs layer 20:50:35 7809a108b3ef: Pulling fs layer 20:50:35 f706445af74f: Pulling fs layer 20:50:35 0510c868ecb4: Waiting 20:50:35 afea3b2eda06: Waiting 20:50:35 7809a108b3ef: Waiting 20:50:35 f706445af74f: Waiting 20:50:35 4c4ab2625f07: Verifying Checksum 20:50:35 4c4ab2625f07: Download complete 20:50:35 adcc1eea9eea: Download complete 20:50:35 afea3b2eda06: Verifying Checksum 20:50:35 afea3b2eda06: Download complete 20:50:35 7809a108b3ef: Verifying Checksum 20:50:35 7809a108b3ef: Download complete 20:50:35 540db60ca938: Verifying Checksum 20:50:35 540db60ca938: Download complete 20:50:36 540db60ca938: Pull complete 20:50:36 adcc1eea9eea: Pull complete 20:50:36 4c4ab2625f07: Pull complete 20:50:37 f706445af74f: Verifying Checksum 20:50:37 f706445af74f: Download complete 20:50:38 0510c868ecb4: Verifying Checksum 20:50:38 0510c868ecb4: Download complete 20:50:43 0510c868ecb4: Pull complete 20:50:43 afea3b2eda06: Pull complete 20:50:43 7809a108b3ef: Pull complete 20:50:44 4ebd0625c992: Pull complete 20:50:44 207e8628e3a3: Pull complete 20:50:45 c791037a9be2: Pull complete 20:50:48 ffd874e62e21: Pull complete 20:50:48 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:50:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:50:48 ---> cfc18b08335c 20:50:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:50:51 f706445af74f: Pull complete 20:50:51 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:50:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:50:51 ---> b068be0155e3 20:50:51 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:50:52 ---> Running in 14f0902cde78 20:50:52 Removing intermediate container 14f0902cde78 20:50:52 ---> 4a5016bb82e9 20:50:52 Step 4/7 : RUN apk add bash 20:50:52 ---> Running in f56e598fcf04 20:50:52 ---> Running in 21becb65a8ea 20:50:52 Removing intermediate container 21becb65a8ea 20:50:52 ---> f7c8992e9f97 20:50:52 Step 4/7 : RUN apk add bash 20:50:52 ---> Running in 923dcd937b2e 20:50:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:50:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:50:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:50:54 OK: 149 MiB in 40 packages 20:50:55 Removing intermediate container f56e598fcf04 20:50:55 ---> ffa4b05853f1 20:50:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:50:55 ---> Running in 2482f6843e90 20:50:55 Removing intermediate container 2482f6843e90 20:50:55 ---> 7946be1deb7f 20:50:55 Step 6/7 : COPY go.mod . 20:50:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:50:55 ---> 6388fccbfe03 20:50:55 Step 7/7 : RUN go mod download 20:50:55 ---> Running in 8aa8badc1dda 20:50:59 OK: 138 MiB in 40 packages 20:51:00 Removing intermediate container 923dcd937b2e 20:51:00 ---> 1730ce3a0951 20:51:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:51:00 ---> Running in 3c4ea3d7d47e 20:51:01 Removing intermediate container 3c4ea3d7d47e 20:51:01 ---> 358e77b56481 20:51:01 Step 6/7 : COPY go.mod . 20:51:01 ---> 2dd42ef0351e 20:51:01 Step 7/7 : RUN go mod download 20:51:02 ---> Running in 7115f2227c0f 20:51:10 Removing intermediate container 8aa8badc1dda 20:51:10 ---> dc8e85e8a292 20:51:10 Successfully built dc8e85e8a292 20:51:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:51:10 + docker inspect -f . ci-base-image-x86_64 20:51:10 . [Pipeline] withDockerContainer 20:51:11 prd-centos7-docker-4c-2g-3662 does not seem to be running inside a container 20:51:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/202 -v /w/workspace/go-mod-core-contracts/202:/w/workspace/go-mod-core-contracts/202:rw,z -v /w/workspace/go-mod-core-contracts/202@tmp:/w/workspace/go-mod-core-contracts/202@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 20:51:11 $ docker top 524b2a5d37c9b9752d06cd637b5abc9b64d9787c59c774a40bdee1b996abd840 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:12 + go version 20:51:12 go version go1.16.3 linux/amd64 [Pipeline] } 20:51:12 $ docker stop --time=1 524b2a5d37c9b9752d06cd637b5abc9b64d9787c59c774a40bdee1b996abd840 20:51:13 $ docker rm -f 524b2a5d37c9b9752d06cd637b5abc9b64d9787c59c774a40bdee1b996abd840 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:14 + docker inspect -f . ci-base-image-x86_64 20:51:14 . [Pipeline] withDockerContainer 20:51:14 prd-centos7-docker-4c-2g-3662 does not seem to be running inside a container 20:51:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/202 -v /w/workspace/go-mod-core-contracts/202:/w/workspace/go-mod-core-contracts/202:rw,z -v /w/workspace/go-mod-core-contracts/202@tmp:/w/workspace/go-mod-core-contracts/202@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 20:51:14 $ docker top dd361cab4f1feca061eeb08c34f141a47d74713f641d404c57b79dbadd12db34 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:15 + go mod tidy [Pipeline] sh 20:51:15 + make test 20:51:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:51:20 Removing intermediate container 7115f2227c0f 20:51:20 ---> 4c5c53b41334 20:51:20 Successfully built 4c5c53b41334 20:51:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:51:20 + docker inspect -f . ci-base-image-arm64 20:51:20 . [Pipeline] withDockerContainer 20:51:21 prd-ubuntu18.04-docker-arm64-4c-16g-3661 does not seem to be running inside a container 20:51:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/202 -v /w/workspace/go-mod-core-contracts/202:/w/workspace/go-mod-core-contracts/202:rw,z -v /w/workspace/go-mod-core-contracts/202@tmp:/w/workspace/go-mod-core-contracts/202@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 20:51:22 $ docker top 9a00823cc50542c5443788a40139913466563771b8dd6c8d6d9a6f6164f04fee -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:23 + go version 20:51:23 go version go1.16.3 linux/arm64 [Pipeline] } 20:51:23 $ docker stop --time=1 9a00823cc50542c5443788a40139913466563771b8dd6c8d6d9a6f6164f04fee 20:51:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 20:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements 20:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.022s coverage: 100.0% of statements 20:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.034s coverage: 45.4% of statements 20:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.011s coverage: 77.8% of statements 20:51:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 20:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.004s coverage: 26.3% of statements 20:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.026s coverage: 14.7% of statements 20:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 20:51:25 $ docker rm -f 9a00823cc50542c5443788a40139913466563771b8dd6c8d6d9a6f6164f04fee 20:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.035s coverage: 91.8% of statements 20:51:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 20:51:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 20:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.011s coverage: 35.5% of statements 20:51:26 + docker inspect -f . ci-base-image-arm64 20:51:26 . [Pipeline] withDockerContainer 20:51:26 prd-ubuntu18.04-docker-arm64-4c-16g-3661 does not seem to be running inside a container 20:51:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/202 -v /w/workspace/go-mod-core-contracts/202:/w/workspace/go-mod-core-contracts/202:rw,z -v /w/workspace/go-mod-core-contracts/202@tmp:/w/workspace/go-mod-core-contracts/202@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 20:51:28 $ docker top 3e91b8f2947c87e84e44f0b483f2f6e4777f18ed5fe0249c88505e0a0b4bbea7 -eo pid,comm 20:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.048s coverage: 63.0% of statements 20:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements 20:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements 20:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements 20:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.035s coverage: 14.3% of statements [Pipeline] { [Pipeline] sh 20:51:29 + go mod tidy 20:51:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 20:51:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [Pipeline] sh 20:51:30 + make test 20:51:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:51:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.083s coverage: 82.9% of statements 20:51:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 20:51:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 20:51:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 20:51:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.024s coverage: 45.4% of statements 20:51:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.069s coverage: 94.7% of statements 20:51:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.064s coverage: 86.3% of statements 20:51:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 60.5% of statements 20:51:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.009s coverage: 58.2% of statements 20:51:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:51:39 gofmt -l . 20:51:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:51:39 $ docker stop --time=1 dd361cab4f1feca061eeb08c34f141a47d74713f641d404c57b79dbadd12db34 20:51:41 $ docker rm -f dd361cab4f1feca061eeb08c34f141a47d74713f641d404c57b79dbadd12db34 [Pipeline] // withDockerContainer [Pipeline] sh 20:51:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:51:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:51:43 ---> job-cost.sh 20:51:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-g75K 20:51:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 20:51:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements 20:51:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.055s coverage: 100.0% of statements 20:51:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:51:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.076s coverage: 45.4% of statements 20:51:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.053s coverage: 77.8% of statements 20:51:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 20:52:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.023s coverage: 26.3% of statements 20:52:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.067s coverage: 14.7% of statements 20:52:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.052s coverage: 100.0% of statements 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.078s coverage: 91.8% of statements 20:52:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 20:52:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.023s coverage: 100.0% of statements 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.029s coverage: 35.5% of statements 20:52:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.092s coverage: 63.0% of statements 20:52:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements 20:52:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.011s coverage: 15.4% of statements 20:52:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.024s coverage: 15.4% of statements 20:52:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.069s coverage: 14.3% of statements 20:52:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 20:52:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 20:52:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.230s coverage: 82.9% of statements 20:52:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 20:52:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 20:52:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 20:52:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.073s coverage: 45.4% of statements 20:52:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.031s coverage: 94.7% of statements 20:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.182s coverage: 86.3% of statements 20:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.082s coverage: 60.5% of statements 20:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.033s coverage: 58.2% of statements 20:52:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:52:24 lf-activate-venv(): INFO: Adding /tmp/venv-g75K/bin to PATH 20:52:24 INFO: No Stack... 20:52:25 INFO: Retrieving Pricing Info for: v1-standard-2 20:52:26 INFO: Archiving Costs [Pipeline] sh 20:52:26 + cat /w/workspace/go-mod-core-contracts/202/archives/cost.csv 20:52:26 + cut -d, -f6 [Pipeline] lock 20:52:26 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] 20:52:26 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] did not exist. Created. 20:52:26 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:52:26 + echo total: 0.029999999329447746 [Pipeline] stash 20:52:27 Stashed 1 file(s) [Pipeline] } 20:52:27 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:52:38 gofmt -l . 20:52:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:52:38 $ docker stop --time=1 3e91b8f2947c87e84e44f0b483f2f6e4777f18ed5fe0249c88505e0a0b4bbea7 20:52:40 $ docker rm -f 3e91b8f2947c87e84e44f0b483f2f6e4777f18ed5fe0249c88505e0a0b4bbea7 [Pipeline] // withDockerContainer [Pipeline] sh 20:52:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:52:41 Warning: overwriting stash ‘coverage-report’ 20:52:42 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 20:52:42 ---> job-cost.sh 20:52:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RcQi 20:53:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:54:43 lf-activate-venv(): INFO: Adding /tmp/venv-RcQi/bin to PATH 20:54:43 INFO: No Stack... 20:54:43 INFO: Retrieving Pricing Info for: lf-standard-4 20:54:43 INFO: Archiving Costs [Pipeline] sh 20:54:43 + cat /w/workspace/go-mod-core-contracts/202/archives/cost.csv 20:54:43 + cut -d, -f6 [Pipeline] lock 20:54:43 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] 20:54:43 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] did not exist. Created. 20:54:43 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:54:44 /w/workspace/go-mod-core-contracts/202@tmp/durable-4b0762cb/script.sh: 1: /w/workspace/go-mod-core-contracts/202@tmp/durable-4b0762cb/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:54:44 + echo total: 0.20999999344348907 [Pipeline] stash 20:54:44 Warning: overwriting stash ‘stack-cost’ 20:54:44 Stashed 1 file(s) [Pipeline] } 20:54:44 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-202-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 20:54:45 provisioning config files... 20:54:45 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4717143438315281358tmp [Pipeline] { [Pipeline] sh 20:54:45 + set +x 20:54:45 + curl -s https://codecov.io/bash 20:54:45 + bash -s -- 20:54:46 20:54:46 _____ _ 20:54:46 / ____| | | 20:54:46 | | ___ __| | ___ ___ _____ __ 20:54:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:54:46 | |___| (_) | (_| | __/ (_| (_) \ V / 20:54:46 \_____\___/ \__,_|\___|\___\___/ \_/ 20:54:46 Bash-1.0.2 20:54:46 20:54:46 20:54:46 ==> git version 2.24.3 found 20:54:46 ==> 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 20:54:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:54:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:54:46 ==> Jenkins CI detected. 20:54:46 project root: . 20:54:46 --> token set from env 20:54:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:54:46 ==> Running gcov in . (disable via -X gcov) 20:54:46 ==> Python coveragepy not found 20:54:46 ==> Searching for coverage reports in: 20:54:46 + . 20:54:46 -> Found 1 reports 20:54:46 ==> Detecting git/mercurial file structure 20:54:46 ==> Reading reports 20:54:46 + ./coverage.out bytes=175053 20:54:46 ==> Appending adjustments 20:54:46 https://docs.codecov.io/docs/fixing-reports 20:54:47 + Found adjustments 20:54:47 ==> Gzipping contents 20:54:47 28K /tmp/codecov.zUDzX2.gz 20:54:47 ==> Uploading reports 20:54:47 url: https://codecov.io 20:54:47 query: branch=master&commit=98a7dc1ab8e1cd369d44dda4f248af720b9e02eb&build=202&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F202%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 20:54:47 -> Pinging Codecov 20:54:47 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=98a7dc1ab8e1cd369d44dda4f248af720b9e02eb&build=202&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F202%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 20:54:47 -> Uploading to 20:54:47 https://storage.googleapis.com/codecov/v4/raw/2021-05-07/71470A77251A30514AAF9C0BB2E5B6CE/98a7dc1ab8e1cd369d44dda4f248af720b9e02eb/c4232c05-ac90-4c62-816d-02059e8d6083.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T205447Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=904095253c71d5f47dd870b7252b6c94d2a31e0e1ddfd14384d9b74dd1295c46 20:54:47 % Total % Received % Xferd Average Speed Time Time Time Current 20:54:47 Dload Upload Total Spent Left Speed 20:54:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25700 0 0 100 25700 0 60163 --:--:-- --:--:-- --:--:-- 60187 20:54:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/98a7dc1ab8e1cd369d44dda4f248af720b9e02eb [Pipeline] } 20:54:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:54:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:54:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:54:49 20:54:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:54:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:54:49 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:54:49 188c0c94c7c5: Pulling fs layer 20:54:49 0ef7d3d256c8: Pulling fs layer 20:54:49 de9db76c5a1d: Pulling fs layer 20:54:49 0eba1c9be4d2: Pulling fs layer 20:54:49 0d57e429df01: Pulling fs layer 20:54:49 4e4be7b47b0d: Pulling fs layer 20:54:49 e1f770b5df2f: Pulling fs layer 20:54:49 85a0685a4137: Pulling fs layer 20:54:49 0eba1c9be4d2: Waiting 20:54:49 0d57e429df01: Waiting 20:54:49 4e4be7b47b0d: Waiting 20:54:49 e1f770b5df2f: Waiting 20:54:49 85a0685a4137: Waiting 20:54:49 de9db76c5a1d: Verifying Checksum 20:54:49 de9db76c5a1d: Download complete 20:54:49 0ef7d3d256c8: Verifying Checksum 20:54:49 0ef7d3d256c8: Download complete 20:54:49 0d57e429df01: Verifying Checksum 20:54:49 0d57e429df01: Download complete 20:54:49 4e4be7b47b0d: Verifying Checksum 20:54:49 4e4be7b47b0d: Download complete 20:54:50 188c0c94c7c5: Verifying Checksum 20:54:50 188c0c94c7c5: Download complete 20:54:50 188c0c94c7c5: Pull complete 20:54:50 0ef7d3d256c8: Pull complete 20:54:50 de9db76c5a1d: Pull complete 20:54:51 e1f770b5df2f: Verifying Checksum 20:54:51 e1f770b5df2f: Download complete 20:54:54 85a0685a4137: Verifying Checksum 20:54:54 85a0685a4137: Download complete 20:54:54 0eba1c9be4d2: Verifying Checksum 20:54:54 0eba1c9be4d2: Download complete 20:54:59 0eba1c9be4d2: Pull complete 20:55:00 0d57e429df01: Pull complete 20:55:00 4e4be7b47b0d: Pull complete 20:55:02 e1f770b5df2f: Pull complete 20:55:10 85a0685a4137: Pull complete 20:55:10 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:55:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:55:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:55:11 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 20:55:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:55:12 $ docker top 4fa7b541b42f4bcb4e25dead30b2e868434c62e87d11575e133cef6efb5f71d5 -eo pid,comm [Pipeline] { [Pipeline] echo 20:55:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:55:12 + set -o pipefail 20:55:12 + snyk monitor '--org=edgex-jenkins' 20:55:19 20:55:19 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 20:55:19 20:55:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/59bffc29-3796-4a6e-b437-01a89ee92780 20:55:19 20:55:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:55:19 20:55:19 [Pipeline] } 20:55:19 $ docker stop --time=1 4fa7b541b42f4bcb4e25dead30b2e868434c62e87d11575e133cef6efb5f71d5 20:55:22 $ docker rm -f 4fa7b541b42f4bcb4e25dead30b2e868434c62e87d11575e133cef6efb5f71d5 [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 20:55:23 + git log --format=format:%s -1 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb [Pipeline] isUnix [Pipeline] sh 20:55:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:23 . [Pipeline] withDockerContainer 20:55:23 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 20:55:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:55:24 $ docker top b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:24 [ssh-agent] Looking for ssh-agent implementation... 20:55:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:25 $ docker exec b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 ssh-agent 20:55:25 SSH_AUTH_SOCK=/tmp/ssh-taGTl8QcbmxS/agent.11 20:55:25 SSH_AGENT_PID=16 20:55:25 Running ssh-add (command line suppressed) 20:55:25 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4449399437150190444.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4449399437150190444.key) 20:55:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:25 + git semver tag 20:55:25 # -> Open(): unable to determine branch for HEAD 20:55:25 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 20:55:25 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 20:55:25 # $SEMVER_REMOTE_NAME = origin 20:55:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:25 # $SEMVER_USER_NAME = edgex-jenkins 20:55:25 # $SEMVER_BRANCH = master 20:55:25 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 20:55:25 # 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb HEAD 20:55:26 # -> Force: false 20:55:26 # e261edf029e0685f3cd1bf588403fc3731a385ac refs/tags/v2.0.0-dev.83 [Pipeline] } 20:55:26 $ docker exec --env ******** --env ******** b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 ssh-agent -k 20:55:26 unset SSH_AUTH_SOCK; 20:55:26 unset SSH_AGENT_PID; 20:55:26 echo Agent pid 16 killed; 20:55:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:26 + git semver [Pipeline] } 20:55:26 $ docker stop --time=1 b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 20:55:28 $ docker rm -f b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:55:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:55:28 20:55:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:55:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:55:28 0.23.1-centos7: Pulling from edgex-lftools 20:55:28 ab5ef0e58194: Pulling fs layer 20:55:28 9712f1f96733: Pulling fs layer 20:55:28 63f879dbbcfc: Pulling fs layer 20:55:28 0d9ebad4ef96: Pulling fs layer 20:55:28 e9a5061849ea: Pulling fs layer 20:55:28 d747dcd14b5f: Pulling fs layer 20:55:28 2de7ff778b66: Pulling fs layer 20:55:28 e9a5061849ea: Waiting 20:55:28 d747dcd14b5f: Waiting 20:55:28 2de7ff778b66: Waiting 20:55:28 0d9ebad4ef96: Waiting 20:55:28 9712f1f96733: Verifying Checksum 20:55:28 9712f1f96733: Download complete 20:55:30 63f879dbbcfc: Verifying Checksum 20:55:30 63f879dbbcfc: Download complete 20:55:30 e9a5061849ea: Verifying Checksum 20:55:30 e9a5061849ea: Download complete 20:55:31 d747dcd14b5f: Verifying Checksum 20:55:31 d747dcd14b5f: Download complete 20:55:31 2de7ff778b66: Verifying Checksum 20:55:31 2de7ff778b66: Download complete 20:55:31 0d9ebad4ef96: Verifying Checksum 20:55:31 0d9ebad4ef96: Download complete 20:55:31 ab5ef0e58194: Verifying Checksum 20:55:31 ab5ef0e58194: Download complete 20:55:35 ab5ef0e58194: Pull complete 20:55:35 9712f1f96733: Pull complete 20:55:38 63f879dbbcfc: Pull complete 20:55:45 0d9ebad4ef96: Pull complete 20:55:46 e9a5061849ea: Pull complete 20:55:46 d747dcd14b5f: Pull complete 20:55:48 2de7ff778b66: Pull complete 20:55:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:55:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:55:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:55:49 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 20:55:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:55:53 $ docker top a488822c68663f3daa7da71a13ca96c6cb127583d129aefc0eb5b6f45479dec2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:55:53 provisioning config files... 20:55:53 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9090337419728943112tmp 20:55:53 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3722376876330096739tmp 20:55:53 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config845077883231973775tmp [Pipeline] { [Pipeline] echo 20:55:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:55:53 ---> sigul-configuration.sh 20:55:53 gpg: directory `/root/.gnupg' created 20:55:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:55:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:55:53 gpg: keyring `/root/.gnupg/secring.gpg' created 20:55:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:55:53 gpg: CAST5 encrypted data 20:55:53 gpg: encrypted with 1 passphrase 20:55:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:55:54 + mkdir /home/jenkins 20:55:54 + mkdir /home/jenkins/sigul [Pipeline] sh 20:55:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:55:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:55:54 ---> sigul-install.sh 20:56:03 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:56:03 + git tag --list 20:56:03 v0.0.0 20:56:03 v0.0.1 20:56:03 v0.1.0 20:56:03 v0.1.1 20:56:03 v0.1.10 20:56:03 v0.1.100 20:56:03 v0.1.101 20:56:03 v0.1.102 20:56:03 v0.1.103 20:56:03 v0.1.104 20:56:03 v0.1.105 20:56:03 v0.1.106 20:56:03 v0.1.107 20:56:03 v0.1.108 20:56:03 v0.1.109 20:56:03 v0.1.11 20:56:03 v0.1.110 20:56:03 v0.1.111 20:56:03 v0.1.112 20:56:03 v0.1.113 20:56:03 v0.1.114 20:56:03 v0.1.115 20:56:03 v0.1.116 20:56:03 v0.1.117 20:56:03 v0.1.118 20:56:03 v0.1.119 20:56:03 v0.1.12 20:56:03 v0.1.120 20:56:03 v0.1.121 20:56:03 v0.1.122 20:56:03 v0.1.123 20:56:03 v0.1.124 20:56:03 v0.1.125 20:56:03 v0.1.126 20:56:03 v0.1.127 20:56:03 v0.1.128 20:56:03 v0.1.129 20:56:03 v0.1.13 20:56:03 v0.1.130 20:56:03 v0.1.131 20:56:03 v0.1.132 20:56:03 v0.1.133 20:56:03 v0.1.134 20:56:03 v0.1.135 20:56:03 v0.1.136 20:56:03 v0.1.137 20:56:03 v0.1.138 20:56:03 v0.1.139 20:56:03 v0.1.14 20:56:03 v0.1.140 20:56:03 v0.1.141 20:56:03 v0.1.142 20:56:03 v0.1.143 20:56:03 v0.1.144 20:56:03 v0.1.145 20:56:03 v0.1.146 20:56:03 v0.1.147 20:56:03 v0.1.148 20:56:03 v0.1.149 20:56:03 v0.1.15 20:56:03 v0.1.16 20:56:03 v0.1.17 20:56:03 v0.1.18 20:56:03 v0.1.19 20:56:03 v0.1.2 20:56:03 v0.1.20 20:56:03 v0.1.21 20:56:03 v0.1.22 20:56:03 v0.1.23 20:56:03 v0.1.24 20:56:03 v0.1.25 20:56:03 v0.1.26 20:56:03 v0.1.27 20:56:03 v0.1.28 20:56:03 v0.1.29 20:56:03 v0.1.3 20:56:03 v0.1.30 20:56:03 v0.1.31 20:56:03 v0.1.32 20:56:03 v0.1.33 20:56:03 v0.1.34 20:56:03 v0.1.35 20:56:03 v0.1.36 20:56:03 v0.1.37 20:56:03 v0.1.38 20:56:03 v0.1.39 20:56:03 v0.1.4 20:56:03 v0.1.40 20:56:03 v0.1.41 20:56:03 v0.1.42 20:56:03 v0.1.43 20:56:03 v0.1.44 20:56:03 v0.1.45 20:56:03 v0.1.46 20:56:03 v0.1.47 20:56:03 v0.1.48 20:56:03 v0.1.49 20:56:03 v0.1.5 20:56:03 v0.1.50 20:56:03 v0.1.51 20:56:03 v0.1.52 20:56:03 v0.1.53 20:56:03 v0.1.54 20:56:03 v0.1.55 20:56:03 v0.1.56 20:56:03 v0.1.57 20:56:03 v0.1.58 20:56:03 v0.1.59 20:56:03 v0.1.6 20:56:03 v0.1.60 20:56:03 v0.1.61 20:56:03 v0.1.62 20:56:03 v0.1.63 20:56:03 v0.1.64 20:56:03 v0.1.65 20:56:03 v0.1.66 20:56:03 v0.1.67 20:56:03 v0.1.68 20:56:03 v0.1.69 20:56:03 v0.1.7 20:56:03 v0.1.70 20:56:03 v0.1.71 20:56:03 v0.1.72 20:56:03 v0.1.73 20:56:03 v0.1.74 20:56:03 v0.1.75 20:56:03 v0.1.76 20:56:03 v0.1.77 20:56:03 v0.1.78 20:56:03 v0.1.79 20:56:03 v0.1.8 20:56:03 v0.1.80 20:56:03 v0.1.81 20:56:03 v0.1.82 20:56:03 v0.1.83 20:56:03 v0.1.84 20:56:03 v0.1.85 20:56:03 v0.1.86 20:56:03 v0.1.87 20:56:03 v0.1.88 20:56:03 v0.1.89 20:56:03 v0.1.9 20:56:03 v0.1.90 20:56:03 v0.1.91 20:56:03 v0.1.92 20:56:03 v0.1.93 20:56:03 v0.1.94 20:56:03 v0.1.95 20:56:03 v0.1.96 20:56:03 v0.1.97 20:56:03 v0.1.98 20:56:03 v0.1.99 20:56:03 v2.0.0-dev.1 20:56:03 v2.0.0-dev.10 20:56:03 v2.0.0-dev.11 20:56:03 v2.0.0-dev.12 20:56:03 v2.0.0-dev.13 20:56:03 v2.0.0-dev.14 20:56:03 v2.0.0-dev.15 20:56:03 v2.0.0-dev.16 20:56:03 v2.0.0-dev.17 20:56:03 v2.0.0-dev.18 20:56:03 v2.0.0-dev.19 20:56:03 v2.0.0-dev.2 20:56:03 v2.0.0-dev.20 20:56:03 v2.0.0-dev.21 20:56:03 v2.0.0-dev.22 20:56:03 v2.0.0-dev.23 20:56:03 v2.0.0-dev.24 20:56:03 v2.0.0-dev.25 20:56:03 v2.0.0-dev.26 20:56:03 v2.0.0-dev.27 20:56:03 v2.0.0-dev.28 20:56:03 v2.0.0-dev.29 20:56:03 v2.0.0-dev.3 20:56:03 v2.0.0-dev.30 20:56:03 v2.0.0-dev.31 20:56:03 v2.0.0-dev.32 20:56:03 v2.0.0-dev.33 20:56:03 v2.0.0-dev.34 20:56:03 v2.0.0-dev.35 20:56:03 v2.0.0-dev.36 20:56:03 v2.0.0-dev.37 20:56:03 v2.0.0-dev.38 20:56:03 v2.0.0-dev.39 20:56:03 v2.0.0-dev.4 20:56:03 v2.0.0-dev.40 20:56:03 v2.0.0-dev.41 20:56:03 v2.0.0-dev.42 20:56:03 v2.0.0-dev.43 20:56:03 v2.0.0-dev.44 20:56:03 v2.0.0-dev.45 20:56:03 v2.0.0-dev.46 20:56:03 v2.0.0-dev.47 20:56:03 v2.0.0-dev.48 20:56:03 v2.0.0-dev.49 20:56:03 v2.0.0-dev.5 20:56:03 v2.0.0-dev.50 20:56:03 v2.0.0-dev.51 20:56:03 v2.0.0-dev.52 20:56:03 v2.0.0-dev.53 20:56:03 v2.0.0-dev.54 20:56:03 v2.0.0-dev.55 20:56:03 v2.0.0-dev.56 20:56:03 v2.0.0-dev.57 20:56:03 v2.0.0-dev.58 20:56:03 v2.0.0-dev.59 20:56:03 v2.0.0-dev.6 20:56:03 v2.0.0-dev.60 20:56:03 v2.0.0-dev.61 20:56:03 v2.0.0-dev.62 20:56:03 v2.0.0-dev.63 20:56:03 v2.0.0-dev.64 20:56:03 v2.0.0-dev.65 20:56:03 v2.0.0-dev.66 20:56:03 v2.0.0-dev.67 20:56:03 v2.0.0-dev.68 20:56:03 v2.0.0-dev.69 20:56:03 v2.0.0-dev.7 20:56:03 v2.0.0-dev.70 20:56:03 v2.0.0-dev.71 20:56:03 v2.0.0-dev.72 20:56:03 v2.0.0-dev.73 20:56:03 v2.0.0-dev.74 20:56:03 v2.0.0-dev.75 20:56:03 v2.0.0-dev.76 20:56:03 v2.0.0-dev.77 20:56:03 v2.0.0-dev.78 20:56:03 v2.0.0-dev.79 20:56:03 v2.0.0-dev.8 20:56:03 v2.0.0-dev.80 20:56:03 v2.0.0-dev.81 20:56:03 v2.0.0-dev.82 20:56:03 v2.0.0-dev.83 20:56:03 v2.0.0-dev.9 [Pipeline] sh 20:56:03 + lftools sign git-tag v2.0.0-dev.83 20:56:05 Signing Git tag with Sigul... 20:56:05 Signing v2.0.0-dev.83 [Pipeline] echo 20:56:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:56:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:56:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:56:06 $ docker stop --time=1 a488822c68663f3daa7da71a13ca96c6cb127583d129aefc0eb5b6f45479dec2 20:56:08 $ docker rm -f a488822c68663f3daa7da71a13ca96c6cb127583d129aefc0eb5b6f45479dec2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:56:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:08 . [Pipeline] withDockerContainer 20:56:08 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 20:56:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:56:09 $ docker top 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:09 [ssh-agent] Looking for ssh-agent implementation... 20:56:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:09 $ docker exec 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 ssh-agent 20:56:10 SSH_AUTH_SOCK=/tmp/ssh-tgiXQb97OWlX/agent.11 20:56:10 SSH_AGENT_PID=16 20:56:10 Running ssh-add (command line suppressed) 20:56:10 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7084311987213054411.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7084311987213054411.key) 20:56:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:10 + git semver bump pre 20:56:10 # -> Open(): unable to determine branch for HEAD 20:56:10 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 20:56:10 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 20:56:10 # $SEMVER_REMOTE_NAME = origin 20:56:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:10 # $SEMVER_USER_NAME = edgex-jenkins 20:56:10 # $SEMVER_BRANCH = master 20:56:10 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 20:56:10 2.0.0-dev.84 [Pipeline] } 20:56:10 $ docker exec --env ******** --env ******** 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 ssh-agent -k 20:56:10 unset SSH_AUTH_SOCK; 20:56:10 unset SSH_AGENT_PID; 20:56:10 echo Agent pid 16 killed; 20:56:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:11 + git semver [Pipeline] } 20:56:11 $ docker stop --time=1 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 20:56:12 $ docker rm -f 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:56:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:13 . [Pipeline] withDockerContainer 20:56:13 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 20:56:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:56:13 $ docker top a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:14 [ssh-agent] Looking for ssh-agent implementation... 20:56:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:14 $ docker exec a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 ssh-agent 20:56:14 SSH_AUTH_SOCK=/tmp/ssh-m2zJXAjGk774/agent.11 20:56:14 SSH_AGENT_PID=16 20:56:14 Running ssh-add (command line suppressed) 20:56:14 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1710788901347951514.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1710788901347951514.key) 20:56:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:15 + git semver push 20:56:15 # -> Open(): unable to determine branch for HEAD 20:56:15 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 20:56:15 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 20:56:15 # $SEMVER_REMOTE_NAME = origin 20:56:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:15 # $SEMVER_USER_NAME = edgex-jenkins 20:56:15 # $SEMVER_BRANCH = master 20:56:15 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 20:56:19 $ docker exec --env ******** --env ******** a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 ssh-agent -k 20:56:19 unset SSH_AUTH_SOCK; 20:56:19 unset SSH_AGENT_PID; 20:56:19 echo Agent pid 16 killed; 20:56:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:19 + git semver [Pipeline] } 20:56:19 $ docker stop --time=1 a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 20:56:21 $ docker rm -f a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 [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 20:56:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:56:23 ---> package-listing.sh 20:56:23 ++ facter osfamily 20:56:23 ++ tr '[:upper:]' '[:lower:]' 20:56:23 + OS_FAMILY=redhat 20:56:23 + workspace=/w/workspace/dry_go-mod-core-contracts_master 20:56:23 + START_PACKAGES=/tmp/packages_start.txt 20:56:23 + END_PACKAGES=/tmp/packages_end.txt 20:56:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:56:23 + PACKAGES=/tmp/packages_start.txt 20:56:23 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 20:56:23 + PACKAGES=/tmp/packages_end.txt 20:56:23 + case "${OS_FAMILY}" in 20:56:23 + rpm -qa 20:56:23 + sort 20:56:28 + '[' -f /tmp/packages_start.txt ']' 20:56:28 + '[' -f /tmp/packages_end.txt ']' 20:56:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:56:28 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 20:56:28 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 20:56:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 20:56:28 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 20:56:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:56:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:29 20:56:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:56:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:29 alpine: Pulling from edgex-lftools-log-publisher 20:56:29 df20fa9351a1: Pulling fs layer 20:56:29 36b3adc4ff6f: Pulling fs layer 20:56:29 8ad3a11d3b57: Pulling fs layer 20:56:29 46f8f816bc3b: Pulling fs layer 20:56:29 93b61091891f: Pulling fs layer 20:56:29 93b9cdb0e59b: Pulling fs layer 20:56:29 5e14af77c1be: Pulling fs layer 20:56:29 01666e4c0597: Pulling fs layer 20:56:29 aa168da1d23b: Pulling fs layer 20:56:29 46f8f816bc3b: Waiting 20:56:29 93b61091891f: Waiting 20:56:29 5e14af77c1be: Waiting 20:56:29 01666e4c0597: Waiting 20:56:29 aa168da1d23b: Waiting 20:56:29 93b9cdb0e59b: Waiting 20:56:29 36b3adc4ff6f: Download complete 20:56:29 46f8f816bc3b: Verifying Checksum 20:56:29 46f8f816bc3b: Download complete 20:56:29 df20fa9351a1: Download complete 20:56:29 93b9cdb0e59b: Verifying Checksum 20:56:29 93b9cdb0e59b: Download complete 20:56:29 5e14af77c1be: Download complete 20:56:29 93b61091891f: Download complete 20:56:29 01666e4c0597: Verifying Checksum 20:56:29 01666e4c0597: Download complete 20:56:29 8ad3a11d3b57: Verifying Checksum 20:56:29 8ad3a11d3b57: Download complete 20:56:30 df20fa9351a1: Pull complete 20:56:30 36b3adc4ff6f: Pull complete 20:56:31 8ad3a11d3b57: Pull complete 20:56:32 aa168da1d23b: Verifying Checksum 20:56:32 aa168da1d23b: Download complete 20:56:32 46f8f816bc3b: Pull complete 20:56:33 93b61091891f: Pull complete 20:56:33 93b9cdb0e59b: Pull complete 20:56:33 5e14af77c1be: Pull complete 20:56:33 01666e4c0597: Pull complete 20:56:41 aa168da1d23b: Pull complete 20:56:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:56:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:56:41 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 20:56:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:56:44 $ docker top fd52c9cc5a7b0c5b058a6a360b31a503a6d317ce242a48aba798af3732131c32 -eo pid,comm [Pipeline] { [Pipeline] sh 20:56:44 + touch /tmp/pre-build-complete [Pipeline] sh 20:56:45 + mkdir -p /var/log/sa [Pipeline] sh 20:56:45 + ls /var/log/sa-host 20:56:45 + sadf -c /var/log/sa-host/sa07 20:56:45 file_magic: OK 20:56:45 HZ: Using current value: 100 20:56:45 file_header: OK 20:56:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:56:45 Statistics: 20:56:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:56:45 File successfully converted to sysstat format version 12.2.1 20:56:45 + sadf -c /var/log/sa-host/sa23 20:56:45 file_magic: OK 20:56:45 HZ: Using current value: 100 20:56:45 file_header: OK 20:56:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:56:45 Statistics: 20:56:45 Hnuu...uuuununununu... 20:56:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:56:45 provisioning config files... 20:56:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2684878120272442873tmp [Pipeline] { [Pipeline] echo 20:56:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:56:45 ---> create-netrc.sh [Pipeline] } 20:56:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:56:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:56:46 ---> python-tools-install.sh [Pipeline] echo 20:56:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:56:46 ---> sudo-logs.sh 20:56:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:56:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:56:47 ---> job-cost.sh 20:56:47 lf-activate-venv: SKIPPING 20:56:47 DEBUG: total: 0.20999999344348907 20:56:47 INFO: Retrieving Stack Cost... 20:56:48 INFO: Retrieving Pricing Info for: v1-standard-2 20:56:49 INFO: Archiving Costs [Pipeline] echo 20:56:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:56:49 ---> logs-deploy.sh 20:56:49 lf-activate-venv: SKIPPING 20:56:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/202 20:56:49 INFO: archiving workspace using pattern(s): 20:56:51 Archives upload complete. 20:56:51 INFO: archiving logs to Nexus 20:56:52 ---> uname -a: 20:56:52 Linux prd-centos7-docker-4c-2g-3660.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:56:52 20:56:52 20:56:52 ---> lscpu: 20:56:52 Architecture: x86_64 20:56:52 CPU op-mode(s): 32-bit, 64-bit 20:56:52 Byte Order: Little Endian 20:56:52 Address sizes: 40 bits physical, 48 bits virtual 20:56:52 CPU(s): 4 20:56:52 On-line CPU(s) list: 0-3 20:56:52 Thread(s) per core: 1 20:56:52 Core(s) per socket: 1 20:56:52 Socket(s): 4 20:56:52 NUMA node(s): 1 20:56:52 Vendor ID: GenuineIntel 20:56:52 CPU family: 6 20:56:52 Model: 44 20:56:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:56:52 Stepping: 1 20:56:52 CPU MHz: 2933.438 20:56:52 BogoMIPS: 5866.87 20:56:52 Virtualization: VT-x 20:56:52 Hypervisor vendor: KVM 20:56:52 Virtualization type: full 20:56:52 L1d cache: 128 KiB 20:56:52 L1i cache: 128 KiB 20:56:52 L2 cache: 16 MiB 20:56:52 L3 cache: 64 MiB 20:56:52 NUMA node0 CPU(s): 0-3 20:56:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:56:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:56:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:56:52 Vulnerability Meltdown: Mitigation; PTI 20:56:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:56:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:56:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:56:52 Vulnerability Srbds: Not affected 20:56:52 Vulnerability Tsx async abort: Not affected 20:56:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:56:52 20:56:52 20:56:52 ---> nproc: 20:56:52 4 20:56:52 20:56:52 20:56:52 ---> df -h: 20:56:52 Filesystem Size Used Available Use% Mounted on 20:56:52 overlay 50.0G 8.5G 41.4G 17% / 20:56:52 tmpfs 64.0M 0 64.0M 0% /dev 20:56:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:56:52 shm 64.0M 0 64.0M 0% /dev/shm 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:56:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:56:52 20:56:52 20:56:52 ---> free -m: 20:56:52 total used free shared buff/cache available 20:56:52 Mem: 1837 836 146 0 854 937 20:56:52 Swap: 1023 2 1021 20:56:52 20:56:52 20:56:52 ---> ip addr: 20:56:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:56:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:56:52 inet 127.0.0.1/8 scope host lo 20:56:52 valid_lft forever preferred_lft forever 20:56:52 inet6 ::1/128 scope host 20:56:52 valid_lft forever preferred_lft forever 20:56:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:56:52 link/ether fa:16:3e:e5:6c:c4 brd ff:ff:ff:ff:ff:ff 20:56:52 inet 10.30.123.94/23 brd 10.30.123.255 scope global dynamic eth0 20:56:52 valid_lft 85824sec preferred_lft 85824sec 20:56:52 inet6 fe80::f816:3eff:fee5:6cc4/64 scope link 20:56:52 valid_lft forever preferred_lft forever 20:56:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:56:52 link/ether 02:42:8d:72:da:e5 brd ff:ff:ff:ff:ff:ff 20:56:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:56:52 valid_lft forever preferred_lft forever 20:56:52 inet6 fe80::42:8dff:fe72:dae5/64 scope link 20:56:52 valid_lft forever preferred_lft forever 20:56:52 20:56:52 20:56:52 ---> sar -b -r -n DEV: 20:56:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 20:56:52 20:56:52 20:47:04 LINUX RESTART (4 CPU) 20:56:52 20:56:52 20:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:56:52 20:49:01 9.54 1.48 8.06 0.00 86.57 303.21 0.00 20:56:52 20:50:02 1.82 0.00 1.82 0.00 0.00 37.82 0.00 20:56:52 20:51:01 0.37 0.00 0.37 0.00 0.00 5.94 0.00 20:56:52 20:52:01 0.42 0.00 0.42 0.00 0.00 3.95 0.00 20:56:52 20:53:01 0.60 0.00 0.60 0.00 0.00 5.85 0.00 20:56:52 20:54:01 0.75 0.00 0.75 0.00 0.00 9.44 0.00 20:56:52 20:55:01 54.52 17.20 37.32 0.00 1079.63 17593.72 0.00 20:56:52 20:56:01 407.39 211.94 195.44 0.00 10449.64 49755.27 0.00 20:56:52 Average: 59.59 28.91 30.68 0.00 1456.08 8486.87 0.00 20:56:52 20:56:52 20:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:56:52 20:49:01 136748 0 611252 32.49 2620 1130924 1105072 37.71 421800 1122444 8 20:56:52 20:50:02 140080 0 607912 32.31 2620 1130932 1076276 36.73 420004 1121140 12 20:56:52 20:51:01 137264 0 610720 32.46 2620 1130940 1076504 36.74 422348 1122008 8 20:56:52 20:52:01 138568 0 609416 32.39 2620 1130940 1076276 36.73 421108 1122008 8 20:56:52 20:53:01 135308 0 612668 32.56 2620 1130948 1076348 36.73 424460 1122192 8 20:56:52 20:54:01 135712 0 612252 32.54 2620 1130960 1076276 36.73 424180 1122200 8 20:56:52 20:55:01 139136 0 696508 37.02 2620 1043280 1298104 44.30 466936 1032184 94652 20:56:52 20:56:01 80180 0 795116 42.26 1500 1004748 1263228 43.11 648052 817988 94236 20:56:52 Average: 130374 0 644480 34.25 2480 1104209 1131010 38.60 456111 1072770 23618 20:56:52 20:56:52 20:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:56:52 20:49:01 eth0 22.51 21.06 37.66 6.64 0.00 0.00 0.00 0.00 20:56:52 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:49:01 docker0 12.37 8.42 2.32 23.76 0.00 0.00 0.00 0.00 20:56:52 20:50:02 eth0 1.08 0.08 0.11 0.01 0.00 0.00 0.00 0.00 20:56:52 20:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:51:01 eth0 1.15 0.83 0.88 0.42 0.00 0.00 0.00 0.00 20:56:52 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:52:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:56:52 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:53:01 eth0 0.23 0.17 0.14 0.07 0.00 0.00 0.00 0.00 20:56:52 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:54:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:56:52 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:55:01 eth0 390.71 350.16 4073.98 54.23 0.00 0.00 0.00 0.00 20:56:52 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:56:01 veth7e1b8a6 31.29 49.96 2.08 259.28 0.00 0.00 0.00 0.00 20:56:52 20:56:01 eth0 454.50 384.66 3769.63 44.87 0.00 0.00 0.00 0.00 20:56:52 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 20:56:01 docker0 61.62 81.62 3.82 539.16 0.00 0.00 0.00 0.00 20:56:52 Average: veth7e1b8a6 3.92 6.26 0.26 32.51 0.00 0.00 0.00 0.00 20:56:52 Average: eth0 109.06 94.87 987.66 13.31 0.00 0.00 0.00 0.00 20:56:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:52 Average: docker0 9.27 11.29 0.77 70.57 0.00 0.00 0.00 0.00 20:56:52 20:56:52 20:56:52 ---> sar -P ALL: 20:56:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 20:56:52 20:56:52 20:47:04 LINUX RESTART (4 CPU) 20:56:52 20:56:52 20:48:01 CPU %user %nice %system %iowait %steal %idle 20:56:52 20:49:01 all 0.69 0.00 0.43 0.26 0.00 98.61 20:56:52 20:49:01 0 0.68 0.00 0.43 0.08 0.00 98.80 20:56:52 20:49:01 1 0.60 0.00 0.42 0.02 0.00 98.97 20:56:52 20:49:01 2 0.53 0.00 0.45 0.02 0.00 99.00 20:56:52 20:49:01 3 0.95 0.00 0.42 0.92 0.02 97.70 20:56:52 20:50:02 all 0.14 0.00 0.04 0.00 0.00 99.82 20:56:52 20:50:02 0 0.02 0.00 0.03 0.00 0.00 99.95 20:56:52 20:50:02 1 0.05 0.00 0.07 0.00 0.00 99.88 20:56:52 20:50:02 2 0.03 0.00 0.03 0.00 0.02 99.92 20:56:52 20:50:02 3 0.45 0.00 0.03 0.00 0.00 99.52 20:56:52 20:51:01 all 0.16 0.00 0.05 0.00 0.00 99.79 20:56:52 20:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:56:52 20:51:01 1 0.07 0.00 0.07 0.00 0.00 99.86 20:56:52 20:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 20:56:52 20:51:01 3 0.49 0.00 0.07 0.00 0.00 99.44 20:56:52 20:52:01 all 0.06 0.00 0.03 0.00 0.00 99.91 20:56:52 20:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:56:52 20:52:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:56:52 20:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:56:52 20:52:01 3 0.17 0.00 0.03 0.00 0.00 99.80 20:56:52 20:53:01 all 0.16 0.00 0.05 0.00 0.01 99.78 20:56:52 20:53:01 0 0.03 0.00 0.07 0.00 0.02 99.88 20:56:52 20:53:01 1 0.05 0.00 0.03 0.00 0.02 99.90 20:56:52 20:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:56:52 20:53:01 3 0.53 0.00 0.05 0.00 0.02 99.40 20:56:52 20:54:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:56:52 20:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 20:56:52 20:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:56:52 20:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:56:52 20:54:01 3 0.53 0.00 0.03 0.00 0.00 99.43 20:56:52 20:55:01 all 5.16 0.00 3.47 0.16 0.05 91.15 20:56:52 20:55:01 0 5.01 0.00 3.75 0.05 0.07 91.12 20:56:52 20:55:01 1 4.90 0.00 3.28 0.10 0.05 91.66 20:56:52 20:55:01 2 5.25 0.00 3.44 0.13 0.05 91.12 20:56:52 20:55:01 3 5.49 0.00 3.40 0.37 0.05 90.69 20:56:52 20:56:01 all 15.20 0.00 11.19 4.81 0.10 68.70 20:56:52 20:56:01 0 14.23 0.00 11.26 4.21 0.09 70.21 20:56:52 20:56:01 1 18.70 0.00 11.17 4.94 0.10 65.09 20:56:52 20:56:01 2 14.09 0.00 10.61 5.67 0.12 69.51 20:56:52 20:56:01 3 13.79 0.00 11.73 4.41 0.10 69.97 20:56:52 Average: all 2.67 0.00 1.88 0.64 0.02 94.79 20:56:52 Average: 0 2.46 0.00 1.92 0.53 0.02 95.07 20:56:52 Average: 1 2.99 0.00 1.85 0.62 0.02 94.52 20:56:52 Average: 2 2.47 0.00 1.81 0.71 0.02 94.99 20:56:52 Average: 3 2.76 0.00 1.94 0.70 0.02 94.58 20:56:52 20:56:52 20:56:52