Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from af8aa216260df0556b394ae78b2a31d110cb53a2 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9152 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision af8aa216260df0556b394ae78b2a31d110cb53a2 (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 --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 af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 Commit message: "Merge pull request #363 from weichou1229/issue-362" > git rev-list --no-walk f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:25:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:25:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:25:14 ========================================================= 16:25:14 EdgeX Global Pipelines Version Info 16:25:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:25:15 ------------------- 16:25:15 stable info: 16:25:15 ------------------- 16:25:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:25:15 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 16:25:15 Message: update stable to v1.0.148 16:25:16 ------------------- 16:25:16 experimental info: 16:25:16 ------------------- 16:25:16 Commited By: **** collab-it+edgex@linuxfoundation.org 16:25:16 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 16:25:16 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:25:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:25:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:25:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:25:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = af8aa216260df0556b394ae78b2a31d110cb53a2 [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = af8aa21 [Pipeline] echo 16:25:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:25:20 + git log --format=format:%s -1 af8aa216260df0556b394ae78b2a31d110cb53a2 [Pipeline] echo 16:25:20 GIT_COMMIT: af8aa216260df0556b394ae78b2a31d110cb53a2, Commit Message: Merge pull request #363 from weichou1229/issue-362 [Pipeline] echo 16:25:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:25:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:21 16:25:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:25:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:21 latest: Pulling from edgex-devops/git-semver 16:25:21 31603596830f: Pulling fs layer 16:25:21 2a8b12db71e7: Pulling fs layer 16:25:21 6ca5941a6612: Pulling fs layer 16:25:21 ecc8261a40a4: Pulling fs layer 16:25:21 ecc8261a40a4: Waiting 16:25:22 2a8b12db71e7: Verifying Checksum 16:25:22 2a8b12db71e7: Download complete 16:25:22 31603596830f: Verifying Checksum 16:25:22 31603596830f: Download complete 16:25:22 6ca5941a6612: Verifying Checksum 16:25:22 6ca5941a6612: Download complete 16:25:22 ecc8261a40a4: Verifying Checksum 16:25:22 ecc8261a40a4: Download complete 16:25:22 31603596830f: Pull complete 16:25:22 2a8b12db71e7: Pull complete 16:25:23 6ca5941a6612: Pull complete 16:25:23 ecc8261a40a4: Pull complete 16:25:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:25:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:25:23 prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container 16:25:24 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:25:26 $ docker top c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:25:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:26 [ssh-agent] Looking for ssh-agent implementation... 16:25:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:27 $ docker exec c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e ssh-agent 16:25:27 SSH_AUTH_SOCK=/tmp/ssh-rVA4K408k1wF/agent.11 16:25:27 SSH_AGENT_PID=16 16:25:27 Running ssh-add (command line suppressed) 16:25:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2231056290696528974.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2231056290696528974.key) 16:25:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:27 + git tag --points-at HEAD [Pipeline] } 16:25:27 $ docker exec --env ******** --env ******** c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e ssh-agent -k 16:25:28 unset SSH_AUTH_SOCK; 16:25:28 unset SSH_AGENT_PID; 16:25:28 echo Agent pid 16 killed; 16:25:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:25:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:28 [ssh-agent] Looking for ssh-agent implementation... 16:25:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:28 $ docker exec c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e ssh-agent 16:25:28 SSH_AUTH_SOCK=/tmp/ssh-TVUzuBL7o5Ks/agent.45 16:25:28 SSH_AGENT_PID=50 16:25:28 Running ssh-add (command line suppressed) 16:25:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8724644406822399924.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8724644406822399924.key) 16:25:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:29 + git semver init 16:25:29 # -> Open(): unable to determine branch for HEAD 16:25:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:25:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:25:29 # $SEMVER_REMOTE_NAME = origin 16:25:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:25:29 # $SEMVER_USER_NAME = edgex-jenkins 16:25:29 # $SEMVER_BRANCH = master 16:25:29 # $SEMVER_TEMP = /tmp/semver-739495326 16:25:29 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:25:29 # '/tmp/semver-739495326' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:25:29 # -> Force: false 16:25:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:25:29 $ docker exec --env ******** --env ******** c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e ssh-agent -k 16:25:29 unset SSH_AUTH_SOCK; 16:25:29 unset SSH_AGENT_PID; 16:25:29 echo Agent pid 50 killed; 16:25:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:25:30 + git semver [Pipeline] } 16:25:30 $ docker stop --time=1 c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e 16:25:32 $ docker rm -f c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e [Pipeline] // withDockerContainer [Pipeline] sh 16:25:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:25:32 Stashed 1 file(s) [Pipeline] echo 16:25:32 [edgeXSemver]: initialized semver on version 0.1.112 [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 16:25:48 Still waiting to schedule task 16:25:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:25:48 Still waiting to schedule task 16:25:48 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:28:38 Running on prd-centos7-docker-4c-2g-9154 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:28:38 Running in /w/workspace/go-mod-core-contracts/78 [Pipeline] { [Pipeline] checkout 16:28:40 using credential edgex-jenkins-ssh 16:28:40 Cloning the remote Git repository 16:28:40 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:28:40 > git init /w/workspace/go-mod-core-contracts/78 # timeout=10 16:28:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:28:41 > git --version # timeout=10 16:28:41 > git --version # 'git version 2.16.5' 16:28:41 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:28:42 Checking out Revision af8aa216260df0556b394ae78b2a31d110cb53a2 (master) 16:28:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:28:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:28:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:28:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:28:42 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:28:42 > git config core.sparsecheckout # timeout=10 16:28:42 > git checkout -f af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 16:28:46 Commit message: "Merge pull request #363 from weichou1229/issue-362" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:28:46 ========================================================= 16:28:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:28:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:28:48 + 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 . 16:28:48 Sending build context to Docker daemon 1.801MB 16:28:48 Step 1/7 : ARG BASE=golang:1.15-alpine 16:28:48 Step 2/7 : FROM ${BASE} 16:28:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:28:48 df20fa9351a1: Pulling fs layer 16:28:48 ed8968b2872e: Pulling fs layer 16:28:48 a92cc7c5fd73: Pulling fs layer 16:28:48 e871e8e8d7a9: Pulling fs layer 16:28:48 e73272ec9a57: Pulling fs layer 16:28:48 1e910a182e73: Pulling fs layer 16:28:48 4e634b169226: Pulling fs layer 16:28:48 e871e8e8d7a9: Waiting 16:28:48 e73272ec9a57: Waiting 16:28:48 1e910a182e73: Waiting 16:28:48 4e634b169226: Waiting 16:28:48 a92cc7c5fd73: Verifying Checksum 16:28:48 a92cc7c5fd73: Download complete 16:28:48 ed8968b2872e: Verifying Checksum 16:28:48 ed8968b2872e: Download complete 16:28:48 e73272ec9a57: Verifying Checksum 16:28:48 e73272ec9a57: Download complete 16:28:48 1e910a182e73: Verifying Checksum 16:28:48 1e910a182e73: Download complete 16:28:48 df20fa9351a1: Verifying Checksum 16:28:48 df20fa9351a1: Download complete 16:28:48 df20fa9351a1: Pull complete 16:28:48 ed8968b2872e: Pull complete 16:28:48 a92cc7c5fd73: Pull complete 16:28:50 4e634b169226: Verifying Checksum 16:28:50 4e634b169226: Download complete 16:28:51 e871e8e8d7a9: Verifying Checksum 16:28:51 e871e8e8d7a9: Download complete 16:28:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9153 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:28:53 Running in /w/workspace/go-mod-core-contracts/78 [Pipeline] { [Pipeline] checkout 16:28:56 e871e8e8d7a9: Pull complete 16:28:56 e73272ec9a57: Pull complete 16:28:56 1e910a182e73: Pull complete 16:28:58 using credential edgex-jenkins-ssh 16:28:58 Cloning the remote Git repository 16:28:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:28:58 > git init /w/workspace/go-mod-core-contracts/78 # timeout=10 16:28:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:28:59 > git --version # timeout=10 16:28:59 > git --version # 'git version 2.17.1' 16:28:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:29:00 Checking out Revision af8aa216260df0556b394ae78b2a31d110cb53a2 (master) 16:29:00 4e634b169226: Pull complete 16:29:00 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:29:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:29:00 ---> f7629b54cfaa 16:29:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:29:00 ---> Running in 791d048503d9 16:29:00 Removing intermediate container 791d048503d9 16:29:00 ---> ae366dbac103 16:29:00 Step 4/7 : RUN apk add bash 16:29:00 ---> Running in a0b788055ea8 16:29:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:29:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:29:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:29:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:29:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:29:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:29:00 > git config core.sparsecheckout # timeout=10 16:29:00 > git checkout -f af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 16:29:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:02 OK: 166 MiB in 39 packages 16:29:02 Removing intermediate container a0b788055ea8 16:29:02 ---> 9403d34a6d92 16:29:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:29:02 ---> Running in 6410816dce93 16:29:03 Removing intermediate container 6410816dce93 16:29:03 ---> d532ee2dbace 16:29:03 Step 6/7 : COPY go.mod . 16:29:03 ---> 2f693861ba9c 16:29:03 Step 7/7 : RUN go mod download 16:29:03 ---> Running in 46984ebab957 16:29:04 Commit message: "Merge pull request #363 from weichou1229/issue-362" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:29:06 ========================================================= 16:29:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:29:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:29:07 + 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 . 16:29:08 Sending build context to Docker daemon 1.801MB 16:29:08 Step 1/7 : ARG BASE=golang:1.15-alpine 16:29:08 Step 2/7 : FROM ${BASE} 16:29:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:29:08 b538f80385f9: Pulling fs layer 16:29:08 74f711af9a0d: Pulling fs layer 16:29:08 99f96fe45779: Pulling fs layer 16:29:08 8529a6b9a6be: Pulling fs layer 16:29:08 45590311c82a: Pulling fs layer 16:29:08 69ca0ff8b7b3: Pulling fs layer 16:29:08 209524e5b208: Pulling fs layer 16:29:08 45590311c82a: Waiting 16:29:08 69ca0ff8b7b3: Waiting 16:29:08 209524e5b208: Waiting 16:29:08 8529a6b9a6be: Waiting 16:29:08 99f96fe45779: Download complete 16:29:08 74f711af9a0d: Download complete 16:29:08 45590311c82a: Verifying Checksum 16:29:08 45590311c82a: Download complete 16:29:08 69ca0ff8b7b3: Download complete 16:29:08 b538f80385f9: Verifying Checksum 16:29:08 b538f80385f9: Download complete 16:29:09 b538f80385f9: Pull complete 16:29:10 74f711af9a0d: Pull complete 16:29:10 99f96fe45779: Pull complete 16:29:11 209524e5b208: Verifying Checksum 16:29:11 209524e5b208: Download complete 16:29:12 8529a6b9a6be: Verifying Checksum 16:29:12 8529a6b9a6be: Download complete 16:29:15 Removing intermediate container 46984ebab957 16:29:15 ---> 80f0badc2030 16:29:15 Successfully built 80f0badc2030 16:29:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:29:16 + docker inspect -f . ci-base-image-x86_64 16:29:16 . [Pipeline] withDockerContainer 16:29:16 prd-centos7-docker-4c-2g-9154 does not seem to be running inside a container 16:29:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/78 -v /w/workspace/go-mod-core-contracts/78:/w/workspace/go-mod-core-contracts/78:rw,z -v /w/workspace/go-mod-core-contracts/78@tmp:/w/workspace/go-mod-core-contracts/78@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 ******** ci-base-image-x86_64 cat 16:29:16 $ docker top d747a74eb7b72cfba66f29ca61392ef7d779176d0045ccb64181e9ca2b0161a4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:17 + go version 16:29:17 go version go1.15.2 linux/amd64 [Pipeline] } 16:29:17 $ docker stop --time=1 d747a74eb7b72cfba66f29ca61392ef7d779176d0045ccb64181e9ca2b0161a4 16:29:18 $ docker rm -f d747a74eb7b72cfba66f29ca61392ef7d779176d0045ccb64181e9ca2b0161a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:29:22 8529a6b9a6be: Pull complete 16:29:22 45590311c82a: Pull complete 16:29:23 69ca0ff8b7b3: Pull complete 16:29:26 209524e5b208: Pull complete 16:29:26 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:29:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:29:26 ---> 5bddaf1c2fca 16:29:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:29:30 ---> Running in c047067659e2 16:29:30 Removing intermediate container c047067659e2 16:29:30 ---> 042b2fb9fe62 16:29:30 Step 4/7 : RUN apk add bash 16:29:30 ---> Running in 1e2b3bf8fde2 16:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:29:33 OK: 142 MiB in 39 packages 16:29:34 Removing intermediate container 1e2b3bf8fde2 16:29:34 ---> 4a94c0ddd8a6 16:29:34 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:29:34 ---> Running in 0d19fc38e681 16:29:35 Removing intermediate container 0d19fc38e681 16:29:35 ---> a86d4dfa280b 16:29:35 Step 6/7 : COPY go.mod . 16:29:36 ---> f599e1594536 16:29:36 Step 7/7 : RUN go mod download 16:29:36 ---> Running in 852b057fe33c 16:29:51 Removing intermediate container 852b057fe33c 16:29:51 ---> 048bac0fc14e 16:29:51 Successfully built 048bac0fc14e 16:29:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:29:51 + docker inspect -f . ci-base-image-arm64 16:29:51 . [Pipeline] withDockerContainer 16:29:51 prd-ubuntu18.04-docker-arm64-4c-16g-9153 does not seem to be running inside a container 16:29:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/78 -v /w/workspace/go-mod-core-contracts/78:/w/workspace/go-mod-core-contracts/78:rw,z -v /w/workspace/go-mod-core-contracts/78@tmp:/w/workspace/go-mod-core-contracts/78@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 ******** ci-base-image-arm64 cat 16:29:53 $ docker top 862aba43a1f92cae7083f61b03a75d1dd1345637383768f2d25fc98f32c9ab50 -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:55 + go version 16:29:55 go version go1.15.2 linux/arm64 [Pipeline] } 16:29:55 $ docker stop --time=1 862aba43a1f92cae7083f61b03a75d1dd1345637383768f2d25fc98f32c9ab50 16:29:57 $ docker rm -f 862aba43a1f92cae7083f61b03a75d1dd1345637383768f2d25fc98f32c9ab50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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 [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:30:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:30:00 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:30:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:30:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:30:00 16:30:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:30:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:30:01 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:30:01 cbdbe7a5bc2a: Pulling fs layer 16:30:01 408f87550127: Pulling fs layer 16:30:01 fe522b08c979: Pulling fs layer 16:30:01 221eaa008020: Pulling fs layer 16:30:01 2a4607e5d6b9: Pulling fs layer 16:30:01 8f79b27c4fd2: Pulling fs layer 16:30:01 e5c8dbe1645b: Pulling fs layer 16:30:01 23e8b3b47431: Pulling fs layer 16:30:01 5c568d65a230: Pulling fs layer 16:30:01 8f79b27c4fd2: Waiting 16:30:01 e5c8dbe1645b: Waiting 16:30:01 23e8b3b47431: Waiting 16:30:01 5c568d65a230: Waiting 16:30:01 221eaa008020: Waiting 16:30:01 fe522b08c979: Verifying Checksum 16:30:01 fe522b08c979: Download complete 16:30:01 408f87550127: Verifying Checksum 16:30:01 408f87550127: Download complete 16:30:01 2a4607e5d6b9: Verifying Checksum 16:30:01 2a4607e5d6b9: Download complete 16:30:01 8f79b27c4fd2: Verifying Checksum 16:30:01 8f79b27c4fd2: Download complete 16:30:01 cbdbe7a5bc2a: Download complete 16:30:01 cbdbe7a5bc2a: Pull complete 16:30:01 408f87550127: Pull complete 16:30:02 fe522b08c979: Pull complete 16:30:02 e5c8dbe1645b: Verifying Checksum 16:30:02 e5c8dbe1645b: Download complete 16:30:04 23e8b3b47431: Download complete 16:30:04 5c568d65a230: Verifying Checksum 16:30:04 5c568d65a230: Download complete 16:30:05 221eaa008020: Verifying Checksum 16:30:05 221eaa008020: Download complete 16:30:10 221eaa008020: Pull complete 16:30:10 2a4607e5d6b9: Pull complete 16:30:10 8f79b27c4fd2: Pull complete 16:30:13 e5c8dbe1645b: Pull complete 16:30:16 23e8b3b47431: Pull complete 16:30:18 5c568d65a230: Pull complete 16:30:18 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:30:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:30:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:30:19 prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container 16:30:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:30:20 $ docker top c4618d4fa0d399a19c4ee3849c44ba1fb5c222b42d6b156b3953bad87efc17f4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:30:21 + snyk monitor '--org=edgex-jenkins' 16:30:29 16:30:29 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 16:30:29 16:30:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/43896447-d745-447b-9f1b-0f7246dd2d44 16:30:29 16:30:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:30:29 16:30:29 16:30:29 Snyk CLI supports Node.js 8 and higher. 16:30:29 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:30:29 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:30:29 16:30:29 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:30:29 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 16:30:29 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 16:30:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:30:29 $ docker stop --time=1 c4618d4fa0d399a19c4ee3849c44ba1fb5c222b42d6b156b3953bad87efc17f4 16:30:31 $ docker rm -f c4618d4fa0d399a19c4ee3849c44ba1fb5c222b42d6b156b3953bad87efc17f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [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 16:30:33 + git log --format=format:%s -1 af8aa216260df0556b394ae78b2a31d110cb53a2 [Pipeline] isUnix [Pipeline] sh 16:30:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:30:33 . [Pipeline] withDockerContainer 16:30:33 prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container 16:30:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:30:34 $ docker top 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:30:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:30:35 [ssh-agent] Looking for ssh-agent implementation... 16:30:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:30:35 $ docker exec 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd ssh-agent 16:30:35 SSH_AUTH_SOCK=/tmp/ssh-fPc65dZSWgZs/agent.12 16:30:35 SSH_AGENT_PID=17 16:30:35 Running ssh-add (command line suppressed) 16:30:35 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4474643977033846639.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4474643977033846639.key) 16:30:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:30:35 + git semver tag 16:30:35 # -> Open(): unable to determine branch for HEAD 16:30:35 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:30:35 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:30:35 # $SEMVER_REMOTE_NAME = origin 16:30:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:30:35 # $SEMVER_USER_NAME = edgex-jenkins 16:30:35 # $SEMVER_BRANCH = master 16:30:35 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:30:35 # af8aa216260df0556b394ae78b2a31d110cb53a2 HEAD 16:30:35 # -> Force: false 16:30:35 # 4eb7dd5b1f3e7c90357ecc27af10045e8b851050 refs/tags/v0.1.112 [Pipeline] } 16:30:36 $ docker exec --env ******** --env ******** 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd ssh-agent -k 16:30:36 unset SSH_AUTH_SOCK; 16:30:36 unset SSH_AGENT_PID; 16:30:36 echo Agent pid 17 killed; 16:30:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:30:36 + git semver [Pipeline] } 16:30:36 $ docker stop --time=1 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd 16:30:38 $ docker rm -f 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:30:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:30:38 16:30:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:30:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:30:39 0.23.1-centos7: Pulling from edgex-lftools 16:30:39 ab5ef0e58194: Pulling fs layer 16:30:39 9712f1f96733: Pulling fs layer 16:30:39 63f879dbbcfc: Pulling fs layer 16:30:39 0d9ebad4ef96: Pulling fs layer 16:30:39 e9a5061849ea: Pulling fs layer 16:30:39 d747dcd14b5f: Pulling fs layer 16:30:39 2de7ff778b66: Pulling fs layer 16:30:39 e9a5061849ea: Waiting 16:30:39 d747dcd14b5f: Waiting 16:30:39 2de7ff778b66: Waiting 16:30:39 0d9ebad4ef96: Waiting 16:30:39 9712f1f96733: Download complete 16:30:41 63f879dbbcfc: Verifying Checksum 16:30:41 63f879dbbcfc: Download complete 16:30:41 e9a5061849ea: Verifying Checksum 16:30:41 e9a5061849ea: Download complete 16:30:41 d747dcd14b5f: Verifying Checksum 16:30:41 d747dcd14b5f: Download complete 16:30:41 2de7ff778b66: Verifying Checksum 16:30:41 2de7ff778b66: Download complete 16:30:41 ab5ef0e58194: Verifying Checksum 16:30:41 ab5ef0e58194: Download complete 16:30:41 0d9ebad4ef96: Verifying Checksum 16:30:41 0d9ebad4ef96: Download complete 16:30:46 ab5ef0e58194: Pull complete 16:30:46 9712f1f96733: Pull complete 16:30:49 63f879dbbcfc: Pull complete 16:30:56 0d9ebad4ef96: Pull complete 16:30:57 e9a5061849ea: Pull complete 16:30:57 d747dcd14b5f: Pull complete 16:31:01 2de7ff778b66: Pull complete 16:31:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:31:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:31:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:31:01 prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container 16:31:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:31:04 $ docker top 1e732b6fb0cdaf33711ba875b9f6e7ab69eed7fbac6be46c716cc124fdae3d56 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:31:05 provisioning config files... 16:31:05 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7247087357894280762tmp 16:31:05 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config960924455619314080tmp 16:31:05 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5753205983503076818tmp [Pipeline] { [Pipeline] echo 16:31:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:31:05 ---> sigul-configuration.sh 16:31:05 gpg: directory `/root/.gnupg' created 16:31:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:31:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:31:05 gpg: keyring `/root/.gnupg/secring.gpg' created 16:31:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:31:05 gpg: CAST5 encrypted data 16:31:05 gpg: encrypted with 1 passphrase 16:31:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:31:06 + mkdir /home/jenkins 16:31:06 + mkdir /home/jenkins/sigul [Pipeline] sh 16:31:06 + 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 16:31:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:31:06 ---> sigul-install.sh 16:31:18 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:31:19 + git tag --list 16:31:19 v0.0.0 16:31:19 v0.0.1 16:31:19 v0.1.0 16:31:19 v0.1.1 16:31:19 v0.1.10 16:31:19 v0.1.100 16:31:19 v0.1.101 16:31:19 v0.1.102 16:31:19 v0.1.103 16:31:19 v0.1.104 16:31:19 v0.1.105 16:31:19 v0.1.106 16:31:19 v0.1.107 16:31:19 v0.1.108 16:31:19 v0.1.109 16:31:19 v0.1.11 16:31:19 v0.1.110 16:31:19 v0.1.111 16:31:19 v0.1.112 16:31:19 v0.1.12 16:31:19 v0.1.13 16:31:19 v0.1.14 16:31:19 v0.1.15 16:31:19 v0.1.16 16:31:19 v0.1.17 16:31:19 v0.1.18 16:31:19 v0.1.19 16:31:19 v0.1.2 16:31:19 v0.1.20 16:31:19 v0.1.21 16:31:19 v0.1.22 16:31:19 v0.1.23 16:31:19 v0.1.24 16:31:19 v0.1.25 16:31:19 v0.1.26 16:31:19 v0.1.27 16:31:19 v0.1.28 16:31:19 v0.1.29 16:31:19 v0.1.3 16:31:19 v0.1.30 16:31:19 v0.1.31 16:31:19 v0.1.32 16:31:19 v0.1.33 16:31:19 v0.1.34 16:31:19 v0.1.35 16:31:19 v0.1.36 16:31:19 v0.1.37 16:31:19 v0.1.38 16:31:19 v0.1.39 16:31:19 v0.1.4 16:31:19 v0.1.40 16:31:19 v0.1.41 16:31:19 v0.1.42 16:31:19 v0.1.43 16:31:19 v0.1.44 16:31:19 v0.1.45 16:31:19 v0.1.46 16:31:19 v0.1.47 16:31:19 v0.1.48 16:31:19 v0.1.49 16:31:19 v0.1.5 16:31:19 v0.1.50 16:31:19 v0.1.51 16:31:19 v0.1.52 16:31:19 v0.1.53 16:31:19 v0.1.54 16:31:19 v0.1.55 16:31:19 v0.1.56 16:31:19 v0.1.57 16:31:19 v0.1.58 16:31:19 v0.1.59 16:31:19 v0.1.6 16:31:19 v0.1.60 16:31:19 v0.1.61 16:31:19 v0.1.62 16:31:19 v0.1.63 16:31:19 v0.1.64 16:31:19 v0.1.65 16:31:19 v0.1.66 16:31:19 v0.1.67 16:31:19 v0.1.68 16:31:19 v0.1.69 16:31:19 v0.1.7 16:31:19 v0.1.70 16:31:19 v0.1.71 16:31:19 v0.1.72 16:31:19 v0.1.73 16:31:19 v0.1.74 16:31:19 v0.1.75 16:31:19 v0.1.76 16:31:19 v0.1.77 16:31:19 v0.1.78 16:31:19 v0.1.79 16:31:19 v0.1.8 16:31:19 v0.1.80 16:31:19 v0.1.81 16:31:19 v0.1.82 16:31:19 v0.1.83 16:31:19 v0.1.84 16:31:19 v0.1.85 16:31:19 v0.1.86 16:31:19 v0.1.87 16:31:19 v0.1.88 16:31:19 v0.1.89 16:31:19 v0.1.9 16:31:19 v0.1.90 16:31:19 v0.1.91 16:31:19 v0.1.92 16:31:19 v0.1.93 16:31:19 v0.1.94 16:31:19 v0.1.95 16:31:19 v0.1.96 16:31:19 v0.1.97 16:31:19 v0.1.98 16:31:19 v0.1.99 [Pipeline] sh 16:31:19 + lftools sign git-tag v0.1.112 16:31:20 Signing Git tag with Sigul... 16:31:20 Signing v0.1.112 [Pipeline] echo 16:31:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:31:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:31:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:31:22 $ docker stop --time=1 1e732b6fb0cdaf33711ba875b9f6e7ab69eed7fbac6be46c716cc124fdae3d56 16:31:24 $ docker rm -f 1e732b6fb0cdaf33711ba875b9f6e7ab69eed7fbac6be46c716cc124fdae3d56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:31:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:31:26 . [Pipeline] withDockerContainer 16:31:26 prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container 16:31:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:31:27 $ docker top 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:31:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:31:27 [ssh-agent] Looking for ssh-agent implementation... 16:31:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:31:27 $ docker exec 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 ssh-agent 16:31:28 SSH_AUTH_SOCK=/tmp/ssh-DKlBSgDhPAZM/agent.11 16:31:28 SSH_AGENT_PID=16 16:31:28 Running ssh-add (command line suppressed) 16:31:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1049353995843844238.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1049353995843844238.key) 16:31:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:31:28 + git semver bump patch 16:31:28 # -> Open(): unable to determine branch for HEAD 16:31:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:31:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:31:28 # $SEMVER_REMOTE_NAME = origin 16:31:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:31:28 # $SEMVER_USER_NAME = edgex-jenkins 16:31:28 # $SEMVER_BRANCH = master 16:31:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:31:28 0.1.113 [Pipeline] } 16:31:28 $ docker exec --env ******** --env ******** 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 ssh-agent -k 16:31:28 unset SSH_AUTH_SOCK; 16:31:28 unset SSH_AGENT_PID; 16:31:28 echo Agent pid 16 killed; 16:31:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:31:29 + git semver [Pipeline] } 16:31:29 $ docker stop --time=1 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 16:31:30 $ docker rm -f 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:31:31 . [Pipeline] withDockerContainer 16:31:31 prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container 16:31:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:31:32 $ docker top 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:31:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:31:32 [ssh-agent] Looking for ssh-agent implementation... 16:31:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:31:32 $ docker exec 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 ssh-agent 16:31:32 SSH_AUTH_SOCK=/tmp/ssh-MZdnR3BkELpn/agent.11 16:31:32 SSH_AGENT_PID=16 16:31:32 Running ssh-add (command line suppressed) 16:31:33 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_833007073916871498.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_833007073916871498.key) 16:31:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:31:33 + git semver push 16:31:33 # -> Open(): unable to determine branch for HEAD 16:31:33 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:31:33 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:31:33 # $SEMVER_REMOTE_NAME = origin 16:31:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:31:33 # $SEMVER_USER_NAME = edgex-jenkins 16:31:33 # $SEMVER_BRANCH = master 16:31:33 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:31:41 $ docker exec --env ******** --env ******** 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 ssh-agent -k 16:31:41 unset SSH_AUTH_SOCK; 16:31:41 unset SSH_AGENT_PID; 16:31:41 echo Agent pid 16 killed; 16:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:31:42 + git semver [Pipeline] } 16:31:42 $ docker stop --time=1 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 16:31:43 $ docker rm -f 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 [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 16:31:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:31:45 ---> package-listing.sh 16:31:45 ++ facter osfamily 16:31:45 ++ tr '[:upper:]' '[:lower:]' 16:31:45 + OS_FAMILY=redhat 16:31:45 + workspace=/w/workspace/dry_go-mod-core-contracts_master 16:31:45 + START_PACKAGES=/tmp/packages_start.txt 16:31:45 + END_PACKAGES=/tmp/packages_end.txt 16:31:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:31:45 + PACKAGES=/tmp/packages_start.txt 16:31:45 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:31:45 + PACKAGES=/tmp/packages_end.txt 16:31:45 + case "${OS_FAMILY}" in 16:31:45 + rpm -qa 16:31:45 + sort 16:31:49 + '[' -f /tmp/packages_start.txt ']' 16:31:49 + '[' -f /tmp/packages_end.txt ']' 16:31:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:31:49 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:31:49 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 16:31:49 + 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 16:31:49 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 16:31:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:31:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:31:50 16:31:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:31:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:31:50 alpine: Pulling from edgex-lftools-log-publisher 16:31:50 df20fa9351a1: Pulling fs layer 16:31:50 36b3adc4ff6f: Pulling fs layer 16:31:50 8ad3a11d3b57: Pulling fs layer 16:31:50 46f8f816bc3b: Pulling fs layer 16:31:50 93b61091891f: Pulling fs layer 16:31:50 93b9cdb0e59b: Pulling fs layer 16:31:50 5e14af77c1be: Pulling fs layer 16:31:50 01666e4c0597: Pulling fs layer 16:31:50 aa168da1d23b: Pulling fs layer 16:31:50 93b9cdb0e59b: Waiting 16:31:50 5e14af77c1be: Waiting 16:31:50 01666e4c0597: Waiting 16:31:50 aa168da1d23b: Waiting 16:31:50 46f8f816bc3b: Waiting 16:31:50 93b61091891f: Waiting 16:31:50 36b3adc4ff6f: Verifying Checksum 16:31:50 36b3adc4ff6f: Download complete 16:31:50 46f8f816bc3b: Verifying Checksum 16:31:50 46f8f816bc3b: Download complete 16:31:50 df20fa9351a1: Verifying Checksum 16:31:50 df20fa9351a1: Download complete 16:31:50 93b9cdb0e59b: Verifying Checksum 16:31:50 93b9cdb0e59b: Download complete 16:31:50 5e14af77c1be: Verifying Checksum 16:31:50 5e14af77c1be: Download complete 16:31:50 93b61091891f: Verifying Checksum 16:31:50 93b61091891f: Download complete 16:31:50 01666e4c0597: Verifying Checksum 16:31:50 01666e4c0597: Download complete 16:31:51 8ad3a11d3b57: Verifying Checksum 16:31:51 8ad3a11d3b57: Download complete 16:31:51 df20fa9351a1: Pull complete 16:31:51 36b3adc4ff6f: Pull complete 16:31:53 aa168da1d23b: Verifying Checksum 16:31:53 aa168da1d23b: Download complete 16:31:53 8ad3a11d3b57: Pull complete 16:31:53 46f8f816bc3b: Pull complete 16:31:53 93b61091891f: Pull complete 16:31:54 93b9cdb0e59b: Pull complete 16:31:54 5e14af77c1be: Pull complete 16:31:54 01666e4c0597: Pull complete 16:32:01 aa168da1d23b: Pull complete 16:32:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:32:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:32:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:32:01 prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container 16:32:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:32:05 $ docker top 9bb20636fa286e02b2e0dacd7570b86633d7944c57af356107472fb9022a8b9b -eo pid,comm [Pipeline] { [Pipeline] sh 16:32:05 + touch /tmp/pre-build-complete [Pipeline] sh 16:32:06 + mkdir -p /var/log/sa [Pipeline] sh 16:32:06 + ls /var/log/sa-host 16:32:06 + sadf -c /var/log/sa-host/sa05 16:32:06 file_magic: OK 16:32:06 HZ: Using current value: 100 16:32:06 file_header: OK 16:32:06 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 16:32:06 Statistics: 16:32:06 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:32:06 File successfully converted to sysstat format version 12.2.1 16:32:06 + sadf -c /var/log/sa-host/sa27 16:32:06 file_magic: OK 16:32:06 HZ: Using current value: 100 16:32:06 file_header: OK 16:32:06 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 16:32:06 Statistics: 16:32:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:32:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:32:06 provisioning config files... 16:32:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1181631418482335066tmp [Pipeline] { [Pipeline] echo 16:32:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:32:07 ---> create-netrc.sh [Pipeline] } 16:32:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:32:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:32:07 ---> python-tools-install.sh [Pipeline] echo 16:32:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:32:08 ---> sudo-logs.sh 16:32:08 Archiving 'sudo' log.. [Pipeline] echo 16:32:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:32:08 ---> job-cost.sh 16:32:08 lf-activate-venv: SKIPPING 16:32:08 INFO: No Stack... 16:32:09 INFO: Retrieving Pricing Info for: v1-standard-2 16:32:10 INFO: Archiving Costs [Pipeline] echo 16:32:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:32:10 ---> logs-deploy.sh 16:32:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/78 16:32:10 INFO: archiving workspace using pattern(s): 16:32:11 Archives upload complete. 16:32:12 INFO: archiving logs to Nexus 16:32:12 ---> uname -a: 16:32:12 Linux prd-centos7-docker-4c-2g-9152.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:32:12 16:32:12 16:32:12 ---> lscpu: 16:32:12 Architecture: x86_64 16:32:12 CPU op-mode(s): 32-bit, 64-bit 16:32:12 Byte Order: Little Endian 16:32:12 Address sizes: 40 bits physical, 48 bits virtual 16:32:12 CPU(s): 4 16:32:12 On-line CPU(s) list: 0-3 16:32:12 Thread(s) per core: 1 16:32:12 Core(s) per socket: 1 16:32:12 Socket(s): 4 16:32:12 NUMA node(s): 1 16:32:12 Vendor ID: GenuineIntel 16:32:12 CPU family: 6 16:32:12 Model: 44 16:32:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:32:12 Stepping: 1 16:32:12 CPU MHz: 2933.438 16:32:12 BogoMIPS: 5866.87 16:32:12 Virtualization: VT-x 16:32:12 Hypervisor vendor: KVM 16:32:12 Virtualization type: full 16:32:12 L1d cache: 128 KiB 16:32:12 L1i cache: 128 KiB 16:32:12 L2 cache: 16 MiB 16:32:12 L3 cache: 64 MiB 16:32:12 NUMA node0 CPU(s): 0-3 16:32:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:32:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:32:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:32:12 Vulnerability Meltdown: Mitigation; PTI 16:32:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:32:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:32:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:32:12 Vulnerability Tsx async abort: Not affected 16:32:12 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 16:32:12 16:32:12 16:32:12 ---> nproc: 16:32:12 4 16:32:12 16:32:12 16:32:12 ---> df -h: 16:32:12 Filesystem Size Used Available Use% Mounted on 16:32:12 overlay 50.0G 8.4G 41.5G 17% / 16:32:12 tmpfs 64.0M 0 64.0M 0% /dev 16:32:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:32:12 shm 64.0M 0 64.0M 0% /dev/shm 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 16:32:12 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 16:32:12 16:32:12 16:32:12 ---> free -m: 16:32:12 total used free shared buff/cache available 16:32:12 Mem: 1837 772 155 0 909 1000 16:32:12 Swap: 1023 2 1021 16:32:12 16:32:12 16:32:12 ---> ip addr: 16:32:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:32:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:32:12 inet 127.0.0.1/8 scope host lo 16:32:12 valid_lft forever preferred_lft forever 16:32:12 inet6 ::1/128 scope host 16:32:12 valid_lft forever preferred_lft forever 16:32:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:32:12 link/ether fa:16:3e:c5:44:0a brd ff:ff:ff:ff:ff:ff 16:32:12 inet 10.30.123.183/23 brd 10.30.123.255 scope global dynamic eth0 16:32:12 valid_lft 85947sec preferred_lft 85947sec 16:32:12 inet6 fe80::f816:3eff:fec5:440a/64 scope link 16:32:12 valid_lft forever preferred_lft forever 16:32:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:32:12 link/ether 02:42:b5:a5:fb:1f brd ff:ff:ff:ff:ff:ff 16:32:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:32:12 valid_lft forever preferred_lft forever 16:32:12 inet6 fe80::42:b5ff:fea5:fb1f/64 scope link 16:32:12 valid_lft forever preferred_lft forever 16:32:12 16:32:12 16:32:12 ---> sar -b -r -n DEV: 16:32:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 16:32:12 16:32:12 16:24:22 LINUX RESTART (4 CPU) 16:32:12 16:32:12 16:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:32:12 16:26:02 63.81 16.49 47.32 0.00 5073.54 5009.07 0.00 16:32:12 16:27:01 1.98 0.00 1.98 0.00 0.00 41.00 0.00 16:32:12 16:28:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 16:32:12 16:29:01 0.20 0.00 0.20 0.00 0.00 1.48 0.00 16:32:12 16:30:01 0.27 0.00 0.27 0.00 0.00 3.98 0.00 16:32:12 16:31:01 343.82 159.92 183.90 0.00 8875.44 58581.84 0.00 16:32:12 16:32:02 167.17 89.17 78.00 0.00 6730.19 22484.84 0.00 16:32:12 Average: 82.88 38.13 44.75 0.00 2968.71 12357.12 0.00 16:32:12 16:32:12 16:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:32:12 16:26:02 175068 0 574380 30.53 2620 1129488 1117064 38.12 412032 1134384 128 16:32:12 16:27:01 180352 0 569088 30.25 2620 1129496 1081668 36.92 411600 1130212 16 16:32:12 16:28:01 180244 0 569192 30.25 2620 1129500 1081668 36.92 411728 1130212 8 16:32:12 16:29:01 178192 0 571244 30.36 2620 1129500 1081884 36.92 414604 1129692 20 16:32:12 16:30:01 126584 0 615628 32.72 2620 1136724 1338948 45.70 465616 1127660 7232 16:32:12 16:31:01 159512 0 705692 37.51 1748 1014604 1104300 37.69 533304 917176 75704 16:32:12 16:32:02 201608 0 775892 41.24 1324 902732 1297852 44.29 576600 789344 53844 16:32:12 Average: 171651 0 625874 33.26 2310 1081721 1157626 39.51 460783 1051240 19565 16:32:12 16:32:12 16:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:32:12 16:26:02 eth0 461.41 277.15 1017.66 85.28 0.00 0.00 0.00 0.00 16:32:12 16:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:26:02 docker0 5.37 3.84 1.17 12.58 0.00 0.00 0.00 0.00 16:32:12 16:27:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:32:12 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:28:01 eth0 0.92 0.08 0.07 0.01 0.00 0.00 0.00 0.00 16:32:12 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:29:01 eth0 1.40 0.88 0.64 0.41 0.00 0.00 0.00 0.00 16:32:12 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:30:01 eth0 17.03 13.92 126.25 1.81 0.00 0.00 0.00 0.00 16:32:12 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:31:01 eth0 804.56 734.84 6991.94 116.78 0.00 0.00 0.00 0.00 16:32:12 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:31:01 docker0 18.01 17.79 1.38 122.20 0.00 0.00 0.00 0.00 16:32:12 16:32:02 eth0 308.26 263.06 2398.88 82.69 0.00 0.00 0.00 0.00 16:32:12 16:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 16:32:02 docker0 48.49 48.29 3.13 198.24 0.00 0.00 0.00 0.00 16:32:12 Average: eth0 228.48 184.97 1511.07 41.18 0.00 0.00 0.00 0.00 16:32:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:12 Average: docker0 10.36 10.08 0.82 47.94 0.00 0.00 0.00 0.00 16:32:12 16:32:12 16:32:12 ---> sar -P ALL: 16:32:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 16:32:12 16:32:12 16:24:22 LINUX RESTART (4 CPU) 16:32:12 16:32:12 16:25:01 CPU %user %nice %system %iowait %steal %idle 16:32:12 16:26:02 all 8.71 0.00 3.76 2.51 0.02 85.01 16:32:12 16:26:02 0 8.50 0.00 5.03 4.01 0.03 82.42 16:32:12 16:26:02 1 9.06 0.00 2.89 0.30 0.00 87.74 16:32:12 16:26:02 2 9.06 0.00 3.28 1.29 0.02 86.34 16:32:12 16:26:02 3 8.20 0.00 3.83 4.42 0.02 83.53 16:32:12 16:27:01 all 0.17 0.00 0.06 0.00 0.00 99.77 16:32:12 16:27:01 0 0.36 0.00 0.03 0.00 0.00 99.61 16:32:12 16:27:01 1 0.05 0.00 0.08 0.00 0.00 99.86 16:32:12 16:27:01 2 0.22 0.00 0.05 0.00 0.00 99.73 16:32:12 16:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 16:32:12 16:28:01 all 0.17 0.00 0.03 0.00 0.00 99.80 16:32:12 16:28:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:32:12 16:28:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:32:12 16:28:01 2 0.55 0.00 0.02 0.00 0.00 99.43 16:32:12 16:28:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:32:12 16:29:01 all 0.12 0.00 0.04 0.00 0.00 99.84 16:32:12 16:29:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:32:12 16:29:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:32:12 16:29:01 2 0.37 0.00 0.08 0.00 0.00 99.55 16:32:12 16:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:32:12 16:30:01 all 0.27 0.00 0.18 0.00 0.00 99.55 16:32:12 16:30:01 0 0.15 0.00 0.15 0.00 0.00 99.70 16:32:12 16:30:01 1 0.13 0.00 0.13 0.00 0.00 99.73 16:32:12 16:30:01 2 0.67 0.00 0.30 0.00 0.00 99.03 16:32:12 16:30:01 3 0.13 0.00 0.13 0.00 0.00 99.73 16:32:12 16:31:01 all 15.89 0.00 11.05 3.49 0.04 69.54 16:32:12 16:31:01 0 15.10 0.00 11.70 4.14 0.07 68.98 16:32:12 16:31:01 1 15.94 0.00 10.18 4.55 0.03 69.29 16:32:12 16:31:01 2 16.78 0.00 10.45 2.54 0.02 70.21 16:32:12 16:31:01 3 15.75 0.00 11.85 2.71 0.03 69.66 16:32:12 16:32:02 all 8.71 0.00 6.41 3.08 0.03 81.77 16:32:12 16:32:02 0 9.67 0.00 6.43 2.31 0.02 81.58 16:32:12 16:32:02 1 9.09 0.00 6.72 4.39 0.03 79.77 16:32:12 16:32:02 2 9.05 0.00 6.54 3.83 0.03 80.56 16:32:12 16:32:02 3 7.05 0.00 5.96 1.80 0.02 85.17 16:32:12 Average: all 4.81 0.00 3.04 1.29 0.01 90.85 16:32:12 Average: 0 4.78 0.00 3.29 1.48 0.02 90.43 16:32:12 Average: 1 4.86 0.00 2.84 1.31 0.01 90.97 16:32:12 Average: 2 5.20 0.00 2.93 1.09 0.01 90.77 16:32:12 Average: 3 4.42 0.00 3.09 1.27 0.01 91.22 16:32:12 16:32:12 16:32:12