Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6f4dc88eb611a04d26e84bfae815738a57337ab2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1656 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 6f4dc88eb611a04d26e84bfae815738a57337ab2 (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 6f4dc88eb611a04d26e84bfae815738a57337ab2 # timeout=10 Commit message: "Merge pull request #594 from hahattan/interface" > git rev-list --no-walk ec294db4d8545cbfc11ac68133bd5ec056c952ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:06:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:06:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:06:51 ========================================================= 09:06:51 EdgeX Global Pipelines Version Info 09:06:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:06:54 ------------------- 09:06:54 stable info: 09:06:54 ------------------- 09:06:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:06:54 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:06:54 Message: update stable to v1.0.186 09:06:55 ------------------- 09:06:55 experimental info: 09:06:55 ------------------- 09:06:55 Commited By: **** collab-it+edgex@linuxfoundation.org 09:06:55 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 09:06:55 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f4dc88eb611a04d26e84bfae815738a57337ab2 [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f4dc88 [Pipeline] echo 09:06:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:06:56 + git log --format=format:%s -1 6f4dc88eb611a04d26e84bfae815738a57337ab2 [Pipeline] echo 09:06:56 GIT_COMMIT: 6f4dc88eb611a04d26e84bfae815738a57337ab2, Commit Message: Merge pull request #594 from hahattan/interface [Pipeline] echo 09:06:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:06:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:58 09:06:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:06:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:58 latest: Pulling from edgex-devops/git-semver 09:06:58 31603596830f: Pulling fs layer 09:06:58 2a8b12db71e7: Pulling fs layer 09:06:58 6ca5941a6612: Pulling fs layer 09:06:58 ecc8261a40a4: Pulling fs layer 09:06:58 ecc8261a40a4: Waiting 09:06:58 2a8b12db71e7: Verifying Checksum 09:06:58 2a8b12db71e7: Download complete 09:06:59 31603596830f: Verifying Checksum 09:06:59 31603596830f: Download complete 09:06:59 ecc8261a40a4: Verifying Checksum 09:06:59 ecc8261a40a4: Download complete 09:07:00 6ca5941a6612: Verifying Checksum 09:07:00 6ca5941a6612: Download complete 09:07:00 31603596830f: Pull complete 09:07:00 2a8b12db71e7: Pull complete 09:07:03 6ca5941a6612: Pull complete 09:07:03 ecc8261a40a4: Pull complete 09:07:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:07:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:07:03 prd-centos7-docker-4c-2g-1656 does not seem to be running inside a container 09:07:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:07:07 $ docker top 5c16d355101ba7b8438d736e7782b2850df125e9364183deaecbe02bb27d2c15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:07:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:07:07 [ssh-agent] Looking for ssh-agent implementation... 09:07:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:07:08 $ docker exec 5c16d355101ba7b8438d736e7782b2850df125e9364183deaecbe02bb27d2c15 ssh-agent 09:07:08 SSH_AUTH_SOCK=/tmp/ssh-oyX70ASMUFZI/agent.12 09:07:08 SSH_AGENT_PID=17 09:07:08 Running ssh-add (command line suppressed) 09:07:08 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5846012002258589459.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5846012002258589459.key) 09:07:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:07:09 + git tag --points-at HEAD [Pipeline] } 09:07:09 $ docker exec --env ******** --env ******** 5c16d355101ba7b8438d736e7782b2850df125e9364183deaecbe02bb27d2c15 ssh-agent -k 09:07:09 unset SSH_AUTH_SOCK; 09:07:09 unset SSH_AGENT_PID; 09:07:09 echo Agent pid 17 killed; 09:07:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:07:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:07:09 [ssh-agent] Looking for ssh-agent implementation... 09:07:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:07:10 $ docker exec 5c16d355101ba7b8438d736e7782b2850df125e9364183deaecbe02bb27d2c15 ssh-agent 09:07:11 SSH_AUTH_SOCK=/tmp/ssh-qIRn4dQ36vIh/agent.45 09:07:11 SSH_AGENT_PID=50 09:07:11 Running ssh-add (command line suppressed) 09:07:11 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1080716332532036427.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1080716332532036427.key) 09:07:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:07:11 + git semver init 09:07:11 # -> Open(): unable to determine branch for HEAD 09:07:11 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:07:11 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:07:11 # $SEMVER_REMOTE_NAME = origin 09:07:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:07:11 # $SEMVER_USER_NAME = edgex-jenkins 09:07:11 # $SEMVER_BRANCH = master 09:07:11 # $SEMVER_TEMP = /tmp/semver-169915070 09:07:11 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:07:13 # '/tmp/semver-169915070' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 09:07:13 # -> Force: false 09:07:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:07:13 $ docker exec --env ******** --env ******** 5c16d355101ba7b8438d736e7782b2850df125e9364183deaecbe02bb27d2c15 ssh-agent -k 09:07:13 unset SSH_AUTH_SOCK; 09:07:13 unset SSH_AGENT_PID; 09:07:13 echo Agent pid 50 killed; 09:07:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:07:13 + git semver [Pipeline] } 09:07:13 $ docker stop --time=1 5c16d355101ba7b8438d736e7782b2850df125e9364183deaecbe02bb27d2c15 09:07:15 $ docker rm -f 5c16d355101ba7b8438d736e7782b2850df125e9364183deaecbe02bb27d2c15 [Pipeline] // withDockerContainer [Pipeline] sh 09:07:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:07:17 Stashed 1 file(s) [Pipeline] echo 09:07:17 [edgeXSemver]: initialized semver on version 2.0.0-dev.75 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 09:07:32 Still waiting to schedule task 09:07:32 ‘prd-centos7-builder-2c-1g-1655’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1658’ is offline 09:07:32 Still waiting to schedule task 09:07:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:10:42 Running on prd-centos7-docker-4c-2g-1661 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 09:10:42 Running in /w/workspace/go-mod-core-contracts/194 [Pipeline] { [Pipeline] checkout 09:10:45 using credential edgex-jenkins-ssh 09:10:45 Cloning the remote Git repository 09:10:45 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:10:45 > git init /w/workspace/go-mod-core-contracts/194 # timeout=10 09:10:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:10:45 > git --version # timeout=10 09:10:45 > git --version # 'git version 2.24.3' 09:10:45 using GIT_SSH to set credentials SSH Credentials for GitHub 09:10:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:10:46 Checking out Revision 6f4dc88eb611a04d26e84bfae815738a57337ab2 (master) 09:10:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:10:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:10:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:10:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:10:46 using GIT_SSH to set credentials SSH Credentials for GitHub 09:10:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:10:46 > git config core.sparsecheckout # timeout=10 09:10:46 > git checkout -f 6f4dc88eb611a04d26e84bfae815738a57337ab2 # timeout=10 09:10:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1660 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 09:10:49 Running in /w/workspace/go-mod-core-contracts/194 [Pipeline] { [Pipeline] checkout 09:10:50 Commit message: "Merge pull request #594 from hahattan/interface" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:10:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:10:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:10:52 + sudo service docker restart 09:10:52 + true 09:10:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 09:10:53 ========================================================= 09:10:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:10:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:10:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:10:54 Sending build context to Docker daemon 3.042MB 09:10:54 Step 1/7 : ARG BASE=golang:1.15-alpine 09:10:54 Step 2/7 : FROM ${BASE} 09:10:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:10:54 188c0c94c7c5: Pulling fs layer 09:10:54 0ef7d3d256c8: Pulling fs layer 09:10:54 de9db76c5a1d: Pulling fs layer 09:10:54 bca2f99d35d6: Pulling fs layer 09:10:54 93359f2a8cfa: Pulling fs layer 09:10:54 7c6f9722023f: Pulling fs layer 09:10:54 a35cf1a2eb13: Pulling fs layer 09:10:54 bca2f99d35d6: Waiting 09:10:54 93359f2a8cfa: Waiting 09:10:54 7c6f9722023f: Waiting 09:10:54 a35cf1a2eb13: Waiting 09:10:54 de9db76c5a1d: Download complete 09:10:54 0ef7d3d256c8: Download complete 09:10:54 93359f2a8cfa: Verifying Checksum 09:10:54 93359f2a8cfa: Download complete 09:10:54 7c6f9722023f: Download complete 09:10:54 188c0c94c7c5: Verifying Checksum 09:10:54 188c0c94c7c5: Download complete 09:10:54 188c0c94c7c5: Pull complete 09:10:54 0ef7d3d256c8: Pull complete 09:10:55 de9db76c5a1d: Pull complete 09:10:55 using credential edgex-jenkins-ssh 09:10:55 Cloning the remote Git repository 09:10:55 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:10:56 a35cf1a2eb13: Verifying Checksum 09:10:56 a35cf1a2eb13: Download complete 09:10:57 bca2f99d35d6: Verifying Checksum 09:10:57 bca2f99d35d6: Download complete 09:10:56 > git init /w/workspace/go-mod-core-contracts/194 # timeout=10 09:10:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:10:56 > git --version # timeout=10 09:10:56 > git --version # 'git version 2.17.1' 09:10:56 using GIT_SSH to set credentials SSH Credentials for GitHub 09:10:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:10:58 Checking out Revision 6f4dc88eb611a04d26e84bfae815738a57337ab2 (master) 09:10:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:10:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:10:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:10:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:10:57 using GIT_SSH to set credentials SSH Credentials for GitHub 09:10:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:10:58 > git config core.sparsecheckout # timeout=10 09:10:58 > git checkout -f 6f4dc88eb611a04d26e84bfae815738a57337ab2 # timeout=10 09:11:02 Commit message: "Merge pull request #594 from hahattan/interface" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:11:03 bca2f99d35d6: Pull complete 09:11:03 93359f2a8cfa: Pull complete 09:11:03 7c6f9722023f: Pull complete 09:11:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:11:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:11:04 + sudo service docker restart 09:11:04 + true [Pipeline] unstash [Pipeline] echo 09:11:07 ========================================================= 09:11:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:11:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:11:08 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:11:09 Sending build context to Docker daemon 3.041MB 09:11:09 Step 1/7 : ARG BASE=golang:1.15-alpine 09:11:09 Step 2/7 : FROM ${BASE} 09:11:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:11:09 5f621e34cdf4: Pulling fs layer 09:11:09 a4357932f1b6: Pulling fs layer 09:11:09 18c013af1878: Pulling fs layer 09:11:09 00ac8860ef70: Pulling fs layer 09:11:09 63d7cb157983: Pulling fs layer 09:11:09 b116817d02f9: Pulling fs layer 09:11:09 745a02a5169b: Pulling fs layer 09:11:09 00ac8860ef70: Waiting 09:11:09 b116817d02f9: Waiting 09:11:09 63d7cb157983: Waiting 09:11:09 745a02a5169b: Waiting 09:11:09 18c013af1878: Verifying Checksum 09:11:09 18c013af1878: Download complete 09:11:09 a4357932f1b6: Verifying Checksum 09:11:09 a4357932f1b6: Download complete 09:11:09 63d7cb157983: Verifying Checksum 09:11:09 63d7cb157983: Download complete 09:11:09 b116817d02f9: Verifying Checksum 09:11:09 b116817d02f9: Download complete 09:11:09 5f621e34cdf4: Verifying Checksum 09:11:09 5f621e34cdf4: Download complete 09:11:10 a35cf1a2eb13: Pull complete 09:11:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:11:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:11:10 ---> a62c8e92a672 09:11:10 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:11:10 ---> Running in 916bb2b136c8 09:11:10 5f621e34cdf4: Pull complete 09:11:10 Removing intermediate container 916bb2b136c8 09:11:10 ---> f2e0be3c774c 09:11:10 Step 4/7 : RUN apk add bash 09:11:10 ---> Running in a5616b908d7a 09:11:11 a4357932f1b6: Pull complete 09:11:11 18c013af1878: Pull complete 09:11:11 745a02a5169b: Verifying Checksum 09:11:11 745a02a5169b: Download complete 09:11:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:11:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:11:12 OK: 166 MiB in 39 packages 09:11:13 00ac8860ef70: Verifying Checksum 09:11:13 00ac8860ef70: Download complete 09:11:13 Removing intermediate container a5616b908d7a 09:11:13 ---> 8f43128d0a43 09:11:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:11:13 ---> Running in 09b1d993f995 09:11:13 Removing intermediate container 09b1d993f995 09:11:13 ---> 566e4a1b07f9 09:11:13 Step 6/7 : COPY go.mod . 09:11:14 ---> 189aa21411b8 09:11:14 Step 7/7 : RUN go mod download 09:11:14 ---> Running in e0f67c51e89c 09:11:25 00ac8860ef70: Pull complete 09:11:25 63d7cb157983: Pull complete 09:11:25 b116817d02f9: Pull complete 09:11:28 745a02a5169b: Pull complete 09:11:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:11:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:11:28 ---> b7e6874047d6 09:11:28 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:11:29 Removing intermediate container e0f67c51e89c 09:11:29 ---> d8d34b589472 09:11:29 Successfully built d8d34b589472 09:11:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:11:29 + docker inspect -f . ci-base-image-x86_64 09:11:29 . [Pipeline] withDockerContainer 09:11:29 prd-centos7-docker-4c-2g-1661 does not seem to be running inside a container 09:11:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/194 -v /w/workspace/go-mod-core-contracts/194:/w/workspace/go-mod-core-contracts/194:rw,z -v /w/workspace/go-mod-core-contracts/194@tmp:/w/workspace/go-mod-core-contracts/194@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:11:30 $ docker top 8032e05ae3a7e8b65a3d2e4a23a5c4acfe257edadc0ea6143eebc095c961a33d -eo pid,comm [Pipeline] { [Pipeline] sh 09:11:30 + go version 09:11:30 go version go1.15.5 linux/amd64 [Pipeline] } 09:11:30 $ docker stop --time=1 8032e05ae3a7e8b65a3d2e4a23a5c4acfe257edadc0ea6143eebc095c961a33d 09:11:31 ---> Running in b89a09afd9e0 09:11:32 $ docker rm -f 8032e05ae3a7e8b65a3d2e4a23a5c4acfe257edadc0ea6143eebc095c961a33d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 09:11:32 Removing intermediate container b89a09afd9e0 09:11:32 ---> 2964157f2035 09:11:32 Step 4/7 : RUN apk add bash 09:11:32 ---> Running in 3fcdc5e5b0c0 [Pipeline] isUnix [Pipeline] sh 09:11:32 + docker inspect -f . ci-base-image-x86_64 09:11:32 . [Pipeline] withDockerContainer 09:11:32 prd-centos7-docker-4c-2g-1661 does not seem to be running inside a container 09:11:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/194 -v /w/workspace/go-mod-core-contracts/194:/w/workspace/go-mod-core-contracts/194:rw,z -v /w/workspace/go-mod-core-contracts/194@tmp:/w/workspace/go-mod-core-contracts/194@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:11:33 $ docker top 05bb1c46c66c4743536cad5670c169ebb95aa451c6044f27101d21f5078f2238 -eo pid,comm [Pipeline] { [Pipeline] sh 09:11:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:11:33 + make test 09:11:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:11:36 OK: 142 MiB in 39 packages 09:11:37 Removing intermediate container 3fcdc5e5b0c0 09:11:37 ---> da1c8991a8d1 09:11:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:11:38 ---> Running in 18b44ce0a4f0 09:11:38 Removing intermediate container 18b44ce0a4f0 09:11:38 ---> 2086a831bb19 09:11:38 Step 6/7 : COPY go.mod . 09:11:39 ---> 9625258511a8 09:11:39 Step 7/7 : RUN go mod download 09:11:39 ---> Running in f931f13c1ad1 09:11:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:11:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.014s coverage: 85.7% of statements 09:11:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.009s coverage: 100.0% of statements 09:11:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.020s coverage: 45.4% of statements 09:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.009s coverage: 77.8% of statements 09:11:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.017s coverage: 26.3% of statements 09:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.014s coverage: 14.7% of statements 09:11:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.019s coverage: 100.0% of statements 09:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.030s coverage: 91.8% of statements 09:11:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:11:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.012s coverage: 100.0% of statements 09:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 35.5% of statements 09:11:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.026s coverage: 63.0% of statements 09:11:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 09:11:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements 09:11:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.019s coverage: 15.4% of statements 09:11:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.071s coverage: 14.3% of statements 09:11:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:11:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.087s coverage: 83.6% of statements 09:11:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:11:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:11:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:11:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.018s coverage: 45.8% of statements 09:11:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.021s coverage: 94.7% of statements 09:11:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.059s coverage: 87.1% of statements 09:11:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.014s coverage: 100.0% of statements 09:11:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.009s coverage: 69.6% of statements 09:11:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:11:51 gofmt -l . 09:11:51 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:11:51 $ docker stop --time=1 05bb1c46c66c4743536cad5670c169ebb95aa451c6044f27101d21f5078f2238 09:11:54 $ docker rm -f 05bb1c46c66c4743536cad5670c169ebb95aa451c6044f27101d21f5078f2238 [Pipeline] // withDockerContainer [Pipeline] sh 09:11:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:11:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:11:55 ---> job-cost.sh 09:11:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TeZb 09:11:57 Removing intermediate container f931f13c1ad1 09:11:57 ---> 4c5badf17a81 09:11:57 Successfully built 4c5badf17a81 09:11:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:11:57 + docker inspect -f . ci-base-image-arm64 09:11:57 . [Pipeline] withDockerContainer 09:11:58 prd-ubuntu18.04-docker-arm64-4c-16g-1660 does not seem to be running inside a container 09:11:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/194 -v /w/workspace/go-mod-core-contracts/194:/w/workspace/go-mod-core-contracts/194:rw,z -v /w/workspace/go-mod-core-contracts/194@tmp:/w/workspace/go-mod-core-contracts/194@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:11:59 $ docker top 48a1b7aa6bc348ddadee7f707278adfdcf5a8ace66bef16953c3709d051b2c5c -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:00 + go version 09:12:00 go version go1.15.5 linux/arm64 [Pipeline] } 09:12:00 $ docker stop --time=1 48a1b7aa6bc348ddadee7f707278adfdcf5a8ace66bef16953c3709d051b2c5c 09:12:02 $ docker rm -f 48a1b7aa6bc348ddadee7f707278adfdcf5a8ace66bef16953c3709d051b2c5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:12:03 + docker inspect -f . ci-base-image-arm64 09:12:03 . [Pipeline] withDockerContainer 09:12:03 prd-ubuntu18.04-docker-arm64-4c-16g-1660 does not seem to be running inside a container 09:12:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/194 -v /w/workspace/go-mod-core-contracts/194:/w/workspace/go-mod-core-contracts/194:rw,z -v /w/workspace/go-mod-core-contracts/194@tmp:/w/workspace/go-mod-core-contracts/194@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:12:05 $ docker top 9d340191c6abd5826bfdbc7d4f15b304e80404104756b663065372c9ea36dceb -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:06 + make test 09:12:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:12:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:12:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:12:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.048s coverage: 85.7% of statements 09:12:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.037s coverage: 100.0% of statements 09:12:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.054s coverage: 45.4% of statements 09:12:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.049s coverage: 77.8% of statements 09:12:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:12:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.028s coverage: 26.3% of statements 09:12:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.071s coverage: 14.7% of statements 09:12:37 lf-activate-venv(): INFO: Adding /tmp/venv-TeZb/bin to PATH 09:12:37 INFO: No Stack... 09:12:37 INFO: Retrieving Pricing Info for: v1-standard-2 09:12:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.036s coverage: 100.0% of statements 09:12:37 INFO: Archiving Costs [Pipeline] sh 09:12:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.091s coverage: 91.8% of statements 09:12:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:12:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:12:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.031s coverage: 100.0% of statements 09:12:38 + cut -d, -f6 09:12:38 + cat /w/workspace/go-mod-core-contracts/194/archives/cost.csv 09:12:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.030s coverage: 35.5% of statements [Pipeline] lock 09:12:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-194-stack-cost] 09:12:38 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-194-stack-cost] did not exist. Created. 09:12:38 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:12:38 + echo total: 0.029999999329447746 [Pipeline] stash 09:12:38 Stashed 1 file(s) [Pipeline] } 09:12:38 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-194-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.119s coverage: 63.0% of statements 09:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.049s coverage: 26.3% of statements 09:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements 09:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.030s coverage: 15.4% of statements 09:12:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.037s coverage: 14.3% of statements 09:12:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:12:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.279s coverage: 83.6% of statements 09:12:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:12:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:12:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:12:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.077s coverage: 45.8% of statements 09:12:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.033s coverage: 94.7% of statements 09:12:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.175s coverage: 87.1% of statements 09:12:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.031s coverage: 100.0% of statements 09:12:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements 09:12:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:12:57 gofmt -l . 09:12:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:12:58 $ docker stop --time=1 9d340191c6abd5826bfdbc7d4f15b304e80404104756b663065372c9ea36dceb 09:13:00 $ docker rm -f 9d340191c6abd5826bfdbc7d4f15b304e80404104756b663065372c9ea36dceb [Pipeline] // withDockerContainer [Pipeline] sh 09:13:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:13:01 Warning: overwriting stash ‘coverage-report’ 09:13:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:13:03 ---> job-cost.sh 09:13:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bjub 09:13:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:15:03 lf-activate-venv(): INFO: Adding /tmp/venv-bjub/bin to PATH 09:15:03 INFO: No Stack... 09:15:04 INFO: Retrieving Pricing Info for: lf-standard-4 09:15:05 INFO: Archiving Costs [Pipeline] sh 09:15:05 + + catcut /w/workspace/go-mod-core-contracts/194/archives/cost.csv -d, 09:15:05 -f6 [Pipeline] lock 09:15:05 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-194-stack-cost] 09:15:05 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-194-stack-cost] did not exist. Created. 09:15:05 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:15:06 /w/workspace/go-mod-core-contracts/194@tmp/durable-0a01e005/script.sh: 1: /w/workspace/go-mod-core-contracts/194@tmp/durable-0a01e005/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:15:06 + echo total: 0.20999999344348907 [Pipeline] stash 09:15:06 Warning: overwriting stash ‘stack-cost’ 09:15:06 Stashed 1 file(s) [Pipeline] } 09:15:06 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-194-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:15:07 provisioning config files... 09:15:07 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3012426285337456918tmp [Pipeline] { [Pipeline] sh 09:15:07 + set +x 09:15:07 + curl -s https://codecov.io/bash 09:15:07 + bash -s -- 09:15:08 09:15:08 _____ _ 09:15:08 / ____| | | 09:15:08 | | ___ __| | ___ ___ _____ __ 09:15:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:15:08 | |___| (_) | (_| | __/ (_| (_) \ V / 09:15:08 \_____\___/ \__,_|\___|\___\___/ \_/ 09:15:08 Bash-1.0.2 09:15:08 09:15:08 09:15:08 ==> git version 2.24.3 found 09:15:08 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 09:15:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:15:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:15:08 ==> Jenkins CI detected. 09:15:08 project root: . 09:15:08 --> token set from env 09:15:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:15:08 ==> Running gcov in . (disable via -X gcov) 09:15:08 ==> Python coveragepy not found 09:15:08 ==> Searching for coverage reports in: 09:15:08 + . 09:15:08 -> Found 1 reports 09:15:08 ==> Detecting git/mercurial file structure 09:15:08 ==> Reading reports 09:15:08 + ./coverage.out bytes=171881 09:15:08 ==> Appending adjustments 09:15:08 https://docs.codecov.io/docs/fixing-reports 09:15:10 + Found adjustments 09:15:10 ==> Gzipping contents 09:15:10 28K /tmp/codecov.8gPt6E.gz 09:15:10 ==> Uploading reports 09:15:10 url: https://codecov.io 09:15:10 query: branch=master&commit=6f4dc88eb611a04d26e84bfae815738a57337ab2&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F194%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 09:15:10 -> Pinging Codecov 09:15:10 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=6f4dc88eb611a04d26e84bfae815738a57337ab2&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F194%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 09:15:10 -> Uploading to 09:15:10 https://storage.googleapis.com/codecov/v4/raw/2021-04-25/71470A77251A30514AAF9C0BB2E5B6CE/6f4dc88eb611a04d26e84bfae815738a57337ab2/394d2f9d-5d00-4f12-bb36-b00c8345e100.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210425%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210425T091510Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=afe5ead334944d2b369b57ec5be690e9f712d41fb8f0ae6341857c157300d09e 09:15:10 % Total % Received % Xferd Average Speed Time Time Time Current 09:15:10 Dload Upload Total Spent Left Speed 09:15:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25333 0 0 100 25333 0 52153 --:--:-- --:--:-- --:--:-- 52232 09:15:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/6f4dc88eb611a04d26e84bfae815738a57337ab2 [Pipeline] } 09:15:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:15:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:15:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:15:12 09:15:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:15:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:15:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:15:13 188c0c94c7c5: Pulling fs layer 09:15:13 0ef7d3d256c8: Pulling fs layer 09:15:13 de9db76c5a1d: Pulling fs layer 09:15:13 0eba1c9be4d2: Pulling fs layer 09:15:13 0d57e429df01: Pulling fs layer 09:15:13 4e4be7b47b0d: Pulling fs layer 09:15:13 e1f770b5df2f: Pulling fs layer 09:15:13 85a0685a4137: Pulling fs layer 09:15:13 0d57e429df01: Waiting 09:15:13 4e4be7b47b0d: Waiting 09:15:13 e1f770b5df2f: Waiting 09:15:13 85a0685a4137: Waiting 09:15:13 0eba1c9be4d2: Waiting 09:15:13 de9db76c5a1d: Verifying Checksum 09:15:13 de9db76c5a1d: Download complete 09:15:13 0ef7d3d256c8: Verifying Checksum 09:15:13 0ef7d3d256c8: Download complete 09:15:13 0d57e429df01: Verifying Checksum 09:15:13 0d57e429df01: Download complete 09:15:13 4e4be7b47b0d: Verifying Checksum 09:15:13 4e4be7b47b0d: Download complete 09:15:13 188c0c94c7c5: Download complete 09:15:14 188c0c94c7c5: Pull complete 09:15:14 0ef7d3d256c8: Pull complete 09:15:14 de9db76c5a1d: Pull complete 09:15:14 e1f770b5df2f: Verifying Checksum 09:15:14 e1f770b5df2f: Download complete 09:15:20 0eba1c9be4d2: Verifying Checksum 09:15:20 0eba1c9be4d2: Download complete 09:15:22 85a0685a4137: Verifying Checksum 09:15:22 85a0685a4137: Download complete 09:15:36 0eba1c9be4d2: Pull complete 09:15:36 0d57e429df01: Pull complete 09:15:36 4e4be7b47b0d: Pull complete 09:15:38 e1f770b5df2f: Pull complete 09:15:53 85a0685a4137: Pull complete 09:15:53 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:15:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:15:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:15:54 prd-centos7-docker-4c-2g-1656 does not seem to be running inside a container 09:15:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:15:56 $ docker top 467530cb75d4c71bc39ab5bb556a12d9403e9624d639c4a0958d20124c574567 -eo pid,comm [Pipeline] { [Pipeline] echo 09:15:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:15:57 + set -o pipefail 09:15:57 + snyk monitor '--org=edgex-jenkins' 09:16:24 09:16:24 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 09:16:24 09:16:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/ee0524d0-71af-4257-a341-33dd4c144492 09:16:24 09:16:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:16:24 09:16:24 [Pipeline] } 09:16:24 $ docker stop --time=1 467530cb75d4c71bc39ab5bb556a12d9403e9624d639c4a0958d20124c574567 09:16:27 $ docker rm -f 467530cb75d4c71bc39ab5bb556a12d9403e9624d639c4a0958d20124c574567 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:16:29 + git log --format=format:%s -1 6f4dc88eb611a04d26e84bfae815738a57337ab2 [Pipeline] isUnix [Pipeline] sh 09:16:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:16:30 . [Pipeline] withDockerContainer 09:16:30 prd-centos7-docker-4c-2g-1656 does not seem to be running inside a container 09:16:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:16:32 $ docker top b5c3ccc7854ae1706f0b4a222c0251a29a75686b52d1379670f7e682d944ea62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:16:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:16:33 [ssh-agent] Looking for ssh-agent implementation... 09:16:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:16:34 $ docker exec b5c3ccc7854ae1706f0b4a222c0251a29a75686b52d1379670f7e682d944ea62 ssh-agent 09:16:34 SSH_AUTH_SOCK=/tmp/ssh-TcMbJzeqmeG8/agent.11 09:16:34 SSH_AGENT_PID=16 09:16:34 Running ssh-add (command line suppressed) 09:16:35 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5427441093218363925.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5427441093218363925.key) 09:16:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:16:36 + git semver tag 09:16:36 # -> Open(): unable to determine branch for HEAD 09:16:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:16:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:16:36 # $SEMVER_REMOTE_NAME = origin 09:16:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:16:36 # $SEMVER_USER_NAME = edgex-jenkins 09:16:36 # $SEMVER_BRANCH = master 09:16:36 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 09:16:36 # 6f4dc88eb611a04d26e84bfae815738a57337ab2 HEAD 09:16:36 # -> Force: false 09:16:36 # cf9abcac2bb06bd25b90a80d16d7ba38d0455674 refs/tags/v2.0.0-dev.75 [Pipeline] } 09:16:37 $ docker exec --env ******** --env ******** b5c3ccc7854ae1706f0b4a222c0251a29a75686b52d1379670f7e682d944ea62 ssh-agent -k 09:16:37 unset SSH_AUTH_SOCK; 09:16:37 unset SSH_AGENT_PID; 09:16:37 echo Agent pid 16 killed; 09:16:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:16:38 + git semver [Pipeline] } 09:16:38 $ docker stop --time=1 b5c3ccc7854ae1706f0b4a222c0251a29a75686b52d1379670f7e682d944ea62 09:16:40 $ docker rm -f b5c3ccc7854ae1706f0b4a222c0251a29a75686b52d1379670f7e682d944ea62 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:16:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:16:41 09:16:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:16:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:16:42 0.23.1-centos7: Pulling from edgex-lftools 09:16:42 ab5ef0e58194: Pulling fs layer 09:16:42 9712f1f96733: Pulling fs layer 09:16:42 63f879dbbcfc: Pulling fs layer 09:16:42 0d9ebad4ef96: Pulling fs layer 09:16:42 e9a5061849ea: Pulling fs layer 09:16:42 d747dcd14b5f: Pulling fs layer 09:16:42 2de7ff778b66: Pulling fs layer 09:16:42 0d9ebad4ef96: Waiting 09:16:42 e9a5061849ea: Waiting 09:16:42 d747dcd14b5f: Waiting 09:16:42 2de7ff778b66: Waiting 09:16:42 9712f1f96733: Verifying Checksum 09:16:42 9712f1f96733: Download complete 09:16:50 63f879dbbcfc: Verifying Checksum 09:16:50 63f879dbbcfc: Download complete 09:16:50 e9a5061849ea: Verifying Checksum 09:16:50 e9a5061849ea: Download complete 09:16:50 d747dcd14b5f: Verifying Checksum 09:16:50 d747dcd14b5f: Download complete 09:16:50 0d9ebad4ef96: Verifying Checksum 09:16:50 0d9ebad4ef96: Download complete 09:16:51 2de7ff778b66: Verifying Checksum 09:16:51 2de7ff778b66: Download complete 09:16:51 ab5ef0e58194: Verifying Checksum 09:16:51 ab5ef0e58194: Download complete 09:17:02 ab5ef0e58194: Pull complete 09:17:02 9712f1f96733: Pull complete 09:17:04 63f879dbbcfc: Pull complete 09:17:28 0d9ebad4ef96: Pull complete 09:17:28 e9a5061849ea: Pull complete 09:17:28 d747dcd14b5f: Pull complete 09:17:35 2de7ff778b66: Pull complete 09:17:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:17:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:17:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:17:36 prd-centos7-docker-4c-2g-1656 does not seem to be running inside a container 09:17:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:17:40 $ docker top 350ee6787768f2b9e4817002adefebf44605c60d40e39a3462ff37ccfcc0573a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:17:40 provisioning config files... 09:17:40 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4500389121384248486tmp 09:17:41 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3599381372983983493tmp 09:17:41 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config30792885515849628tmp [Pipeline] { [Pipeline] echo 09:17:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:17:41 ---> sigul-configuration.sh 09:17:42 gpg: directory `/root/.gnupg' created 09:17:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:17:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:17:42 gpg: keyring `/root/.gnupg/secring.gpg' created 09:17:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:17:42 gpg: CAST5 encrypted data 09:17:42 gpg: encrypted with 1 passphrase 09:17:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:17:43 + mkdir /home/jenkins 09:17:43 + mkdir /home/jenkins/sigul [Pipeline] sh 09:17:43 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:17:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:17:43 ---> sigul-install.sh 09:17:56 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:17:57 + git tag --list 09:17:57 v0.0.0 09:17:57 v0.0.1 09:17:57 v0.1.0 09:17:57 v0.1.1 09:17:57 v0.1.10 09:17:57 v0.1.100 09:17:57 v0.1.101 09:17:57 v0.1.102 09:17:57 v0.1.103 09:17:57 v0.1.104 09:17:57 v0.1.105 09:17:57 v0.1.106 09:17:57 v0.1.107 09:17:57 v0.1.108 09:17:57 v0.1.109 09:17:57 v0.1.11 09:17:57 v0.1.110 09:17:57 v0.1.111 09:17:57 v0.1.112 09:17:57 v0.1.113 09:17:57 v0.1.114 09:17:57 v0.1.115 09:17:57 v0.1.116 09:17:57 v0.1.117 09:17:57 v0.1.118 09:17:57 v0.1.119 09:17:57 v0.1.12 09:17:57 v0.1.120 09:17:57 v0.1.121 09:17:57 v0.1.122 09:17:57 v0.1.123 09:17:57 v0.1.124 09:17:57 v0.1.125 09:17:57 v0.1.126 09:17:57 v0.1.127 09:17:57 v0.1.128 09:17:57 v0.1.129 09:17:57 v0.1.13 09:17:57 v0.1.130 09:17:57 v0.1.131 09:17:57 v0.1.132 09:17:57 v0.1.133 09:17:57 v0.1.134 09:17:57 v0.1.135 09:17:57 v0.1.136 09:17:57 v0.1.137 09:17:57 v0.1.138 09:17:57 v0.1.139 09:17:57 v0.1.14 09:17:57 v0.1.140 09:17:57 v0.1.141 09:17:57 v0.1.142 09:17:57 v0.1.143 09:17:57 v0.1.144 09:17:57 v0.1.145 09:17:57 v0.1.146 09:17:57 v0.1.147 09:17:57 v0.1.148 09:17:57 v0.1.149 09:17:57 v0.1.15 09:17:57 v0.1.16 09:17:57 v0.1.17 09:17:57 v0.1.18 09:17:57 v0.1.19 09:17:57 v0.1.2 09:17:57 v0.1.20 09:17:57 v0.1.21 09:17:57 v0.1.22 09:17:57 v0.1.23 09:17:57 v0.1.24 09:17:57 v0.1.25 09:17:57 v0.1.26 09:17:57 v0.1.27 09:17:57 v0.1.28 09:17:57 v0.1.29 09:17:57 v0.1.3 09:17:57 v0.1.30 09:17:57 v0.1.31 09:17:57 v0.1.32 09:17:57 v0.1.33 09:17:57 v0.1.34 09:17:57 v0.1.35 09:17:57 v0.1.36 09:17:57 v0.1.37 09:17:57 v0.1.38 09:17:57 v0.1.39 09:17:57 v0.1.4 09:17:57 v0.1.40 09:17:57 v0.1.41 09:17:57 v0.1.42 09:17:57 v0.1.43 09:17:57 v0.1.44 09:17:57 v0.1.45 09:17:57 v0.1.46 09:17:57 v0.1.47 09:17:57 v0.1.48 09:17:57 v0.1.49 09:17:57 v0.1.5 09:17:57 v0.1.50 09:17:57 v0.1.51 09:17:57 v0.1.52 09:17:57 v0.1.53 09:17:57 v0.1.54 09:17:57 v0.1.55 09:17:57 v0.1.56 09:17:57 v0.1.57 09:17:57 v0.1.58 09:17:57 v0.1.59 09:17:57 v0.1.6 09:17:57 v0.1.60 09:17:57 v0.1.61 09:17:57 v0.1.62 09:17:57 v0.1.63 09:17:57 v0.1.64 09:17:57 v0.1.65 09:17:57 v0.1.66 09:17:57 v0.1.67 09:17:57 v0.1.68 09:17:57 v0.1.69 09:17:57 v0.1.7 09:17:57 v0.1.70 09:17:57 v0.1.71 09:17:57 v0.1.72 09:17:57 v0.1.73 09:17:57 v0.1.74 09:17:57 v0.1.75 09:17:57 v0.1.76 09:17:57 v0.1.77 09:17:57 v0.1.78 09:17:57 v0.1.79 09:17:57 v0.1.8 09:17:57 v0.1.80 09:17:57 v0.1.81 09:17:57 v0.1.82 09:17:57 v0.1.83 09:17:57 v0.1.84 09:17:57 v0.1.85 09:17:57 v0.1.86 09:17:57 v0.1.87 09:17:57 v0.1.88 09:17:57 v0.1.89 09:17:57 v0.1.9 09:17:57 v0.1.90 09:17:57 v0.1.91 09:17:57 v0.1.92 09:17:57 v0.1.93 09:17:57 v0.1.94 09:17:57 v0.1.95 09:17:57 v0.1.96 09:17:57 v0.1.97 09:17:57 v0.1.98 09:17:57 v0.1.99 09:17:57 v2.0.0-dev.1 09:17:57 v2.0.0-dev.10 09:17:57 v2.0.0-dev.11 09:17:57 v2.0.0-dev.12 09:17:57 v2.0.0-dev.13 09:17:57 v2.0.0-dev.14 09:17:57 v2.0.0-dev.15 09:17:57 v2.0.0-dev.16 09:17:57 v2.0.0-dev.17 09:17:57 v2.0.0-dev.18 09:17:57 v2.0.0-dev.19 09:17:57 v2.0.0-dev.2 09:17:57 v2.0.0-dev.20 09:17:57 v2.0.0-dev.21 09:17:57 v2.0.0-dev.22 09:17:57 v2.0.0-dev.23 09:17:57 v2.0.0-dev.24 09:17:57 v2.0.0-dev.25 09:17:57 v2.0.0-dev.26 09:17:57 v2.0.0-dev.27 09:17:57 v2.0.0-dev.28 09:17:57 v2.0.0-dev.29 09:17:57 v2.0.0-dev.3 09:17:57 v2.0.0-dev.30 09:17:57 v2.0.0-dev.31 09:17:57 v2.0.0-dev.32 09:17:57 v2.0.0-dev.33 09:17:57 v2.0.0-dev.34 09:17:57 v2.0.0-dev.35 09:17:57 v2.0.0-dev.36 09:17:57 v2.0.0-dev.37 09:17:57 v2.0.0-dev.38 09:17:57 v2.0.0-dev.39 09:17:57 v2.0.0-dev.4 09:17:57 v2.0.0-dev.40 09:17:57 v2.0.0-dev.41 09:17:57 v2.0.0-dev.42 09:17:57 v2.0.0-dev.43 09:17:57 v2.0.0-dev.44 09:17:57 v2.0.0-dev.45 09:17:57 v2.0.0-dev.46 09:17:57 v2.0.0-dev.47 09:17:57 v2.0.0-dev.48 09:17:57 v2.0.0-dev.49 09:17:57 v2.0.0-dev.5 09:17:57 v2.0.0-dev.50 09:17:57 v2.0.0-dev.51 09:17:57 v2.0.0-dev.52 09:17:57 v2.0.0-dev.53 09:17:57 v2.0.0-dev.54 09:17:57 v2.0.0-dev.55 09:17:57 v2.0.0-dev.56 09:17:57 v2.0.0-dev.57 09:17:57 v2.0.0-dev.58 09:17:57 v2.0.0-dev.59 09:17:57 v2.0.0-dev.6 09:17:57 v2.0.0-dev.60 09:17:57 v2.0.0-dev.61 09:17:57 v2.0.0-dev.62 09:17:57 v2.0.0-dev.63 09:17:57 v2.0.0-dev.64 09:17:57 v2.0.0-dev.65 09:17:57 v2.0.0-dev.66 09:17:57 v2.0.0-dev.67 09:17:57 v2.0.0-dev.68 09:17:57 v2.0.0-dev.69 09:17:57 v2.0.0-dev.7 09:17:57 v2.0.0-dev.70 09:17:57 v2.0.0-dev.71 09:17:57 v2.0.0-dev.72 09:17:57 v2.0.0-dev.73 09:17:57 v2.0.0-dev.74 09:17:57 v2.0.0-dev.75 09:17:57 v2.0.0-dev.8 09:17:57 v2.0.0-dev.9 [Pipeline] sh 09:17:57 + lftools sign git-tag v2.0.0-dev.75 09:18:00 Signing Git tag with Sigul... 09:18:00 Signing v2.0.0-dev.75 [Pipeline] echo 09:18:02 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:18:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:18:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:18:03 $ docker stop --time=1 350ee6787768f2b9e4817002adefebf44605c60d40e39a3462ff37ccfcc0573a 09:18:05 $ docker rm -f 350ee6787768f2b9e4817002adefebf44605c60d40e39a3462ff37ccfcc0573a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:18:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:18:06 . [Pipeline] withDockerContainer 09:18:07 prd-centos7-docker-4c-2g-1656 does not seem to be running inside a container 09:18:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:18:10 $ docker top bd71c4c44fcfc1e75857c9e219e9fd048ec2c11e12b1e633695ed12febcc4564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:18:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:18:10 [ssh-agent] Looking for ssh-agent implementation... 09:18:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:18:11 $ docker exec bd71c4c44fcfc1e75857c9e219e9fd048ec2c11e12b1e633695ed12febcc4564 ssh-agent 09:18:12 SSH_AUTH_SOCK=/tmp/ssh-3eiAJaGCiGFw/agent.11 09:18:12 SSH_AGENT_PID=16 09:18:12 Running ssh-add (command line suppressed) 09:18:13 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8976479312177892911.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8976479312177892911.key) 09:18:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:18:14 + git semver bump pre 09:18:15 # -> Open(): unable to determine branch for HEAD 09:18:15 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:18:15 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:18:15 # $SEMVER_REMOTE_NAME = origin 09:18:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:18:15 # $SEMVER_USER_NAME = edgex-jenkins 09:18:15 # $SEMVER_BRANCH = master 09:18:15 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 09:18:15 2.0.0-dev.76 [Pipeline] } 09:18:15 $ docker exec --env ******** --env ******** bd71c4c44fcfc1e75857c9e219e9fd048ec2c11e12b1e633695ed12febcc4564 ssh-agent -k 09:18:15 unset SSH_AUTH_SOCK; 09:18:15 unset SSH_AGENT_PID; 09:18:15 echo Agent pid 16 killed; 09:18:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:18:16 + git semver [Pipeline] } 09:18:16 $ docker stop --time=1 bd71c4c44fcfc1e75857c9e219e9fd048ec2c11e12b1e633695ed12febcc4564 09:18:18 $ docker rm -f bd71c4c44fcfc1e75857c9e219e9fd048ec2c11e12b1e633695ed12febcc4564 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:18:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:18:19 . [Pipeline] withDockerContainer 09:18:20 prd-centos7-docker-4c-2g-1656 does not seem to be running inside a container 09:18:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:18:22 $ docker top 6451fb2db39bb4eec8ecb7b84460feff0e0a70c67fdac6049c9c42d9a96493a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:18:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:18:22 [ssh-agent] Looking for ssh-agent implementation... 09:18:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:18:24 $ docker exec 6451fb2db39bb4eec8ecb7b84460feff0e0a70c67fdac6049c9c42d9a96493a4 ssh-agent 09:18:26 SSH_AUTH_SOCK=/tmp/ssh-YyFW1Z8JG7jF/agent.11 09:18:26 SSH_AGENT_PID=16 09:18:26 Running ssh-add (command line suppressed) 09:18:26 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8130233401224878905.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8130233401224878905.key) 09:18:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:18:27 + git semver push 09:18:27 # -> Open(): unable to determine branch for HEAD 09:18:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:18:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:18:27 # $SEMVER_REMOTE_NAME = origin 09:18:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:18:27 # $SEMVER_USER_NAME = edgex-jenkins 09:18:27 # $SEMVER_BRANCH = master 09:18:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:18:33 $ docker exec --env ******** --env ******** 6451fb2db39bb4eec8ecb7b84460feff0e0a70c67fdac6049c9c42d9a96493a4 ssh-agent -k 09:18:34 unset SSH_AUTH_SOCK; 09:18:34 unset SSH_AGENT_PID; 09:18:34 echo Agent pid 16 killed; 09:18:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:18:34 + git semver [Pipeline] } 09:18:35 $ docker stop --time=1 6451fb2db39bb4eec8ecb7b84460feff0e0a70c67fdac6049c9c42d9a96493a4 09:18:37 $ docker rm -f 6451fb2db39bb4eec8ecb7b84460feff0e0a70c67fdac6049c9c42d9a96493a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:18:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:18:39 ---> package-listing.sh 09:18:39 ++ facter osfamily 09:18:39 ++ tr '[:upper:]' '[:lower:]' 09:18:39 + OS_FAMILY=redhat 09:18:39 + workspace=/w/workspace/dry_go-mod-core-contracts_master 09:18:39 + START_PACKAGES=/tmp/packages_start.txt 09:18:39 + END_PACKAGES=/tmp/packages_end.txt 09:18:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:18:39 + PACKAGES=/tmp/packages_start.txt 09:18:39 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 09:18:39 + PACKAGES=/tmp/packages_end.txt 09:18:39 + case "${OS_FAMILY}" in 09:18:39 + sort 09:18:39 + rpm -qa 09:18:46 + '[' -f /tmp/packages_start.txt ']' 09:18:46 + '[' -f /tmp/packages_end.txt ']' 09:18:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:18:46 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 09:18:46 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 09:18:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 09:18:46 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:18:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:18:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:18:47 09:18:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:18:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:18:47 alpine: Pulling from edgex-lftools-log-publisher 09:18:47 df20fa9351a1: Pulling fs layer 09:18:47 36b3adc4ff6f: Pulling fs layer 09:18:47 8ad3a11d3b57: Pulling fs layer 09:18:47 46f8f816bc3b: Pulling fs layer 09:18:47 93b61091891f: Pulling fs layer 09:18:47 93b9cdb0e59b: Pulling fs layer 09:18:47 5e14af77c1be: Pulling fs layer 09:18:47 01666e4c0597: Pulling fs layer 09:18:47 aa168da1d23b: Pulling fs layer 09:18:47 93b9cdb0e59b: Waiting 09:18:47 5e14af77c1be: Waiting 09:18:47 01666e4c0597: Waiting 09:18:47 46f8f816bc3b: Waiting 09:18:47 93b61091891f: Waiting 09:18:47 aa168da1d23b: Waiting 09:18:47 36b3adc4ff6f: Verifying Checksum 09:18:47 36b3adc4ff6f: Download complete 09:18:47 46f8f816bc3b: Verifying Checksum 09:18:47 46f8f816bc3b: Download complete 09:18:47 df20fa9351a1: Download complete 09:18:47 93b9cdb0e59b: Verifying Checksum 09:18:47 93b9cdb0e59b: Download complete 09:18:47 5e14af77c1be: Verifying Checksum 09:18:47 5e14af77c1be: Download complete 09:18:47 01666e4c0597: Verifying Checksum 09:18:47 01666e4c0597: Download complete 09:18:48 93b61091891f: Verifying Checksum 09:18:48 93b61091891f: Download complete 09:18:48 8ad3a11d3b57: Verifying Checksum 09:18:48 8ad3a11d3b57: Download complete 09:18:48 df20fa9351a1: Pull complete 09:18:48 36b3adc4ff6f: Pull complete 09:18:50 8ad3a11d3b57: Pull complete 09:18:50 46f8f816bc3b: Pull complete 09:18:51 aa168da1d23b: Verifying Checksum 09:18:51 aa168da1d23b: Download complete 09:18:51 93b61091891f: Pull complete 09:18:52 93b9cdb0e59b: Pull complete 09:18:52 5e14af77c1be: Pull complete 09:18:52 01666e4c0597: Pull complete 09:19:08 aa168da1d23b: Pull complete 09:19:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:19:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:19:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:19:08 prd-centos7-docker-4c-2g-1656 does not seem to be running inside a container 09:19:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:19:11 $ docker top 63cc8e331e48b01f523203961d6a170de1362a7fa9299650d8cb3eb09fe4ec8a -eo pid,comm [Pipeline] { [Pipeline] sh 09:19:12 + touch /tmp/pre-build-complete [Pipeline] sh 09:19:13 + mkdir -p /var/log/sa [Pipeline] sh 09:19:13 + ls /var/log/sa-host 09:19:13 + sadf -c /var/log/sa-host/sa23 09:19:13 file_magic: OK 09:19:13 HZ: Using current value: 100 09:19:13 file_header: OK 09:19:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:19:13 Statistics: 09:19:13 Hnuu...uuuununununu... 09:19:13 File successfully converted to sysstat format version 12.2.1 09:19:13 + sadf -c /var/log/sa-host/sa25 09:19:13 file_magic: OK 09:19:13 HZ: Using current value: 100 09:19:13 file_header: OK 09:19:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:19:13 Statistics: 09:19:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:19:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:19:13 provisioning config files... 09:19:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7704787453059957016tmp [Pipeline] { [Pipeline] echo 09:19:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:19:14 ---> create-netrc.sh [Pipeline] } 09:19:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:19:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:19:14 ---> python-tools-install.sh [Pipeline] echo 09:19:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:19:14 ---> sudo-logs.sh 09:19:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:19:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:19:15 ---> job-cost.sh 09:19:15 lf-activate-venv: SKIPPING 09:19:15 DEBUG: total: 0.20999999344348907 09:19:15 INFO: Retrieving Stack Cost... 09:19:16 INFO: Retrieving Pricing Info for: v1-standard-2 09:19:16 INFO: Archiving Costs [Pipeline] echo 09:19:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:19:17 ---> logs-deploy.sh 09:19:17 lf-activate-venv: SKIPPING 09:19:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/194 09:19:17 INFO: archiving workspace using pattern(s): 09:19:19 Archives upload complete. 09:19:20 INFO: archiving logs to Nexus 09:19:22 ---> uname -a: 09:19:22 Linux prd-centos7-docker-4c-2g-1656.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:19:22 09:19:22 09:19:22 ---> lscpu: 09:19:22 Architecture: x86_64 09:19:22 CPU op-mode(s): 32-bit, 64-bit 09:19:22 Byte Order: Little Endian 09:19:22 Address sizes: 40 bits physical, 48 bits virtual 09:19:22 CPU(s): 4 09:19:22 On-line CPU(s) list: 0-3 09:19:22 Thread(s) per core: 1 09:19:22 Core(s) per socket: 1 09:19:22 Socket(s): 4 09:19:22 NUMA node(s): 1 09:19:22 Vendor ID: GenuineIntel 09:19:22 CPU family: 6 09:19:22 Model: 44 09:19:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:19:22 Stepping: 1 09:19:22 CPU MHz: 2933.438 09:19:22 BogoMIPS: 5866.87 09:19:22 Virtualization: VT-x 09:19:22 Hypervisor vendor: KVM 09:19:22 Virtualization type: full 09:19:22 L1d cache: 128 KiB 09:19:22 L1i cache: 128 KiB 09:19:22 L2 cache: 16 MiB 09:19:22 L3 cache: 64 MiB 09:19:22 NUMA node0 CPU(s): 0-3 09:19:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:19:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:19:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:19:22 Vulnerability Meltdown: Mitigation; PTI 09:19:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:19:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:19:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:19:22 Vulnerability Srbds: Not affected 09:19:22 Vulnerability Tsx async abort: Not affected 09:19:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 09:19:22 09:19:22 09:19:22 ---> nproc: 09:19:22 4 09:19:22 09:19:22 09:19:22 ---> df -h: 09:19:22 Filesystem Size Used Available Use% Mounted on 09:19:22 overlay 50.0G 8.5G 41.4G 17% / 09:19:22 tmpfs 64.0M 0 64.0M 0% /dev 09:19:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:19:22 shm 64.0M 0 64.0M 0% /dev/shm 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 09:19:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 09:19:22 09:19:22 09:19:22 ---> free -m: 09:19:22 total used free shared buff/cache available 09:19:22 Mem: 1837 841 147 0 848 929 09:19:22 Swap: 1023 3 1020 09:19:22 09:19:22 09:19:22 ---> ip addr: 09:19:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:19:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:19:22 inet 127.0.0.1/8 scope host lo 09:19:22 valid_lft forever preferred_lft forever 09:19:22 inet6 ::1/128 scope host 09:19:22 valid_lft forever preferred_lft forever 09:19:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:19:22 link/ether fa:16:3e:a8:08:a4 brd ff:ff:ff:ff:ff:ff 09:19:22 inet 10.30.122.157/23 brd 10.30.123.255 scope global dynamic eth0 09:19:22 valid_lft 85560sec preferred_lft 85560sec 09:19:22 inet6 fe80::f816:3eff:fea8:8a4/64 scope link 09:19:22 valid_lft forever preferred_lft forever 09:19:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:19:22 link/ether 02:42:dd:ba:dc:b1 brd ff:ff:ff:ff:ff:ff 09:19:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:19:22 valid_lft forever preferred_lft forever 09:19:22 inet6 fe80::42:ddff:feba:dcb1/64 scope link 09:19:22 valid_lft forever preferred_lft forever 09:19:22 09:19:22 09:19:22 ---> sar -b -r -n DEV: 09:19:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/25/21 _x86_64_ (4 CPU) 09:19:22 09:19:22 09:05:09 LINUX RESTART (4 CPU) 09:19:22 09:19:22 09:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:19:22 09:07:02 105.64 46.07 59.57 0.00 6678.34 29457.81 0.00 09:19:22 09:08:01 26.71 4.53 22.18 0.00 1156.02 2441.19 0.00 09:19:22 09:09:01 0.55 0.02 0.53 0.00 0.53 10.39 0.00 09:19:22 09:10:01 0.25 0.00 0.25 0.00 0.00 2.69 0.00 09:19:22 09:11:01 0.23 0.00 0.23 0.00 0.00 3.23 0.00 09:19:22 09:12:01 0.30 0.00 0.30 0.00 0.00 4.46 0.00 09:19:22 09:13:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 09:19:22 09:14:01 0.25 0.00 0.25 0.00 0.00 3.15 0.00 09:19:22 09:15:02 0.23 0.00 0.23 0.00 0.00 2.16 0.00 09:19:22 09:16:01 249.41 147.16 102.25 0.00 7073.70 33771.10 0.00 09:19:22 09:17:01 109.42 52.19 57.23 0.00 2241.01 14862.36 0.00 09:19:22 09:18:01 170.40 60.05 110.35 0.00 3502.74 19475.95 0.00 09:19:22 09:19:01 124.12 64.32 59.80 0.00 5110.84 18232.58 0.00 09:19:22 Average: 60.46 28.70 31.76 0.00 1978.56 9085.01 0.00 09:19:22 09:19:22 09:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:19:22 09:07:02 76936 0 663516 35.26 2620 1138472 1554856 53.06 470916 1132000 49176 09:19:22 09:08:01 160576 0 610388 32.44 2620 1107960 1138428 38.85 443796 1075464 28 09:19:22 09:09:01 171784 0 599176 31.84 2620 1107964 1070732 36.54 440828 1069264 8 09:19:22 09:10:01 167352 0 603604 32.08 2620 1107968 1071000 36.55 460576 1054032 8 09:19:22 09:11:01 165004 0 605948 32.20 2620 1107972 1071084 36.55 463004 1054032 20 09:19:22 09:12:01 166036 0 604908 32.15 2620 1107980 1070892 36.55 457612 1058552 16 09:19:22 09:13:01 166820 0 604124 32.11 2620 1107980 1070796 36.54 457100 1058552 12 09:19:22 09:14:01 166612 0 604324 32.12 2620 1107988 1070796 36.54 456984 1058556 8 09:19:22 09:15:02 166868 0 604064 32.10 2620 1107992 1070796 36.54 456980 1058552 8 09:19:22 09:16:01 104996 0 773632 41.12 2596 1000320 1408868 48.08 542876 979416 136 09:19:22 09:17:01 142956 0 774076 41.14 2516 961996 1548464 52.85 607624 864652 87392 09:19:22 09:18:01 168780 0 790528 42.01 1492 920744 1267252 43.25 635820 739080 89076 09:19:22 09:19:01 74320 0 849820 45.17 1376 956028 1551256 52.94 694428 773692 19660 09:19:22 Average: 146080 0 668316 35.52 2428 1064720 1228094 41.91 506811 998142 18888 09:19:22 09:19:22 09:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:19:22 09:07:02 eth0 240.65 169.32 1057.31 63.69 0.00 0.00 0.00 0.00 09:19:22 09:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:08:01 eth0 27.28 23.88 51.53 10.82 0.00 0.00 0.00 0.00 09:19:22 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:08:01 docker0 7.09 5.38 2.02 23.45 0.00 0.00 0.00 0.00 09:19:22 09:09:01 eth0 0.73 0.07 0.06 0.01 0.00 0.00 0.00 0.00 09:19:22 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:10:01 eth0 1.11 0.37 0.32 0.20 0.00 0.00 0.00 0.00 09:19:22 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:11:01 eth0 1.38 0.47 0.58 0.35 0.00 0.00 0.00 0.00 09:19:22 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:12:01 eth0 0.38 0.25 0.17 0.11 0.00 0.00 0.00 0.00 09:19:22 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:13:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:19:22 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:14:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:19:22 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:15:02 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:19:22 09:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:16:01 vethda5d2aa 3.16 3.21 0.37 2.92 0.00 0.00 0.00 0.00 09:19:22 09:16:01 eth0 428.97 350.96 4153.83 72.09 0.00 0.00 0.00 0.00 09:19:22 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:16:01 docker0 3.16 3.11 0.33 2.91 0.00 0.00 0.00 0.00 09:19:22 09:17:01 eth0 375.30 303.09 3469.94 30.77 0.00 0.00 0.00 0.00 09:19:22 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:17:01 docker0 26.53 32.07 1.78 275.56 0.00 0.00 0.00 0.00 09:19:22 09:18:01 eth0 78.93 64.22 273.98 74.05 0.00 0.00 0.00 0.00 09:19:22 09:18:01 vethb550559 28.64 37.43 1.88 244.60 0.00 0.00 0.00 0.00 09:19:22 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:18:01 docker0 28.64 37.29 1.49 244.59 0.00 0.00 0.00 0.00 09:19:22 09:19:01 eth0 225.36 165.43 2196.41 28.64 0.00 0.00 0.00 0.00 09:19:22 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 09:19:01 docker0 3.54 2.27 0.84 1.02 0.00 0.00 0.00 0.00 09:19:22 Average: eth0 106.01 82.78 859.71 21.57 0.00 0.00 0.00 0.00 09:19:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:22 Average: docker0 5.31 6.17 0.50 42.24 0.00 0.00 0.00 0.00 09:19:22 09:19:22 09:19:22 ---> sar -P ALL: 09:19:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/25/21 _x86_64_ (4 CPU) 09:19:22 09:19:22 09:05:09 LINUX RESTART (4 CPU) 09:19:22 09:19:22 09:06:01 CPU %user %nice %system %iowait %steal %idle 09:19:22 09:07:02 all 12.51 0.00 6.38 6.57 34.71 39.84 09:19:22 09:07:02 0 13.38 0.00 8.24 5.54 33.80 39.04 09:19:22 09:07:02 1 10.42 0.00 5.51 7.75 35.40 40.92 09:19:22 09:07:02 2 14.31 0.00 6.36 8.10 35.40 35.83 09:19:22 09:07:02 3 12.09 0.00 5.52 4.84 34.18 43.37 09:19:22 09:08:01 all 1.25 0.00 1.35 0.74 6.08 90.58 09:19:22 09:08:01 0 1.49 0.00 1.24 0.51 6.44 90.32 09:19:22 09:08:01 1 1.26 0.00 1.43 1.74 5.83 89.73 09:19:22 09:08:01 2 1.26 0.00 1.54 0.38 6.22 90.59 09:19:22 09:08:01 3 1.01 0.00 1.19 0.31 5.81 91.68 09:19:22 09:09:01 all 0.07 0.00 0.07 0.00 0.63 99.24 09:19:22 09:09:01 0 0.13 0.00 0.07 0.00 0.37 99.43 09:19:22 09:09:01 1 0.10 0.00 0.10 0.00 0.81 98.99 09:19:22 09:09:01 2 0.05 0.00 0.07 0.00 1.09 98.79 09:19:22 09:09:01 3 0.00 0.00 0.03 0.00 0.23 99.73 09:19:22 09:10:01 all 0.11 0.00 0.05 0.00 0.60 99.24 09:19:22 09:10:01 0 0.05 0.00 0.03 0.00 0.61 99.30 09:19:22 09:10:01 1 0.30 0.00 0.12 0.00 0.80 98.79 09:19:22 09:10:01 2 0.07 0.00 0.03 0.00 0.80 99.11 09:19:22 09:10:01 3 0.03 0.00 0.02 0.00 0.20 99.75 09:19:22 09:11:01 all 0.12 0.00 0.05 0.00 0.55 99.27 09:19:22 09:11:01 0 0.03 0.00 0.05 0.00 0.56 99.35 09:19:22 09:11:01 1 0.02 0.00 0.08 0.00 0.13 99.77 09:19:22 09:11:01 2 0.40 0.00 0.05 0.00 1.14 98.41 09:19:22 09:11:01 3 0.05 0.00 0.03 0.00 0.35 99.57 09:19:22 09:12:01 all 0.12 0.00 0.19 0.00 0.86 98.83 09:19:22 09:12:01 0 0.02 0.00 0.18 0.00 0.93 98.87 09:19:22 09:12:01 1 0.05 0.00 0.30 0.00 0.75 98.91 09:19:22 09:12:01 2 0.38 0.00 0.15 0.00 0.99 98.48 09:19:22 09:12:01 3 0.02 0.00 0.13 0.00 0.78 99.07 09:19:22 09:13:01 all 0.08 0.00 0.05 0.00 1.16 98.71 09:19:22 09:13:01 0 0.02 0.00 0.03 0.00 0.58 99.37 09:19:22 09:13:01 1 0.03 0.00 0.05 0.00 1.54 98.37 09:19:22 09:13:01 2 0.26 0.00 0.10 0.00 1.58 98.06 09:19:22 09:13:01 3 0.02 0.00 0.02 0.00 0.94 99.03 09:19:22 09:14:01 all 0.14 0.00 0.04 0.00 0.28 99.53 09:19:22 09:14:01 0 0.05 0.00 0.03 0.00 0.08 99.83 09:19:22 09:14:01 1 0.03 0.00 0.02 0.02 0.12 99.82 09:19:22 09:14:01 2 0.38 0.00 0.03 0.00 0.28 99.30 09:19:22 09:14:01 3 0.10 0.00 0.08 0.00 0.65 99.17 09:19:22 09:15:02 all 0.11 0.00 0.02 0.00 0.37 99.50 09:19:22 09:15:02 0 0.02 0.00 0.02 0.00 0.17 99.80 09:19:22 09:15:02 1 0.05 0.00 0.03 0.00 0.81 99.11 09:19:22 09:15:02 2 0.37 0.00 0.02 0.00 0.32 99.30 09:19:22 09:15:02 3 0.00 0.00 0.02 0.00 0.20 99.78 09:19:22 09:16:01 all 5.65 0.00 4.82 1.51 25.39 62.63 09:19:22 09:16:01 0 5.69 0.00 5.73 1.53 26.75 60.30 09:19:22 09:16:01 1 5.63 0.00 4.66 1.61 25.23 62.87 09:19:22 09:16:01 2 6.13 0.00 4.88 1.18 25.58 62.23 09:19:22 09:16:01 3 5.15 0.00 4.02 1.72 24.03 65.08 09:19:22 09:17:01 all 4.03 0.00 3.73 3.42 24.70 64.12 09:19:22 09:17:01 0 3.83 0.00 3.86 2.93 26.16 63.21 09:19:22 09:17:01 1 4.29 0.00 3.23 2.31 24.34 65.83 09:19:22 09:17:01 2 4.33 0.00 3.74 5.14 24.49 62.29 09:19:22 09:17:01 3 3.66 0.00 4.12 3.31 23.79 65.13 09:19:22 09:19:22 09:17:01 CPU %user %nice %system %iowait %steal %idle 09:19:22 09:18:01 all 5.70 0.00 4.99 2.32 28.32 58.67 09:19:22 09:18:01 0 10.29 0.00 4.78 3.85 30.33 50.75 09:19:22 09:18:01 1 3.22 0.00 4.06 2.32 28.31 62.08 09:19:22 09:18:01 2 4.94 0.00 5.35 1.56 27.70 60.45 09:19:22 09:18:01 3 4.26 0.00 5.80 1.51 26.89 61.53 09:19:22 09:19:01 all 4.33 0.00 6.19 2.30 22.91 64.26 09:19:22 09:19:01 0 3.78 0.00 6.80 0.66 23.01 65.75 09:19:22 09:19:01 1 4.82 0.00 5.67 6.37 24.40 58.74 09:19:22 09:19:01 2 4.08 0.00 6.29 0.89 21.67 67.08 09:19:22 09:19:01 3 4.66 0.00 6.01 1.26 22.57 65.50 09:19:22 Average: all 2.75 0.00 2.24 1.36 11.77 81.88 09:19:22 Average: 0 3.11 0.00 2.48 1.21 12.00 81.21 09:19:22 Average: 1 2.45 0.00 2.04 1.80 12.06 81.65 09:19:22 Average: 2 2.93 0.00 2.28 1.38 11.73 81.68 09:19:22 Average: 3 2.50 0.00 2.18 1.05 11.31 82.97 09:19:22 09:19:22 09:19:22