Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cbb80dee1238c0d7880a48b9754aa793873358ea 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4394 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 cbb80dee1238c0d7880a48b9754aa793873358ea (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 cbb80dee1238c0d7880a48b9754aa793873358ea # timeout=10 Commit message: "Merge pull request #327 from weichou1229/issue-326" > git rev-list --no-walk fea83f768be8873eb74d359eca9233db51769833 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:54:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:54:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:54:48 ========================================================= 16:54:48 EdgeX Global Pipelines Version Info 16:54:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:54:50 ------------------- 16:54:50 stable info: 16:54:50 ------------------- 16:54:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:54:50 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 16:54:50 Message: update stable to v1.0.131 16:54:51 ------------------- 16:54:51 experimental info: 16:54:51 ------------------- 16:54:51 Commited By: **** collab-it+edgex@linuxfoundation.org 16:54:51 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 16:54:51 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:54:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:54:51 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:54:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:54:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:54:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:54:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:54:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:54:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:54:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:54:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:54:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbb80dee1238c0d7880a48b9754aa793873358ea [Pipeline] echo 16:54:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbb80de [Pipeline] echo 16:54:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:54:55 + git log --format=format:%s -1 cbb80dee1238c0d7880a48b9754aa793873358ea [Pipeline] echo 16:54:55 GIT_COMMIT: cbb80dee1238c0d7880a48b9754aa793873358ea, Commit Message: Merge pull request #327 from weichou1229/issue-326 [Pipeline] echo 16:54:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:54:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:56 16:54:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:54:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:56 latest: Pulling from edgex-devops/git-semver 16:54:56 31603596830f: Pulling fs layer 16:54:56 2a8b12db71e7: Pulling fs layer 16:54:56 6ca5941a6612: Pulling fs layer 16:54:56 ecc8261a40a4: Pulling fs layer 16:54:56 ecc8261a40a4: Waiting 16:54:56 2a8b12db71e7: Verifying Checksum 16:54:56 2a8b12db71e7: Download complete 16:54:56 31603596830f: Verifying Checksum 16:54:56 31603596830f: Download complete 16:54:56 ecc8261a40a4: Verifying Checksum 16:54:56 ecc8261a40a4: Download complete 16:54:57 6ca5941a6612: Verifying Checksum 16:54:57 6ca5941a6612: Download complete 16:54:57 31603596830f: Pull complete 16:54:57 2a8b12db71e7: Pull complete 16:54:58 6ca5941a6612: Pull complete 16:54:58 ecc8261a40a4: Pull complete 16:54:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:54:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:54:58 prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container 16:54:58 $ docker run -t -d -u 1001:1001 -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:55:00 $ docker top 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:55:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:55:01 [ssh-agent] Looking for ssh-agent implementation... 16:55:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:55:01 $ docker exec 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 ssh-agent 16:55:01 SSH_AUTH_SOCK=/tmp/ssh-fURE5Z40L2l7/agent.11 16:55:01 SSH_AGENT_PID=16 16:55:01 Running ssh-add (command line suppressed) 16:55:01 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4650676840819112785.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4650676840819112785.key) 16:55:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:55:02 + git describe --exact-match --tags HEAD 16:55:02 fatal: no tag exactly matches 'cbb80dee1238c0d7880a48b9754aa793873358ea' [Pipeline] } 16:55:02 $ docker exec --env ******** --env ******** 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 ssh-agent -k 16:55:02 unset SSH_AUTH_SOCK; 16:55:02 unset SSH_AGENT_PID; 16:55:02 echo Agent pid 16 killed; 16:55:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:55:02 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:55:02 This usually means this commit has not been tagged. [Pipeline] sshagent 16:55:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:55:02 [ssh-agent] Looking for ssh-agent implementation... 16:55:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:55:02 $ docker exec 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 ssh-agent 16:55:03 SSH_AUTH_SOCK=/tmp/ssh-tkm2Ug59P5f7/agent.46 16:55:03 SSH_AGENT_PID=51 16:55:03 Running ssh-add (command line suppressed) 16:55:03 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_199851267619061821.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_199851267619061821.key) 16:55:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:55:03 + git semver init 16:55:03 # -> Open(): unable to determine branch for HEAD 16:55:03 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:55:03 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:55:03 # $SEMVER_REMOTE_NAME = origin 16:55:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:55:03 # $SEMVER_USER_NAME = edgex-jenkins 16:55:03 # $SEMVER_BRANCH = master 16:55:03 # $SEMVER_TEMP = /tmp/semver-103128784 16:55:03 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:55:04 # '/tmp/semver-103128784' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:55:04 # -> Force: false 16:55:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:55:04 $ docker exec --env ******** --env ******** 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 ssh-agent -k 16:55:05 unset SSH_AUTH_SOCK; 16:55:05 unset SSH_AGENT_PID; 16:55:05 echo Agent pid 51 killed; 16:55:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:55:05 + git semver [Pipeline] } 16:55:05 $ docker stop --time=1 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 16:55:07 $ docker rm -f 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:55:08 Stashed 105 file(s) [Pipeline] echo 16:55:08 [edgeXSemver]: initialized semver on version 0.1.94 [Pipeline] echo 16:55:08 Archived original version: [0.1.94] [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:55:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4384 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:55:09 Running in /w/workspace/go-mod-core-contracts/60 [Pipeline] { [Pipeline] checkout 16:55:13 using credential edgex-jenkins-ssh 16:55:13 Cloning the remote Git repository 16:55:13 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:55:14 > git init /w/workspace/go-mod-core-contracts/60 # timeout=10 16:55:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:55:14 > git --version # timeout=10 16:55:14 > git --version # 'git version 2.17.1' 16:55:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:55:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:55:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:55:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:15 Checking out Revision cbb80dee1238c0d7880a48b9754aa793873358ea (master) 16:55:15 > git config core.sparsecheckout # timeout=10 16:55:15 > git checkout -f cbb80dee1238c0d7880a48b9754aa793873358ea # timeout=10 16:55:20 Commit message: "Merge pull request #327 from weichou1229/issue-326" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:55:21 ========================================================= 16:55:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:55:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:55:22 + 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:55:23 Sending build context to Docker daemon 2.544MB 16:55:23 Step 1/7 : ARG BASE=golang:1.15-alpine 16:55:23 Step 2/7 : FROM ${BASE} 16:55:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:55:23 b538f80385f9: Pulling fs layer 16:55:23 74f711af9a0d: Pulling fs layer 16:55:23 99f96fe45779: Pulling fs layer 16:55:23 8529a6b9a6be: Pulling fs layer 16:55:23 45590311c82a: Pulling fs layer 16:55:23 69ca0ff8b7b3: Pulling fs layer 16:55:23 209524e5b208: Pulling fs layer 16:55:23 45590311c82a: Waiting 16:55:23 69ca0ff8b7b3: Waiting 16:55:23 209524e5b208: Waiting 16:55:23 8529a6b9a6be: Waiting 16:55:23 99f96fe45779: Verifying Checksum 16:55:23 99f96fe45779: Download complete 16:55:23 74f711af9a0d: Download complete 16:55:23 45590311c82a: Download complete 16:55:23 69ca0ff8b7b3: Verifying Checksum 16:55:23 69ca0ff8b7b3: Download complete 16:55:23 b538f80385f9: Verifying Checksum 16:55:23 b538f80385f9: Download complete 16:55:24 Still waiting to schedule task 16:55:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:55:24 b538f80385f9: Pull complete 16:55:25 74f711af9a0d: Pull complete 16:55:25 99f96fe45779: Pull complete 16:55:26 209524e5b208: Verifying Checksum 16:55:26 209524e5b208: Download complete 16:55:28 8529a6b9a6be: Verifying Checksum 16:55:28 8529a6b9a6be: Download complete 16:55:38 8529a6b9a6be: Pull complete 16:55:38 45590311c82a: Pull complete 16:55:38 69ca0ff8b7b3: Pull complete 16:55:41 209524e5b208: Pull complete 16:55:41 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:55:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:55:41 ---> 5bddaf1c2fca 16:55:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:55:45 ---> Running in 22499ad99c66 16:55:45 Removing intermediate container 22499ad99c66 16:55:45 ---> 1e2b479cb0d4 16:55:45 Step 4/7 : RUN apk add bash 16:55:45 ---> Running in f5c128c39016 16:55:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:48 OK: 142 MiB in 39 packages 16:55:49 Removing intermediate container f5c128c39016 16:55:49 ---> 13828633a2ad 16:55:49 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:55:50 ---> Running in 3363fb57c09f 16:55:50 Removing intermediate container 3363fb57c09f 16:55:50 ---> 19ed7da2a3d1 16:55:50 Step 6/7 : COPY go.mod . 16:55:50 ---> c3c5cb4a6eb6 16:55:50 Step 7/7 : RUN go mod download 16:55:51 ---> Running in fc6a54466238 16:56:06 Removing intermediate container fc6a54466238 16:56:06 ---> 666aced33151 16:56:06 Successfully built 666aced33151 16:56:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:56:06 + docker inspect -f . ci-base-image-arm64 16:56:06 . [Pipeline] withDockerContainer 16:56:06 prd-ubuntu18.04-docker-arm64-4c-16g-4384 does not seem to be running inside a container 16:56:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/60 -v /w/workspace/go-mod-core-contracts/60:/w/workspace/go-mod-core-contracts/60:rw,z -v /w/workspace/go-mod-core-contracts/60@tmp:/w/workspace/go-mod-core-contracts/60@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:56:08 $ docker top c1e8244d38a43194a6e488c16c33b0feeeeab6dddee7c963cd2dd3d5f1409489 -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:10 + go version 16:56:10 go version go1.15.2 linux/arm64 [Pipeline] } 16:56:10 $ docker stop --time=1 c1e8244d38a43194a6e488c16c33b0feeeeab6dddee7c963cd2dd3d5f1409489 16:56:12 $ docker rm -f c1e8244d38a43194a6e488c16c33b0feeeeab6dddee7c963cd2dd3d5f1409489 [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:58:09 Running on prd-centos7-docker-4c-2g-4395 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:58:09 Running in /w/workspace/go-mod-core-contracts/60 [Pipeline] { [Pipeline] checkout 16:58:11 using credential edgex-jenkins-ssh 16:58:12 Cloning the remote Git repository 16:58:12 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:58:12 > git init /w/workspace/go-mod-core-contracts/60 # timeout=10 16:58:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:58:12 > git --version # timeout=10 16:58:12 > git --version # 'git version 2.16.5' 16:58:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:13 Checking out Revision cbb80dee1238c0d7880a48b9754aa793873358ea (master) 16:58:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:58:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:58:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:58:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:13 > git config core.sparsecheckout # timeout=10 16:58:13 > git checkout -f cbb80dee1238c0d7880a48b9754aa793873358ea # timeout=10 16:58:17 Commit message: "Merge pull request #327 from weichou1229/issue-326" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:58:18 ========================================================= 16:58:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:58:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:58:19 + 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:58:19 Sending build context to Docker daemon 2.544MB 16:58:19 Step 1/7 : ARG BASE=golang:1.15-alpine 16:58:19 Step 2/7 : FROM ${BASE} 16:58:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:58:19 df20fa9351a1: Pulling fs layer 16:58:19 ed8968b2872e: Pulling fs layer 16:58:19 a92cc7c5fd73: Pulling fs layer 16:58:19 e871e8e8d7a9: Pulling fs layer 16:58:19 e73272ec9a57: Pulling fs layer 16:58:19 1e910a182e73: Pulling fs layer 16:58:19 4e634b169226: Pulling fs layer 16:58:19 e73272ec9a57: Waiting 16:58:19 1e910a182e73: Waiting 16:58:19 4e634b169226: Waiting 16:58:19 e871e8e8d7a9: Waiting 16:58:19 a92cc7c5fd73: Verifying Checksum 16:58:19 a92cc7c5fd73: Download complete 16:58:19 ed8968b2872e: Verifying Checksum 16:58:19 ed8968b2872e: Download complete 16:58:19 e73272ec9a57: Verifying Checksum 16:58:19 e73272ec9a57: Download complete 16:58:19 1e910a182e73: Verifying Checksum 16:58:19 1e910a182e73: Download complete 16:58:19 df20fa9351a1: Verifying Checksum 16:58:19 df20fa9351a1: Download complete 16:58:20 df20fa9351a1: Pull complete 16:58:20 ed8968b2872e: Pull complete 16:58:20 a92cc7c5fd73: Pull complete 16:58:22 4e634b169226: Verifying Checksum 16:58:22 4e634b169226: Download complete 16:58:22 e871e8e8d7a9: Verifying Checksum 16:58:22 e871e8e8d7a9: Download complete 16:58:29 e871e8e8d7a9: Pull complete 16:58:29 e73272ec9a57: Pull complete 16:58:29 1e910a182e73: Pull complete 16:58:33 4e634b169226: Pull complete 16:58:33 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:58:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:58:33 ---> f7629b54cfaa 16:58:33 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:58:33 ---> Running in f60198d2ab3b 16:58:33 Removing intermediate container f60198d2ab3b 16:58:33 ---> 05dec8a6b8c0 16:58:33 Step 4/7 : RUN apk add bash 16:58:33 ---> Running in ac1ff5ad9b3f 16:58:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:35 OK: 166 MiB in 39 packages 16:58:35 Removing intermediate container ac1ff5ad9b3f 16:58:35 ---> 298168330c8b 16:58:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:58:35 ---> Running in c57f6d3ac3ed 16:58:35 Removing intermediate container c57f6d3ac3ed 16:58:35 ---> 264568083bda 16:58:35 Step 6/7 : COPY go.mod . 16:58:35 ---> 6a1fecf1342b 16:58:35 Step 7/7 : RUN go mod download 16:58:36 ---> Running in 169c4baa32f3 16:58:46 Removing intermediate container 169c4baa32f3 16:58:46 ---> 0ece102ece83 16:58:46 Successfully built 0ece102ece83 16:58:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:58:46 + docker inspect -f . ci-base-image-x86_64 16:58:46 . [Pipeline] withDockerContainer 16:58:46 prd-centos7-docker-4c-2g-4395 does not seem to be running inside a container 16:58:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/60 -v /w/workspace/go-mod-core-contracts/60:/w/workspace/go-mod-core-contracts/60:rw,z -v /w/workspace/go-mod-core-contracts/60@tmp:/w/workspace/go-mod-core-contracts/60@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:58:47 $ docker top bc9a91dd86065b4140c12fcd8e5681035333082cf302ba7415554b48f5171c36 -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:48 + go version 16:58:48 go version go1.15.2 linux/amd64 [Pipeline] } 16:58:48 $ docker stop --time=1 bc9a91dd86065b4140c12fcd8e5681035333082cf302ba7415554b48f5171c36 16:58:49 $ docker rm -f bc9a91dd86065b4140c12fcd8e5681035333082cf302ba7415554b48f5171c36 [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:58:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:58:52 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:58:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:58:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:58:52 16:58:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:58:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:58:53 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:58:53 cbdbe7a5bc2a: Pulling fs layer 16:58:53 408f87550127: Pulling fs layer 16:58:53 fe522b08c979: Pulling fs layer 16:58:53 221eaa008020: Pulling fs layer 16:58:53 2a4607e5d6b9: Pulling fs layer 16:58:53 8f79b27c4fd2: Pulling fs layer 16:58:53 e5c8dbe1645b: Pulling fs layer 16:58:53 23e8b3b47431: Pulling fs layer 16:58:53 5c568d65a230: Pulling fs layer 16:58:53 2a4607e5d6b9: Waiting 16:58:53 8f79b27c4fd2: Waiting 16:58:53 e5c8dbe1645b: Waiting 16:58:53 23e8b3b47431: Waiting 16:58:53 5c568d65a230: Waiting 16:58:53 221eaa008020: Waiting 16:58:53 fe522b08c979: Verifying Checksum 16:58:53 fe522b08c979: Download complete 16:58:53 408f87550127: Download complete 16:58:53 2a4607e5d6b9: Verifying Checksum 16:58:53 2a4607e5d6b9: Download complete 16:58:53 8f79b27c4fd2: Verifying Checksum 16:58:53 8f79b27c4fd2: Download complete 16:58:53 cbdbe7a5bc2a: Download complete 16:58:53 cbdbe7a5bc2a: Pull complete 16:58:53 408f87550127: Pull complete 16:58:54 fe522b08c979: Pull complete 16:58:54 e5c8dbe1645b: Download complete 16:58:55 5c568d65a230: Verifying Checksum 16:58:55 5c568d65a230: Download complete 16:58:55 23e8b3b47431: Verifying Checksum 16:58:55 23e8b3b47431: Download complete 16:58:56 221eaa008020: Verifying Checksum 16:58:56 221eaa008020: Download complete 16:59:01 221eaa008020: Pull complete 16:59:02 2a4607e5d6b9: Pull complete 16:59:02 8f79b27c4fd2: Pull complete 16:59:07 e5c8dbe1645b: Pull complete 16:59:09 23e8b3b47431: Pull complete 16:59:11 5c568d65a230: Pull complete 16:59:11 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:59:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:59:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:59:11 prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container 16:59:11 $ 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:59:12 $ docker top f9a3a42d07bf0b4887f7b7f4b80f4b90efa65def54c6f6c59ec20c11c6e096b1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:13 + snyk monitor '--org=edgex-jenkins' 16:59:21 16:59:21 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 16:59:21 16:59:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/05471a30-b3ff-4198-b828-2994624eaf38 16:59:21 16:59:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:59:21 16:59:21 16:59:21 Snyk CLI supports Node.js 8 and higher. 16:59:21 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:59:21 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:59:21 16:59:21 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:59:21 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 16:59:21 $ docker stop --time=1 f9a3a42d07bf0b4887f7b7f4b80f4b90efa65def54c6f6c59ec20c11c6e096b1 16:59:23 $ docker rm -f f9a3a42d07bf0b4887f7b7f4b80f4b90efa65def54c6f6c59ec20c11c6e096b1 [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] unstash [Pipeline] isUnix [Pipeline] sh 16:59:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:25 . [Pipeline] withDockerContainer 16:59:26 prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container 16:59:26 $ docker run -t -d -u 1001:1001 -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:59:26 $ docker top 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:27 [ssh-agent] Looking for ssh-agent implementation... 16:59:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:27 $ docker exec 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c ssh-agent 16:59:27 SSH_AUTH_SOCK=/tmp/ssh-43NufTh8m8o6/agent.12 16:59:27 SSH_AGENT_PID=17 16:59:27 Running ssh-add (command line suppressed) 16:59:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2656968910129625401.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2656968910129625401.key) 16:59:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:28 + git semver tag 16:59:28 # -> Open(): unable to determine branch for HEAD 16:59:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:59:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:59:28 # $SEMVER_REMOTE_NAME = origin 16:59:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:59:28 # $SEMVER_USER_NAME = edgex-jenkins 16:59:28 # $SEMVER_BRANCH = master 16:59:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:59:28 # cbb80dee1238c0d7880a48b9754aa793873358ea HEAD 16:59:28 # -> Force: false 16:59:28 # 43c94de37590b3ed829ab9efb503dc5f0f855352 refs/tags/v0.1.94 [Pipeline] } 16:59:28 $ docker exec --env ******** --env ******** 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c ssh-agent -k 16:59:28 unset SSH_AUTH_SOCK; 16:59:28 unset SSH_AGENT_PID; 16:59:28 echo Agent pid 17 killed; 16:59:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:28 + git semver [Pipeline] } 16:59:28 $ docker stop --time=1 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c 16:59:30 $ docker rm -f 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:59:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:59:30 16:59:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:59:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:59:31 0.23.1-centos7: Pulling from edgex-lftools 16:59:31 ab5ef0e58194: Pulling fs layer 16:59:31 9712f1f96733: Pulling fs layer 16:59:31 63f879dbbcfc: Pulling fs layer 16:59:31 0d9ebad4ef96: Pulling fs layer 16:59:31 e9a5061849ea: Pulling fs layer 16:59:31 d747dcd14b5f: Pulling fs layer 16:59:31 2de7ff778b66: Pulling fs layer 16:59:31 e9a5061849ea: Waiting 16:59:31 d747dcd14b5f: Waiting 16:59:31 2de7ff778b66: Waiting 16:59:31 0d9ebad4ef96: Waiting 16:59:31 9712f1f96733: Verifying Checksum 16:59:31 9712f1f96733: Download complete 16:59:32 63f879dbbcfc: Verifying Checksum 16:59:32 63f879dbbcfc: Download complete 16:59:33 e9a5061849ea: Verifying Checksum 16:59:33 e9a5061849ea: Download complete 16:59:33 d747dcd14b5f: Verifying Checksum 16:59:33 d747dcd14b5f: Download complete 16:59:33 2de7ff778b66: Verifying Checksum 16:59:33 2de7ff778b66: Download complete 16:59:33 0d9ebad4ef96: Verifying Checksum 16:59:33 0d9ebad4ef96: Download complete 16:59:33 ab5ef0e58194: Verifying Checksum 16:59:33 ab5ef0e58194: Download complete 16:59:38 ab5ef0e58194: Pull complete 16:59:38 9712f1f96733: Pull complete 16:59:41 63f879dbbcfc: Pull complete 16:59:48 0d9ebad4ef96: Pull complete 16:59:48 e9a5061849ea: Pull complete 16:59:48 d747dcd14b5f: Pull complete 16:59:52 2de7ff778b66: Pull complete 16:59:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:59:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:59:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:59:53 prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container 16:59:53 $ 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:59:56 $ docker top 5c8bcb5f8a6ffd3bbeddfef5e8dc6f8a50dbbb08bbd7494f5b23806b80045270 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:59:57 provisioning config files... 16:59:57 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1897775809029927037tmp 16:59:57 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config359732788725290111tmp 16:59:57 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4554971408387186226tmp [Pipeline] { [Pipeline] echo 16:59:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:59:57 ---> sigul-configuration.sh 16:59:57 gpg: directory `/root/.gnupg' created 16:59:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:59:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:59:57 gpg: keyring `/root/.gnupg/secring.gpg' created 16:59:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:59:57 gpg: CAST5 encrypted data 16:59:57 gpg: encrypted with 1 passphrase 16:59:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:59:58 + mkdir /home/jenkins 16:59:58 + mkdir /home/jenkins/sigul [Pipeline] sh 16:59:58 + 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:59:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:59:58 ---> sigul-install.sh 17:00:04 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:00:04 + git tag --list 17:00:04 v0.0.0 17:00:04 v0.0.1 17:00:04 v0.1.0 17:00:04 v0.1.1 17:00:04 v0.1.10 17:00:04 v0.1.11 17:00:04 v0.1.12 17:00:04 v0.1.13 17:00:04 v0.1.14 17:00:04 v0.1.15 17:00:04 v0.1.16 17:00:04 v0.1.17 17:00:04 v0.1.18 17:00:04 v0.1.19 17:00:04 v0.1.2 17:00:04 v0.1.20 17:00:04 v0.1.21 17:00:04 v0.1.22 17:00:04 v0.1.23 17:00:04 v0.1.24 17:00:04 v0.1.25 17:00:04 v0.1.26 17:00:04 v0.1.27 17:00:04 v0.1.28 17:00:04 v0.1.29 17:00:04 v0.1.3 17:00:04 v0.1.30 17:00:04 v0.1.31 17:00:04 v0.1.32 17:00:04 v0.1.33 17:00:04 v0.1.34 17:00:04 v0.1.35 17:00:04 v0.1.36 17:00:04 v0.1.37 17:00:04 v0.1.38 17:00:04 v0.1.39 17:00:04 v0.1.4 17:00:04 v0.1.40 17:00:04 v0.1.41 17:00:04 v0.1.42 17:00:04 v0.1.43 17:00:04 v0.1.44 17:00:04 v0.1.45 17:00:04 v0.1.46 17:00:04 v0.1.47 17:00:04 v0.1.48 17:00:04 v0.1.49 17:00:04 v0.1.5 17:00:04 v0.1.50 17:00:04 v0.1.51 17:00:04 v0.1.52 17:00:04 v0.1.53 17:00:04 v0.1.54 17:00:04 v0.1.55 17:00:04 v0.1.56 17:00:04 v0.1.57 17:00:04 v0.1.58 17:00:04 v0.1.59 17:00:04 v0.1.6 17:00:04 v0.1.60 17:00:04 v0.1.61 17:00:04 v0.1.62 17:00:04 v0.1.63 17:00:04 v0.1.64 17:00:04 v0.1.65 17:00:04 v0.1.66 17:00:04 v0.1.67 17:00:04 v0.1.68 17:00:04 v0.1.69 17:00:04 v0.1.7 17:00:04 v0.1.70 17:00:04 v0.1.71 17:00:04 v0.1.72 17:00:04 v0.1.73 17:00:04 v0.1.74 17:00:04 v0.1.75 17:00:04 v0.1.76 17:00:04 v0.1.77 17:00:04 v0.1.78 17:00:04 v0.1.79 17:00:04 v0.1.8 17:00:04 v0.1.80 17:00:04 v0.1.81 17:00:04 v0.1.82 17:00:04 v0.1.83 17:00:04 v0.1.84 17:00:04 v0.1.85 17:00:04 v0.1.86 17:00:04 v0.1.87 17:00:04 v0.1.88 17:00:04 v0.1.89 17:00:04 v0.1.9 17:00:04 v0.1.90 17:00:04 v0.1.91 17:00:04 v0.1.92 17:00:04 v0.1.93 17:00:04 v0.1.94 [Pipeline] sh 17:00:04 + lftools sign git-tag v0.1.94 17:00:06 Signing Git tag with Sigul... 17:00:06 Signing v0.1.94 [Pipeline] echo 17:00:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:00:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:00:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:00:07 $ docker stop --time=1 5c8bcb5f8a6ffd3bbeddfef5e8dc6f8a50dbbb08bbd7494f5b23806b80045270 17:00:09 $ docker rm -f 5c8bcb5f8a6ffd3bbeddfef5e8dc6f8a50dbbb08bbd7494f5b23806b80045270 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:00:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:10 . [Pipeline] withDockerContainer 17:00:11 prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container 17:00:11 $ docker run -t -d -u 1001:1001 -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 17:00:11 $ docker top 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:00:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:12 [ssh-agent] Looking for ssh-agent implementation... 17:00:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:12 $ docker exec 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 ssh-agent 17:00:12 SSH_AUTH_SOCK=/tmp/ssh-EZEQzmyF4aKn/agent.11 17:00:12 SSH_AGENT_PID=17 17:00:12 Running ssh-add (command line suppressed) 17:00:12 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5390700076765609673.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5390700076765609673.key) 17:00:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:13 + git semver bump patch 17:00:13 # -> Open(): unable to determine branch for HEAD 17:00:13 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:00:13 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:00:13 # $SEMVER_REMOTE_NAME = origin 17:00:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:00:13 # $SEMVER_USER_NAME = edgex-jenkins 17:00:13 # $SEMVER_BRANCH = master 17:00:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:00:13 0.1.95 [Pipeline] } 17:00:13 $ docker exec --env ******** --env ******** 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 ssh-agent -k 17:00:13 unset SSH_AUTH_SOCK; 17:00:13 unset SSH_AGENT_PID; 17:00:13 echo Agent pid 17 killed; 17:00:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:00:13 + git semver [Pipeline] } 17:00:13 $ docker stop --time=1 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 17:00:15 $ docker rm -f 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:00:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:15 . [Pipeline] withDockerContainer 17:00:16 prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container 17:00:16 $ docker run -t -d -u 1001:1001 -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 17:00:16 $ docker top e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:00:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:17 [ssh-agent] Looking for ssh-agent implementation... 17:00:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:17 $ docker exec e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc ssh-agent 17:00:17 SSH_AUTH_SOCK=/tmp/ssh-RFAsVm1zwpY6/agent.12 17:00:17 SSH_AGENT_PID=17 17:00:17 Running ssh-add (command line suppressed) 17:00:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6695321119300102619.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6695321119300102619.key) 17:00:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:18 + git semver push 17:00:18 # -> Open(): unable to determine branch for HEAD 17:00:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:00:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:00:18 # $SEMVER_REMOTE_NAME = origin 17:00:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:00:18 # $SEMVER_USER_NAME = edgex-jenkins 17:00:18 # $SEMVER_BRANCH = master 17:00:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:00:24 $ docker exec --env ******** --env ******** e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc ssh-agent -k 17:00:24 unset SSH_AUTH_SOCK; 17:00:24 unset SSH_AGENT_PID; 17:00:24 echo Agent pid 17 killed; 17:00:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:00:25 + git semver [Pipeline] } 17:00:25 $ docker stop --time=1 e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc 17:00:27 $ docker rm -f e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc [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 17:00:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:00:29 ---> package-listing.sh 17:00:29 ++ facter osfamily 17:00:29 ++ tr '[:upper:]' '[:lower:]' 17:00:29 + OS_FAMILY=redhat 17:00:29 + workspace=/w/workspace/dry_go-mod-core-contracts_master 17:00:29 + START_PACKAGES=/tmp/packages_start.txt 17:00:29 + END_PACKAGES=/tmp/packages_end.txt 17:00:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:00:29 + PACKAGES=/tmp/packages_start.txt 17:00:29 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:00:29 + PACKAGES=/tmp/packages_end.txt 17:00:29 + case "${OS_FAMILY}" in 17:00:29 + rpm -qa 17:00:29 + sort 17:00:33 + '[' -f /tmp/packages_start.txt ']' 17:00:33 + '[' -f /tmp/packages_end.txt ']' 17:00:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:00:33 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:00:33 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 17:00:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:00:34 provisioning config files... 17:00:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7788555964200531566tmp [Pipeline] { [Pipeline] echo 17:00:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:00:34 ---> create-netrc.sh [Pipeline] } 17:00:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:00:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:00:35 ---> python-tools-install.sh 17:00:35 Generating Requirements File 17:01:57 Python 3.6.8 17:01:57 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 17:01:57 appdirs==1.4.3 17:01:57 argcomplete==1.12.1 17:01:57 aspy.yaml==1.3.0 17:01:57 attrs==19.3.0 17:01:57 Babel==2.8.0 17:01:57 beautifulsoup4==4.8.2 17:01:57 boto3==1.11.6 17:01:57 botocore==1.14.6 17:01:57 bs4==0.0.1 17:01:57 cachetools==4.1.1 17:01:57 certifi==2019.11.28 17:01:57 cffi==1.14.3 17:01:57 cfgv==2.0.1 17:01:57 chardet==3.0.4 17:01:57 click==7.1 17:01:57 cliff==3.4.0 17:01:57 cmd2==1.3.11 17:01:57 colorama==0.4.3 17:01:57 cryptography==3.1.1 17:01:57 debtcollector==2.2.0 17:01:57 decorator==4.4.2 17:01:57 defusedxml==0.6.0 17:01:57 Deprecated==1.2.7 17:01:57 distlib==0.3.1 17:01:57 distro==1.2.0 17:01:57 dnspython==1.16.0 17:01:57 docker==4.2.0 17:01:57 docutils==0.15.2 17:01:57 dogpile.cache==1.0.2 17:01:57 email-validator==1.0.5 17:01:57 filelock==3.0.12 17:01:57 future==0.18.2 17:01:57 google-auth==1.22.1 17:01:57 httplib2==0.17.0 17:01:57 identify==1.4.11 17:01:57 idna==2.9 17:01:57 importlib-metadata==2.0.0 17:01:57 importlib-resources==1.5.0 17:01:57 iso8601==0.1.13 17:01:57 Jinja2==2.11.1 17:01:57 jmespath==0.10.0 17:01:57 jsonpatch==1.26 17:01:57 jsonpointer==2.0 17:01:57 jsonschema==3.2.0 17:01:57 keystoneauth1==4.2.1 17:01:57 kubernetes==11.0.0 17:01:57 lftools==0.34.2 17:01:57 lxml==4.5.0 17:01:57 MarkupSafe==0.23 17:01:57 msgpack==1.0.0 17:01:57 multi-key-dict==2.0.3 17:01:57 munch==2.5.0 17:01:57 netaddr==0.8.0 17:01:57 netifaces==0.10.9 17:01:57 niet==1.4.2 17:01:57 nodeenv==1.3.5 17:01:57 oauth2client==4.1.3 17:01:57 oauthlib==3.1.0 17:01:57 openstacksdk==0.50.0 17:01:57 os-client-config==2.1.0 17:01:57 os-service-types==1.7.0 17:01:57 osc-lib==2.2.1 17:01:57 oslo.config==8.3.2 17:01:57 oslo.context==3.1.1 17:01:57 oslo.i18n==5.0.1 17:01:57 oslo.log==4.4.0 17:01:57 oslo.serialization==4.0.1 17:01:57 oslo.utils==4.6.0 17:01:57 packaging==20.4 17:01:57 pbr==5.4.4 17:01:57 pluggy==0.13.1 17:01:57 prettytable==0.7.2 17:01:57 py==1.9.0 17:01:57 pyasn1==0.4.8 17:01:57 pyasn1-modules==0.2.8 17:01:57 pycparser==2.20 17:01:57 pygerrit2==2.0.10 17:01:57 PyGithub==1.46 17:01:57 pyinotify==0.9.6 17:01:57 PyJWT==1.7.1 17:01:57 pyparsing==2.4.7 17:01:57 pyperclip==1.8.0 17:01:57 pyroute2==0.4.13 17:01:57 pyrsistent==0.15.7 17:01:57 PySocks==1.6.8 17:01:57 python-cinderclient==7.2.0 17:01:57 python-dateutil==2.8.1 17:01:57 python-heatclient==2.2.1 17:01:57 python-jenkins==1.7.0 17:01:57 python-keystoneclient==4.1.1 17:01:57 python-magnumclient==3.2.1 17:01:57 python-novaclient==17.2.1 17:01:57 python-openstackclient==5.4.0 17:01:57 python-swiftclient==3.10.1 17:01:57 pytz==2020.1 17:01:57 PyYAML==5.3 17:01:57 requests==2.23.0 17:01:57 requests-oauthlib==1.3.0 17:01:57 requestsexceptions==1.4.0 17:01:57 rfc3986==1.4.0 17:01:57 rpm==4.11.3 17:01:57 rsa==4.0 17:01:57 ruamel.yaml==0.16.10 17:01:57 ruamel.yaml.clib==0.2.0 17:01:57 s3transfer==0.3.3 17:01:57 shade==1.27.2 17:01:57 simplejson==3.17.2 17:01:57 six==1.14.0 17:01:57 soupsieve==2.0 17:01:57 stevedore==3.2.2 17:01:57 tabulate==0.8.6 17:01:57 toml==0.10.0 17:01:57 tox==3.20.1 17:01:57 tqdm==4.43.0 17:01:57 urllib3==1.25.8 17:01:57 virtualenv==20.0.33 17:01:57 wcwidth==0.2.5 17:01:57 websocket-client==0.57.0 17:01:57 wrapt==1.12.1 17:01:57 xdg==3.0.2 17:01:57 xmltodict==0.12.0 17:01:57 yq==2.11.1 17:01:57 zipp==3.3.0 17:01:57 Cache entry deserialization failed, entry ignored 17:01:57 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 17:01:57 Python 2.7.5 17:01:57 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 17:01:57 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 17:01:58 ansible==2.9.7 17:01:58 Babel==0.9.6 17:01:58 backports.ssl-match-hostname==3.5.0.1 17:01:58 beautifulsoup4==4.4.1 17:01:58 bodhi==2.11.0 17:01:58 bodhi-client==2.11.0 17:01:58 CCColUtils==1.4 17:01:58 cffi==1.6.0 17:01:58 chardet==2.2.1 17:01:58 click==6.7 17:01:58 cloud-init==18.5 17:01:58 configobj==4.7.2 17:01:58 cryptography==1.7.2 17:01:58 decorator==3.4.0 17:01:58 distro==1.2.0 17:01:58 enum34==1.0.4 17:01:58 fedpkg==1.38 17:01:58 futures==3.1.1 17:01:58 gitdb==0.6.4 17:01:58 GitPython==1.0.1 17:01:58 html5lib==0.999 17:01:58 httplib2==0.9.2 17:01:58 idna==2.4 17:01:58 iniparse==0.4 17:01:58 ipaddress==1.0.16 17:01:58 IPy==0.75 17:01:58 javapackages==1.0.0 17:01:58 Jinja2==2.7.2 17:01:58 jmespath==0.9.4 17:01:58 jsonpatch==1.2 17:01:58 jsonpointer==1.9 17:01:58 kerberos==1.1 17:01:58 kitchen==1.1.1 17:01:58 langtable==0.0.31 17:01:58 lockfile==0.9.1 17:01:58 lxml==3.2.1 17:01:58 MarkupSafe==0.11 17:01:58 munch==2.0.2 17:01:58 offtrac==0.1.0 17:01:58 openidc-client==0.6.0 17:01:58 packagedb-cli==2.14.1 17:01:58 paramiko==2.1.1 17:01:58 perf==0.1 17:01:58 ply==3.4 17:01:58 policycoreutils-default-encoding==0.1 17:01:58 prettytable==0.7.2 17:01:58 pyasn1==0.1.9 17:01:58 pycparser==2.14 17:01:58 pycurl==7.19.0 17:01:58 pygobject==3.22.0 17:01:58 pygpgme==0.3 17:01:58 pyliblzma==0.5.3 17:01:58 pyOpenSSL==0.13.1 17:01:58 pyparsing==1.5.6 17:01:58 pyserial==2.6 17:01:58 python-augeas==0.5.0 17:01:58 python-bugzilla==2.3.0 17:01:58 python-dateutil==1.5 17:01:58 python-fedora==0.10.0 17:01:58 python-linux-procfs==0.4.9 17:01:58 python-yubico==1.2.3 17:01:58 pyudev==0.15 17:01:58 pyusb==1.0.0b1 17:01:58 pyxattr==0.5.1 17:01:58 PyYAML==3.10 17:01:58 requests==2.6.0 17:01:58 requests-kerberos==0.7.0 17:01:58 rpkg==1.60 17:01:58 schedutils==0.4 17:01:58 seobject==0.1 17:01:58 sepolicy==1.1 17:01:58 six==1.9.0 17:01:58 smmap==0.9.0 17:01:58 urlgrabber==3.10 17:01:58 urllib3==1.10.2 17:01:58 virtualenv==15.1.0 17:01:58 yum-langpacks==0.4.2 17:01:58 yum-metadata-parser==1.1.4 [Pipeline] echo 17:01:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:01:58 ---> sudo-logs.sh 17:01:58 Archiving 'sudo' log.. [Pipeline] echo 17:01:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:01:59 ---> job-cost.sh 17:01:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tl9J 17:02:07 Cache entry deserialization failed, entry ignored 17:02:07 Cache entry deserialization failed, entry ignored 17:02:08 Cache entry deserialization failed, entry ignored 17:02:08 Cache entry deserialization failed, entry ignored 17:02:09 Cache entry deserialization failed, entry ignored 17:02:09 Cache entry deserialization failed, entry ignored 17:02:09 Cache entry deserialization failed, entry ignored 17:02:09 Cache entry deserialization failed, entry ignored 17:02:09 Cache entry deserialization failed, entry ignored 17:02:09 Cache entry deserialization failed, entry ignored 17:02:09 Cache entry deserialization failed, entry ignored 17:02:09 Cache entry deserialization failed, entry ignored 17:02:10 Cache entry deserialization failed, entry ignored 17:02:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:02:45 lf-activate-venv(): INFO: Adding /tmp/venv-tl9J/bin to PATH 17:02:45 INFO: No Stack... 17:02:45 INFO: Retrieving Pricing Info for: v1-standard-2 17:02:45 INFO: Archiving Costs [Pipeline] echo 17:02:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:02:46 ---> logs-deploy.sh 17:02:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/60 17:02:46 INFO: archiving workspace using pattern(s): 17:02:48 Archives upload complete. 17:02:48 INFO: archiving logs to Nexus 17:02:49 ---> uname -a: 17:02:49 Linux prd-centos7-docker-4c-2g-4394.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 17:02:49 17:02:49 17:02:49 ---> lscpu: 17:02:49 Architecture: x86_64 17:02:49 CPU op-mode(s): 32-bit, 64-bit 17:02:49 Byte Order: Little Endian 17:02:49 CPU(s): 4 17:02:49 On-line CPU(s) list: 0-3 17:02:49 Thread(s) per core: 1 17:02:49 Core(s) per socket: 1 17:02:49 Socket(s): 4 17:02:49 NUMA node(s): 1 17:02:49 Vendor ID: GenuineIntel 17:02:49 CPU family: 6 17:02:49 Model: 44 17:02:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:02:49 Stepping: 1 17:02:49 CPU MHz: 2933.442 17:02:49 BogoMIPS: 5866.88 17:02:49 Virtualization: VT-x 17:02:49 Hypervisor vendor: KVM 17:02:49 Virtualization type: full 17:02:49 L1d cache: 32K 17:02:49 L1i cache: 32K 17:02:49 L2 cache: 4096K 17:02:49 L3 cache: 16384K 17:02:49 NUMA node0 CPU(s): 0-3 17:02:49 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 17:02:49 17:02:49 17:02:49 ---> nproc: 17:02:49 4 17:02:49 17:02:49 17:02:49 ---> df -h: 17:02:49 Filesystem Size Used Avail Use% Mounted on 17:02:49 devtmpfs 887M 0 887M 0% /dev 17:02:49 tmpfs 919M 0 919M 0% /dev/shm 17:02:49 tmpfs 919M 17M 903M 2% /run 17:02:49 tmpfs 919M 0 919M 0% /sys/fs/cgroup 17:02:49 /dev/vda1 50G 8.6G 42G 18% / 17:02:49 tmpfs 184M 0 184M 0% /run/user/1001 17:02:49 tmpfs 184M 0 184M 0% /run/user/0 17:02:49 17:02:49 17:02:49 ---> free -m: 17:02:49 total used free shared buff/cache available 17:02:49 Mem: 1837 666 67 16 1103 971 17:02:49 Swap: 1023 3 1020 17:02:49 17:02:49 17:02:49 ---> ip addr: 17:02:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 17:02:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:02:49 inet 127.0.0.1/8 scope host lo 17:02:49 valid_lft forever preferred_lft forever 17:02:49 inet6 ::1/128 scope host 17:02:49 valid_lft forever preferred_lft forever 17:02:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 17:02:49 link/ether fa:16:3e:a6:55:59 brd ff:ff:ff:ff:ff:ff 17:02:49 inet 10.30.123.164/23 brd 10.30.123.255 scope global dynamic eth0 17:02:49 valid_lft 85887sec preferred_lft 85887sec 17:02:49 inet6 fe80::f816:3eff:fea6:5559/64 scope link 17:02:49 valid_lft forever preferred_lft forever 17:02:49 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 17:02:49 link/ether 02:42:24:8a:10:b0 brd ff:ff:ff:ff:ff:ff 17:02:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:02:49 valid_lft forever preferred_lft forever 17:02:49 inet6 fe80::42:24ff:fe8a:10b0/64 scope link 17:02:49 valid_lft forever preferred_lft forever 17:02:49 17:02:49 17:02:49 ---> sar -b -r -n DEV: 17:02:49 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/09/2020 _x86_64_ (4 CPU) 17:02:49 17:02:49 04:53:55 PM LINUX RESTART 17:02:49 17:02:49 04:55:01 PM tps rtps wtps bread/s bwrtn/s 17:02:49 04:56:01 PM 10.86 3.30 7.56 601.27 212.32 17:02:49 04:57:01 PM 0.32 0.00 0.32 0.00 4.33 17:02:49 04:58:01 PM 0.20 0.00 0.20 0.00 1.63 17:02:49 04:59:01 PM 28.02 3.26 24.76 379.03 16744.00 17:02:49 05:00:01 PM 376.12 184.81 191.31 10035.35 45896.39 17:02:49 05:01:01 PM 104.89 75.77 29.12 5638.20 3908.62 17:02:49 05:02:01 PM 120.45 29.69 90.76 1726.88 12767.96 17:02:49 Average: 91.57 42.41 49.16 2626.47 11364.69 17:02:49 17:02:49 04:55:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:02:49 04:56:01 PM 156264 1725292 91.69 2620 1166404 1117436 38.14 431968 1131200 28 17:02:49 04:57:01 PM 163360 1718196 91.32 2620 1166352 1068688 36.47 428164 1129324 8 17:02:49 04:58:01 PM 163444 1718112 91.31 2620 1166356 1068688 36.47 428292 1129324 8 17:02:49 04:59:01 PM 72192 1809364 96.16 2620 1134484 1510564 51.55 602080 1013408 98132 17:02:49 05:00:01 PM 84824 1796732 95.49 1992 1042876 1243192 42.43 621992 886764 27396 17:02:49 05:01:01 PM 80964 1800592 95.70 1492 1023792 1132452 38.65 657832 852192 50780 17:02:49 05:02:01 PM 111644 1769912 94.07 1492 974744 1115416 38.07 613060 831908 29648 17:02:49 Average: 118956 1762600 93.68 2208 1096430 1179491 40.25 540484 996303 29429 17:02:49 17:02:49 04:55:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 17:02:49 04:56:01 PM eth0 29.69 23.03 33.36 20.74 0.00 0.00 0.00 17:02:49 04:56:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 04:56:01 PM docker0 6.28 4.05 1.11 11.57 0.00 0.00 0.00 17:02:49 04:57:01 PM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 17:02:49 04:57:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 04:57:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 04:58:01 PM eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 17:02:49 04:58:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 04:58:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 04:59:01 PM eth0 384.12 335.63 3773.62 24.97 0.00 0.00 0.00 17:02:49 04:59:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 04:59:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 05:00:01 PM veth187fded 37.63 43.58 2.96 209.94 0.00 0.00 0.00 17:02:49 05:00:01 PM eth0 1387.52 1062.21 8459.36 175.55 0.00 0.00 0.00 17:02:49 05:00:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 17:02:49 05:00:01 PM docker0 61.41 66.13 4.87 343.03 0.00 0.00 0.00 17:02:49 05:01:01 PM eth0 115.19 84.71 592.14 23.93 0.00 0.00 0.00 17:02:49 05:01:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 05:01:01 PM docker0 2.73 2.15 0.56 0.65 0.00 0.00 0.00 17:02:49 05:02:01 PM eth0 37.76 31.15 293.11 6.02 0.00 0.00 0.00 17:02:49 05:02:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 05:02:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 Average: eth0 146.22 123.81 1181.23 17.66 0.00 0.00 0.00 17:02:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:49 Average: docker0 9.16 9.75 0.78 49.11 0.00 0.00 0.00 17:02:49 17:02:49 17:02:49 ---> sar -P ALL: 17:02:49 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/09/2020 _x86_64_ (4 CPU) 17:02:49 17:02:49 04:53:55 PM LINUX RESTART 17:02:49 17:02:49 04:55:01 PM CPU %user %nice %system %iowait %steal %idle 17:02:49 04:56:01 PM all 1.39 0.00 0.71 0.21 0.01 97.68 17:02:49 04:56:01 PM 0 1.45 0.00 0.63 0.02 0.02 97.88 17:02:49 04:56:01 PM 1 1.64 0.00 0.62 0.03 0.02 97.69 17:02:49 04:56:01 PM 2 1.47 0.00 0.95 0.08 0.02 97.48 17:02:49 04:56:01 PM 3 1.00 0.00 0.65 0.72 0.02 97.61 17:02:49 04:57:01 PM all 0.16 0.00 0.04 0.00 0.00 99.80 17:02:49 04:57:01 PM 0 0.02 0.00 0.02 0.00 0.00 99.97 17:02:49 04:57:01 PM 1 0.05 0.00 0.03 0.00 0.00 99.92 17:02:49 04:57:01 PM 2 0.52 0.00 0.05 0.00 0.00 99.43 17:02:49 04:57:01 PM 3 0.07 0.00 0.05 0.00 0.00 99.88 17:02:49 04:58:01 PM all 0.16 0.00 0.03 0.00 0.00 99.81 17:02:49 04:58:01 PM 0 0.03 0.00 0.03 0.00 0.00 99.93 17:02:49 04:58:01 PM 1 0.05 0.00 0.05 0.00 0.00 99.90 17:02:49 04:58:01 PM 2 0.53 0.00 0.03 0.00 0.00 99.43 17:02:49 04:58:01 PM 3 0.03 0.00 0.02 0.00 0.00 99.95 17:02:49 04:59:01 PM all 4.05 0.00 2.47 0.15 0.04 93.29 17:02:49 04:59:01 PM 0 4.09 0.00 2.67 0.02 0.03 93.19 17:02:49 04:59:01 PM 1 3.71 0.00 2.91 0.54 0.03 92.81 17:02:49 04:59:01 PM 2 4.40 0.00 2.10 0.00 0.05 93.45 17:02:49 04:59:01 PM 3 3.96 0.00 2.18 0.05 0.03 93.77 17:02:49 05:00:01 PM all 13.30 0.00 9.35 3.82 0.14 73.39 17:02:49 05:00:01 PM 0 13.19 0.00 9.83 3.71 0.14 73.13 17:02:49 05:00:01 PM 1 13.12 0.00 9.00 3.21 0.17 74.49 17:02:49 05:00:01 PM 2 13.57 0.00 8.44 2.43 0.14 75.42 17:02:49 05:00:01 PM 3 13.36 0.00 10.12 5.95 0.10 70.48 17:02:49 05:01:01 PM all 11.02 0.00 3.22 2.09 0.04 83.62 17:02:49 05:01:01 PM 0 22.59 0.00 4.55 1.28 0.02 71.57 17:02:49 05:01:01 PM 1 4.82 0.00 2.18 2.08 0.05 90.86 17:02:49 05:01:01 PM 2 9.37 0.00 3.44 2.63 0.05 84.51 17:02:49 05:01:01 PM 3 7.43 0.00 2.78 2.38 0.02 87.39 17:02:49 05:02:01 PM all 15.15 0.00 3.44 1.75 0.03 79.63 17:02:49 05:02:01 PM 0 17.02 0.00 3.16 1.37 0.03 78.42 17:02:49 05:02:01 PM 1 12.95 0.00 2.70 1.42 0.02 82.91 17:02:49 05:02:01 PM 2 8.41 0.00 2.35 2.67 0.05 86.52 17:02:49 05:02:01 PM 3 22.33 0.00 5.56 1.52 0.03 70.56 17:02:49 Average: all 6.41 0.00 2.72 1.13 0.04 89.70 17:02:49 Average: 0 8.26 0.00 2.95 0.90 0.03 87.85 17:02:49 Average: 1 5.16 0.00 2.48 1.03 0.04 91.29 17:02:49 Average: 2 5.43 0.00 2.46 1.11 0.04 90.96 17:02:49 Average: 3 6.81 0.00 3.01 1.49 0.03 88.66 17:02:49 17:02:49 17:02:49