Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9be6b06c26c45cacb7e1708e38267687b2a6d764 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2831 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 9be6b06c26c45cacb7e1708e38267687b2a6d764 (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 9be6b06c26c45cacb7e1708e38267687b2a6d764 # timeout=10 Commit message: "Merge pull request #301 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.2" > git rev-list --no-walk 989ab59446d0667b15a71abbdaadd1bc675377a2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:53:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:53:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:53:04 ========================================================= 17:53:04 EdgeX Global Pipelines Version Info 17:53:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:53:06 ------------------- 17:53:06 stable info: 17:53:06 ------------------- 17:53:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:53:06 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 17:53:06 Message: update stable to v1.0.131 17:53:07 ------------------- 17:53:07 experimental info: 17:53:07 ------------------- 17:53:07 Commited By: **** collab-it+edgex@linuxfoundation.org 17:53:07 Commit SHA: 41577c21a85c69f5bb10b3280393e6d03042176a 17:53:07 Message: update experimental to v1.0.132 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:53:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:53:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:53:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:53:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:53:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:53:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:53:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:53:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:53:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9be6b06c26c45cacb7e1708e38267687b2a6d764 [Pipeline] echo 17:53:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9be6b06 [Pipeline] echo 17:53:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:53:11 + git log --format=format:%s -1 9be6b06c26c45cacb7e1708e38267687b2a6d764 [Pipeline] echo 17:53:11 GIT_COMMIT: 9be6b06c26c45cacb7e1708e38267687b2a6d764, Commit Message: Merge pull request #301 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.2 [Pipeline] echo 17:53:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:53:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:53:13 17:53:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:53:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:53:14 latest: Pulling from edgex-devops/git-semver 17:53:14 31603596830f: Pulling fs layer 17:53:14 2a8b12db71e7: Pulling fs layer 17:53:14 6ca5941a6612: Pulling fs layer 17:53:14 ecc8261a40a4: Pulling fs layer 17:53:14 ecc8261a40a4: Waiting 17:53:14 2a8b12db71e7: Verifying Checksum 17:53:14 2a8b12db71e7: Download complete 17:53:14 ecc8261a40a4: Verifying Checksum 17:53:14 ecc8261a40a4: Download complete 17:53:14 6ca5941a6612: Verifying Checksum 17:53:14 6ca5941a6612: Download complete 17:53:14 31603596830f: Download complete 17:53:15 31603596830f: Pull complete 17:53:15 2a8b12db71e7: Pull complete 17:53:16 6ca5941a6612: Pull complete 17:53:16 ecc8261a40a4: Pull complete 17:53:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:53:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:53:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:53:17 prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container 17:53:17 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:53:19 $ docker top 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:53:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:53:19 [ssh-agent] Looking for ssh-agent implementation... 17:53:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:53:20 $ docker exec 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 ssh-agent 17:53:20 SSH_AUTH_SOCK=/tmp/ssh-dbUuqTqSxggg/agent.12 17:53:20 SSH_AGENT_PID=18 17:53:20 Running ssh-add (command line suppressed) 17:53:20 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5553457678024388117.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5553457678024388117.key) 17:53:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:53:21 + git describe --exact-match --tags HEAD 17:53:21 fatal: no tag exactly matches '9be6b06c26c45cacb7e1708e38267687b2a6d764' [Pipeline] } 17:53:21 $ docker exec --env ******** --env ******** 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 ssh-agent -k 17:53:21 unset SSH_AUTH_SOCK; 17:53:21 unset SSH_AGENT_PID; 17:53:21 echo Agent pid 18 killed; 17:53:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:53:22 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:53:22 This usually means this commit has not been tagged. [Pipeline] sshagent 17:53:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:53:22 [ssh-agent] Looking for ssh-agent implementation... 17:53:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:53:22 $ docker exec 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 ssh-agent 17:53:23 SSH_AUTH_SOCK=/tmp/ssh-PxqAYsao6NfO/agent.48 17:53:23 SSH_AGENT_PID=54 17:53:23 Running ssh-add (command line suppressed) 17:53:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7916286525905008948.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7916286525905008948.key) 17:53:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:53:23 + git semver init 17:53:23 # -> Open(): unable to determine branch for HEAD 17:53:23 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:53:23 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:53:23 # $SEMVER_REMOTE_NAME = origin 17:53:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:53:23 # $SEMVER_USER_NAME = edgex-jenkins 17:53:23 # $SEMVER_BRANCH = master 17:53:23 # $SEMVER_TEMP = /tmp/semver-942446588 17:53:23 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 17:53:24 # '/tmp/semver-942446588' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 17:53:24 # -> Force: false 17:53:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:53:24 $ docker exec --env ******** --env ******** 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 ssh-agent -k 17:53:24 unset SSH_AUTH_SOCK; 17:53:24 unset SSH_AGENT_PID; 17:53:24 echo Agent pid 54 killed; 17:53:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:53:25 + git semver [Pipeline] } 17:53:25 $ docker stop --time=1 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 17:53:28 $ docker rm -f 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:53:30 Stashed 98 file(s) [Pipeline] echo 17:53:30 [edgeXSemver]: initialized semver on version 0.1.87 [Pipeline] echo 17:53:30 Archived original version: [0.1.87] [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 17:53:46 Still waiting to schedule task 17:53:46 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:53:46 Still waiting to schedule task 17:53:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:54:58 Running on prd-centos7-docker-4c-2g-2836 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:54:58 Running in /w/workspace/go-mod-core-contracts/53 [Pipeline] { [Pipeline] checkout 17:55:00 using credential edgex-jenkins-ssh 17:55:00 Cloning the remote Git repository 17:55:00 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:55:00 > git init /w/workspace/go-mod-core-contracts/53 # timeout=10 17:55:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:55:01 > git --version # timeout=10 17:55:01 > git --version # 'git version 2.16.5' 17:55:01 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:55:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:55:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:55:02 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:55:03 Checking out Revision 9be6b06c26c45cacb7e1708e38267687b2a6d764 (master) 17:55:03 > git config core.sparsecheckout # timeout=10 17:55:03 > git checkout -f 9be6b06c26c45cacb7e1708e38267687b2a6d764 # timeout=10 17:55:07 Commit message: "Merge pull request #301 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:55:07 ========================================================= 17:55:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:55:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:55:08 + 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 . 17:55:09 Sending build context to Docker daemon 2.487MB 17:55:09 Step 1/7 : ARG BASE=golang:1.15-alpine 17:55:09 Step 2/7 : FROM ${BASE} 17:55:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:55:09 df20fa9351a1: Pulling fs layer 17:55:09 ed8968b2872e: Pulling fs layer 17:55:09 a92cc7c5fd73: Pulling fs layer 17:55:09 e871e8e8d7a9: Pulling fs layer 17:55:09 e73272ec9a57: Pulling fs layer 17:55:09 1e910a182e73: Pulling fs layer 17:55:09 4e634b169226: Pulling fs layer 17:55:09 e73272ec9a57: Waiting 17:55:09 1e910a182e73: Waiting 17:55:09 4e634b169226: Waiting 17:55:09 e871e8e8d7a9: Waiting 17:55:09 a92cc7c5fd73: Verifying Checksum 17:55:09 a92cc7c5fd73: Download complete 17:55:09 ed8968b2872e: Verifying Checksum 17:55:09 ed8968b2872e: Download complete 17:55:09 e73272ec9a57: Verifying Checksum 17:55:09 e73272ec9a57: Download complete 17:55:09 1e910a182e73: Verifying Checksum 17:55:09 1e910a182e73: Download complete 17:55:09 df20fa9351a1: Verifying Checksum 17:55:09 df20fa9351a1: Download complete 17:55:09 df20fa9351a1: Pull complete 17:55:09 ed8968b2872e: Pull complete 17:55:09 a92cc7c5fd73: Pull complete 17:55:11 4e634b169226: Verifying Checksum 17:55:11 4e634b169226: Download complete 17:55:12 e871e8e8d7a9: Download complete 17:55:16 e871e8e8d7a9: Pull complete 17:55:16 e73272ec9a57: Pull complete 17:55:16 1e910a182e73: Pull complete 17:55:26 4e634b169226: Pull complete 17:55:26 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:55:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:55:26 ---> f7629b54cfaa 17:55:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:55:26 ---> Running in 53f04a61f152 17:55:26 Removing intermediate container 53f04a61f152 17:55:26 ---> c5f71b746d75 17:55:26 Step 4/7 : RUN apk add bash 17:55:26 ---> Running in ececd27ffd4a 17:55:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:29 OK: 166 MiB in 39 packages 17:55:30 Removing intermediate container ececd27ffd4a 17:55:30 ---> 2ab0610edacb 17:55:30 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:55:30 ---> Running in af9e03cf34ee 17:55:30 Removing intermediate container af9e03cf34ee 17:55:30 ---> ff292d6a41e9 17:55:30 Step 6/7 : COPY go.mod . 17:55:30 ---> 53e08f278be9 17:55:30 Step 7/7 : RUN go mod download 17:55:30 ---> Running in a33df9c36a59 17:55:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2837 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:55:42 Running in /w/workspace/go-mod-core-contracts/53 [Pipeline] { [Pipeline] checkout 17:55:42 Removing intermediate container a33df9c36a59 17:55:42 ---> a0ad29466906 17:55:42 Successfully built a0ad29466906 17:55:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:55:43 + docker inspect -f . ci-base-image-x86_64 17:55:43 . [Pipeline] withDockerContainer 17:55:43 prd-centos7-docker-4c-2g-2836 does not seem to be running inside a container 17:55:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/53 -v /w/workspace/go-mod-core-contracts/53:/w/workspace/go-mod-core-contracts/53:rw,z -v /w/workspace/go-mod-core-contracts/53@tmp:/w/workspace/go-mod-core-contracts/53@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 17:55:44 $ docker top 04162eddb78a4dfbe284d5dcf3e43607821f74c99c2a27fb9fdf6828b6f0b025 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:44 + go version 17:55:44 go version go1.15.2 linux/amd64 [Pipeline] } 17:55:45 $ docker stop --time=1 04162eddb78a4dfbe284d5dcf3e43607821f74c99c2a27fb9fdf6828b6f0b025 17:55:46 $ docker rm -f 04162eddb78a4dfbe284d5dcf3e43607821f74c99c2a27fb9fdf6828b6f0b025 [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] } 17:55:48 using credential edgex-jenkins-ssh 17:55:48 Cloning the remote Git repository 17:55:48 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:55:48 > git init /w/workspace/go-mod-core-contracts/53 # timeout=10 17:55:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:55:48 > git --version # timeout=10 17:55:48 > git --version # 'git version 2.17.1' 17:55:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:55:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:55:50 Checking out Revision 9be6b06c26c45cacb7e1708e38267687b2a6d764 (master) 17:55:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:55:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:55:50 > git config core.sparsecheckout # timeout=10 17:55:50 > git checkout -f 9be6b06c26c45cacb7e1708e38267687b2a6d764 # timeout=10 17:55:55 Commit message: "Merge pull request #301 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:55:56 ========================================================= 17:55:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:55:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:55:57 + 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 . 17:55:58 Sending build context to Docker daemon 2.487MB 17:55:58 Step 1/7 : ARG BASE=golang:1.15-alpine 17:55:58 Step 2/7 : FROM ${BASE} 17:55:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:55:59 b538f80385f9: Pulling fs layer 17:55:59 74f711af9a0d: Pulling fs layer 17:55:59 99f96fe45779: Pulling fs layer 17:55:59 8529a6b9a6be: Pulling fs layer 17:55:59 45590311c82a: Pulling fs layer 17:55:59 69ca0ff8b7b3: Pulling fs layer 17:55:59 209524e5b208: Pulling fs layer 17:55:59 8529a6b9a6be: Waiting 17:55:59 45590311c82a: Waiting 17:55:59 69ca0ff8b7b3: Waiting 17:55:59 209524e5b208: Waiting 17:55:59 99f96fe45779: Verifying Checksum 17:55:59 99f96fe45779: Download complete 17:55:59 74f711af9a0d: Verifying Checksum 17:55:59 74f711af9a0d: Download complete 17:55:59 45590311c82a: Verifying Checksum 17:55:59 45590311c82a: Download complete 17:55:59 69ca0ff8b7b3: Verifying Checksum 17:55:59 69ca0ff8b7b3: Download complete 17:55:59 b538f80385f9: Verifying Checksum 17:55:59 b538f80385f9: Download complete 17:55:59 b538f80385f9: Pull complete 17:56:00 74f711af9a0d: Pull complete 17:56:00 99f96fe45779: Pull complete 17:56:03 209524e5b208: Verifying Checksum 17:56:04 8529a6b9a6be: Verifying Checksum 17:56:04 8529a6b9a6be: Download complete 17:56:15 8529a6b9a6be: Pull complete 17:56:15 45590311c82a: Pull complete 17:56:15 69ca0ff8b7b3: Pull complete 17:56:20 209524e5b208: Pull complete 17:56:20 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:56:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:56:20 ---> 5bddaf1c2fca 17:56:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:56:22 ---> Running in 3e0478ffa1ac 17:56:22 Removing intermediate container 3e0478ffa1ac 17:56:22 ---> 7fa208af613f 17:56:22 Step 4/7 : RUN apk add bash 17:56:23 ---> Running in 33234d9c7702 17:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:56:26 OK: 142 MiB in 39 packages 17:56:27 Removing intermediate container 33234d9c7702 17:56:27 ---> c9c5a3ae87aa 17:56:27 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:56:28 ---> Running in 005869f246bf 17:56:28 Removing intermediate container 005869f246bf 17:56:28 ---> 6bd2f41e87cb 17:56:28 Step 6/7 : COPY go.mod . 17:56:29 ---> 6865428f99f4 17:56:29 Step 7/7 : RUN go mod download 17:56:29 ---> Running in 8d2bdd80f8a2 17:56:44 Removing intermediate container 8d2bdd80f8a2 17:56:44 ---> ad2df13b7e33 17:56:44 Successfully built ad2df13b7e33 17:56:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:56:44 + docker inspect -f . ci-base-image-arm64 17:56:44 . [Pipeline] withDockerContainer 17:56:45 prd-ubuntu18.04-docker-arm64-4c-16g-2837 does not seem to be running inside a container 17:56:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/53 -v /w/workspace/go-mod-core-contracts/53:/w/workspace/go-mod-core-contracts/53:rw,z -v /w/workspace/go-mod-core-contracts/53@tmp:/w/workspace/go-mod-core-contracts/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:56:47 $ docker top 98b3526ca60495cdebd6be6b71fcc39aed965109f6250021e62855618356b7de -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:48 + go version 17:56:48 go version go1.15.2 linux/arm64 [Pipeline] } 17:56:48 $ docker stop --time=1 98b3526ca60495cdebd6be6b71fcc39aed965109f6250021e62855618356b7de 17:56:50 $ docker rm -f 98b3526ca60495cdebd6be6b71fcc39aed965109f6250021e62855618356b7de [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 17:56:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:56:53 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:56:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:56:54 17:56:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:56:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:56:54 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:56:54 cbdbe7a5bc2a: Pulling fs layer 17:56:54 408f87550127: Pulling fs layer 17:56:54 fe522b08c979: Pulling fs layer 17:56:54 221eaa008020: Pulling fs layer 17:56:54 2a4607e5d6b9: Pulling fs layer 17:56:54 8f79b27c4fd2: Pulling fs layer 17:56:54 e5c8dbe1645b: Pulling fs layer 17:56:54 23e8b3b47431: Pulling fs layer 17:56:54 5c568d65a230: Pulling fs layer 17:56:54 221eaa008020: Waiting 17:56:54 2a4607e5d6b9: Waiting 17:56:54 8f79b27c4fd2: Waiting 17:56:54 e5c8dbe1645b: Waiting 17:56:54 23e8b3b47431: Waiting 17:56:54 5c568d65a230: Waiting 17:56:54 fe522b08c979: Verifying Checksum 17:56:54 fe522b08c979: Download complete 17:56:54 408f87550127: Verifying Checksum 17:56:54 408f87550127: Download complete 17:56:54 2a4607e5d6b9: Verifying Checksum 17:56:54 2a4607e5d6b9: Download complete 17:56:55 8f79b27c4fd2: Verifying Checksum 17:56:55 8f79b27c4fd2: Download complete 17:56:55 cbdbe7a5bc2a: Verifying Checksum 17:56:55 cbdbe7a5bc2a: Download complete 17:56:56 cbdbe7a5bc2a: Pull complete 17:56:56 408f87550127: Pull complete 17:56:57 fe522b08c979: Pull complete 17:56:57 e5c8dbe1645b: Download complete 17:57:02 23e8b3b47431: Verifying Checksum 17:57:02 23e8b3b47431: Download complete 17:57:02 5c568d65a230: Verifying Checksum 17:57:02 5c568d65a230: Download complete 17:57:04 221eaa008020: Verifying Checksum 17:57:04 221eaa008020: Download complete 17:57:15 221eaa008020: Pull complete 17:57:15 2a4607e5d6b9: Pull complete 17:57:15 8f79b27c4fd2: Pull complete 17:57:17 e5c8dbe1645b: Pull complete 17:57:22 23e8b3b47431: Pull complete 17:57:24 5c568d65a230: Pull complete 17:57:24 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:57:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:57:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:57:25 prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container 17:57:25 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 17:57:26 $ docker top 65cdfb2abac359dfab7c9f040d4dd58fd25f9a3bcb1658a3cf78cfc370c8ef39 -eo pid,comm [Pipeline] { [Pipeline] sh 17:57:27 + snyk monitor '--org=edgex-jenkins' 17:57:35 17:57:35 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 17:57:35 17:57:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/50c96753-0106-454d-bb23-f8769a286a48 17:57:35 17:57:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:57:35 17:57:35 17:57:35 Snyk CLI supports Node.js 8 and higher. 17:57:35 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 17:57:35 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 17:57:35 17:57:35 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 17:57:35 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 17:57:35 $ docker stop --time=1 65cdfb2abac359dfab7c9f040d4dd58fd25f9a3bcb1658a3cf78cfc370c8ef39 17:57:38 $ docker rm -f 65cdfb2abac359dfab7c9f040d4dd58fd25f9a3bcb1658a3cf78cfc370c8ef39 [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 17:57:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:57:41 . [Pipeline] withDockerContainer 17:57:41 prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container 17:57:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:57:43 $ docker top eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:43 [ssh-agent] Looking for ssh-agent implementation... 17:57:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:44 $ docker exec eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 ssh-agent 17:57:44 SSH_AUTH_SOCK=/tmp/ssh-ADpOSipYdu4d/agent.11 17:57:44 SSH_AGENT_PID=16 17:57:44 Running ssh-add (command line suppressed) 17:57:44 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6680050020861158274.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6680050020861158274.key) 17:57:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:45 + git semver tag 17:57:45 # -> Open(): unable to determine branch for HEAD 17:57:45 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:57:45 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:57:45 # $SEMVER_REMOTE_NAME = origin 17:57:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:57:45 # $SEMVER_USER_NAME = edgex-jenkins 17:57:45 # $SEMVER_BRANCH = master 17:57:45 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:57:45 # 9be6b06c26c45cacb7e1708e38267687b2a6d764 HEAD 17:57:45 # -> Force: false 17:57:45 # f81f52afda3635e0ca91836e4fdb776be4c39d42 refs/tags/v0.1.87 [Pipeline] } 17:57:45 $ docker exec --env ******** --env ******** eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 ssh-agent -k 17:57:45 unset SSH_AUTH_SOCK; 17:57:45 unset SSH_AGENT_PID; 17:57:45 echo Agent pid 16 killed; 17:57:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:46 + git semver [Pipeline] } 17:57:46 $ docker stop --time=1 eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 17:57:48 $ docker rm -f eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:57:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:48 17:57:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:57:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:49 0.23.1-centos7: Pulling from edgex-lftools 17:57:49 ab5ef0e58194: Pulling fs layer 17:57:49 9712f1f96733: Pulling fs layer 17:57:49 63f879dbbcfc: Pulling fs layer 17:57:49 0d9ebad4ef96: Pulling fs layer 17:57:49 e9a5061849ea: Pulling fs layer 17:57:49 d747dcd14b5f: Pulling fs layer 17:57:49 2de7ff778b66: Pulling fs layer 17:57:49 e9a5061849ea: Waiting 17:57:49 d747dcd14b5f: Waiting 17:57:49 2de7ff778b66: Waiting 17:57:49 0d9ebad4ef96: Waiting 17:57:49 9712f1f96733: Verifying Checksum 17:57:49 9712f1f96733: Download complete 17:57:52 63f879dbbcfc: Verifying Checksum 17:57:52 63f879dbbcfc: Download complete 17:57:52 e9a5061849ea: Verifying Checksum 17:57:52 e9a5061849ea: Download complete 17:57:52 d747dcd14b5f: Verifying Checksum 17:57:52 d747dcd14b5f: Download complete 17:57:53 0d9ebad4ef96: Verifying Checksum 17:57:53 0d9ebad4ef96: Download complete 17:57:53 2de7ff778b66: Verifying Checksum 17:57:53 2de7ff778b66: Download complete 17:57:54 ab5ef0e58194: Verifying Checksum 17:57:54 ab5ef0e58194: Download complete 17:58:00 ab5ef0e58194: Pull complete 17:58:00 9712f1f96733: Pull complete 17:58:03 63f879dbbcfc: Pull complete 17:58:14 0d9ebad4ef96: Pull complete 17:58:14 e9a5061849ea: Pull complete 17:58:14 d747dcd14b5f: Pull complete 17:58:18 2de7ff778b66: Pull complete 17:58:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:58:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:58:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:58:18 prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container 17:58:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:58:21 $ docker top 8bb77f6ef54fc4e1906a07580a0b997e7a2ec18ce912f66f33ce75ce550fbdb9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:58:22 provisioning config files... 17:58:22 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config78183834511715602tmp 17:58:22 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6844249976374220087tmp 17:58:22 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6951602624053055425tmp [Pipeline] { [Pipeline] echo 17:58:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:58:22 ---> sigul-configuration.sh 17:58:22 gpg: directory `/root/.gnupg' created 17:58:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:58:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:58:22 gpg: keyring `/root/.gnupg/secring.gpg' created 17:58:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:58:22 gpg: CAST5 encrypted data 17:58:22 gpg: encrypted with 1 passphrase 17:58:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:58:23 + mkdir /home/jenkins 17:58:23 + mkdir /home/jenkins/sigul [Pipeline] sh 17:58:23 + 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 17:58:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:58:24 ---> sigul-install.sh 17:58:31 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:58:32 + git tag --list 17:58:32 v0.0.0 17:58:32 v0.0.1 17:58:32 v0.1.0 17:58:32 v0.1.1 17:58:32 v0.1.10 17:58:32 v0.1.11 17:58:32 v0.1.12 17:58:32 v0.1.13 17:58:32 v0.1.14 17:58:32 v0.1.15 17:58:32 v0.1.16 17:58:32 v0.1.17 17:58:32 v0.1.18 17:58:32 v0.1.19 17:58:32 v0.1.2 17:58:32 v0.1.20 17:58:32 v0.1.21 17:58:32 v0.1.22 17:58:32 v0.1.23 17:58:32 v0.1.24 17:58:32 v0.1.25 17:58:32 v0.1.26 17:58:32 v0.1.27 17:58:32 v0.1.28 17:58:32 v0.1.29 17:58:32 v0.1.3 17:58:32 v0.1.30 17:58:32 v0.1.31 17:58:32 v0.1.32 17:58:32 v0.1.33 17:58:32 v0.1.34 17:58:32 v0.1.35 17:58:32 v0.1.36 17:58:32 v0.1.37 17:58:32 v0.1.38 17:58:32 v0.1.39 17:58:32 v0.1.4 17:58:32 v0.1.40 17:58:32 v0.1.41 17:58:32 v0.1.42 17:58:32 v0.1.43 17:58:32 v0.1.44 17:58:32 v0.1.45 17:58:32 v0.1.46 17:58:32 v0.1.47 17:58:32 v0.1.48 17:58:32 v0.1.49 17:58:32 v0.1.5 17:58:32 v0.1.50 17:58:32 v0.1.51 17:58:32 v0.1.52 17:58:32 v0.1.53 17:58:32 v0.1.54 17:58:32 v0.1.55 17:58:32 v0.1.56 17:58:32 v0.1.57 17:58:32 v0.1.58 17:58:32 v0.1.59 17:58:32 v0.1.6 17:58:32 v0.1.60 17:58:32 v0.1.61 17:58:32 v0.1.62 17:58:32 v0.1.63 17:58:32 v0.1.64 17:58:32 v0.1.65 17:58:32 v0.1.66 17:58:32 v0.1.67 17:58:32 v0.1.68 17:58:32 v0.1.69 17:58:32 v0.1.7 17:58:32 v0.1.70 17:58:32 v0.1.71 17:58:32 v0.1.72 17:58:32 v0.1.73 17:58:32 v0.1.74 17:58:32 v0.1.75 17:58:32 v0.1.76 17:58:32 v0.1.77 17:58:32 v0.1.78 17:58:32 v0.1.79 17:58:32 v0.1.8 17:58:32 v0.1.80 17:58:32 v0.1.81 17:58:32 v0.1.82 17:58:32 v0.1.83 17:58:32 v0.1.84 17:58:32 v0.1.85 17:58:32 v0.1.86 17:58:32 v0.1.87 17:58:32 v0.1.9 [Pipeline] sh 17:58:32 + lftools sign git-tag v0.1.87 17:58:34 Signing Git tag with Sigul... 17:58:34 Signing v0.1.87 [Pipeline] echo 17:58:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:58:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:58:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:58:37 $ docker stop --time=1 8bb77f6ef54fc4e1906a07580a0b997e7a2ec18ce912f66f33ce75ce550fbdb9 17:58:39 $ docker rm -f 8bb77f6ef54fc4e1906a07580a0b997e7a2ec18ce912f66f33ce75ce550fbdb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:58:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:40 . [Pipeline] withDockerContainer 17:58:41 prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container 17:58:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:58:43 $ docker top 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:58:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:44 [ssh-agent] Looking for ssh-agent implementation... 17:58:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:44 $ docker exec 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 ssh-agent 17:58:45 SSH_AUTH_SOCK=/tmp/ssh-raE5IAtExyX7/agent.11 17:58:45 SSH_AGENT_PID=16 17:58:45 Running ssh-add (command line suppressed) 17:58:45 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7353442258999492171.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7353442258999492171.key) 17:58:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:46 + git semver bump patch 17:58:46 # -> Open(): unable to determine branch for HEAD 17:58:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:58:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:58:46 # $SEMVER_REMOTE_NAME = origin 17:58:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:58:46 # $SEMVER_USER_NAME = edgex-jenkins 17:58:46 # $SEMVER_BRANCH = master 17:58:46 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:58:46 0.1.88 [Pipeline] } 17:58:46 $ docker exec --env ******** --env ******** 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 ssh-agent -k 17:58:48 unset SSH_AUTH_SOCK; 17:58:48 unset SSH_AGENT_PID; 17:58:48 echo Agent pid 16 killed; 17:58:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:58:49 + git semver [Pipeline] } 17:58:49 $ docker stop --time=1 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 17:58:52 $ docker rm -f 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:58:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:53 . [Pipeline] withDockerContainer 17:58:53 prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container 17:58:53 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:58:56 $ docker top da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:58:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:57 [ssh-agent] Looking for ssh-agent implementation... 17:58:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:57 $ docker exec da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 ssh-agent 17:58:58 SSH_AUTH_SOCK=/tmp/ssh-Qg27n8zbQOtW/agent.12 17:58:58 SSH_AGENT_PID=17 17:58:58 Running ssh-add (command line suppressed) 17:58:58 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6369466173912386671.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6369466173912386671.key) 17:58:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:59 + git semver push 17:58:59 # -> Open(): unable to determine branch for HEAD 17:58:59 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:58:59 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:58:59 # $SEMVER_REMOTE_NAME = origin 17:58:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:58:59 # $SEMVER_USER_NAME = edgex-jenkins 17:58:59 # $SEMVER_BRANCH = master 17:58:59 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:59:07 $ docker exec --env ******** --env ******** da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 ssh-agent -k 17:59:08 unset SSH_AUTH_SOCK; 17:59:08 unset SSH_AGENT_PID; 17:59:08 echo Agent pid 17 killed; 17:59:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:09 + git semver [Pipeline] } 17:59:09 $ docker stop --time=1 da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 17:59:11 $ docker rm -f da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 [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:59:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:59:13 ---> package-listing.sh 17:59:13 ++ facter osfamily 17:59:13 ++ tr '[:upper:]' '[:lower:]' 17:59:14 + OS_FAMILY=redhat 17:59:14 + workspace=/w/workspace/dry_go-mod-core-contracts_master 17:59:14 + START_PACKAGES=/tmp/packages_start.txt 17:59:14 + END_PACKAGES=/tmp/packages_end.txt 17:59:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:59:14 + PACKAGES=/tmp/packages_start.txt 17:59:14 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:59:14 + PACKAGES=/tmp/packages_end.txt 17:59:14 + case "${OS_FAMILY}" in 17:59:14 + rpm -qa 17:59:14 + sort 17:59:22 + '[' -f /tmp/packages_start.txt ']' 17:59:22 + '[' -f /tmp/packages_end.txt ']' 17:59:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:59:22 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:59:22 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 17:59:22 + 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:59:22 provisioning config files... 17:59:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3369255290861548139tmp [Pipeline] { [Pipeline] echo 17:59:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:59:23 ---> create-netrc.sh [Pipeline] } 17:59:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:59:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:59:23 ---> python-tools-install.sh 17:59:23 Generating Requirements File 18:01:30 Python 3.6.8 18:01:30 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 18:01:30 aiohttp==3.6.2 18:01:30 appdirs==1.4.3 18:01:30 argcomplete==1.12.1 18:01:30 aspy.yaml==1.3.0 18:01:30 async-timeout==3.0.1 18:01:30 attrs==19.3.0 18:01:30 Babel==2.8.0 18:01:30 beautifulsoup4==4.8.2 18:01:30 boto3==1.11.6 18:01:30 botocore==1.14.6 18:01:30 bs4==0.0.1 18:01:30 cachetools==4.1.1 18:01:30 certifi==2019.11.28 18:01:30 cffi==1.14.3 18:01:30 cfgv==2.0.1 18:01:30 chardet==3.0.4 18:01:30 click==7.1 18:01:30 cliff==3.4.0 18:01:30 cmd2==1.3.11 18:01:30 colorama==0.4.3 18:01:30 cryptography==3.1.1 18:01:30 debtcollector==2.2.0 18:01:30 decorator==4.4.2 18:01:30 defusedxml==0.6.0 18:01:30 Deprecated==1.2.7 18:01:30 distlib==0.3.1 18:01:30 distro==1.2.0 18:01:30 dnspython==1.16.0 18:01:30 docker==4.2.0 18:01:30 docutils==0.15.2 18:01:30 dogpile.cache==1.0.2 18:01:30 email-validator==1.0.5 18:01:30 filelock==3.0.12 18:01:30 future==0.18.2 18:01:30 google-auth==1.22.0 18:01:30 httplib2==0.17.0 18:01:30 identify==1.4.11 18:01:30 idna==2.9 18:01:30 idna-ssl==1.1.0 18:01:30 importlib-metadata==1.7.0 18:01:30 importlib-resources==1.5.0 18:01:30 iso8601==0.1.13 18:01:30 Jinja2==2.11.1 18:01:30 jmespath==0.10.0 18:01:30 jsonpatch==1.26 18:01:30 jsonpointer==2.0 18:01:30 jsonschema==3.2.0 18:01:30 keystoneauth1==4.2.1 18:01:30 kubernetes==11.0.0 18:01:30 lftools==0.34.2 18:01:30 lxml==4.5.0 18:01:30 MarkupSafe==0.23 18:01:30 msgpack==1.0.0 18:01:30 multi-key-dict==2.0.3 18:01:30 multidict==4.7.6 18:01:30 munch==2.5.0 18:01:30 netaddr==0.8.0 18:01:30 netifaces==0.10.9 18:01:30 niet==1.4.2 18:01:30 nodeenv==1.3.5 18:01:30 oauth2client==4.1.3 18:01:30 oauthlib==3.1.0 18:01:30 openstacksdk==0.50.0 18:01:30 os-client-config==2.1.0 18:01:30 os-service-types==1.7.0 18:01:30 osc-lib==2.2.1 18:01:30 oslo.config==8.3.2 18:01:30 oslo.context==3.1.1 18:01:30 oslo.i18n==5.0.1 18:01:30 oslo.log==4.4.0 18:01:30 oslo.serialization==4.0.1 18:01:30 oslo.utils==4.6.0 18:01:30 packaging==20.4 18:01:30 pbr==5.4.4 18:01:30 pluggy==0.13.1 18:01:30 prettytable==0.7.2 18:01:30 py==1.9.0 18:01:30 pyasn1==0.4.8 18:01:30 pyasn1-modules==0.2.8 18:01:30 pycparser==2.20 18:01:30 pygerrit2==2.0.10 18:01:30 PyGithub==1.46 18:01:30 pyinotify==0.9.6 18:01:30 PyJWT==1.7.1 18:01:30 pyparsing==2.4.7 18:01:30 pyperclip==1.8.0 18:01:30 pyroute2==0.4.13 18:01:30 pyrsistent==0.15.7 18:01:30 PySocks==1.6.8 18:01:30 python-cinderclient==7.2.0 18:01:30 python-dateutil==2.8.1 18:01:30 python-heatclient==2.2.1 18:01:30 python-jenkins==1.7.0 18:01:30 python-keystoneclient==4.1.1 18:01:30 python-magnumclient==3.2.1 18:01:30 python-novaclient==17.2.1 18:01:30 python-openstackclient==5.3.1 18:01:30 python-swiftclient==3.10.1 18:01:30 pytz==2020.1 18:01:30 PyYAML==5.3 18:01:30 requests==2.23.0 18:01:30 requests-oauthlib==1.3.0 18:01:30 requestsexceptions==1.4.0 18:01:30 rfc3986==1.4.0 18:01:30 rpm==4.11.3 18:01:30 rsa==4.0 18:01:30 ruamel.yaml==0.16.10 18:01:30 ruamel.yaml.clib==0.2.0 18:01:30 s3transfer==0.3.3 18:01:30 shade==1.27.2 18:01:30 simplejson==3.17.2 18:01:30 six==1.14.0 18:01:30 soupsieve==2.0 18:01:30 stevedore==3.2.2 18:01:30 tabulate==0.8.6 18:01:30 toml==0.10.0 18:01:30 tox==3.20.0 18:01:30 tqdm==4.43.0 18:01:30 typing-extensions==3.7.4.3 18:01:30 urllib3==1.25.8 18:01:30 virtualenv==20.0.31 18:01:30 wcwidth==0.2.5 18:01:30 websocket-client==0.57.0 18:01:30 wrapt==1.12.1 18:01:30 xdg==3.0.2 18:01:30 xmltodict==0.12.0 18:01:30 yarl==1.6.0 18:01:30 yq==2.11.1 18:01:30 zipp==3.2.0 18:01:31 Cache entry deserialization failed, entry ignored 18:01:36 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. 18:01:43 Python 2.7.5 18:01:43 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 18:01:43 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. 18:01:44 ansible==2.9.7 18:01:44 Babel==0.9.6 18:01:44 backports.ssl-match-hostname==3.5.0.1 18:01:44 beautifulsoup4==4.4.1 18:01:44 bodhi==2.11.0 18:01:44 bodhi-client==2.11.0 18:01:44 CCColUtils==1.4 18:01:44 cffi==1.6.0 18:01:44 chardet==2.2.1 18:01:44 click==6.7 18:01:44 cloud-init==18.5 18:01:44 configobj==4.7.2 18:01:44 cryptography==1.7.2 18:01:44 decorator==3.4.0 18:01:44 distro==1.2.0 18:01:44 enum34==1.0.4 18:01:44 fedpkg==1.38 18:01:44 futures==3.1.1 18:01:44 gitdb==0.6.4 18:01:44 GitPython==1.0.1 18:01:44 html5lib==0.999 18:01:44 httplib2==0.9.2 18:01:44 idna==2.4 18:01:44 iniparse==0.4 18:01:44 ipaddress==1.0.16 18:01:44 IPy==0.75 18:01:44 javapackages==1.0.0 18:01:44 Jinja2==2.7.2 18:01:44 jmespath==0.9.4 18:01:44 jsonpatch==1.2 18:01:44 jsonpointer==1.9 18:01:44 kerberos==1.1 18:01:44 kitchen==1.1.1 18:01:44 langtable==0.0.31 18:01:44 lockfile==0.9.1 18:01:44 lxml==3.2.1 18:01:44 MarkupSafe==0.11 18:01:44 munch==2.0.2 18:01:44 offtrac==0.1.0 18:01:44 openidc-client==0.6.0 18:01:44 packagedb-cli==2.14.1 18:01:44 paramiko==2.1.1 18:01:44 perf==0.1 18:01:44 ply==3.4 18:01:44 policycoreutils-default-encoding==0.1 18:01:44 prettytable==0.7.2 18:01:44 pyasn1==0.1.9 18:01:44 pycparser==2.14 18:01:44 pycurl==7.19.0 18:01:44 pygobject==3.22.0 18:01:44 pygpgme==0.3 18:01:44 pyliblzma==0.5.3 18:01:44 pyOpenSSL==0.13.1 18:01:44 pyparsing==1.5.6 18:01:44 pyserial==2.6 18:01:44 python-augeas==0.5.0 18:01:44 python-bugzilla==2.3.0 18:01:44 python-dateutil==1.5 18:01:44 python-fedora==0.10.0 18:01:44 python-linux-procfs==0.4.9 18:01:44 python-yubico==1.2.3 18:01:44 pyudev==0.15 18:01:44 pyusb==1.0.0b1 18:01:44 pyxattr==0.5.1 18:01:44 PyYAML==3.10 18:01:44 requests==2.6.0 18:01:44 requests-kerberos==0.7.0 18:01:44 rpkg==1.60 18:01:44 schedutils==0.4 18:01:44 seobject==0.1 18:01:44 sepolicy==1.1 18:01:44 six==1.9.0 18:01:44 smmap==0.9.0 18:01:44 urlgrabber==3.10 18:01:44 urllib3==1.10.2 18:01:44 virtualenv==15.1.0 18:01:44 yum-langpacks==0.4.2 18:01:44 yum-metadata-parser==1.1.4 [Pipeline] echo 18:01:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:01:44 ---> sudo-logs.sh 18:01:44 Archiving 'sudo' log.. [Pipeline] echo 18:01:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:01:46 ---> job-cost.sh 18:01:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Nc84 18:02:14 Cache entry deserialization failed, entry ignored 18:02:14 Cache entry deserialization failed, entry ignored 18:02:14 Cache entry deserialization failed, entry ignored 18:02:14 Cache entry deserialization failed, entry ignored 18:02:14 Cache entry deserialization failed, entry ignored 18:02:14 Cache entry deserialization failed, entry ignored 18:02:14 Cache entry deserialization failed, entry ignored 18:02:15 Cache entry deserialization failed, entry ignored 18:02:15 Cache entry deserialization failed, entry ignored 18:02:15 Cache entry deserialization failed, entry ignored 18:02:15 Cache entry deserialization failed, entry ignored 18:02:16 Cache entry deserialization failed, entry ignored 18:02:16 Cache entry deserialization failed, entry ignored 18:02:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:03:09 ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. 18:03:09 18:03:09 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 18:03:09 18:03:09 virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. 18:03:09 lf-activate-venv(): INFO: Adding /tmp/venv-Nc84/bin to PATH 18:03:09 INFO: No Stack... 18:03:09 INFO: Retrieving Pricing Info for: v1-standard-2 18:03:09 INFO: Archiving Costs [Pipeline] echo 18:03:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:03:09 ---> logs-deploy.sh 18:03:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/53 18:03:09 INFO: archiving workspace using pattern(s): 18:03:15 Archives upload complete. 18:03:15 INFO: archiving logs to Nexus 18:03:18 ---> uname -a: 18:03:18 Linux prd-centos7-docker-4c-2g-2831.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 18:03:18 18:03:18 18:03:18 ---> lscpu: 18:03:18 Architecture: x86_64 18:03:18 CPU op-mode(s): 32-bit, 64-bit 18:03:18 Byte Order: Little Endian 18:03:18 CPU(s): 4 18:03:18 On-line CPU(s) list: 0-3 18:03:18 Thread(s) per core: 1 18:03:18 Core(s) per socket: 1 18:03:18 Socket(s): 4 18:03:18 NUMA node(s): 1 18:03:18 Vendor ID: GenuineIntel 18:03:18 CPU family: 6 18:03:18 Model: 44 18:03:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:03:18 Stepping: 1 18:03:18 CPU MHz: 2933.438 18:03:18 BogoMIPS: 5866.87 18:03:18 Virtualization: VT-x 18:03:18 Hypervisor vendor: KVM 18:03:18 Virtualization type: full 18:03:18 L1d cache: 32K 18:03:18 L1i cache: 32K 18:03:18 L2 cache: 4096K 18:03:18 L3 cache: 16384K 18:03:18 NUMA node0 CPU(s): 0-3 18:03:18 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 18:03:18 18:03:18 18:03:18 ---> nproc: 18:03:18 4 18:03:18 18:03:18 18:03:18 ---> df -h: 18:03:18 Filesystem Size Used Avail Use% Mounted on 18:03:18 devtmpfs 887M 0 887M 0% /dev 18:03:18 tmpfs 919M 0 919M 0% /dev/shm 18:03:18 tmpfs 919M 17M 903M 2% /run 18:03:18 tmpfs 919M 0 919M 0% /sys/fs/cgroup 18:03:18 /dev/vda1 50G 8.6G 42G 18% / 18:03:18 tmpfs 184M 0 184M 0% /run/user/1001 18:03:18 tmpfs 184M 0 184M 0% /run/user/0 18:03:18 18:03:18 18:03:18 ---> free -m: 18:03:18 total used free shared buff/cache available 18:03:18 Mem: 1837 671 74 15 1091 966 18:03:18 Swap: 1023 3 1020 18:03:18 18:03:18 18:03:18 ---> ip addr: 18:03:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:03:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:03:18 inet 127.0.0.1/8 scope host lo 18:03:18 valid_lft forever preferred_lft forever 18:03:18 inet6 ::1/128 scope host 18:03:18 valid_lft forever preferred_lft forever 18:03:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 18:03:18 link/ether fa:16:3e:6e:fb:bd brd ff:ff:ff:ff:ff:ff 18:03:18 inet 10.30.123.145/23 brd 10.30.123.255 scope global dynamic eth0 18:03:18 valid_lft 85727sec preferred_lft 85727sec 18:03:18 inet6 fe80::f816:3eff:fe6e:fbbd/64 scope link 18:03:18 valid_lft forever preferred_lft forever 18:03:18 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 18:03:18 link/ether 02:42:21:ed:9c:49 brd ff:ff:ff:ff:ff:ff 18:03:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:03:18 valid_lft forever preferred_lft forever 18:03:18 inet6 fe80::42:21ff:feed:9c49/64 scope link 18:03:18 valid_lft forever preferred_lft forever 18:03:18 18:03:18 18:03:18 ---> sar -b -r -n DEV: 18:03:18 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) 18:03:18 18:03:18 05:51:44 PM LINUX RESTART 18:03:18 18:03:18 05:53:01 PM tps rtps wtps bread/s bwrtn/s 18:03:18 05:54:01 PM 45.89 12.06 33.83 4784.84 4845.13 18:03:18 05:55:01 PM 1.70 0.00 1.70 0.00 36.05 18:03:18 05:56:01 PM 0.28 0.00 0.28 0.00 3.76 18:03:18 05:57:01 PM 4.27 0.05 4.22 21.28 2627.60 18:03:18 05:58:01 PM 286.05 152.09 133.96 7658.24 42570.86 18:03:18 05:59:01 PM 169.92 70.60 99.32 3826.91 19885.22 18:03:18 06:00:01 PM 82.00 59.48 22.52 4943.97 1674.86 18:03:18 06:01:01 PM 78.92 5.69 73.23 792.70 6932.11 18:03:18 06:02:02 PM 95.00 26.35 68.65 1132.75 6134.63 18:03:18 06:03:01 PM 63.42 5.21 58.21 420.85 3064.79 18:03:18 Average: 82.94 33.22 49.71 2353.59 8814.50 18:03:18 18:03:18 05:53:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:03:18 05:54:01 PM 176220 1705336 90.63 2620 1140456 1130064 38.57 434392 1109784 120 18:03:18 05:55:01 PM 183820 1697736 90.23 2620 1140460 1061796 36.24 431736 1106588 12 18:03:18 05:56:01 PM 183680 1697876 90.24 2620 1140468 1061908 36.24 432128 1106588 8 18:03:18 05:57:01 PM 82408 1799148 95.62 2620 1200756 1259944 43.00 477868 1155992 66824 18:03:18 05:58:01 PM 88312 1793244 95.31 2596 1072712 1508580 51.49 624040 958572 75384 18:03:18 05:59:01 PM 240276 1641280 87.23 1840 900768 1360436 46.43 605556 750620 48 18:03:18 06:00:01 PM 74472 1807084 96.04 1592 1014684 1258000 42.93 654800 861416 47900 18:03:18 06:01:01 PM 77516 1804040 95.88 1492 999668 1180112 40.28 643680 855112 40560 18:03:18 06:02:02 PM 132260 1749296 92.97 1492 967612 1126272 38.44 576100 842820 26772 18:03:18 06:03:01 PM 78896 1802660 95.81 1492 970404 1158248 39.53 643664 810452 88924 18:03:18 Average: 131786 1749770 93.00 2098 1054799 1210536 41.31 552396 955794 34655 18:03:18 18:03:18 05:53:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 18:03:18 05:54:01 PM eth0 109.15 84.18 467.94 48.82 0.00 0.00 0.00 18:03:18 05:54:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:54:01 PM docker0 6.44 4.09 1.09 11.46 0.00 0.00 0.00 18:03:18 05:55:01 PM eth0 2.88 0.67 0.72 0.40 0.00 0.00 0.00 18:03:18 05:55:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:55:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:56:01 PM eth0 1.76 0.58 0.61 0.39 0.00 0.00 0.00 18:03:18 05:56:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:56:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:57:01 PM eth0 239.82 207.05 2381.56 16.29 0.00 0.00 0.00 18:03:18 05:57:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:57:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:58:01 PM eth0 497.18 421.06 4722.59 43.64 0.00 0.00 0.00 18:03:18 05:58:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:58:01 PM docker0 16.82 16.52 1.30 121.53 0.00 0.00 0.00 18:03:18 05:59:01 PM eth0 90.48 70.93 258.93 72.07 0.00 0.00 0.00 18:03:18 05:59:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 05:59:01 PM vetha5850bc 0.96 0.83 0.23 0.24 0.00 0.00 0.00 18:03:18 05:59:01 PM docker0 45.74 51.97 3.74 331.01 0.00 0.00 0.00 18:03:18 06:00:01 PM eth0 95.67 69.53 544.88 51.48 0.00 0.00 0.00 18:03:18 06:00:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 06:00:01 PM docker0 1.13 0.84 0.23 0.26 0.00 0.00 0.00 18:03:18 06:01:01 PM eth0 49.30 33.65 329.97 4.04 0.00 0.00 0.00 18:03:18 06:01:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 06:01:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 06:02:02 PM eth0 17.04 13.23 23.00 6.54 0.00 0.00 0.00 18:03:18 06:02:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 06:02:02 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 06:03:01 PM eth0 26.54 19.13 115.49 6.48 0.00 0.00 0.00 18:03:18 06:03:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 06:03:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 Average: eth0 113.18 92.19 887.24 24.96 0.00 0.00 0.00 18:03:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:03:18 Average: docker0 4.71 5.31 0.40 33.31 0.00 0.00 0.00 18:03:18 18:03:18 18:03:18 ---> sar -P ALL: 18:03:18 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) 18:03:18 18:03:18 05:51:44 PM LINUX RESTART 18:03:18 18:03:18 05:53:01 PM CPU %user %nice %system %iowait %steal %idle 18:03:18 05:54:01 PM all 3.80 0.00 2.47 1.02 7.61 85.09 18:03:18 05:54:01 PM 0 3.35 0.00 2.75 2.16 7.83 83.91 18:03:18 05:54:01 PM 1 3.22 0.00 2.51 0.23 7.52 86.52 18:03:18 05:54:01 PM 2 4.41 0.00 2.77 0.95 7.56 84.31 18:03:18 05:54:01 PM 3 4.19 0.00 1.87 0.75 7.52 85.66 18:03:18 05:55:01 PM all 0.08 0.00 0.13 0.00 1.26 98.53 18:03:18 05:55:01 PM 0 0.02 0.00 0.15 0.00 1.19 98.65 18:03:18 05:55:01 PM 1 0.13 0.00 0.10 0.00 0.93 98.84 18:03:18 05:55:01 PM 2 0.13 0.00 0.20 0.00 1.66 98.01 18:03:18 05:55:01 PM 3 0.05 0.00 0.08 0.00 1.27 98.60 18:03:18 05:56:01 PM all 0.12 0.00 0.03 0.00 0.58 99.27 18:03:18 05:56:01 PM 0 0.03 0.00 0.02 0.00 0.60 99.35 18:03:18 05:56:01 PM 1 0.35 0.00 0.03 0.00 0.40 99.22 18:03:18 05:56:01 PM 2 0.05 0.00 0.03 0.00 0.48 99.44 18:03:18 05:56:01 PM 3 0.03 0.00 0.02 0.00 0.84 99.11 18:03:18 05:57:01 PM all 0.60 0.00 0.65 0.01 4.78 93.96 18:03:18 05:57:01 PM 0 0.64 0.00 0.72 0.02 4.84 93.78 18:03:18 05:57:01 PM 1 0.55 0.00 0.52 0.02 4.68 94.23 18:03:18 05:57:01 PM 2 0.64 0.00 0.95 0.00 4.71 93.70 18:03:18 05:57:01 PM 3 0.55 0.00 0.42 0.00 4.91 94.11 18:03:18 05:58:01 PM all 7.35 0.00 5.91 1.81 19.70 65.23 18:03:18 05:58:01 PM 0 8.70 0.00 6.35 2.52 20.91 61.53 18:03:18 05:58:01 PM 1 6.00 0.00 5.37 1.07 19.30 68.26 18:03:18 05:58:01 PM 2 7.82 0.00 5.86 1.79 19.81 64.71 18:03:18 05:58:01 PM 3 6.95 0.00 6.08 1.90 18.78 66.30 18:03:18 05:59:01 PM all 6.20 0.00 6.10 1.89 22.22 63.58 18:03:18 05:59:01 PM 0 5.67 0.00 7.33 2.09 23.52 61.41 18:03:18 05:59:01 PM 1 9.39 0.00 5.72 1.12 22.12 61.64 18:03:18 05:59:01 PM 2 4.86 0.00 6.24 1.70 21.72 65.47 18:03:18 05:59:01 PM 3 4.86 0.00 5.12 2.62 21.52 65.88 18:03:18 06:00:01 PM all 10.40 0.00 1.89 2.58 8.85 76.29 18:03:18 06:00:01 PM 0 27.19 0.00 3.04 1.14 10.19 58.44 18:03:18 06:00:01 PM 1 4.00 0.00 0.95 0.21 9.55 85.30 18:03:18 06:00:01 PM 2 9.68 0.00 2.60 8.47 7.86 71.39 18:03:18 06:00:01 PM 3 1.95 0.00 1.07 0.65 7.85 88.47 18:03:18 06:01:01 PM all 12.64 0.00 1.94 0.74 9.89 74.78 18:03:18 06:01:01 PM 0 14.57 0.00 1.92 0.18 9.23 74.09 18:03:18 06:01:01 PM 1 15.57 0.00 2.13 0.18 10.14 71.98 18:03:18 06:01:01 PM 2 13.10 0.00 1.62 1.34 11.86 72.08 18:03:18 06:01:01 PM 3 7.32 0.00 2.13 1.26 8.34 80.95 18:03:18 06:02:02 PM all 10.15 0.00 2.69 1.00 17.59 68.56 18:03:18 06:02:02 PM 0 4.95 0.00 0.93 0.70 18.65 74.77 18:03:18 06:02:02 PM 1 10.10 0.00 2.81 1.40 16.53 69.16 18:03:18 06:02:02 PM 2 5.52 0.00 2.04 0.22 16.61 75.61 18:03:18 06:02:02 PM 3 21.19 0.00 5.32 1.81 18.55 53.13 18:03:18 06:03:01 PM all 13.63 0.00 2.41 0.61 10.69 72.66 18:03:18 06:03:01 PM 0 15.77 0.00 1.65 1.15 10.94 70.49 18:03:18 06:03:01 PM 1 4.47 0.00 1.25 0.74 12.20 81.33 18:03:18 06:03:01 PM 2 24.52 0.00 5.14 0.14 10.07 60.13 18:03:18 06:03:01 PM 3 10.98 0.00 1.82 0.36 9.42 77.41 18:03:18 Average: all 6.53 0.00 2.46 0.97 10.48 79.55 18:03:18 Average: 0 7.94 0.00 2.50 1.00 11.02 77.54 18:03:18 Average: 1 5.44 0.00 2.17 0.51 10.50 81.38 18:03:18 Average: 2 6.94 0.00 2.75 1.44 10.39 78.48 18:03:18 Average: 3 5.82 0.00 2.42 0.95 10.01 80.81 18:03:18 18:03:18 18:03:18