Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d27e56e5c274da1664efab3f1228ad305b025756 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30281 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d27e56e5c274da1664efab3f1228ad305b025756 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d27e56e5c274da1664efab3f1228ad305b025756 # timeout=10 Commit message: "Merge pull request #550 from hahattan/issue-543" > git rev-list --no-walk 954b5fff909ec690bd84a1e74f6f909a895852e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:37:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:37:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:37:25 ========================================================= 08:37:25 EdgeX Global Pipelines Version Info 08:37:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:37:26 ------------------- 08:37:26 stable info: 08:37:26 ------------------- 08:37:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:37:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:37:26 Message: update stable to v1.0.186 08:37:27 ------------------- 08:37:27 experimental info: 08:37:27 ------------------- 08:37:27 Commited By: **** collab-it+edgex@linuxfoundation.org 08:37:27 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:37:27 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:37:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:37:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d27e56e5c274da1664efab3f1228ad305b025756 [Pipeline] echo 08:37:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d27e56e [Pipeline] echo 08:37:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:37:31 + git log --format=format:%s -1 d27e56e5c274da1664efab3f1228ad305b025756 [Pipeline] echo 08:37:31 GIT_COMMIT: d27e56e5c274da1664efab3f1228ad305b025756, Commit Message: Merge pull request #550 from hahattan/issue-543 [Pipeline] echo 08:37:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:37:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:37:33 08:37:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:37:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:37:33 latest: Pulling from edgex-devops/git-semver 08:37:33 31603596830f: Pulling fs layer 08:37:33 2a8b12db71e7: Pulling fs layer 08:37:33 6ca5941a6612: Pulling fs layer 08:37:33 ecc8261a40a4: Pulling fs layer 08:37:33 ecc8261a40a4: Waiting 08:37:33 2a8b12db71e7: Download complete 08:37:33 31603596830f: Verifying Checksum 08:37:33 31603596830f: Download complete 08:37:34 ecc8261a40a4: Verifying Checksum 08:37:34 ecc8261a40a4: Download complete 08:37:34 6ca5941a6612: Download complete 08:37:34 31603596830f: Pull complete 08:37:34 2a8b12db71e7: Pull complete 08:37:35 6ca5941a6612: Pull complete 08:37:35 ecc8261a40a4: Pull complete 08:37:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:37:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:37:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:37:35 prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container 08:37:35 $ 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 08:37:37 $ docker top 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:37:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:37:38 [ssh-agent] Looking for ssh-agent implementation... 08:37:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:37:38 $ docker exec 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 ssh-agent 08:37:38 SSH_AUTH_SOCK=/tmp/ssh-NGlQ0Ifc7npW/agent.12 08:37:38 SSH_AGENT_PID=17 08:37:38 Running ssh-add (command line suppressed) 08:37:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1683355016119894412.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1683355016119894412.key) 08:37:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:37:39 + git tag --points-at HEAD [Pipeline] } 08:37:39 $ docker exec --env ******** --env ******** 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 ssh-agent -k 08:37:39 unset SSH_AUTH_SOCK; 08:37:39 unset SSH_AGENT_PID; 08:37:39 echo Agent pid 17 killed; 08:37:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:37:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:37:39 [ssh-agent] Looking for ssh-agent implementation... 08:37:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:37:39 $ docker exec 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 ssh-agent 08:37:40 SSH_AUTH_SOCK=/tmp/ssh-cwiTyXnDpRkV/agent.45 08:37:40 SSH_AGENT_PID=51 08:37:40 Running ssh-add (command line suppressed) 08:37:40 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1492021450140569534.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1492021450140569534.key) 08:37:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:37:40 + git semver init 08:37:40 # -> Open(): unable to determine branch for HEAD 08:37:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:37:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:37:40 # $SEMVER_REMOTE_NAME = origin 08:37:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:37:40 # $SEMVER_USER_NAME = edgex-jenkins 08:37:40 # $SEMVER_BRANCH = master 08:37:40 # $SEMVER_TEMP = /tmp/semver-319355092 08:37:40 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:37:41 # '/tmp/semver-319355092' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 08:37:41 # -> Force: false 08:37:41 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:37:41 $ docker exec --env ******** --env ******** 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 ssh-agent -k 08:37:41 unset SSH_AUTH_SOCK; 08:37:41 unset SSH_AGENT_PID; 08:37:41 echo Agent pid 51 killed; 08:37:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:37:42 + git semver [Pipeline] } 08:37:42 $ docker stop --time=1 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 08:37:44 $ docker rm -f 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 [Pipeline] // withDockerContainer [Pipeline] sh 08:37:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:37:45 Stashed 1 file(s) [Pipeline] echo 08:37:45 [edgeXSemver]: initialized semver on version 2.0.0-dev.53 [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 08:38:00 Still waiting to schedule task 08:38:00 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30281’ 08:38:00 Still waiting to schedule task 08:38:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:39:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30282 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:39:34 Running in /w/workspace/go-mod-core-contracts/171 [Pipeline] { [Pipeline] checkout 08:39:39 using credential edgex-jenkins-ssh 08:39:39 Cloning the remote Git repository 08:39:39 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:39:39 > git init /w/workspace/go-mod-core-contracts/171 # timeout=10 08:39:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:39:39 > git --version # timeout=10 08:39:39 > git --version # 'git version 2.17.1' 08:39:39 using GIT_SSH to set credentials SSH Credentials for GitHub 08:39:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:39:41 Checking out Revision d27e56e5c274da1664efab3f1228ad305b025756 (master) 08:39:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:39:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:39:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:39:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:39:40 using GIT_SSH to set credentials SSH Credentials for GitHub 08:39:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:39:41 > git config core.sparsecheckout # timeout=10 08:39:41 > git checkout -f d27e56e5c274da1664efab3f1228ad305b025756 # timeout=10 08:39:45 Commit message: "Merge pull request #550 from hahattan/issue-543" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:39:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:39:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:39:48 + true 08:39:48 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 08:39:50 ========================================================= 08:39:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:39:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:39:50 + 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 . 08:39:51 Sending build context to Docker daemon 2.832MB 08:39:51 Step 1/7 : ARG BASE=golang:1.15-alpine 08:39:51 Step 2/7 : FROM ${BASE} 08:39:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:39:52 5f621e34cdf4: Pulling fs layer 08:39:52 a4357932f1b6: Pulling fs layer 08:39:52 18c013af1878: Pulling fs layer 08:39:52 00ac8860ef70: Pulling fs layer 08:39:52 63d7cb157983: Pulling fs layer 08:39:52 b116817d02f9: Pulling fs layer 08:39:52 745a02a5169b: Pulling fs layer 08:39:52 63d7cb157983: Waiting 08:39:52 00ac8860ef70: Waiting 08:39:52 b116817d02f9: Waiting 08:39:52 745a02a5169b: Waiting 08:39:52 18c013af1878: Verifying Checksum 08:39:52 18c013af1878: Download complete 08:39:52 a4357932f1b6: Verifying Checksum 08:39:52 a4357932f1b6: Download complete 08:39:52 63d7cb157983: Verifying Checksum 08:39:52 63d7cb157983: Download complete 08:39:53 b116817d02f9: Download complete 08:39:53 5f621e34cdf4: Download complete 08:39:54 5f621e34cdf4: Pull complete 08:39:54 a4357932f1b6: Pull complete 08:39:54 18c013af1878: Pull complete 08:39:55 745a02a5169b: Verifying Checksum 08:39:55 745a02a5169b: Download complete 08:39:56 00ac8860ef70: Verifying Checksum 08:39:56 00ac8860ef70: Download complete 08:40:06 00ac8860ef70: Pull complete 08:40:06 63d7cb157983: Pull complete 08:40:06 b116817d02f9: Pull complete 08:40:11 745a02a5169b: Pull complete 08:40:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:40:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:40:11 ---> b7e6874047d6 08:40:11 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:40:13 ---> Running in bf8f91606ced 08:40:13 Removing intermediate container bf8f91606ced 08:40:13 ---> d46909e5df6c 08:40:13 Step 4/7 : RUN apk add bash 08:40:13 ---> Running in 60c17e89fa9c 08:40:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:40:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:40:15 Running on prd-centos7-docker-4c-2g-30283 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:40:16 Running in /w/workspace/go-mod-core-contracts/171 [Pipeline] { [Pipeline] checkout 08:40:16 OK: 142 MiB in 39 packages 08:40:17 Removing intermediate container 60c17e89fa9c 08:40:17 ---> b9459a4a0b75 08:40:17 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:40:18 ---> Running in 263a8ac27dd9 08:40:18 Removing intermediate container 263a8ac27dd9 08:40:18 ---> 13cd4a63386f 08:40:18 Step 6/7 : COPY go.mod . 08:40:18 using credential edgex-jenkins-ssh 08:40:18 Cloning the remote Git repository 08:40:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:40:19 ---> 0b3c321bfdce 08:40:19 Step 7/7 : RUN go mod download 08:40:19 ---> Running in 620e0e04cda9 08:40:18 > git init /w/workspace/go-mod-core-contracts/171 # timeout=10 08:40:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:40:18 > git --version # timeout=10 08:40:18 > git --version # 'git version 2.24.3' 08:40:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:40:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:40:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:40:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:40:19 Checking out Revision d27e56e5c274da1664efab3f1228ad305b025756 (master) 08:40:19 > git config core.sparsecheckout # timeout=10 08:40:19 > git checkout -f d27e56e5c274da1664efab3f1228ad305b025756 # timeout=10 08:40:23 Commit message: "Merge pull request #550 from hahattan/issue-543" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:40:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:40:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:40:25 + true 08:40:25 + sudo service docker restart 08:40:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 08:40:26 ========================================================= 08:40:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:40:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:40:27 + 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 . 08:40:27 Sending build context to Docker daemon 2.833MB 08:40:27 Step 1/7 : ARG BASE=golang:1.15-alpine 08:40:27 Step 2/7 : FROM ${BASE} 08:40:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:40:27 188c0c94c7c5: Pulling fs layer 08:40:27 0ef7d3d256c8: Pulling fs layer 08:40:27 de9db76c5a1d: Pulling fs layer 08:40:27 bca2f99d35d6: Pulling fs layer 08:40:27 93359f2a8cfa: Pulling fs layer 08:40:27 7c6f9722023f: Pulling fs layer 08:40:27 a35cf1a2eb13: Pulling fs layer 08:40:27 93359f2a8cfa: Waiting 08:40:27 7c6f9722023f: Waiting 08:40:27 a35cf1a2eb13: Waiting 08:40:27 bca2f99d35d6: Waiting 08:40:27 de9db76c5a1d: Verifying Checksum 08:40:27 de9db76c5a1d: Download complete 08:40:27 0ef7d3d256c8: Verifying Checksum 08:40:27 0ef7d3d256c8: Download complete 08:40:27 93359f2a8cfa: Verifying Checksum 08:40:27 93359f2a8cfa: Download complete 08:40:27 7c6f9722023f: Verifying Checksum 08:40:27 7c6f9722023f: Download complete 08:40:27 188c0c94c7c5: Verifying Checksum 08:40:27 188c0c94c7c5: Download complete 08:40:28 188c0c94c7c5: Pull complete 08:40:28 0ef7d3d256c8: Pull complete 08:40:28 de9db76c5a1d: Pull complete 08:40:30 a35cf1a2eb13: Verifying Checksum 08:40:30 a35cf1a2eb13: Download complete 08:40:30 bca2f99d35d6: Verifying Checksum 08:40:30 bca2f99d35d6: Download complete 08:40:34 Removing intermediate container 620e0e04cda9 08:40:34 ---> 27e3f359d9b3 08:40:34 Successfully built 27e3f359d9b3 08:40:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:40:34 + docker inspect -f . ci-base-image-arm64 08:40:34 . [Pipeline] withDockerContainer 08:40:35 prd-ubuntu18.04-docker-arm64-4c-16g-30282 does not seem to be running inside a container 08:40:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/171 -v /w/workspace/go-mod-core-contracts/171:/w/workspace/go-mod-core-contracts/171:rw,z -v /w/workspace/go-mod-core-contracts/171@tmp:/w/workspace/go-mod-core-contracts/171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:40:36 bca2f99d35d6: Pull complete 08:40:36 93359f2a8cfa: Pull complete 08:40:36 7c6f9722023f: Pull complete 08:40:36 $ docker top b16de95370b6513d9dff4857e0ed306c46256ed2379e08effcc87a30c421b12a -eo pid,comm [Pipeline] { [Pipeline] sh 08:40:37 + go version 08:40:37 go version go1.15.5 linux/arm64 [Pipeline] } 08:40:37 $ docker stop --time=1 b16de95370b6513d9dff4857e0ed306c46256ed2379e08effcc87a30c421b12a 08:40:39 $ docker rm -f b16de95370b6513d9dff4857e0ed306c46256ed2379e08effcc87a30c421b12a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:40:40 + docker inspect -f . ci-base-image-arm64 08:40:40 . [Pipeline] withDockerContainer 08:40:41 prd-ubuntu18.04-docker-arm64-4c-16g-30282 does not seem to be running inside a container 08:40:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/171 -v /w/workspace/go-mod-core-contracts/171:/w/workspace/go-mod-core-contracts/171:rw,z -v /w/workspace/go-mod-core-contracts/171@tmp:/w/workspace/go-mod-core-contracts/171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:40:42 $ docker top 3e48bd4a3f43470a79d3d21613249626a1c2c936a8ca0c6fed170ec8aad8f2b7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:40:43 + make test 08:40:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:40:46 a35cf1a2eb13: Pull complete 08:40:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:40:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:40:46 ---> a62c8e92a672 08:40:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:40:46 ---> Running in d2b535a4014f 08:40:46 Removing intermediate container d2b535a4014f 08:40:46 ---> 93dab31b78c3 08:40:46 Step 4/7 : RUN apk add bash 08:40:46 ---> Running in a4f4fd95d1c5 08:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:48 OK: 166 MiB in 39 packages 08:40:48 Removing intermediate container a4f4fd95d1c5 08:40:48 ---> 34fe36142cf9 08:40:48 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:40:48 ---> Running in eda37a93deec 08:40:48 Removing intermediate container eda37a93deec 08:40:48 ---> 91af57802aa7 08:40:48 Step 6/7 : COPY go.mod . 08:40:48 ---> 5d9ab09a08f5 08:40:48 Step 7/7 : RUN go mod download 08:40:48 ---> Running in ad3afc50c957 08:41:01 Removing intermediate container ad3afc50c957 08:41:01 ---> 7472687fc23f 08:41:01 Successfully built 7472687fc23f 08:41:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:41:01 + docker inspect -f . ci-base-image-x86_64 08:41:01 . [Pipeline] withDockerContainer 08:41:01 prd-centos7-docker-4c-2g-30283 does not seem to be running inside a container 08:41:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/171 -v /w/workspace/go-mod-core-contracts/171:/w/workspace/go-mod-core-contracts/171:rw,z -v /w/workspace/go-mod-core-contracts/171@tmp:/w/workspace/go-mod-core-contracts/171@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 08:41:02 $ docker top ad0e18ce9ddb6c0b05574d716ed4eef642f126c5af06a60762c0513ecddbb37f -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:02 + go version 08:41:02 go version go1.15.5 linux/amd64 [Pipeline] } 08:41:02 $ docker stop --time=1 ad0e18ce9ddb6c0b05574d716ed4eef642f126c5af06a60762c0513ecddbb37f 08:41:04 $ docker rm -f ad0e18ce9ddb6c0b05574d716ed4eef642f126c5af06a60762c0513ecddbb37f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:41:05 + docker inspect -f . ci-base-image-x86_64 08:41:05 . [Pipeline] withDockerContainer 08:41:05 prd-centos7-docker-4c-2g-30283 does not seem to be running inside a container 08:41:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/171 -v /w/workspace/go-mod-core-contracts/171:/w/workspace/go-mod-core-contracts/171:rw,z -v /w/workspace/go-mod-core-contracts/171@tmp:/w/workspace/go-mod-core-contracts/171@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 08:41:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:41:06 $ docker top b8f8764e506d8aa808c8eacf1d9c497a6b7e2c7a338fc6f19d2db22f43b35a7f -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:06 + make test 08:41:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:41:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements 08:41:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.031s coverage: 100.0% of statements 08:41:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.041s coverage: 45.4% of statements 08:41:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements 08:41:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:41:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.057s coverage: 26.3% of statements 08:41:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.059s coverage: 14.7% of statements 08:41:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.061s coverage: 100.0% of statements 08:41:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.076s coverage: 91.8% of statements 08:41:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:41:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:41:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.036s coverage: 100.0% of statements 08:41:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.035s coverage: 36.7% of statements 08:41:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:41:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.012s coverage: 85.7% of statements 08:41:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.022s coverage: 100.0% of statements 08:41:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.018s coverage: 45.4% of statements 08:41:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.007s coverage: 77.8% of statements 08:41:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:41:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.018s coverage: 26.3% of statements 08:41:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.016s coverage: 14.7% of statements 08:41:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements 08:41:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.036s coverage: 91.8% of statements 08:41:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:41:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:41:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements 08:41:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 36.7% of statements 08:41:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.046s coverage: 63.0% of statements 08:41:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 08:41:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements 08:41:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.004s coverage: 15.4% of statements 08:41:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.040s coverage: 14.3% of statements 08:41:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:41:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.142s coverage: 63.0% of statements 08:41:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.018s coverage: 26.3% of statements 08:41:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.034s coverage: 15.4% of statements 08:41:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.029s coverage: 15.4% of statements 08:41:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.010s coverage: 14.3% of statements 08:41:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:41:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.125s coverage: 83.8% of statements 08:41:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:41:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:41:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:41:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.019s coverage: 47.7% of statements 08:41:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.016s coverage: 94.7% of statements 08:41:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.051s coverage: 91.9% of statements 08:41:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements 08:41:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 08:41:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.193s coverage: 83.8% of statements 08:41:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:41:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:41:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.069s coverage: 47.7% of statements 08:41:22 gofmt -l . 08:41:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:41:23 $ docker stop --time=1 b8f8764e506d8aa808c8eacf1d9c497a6b7e2c7a338fc6f19d2db22f43b35a7f 08:41:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.055s coverage: 94.7% of statements 08:41:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.177s coverage: 91.9% of statements 08:41:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 08:41:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 08:41:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:41:25 $ docker rm -f b8f8764e506d8aa808c8eacf1d9c497a6b7e2c7a338fc6f19d2db22f43b35a7f [Pipeline] // withDockerContainer [Pipeline] sh 08:41:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:41:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:41:27 ---> job-cost.sh 08:41:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WmMZ 08:41:30 gofmt -l . 08:41:31 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:41:31 $ docker stop --time=1 3e48bd4a3f43470a79d3d21613249626a1c2c936a8ca0c6fed170ec8aad8f2b7 08:41:33 $ docker rm -f 3e48bd4a3f43470a79d3d21613249626a1c2c936a8ca0c6fed170ec8aad8f2b7 [Pipeline] // withDockerContainer [Pipeline] sh 08:41:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:41:34 Warning: overwriting stash ‘coverage-report’ 08:41:35 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 08:41:36 ---> job-cost.sh 08:41:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wZcp 08:41:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:42:09 lf-activate-venv(): INFO: Adding /tmp/venv-WmMZ/bin to PATH 08:42:09 INFO: No Stack... 08:42:10 INFO: Retrieving Pricing Info for: v1-standard-2 08:42:10 INFO: Archiving Costs [Pipeline] sh 08:42:11 + cat /w/workspace/go-mod-core-contracts/171/archives/cost.csv 08:42:11 + cut -d, -f6 [Pipeline] lock 08:42:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] 08:42:11 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] did not exist. Created. 08:42:11 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:42:11 + echo total: 0.029999999329447746 [Pipeline] stash 08:42:11 Stashed 1 file(s) [Pipeline] } 08:42:11 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:42:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:43:37 lf-activate-venv(): INFO: Adding /tmp/venv-wZcp/bin to PATH 08:43:37 INFO: No Stack... 08:43:37 INFO: Retrieving Pricing Info for: lf-standard-4 08:43:37 INFO: Archiving Costs [Pipeline] sh 08:43:37 + cat /w/workspace/go-mod-core-contracts/171/archives/cost.csv 08:43:37 + cut -d, -f6 [Pipeline] lock 08:43:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] 08:43:38 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] did not exist. Created. 08:43:38 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:43:38 /w/workspace/go-mod-core-contracts/171@tmp/durable-9e21e820/script.sh: 1: /w/workspace/go-mod-core-contracts/171@tmp/durable-9e21e820/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:43:38 + echo total: 0.20999999344348907 [Pipeline] stash 08:43:38 Warning: overwriting stash ‘stack-cost’ 08:43:39 Stashed 1 file(s) [Pipeline] } 08:43:39 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-171-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 08:43:40 provisioning config files... 08:43:40 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5914832314180733758tmp [Pipeline] { [Pipeline] sh 08:43:41 + set +x 08:43:41 + curl -s https://codecov.io/bash 08:43:41 + bash -s -- 08:43:41 08:43:41 _____ _ 08:43:41 / ____| | | 08:43:41 | | ___ __| | ___ ___ _____ __ 08:43:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:43:41 | |___| (_) | (_| | __/ (_| (_) \ V / 08:43:41 \_____\___/ \__,_|\___|\___\___/ \_/ 08:43:41 Bash-20210309-2b87ace 08:43:41 08:43:41 08:43:41 ==> git version 2.24.3 found 08:43:41 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:43:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:43:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:43:41 ==> Jenkins CI detected. 08:43:41 project root: . 08:43:41 --> token set from env 08:43:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:43:41 ==> Running gcov in . (disable via -X gcov) 08:43:41 ==> Python coveragepy not found 08:43:41 ==> Searching for coverage reports in: 08:43:41 + . 08:43:41 -> Found 1 reports 08:43:41 ==> Detecting git/mercurial file structure 08:43:41 ==> Reading reports 08:43:41 + ./coverage.out bytes=160097 08:43:41 ==> Appending adjustments 08:43:41 https://docs.codecov.io/docs/fixing-reports 08:43:42 + Found adjustments 08:43:42 ==> Gzipping contents 08:43:42 24K /tmp/codecov.GZn4G9.gz 08:43:42 ==> Uploading reports 08:43:42 url: https://codecov.io 08:43:42 query: branch=master&commit=d27e56e5c274da1664efab3f1228ad305b025756&build=171&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F171%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:43:42 -> Pinging Codecov 08:43:42 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=d27e56e5c274da1664efab3f1228ad305b025756&build=171&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F171%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:43:42 -> Uploading to 08:43:42 https://storage.googleapis.com/codecov/v4/raw/2021-03-18/71470A77251A30514AAF9C0BB2E5B6CE/d27e56e5c274da1664efab3f1228ad305b025756/85bdc758-7162-48a8-97c0-1845bf3c9184.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T084342Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f736685246ed17a103d84e91ee9542584382696f075be39435e1babff7ab928e 08:43:42 % Total % Received % Xferd Average Speed Time Time Time Current 08:43:42 Dload Upload Total Spent Left Speed 08:43:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24050 0 0 100 24050 0 52283 --:--:-- --:--:-- --:--:-- 52396 08:43:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d27e56e5c274da1664efab3f1228ad305b025756 [Pipeline] } 08:43:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:43:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:43:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:43:44 08:43:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:43:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:43:45 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:43:45 188c0c94c7c5: Pulling fs layer 08:43:45 0ef7d3d256c8: Pulling fs layer 08:43:45 de9db76c5a1d: Pulling fs layer 08:43:45 0eba1c9be4d2: Pulling fs layer 08:43:45 0d57e429df01: Pulling fs layer 08:43:45 4e4be7b47b0d: Pulling fs layer 08:43:45 e1f770b5df2f: Pulling fs layer 08:43:45 85a0685a4137: Pulling fs layer 08:43:45 0d57e429df01: Waiting 08:43:45 4e4be7b47b0d: Waiting 08:43:45 e1f770b5df2f: Waiting 08:43:45 85a0685a4137: Waiting 08:43:45 0eba1c9be4d2: Waiting 08:43:45 de9db76c5a1d: Verifying Checksum 08:43:45 de9db76c5a1d: Download complete 08:43:45 0ef7d3d256c8: Verifying Checksum 08:43:45 0ef7d3d256c8: Download complete 08:43:45 0d57e429df01: Verifying Checksum 08:43:45 0d57e429df01: Download complete 08:43:45 4e4be7b47b0d: Verifying Checksum 08:43:45 4e4be7b47b0d: Download complete 08:43:46 188c0c94c7c5: Verifying Checksum 08:43:46 188c0c94c7c5: Download complete 08:43:46 188c0c94c7c5: Pull complete 08:43:46 0ef7d3d256c8: Pull complete 08:43:46 de9db76c5a1d: Pull complete 08:43:47 e1f770b5df2f: Verifying Checksum 08:43:47 e1f770b5df2f: Download complete 08:43:48 0eba1c9be4d2: Verifying Checksum 08:43:48 0eba1c9be4d2: Download complete 08:43:49 85a0685a4137: Verifying Checksum 08:43:49 85a0685a4137: Download complete 08:43:55 0eba1c9be4d2: Pull complete 08:43:55 0d57e429df01: Pull complete 08:43:55 4e4be7b47b0d: Pull complete 08:43:58 e1f770b5df2f: Pull complete 08:44:04 85a0685a4137: Pull complete 08:44:04 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:44:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:44:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:44:04 prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container 08:44:05 $ 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 08:44:06 $ docker top 91e87026d47f04695be34a5251a1dfc471cfc4e604e347433e712fa38c827586 -eo pid,comm [Pipeline] { [Pipeline] echo 08:44:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:44:06 + set -o pipefail 08:44:06 + snyk monitor '--org=edgex-jenkins' 08:44:12 08:44:12 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 08:44:12 08:44:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/2f96d320-f86f-41ef-a2c5-d749077bb1f0 08:44:12 08:44:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:44:12 08:44:12 [Pipeline] } 08:44:12 $ docker stop --time=1 91e87026d47f04695be34a5251a1dfc471cfc4e604e347433e712fa38c827586 08:44:14 $ docker rm -f 91e87026d47f04695be34a5251a1dfc471cfc4e604e347433e712fa38c827586 [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 08:44:15 + git log --format=format:%s -1 d27e56e5c274da1664efab3f1228ad305b025756 [Pipeline] isUnix [Pipeline] sh 08:44:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:44:16 . [Pipeline] withDockerContainer 08:44:16 prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container 08:44:16 $ 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 08:44:17 $ docker top cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:44:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:44:17 [ssh-agent] Looking for ssh-agent implementation... 08:44:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:44:17 $ docker exec cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f ssh-agent 08:44:17 SSH_AUTH_SOCK=/tmp/ssh-fSKojLwIniEn/agent.12 08:44:17 SSH_AGENT_PID=17 08:44:17 Running ssh-add (command line suppressed) 08:44:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6456857267796645028.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6456857267796645028.key) 08:44:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:44:18 + git semver tag 08:44:18 # -> Open(): unable to determine branch for HEAD 08:44:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:44:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:44:18 # $SEMVER_REMOTE_NAME = origin 08:44:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:44:18 # $SEMVER_USER_NAME = edgex-jenkins 08:44:18 # $SEMVER_BRANCH = master 08:44:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:44:18 # d27e56e5c274da1664efab3f1228ad305b025756 HEAD 08:44:18 # -> Force: false 08:44:18 # 53b80f17dcadc4030b6041a1fb01c0262b9e2641 refs/tags/v2.0.0-dev.53 [Pipeline] } 08:44:18 $ docker exec --env ******** --env ******** cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f ssh-agent -k 08:44:18 unset SSH_AUTH_SOCK; 08:44:18 unset SSH_AGENT_PID; 08:44:18 echo Agent pid 17 killed; 08:44:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:44:18 + git semver [Pipeline] } 08:44:19 $ docker stop --time=1 cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f 08:44:20 $ docker rm -f cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:44:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:44:21 08:44:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:44:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:44:21 0.23.1-centos7: Pulling from edgex-lftools 08:44:21 ab5ef0e58194: Pulling fs layer 08:44:21 9712f1f96733: Pulling fs layer 08:44:21 63f879dbbcfc: Pulling fs layer 08:44:21 0d9ebad4ef96: Pulling fs layer 08:44:21 e9a5061849ea: Pulling fs layer 08:44:21 d747dcd14b5f: Pulling fs layer 08:44:21 2de7ff778b66: Pulling fs layer 08:44:21 e9a5061849ea: Waiting 08:44:21 d747dcd14b5f: Waiting 08:44:21 2de7ff778b66: Waiting 08:44:21 0d9ebad4ef96: Waiting 08:44:21 9712f1f96733: Verifying Checksum 08:44:21 9712f1f96733: Download complete 08:44:23 63f879dbbcfc: Verifying Checksum 08:44:23 63f879dbbcfc: Download complete 08:44:23 e9a5061849ea: Download complete 08:44:23 d747dcd14b5f: Verifying Checksum 08:44:23 d747dcd14b5f: Download complete 08:44:23 2de7ff778b66: Verifying Checksum 08:44:23 2de7ff778b66: Download complete 08:44:23 0d9ebad4ef96: Verifying Checksum 08:44:23 0d9ebad4ef96: Download complete 08:44:24 ab5ef0e58194: Download complete 08:44:28 ab5ef0e58194: Pull complete 08:44:28 9712f1f96733: Pull complete 08:44:31 63f879dbbcfc: Pull complete 08:44:37 0d9ebad4ef96: Pull complete 08:44:38 e9a5061849ea: Pull complete 08:44:38 d747dcd14b5f: Pull complete 08:44:41 2de7ff778b66: Pull complete 08:44:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:44:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:44:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:44:42 prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container 08:44:42 $ 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 08:44:45 $ docker top 43ba310c9bd7ac772e3d9fdf685f670daa56ddbe929d258af5ec713d329a1e96 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:44:45 provisioning config files... 08:44:45 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1436530313573571162tmp 08:44:45 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2514198451295016257tmp 08:44:45 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5332442793246717991tmp [Pipeline] { [Pipeline] echo 08:44:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:44:46 ---> sigul-configuration.sh 08:44:46 gpg: directory `/root/.gnupg' created 08:44:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:44:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:44:46 gpg: keyring `/root/.gnupg/secring.gpg' created 08:44:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:44:46 gpg: CAST5 encrypted data 08:44:46 gpg: encrypted with 1 passphrase 08:44:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:44:46 + mkdir /home/jenkins 08:44:46 + mkdir /home/jenkins/sigul [Pipeline] sh 08:44:47 + 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 08:44:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:44:47 ---> sigul-install.sh 08:44:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:44:54 + git tag --list 08:44:54 v0.0.0 08:44:54 v0.0.1 08:44:54 v0.1.0 08:44:54 v0.1.1 08:44:54 v0.1.10 08:44:54 v0.1.100 08:44:54 v0.1.101 08:44:54 v0.1.102 08:44:54 v0.1.103 08:44:54 v0.1.104 08:44:54 v0.1.105 08:44:54 v0.1.106 08:44:54 v0.1.107 08:44:54 v0.1.108 08:44:54 v0.1.109 08:44:54 v0.1.11 08:44:54 v0.1.110 08:44:54 v0.1.111 08:44:54 v0.1.112 08:44:54 v0.1.113 08:44:54 v0.1.114 08:44:54 v0.1.115 08:44:54 v0.1.116 08:44:54 v0.1.117 08:44:54 v0.1.118 08:44:54 v0.1.119 08:44:54 v0.1.12 08:44:54 v0.1.120 08:44:54 v0.1.121 08:44:54 v0.1.122 08:44:54 v0.1.123 08:44:54 v0.1.124 08:44:54 v0.1.125 08:44:54 v0.1.126 08:44:54 v0.1.127 08:44:54 v0.1.128 08:44:54 v0.1.129 08:44:54 v0.1.13 08:44:54 v0.1.130 08:44:54 v0.1.131 08:44:54 v0.1.132 08:44:54 v0.1.133 08:44:54 v0.1.134 08:44:54 v0.1.135 08:44:54 v0.1.136 08:44:54 v0.1.137 08:44:54 v0.1.138 08:44:54 v0.1.139 08:44:54 v0.1.14 08:44:54 v0.1.140 08:44:54 v0.1.141 08:44:54 v0.1.142 08:44:54 v0.1.143 08:44:54 v0.1.144 08:44:54 v0.1.145 08:44:54 v0.1.146 08:44:54 v0.1.147 08:44:54 v0.1.148 08:44:54 v0.1.149 08:44:54 v0.1.15 08:44:54 v0.1.16 08:44:54 v0.1.17 08:44:54 v0.1.18 08:44:54 v0.1.19 08:44:54 v0.1.2 08:44:54 v0.1.20 08:44:54 v0.1.21 08:44:54 v0.1.22 08:44:54 v0.1.23 08:44:54 v0.1.24 08:44:54 v0.1.25 08:44:54 v0.1.26 08:44:54 v0.1.27 08:44:54 v0.1.28 08:44:54 v0.1.29 08:44:54 v0.1.3 08:44:54 v0.1.30 08:44:54 v0.1.31 08:44:54 v0.1.32 08:44:54 v0.1.33 08:44:54 v0.1.34 08:44:54 v0.1.35 08:44:54 v0.1.36 08:44:54 v0.1.37 08:44:54 v0.1.38 08:44:54 v0.1.39 08:44:54 v0.1.4 08:44:54 v0.1.40 08:44:54 v0.1.41 08:44:54 v0.1.42 08:44:54 v0.1.43 08:44:54 v0.1.44 08:44:54 v0.1.45 08:44:54 v0.1.46 08:44:54 v0.1.47 08:44:54 v0.1.48 08:44:54 v0.1.49 08:44:54 v0.1.5 08:44:54 v0.1.50 08:44:54 v0.1.51 08:44:54 v0.1.52 08:44:54 v0.1.53 08:44:54 v0.1.54 08:44:54 v0.1.55 08:44:54 v0.1.56 08:44:54 v0.1.57 08:44:54 v0.1.58 08:44:54 v0.1.59 08:44:54 v0.1.6 08:44:54 v0.1.60 08:44:54 v0.1.61 08:44:54 v0.1.62 08:44:54 v0.1.63 08:44:54 v0.1.64 08:44:54 v0.1.65 08:44:54 v0.1.66 08:44:54 v0.1.67 08:44:54 v0.1.68 08:44:54 v0.1.69 08:44:54 v0.1.7 08:44:54 v0.1.70 08:44:54 v0.1.71 08:44:54 v0.1.72 08:44:54 v0.1.73 08:44:54 v0.1.74 08:44:54 v0.1.75 08:44:54 v0.1.76 08:44:54 v0.1.77 08:44:54 v0.1.78 08:44:54 v0.1.79 08:44:54 v0.1.8 08:44:54 v0.1.80 08:44:54 v0.1.81 08:44:54 v0.1.82 08:44:54 v0.1.83 08:44:54 v0.1.84 08:44:54 v0.1.85 08:44:54 v0.1.86 08:44:54 v0.1.87 08:44:54 v0.1.88 08:44:54 v0.1.89 08:44:54 v0.1.9 08:44:54 v0.1.90 08:44:54 v0.1.91 08:44:54 v0.1.92 08:44:54 v0.1.93 08:44:54 v0.1.94 08:44:54 v0.1.95 08:44:54 v0.1.96 08:44:54 v0.1.97 08:44:54 v0.1.98 08:44:54 v0.1.99 08:44:54 v2.0.0-dev.1 08:44:54 v2.0.0-dev.10 08:44:54 v2.0.0-dev.11 08:44:54 v2.0.0-dev.12 08:44:54 v2.0.0-dev.13 08:44:54 v2.0.0-dev.14 08:44:54 v2.0.0-dev.15 08:44:54 v2.0.0-dev.16 08:44:54 v2.0.0-dev.17 08:44:54 v2.0.0-dev.18 08:44:54 v2.0.0-dev.19 08:44:54 v2.0.0-dev.2 08:44:54 v2.0.0-dev.20 08:44:54 v2.0.0-dev.21 08:44:54 v2.0.0-dev.22 08:44:54 v2.0.0-dev.23 08:44:54 v2.0.0-dev.24 08:44:54 v2.0.0-dev.25 08:44:54 v2.0.0-dev.26 08:44:54 v2.0.0-dev.27 08:44:54 v2.0.0-dev.28 08:44:54 v2.0.0-dev.29 08:44:54 v2.0.0-dev.3 08:44:54 v2.0.0-dev.30 08:44:54 v2.0.0-dev.31 08:44:54 v2.0.0-dev.32 08:44:54 v2.0.0-dev.33 08:44:54 v2.0.0-dev.34 08:44:54 v2.0.0-dev.35 08:44:54 v2.0.0-dev.36 08:44:54 v2.0.0-dev.37 08:44:54 v2.0.0-dev.38 08:44:54 v2.0.0-dev.39 08:44:54 v2.0.0-dev.4 08:44:54 v2.0.0-dev.40 08:44:54 v2.0.0-dev.41 08:44:54 v2.0.0-dev.42 08:44:54 v2.0.0-dev.43 08:44:54 v2.0.0-dev.44 08:44:54 v2.0.0-dev.45 08:44:54 v2.0.0-dev.46 08:44:54 v2.0.0-dev.47 08:44:54 v2.0.0-dev.48 08:44:54 v2.0.0-dev.49 08:44:54 v2.0.0-dev.5 08:44:54 v2.0.0-dev.50 08:44:54 v2.0.0-dev.51 08:44:54 v2.0.0-dev.52 08:44:54 v2.0.0-dev.53 08:44:54 v2.0.0-dev.6 08:44:54 v2.0.0-dev.7 08:44:54 v2.0.0-dev.8 08:44:54 v2.0.0-dev.9 [Pipeline] sh 08:44:54 + lftools sign git-tag v2.0.0-dev.53 08:44:56 Signing Git tag with Sigul... 08:44:56 Signing v2.0.0-dev.53 [Pipeline] echo 08:44:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:44:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:44:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:44:57 $ docker stop --time=1 43ba310c9bd7ac772e3d9fdf685f670daa56ddbe929d258af5ec713d329a1e96 08:44:59 $ docker rm -f 43ba310c9bd7ac772e3d9fdf685f670daa56ddbe929d258af5ec713d329a1e96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:45:00 . [Pipeline] withDockerContainer 08:45:00 prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container 08:45:00 $ 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 08:45:01 $ docker top 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:45:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:01 [ssh-agent] Looking for ssh-agent implementation... 08:45:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:02 $ docker exec 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 ssh-agent 08:45:02 SSH_AUTH_SOCK=/tmp/ssh-7tvn7sRUOHp1/agent.12 08:45:02 SSH_AGENT_PID=18 08:45:02 Running ssh-add (command line suppressed) 08:45:02 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_297324317294836221.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_297324317294836221.key) 08:45:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:02 + git semver bump pre 08:45:02 # -> Open(): unable to determine branch for HEAD 08:45:02 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:45:02 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:45:02 # $SEMVER_REMOTE_NAME = origin 08:45:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:45:02 # $SEMVER_USER_NAME = edgex-jenkins 08:45:02 # $SEMVER_BRANCH = master 08:45:02 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:45:02 2.0.0-dev.54 [Pipeline] } 08:45:02 $ docker exec --env ******** --env ******** 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 ssh-agent -k 08:45:02 unset SSH_AUTH_SOCK; 08:45:02 unset SSH_AGENT_PID; 08:45:02 echo Agent pid 18 killed; 08:45:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:45:03 + git semver [Pipeline] } 08:45:03 $ docker stop --time=1 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 08:45:04 $ docker rm -f 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:45:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:45:05 . [Pipeline] withDockerContainer 08:45:05 prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container 08:45:05 $ 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 08:45:06 $ docker top d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:45:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:06 [ssh-agent] Looking for ssh-agent implementation... 08:45:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:07 $ docker exec d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 ssh-agent 08:45:07 SSH_AUTH_SOCK=/tmp/ssh-0qMuWbfXv6hc/agent.11 08:45:07 SSH_AGENT_PID=16 08:45:07 Running ssh-add (command line suppressed) 08:45:07 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9091243710274751782.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9091243710274751782.key) 08:45:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:07 + git semver push 08:45:07 # -> Open(): unable to determine branch for HEAD 08:45:07 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:45:07 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:45:07 # $SEMVER_REMOTE_NAME = origin 08:45:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:45:07 # $SEMVER_USER_NAME = edgex-jenkins 08:45:07 # $SEMVER_BRANCH = master 08:45:07 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:45:11 $ docker exec --env ******** --env ******** d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 ssh-agent -k 08:45:12 unset SSH_AUTH_SOCK; 08:45:12 unset SSH_AGENT_PID; 08:45:12 echo Agent pid 16 killed; 08:45:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:45:12 + git semver [Pipeline] } 08:45:12 $ docker stop --time=1 d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 08:45:14 $ docker rm -f d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 [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 08:45:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:45:16 ---> package-listing.sh 08:45:16 ++ facter osfamily 08:45:16 ++ tr '[:upper:]' '[:lower:]' 08:45:16 + OS_FAMILY=redhat 08:45:16 + workspace=/w/workspace/dry_go-mod-core-contracts_master 08:45:16 + START_PACKAGES=/tmp/packages_start.txt 08:45:16 + END_PACKAGES=/tmp/packages_end.txt 08:45:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:45:16 + PACKAGES=/tmp/packages_start.txt 08:45:16 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:45:16 + PACKAGES=/tmp/packages_end.txt 08:45:16 + case "${OS_FAMILY}" in 08:45:16 + rpm -qa 08:45:16 + sort 08:45:21 + '[' -f /tmp/packages_start.txt ']' 08:45:21 + '[' -f /tmp/packages_end.txt ']' 08:45:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:45:21 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:45:21 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 08:45:21 + 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 08:45:21 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 08:45:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:45:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:45:22 08:45:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:45:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:45:22 alpine: Pulling from edgex-lftools-log-publisher 08:45:22 df20fa9351a1: Pulling fs layer 08:45:22 36b3adc4ff6f: Pulling fs layer 08:45:22 8ad3a11d3b57: Pulling fs layer 08:45:22 46f8f816bc3b: Pulling fs layer 08:45:22 93b61091891f: Pulling fs layer 08:45:22 93b9cdb0e59b: Pulling fs layer 08:45:22 5e14af77c1be: Pulling fs layer 08:45:22 01666e4c0597: Pulling fs layer 08:45:22 aa168da1d23b: Pulling fs layer 08:45:22 46f8f816bc3b: Waiting 08:45:22 93b61091891f: Waiting 08:45:22 01666e4c0597: Waiting 08:45:22 5e14af77c1be: Waiting 08:45:22 36b3adc4ff6f: Verifying Checksum 08:45:22 36b3adc4ff6f: Download complete 08:45:22 46f8f816bc3b: Verifying Checksum 08:45:22 46f8f816bc3b: Download complete 08:45:22 df20fa9351a1: Verifying Checksum 08:45:22 93b9cdb0e59b: Verifying Checksum 08:45:22 93b9cdb0e59b: Download complete 08:45:22 5e14af77c1be: Verifying Checksum 08:45:22 5e14af77c1be: Download complete 08:45:22 93b61091891f: Verifying Checksum 08:45:22 93b61091891f: Download complete 08:45:22 01666e4c0597: Verifying Checksum 08:45:22 01666e4c0597: Download complete 08:45:22 8ad3a11d3b57: Verifying Checksum 08:45:22 8ad3a11d3b57: Download complete 08:45:23 df20fa9351a1: Pull complete 08:45:23 36b3adc4ff6f: Pull complete 08:45:24 8ad3a11d3b57: Pull complete 08:45:24 46f8f816bc3b: Pull complete 08:45:25 aa168da1d23b: Verifying Checksum 08:45:25 aa168da1d23b: Download complete 08:45:25 93b61091891f: Pull complete 08:45:25 93b9cdb0e59b: Pull complete 08:45:25 5e14af77c1be: Pull complete 08:45:25 01666e4c0597: Pull complete 08:45:33 aa168da1d23b: Pull complete 08:45:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:45:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:45:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:45:33 prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container 08:45:33 $ 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 08:45:36 $ docker top cd5bb49b2227540a5059fb2254bf42d3a8108e0567ea40021fa907547df911e3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:45:37 + touch /tmp/pre-build-complete [Pipeline] sh 08:45:37 + mkdir -p /var/log/sa [Pipeline] sh 08:45:37 + ls /var/log/sa-host 08:45:37 + sadf -c /var/log/sa-host/sa18 08:45:37 file_magic: OK 08:45:37 HZ: Using current value: 100 08:45:37 file_header: OK 08:45:37 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 08:45:37 Statistics: 08:45:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:45:37 File successfully converted to sysstat format version 12.2.1 08:45:37 + sadf -c /var/log/sa-host/sa23 08:45:37 file_magic: OK 08:45:37 HZ: Using current value: 100 08:45:37 file_header: OK 08:45:37 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 08:45:37 Statistics: 08:45:37 Hnuu...uuuununununu... 08:45:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:45:38 provisioning config files... 08:45:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7675451058780677793tmp [Pipeline] { [Pipeline] echo 08:45:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:45:38 ---> create-netrc.sh [Pipeline] } 08:45:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:45:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:45:39 ---> python-tools-install.sh [Pipeline] echo 08:45:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:45:39 ---> sudo-logs.sh 08:45:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:45:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:45:39 ---> job-cost.sh 08:45:39 lf-activate-venv: SKIPPING 08:45:39 DEBUG: total: 0.20999999344348907 08:45:39 INFO: Retrieving Stack Cost... 08:45:40 INFO: Retrieving Pricing Info for: v1-standard-2 08:45:40 INFO: Archiving Costs [Pipeline] echo 08:45:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:45:41 ---> logs-deploy.sh 08:45:41 lf-activate-venv: SKIPPING 08:45:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/171 08:45:41 INFO: archiving workspace using pattern(s): 08:45:43 Archives upload complete. 08:45:43 INFO: archiving logs to Nexus 08:45:44 ---> uname -a: 08:45:44 Linux prd-centos7-docker-4c-2g-30281.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:45:44 08:45:44 08:45:44 ---> lscpu: 08:45:44 Architecture: x86_64 08:45:44 CPU op-mode(s): 32-bit, 64-bit 08:45:44 Byte Order: Little Endian 08:45:44 Address sizes: 40 bits physical, 48 bits virtual 08:45:44 CPU(s): 4 08:45:44 On-line CPU(s) list: 0-3 08:45:44 Thread(s) per core: 1 08:45:44 Core(s) per socket: 1 08:45:44 Socket(s): 4 08:45:44 NUMA node(s): 1 08:45:44 Vendor ID: GenuineIntel 08:45:44 CPU family: 6 08:45:44 Model: 44 08:45:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:45:44 Stepping: 1 08:45:44 CPU MHz: 2933.442 08:45:44 BogoMIPS: 5866.88 08:45:44 Virtualization: VT-x 08:45:44 Hypervisor vendor: KVM 08:45:44 Virtualization type: full 08:45:44 L1d cache: 128 KiB 08:45:44 L1i cache: 128 KiB 08:45:44 L2 cache: 16 MiB 08:45:44 L3 cache: 64 MiB 08:45:44 NUMA node0 CPU(s): 0-3 08:45:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:45:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:45:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:45:44 Vulnerability Meltdown: Mitigation; PTI 08:45:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:45:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:45:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:45:44 Vulnerability Srbds: Not affected 08:45:44 Vulnerability Tsx async abort: Not affected 08:45:44 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 08:45:44 08:45:44 08:45:44 ---> nproc: 08:45:44 4 08:45:44 08:45:44 08:45:44 ---> df -h: 08:45:44 Filesystem Size Used Available Use% Mounted on 08:45:44 overlay 50.0G 8.5G 41.4G 17% / 08:45:44 tmpfs 64.0M 0 64.0M 0% /dev 08:45:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:45:44 shm 64.0M 0 64.0M 0% /dev/shm 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 08:45:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 08:45:44 08:45:44 08:45:44 ---> free -m: 08:45:44 total used free shared buff/cache available 08:45:44 Mem: 1837 820 146 0 870 954 08:45:44 Swap: 1023 3 1020 08:45:44 08:45:44 08:45:44 ---> ip addr: 08:45:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:45:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:45:44 inet 127.0.0.1/8 scope host lo 08:45:44 valid_lft forever preferred_lft forever 08:45:44 inet6 ::1/128 scope host 08:45:44 valid_lft forever preferred_lft forever 08:45:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:45:44 link/ether fa:16:3e:40:08:e6 brd ff:ff:ff:ff:ff:ff 08:45:44 inet 10.30.122.131/23 brd 10.30.123.255 scope global dynamic eth0 08:45:44 valid_lft 85867sec preferred_lft 85867sec 08:45:44 inet6 fe80::f816:3eff:fe40:8e6/64 scope link 08:45:44 valid_lft forever preferred_lft forever 08:45:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:45:44 link/ether 02:42:c6:d8:fb:df brd ff:ff:ff:ff:ff:ff 08:45:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:45:44 valid_lft forever preferred_lft forever 08:45:44 inet6 fe80::42:c6ff:fed8:fbdf/64 scope link 08:45:44 valid_lft forever preferred_lft forever 08:45:44 08:45:44 08:45:44 ---> sar -b -r -n DEV: 08:45:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 08:45:44 08:45:44 08:36:39 LINUX RESTART (4 CPU) 08:45:44 08:45:44 08:37:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:45:44 08:38:01 122.92 44.67 78.25 0.00 7891.81 32307.53 0.00 08:45:44 08:39:01 2.70 0.00 2.70 0.00 0.00 69.43 0.00 08:45:44 08:40:01 0.35 0.00 0.35 0.00 0.00 5.28 0.00 08:45:44 08:41:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 08:45:44 08:42:01 0.28 0.00 0.28 0.00 0.00 3.58 0.00 08:45:44 08:43:01 0.32 0.00 0.32 0.00 0.00 5.00 0.00 08:45:44 08:44:01 147.69 84.12 63.57 0.00 3586.02 24768.94 0.00 08:45:44 08:45:01 328.74 160.23 168.50 0.00 9288.79 43622.70 0.00 08:45:44 Average: 75.33 36.13 39.21 0.00 2585.87 12562.14 0.00 08:45:44 08:45:44 08:37:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:45:44 08:38:01 145272 0 610396 32.44 2620 1123256 1092608 37.29 432448 1102592 128 08:45:44 08:39:01 151432 0 604116 32.11 2620 1123376 1071604 36.57 430088 1100224 16 08:45:44 08:40:01 148760 0 606784 32.25 2620 1123380 1071860 36.58 443528 1089588 8 08:45:44 08:41:01 146736 0 608808 32.36 2620 1123380 1071944 36.58 446028 1089080 8 08:45:44 08:42:01 148152 0 607384 32.28 2620 1123388 1071668 36.57 441256 1092236 8 08:45:44 08:43:01 147852 0 607680 32.30 2620 1123392 1071788 36.58 441980 1092236 16 08:45:44 08:44:01 72500 0 745832 39.64 2620 1060592 1507148 51.44 541760 1008656 85492 08:45:44 08:45:01 255164 0 763380 40.57 1492 861508 1185928 40.47 576296 708936 24 08:45:44 Average: 151984 0 644298 34.24 2479 1082784 1143068 39.01 469173 1035444 10712 08:45:44 08:45:44 08:37:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:45:44 08:38:01 eth0 578.03 327.84 1107.70 93.10 0.00 0.00 0.00 0.00 08:45:44 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:38:01 docker0 10.48 8.58 2.08 21.73 0.00 0.00 0.00 0.00 08:45:44 08:39:01 eth0 0.78 0.08 0.06 0.02 0.00 0.00 0.00 0.00 08:45:44 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:40:01 eth0 4.31 1.73 3.21 0.29 0.00 0.00 0.00 0.00 08:45:44 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:41:01 eth0 0.45 0.32 0.27 0.20 0.00 0.00 0.00 0.00 08:45:44 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:45:44 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:43:01 eth0 0.67 0.45 0.35 0.24 0.00 0.00 0.00 0.00 08:45:44 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:44:01 eth0 407.61 350.28 4075.44 29.94 0.00 0.00 0.00 0.00 08:45:44 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:45:01 eth0 533.84 438.77 3593.69 92.64 0.00 0.00 0.00 0.00 08:45:44 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:45:01 vethac21898 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 08:45:01 docker0 74.36 111.23 4.44 350.44 0.00 0.00 0.00 0.00 08:45:44 Average: eth0 189.99 139.61 1098.02 26.93 0.00 0.00 0.00 0.00 08:45:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 Average: vethac21898 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:45:44 Average: docker0 10.61 15.00 0.81 46.60 0.00 0.00 0.00 0.00 08:45:44 08:45:44 08:45:44 ---> sar -P ALL: 08:45:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 08:45:44 08:45:44 08:36:39 LINUX RESTART (4 CPU) 08:45:44 08:45:44 08:37:02 CPU %user %nice %system %iowait %steal %idle 08:45:44 08:38:01 all 13.53 0.00 6.28 3.93 0.04 76.22 08:45:44 08:38:01 0 11.37 0.00 6.63 3.34 0.03 78.63 08:45:44 08:38:01 1 16.94 0.00 5.06 3.18 0.03 74.78 08:45:44 08:38:01 2 12.64 0.00 7.70 3.76 0.03 75.86 08:45:44 08:38:01 3 13.18 0.00 5.74 5.44 0.05 75.59 08:45:44 08:39:01 all 0.10 0.00 0.06 0.00 0.00 99.84 08:45:44 08:39:01 0 0.07 0.00 0.05 0.00 0.00 99.88 08:45:44 08:39:01 1 0.07 0.00 0.07 0.00 0.00 99.87 08:45:44 08:39:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:45:44 08:39:01 3 0.22 0.00 0.07 0.00 0.00 99.72 08:45:44 08:40:01 all 0.19 0.00 0.06 0.00 0.00 99.75 08:45:44 08:40:01 0 0.12 0.00 0.05 0.00 0.00 99.83 08:45:44 08:40:01 1 0.07 0.00 0.10 0.00 0.00 99.83 08:45:44 08:40:01 2 0.08 0.00 0.03 0.00 0.00 99.88 08:45:44 08:40:01 3 0.50 0.00 0.07 0.00 0.00 99.43 08:45:44 08:41:01 all 0.14 0.00 0.05 0.00 0.00 99.81 08:45:44 08:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:45:44 08:41:01 1 0.03 0.00 0.07 0.00 0.00 99.90 08:45:44 08:41:01 2 0.07 0.00 0.07 0.00 0.00 99.87 08:45:44 08:41:01 3 0.42 0.00 0.05 0.00 0.00 99.53 08:45:44 08:42:01 all 0.20 0.00 0.25 0.00 0.00 99.55 08:45:44 08:42:01 0 0.10 0.00 0.23 0.00 0.00 99.67 08:45:44 08:42:01 1 0.08 0.00 0.20 0.00 0.00 99.72 08:45:44 08:42:01 2 0.10 0.00 0.28 0.00 0.00 99.62 08:45:44 08:42:01 3 0.50 0.00 0.28 0.00 0.00 99.22 08:45:44 08:43:01 all 0.06 0.00 0.05 0.00 0.00 99.89 08:45:44 08:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:45:44 08:43:01 1 0.07 0.00 0.03 0.00 0.00 99.90 08:45:44 08:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:45:44 08:43:01 3 0.08 0.00 0.08 0.00 0.00 99.83 08:45:44 08:44:01 all 6.24 0.00 4.56 0.80 0.03 88.37 08:45:44 08:44:01 0 5.99 0.00 4.83 0.61 0.02 88.55 08:45:44 08:44:01 1 5.96 0.00 4.76 0.61 0.02 88.66 08:45:44 08:44:01 2 6.58 0.00 4.50 1.70 0.03 87.18 08:45:44 08:44:01 3 6.45 0.00 4.15 0.27 0.03 89.10 08:45:44 08:45:01 all 13.37 0.00 9.77 4.08 0.06 72.73 08:45:44 08:45:01 0 12.41 0.00 11.45 5.29 0.07 70.78 08:45:44 08:45:01 1 15.68 0.00 10.07 5.04 0.05 69.16 08:45:44 08:45:01 2 13.59 0.00 9.60 4.06 0.05 72.69 08:45:44 08:45:01 3 11.79 0.00 7.94 1.92 0.07 78.28 08:45:44 Average: all 4.16 0.00 2.59 1.08 0.02 92.16 08:45:44 Average: 0 3.70 0.00 2.86 1.13 0.01 92.29 08:45:44 Average: 1 4.77 0.00 2.50 1.08 0.01 91.63 08:45:44 Average: 2 4.08 0.00 2.74 1.17 0.01 92.00 08:45:44 Average: 3 4.08 0.00 2.26 0.93 0.02 92.71 08:45:44 08:45:44 08:45:44