Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-29496 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 # timeout=10 Commit message: "Merge pull request #542 from weichou1229/issue-541" > git rev-list --no-walk 1c03d9d3822474c4cba2679e8741b0e2d9c606aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:06:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:06:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:06:49 ========================================================= 09:06:49 EdgeX Global Pipelines Version Info 09:06:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:06:50 ------------------- 09:06:50 stable info: 09:06:50 ------------------- 09:06:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:06:50 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:06:50 Message: update stable to v1.0.184 09:06:51 ------------------- 09:06:51 experimental info: 09:06:51 ------------------- 09:06:51 Commited By: **** collab-it+edgex@linuxfoundation.org 09:06:51 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:06:51 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:06:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 09:06:52 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 09:06:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:06:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:06:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:06:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:06:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:06:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:06:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:06:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 [Pipeline] echo 09:06:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e84a19 [Pipeline] echo 09:06:55 [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:55 + git log --format=format:%s -1 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 [Pipeline] echo 09:06:56 GIT_COMMIT: 2e84a1999ba363d5cf07a9f7c494c7f30be401f0, Commit Message: Merge pull request #542 from weichou1229/issue-541 [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:57 09:06:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:06:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:57 latest: Pulling from edgex-devops/git-semver 09:06:57 31603596830f: Pulling fs layer 09:06:57 2a8b12db71e7: Pulling fs layer 09:06:57 6ca5941a6612: Pulling fs layer 09:06:57 ecc8261a40a4: Pulling fs layer 09:06:57 ecc8261a40a4: Waiting 09:06:58 2a8b12db71e7: Download complete 09:06:58 31603596830f: Verifying Checksum 09:06:58 31603596830f: Download complete 09:06:58 ecc8261a40a4: Verifying Checksum 09:06:58 ecc8261a40a4: Download complete 09:06:58 6ca5941a6612: Verifying Checksum 09:06:58 6ca5941a6612: Download complete 09:06:58 31603596830f: Pull complete 09:06:58 2a8b12db71e7: Pull complete 09:06:59 6ca5941a6612: Pull complete 09:06:59 ecc8261a40a4: Pull complete 09:06:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:06:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:06:59 prd-centos7-docker-4c-2g-29496 does not seem to be running inside a container 09:06:59 $ 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:02 $ docker top 9f19feaaca6b7e6fa788f5d4c42113aafa7987a7d58ea23d9744f9720cd5e810 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:07:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:07:02 [ssh-agent] Looking for ssh-agent implementation... 09:07:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:07:02 $ docker exec 9f19feaaca6b7e6fa788f5d4c42113aafa7987a7d58ea23d9744f9720cd5e810 ssh-agent 09:07:02 SSH_AUTH_SOCK=/tmp/ssh-GHDw6Sqtm1kI/agent.11 09:07:02 SSH_AGENT_PID=16 09:07:02 Running ssh-add (command line suppressed) 09:07:03 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6084423522641705739.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6084423522641705739.key) 09:07:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:07:03 + git tag --points-at HEAD [Pipeline] } 09:07:03 $ docker exec --env ******** --env ******** 9f19feaaca6b7e6fa788f5d4c42113aafa7987a7d58ea23d9744f9720cd5e810 ssh-agent -k 09:07:03 unset SSH_AUTH_SOCK; 09:07:03 unset SSH_AGENT_PID; 09:07:03 echo Agent pid 16 killed; 09:07:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:07:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:07:03 [ssh-agent] Looking for ssh-agent implementation... 09:07:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:07:03 $ docker exec 9f19feaaca6b7e6fa788f5d4c42113aafa7987a7d58ea23d9744f9720cd5e810 ssh-agent 09:07:04 SSH_AUTH_SOCK=/tmp/ssh-fNc00YNDWxwf/agent.45 09:07:04 SSH_AGENT_PID=50 09:07:04 Running ssh-add (command line suppressed) 09:07:04 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3844038198633077933.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3844038198633077933.key) 09:07:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:07:04 + git semver init 09:07:04 # -> Open(): unable to determine branch for HEAD 09:07:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:07:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:07:04 # $SEMVER_REMOTE_NAME = origin 09:07:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:07:04 # $SEMVER_USER_NAME = edgex-jenkins 09:07:04 # $SEMVER_BRANCH = master 09:07:04 # $SEMVER_TEMP = /tmp/semver-741035956 09:07:04 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:07:05 # '/tmp/semver-741035956' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 09:07:05 # -> Force: false 09:07:05 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:07:05 $ docker exec --env ******** --env ******** 9f19feaaca6b7e6fa788f5d4c42113aafa7987a7d58ea23d9744f9720cd5e810 ssh-agent -k 09:07:05 unset SSH_AUTH_SOCK; 09:07:05 unset SSH_AGENT_PID; 09:07:05 echo Agent pid 50 killed; 09:07:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:07:05 + git semver [Pipeline] } 09:07:05 $ docker stop --time=1 9f19feaaca6b7e6fa788f5d4c42113aafa7987a7d58ea23d9744f9720cd5e810 09:07:07 $ docker rm -f 9f19feaaca6b7e6fa788f5d4c42113aafa7987a7d58ea23d9744f9720cd5e810 [Pipeline] // withDockerContainer [Pipeline] sh 09:07:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:07:08 Stashed 1 file(s) [Pipeline] echo 09:07:08 [edgeXSemver]: initialized semver on version 2.0.0-dev.48 [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:24 Still waiting to schedule task 09:07:24 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29496’ 09:07:24 Still waiting to schedule task 09:07:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:09:09 Running on prd-centos7-docker-4c-2g-29498 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 09:09:09 Running in /w/workspace/go-mod-core-contracts/166 [Pipeline] { [Pipeline] checkout 09:09:12 using credential edgex-jenkins-ssh 09:09:12 Cloning the remote Git repository 09:09:12 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:12 > git init /w/workspace/go-mod-core-contracts/166 # timeout=10 09:09:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:12 > git --version # timeout=10 09:09:12 > git --version # 'git version 2.24.3' 09:09:12 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:09:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:09:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:09:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:09:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:13 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:09:13 Checking out Revision 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 (master) 09:09:13 > git config core.sparsecheckout # timeout=10 09:09:13 > git checkout -f 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 # timeout=10 09:09:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29497 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 09:09:15 Running in /w/workspace/go-mod-core-contracts/166 [Pipeline] { [Pipeline] checkout 09:09:17 Commit message: "Merge pull request #542 from weichou1229/issue-541" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:09:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:09:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:09:19 + sudo service docker restart 09:09:19 + true 09:09:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 09:09:20 ========================================================= 09:09:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:09:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:09:20 + 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:09:20 using credential edgex-jenkins-ssh 09:09:21 Cloning the remote Git repository 09:09:21 Sending build context to Docker daemon 2.774MB 09:09:21 Step 1/7 : ARG BASE=golang:1.15-alpine 09:09:21 Step 2/7 : FROM ${BASE} 09:09:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:09:21 188c0c94c7c5: Pulling fs layer 09:09:21 0ef7d3d256c8: Pulling fs layer 09:09:21 de9db76c5a1d: Pulling fs layer 09:09:21 bca2f99d35d6: Pulling fs layer 09:09:21 93359f2a8cfa: Pulling fs layer 09:09:21 7c6f9722023f: Pulling fs layer 09:09:21 a35cf1a2eb13: Pulling fs layer 09:09:21 93359f2a8cfa: Waiting 09:09:21 7c6f9722023f: Waiting 09:09:21 a35cf1a2eb13: Waiting 09:09:21 bca2f99d35d6: Waiting 09:09:21 de9db76c5a1d: Verifying Checksum 09:09:21 de9db76c5a1d: Download complete 09:09:21 0ef7d3d256c8: Download complete 09:09:21 93359f2a8cfa: Verifying Checksum 09:09:21 93359f2a8cfa: Download complete 09:09:21 188c0c94c7c5: Verifying Checksum 09:09:21 188c0c94c7c5: Download complete 09:09:21 7c6f9722023f: Verifying Checksum 09:09:21 7c6f9722023f: Download complete 09:09:21 188c0c94c7c5: Pull complete 09:09:22 0ef7d3d256c8: Pull complete 09:09:22 de9db76c5a1d: Pull complete 09:09:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:21 > git init /w/workspace/go-mod-core-contracts/166 # timeout=10 09:09:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:21 > git --version # timeout=10 09:09:21 > git --version # 'git version 2.17.1' 09:09:21 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:09:23 Checking out Revision 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 (master) 09:09:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:09:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:09:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:09:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:09:23 > git config core.sparsecheckout # timeout=10 09:09:23 > git checkout -f 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 # timeout=10 09:09:24 a35cf1a2eb13: Verifying Checksum 09:09:24 a35cf1a2eb13: Download complete 09:09:24 bca2f99d35d6: Verifying Checksum 09:09:24 bca2f99d35d6: Download complete 09:09:27 Commit message: "Merge pull request #542 from weichou1229/issue-541" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:09:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:09:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:09:30 + + truesudo 09:09:30 service docker restart 09:09:31 bca2f99d35d6: Pull complete 09:09:31 93359f2a8cfa: Pull complete 09:09:31 7c6f9722023f: Pull complete [Pipeline] unstash [Pipeline] echo 09:09:33 ========================================================= 09:09:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:09:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:09:33 + 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:09:34 Sending build context to Docker daemon 2.774MB 09:09:34 Step 1/7 : ARG BASE=golang:1.15-alpine 09:09:34 Step 2/7 : FROM ${BASE} 09:09:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:09:35 5f621e34cdf4: Pulling fs layer 09:09:35 a4357932f1b6: Pulling fs layer 09:09:35 18c013af1878: Pulling fs layer 09:09:35 00ac8860ef70: Pulling fs layer 09:09:35 63d7cb157983: Pulling fs layer 09:09:35 b116817d02f9: Pulling fs layer 09:09:35 745a02a5169b: Pulling fs layer 09:09:35 00ac8860ef70: Waiting 09:09:35 63d7cb157983: Waiting 09:09:35 b116817d02f9: Waiting 09:09:35 745a02a5169b: Waiting 09:09:35 18c013af1878: Verifying Checksum 09:09:35 18c013af1878: Download complete 09:09:35 a4357932f1b6: Verifying Checksum 09:09:35 a4357932f1b6: Download complete 09:09:35 63d7cb157983: Verifying Checksum 09:09:35 63d7cb157983: Download complete 09:09:35 b116817d02f9: Verifying Checksum 09:09:35 b116817d02f9: Download complete 09:09:35 5f621e34cdf4: Verifying Checksum 09:09:35 5f621e34cdf4: Download complete 09:09:35 a35cf1a2eb13: Pull complete 09:09:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:09:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:09:35 ---> a62c8e92a672 09:09:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:09:35 ---> Running in d79ab110f7d6 09:09:35 Removing intermediate container d79ab110f7d6 09:09:35 ---> 6953034240d3 09:09:35 Step 4/7 : RUN apk add bash 09:09:35 ---> Running in 42a62811e36b 09:09:35 5f621e34cdf4: Pull complete 09:09:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:36 a4357932f1b6: Pull complete 09:09:36 18c013af1878: Pull complete 09:09:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:37 745a02a5169b: Verifying Checksum 09:09:37 745a02a5169b: Download complete 09:09:37 OK: 166 MiB in 39 packages 09:09:38 Removing intermediate container 42a62811e36b 09:09:38 ---> 9367c69bc395 09:09:38 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:09:38 ---> Running in ca7699dcd966 09:09:38 Removing intermediate container ca7699dcd966 09:09:38 ---> 118156d32821 09:09:38 Step 6/7 : COPY go.mod . 09:09:38 ---> e578050bf315 09:09:38 Step 7/7 : RUN go mod download 09:09:38 ---> Running in a4ee1c4bcb80 09:09:38 00ac8860ef70: Download complete 09:09:49 00ac8860ef70: Pull complete 09:09:49 63d7cb157983: Pull complete 09:09:49 b116817d02f9: Pull complete 09:09:51 Removing intermediate container a4ee1c4bcb80 09:09:51 ---> 3694bb67f769 09:09:51 Successfully built 3694bb67f769 09:09:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:09:51 + docker inspect -f . ci-base-image-x86_64 09:09:51 . [Pipeline] withDockerContainer 09:09:51 prd-centos7-docker-4c-2g-29498 does not seem to be running inside a container 09:09:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/166 -v /w/workspace/go-mod-core-contracts/166:/w/workspace/go-mod-core-contracts/166:rw,z -v /w/workspace/go-mod-core-contracts/166@tmp:/w/workspace/go-mod-core-contracts/166@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:09:52 $ docker top 938b1334921f89bc73f9f62c34891e7e4b245fcf2b6126559305cf2f74f0ad91 -eo pid,comm 09:09:52 745a02a5169b: Pull complete 09:09:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:09:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:09:52 ---> b7e6874047d6 09:09:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] { [Pipeline] sh 09:09:52 + go version 09:09:52 go version go1.15.5 linux/amd64 [Pipeline] } 09:09:52 $ docker stop --time=1 938b1334921f89bc73f9f62c34891e7e4b245fcf2b6126559305cf2f74f0ad91 09:09:54 $ docker rm -f 938b1334921f89bc73f9f62c34891e7e4b245fcf2b6126559305cf2f74f0ad91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:09:55 + docker inspect -f . ci-base-image-x86_64 09:09:55 . [Pipeline] withDockerContainer 09:09:55 prd-centos7-docker-4c-2g-29498 does not seem to be running inside a container 09:09:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/166 -v /w/workspace/go-mod-core-contracts/166:/w/workspace/go-mod-core-contracts/166:rw,z -v /w/workspace/go-mod-core-contracts/166@tmp:/w/workspace/go-mod-core-contracts/166@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:09:55 ---> Running in e9605026f871 09:09:55 Removing intermediate container e9605026f871 09:09:55 ---> d0480e5032af 09:09:55 Step 4/7 : RUN apk add bash 09:09:56 ---> Running in baa6836ce35e 09:09:56 $ docker top f99cb46344464fad32df3b7f0160f907ab4e1a2bb65ec12db88f8d09c4ca37b0 -eo pid,comm [Pipeline] { [Pipeline] sh 09:09:56 + make test 09:09:56 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:09:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:09:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:09:59 OK: 142 MiB in 39 packages 09:10:00 Removing intermediate container baa6836ce35e 09:10:00 ---> 6745fbafff8f 09:10:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:10:00 ---> Running in ef88253146c1 09:10:01 Removing intermediate container ef88253146c1 09:10:01 ---> 1aace08d40ca 09:10:01 Step 6/7 : COPY go.mod . 09:10:02 ---> 3364f9dbdf24 09:10:02 Step 7/7 : RUN go mod download 09:10:02 ---> Running in cc254798b7d9 09:10:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:10:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.022s coverage: 85.7% of statements 09:10:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.011s coverage: 100.0% of statements 09:10:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.050s coverage: 45.4% of statements 09:10:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.029s coverage: 77.8% of statements 09:10:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:10:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.019s coverage: 26.3% of statements 09:10:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.023s coverage: 14.7% of statements 09:10:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements 09:10:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.021s coverage: 91.8% of statements 09:10:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:10:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:10:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.025s coverage: 100.0% of statements 09:10:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.009s coverage: 36.7% of statements 09:10:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.044s coverage: 63.0% of statements 09:10:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements 09:10:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.013s coverage: 15.4% of statements 09:10:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.020s coverage: 15.4% of statements 09:10:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.061s coverage: 14.3% of statements 09:10:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.087s coverage: 84.6% of statements 09:10:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:10:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:10:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.018s coverage: 47.0% of statements 09:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.049s coverage: 94.7% of statements 09:10:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.046s coverage: 89.4% of statements 09:10:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 09:10:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 09:10:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:10:13 gofmt -l . 09:10:13 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:10:13 $ docker stop --time=1 f99cb46344464fad32df3b7f0160f907ab4e1a2bb65ec12db88f8d09c4ca37b0 09:10:16 $ docker rm -f f99cb46344464fad32df3b7f0160f907ab4e1a2bb65ec12db88f8d09c4ca37b0 [Pipeline] // withDockerContainer [Pipeline] sh 09:10:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:10:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 09:10:17 Removing intermediate container cc254798b7d9 09:10:17 ---> 3e3dac7614bf 09:10:17 Successfully built 3e3dac7614bf 09:10:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:10:18 + docker inspect -f . ci-base-image-arm64 09:10:18 . [Pipeline] withDockerContainer 09:10:18 ---> job-cost.sh 09:10:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pBUX 09:10:18 prd-ubuntu18.04-docker-arm64-4c-16g-29497 does not seem to be running inside a container 09:10:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/166 -v /w/workspace/go-mod-core-contracts/166:/w/workspace/go-mod-core-contracts/166:rw,z -v /w/workspace/go-mod-core-contracts/166@tmp:/w/workspace/go-mod-core-contracts/166@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:10:19 $ docker top d5de355ad98cd0ed16835787e185cfa203a10f951cd0867a02333ae9119f7f2c -eo pid,comm [Pipeline] { [Pipeline] sh 09:10:20 + go version 09:10:20 go version go1.15.5 linux/arm64 [Pipeline] } 09:10:20 $ docker stop --time=1 d5de355ad98cd0ed16835787e185cfa203a10f951cd0867a02333ae9119f7f2c 09:10:22 $ docker rm -f d5de355ad98cd0ed16835787e185cfa203a10f951cd0867a02333ae9119f7f2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:10:23 + docker inspect -f . ci-base-image-arm64 09:10:23 . [Pipeline] withDockerContainer 09:10:24 prd-ubuntu18.04-docker-arm64-4c-16g-29497 does not seem to be running inside a container 09:10:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/166 -v /w/workspace/go-mod-core-contracts/166:/w/workspace/go-mod-core-contracts/166:rw,z -v /w/workspace/go-mod-core-contracts/166@tmp:/w/workspace/go-mod-core-contracts/166@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:10:25 $ docker top 9b5c5b80413154d3a4b49971fc3a6341047bb1aa4c319639735fb10630ef722a -eo pid,comm [Pipeline] { [Pipeline] sh 09:10:26 + make test 09:10:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:10:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:10:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:10:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.075s coverage: 85.7% of statements 09:10:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.075s coverage: 100.0% of statements 09:10:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.043s coverage: 45.4% of statements 09:10:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements 09:10:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:10:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements 09:10:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.056s coverage: 14.7% of statements 09:10:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.043s coverage: 100.0% of statements 09:10:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.065s coverage: 91.8% of statements 09:10:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:10:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:10:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.019s coverage: 100.0% of statements 09:10:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 36.7% of statements 09:11:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.162s coverage: 63.0% of statements 09:11:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.046s coverage: 26.3% of statements 09:11:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.051s coverage: 15.4% of statements 09:11:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.028s coverage: 15.4% of statements 09:11:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.042s coverage: 14.3% of statements 09:11:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:11:05 lf-activate-venv(): INFO: Adding /tmp/venv-pBUX/bin to PATH 09:11:05 INFO: No Stack... 09:11:05 INFO: Retrieving Pricing Info for: v1-standard-2 09:11:05 INFO: Archiving Costs [Pipeline] sh 09:11:05 + cat /w/workspace/go-mod-core-contracts/166/archives/cost.csv 09:11:05 + cut -d, -f6 [Pipeline] lock 09:11:05 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-166-stack-cost] 09:11:05 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-166-stack-cost] did not exist. Created. 09:11:05 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-166-stack-cost] [Pipeline] { [Pipeline] unstash 09:11:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.260s coverage: 84.6% of statements 09:11:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:11:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:11:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [Pipeline] sh 09:11:06 + echo total: 0.029999999329447746 [Pipeline] stash 09:11:06 Stashed 1 file(s) [Pipeline] } 09:11:06 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-166-stack-cost] [Pipeline] // lock 09:11:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.122s coverage: 47.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:11:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.096s coverage: 94.7% of statements 09:11:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.178s coverage: 89.4% of statements 09:11:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 09:11:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 09:11:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:11:15 gofmt -l . 09:11:15 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:11:16 $ docker stop --time=1 9b5c5b80413154d3a4b49971fc3a6341047bb1aa4c319639735fb10630ef722a 09:11:18 $ docker rm -f 9b5c5b80413154d3a4b49971fc3a6341047bb1aa4c319639735fb10630ef722a [Pipeline] // withDockerContainer [Pipeline] sh 09:11:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:11:19 Warning: overwriting stash ‘coverage-report’ 09:11:20 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:11:21 ---> job-cost.sh 09:11:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6URu 09:12:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:13:45 lf-activate-venv(): INFO: Adding /tmp/venv-6URu/bin to PATH 09:13:45 INFO: No Stack... 09:13:45 INFO: Retrieving Pricing Info for: lf-standard-4 09:13:45 INFO: Archiving Costs [Pipeline] sh 09:13:45 + cat /w/workspace/go-mod-core-contracts/166/archives/cost.csv 09:13:45 + cut -d, -f6 [Pipeline] lock 09:13:46 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-166-stack-cost] 09:13:46 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-166-stack-cost] did not exist. Created. 09:13:46 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-166-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:13:46 /w/workspace/go-mod-core-contracts/166@tmp/durable-7fc97256/script.sh: 1: /w/workspace/go-mod-core-contracts/166@tmp/durable-7fc97256/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:13:46 + echo total: 0.20999999344348907 [Pipeline] stash 09:13:46 Warning: overwriting stash ‘stack-cost’ 09:13:47 Stashed 1 file(s) [Pipeline] } 09:13:47 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-166-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:13:48 provisioning config files... 09:13:48 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3305877288987984036tmp [Pipeline] { [Pipeline] sh 09:13:48 + set +x 09:13:48 + curl -s https://codecov.io/bash 09:13:48 + bash -s -- 09:13:48 09:13:48 _____ _ 09:13:48 / ____| | | 09:13:48 | | ___ __| | ___ ___ _____ __ 09:13:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:13:48 | |___| (_) | (_| | __/ (_| (_) \ V / 09:13:48 \_____\___/ \__,_|\___|\___\___/ \_/ 09:13:48 Bash-20210309-2b87ace 09:13:48 09:13:48 09:13:48 ==> git version 2.24.3 found 09:13:48 ==> 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:13:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:13:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:13:48 ==> Jenkins CI detected. 09:13:48 project root: . 09:13:48 --> token set from env 09:13:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:13:48 ==> Running gcov in . (disable via -X gcov) 09:13:48 ==> Python coveragepy not found 09:13:48 ==> Searching for coverage reports in: 09:13:48 + . 09:13:48 -> Found 1 reports 09:13:48 ==> Detecting git/mercurial file structure 09:13:48 ==> Reading reports 09:13:48 + ./coverage.out bytes=158007 09:13:48 ==> Appending adjustments 09:13:48 https://docs.codecov.io/docs/fixing-reports 09:13:49 + Found adjustments 09:13:49 ==> Gzipping contents 09:13:49 24K /tmp/codecov.9qnFdv.gz 09:13:49 ==> Uploading reports 09:13:49 url: https://codecov.io 09:13:49 query: branch=master&commit=2e84a1999ba363d5cf07a9f7c494c7f30be401f0&build=166&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F166%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 09:13:49 -> Pinging Codecov 09:13:49 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=2e84a1999ba363d5cf07a9f7c494c7f30be401f0&build=166&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F166%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 09:13:50 -> Uploading to 09:13:50 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/71470A77251A30514AAF9C0BB2E5B6CE/2e84a1999ba363d5cf07a9f7c494c7f30be401f0/f5cea97f-f192-4f9c-a94a-408a1359dd31.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T091350Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=28d5b5666bc88303eea7bbadb44320f9c62a5658a6f4a2e4f26b4fcca85de94c 09:13:50 % Total % Received % Xferd Average Speed Time Time Time Current 09:13:50 Dload Upload Total Spent Left Speed 09:13:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23730 0 0 100 23730 0 50162 --:--:-- --:--:-- --:--:-- 50169 09:13:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2e84a1999ba363d5cf07a9f7c494c7f30be401f0 [Pipeline] } 09:13:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:13:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:13:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:13:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:13:52 09:13:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:13:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:13:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:13:52 188c0c94c7c5: Pulling fs layer 09:13:52 0ef7d3d256c8: Pulling fs layer 09:13:52 de9db76c5a1d: Pulling fs layer 09:13:52 0eba1c9be4d2: Pulling fs layer 09:13:52 0d57e429df01: Pulling fs layer 09:13:52 4e4be7b47b0d: Pulling fs layer 09:13:52 e1f770b5df2f: Pulling fs layer 09:13:52 85a0685a4137: Pulling fs layer 09:13:52 0eba1c9be4d2: Waiting 09:13:52 0d57e429df01: Waiting 09:13:52 4e4be7b47b0d: Waiting 09:13:52 85a0685a4137: Waiting 09:13:52 e1f770b5df2f: Waiting 09:13:52 de9db76c5a1d: Verifying Checksum 09:13:52 de9db76c5a1d: Download complete 09:13:52 0ef7d3d256c8: Verifying Checksum 09:13:52 0ef7d3d256c8: Download complete 09:13:52 0d57e429df01: Download complete 09:13:53 4e4be7b47b0d: Verifying Checksum 09:13:53 4e4be7b47b0d: Download complete 09:13:53 188c0c94c7c5: Verifying Checksum 09:13:53 188c0c94c7c5: Pull complete 09:13:54 0ef7d3d256c8: Pull complete 09:13:54 de9db76c5a1d: Pull complete 09:13:54 e1f770b5df2f: Verifying Checksum 09:13:54 e1f770b5df2f: Download complete 09:13:57 0eba1c9be4d2: Verifying Checksum 09:13:57 0eba1c9be4d2: Download complete 09:13:57 85a0685a4137: Verifying Checksum 09:13:57 85a0685a4137: Download complete 09:14:02 0eba1c9be4d2: Pull complete 09:14:02 0d57e429df01: Pull complete 09:14:02 4e4be7b47b0d: Pull complete 09:14:04 e1f770b5df2f: Pull complete 09:14:12 85a0685a4137: Pull complete 09:14:12 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:14:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:14:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:14:12 prd-centos7-docker-4c-2g-29496 does not seem to be running inside a container 09:14:12 $ 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:14:13 $ docker top 818f0c084426b4d1a065a5efed61ec089062c789dd28e9c8780469e1fff55732 -eo pid,comm [Pipeline] { [Pipeline] echo 09:14:13 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:14:14 + set -o pipefail 09:14:14 + snyk monitor '--org=edgex-jenkins' 09:14:19 09:14:19 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 09:14:19 09:14:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/64d4f383-a4cb-461e-ba6b-d141eb58d74e 09:14:19 09:14:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:14:19 09:14:19 [Pipeline] } 09:14:19 $ docker stop --time=1 818f0c084426b4d1a065a5efed61ec089062c789dd28e9c8780469e1fff55732 09:14:21 $ docker rm -f 818f0c084426b4d1a065a5efed61ec089062c789dd28e9c8780469e1fff55732 [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:14:23 + git log --format=format:%s -1 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 [Pipeline] isUnix [Pipeline] sh 09:14:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:14:23 . [Pipeline] withDockerContainer 09:14:23 prd-centos7-docker-4c-2g-29496 does not seem to be running inside a container 09:14:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:14:24 $ docker top d743903bca4922cfb83d79c579ad41c3c3312b4de99cf1f33d4d454a8f40d9e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:14:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:14:24 [ssh-agent] Looking for ssh-agent implementation... 09:14:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:14:25 $ docker exec d743903bca4922cfb83d79c579ad41c3c3312b4de99cf1f33d4d454a8f40d9e4 ssh-agent 09:14:25 SSH_AUTH_SOCK=/tmp/ssh-Eh7QOBkKrfYi/agent.12 09:14:25 SSH_AGENT_PID=17 09:14:25 Running ssh-add (command line suppressed) 09:14:25 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7168725478073844538.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7168725478073844538.key) 09:14:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:14:25 + git semver tag 09:14:25 # -> Open(): unable to determine branch for HEAD 09:14:25 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:14:25 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:14:25 # $SEMVER_REMOTE_NAME = origin 09:14:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:14:25 # $SEMVER_USER_NAME = edgex-jenkins 09:14:25 # $SEMVER_BRANCH = master 09:14:25 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 09:14:25 # 2e84a1999ba363d5cf07a9f7c494c7f30be401f0 HEAD 09:14:26 # -> Force: false 09:14:26 # ecd17a2b0e7e227e1f3df590c6cfeebd48eb9903 refs/tags/v2.0.0-dev.48 [Pipeline] } 09:14:26 $ docker exec --env ******** --env ******** d743903bca4922cfb83d79c579ad41c3c3312b4de99cf1f33d4d454a8f40d9e4 ssh-agent -k 09:14:26 unset SSH_AUTH_SOCK; 09:14:26 unset SSH_AGENT_PID; 09:14:26 echo Agent pid 17 killed; 09:14:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:14:26 + git semver [Pipeline] } 09:14:26 $ docker stop --time=1 d743903bca4922cfb83d79c579ad41c3c3312b4de99cf1f33d4d454a8f40d9e4 09:14:28 $ docker rm -f d743903bca4922cfb83d79c579ad41c3c3312b4de99cf1f33d4d454a8f40d9e4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:14:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:14:29 09:14:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:14:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:14:29 0.23.1-centos7: Pulling from edgex-lftools 09:14:29 ab5ef0e58194: Pulling fs layer 09:14:29 9712f1f96733: Pulling fs layer 09:14:29 63f879dbbcfc: Pulling fs layer 09:14:29 0d9ebad4ef96: Pulling fs layer 09:14:29 e9a5061849ea: Pulling fs layer 09:14:29 d747dcd14b5f: Pulling fs layer 09:14:29 2de7ff778b66: Pulling fs layer 09:14:29 e9a5061849ea: Waiting 09:14:29 0d9ebad4ef96: Waiting 09:14:29 d747dcd14b5f: Waiting 09:14:29 2de7ff778b66: Waiting 09:14:29 9712f1f96733: Verifying Checksum 09:14:29 9712f1f96733: Download complete 09:14:31 63f879dbbcfc: Download complete 09:14:31 e9a5061849ea: Verifying Checksum 09:14:31 e9a5061849ea: Download complete 09:14:31 d747dcd14b5f: Verifying Checksum 09:14:31 d747dcd14b5f: Download complete 09:14:32 2de7ff778b66: Verifying Checksum 09:14:32 2de7ff778b66: Download complete 09:14:32 0d9ebad4ef96: Verifying Checksum 09:14:32 0d9ebad4ef96: Download complete 09:14:32 ab5ef0e58194: Download complete 09:14:36 ab5ef0e58194: Pull complete 09:14:36 9712f1f96733: Pull complete 09:14:38 63f879dbbcfc: Pull complete 09:14:45 0d9ebad4ef96: Pull complete 09:14:46 e9a5061849ea: Pull complete 09:14:46 d747dcd14b5f: Pull complete 09:14:48 2de7ff778b66: Pull complete 09:14:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:14:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:14:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:14:48 prd-centos7-docker-4c-2g-29496 does not seem to be running inside a container 09:14:48 $ 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:14:52 $ docker top ae98710fc49c493deb8d013f8f1fea49f22990f7602397cdb4545a02c0f43475 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:14:53 provisioning config files... 09:14:53 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4957418221479055585tmp 09:14:53 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4279452862414513932tmp 09:14:53 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8639003485351959881tmp [Pipeline] { [Pipeline] echo 09:14:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:14:53 ---> sigul-configuration.sh 09:14:53 gpg: directory `/root/.gnupg' created 09:14:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:14:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:14:53 gpg: keyring `/root/.gnupg/secring.gpg' created 09:14:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:14:53 gpg: CAST5 encrypted data 09:14:53 gpg: encrypted with 1 passphrase 09:14:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:14:54 + mkdir /home/jenkins 09:14:54 + mkdir /home/jenkins/sigul [Pipeline] sh 09:14:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:14:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:14:54 ---> sigul-install.sh 09:15:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:15:01 + git tag --list 09:15:01 v0.0.0 09:15:01 v0.0.1 09:15:01 v0.1.0 09:15:01 v0.1.1 09:15:01 v0.1.10 09:15:01 v0.1.100 09:15:01 v0.1.101 09:15:01 v0.1.102 09:15:01 v0.1.103 09:15:01 v0.1.104 09:15:01 v0.1.105 09:15:01 v0.1.106 09:15:01 v0.1.107 09:15:01 v0.1.108 09:15:01 v0.1.109 09:15:01 v0.1.11 09:15:01 v0.1.110 09:15:01 v0.1.111 09:15:01 v0.1.112 09:15:01 v0.1.113 09:15:01 v0.1.114 09:15:01 v0.1.115 09:15:01 v0.1.116 09:15:01 v0.1.117 09:15:01 v0.1.118 09:15:01 v0.1.119 09:15:01 v0.1.12 09:15:01 v0.1.120 09:15:01 v0.1.121 09:15:01 v0.1.122 09:15:01 v0.1.123 09:15:01 v0.1.124 09:15:01 v0.1.125 09:15:01 v0.1.126 09:15:01 v0.1.127 09:15:01 v0.1.128 09:15:01 v0.1.129 09:15:01 v0.1.13 09:15:01 v0.1.130 09:15:01 v0.1.131 09:15:01 v0.1.132 09:15:01 v0.1.133 09:15:01 v0.1.134 09:15:01 v0.1.135 09:15:01 v0.1.136 09:15:01 v0.1.137 09:15:01 v0.1.138 09:15:01 v0.1.139 09:15:01 v0.1.14 09:15:01 v0.1.140 09:15:01 v0.1.141 09:15:01 v0.1.142 09:15:01 v0.1.143 09:15:01 v0.1.144 09:15:01 v0.1.145 09:15:01 v0.1.146 09:15:01 v0.1.147 09:15:01 v0.1.148 09:15:01 v0.1.149 09:15:01 v0.1.15 09:15:01 v0.1.16 09:15:01 v0.1.17 09:15:01 v0.1.18 09:15:01 v0.1.19 09:15:01 v0.1.2 09:15:01 v0.1.20 09:15:01 v0.1.21 09:15:01 v0.1.22 09:15:01 v0.1.23 09:15:01 v0.1.24 09:15:01 v0.1.25 09:15:01 v0.1.26 09:15:01 v0.1.27 09:15:01 v0.1.28 09:15:01 v0.1.29 09:15:01 v0.1.3 09:15:01 v0.1.30 09:15:01 v0.1.31 09:15:01 v0.1.32 09:15:01 v0.1.33 09:15:01 v0.1.34 09:15:01 v0.1.35 09:15:01 v0.1.36 09:15:01 v0.1.37 09:15:01 v0.1.38 09:15:01 v0.1.39 09:15:01 v0.1.4 09:15:01 v0.1.40 09:15:01 v0.1.41 09:15:01 v0.1.42 09:15:01 v0.1.43 09:15:01 v0.1.44 09:15:01 v0.1.45 09:15:01 v0.1.46 09:15:01 v0.1.47 09:15:01 v0.1.48 09:15:01 v0.1.49 09:15:01 v0.1.5 09:15:01 v0.1.50 09:15:01 v0.1.51 09:15:01 v0.1.52 09:15:01 v0.1.53 09:15:01 v0.1.54 09:15:01 v0.1.55 09:15:01 v0.1.56 09:15:01 v0.1.57 09:15:01 v0.1.58 09:15:01 v0.1.59 09:15:01 v0.1.6 09:15:01 v0.1.60 09:15:01 v0.1.61 09:15:01 v0.1.62 09:15:01 v0.1.63 09:15:01 v0.1.64 09:15:01 v0.1.65 09:15:01 v0.1.66 09:15:01 v0.1.67 09:15:01 v0.1.68 09:15:01 v0.1.69 09:15:01 v0.1.7 09:15:01 v0.1.70 09:15:01 v0.1.71 09:15:01 v0.1.72 09:15:01 v0.1.73 09:15:01 v0.1.74 09:15:01 v0.1.75 09:15:01 v0.1.76 09:15:01 v0.1.77 09:15:01 v0.1.78 09:15:01 v0.1.79 09:15:01 v0.1.8 09:15:01 v0.1.80 09:15:01 v0.1.81 09:15:01 v0.1.82 09:15:01 v0.1.83 09:15:01 v0.1.84 09:15:01 v0.1.85 09:15:01 v0.1.86 09:15:01 v0.1.87 09:15:01 v0.1.88 09:15:01 v0.1.89 09:15:01 v0.1.9 09:15:01 v0.1.90 09:15:01 v0.1.91 09:15:01 v0.1.92 09:15:01 v0.1.93 09:15:01 v0.1.94 09:15:01 v0.1.95 09:15:01 v0.1.96 09:15:01 v0.1.97 09:15:01 v0.1.98 09:15:01 v0.1.99 09:15:01 v2.0.0-dev.1 09:15:01 v2.0.0-dev.10 09:15:01 v2.0.0-dev.11 09:15:01 v2.0.0-dev.12 09:15:01 v2.0.0-dev.13 09:15:01 v2.0.0-dev.14 09:15:01 v2.0.0-dev.15 09:15:01 v2.0.0-dev.16 09:15:01 v2.0.0-dev.17 09:15:01 v2.0.0-dev.18 09:15:01 v2.0.0-dev.19 09:15:01 v2.0.0-dev.2 09:15:01 v2.0.0-dev.20 09:15:01 v2.0.0-dev.21 09:15:01 v2.0.0-dev.22 09:15:01 v2.0.0-dev.23 09:15:01 v2.0.0-dev.24 09:15:01 v2.0.0-dev.25 09:15:01 v2.0.0-dev.26 09:15:01 v2.0.0-dev.27 09:15:01 v2.0.0-dev.28 09:15:01 v2.0.0-dev.29 09:15:01 v2.0.0-dev.3 09:15:01 v2.0.0-dev.30 09:15:01 v2.0.0-dev.31 09:15:01 v2.0.0-dev.32 09:15:01 v2.0.0-dev.33 09:15:01 v2.0.0-dev.34 09:15:01 v2.0.0-dev.35 09:15:01 v2.0.0-dev.36 09:15:01 v2.0.0-dev.37 09:15:01 v2.0.0-dev.38 09:15:01 v2.0.0-dev.39 09:15:01 v2.0.0-dev.4 09:15:01 v2.0.0-dev.40 09:15:01 v2.0.0-dev.41 09:15:01 v2.0.0-dev.42 09:15:01 v2.0.0-dev.43 09:15:01 v2.0.0-dev.44 09:15:01 v2.0.0-dev.45 09:15:01 v2.0.0-dev.46 09:15:01 v2.0.0-dev.47 09:15:01 v2.0.0-dev.48 09:15:01 v2.0.0-dev.5 09:15:01 v2.0.0-dev.6 09:15:01 v2.0.0-dev.7 09:15:01 v2.0.0-dev.8 09:15:01 v2.0.0-dev.9 [Pipeline] sh 09:15:01 + lftools sign git-tag v2.0.0-dev.48 09:15:03 Signing Git tag with Sigul... 09:15:03 Signing v2.0.0-dev.48 [Pipeline] echo 09:15:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:15:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:15:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:15:04 $ docker stop --time=1 ae98710fc49c493deb8d013f8f1fea49f22990f7602397cdb4545a02c0f43475 09:15:06 $ docker rm -f ae98710fc49c493deb8d013f8f1fea49f22990f7602397cdb4545a02c0f43475 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:15:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:15:07 . [Pipeline] withDockerContainer 09:15:07 prd-centos7-docker-4c-2g-29496 does not seem to be running inside a container 09:15: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:15:08 $ docker top cf00b49a132ba0fed6e8be0a42ae1f8135fb20001c59f4b3cce2642e0b075cb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:15:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:15:08 [ssh-agent] Looking for ssh-agent implementation... 09:15:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:15:09 $ docker exec cf00b49a132ba0fed6e8be0a42ae1f8135fb20001c59f4b3cce2642e0b075cb8 ssh-agent 09:15:09 SSH_AUTH_SOCK=/tmp/ssh-0pdJ4FIivcz3/agent.12 09:15:09 SSH_AGENT_PID=18 09:15:09 Running ssh-add (command line suppressed) 09:15:09 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3119504190815917628.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3119504190815917628.key) 09:15:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:15:09 + git semver bump pre 09:15:09 # -> Open(): unable to determine branch for HEAD 09:15:09 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:15:09 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:15:09 # $SEMVER_REMOTE_NAME = origin 09:15:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:15:09 # $SEMVER_USER_NAME = edgex-jenkins 09:15:09 # $SEMVER_BRANCH = master 09:15:09 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 09:15:09 2.0.0-dev.49 [Pipeline] } 09:15:09 $ docker exec --env ******** --env ******** cf00b49a132ba0fed6e8be0a42ae1f8135fb20001c59f4b3cce2642e0b075cb8 ssh-agent -k 09:15:10 unset SSH_AUTH_SOCK; 09:15:10 unset SSH_AGENT_PID; 09:15:10 echo Agent pid 18 killed; 09:15:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:15:10 + git semver [Pipeline] } 09:15:10 $ docker stop --time=1 cf00b49a132ba0fed6e8be0a42ae1f8135fb20001c59f4b3cce2642e0b075cb8 09:15:11 $ docker rm -f cf00b49a132ba0fed6e8be0a42ae1f8135fb20001c59f4b3cce2642e0b075cb8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:15:12 . [Pipeline] withDockerContainer 09:15:12 prd-centos7-docker-4c-2g-29496 does not seem to be running inside a container 09:15:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:15:13 $ docker top 7b981f813466448dcf1883ef058bf570551477e1eadb58b9a79f0cbbb0b310de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:15:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:15:13 [ssh-agent] Looking for ssh-agent implementation... 09:15:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:15:13 $ docker exec 7b981f813466448dcf1883ef058bf570551477e1eadb58b9a79f0cbbb0b310de ssh-agent 09:15:14 SSH_AUTH_SOCK=/tmp/ssh-U6CXLXmuE0mf/agent.11 09:15:14 SSH_AGENT_PID=17 09:15:14 Running ssh-add (command line suppressed) 09:15:14 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4979772029584934362.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4979772029584934362.key) 09:15:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:15:14 + git semver push 09:15:14 # -> Open(): unable to determine branch for HEAD 09:15:14 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:15:14 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:15:14 # $SEMVER_REMOTE_NAME = origin 09:15:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:15:14 # $SEMVER_USER_NAME = edgex-jenkins 09:15:14 # $SEMVER_BRANCH = master 09:15:14 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:15:18 $ docker exec --env ******** --env ******** 7b981f813466448dcf1883ef058bf570551477e1eadb58b9a79f0cbbb0b310de ssh-agent -k 09:15:19 unset SSH_AUTH_SOCK; 09:15:19 unset SSH_AGENT_PID; 09:15:19 echo Agent pid 17 killed; 09:15:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:15:19 + git semver [Pipeline] } 09:15:19 $ docker stop --time=1 7b981f813466448dcf1883ef058bf570551477e1eadb58b9a79f0cbbb0b310de 09:15:20 $ docker rm -f 7b981f813466448dcf1883ef058bf570551477e1eadb58b9a79f0cbbb0b310de [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:15:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:15:23 ---> package-listing.sh 09:15:23 ++ facter osfamily 09:15:23 ++ tr '[:upper:]' '[:lower:]' 09:15:23 + OS_FAMILY=redhat 09:15:23 + workspace=/w/workspace/dry_go-mod-core-contracts_master 09:15:23 + START_PACKAGES=/tmp/packages_start.txt 09:15:23 + END_PACKAGES=/tmp/packages_end.txt 09:15:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:15:23 + PACKAGES=/tmp/packages_start.txt 09:15:23 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 09:15:23 + PACKAGES=/tmp/packages_end.txt 09:15:23 + case "${OS_FAMILY}" in 09:15:23 + rpm -qa 09:15:23 + sort 09:15:28 + '[' -f /tmp/packages_start.txt ']' 09:15:28 + '[' -f /tmp/packages_end.txt ']' 09:15:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:15:28 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 09:15:28 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 09:15:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 09:15:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:15:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:15:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:15:29 09:15:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:15:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:15:29 alpine: Pulling from edgex-lftools-log-publisher 09:15:29 df20fa9351a1: Pulling fs layer 09:15:29 36b3adc4ff6f: Pulling fs layer 09:15:29 8ad3a11d3b57: Pulling fs layer 09:15:29 46f8f816bc3b: Pulling fs layer 09:15:29 93b61091891f: Pulling fs layer 09:15:29 93b9cdb0e59b: Pulling fs layer 09:15:29 5e14af77c1be: Pulling fs layer 09:15:29 01666e4c0597: Pulling fs layer 09:15:29 aa168da1d23b: Pulling fs layer 09:15:29 93b9cdb0e59b: Waiting 09:15:29 5e14af77c1be: Waiting 09:15:29 01666e4c0597: Waiting 09:15:29 aa168da1d23b: Waiting 09:15:29 46f8f816bc3b: Waiting 09:15:29 93b61091891f: Waiting 09:15:29 36b3adc4ff6f: Verifying Checksum 09:15:29 36b3adc4ff6f: Download complete 09:15:29 46f8f816bc3b: Verifying Checksum 09:15:29 46f8f816bc3b: Download complete 09:15:29 df20fa9351a1: Verifying Checksum 09:15:29 df20fa9351a1: Download complete 09:15:29 93b9cdb0e59b: Verifying Checksum 09:15:29 93b9cdb0e59b: Download complete 09:15:29 5e14af77c1be: Verifying Checksum 09:15:29 5e14af77c1be: Download complete 09:15:29 93b61091891f: Download complete 09:15:29 01666e4c0597: Verifying Checksum 09:15:29 01666e4c0597: Download complete 09:15:29 df20fa9351a1: Pull complete 09:15:30 36b3adc4ff6f: Pull complete 09:15:30 8ad3a11d3b57: Verifying Checksum 09:15:30 8ad3a11d3b57: Download complete 09:15:31 8ad3a11d3b57: Pull complete 09:15:32 aa168da1d23b: Verifying Checksum 09:15:32 aa168da1d23b: Download complete 09:15:32 46f8f816bc3b: Pull complete 09:15:32 93b61091891f: Pull complete 09:15:32 93b9cdb0e59b: Pull complete 09:15:33 5e14af77c1be: Pull complete 09:15:33 01666e4c0597: Pull complete 09:15:39 aa168da1d23b: Pull complete 09:15:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:15:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:15:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:15:40 prd-centos7-docker-4c-2g-29496 does not seem to be running inside a container 09:15:40 $ 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:15:43 $ docker top 28e65a19bb5e445494256822f663a3189e342f0c357a4a1c5728e39a7190660e -eo pid,comm [Pipeline] { [Pipeline] sh 09:15:43 + touch /tmp/pre-build-complete [Pipeline] sh 09:15:44 + mkdir -p /var/log/sa [Pipeline] sh 09:15:44 + ls /var/log/sa-host 09:15:44 + sadf -c /var/log/sa-host/sa11 09:15:44 file_magic: OK 09:15:44 HZ: Using current value: 100 09:15:44 file_header: OK 09:15:44 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:15:44 Statistics: 09:15:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:15:44 File successfully converted to sysstat format version 12.2.1 09:15:44 + sadf -c /var/log/sa-host/sa23 09:15:44 file_magic: OK 09:15:44 HZ: Using current value: 100 09:15:44 file_header: OK 09:15:44 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:15:44 Statistics: 09:15:44 Hnuu...uuuununununu... 09:15:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:15:44 provisioning config files... 09:15:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4961691416015671986tmp [Pipeline] { [Pipeline] echo 09:15:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:15:44 ---> create-netrc.sh [Pipeline] } 09:15:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:15:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:15:45 ---> python-tools-install.sh [Pipeline] echo 09:15:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:15:45 ---> sudo-logs.sh 09:15:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:15:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:15:45 ---> job-cost.sh 09:15:45 lf-activate-venv: SKIPPING 09:15:45 DEBUG: total: 0.20999999344348907 09:15:45 INFO: Retrieving Stack Cost... 09:15:46 INFO: Retrieving Pricing Info for: v1-standard-2 09:15:47 INFO: Archiving Costs [Pipeline] echo 09:15:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:15:47 ---> logs-deploy.sh 09:15:47 lf-activate-venv: SKIPPING 09:15:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/166 09:15:47 INFO: archiving workspace using pattern(s): 09:15:49 Archives upload complete. 09:15:49 INFO: archiving logs to Nexus 09:15:50 ---> uname -a: 09:15:50 Linux prd-centos7-docker-4c-2g-29496.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:15:50 09:15:50 09:15:50 ---> lscpu: 09:15:50 Architecture: x86_64 09:15:50 CPU op-mode(s): 32-bit, 64-bit 09:15:50 Byte Order: Little Endian 09:15:50 Address sizes: 40 bits physical, 48 bits virtual 09:15:50 CPU(s): 4 09:15:50 On-line CPU(s) list: 0-3 09:15:50 Thread(s) per core: 1 09:15:50 Core(s) per socket: 1 09:15:50 Socket(s): 4 09:15:50 NUMA node(s): 1 09:15:50 Vendor ID: GenuineIntel 09:15:50 CPU family: 6 09:15:50 Model: 44 09:15:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:15:50 Stepping: 1 09:15:50 CPU MHz: 2933.442 09:15:50 BogoMIPS: 5866.88 09:15:50 Virtualization: VT-x 09:15:50 Hypervisor vendor: KVM 09:15:50 Virtualization type: full 09:15:50 L1d cache: 128 KiB 09:15:50 L1i cache: 128 KiB 09:15:50 L2 cache: 16 MiB 09:15:50 L3 cache: 64 MiB 09:15:50 NUMA node0 CPU(s): 0-3 09:15:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:15:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:15:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:15:50 Vulnerability Meltdown: Mitigation; PTI 09:15:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:15:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:15:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:15:50 Vulnerability Srbds: Not affected 09:15:50 Vulnerability Tsx async abort: Not affected 09:15:50 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:15:50 09:15:50 09:15:50 ---> nproc: 09:15:50 4 09:15:50 09:15:50 09:15:50 ---> df -h: 09:15:50 Filesystem Size Used Available Use% Mounted on 09:15:50 overlay 50.0G 8.5G 41.4G 17% / 09:15:50 tmpfs 64.0M 0 64.0M 0% /dev 09:15:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:15:50 shm 64.0M 0 64.0M 0% /dev/shm 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 09:15:50 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 09:15:50 09:15:50 09:15:50 ---> free -m: 09:15:50 total used free shared buff/cache available 09:15:50 Mem: 1837 825 145 0 866 947 09:15:50 Swap: 1023 3 1020 09:15:50 09:15:50 09:15:50 ---> ip addr: 09:15:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:15:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:15:50 inet 127.0.0.1/8 scope host lo 09:15:50 valid_lft forever preferred_lft forever 09:15:50 inet6 ::1/128 scope host 09:15:50 valid_lft forever preferred_lft forever 09:15:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:15:50 link/ether fa:16:3e:70:24:cb brd ff:ff:ff:ff:ff:ff 09:15:50 inet 10.30.123.245/23 brd 10.30.123.255 scope global dynamic eth0 09:15:50 valid_lft 85820sec preferred_lft 85820sec 09:15:50 inet6 fe80::f816:3eff:fe70:24cb/64 scope link 09:15:50 valid_lft forever preferred_lft forever 09:15:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:15:50 link/ether 02:42:71:88:bb:55 brd ff:ff:ff:ff:ff:ff 09:15:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:15:50 valid_lft forever preferred_lft forever 09:15:50 inet6 fe80::42:71ff:fe88:bb55/64 scope link 09:15:50 valid_lft forever preferred_lft forever 09:15:50 09:15:50 09:15:50 ---> sar -b -r -n DEV: 09:15:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 09:15:50 09:15:50 09:05:57 LINUX RESTART (4 CPU) 09:15:50 09:15:50 09:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:15:50 09:08:01 12.35 3.58 8.77 0.00 1032.43 300.80 0.00 09:15:50 09:09:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 09:15:50 09:10:01 0.32 0.00 0.32 0.00 0.00 4.30 0.00 09:15:50 09:11:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 09:15:50 09:12:01 0.32 0.00 0.32 0.00 0.00 4.48 0.00 09:15:50 09:13:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 09:15:50 09:14:01 34.86 3.46 31.40 0.00 668.02 16774.95 0.00 09:15:50 09:15:01 419.03 226.21 192.83 0.00 11138.50 48881.46 0.00 09:15:50 Average: 58.50 29.18 29.33 0.00 1605.94 8252.24 0.00 09:15:50 09:15:50 09:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:15:50 09:08:01 171652 0 582256 30.95 2620 1125016 1085208 37.04 429468 1080148 24 09:15:50 09:09:01 173684 0 580216 30.84 2620 1125024 1062412 36.26 432036 1075960 12 09:15:50 09:10:01 173232 0 580664 30.86 2620 1125028 1062544 36.26 435324 1073540 16 09:15:50 09:11:01 169548 0 584348 31.06 2620 1125028 1062616 36.27 442664 1069624 8 09:15:50 09:12:01 167440 0 586448 31.17 2620 1125036 1062496 36.26 444836 1069640 8 09:15:50 09:13:01 167620 0 586264 31.16 2620 1125040 1062484 36.26 444932 1069640 12 09:15:50 09:14:01 210028 0 656308 34.88 2620 1012588 1281068 43.72 434348 998904 64552 09:15:50 09:15:01 83660 0 808572 42.97 1492 987820 1424344 48.61 674828 781540 79028 09:15:50 Average: 164608 0 620634 32.99 2479 1093822 1137896 38.83 467304 1027374 17958 09:15:50 09:15:50 09:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:15:50 09:08:01 eth0 30.87 25.37 43.52 8.84 0.00 0.00 0.00 0.00 09:15:50 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:08:01 docker0 10.34 8.47 2.01 20.47 0.00 0.00 0.00 0.00 09:15:50 09:09:01 eth0 1.65 0.08 0.16 0.01 0.00 0.00 0.00 0.00 09:15:50 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:10:01 eth0 1.07 0.33 0.32 0.20 0.00 0.00 0.00 0.00 09:15:50 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:11:01 eth0 1.07 0.32 0.32 0.20 0.00 0.00 0.00 0.00 09:15:50 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:12:01 eth0 0.32 0.15 0.09 0.07 0.00 0.00 0.00 0.00 09:15:50 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:13:01 eth0 0.17 0.07 0.06 0.00 0.00 0.00 0.00 0.00 09:15:50 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:14:01 eth0 425.35 372.48 4073.73 29.46 0.00 0.00 0.00 0.00 09:15:50 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:15:01 vethd0f4948 50.08 90.62 3.29 222.71 0.00 0.00 0.00 0.00 09:15:50 09:15:01 eth0 528.74 433.83 3588.09 98.25 0.00 0.00 0.00 0.00 09:15:50 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 09:15:01 docker0 68.55 108.55 4.06 349.64 0.00 0.00 0.00 0.00 09:15:50 Average: vethd0f4948 6.27 11.34 0.41 27.86 0.00 0.00 0.00 0.00 09:15:50 Average: eth0 123.72 104.13 963.75 17.14 0.00 0.00 0.00 0.00 09:15:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:50 Average: docker0 9.87 14.64 0.76 46.30 0.00 0.00 0.00 0.00 09:15:50 09:15:50 09:15:50 ---> sar -P ALL: 09:15:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 09:15:50 09:15:50 09:05:57 LINUX RESTART (4 CPU) 09:15:50 09:15:50 09:07:01 CPU %user %nice %system %iowait %steal %idle 09:15:50 09:08:01 all 1.43 0.00 0.98 0.20 0.00 97.39 09:15:50 09:08:01 0 1.19 0.00 1.05 0.18 0.00 97.58 09:15:50 09:08:01 1 1.69 0.00 1.04 0.52 0.00 96.76 09:15:50 09:08:01 2 1.20 0.00 0.92 0.07 0.00 97.81 09:15:50 09:08:01 3 1.65 0.00 0.90 0.05 0.00 97.40 09:15:50 09:09:01 all 0.14 0.00 0.04 0.00 0.00 99.82 09:15:50 09:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:15:50 09:09:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:15:50 09:09:01 2 0.05 0.00 0.07 0.00 0.00 99.88 09:15:50 09:09:01 3 0.45 0.00 0.03 0.00 0.00 99.52 09:15:50 09:10:01 all 0.14 0.00 0.05 0.00 0.00 99.81 09:15:50 09:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:15:50 09:10:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:15:50 09:10:01 2 0.07 0.00 0.08 0.00 0.00 99.85 09:15:50 09:10:01 3 0.45 0.00 0.05 0.00 0.00 99.50 09:15:50 09:11:01 all 0.17 0.00 0.05 0.00 0.00 99.79 09:15:50 09:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:15:50 09:11:01 1 0.07 0.00 0.05 0.00 0.00 99.88 09:15:50 09:11:01 2 0.05 0.00 0.07 0.00 0.00 99.88 09:15:50 09:11:01 3 0.52 0.00 0.05 0.00 0.00 99.43 09:15:50 09:12:01 all 0.17 0.00 0.09 0.00 0.00 99.75 09:15:50 09:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:15:50 09:12:01 1 0.07 0.00 0.10 0.00 0.00 99.83 09:15:50 09:12:01 2 0.07 0.00 0.07 0.00 0.00 99.87 09:15:50 09:12:01 3 0.52 0.00 0.15 0.00 0.00 99.33 09:15:50 09:13:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:15:50 09:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:15:50 09:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:15:50 09:13:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:15:50 09:13:01 3 0.50 0.00 0.00 0.00 0.00 99.50 09:15:50 09:14:01 all 4.54 0.00 3.01 0.09 0.01 92.35 09:15:50 09:14:01 0 5.03 0.00 3.62 0.10 0.00 91.25 09:15:50 09:14:01 1 5.00 0.00 3.03 0.03 0.02 91.92 09:15:50 09:14:01 2 3.84 0.00 2.69 0.05 0.02 93.40 09:15:50 09:14:01 3 4.29 0.00 2.72 0.17 0.02 92.81 09:15:50 09:15:01 all 15.14 0.00 10.80 4.90 0.04 69.12 09:15:50 09:15:01 0 13.42 0.00 10.89 2.88 0.03 72.77 09:15:50 09:15:01 1 17.64 0.00 10.53 5.61 0.03 66.19 09:15:50 09:15:01 2 14.92 0.00 10.63 3.69 0.05 70.70 09:15:50 09:15:01 3 14.57 0.00 11.15 7.43 0.03 66.82 09:15:50 Average: all 2.69 0.00 1.85 0.63 0.01 94.82 09:15:50 Average: 0 2.42 0.00 1.92 0.39 0.01 95.27 09:15:50 Average: 1 3.02 0.00 1.82 0.75 0.01 94.39 09:15:50 Average: 2 2.49 0.00 1.79 0.46 0.01 95.25 09:15:50 Average: 3 2.82 0.00 1.85 0.93 0.01 94.39 09:15:50 09:15:50 09:15:50