Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c12cdf02cb8f3331559680e92071a911139f922 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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-8907 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 1c12cdf02cb8f3331559680e92071a911139f922 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c12cdf02cb8f3331559680e92071a911139f922 # timeout=10 Commit message: "Merge pull request #120 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.26" > git rev-list --no-walk 272b28839186b5489a4375eb6d097c362bc947eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:45:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:45:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:45:04 ========================================================= 15:45:04 EdgeX Global Pipelines Version Info 15:45:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:45:07 ------------------- 15:45:07 stable info: 15:45:07 ------------------- 15:45:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:45:07 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 15:45:07 Message: update stable to v1.0.148 15:45:08 ------------------- 15:45:08 experimental info: 15:45:08 ------------------- 15:45:08 Commited By: **** collab-it+edgex@linuxfoundation.org 15:45:08 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 15:45:08 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:45:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:45:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:45:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:45:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:45:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:45:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:45:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:45:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c12cdf02cb8f3331559680e92071a911139f922 [Pipeline] echo 15:45:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c12cdf [Pipeline] echo 15:45:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:12 + git log --format=format:%s -1 1c12cdf02cb8f3331559680e92071a911139f922 [Pipeline] echo 15:45:12 GIT_COMMIT: 1c12cdf02cb8f3331559680e92071a911139f922, Commit Message: Merge pull request #120 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.26 [Pipeline] echo 15:45:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:45:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:14 15:45:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:45:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:14 latest: Pulling from edgex-devops/git-semver 15:45:14 31603596830f: Pulling fs layer 15:45:14 2a8b12db71e7: Pulling fs layer 15:45:14 6ca5941a6612: Pulling fs layer 15:45:14 ecc8261a40a4: Pulling fs layer 15:45:14 ecc8261a40a4: Waiting 15:45:14 2a8b12db71e7: Verifying Checksum 15:45:14 2a8b12db71e7: Download complete 15:45:14 31603596830f: Verifying Checksum 15:45:14 31603596830f: Download complete 15:45:15 6ca5941a6612: Verifying Checksum 15:45:15 6ca5941a6612: Download complete 15:45:15 ecc8261a40a4: Verifying Checksum 15:45:15 ecc8261a40a4: Download complete 15:45:15 31603596830f: Pull complete 15:45:16 2a8b12db71e7: Pull complete 15:45:17 6ca5941a6612: Pull complete 15:45:17 ecc8261a40a4: Pull complete 15:45:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:45:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:45:18 prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container 15:45:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 15:45:20 $ docker top 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:45:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:45:20 [ssh-agent] Looking for ssh-agent implementation... 15:45:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:45:21 $ docker exec 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 ssh-agent 15:45:21 SSH_AUTH_SOCK=/tmp/ssh-IJNXbufOWXcq/agent.11 15:45:21 SSH_AGENT_PID=17 15:45:21 Running ssh-add (command line suppressed) 15:45:21 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_469095565616570706.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_469095565616570706.key) 15:45:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:22 + git tag --points-at HEAD [Pipeline] } 15:45:22 $ docker exec --env ******** --env ******** 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 ssh-agent -k 15:45:22 unset SSH_AUTH_SOCK; 15:45:22 unset SSH_AGENT_PID; 15:45:22 echo Agent pid 17 killed; 15:45:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:45:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:45:22 [ssh-agent] Looking for ssh-agent implementation... 15:45:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:45:23 $ docker exec 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 ssh-agent 15:45:23 SSH_AUTH_SOCK=/tmp/ssh-9kcd9WOhEDZK/agent.47 15:45:23 SSH_AGENT_PID=52 15:45:23 Running ssh-add (command line suppressed) 15:45:23 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2478312281839608075.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2478312281839608075.key) 15:45:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:24 + git semver init 15:45:24 # -> Open(): unable to determine branch for HEAD 15:45:24 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:45:24 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:45:24 # $SEMVER_REMOTE_NAME = origin 15:45:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:45:24 # $SEMVER_USER_NAME = edgex-jenkins 15:45:24 # $SEMVER_BRANCH = master 15:45:24 # $SEMVER_TEMP = /tmp/semver-971232924 15:45:24 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:45:24 # '/tmp/semver-971232924' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 15:45:24 # -> Force: false 15:45:24 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:45:24 $ docker exec --env ******** --env ******** 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 ssh-agent -k 15:45:25 unset SSH_AUTH_SOCK; 15:45:25 unset SSH_AGENT_PID; 15:45:25 echo Agent pid 52 killed; 15:45:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:45:25 + git semver [Pipeline] } 15:45:25 $ docker stop --time=1 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 15:45:27 $ docker rm -f 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 [Pipeline] // withDockerContainer [Pipeline] sh 15:45:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:45:28 Stashed 1 file(s) [Pipeline] echo 15:45:28 [edgeXSemver]: initialized semver on version 0.0.56 [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 15:45:43 Still waiting to schedule task 15:45:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:45:43 Still waiting to schedule task 15:45:43 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:48:46 Running on prd-centos7-docker-4c-2g-8908 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:48:46 Running in /w/workspace/go-mod-bootstrap/59 [Pipeline] { [Pipeline] checkout 15:48:48 using credential edgex-jenkins-ssh 15:48:48 Cloning the remote Git repository 15:48:48 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:48:48 > git init /w/workspace/go-mod-bootstrap/59 # timeout=10 15:48:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:48:48 > git --version # timeout=10 15:48:48 > git --version # 'git version 2.16.5' 15:48:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:48:50 Checking out Revision 1c12cdf02cb8f3331559680e92071a911139f922 (master) 15:48:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:48:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:48:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:48:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:48:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:48:50 > git config core.sparsecheckout # timeout=10 15:48:50 > git checkout -f 1c12cdf02cb8f3331559680e92071a911139f922 # timeout=10 15:48:54 Commit message: "Merge pull request #120 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:48:55 ========================================================= 15:48:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:48:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:48:56 + 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 . 15:48:56 Sending build context to Docker daemon 541.2kB 15:48:56 Step 1/8 : ARG BASE=golang:1.15-alpine 15:48:56 Step 2/8 : FROM ${BASE} 15:48:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:48:56 df20fa9351a1: Pulling fs layer 15:48:56 ed8968b2872e: Pulling fs layer 15:48:56 a92cc7c5fd73: Pulling fs layer 15:48:56 e871e8e8d7a9: Pulling fs layer 15:48:56 e73272ec9a57: Pulling fs layer 15:48:56 1e910a182e73: Pulling fs layer 15:48:56 4e634b169226: Pulling fs layer 15:48:56 e73272ec9a57: Waiting 15:48:56 1e910a182e73: Waiting 15:48:56 4e634b169226: Waiting 15:48:56 e871e8e8d7a9: Waiting 15:48:56 a92cc7c5fd73: Verifying Checksum 15:48:56 a92cc7c5fd73: Download complete 15:48:56 ed8968b2872e: Verifying Checksum 15:48:56 ed8968b2872e: Download complete 15:48:56 e73272ec9a57: Verifying Checksum 15:48:56 e73272ec9a57: Download complete 15:48:56 1e910a182e73: Verifying Checksum 15:48:56 1e910a182e73: Download complete 15:48:56 df20fa9351a1: Verifying Checksum 15:48:56 df20fa9351a1: Download complete 15:48:57 df20fa9351a1: Pull complete 15:48:57 ed8968b2872e: Pull complete 15:48:57 a92cc7c5fd73: Pull complete 15:48:59 4e634b169226: Verifying Checksum 15:48:59 4e634b169226: Download complete 15:49:00 e871e8e8d7a9: Verifying Checksum 15:49:00 e871e8e8d7a9: Download complete 15:49:05 e871e8e8d7a9: Pull complete 15:49:05 e73272ec9a57: Pull complete 15:49:05 1e910a182e73: Pull complete 15:49:10 4e634b169226: Pull complete 15:49:10 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:49:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:49:10 ---> f7629b54cfaa 15:49:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:49:10 ---> Running in 5b12fb097823 15:49:10 Removing intermediate container 5b12fb097823 15:49:10 ---> d47ce472cacc 15:49:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:10 ---> Running in 18f953849d21 15:49:12 Removing intermediate container 18f953849d21 15:49:12 ---> ebdd467a4961 15:49:12 Step 5/8 : RUN apk add --update --no-cache git make 15:49:12 ---> Running in e0addff32ac0 15:49:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:14 OK: 166 MiB in 39 packages 15:49:14 Removing intermediate container e0addff32ac0 15:49:14 ---> 50cf10076605 15:49:14 Step 6/8 : WORKDIR /build 15:49:14 ---> Running in 39c6877cd8d1 15:49:14 Removing intermediate container 39c6877cd8d1 15:49:14 ---> ab238d9189e7 15:49:14 Step 7/8 : COPY go.mod . 15:49:14 ---> 838918abe7e9 15:49:14 Step 8/8 : RUN go mod download 15:49:14 ---> Running in db5d8f6a6236 15:49:36 Removing intermediate container db5d8f6a6236 15:49:36 ---> 299a5c4919a7 15:49:36 Successfully built 299a5c4919a7 15:49:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:49:37 + docker inspect -f . ci-base-image-x86_64 15:49:37 . [Pipeline] withDockerContainer 15:49:37 prd-centos7-docker-4c-2g-8908 does not seem to be running inside a container 15:49:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/59 -v /w/workspace/go-mod-bootstrap/59:/w/workspace/go-mod-bootstrap/59:rw,z -v /w/workspace/go-mod-bootstrap/59@tmp:/w/workspace/go-mod-bootstrap/59@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-x86_64 cat 15:49:38 $ docker top a604da859bd4b0848ec70ed221a55efa1ecc23512f52a5a542c9f956185d3d49 -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:38 + go version 15:49:38 go version go1.15.2 linux/amd64 [Pipeline] } 15:49:38 $ docker stop --time=1 a604da859bd4b0848ec70ed221a55efa1ecc23512f52a5a542c9f956185d3d49 15:49:40 $ docker rm -f a604da859bd4b0848ec70ed221a55efa1ecc23512f52a5a542c9f956185d3d49 [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] } 15:49:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8909 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:49:42 Running in /w/workspace/go-mod-bootstrap/59 [Pipeline] { [Pipeline] checkout 15:49:47 using credential edgex-jenkins-ssh 15:49:47 Cloning the remote Git repository 15:49:48 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:49:48 > git init /w/workspace/go-mod-bootstrap/59 # timeout=10 15:49:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:49:48 > git --version # timeout=10 15:49:48 > git --version # 'git version 2.17.1' 15:49:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:49:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:49:49 Checking out Revision 1c12cdf02cb8f3331559680e92071a911139f922 (master) 15:49:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:49:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:49:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:49:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:49:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:49:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:49:49 > git config core.sparsecheckout # timeout=10 15:49:49 > git checkout -f 1c12cdf02cb8f3331559680e92071a911139f922 # timeout=10 15:49:54 Commit message: "Merge pull request #120 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:49:55 ========================================================= 15:49:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:49:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:49:56 + 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 . 15:49:57 Sending build context to Docker daemon 541.2kB 15:49:57 Step 1/8 : ARG BASE=golang:1.15-alpine 15:49:57 Step 2/8 : FROM ${BASE} 15:49:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:49:57 b538f80385f9: Pulling fs layer 15:49:57 74f711af9a0d: Pulling fs layer 15:49:57 99f96fe45779: Pulling fs layer 15:49:57 8529a6b9a6be: Pulling fs layer 15:49:57 45590311c82a: Pulling fs layer 15:49:57 69ca0ff8b7b3: Pulling fs layer 15:49:57 209524e5b208: Pulling fs layer 15:49:57 8529a6b9a6be: Waiting 15:49:57 45590311c82a: Waiting 15:49:57 69ca0ff8b7b3: Waiting 15:49:57 209524e5b208: Waiting 15:49:57 99f96fe45779: Verifying Checksum 15:49:57 99f96fe45779: Download complete 15:49:57 74f711af9a0d: Verifying Checksum 15:49:57 74f711af9a0d: Download complete 15:49:57 45590311c82a: Download complete 15:49:57 69ca0ff8b7b3: Verifying Checksum 15:49:57 69ca0ff8b7b3: Download complete 15:49:57 b538f80385f9: Download complete 15:49:58 b538f80385f9: Pull complete 15:49:58 74f711af9a0d: Pull complete 15:49:59 99f96fe45779: Pull complete 15:49:59 209524e5b208: Verifying Checksum 15:49:59 209524e5b208: Download complete 15:50:01 8529a6b9a6be: Download complete 15:50:11 8529a6b9a6be: Pull complete 15:50:11 45590311c82a: Pull complete 15:50:11 69ca0ff8b7b3: Pull complete 15:50:14 209524e5b208: Pull complete 15:50:14 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:50:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:50:14 ---> 5bddaf1c2fca 15:50:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:50:18 ---> Running in 4c7706cc3b40 15:50:18 Removing intermediate container 4c7706cc3b40 15:50:18 ---> 12dfc813687d 15:50:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:18 ---> Running in 0d7c3651a6e5 15:50:20 Removing intermediate container 0d7c3651a6e5 15:50:20 ---> f8f339a21444 15:50:20 Step 5/8 : RUN apk add --update --no-cache git make 15:50:20 ---> Running in 2aa04da8e0f8 15:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:23 OK: 142 MiB in 39 packages 15:50:24 Removing intermediate container 2aa04da8e0f8 15:50:24 ---> 446ca27907e6 15:50:24 Step 6/8 : WORKDIR /build 15:50:24 ---> Running in b1e10f3ce896 15:50:25 Removing intermediate container b1e10f3ce896 15:50:25 ---> eeab28f51b98 15:50:25 Step 7/8 : COPY go.mod . 15:50:26 ---> 14ec70d4a192 15:50:26 Step 8/8 : RUN go mod download 15:50:26 ---> Running in e76685f01801 15:50:48 Removing intermediate container e76685f01801 15:50:48 ---> 040964950da9 15:50:48 Successfully built 040964950da9 15:50:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:50:48 + docker inspect -f . ci-base-image-arm64 15:50:48 . [Pipeline] withDockerContainer 15:50:49 prd-ubuntu18.04-docker-arm64-4c-16g-8909 does not seem to be running inside a container 15:50:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/59 -v /w/workspace/go-mod-bootstrap/59:/w/workspace/go-mod-bootstrap/59:rw,z -v /w/workspace/go-mod-bootstrap/59@tmp:/w/workspace/go-mod-bootstrap/59@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 15:50:50 $ docker top 1ba5da3c4618fd56a46cfa43e843d1a32729ee864e2e5d63303903e81c92322a -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:52 + go version 15:50:52 go version go1.15.2 linux/arm64 [Pipeline] } 15:50:52 $ docker stop --time=1 1ba5da3c4618fd56a46cfa43e843d1a32729ee864e2e5d63303903e81c92322a 15:50:54 $ docker rm -f 1ba5da3c4618fd56a46cfa43e843d1a32729ee864e2e5d63303903e81c92322a [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 15:50:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:50:57 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:50:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:50:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:50:57 15:50:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:50:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:50:58 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:50:58 cbdbe7a5bc2a: Pulling fs layer 15:50:58 408f87550127: Pulling fs layer 15:50:58 fe522b08c979: Pulling fs layer 15:50:58 221eaa008020: Pulling fs layer 15:50:58 2a4607e5d6b9: Pulling fs layer 15:50:58 8f79b27c4fd2: Pulling fs layer 15:50:58 e5c8dbe1645b: Pulling fs layer 15:50:58 23e8b3b47431: Pulling fs layer 15:50:58 5c568d65a230: Pulling fs layer 15:50:58 8f79b27c4fd2: Waiting 15:50:58 e5c8dbe1645b: Waiting 15:50:58 23e8b3b47431: Waiting 15:50:58 5c568d65a230: Waiting 15:50:58 221eaa008020: Waiting 15:50:58 2a4607e5d6b9: Waiting 15:50:58 fe522b08c979: Verifying Checksum 15:50:58 fe522b08c979: Download complete 15:50:58 408f87550127: Download complete 15:50:58 2a4607e5d6b9: Verifying Checksum 15:50:58 2a4607e5d6b9: Download complete 15:50:58 8f79b27c4fd2: Verifying Checksum 15:50:58 8f79b27c4fd2: Download complete 15:50:58 cbdbe7a5bc2a: Download complete 15:50:59 cbdbe7a5bc2a: Pull complete 15:50:59 408f87550127: Pull complete 15:51:00 fe522b08c979: Pull complete 15:51:01 e5c8dbe1645b: Download complete 15:51:04 23e8b3b47431: Verifying Checksum 15:51:04 23e8b3b47431: Download complete 15:51:06 5c568d65a230: Verifying Checksum 15:51:06 5c568d65a230: Download complete 15:51:08 221eaa008020: Download complete 15:51:19 221eaa008020: Pull complete 15:51:19 2a4607e5d6b9: Pull complete 15:51:19 8f79b27c4fd2: Pull complete 15:51:21 e5c8dbe1645b: Pull complete 15:51:25 23e8b3b47431: Pull complete 15:51:27 5c568d65a230: Pull complete 15:51:27 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:51:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:51:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:51:27 prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container 15:51:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 15:51:28 $ docker top 2aaf04c07f738ee32e56023a420cac4ef73f33a93d4fa640f0aadec0ed6a1e70 -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:29 + snyk monitor '--org=edgex-jenkins' 15:51:37 15:51:37 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 15:51:37 15:51:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/acb8e1da-d17f-45a4-91c0-f7114ed0f638 15:51:37 15:51:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:51:37 15:51:38 15:51:38 Snyk CLI supports Node.js 8 and higher. 15:51:38 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:51:38 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:51:38 15:51:38 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:51:38 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 15:51:38 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:51:38 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:51:38 $ docker stop --time=1 2aaf04c07f738ee32e56023a420cac4ef73f33a93d4fa640f0aadec0ed6a1e70 15:51:40 $ docker rm -f 2aaf04c07f738ee32e56023a420cac4ef73f33a93d4fa640f0aadec0ed6a1e70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:51:42 + git log --format=format:%s -1 1c12cdf02cb8f3331559680e92071a911139f922 [Pipeline] isUnix [Pipeline] sh 15:51:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:51:43 . [Pipeline] withDockerContainer 15:51:43 prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container 15:51:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 15:51:44 $ docker top 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:51:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:51:45 [ssh-agent] Looking for ssh-agent implementation... 15:51:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:51:45 $ docker exec 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 ssh-agent 15:51:46 SSH_AUTH_SOCK=/tmp/ssh-oravlzgnKFAo/agent.13 15:51:46 SSH_AGENT_PID=18 15:51:46 Running ssh-add (command line suppressed) 15:51:46 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6162759029510097169.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6162759029510097169.key) 15:51:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:51:46 + git semver tag 15:51:46 # -> Open(): unable to determine branch for HEAD 15:51:46 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:51:46 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:51:46 # $SEMVER_REMOTE_NAME = origin 15:51:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:51:46 # $SEMVER_USER_NAME = edgex-jenkins 15:51:46 # $SEMVER_BRANCH = master 15:51:46 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:51:46 # 1c12cdf02cb8f3331559680e92071a911139f922 HEAD 15:51:46 # -> Force: false 15:51:46 # 3194c049064a994d42d1822dccf923b783843a64 refs/tags/v0.0.56 [Pipeline] } 15:51:46 $ docker exec --env ******** --env ******** 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 ssh-agent -k 15:51:47 unset SSH_AUTH_SOCK; 15:51:47 unset SSH_AGENT_PID; 15:51:47 echo Agent pid 18 killed; 15:51:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:51:47 + git semver [Pipeline] } 15:51:47 $ docker stop --time=1 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 15:51:49 $ docker rm -f 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:51:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:51:50 15:51:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:51:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:51:50 0.23.1-centos7: Pulling from edgex-lftools 15:51:50 ab5ef0e58194: Pulling fs layer 15:51:50 9712f1f96733: Pulling fs layer 15:51:50 63f879dbbcfc: Pulling fs layer 15:51:50 0d9ebad4ef96: Pulling fs layer 15:51:50 e9a5061849ea: Pulling fs layer 15:51:50 d747dcd14b5f: Pulling fs layer 15:51:50 2de7ff778b66: Pulling fs layer 15:51:50 e9a5061849ea: Waiting 15:51:50 0d9ebad4ef96: Waiting 15:51:50 d747dcd14b5f: Waiting 15:51:50 2de7ff778b66: Waiting 15:51:50 9712f1f96733: Verifying Checksum 15:51:50 9712f1f96733: Download complete 15:51:55 63f879dbbcfc: Verifying Checksum 15:51:55 63f879dbbcfc: Download complete 15:51:55 e9a5061849ea: Verifying Checksum 15:51:55 e9a5061849ea: Download complete 15:51:55 d747dcd14b5f: Verifying Checksum 15:51:55 d747dcd14b5f: Download complete 15:51:56 2de7ff778b66: Verifying Checksum 15:51:56 2de7ff778b66: Download complete 15:51:56 0d9ebad4ef96: Verifying Checksum 15:51:56 0d9ebad4ef96: Download complete 15:51:57 ab5ef0e58194: Download complete 15:52:04 ab5ef0e58194: Pull complete 15:52:04 9712f1f96733: Pull complete 15:52:07 63f879dbbcfc: Pull complete 15:52:15 0d9ebad4ef96: Pull complete 15:52:16 e9a5061849ea: Pull complete 15:52:16 d747dcd14b5f: Pull complete 15:52:20 2de7ff778b66: Pull complete 15:52:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:52:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:52:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:52:21 prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container 15:52:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 15:52:25 $ docker top 28a787372983207a2a60dd241dabfe0f1d97834eea681440feaddacc2cd4497e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:52:25 provisioning config files... 15:52:25 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5019671494861950290tmp 15:52:25 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5787133250210294126tmp 15:52:25 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4158924815493327941tmp [Pipeline] { [Pipeline] echo 15:52:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:52:26 ---> sigul-configuration.sh 15:52:26 gpg: directory `/root/.gnupg' created 15:52:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:52:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:52:26 gpg: keyring `/root/.gnupg/secring.gpg' created 15:52:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:52:26 gpg: CAST5 encrypted data 15:52:26 gpg: encrypted with 1 passphrase 15:52:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:52:27 + mkdir /home/jenkins 15:52:27 + mkdir /home/jenkins/sigul [Pipeline] sh 15:52:27 + 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 15:52:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:52:27 ---> sigul-install.sh 15:52:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:52:36 + git tag --list 15:52:36 v0.0.1 15:52:36 v0.0.10 15:52:36 v0.0.11 15:52:36 v0.0.12 15:52:36 v0.0.13 15:52:36 v0.0.14 15:52:36 v0.0.15 15:52:36 v0.0.16 15:52:36 v0.0.17 15:52:36 v0.0.18 15:52:36 v0.0.19 15:52:36 v0.0.2 15:52:36 v0.0.20 15:52:36 v0.0.21 15:52:36 v0.0.22 15:52:36 v0.0.23 15:52:36 v0.0.24 15:52:36 v0.0.25 15:52:36 v0.0.26 15:52:36 v0.0.27 15:52:36 v0.0.28 15:52:36 v0.0.29 15:52:36 v0.0.3 15:52:36 v0.0.30 15:52:36 v0.0.31 15:52:36 v0.0.32 15:52:36 v0.0.33 15:52:36 v0.0.34 15:52:36 v0.0.35 15:52:36 v0.0.36 15:52:36 v0.0.37 15:52:36 v0.0.38 15:52:36 v0.0.39 15:52:36 v0.0.4 15:52:36 v0.0.40 15:52:36 v0.0.41 15:52:36 v0.0.42 15:52:36 v0.0.43 15:52:36 v0.0.44 15:52:36 v0.0.45 15:52:36 v0.0.46 15:52:36 v0.0.47 15:52:36 v0.0.48 15:52:36 v0.0.49 15:52:36 v0.0.5 15:52:36 v0.0.50 15:52:36 v0.0.51 15:52:36 v0.0.52 15:52:36 v0.0.53 15:52:36 v0.0.54 15:52:36 v0.0.55 15:52:36 v0.0.56 15:52:36 v0.0.6 15:52:36 v0.0.7 15:52:36 v0.0.8 15:52:36 v0.0.9 [Pipeline] sh 15:52:36 + lftools sign git-tag v0.0.56 15:52:38 Signing Git tag with Sigul... 15:52:38 Signing v0.0.56 [Pipeline] echo 15:52:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:52:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:52:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:52:40 $ docker stop --time=1 28a787372983207a2a60dd241dabfe0f1d97834eea681440feaddacc2cd4497e 15:52:42 $ docker rm -f 28a787372983207a2a60dd241dabfe0f1d97834eea681440feaddacc2cd4497e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:52:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:43 . [Pipeline] withDockerContainer 15:52:43 prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container 15:52:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 15:52:45 $ docker top c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:52:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:45 [ssh-agent] Looking for ssh-agent implementation... 15:52:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:45 $ docker exec c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b ssh-agent 15:52:45 SSH_AUTH_SOCK=/tmp/ssh-0Q32I6vr4ud7/agent.11 15:52:45 SSH_AGENT_PID=16 15:52:46 Running ssh-add (command line suppressed) 15:52:46 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4578977097092626397.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4578977097092626397.key) 15:52:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:46 + git semver bump patch 15:52:46 # -> Open(): unable to determine branch for HEAD 15:52:46 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:52:46 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:52:46 # $SEMVER_REMOTE_NAME = origin 15:52:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:52:46 # $SEMVER_USER_NAME = edgex-jenkins 15:52:46 # $SEMVER_BRANCH = master 15:52:46 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:52:46 0.0.57 [Pipeline] } 15:52:46 $ docker exec --env ******** --env ******** c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b ssh-agent -k 15:52:47 unset SSH_AUTH_SOCK; 15:52:47 unset SSH_AGENT_PID; 15:52:47 echo Agent pid 16 killed; 15:52:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:52:47 + git semver [Pipeline] } 15:52:47 $ docker stop --time=1 c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b 15:52:49 $ docker rm -f c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:52:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:49 . [Pipeline] withDockerContainer 15:52:50 prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container 15:52:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 15:52:51 $ docker top eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:52:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:51 [ssh-agent] Looking for ssh-agent implementation... 15:52:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:52 $ docker exec eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 ssh-agent 15:52:52 SSH_AUTH_SOCK=/tmp/ssh-w30HlSAnd4rz/agent.11 15:52:52 SSH_AGENT_PID=16 15:52:52 Running ssh-add (command line suppressed) 15:52:52 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8410114693205252338.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8410114693205252338.key) 15:52:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:53 + git semver push 15:52:53 # -> Open(): unable to determine branch for HEAD 15:52:53 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:52:53 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:52:53 # $SEMVER_REMOTE_NAME = origin 15:52:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:52:53 # $SEMVER_USER_NAME = edgex-jenkins 15:52:53 # $SEMVER_BRANCH = master 15:52:53 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:53:01 $ docker exec --env ******** --env ******** eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 ssh-agent -k 15:53:01 unset SSH_AUTH_SOCK; 15:53:01 unset SSH_AGENT_PID; 15:53:01 echo Agent pid 16 killed; 15:53:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:53:03 + git semver [Pipeline] } 15:53:03 $ docker stop --time=1 eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 15:53:05 $ docker rm -f eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 [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 15:53:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:53:09 ---> package-listing.sh 15:53:09 ++ facter osfamily 15:53:09 ++ tr '[:upper:]' '[:lower:]' 15:53:09 + OS_FAMILY=redhat 15:53:09 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 15:53:09 + START_PACKAGES=/tmp/packages_start.txt 15:53:09 + END_PACKAGES=/tmp/packages_end.txt 15:53:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:53:09 + PACKAGES=/tmp/packages_start.txt 15:53:09 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:53:09 + PACKAGES=/tmp/packages_end.txt 15:53:09 + case "${OS_FAMILY}" in 15:53:09 + sort 15:53:09 + rpm -qa 15:53:16 + '[' -f /tmp/packages_start.txt ']' 15:53:16 + '[' -f /tmp/packages_end.txt ']' 15:53:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:53:16 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:53:16 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 15:53:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 15:53:16 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:53:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:53:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:19 15:53:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:53:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:20 alpine: Pulling from edgex-lftools-log-publisher 15:53:20 df20fa9351a1: Pulling fs layer 15:53:20 36b3adc4ff6f: Pulling fs layer 15:53:20 8ad3a11d3b57: Pulling fs layer 15:53:20 46f8f816bc3b: Pulling fs layer 15:53:20 93b61091891f: Pulling fs layer 15:53:20 93b9cdb0e59b: Pulling fs layer 15:53:20 5e14af77c1be: Pulling fs layer 15:53:20 01666e4c0597: Pulling fs layer 15:53:20 aa168da1d23b: Pulling fs layer 15:53:20 46f8f816bc3b: Waiting 15:53:20 93b61091891f: Waiting 15:53:20 93b9cdb0e59b: Waiting 15:53:20 5e14af77c1be: Waiting 15:53:20 01666e4c0597: Waiting 15:53:20 aa168da1d23b: Waiting 15:53:20 36b3adc4ff6f: Verifying Checksum 15:53:20 36b3adc4ff6f: Download complete 15:53:20 46f8f816bc3b: Verifying Checksum 15:53:20 46f8f816bc3b: Download complete 15:53:21 df20fa9351a1: Verifying Checksum 15:53:21 df20fa9351a1: Download complete 15:53:21 93b9cdb0e59b: Verifying Checksum 15:53:21 93b9cdb0e59b: Download complete 15:53:21 93b61091891f: Verifying Checksum 15:53:21 93b61091891f: Download complete 15:53:21 01666e4c0597: Verifying Checksum 15:53:21 01666e4c0597: Download complete 15:53:22 5e14af77c1be: Verifying Checksum 15:53:22 5e14af77c1be: Download complete 15:53:22 8ad3a11d3b57: Verifying Checksum 15:53:22 8ad3a11d3b57: Download complete 15:53:23 df20fa9351a1: Pull complete 15:53:23 36b3adc4ff6f: Pull complete 15:53:28 8ad3a11d3b57: Pull complete 15:53:28 46f8f816bc3b: Pull complete 15:53:30 93b61091891f: Pull complete 15:53:31 93b9cdb0e59b: Pull complete 15:53:32 5e14af77c1be: Pull complete 15:53:33 01666e4c0597: Pull complete 15:53:33 aa168da1d23b: Verifying Checksum 15:53:33 aa168da1d23b: Download complete 15:54:01 aa168da1d23b: Pull complete 15:54:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:54:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:54:02 prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container 15:54:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-log-publisher:alpine cat 15:54:07 $ docker top f52711cdc2fa5f77e0b12640d34f8a36871f144875f31cd0a2315efbdbd1be94 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:09 + touch /tmp/pre-build-complete [Pipeline] sh 15:54:12 + mkdir -p /var/log/sa [Pipeline] sh 15:54:12 + ls /var/log/sa-host 15:54:12 + sadf -c /var/log/sa-host/sa05 15:54:12 file_magic: OK 15:54:12 HZ: Using current value: 100 15:54:12 file_header: OK 15:54:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:54:12 Statistics: 15:54:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:54:12 File successfully converted to sysstat format version 12.2.1 15:54:12 + sadf -c /var/log/sa-host/sa26 15:54:12 file_magic: OK 15:54:12 HZ: Using current value: 100 15:54:12 file_header: OK 15:54:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:54:12 Statistics: 15:54:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:54:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:54:13 provisioning config files... 15:54:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config416552162527164121tmp [Pipeline] { [Pipeline] echo 15:54:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:54:15 ---> create-netrc.sh [Pipeline] } 15:54:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:54:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:54:16 ---> python-tools-install.sh [Pipeline] echo 15:54:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:54:17 ---> sudo-logs.sh 15:54:17 Archiving 'sudo' log.. [Pipeline] echo 15:54:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:54:18 ---> job-cost.sh 15:54:18 lf-activate-venv: SKIPPING 15:54:18 INFO: No Stack... 15:54:19 INFO: Retrieving Pricing Info for: v1-standard-2 15:54:20 INFO: Archiving Costs [Pipeline] echo 15:54:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:54:22 ---> logs-deploy.sh 15:54:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/59 15:54:22 INFO: archiving workspace using pattern(s): 15:54:26 Archives upload complete. 15:54:26 INFO: archiving logs to Nexus 15:54:30 ---> uname -a: 15:54:30 Linux prd-centos7-docker-4c-2g-8907.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:54:30 15:54:30 15:54:30 ---> lscpu: 15:54:30 Architecture: x86_64 15:54:30 CPU op-mode(s): 32-bit, 64-bit 15:54:30 Byte Order: Little Endian 15:54:30 Address sizes: 40 bits physical, 48 bits virtual 15:54:30 CPU(s): 4 15:54:30 On-line CPU(s) list: 0-3 15:54:30 Thread(s) per core: 1 15:54:30 Core(s) per socket: 1 15:54:30 Socket(s): 4 15:54:30 NUMA node(s): 1 15:54:30 Vendor ID: GenuineIntel 15:54:30 CPU family: 6 15:54:30 Model: 44 15:54:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:54:30 Stepping: 1 15:54:30 CPU MHz: 2933.438 15:54:30 BogoMIPS: 5866.87 15:54:30 Virtualization: VT-x 15:54:30 Hypervisor vendor: KVM 15:54:30 Virtualization type: full 15:54:30 L1d cache: 128 KiB 15:54:30 L1i cache: 128 KiB 15:54:30 L2 cache: 16 MiB 15:54:30 L3 cache: 64 MiB 15:54:30 NUMA node0 CPU(s): 0-3 15:54:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:54:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:54:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:54:30 Vulnerability Meltdown: Mitigation; PTI 15:54:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:54:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:54:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:54:30 Vulnerability Tsx async abort: Not affected 15:54:30 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 15:54:30 15:54:30 15:54:30 ---> nproc: 15:54:30 4 15:54:30 15:54:30 15:54:30 ---> df -h: 15:54:30 Filesystem Size Used Available Use% Mounted on 15:54:30 overlay 50.0G 8.4G 41.5G 17% / 15:54:30 tmpfs 64.0M 0 64.0M 0% /dev 15:54:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:54:30 shm 64.0M 0 64.0M 0% /dev/shm 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 15:54:30 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 15:54:30 15:54:30 15:54:30 ---> free -m: 15:54:30 total used free shared buff/cache available 15:54:30 Mem: 1837 755 151 0 930 1017 15:54:30 Swap: 1023 3 1020 15:54:30 15:54:30 15:54:30 ---> ip addr: 15:54:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:54:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:54:30 inet 127.0.0.1/8 scope host lo 15:54:30 valid_lft forever preferred_lft forever 15:54:30 inet6 ::1/128 scope host 15:54:30 valid_lft forever preferred_lft forever 15:54:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:54:30 link/ether fa:16:3e:b8:d3:e7 brd ff:ff:ff:ff:ff:ff 15:54:30 inet 10.30.123.123/23 brd 10.30.123.255 scope global dynamic eth0 15:54:30 valid_lft 85789sec preferred_lft 85789sec 15:54:30 inet6 fe80::f816:3eff:feb8:d3e7/64 scope link 15:54:30 valid_lft forever preferred_lft forever 15:54:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:54:30 link/ether 02:42:db:9a:0a:84 brd ff:ff:ff:ff:ff:ff 15:54:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:54:30 valid_lft forever preferred_lft forever 15:54:30 inet6 fe80::42:dbff:fe9a:a84/64 scope link 15:54:30 valid_lft forever preferred_lft forever 15:54:30 15:54:30 15:54:30 ---> sar -b -r -n DEV: 15:54:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 15:54:30 15:54:30 15:44:00 LINUX RESTART (4 CPU) 15:54:30 15:54:30 15:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:54:30 15:46:01 31.70 11.92 19.78 0.00 4499.73 2044.73 0.00 15:54:30 15:47:01 0.75 0.00 0.75 0.00 0.00 11.25 0.00 15:54:30 15:48:01 0.72 0.00 0.72 0.00 0.00 8.09 0.00 15:54:30 15:49:02 0.55 0.00 0.55 0.00 0.00 6.49 0.00 15:54:30 15:50:01 0.71 0.00 0.71 0.00 0.00 9.32 0.00 15:54:30 15:51:01 2.83 0.07 2.76 0.00 40.86 134.04 0.00 15:54:30 15:52:01 242.46 138.56 103.91 0.00 7189.23 38403.31 0.00 15:54:30 15:53:01 196.51 69.73 126.78 0.00 4152.16 25292.57 0.00 15:54:30 15:54:02 127.80 41.41 86.39 0.00 4063.40 16374.53 0.00 15:54:30 Average: 67.35 29.17 38.19 0.00 2223.69 9174.15 0.00 15:54:30 15:54:30 15:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:54:30 15:46:01 175140 0 559616 29.74 2620 1144180 1082216 36.93 449700 1096136 8 15:54:30 15:47:01 182812 0 551936 29.33 2620 1144188 1022744 34.90 443424 1095828 8 15:54:30 15:48:01 183272 0 551472 29.31 2620 1144192 1022744 34.90 443676 1095828 8 15:54:30 15:49:02 180768 0 553976 29.44 2620 1144192 1022936 34.91 450204 1091492 8 15:54:30 15:50:01 180548 0 554188 29.45 2620 1144200 1022984 34.91 450452 1091492 16 15:54:30 15:51:01 78668 0 587380 31.22 2620 1212888 1221264 41.68 492724 1146376 66756 15:54:30 15:52:01 64764 0 679708 36.12 2596 1134488 1498008 51.12 643544 970976 101904 15:54:30 15:53:01 227416 0 711456 37.81 1868 940816 1219108 41.61 607336 757724 56 15:54:30 15:54:02 216436 0 740068 39.33 1500 923552 1239564 42.30 557408 793252 65320 15:54:30 Average: 165536 0 609978 32.42 2409 1103633 1150174 39.25 504274 1015456 26009 15:54:30 15:54:30 15:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:54:30 15:46:01 eth0 92.45 71.78 449.82 35.06 0.00 0.00 0.00 0.00 15:54:30 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:46:01 docker0 2.03 1.75 0.51 3.60 0.00 0.00 0.00 0.00 15:54:30 15:47:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:54:30 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:48:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:54:30 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:49:02 eth0 1.58 0.45 0.41 0.21 0.00 0.00 0.00 0.00 15:54:30 15:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:50:01 eth0 0.63 0.52 0.41 0.28 0.00 0.00 0.00 0.00 15:54:30 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:51:01 eth0 118.27 105.94 1076.96 8.90 0.00 0.00 0.00 0.00 15:54:30 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:52:01 eth0 627.97 528.60 5951.25 87.51 0.00 0.00 0.00 0.00 15:54:30 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:52:01 docker0 19.79 18.08 2.06 44.33 0.00 0.00 0.00 0.00 15:54:30 15:53:01 vethdb8fd8d 2.08 1.71 0.39 0.39 0.00 0.00 0.00 0.00 15:54:30 15:53:01 eth0 133.04 82.87 261.71 75.40 0.00 0.00 0.00 0.00 15:54:30 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:53:01 docker0 29.62 50.37 1.84 199.72 0.00 0.00 0.00 0.00 15:54:30 15:54:02 eth0 199.13 145.28 2156.21 19.84 0.00 0.00 0.00 0.00 15:54:30 15:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 15:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 Average: eth0 130.75 104.25 1103.33 25.31 0.00 0.00 0.00 0.00 15:54:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:30 Average: docker0 5.73 7.81 0.49 27.57 0.00 0.00 0.00 0.00 15:54:30 15:54:30 15:54:30 ---> sar -P ALL: 15:54:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 15:54:30 15:54:30 15:44:00 LINUX RESTART (4 CPU) 15:54:30 15:54:30 15:45:01 CPU %user %nice %system %iowait %steal %idle 15:54:30 15:46:01 all 2.34 0.00 1.79 0.62 4.64 90.60 15:54:30 15:46:01 0 2.82 0.00 1.87 0.55 4.57 90.19 15:54:30 15:46:01 1 1.94 0.00 1.71 0.37 4.72 91.26 15:54:30 15:46:01 2 1.99 0.00 1.87 0.32 4.63 91.19 15:54:30 15:46:01 3 2.60 0.00 1.72 1.27 4.65 89.76 15:54:30 15:47:01 all 0.13 0.00 0.08 0.00 0.37 99.42 15:54:30 15:47:01 0 0.40 0.00 0.10 0.00 0.43 99.07 15:54:30 15:47:01 1 0.03 0.00 0.07 0.00 0.22 99.68 15:54:30 15:47:01 2 0.02 0.00 0.07 0.00 0.25 99.67 15:54:30 15:47:01 3 0.07 0.00 0.10 0.00 0.58 99.25 15:54:30 15:48:01 all 0.13 0.00 0.03 0.00 0.23 99.61 15:54:30 15:48:01 0 0.42 0.00 0.03 0.00 0.25 99.30 15:54:30 15:48:01 1 0.03 0.00 0.02 0.00 0.17 99.78 15:54:30 15:48:01 2 0.02 0.00 0.02 0.00 0.15 99.82 15:54:30 15:48:01 3 0.05 0.00 0.05 0.02 0.35 99.53 15:54:30 15:49:02 all 0.12 0.00 0.06 0.00 0.23 99.58 15:54:30 15:49:02 0 0.35 0.00 0.05 0.00 0.25 99.35 15:54:30 15:49:02 1 0.03 0.00 0.12 0.00 0.28 99.57 15:54:30 15:49:02 2 0.07 0.00 0.03 0.00 0.25 99.65 15:54:30 15:49:02 3 0.05 0.00 0.03 0.00 0.15 99.77 15:54:30 15:50:01 all 0.12 0.00 0.07 0.00 0.25 99.56 15:54:30 15:50:01 0 0.32 0.00 0.05 0.00 0.24 99.39 15:54:30 15:50:01 1 0.07 0.00 0.14 0.00 0.34 99.46 15:54:30 15:50:01 2 0.07 0.00 0.05 0.00 0.34 99.54 15:54:30 15:50:01 3 0.02 0.00 0.05 0.00 0.08 99.85 15:54:30 15:51:01 all 0.44 0.00 0.34 0.05 1.34 97.83 15:54:30 15:51:01 0 0.55 0.00 0.27 0.00 1.45 97.73 15:54:30 15:51:01 1 0.37 0.00 0.17 0.02 1.28 98.17 15:54:30 15:51:01 2 0.38 0.00 0.35 0.00 1.20 98.07 15:54:30 15:51:01 3 0.45 0.00 0.58 0.17 1.44 97.36 15:54:30 15:52:01 all 6.46 0.00 5.04 1.43 17.04 70.03 15:54:30 15:52:01 0 6.12 0.00 4.22 1.10 17.84 70.71 15:54:30 15:52:01 1 6.90 0.00 5.59 1.93 17.42 68.16 15:54:30 15:52:01 2 5.97 0.00 4.61 1.20 15.86 72.37 15:54:30 15:52:01 3 6.86 0.00 5.74 1.50 17.06 68.84 15:54:30 15:53:01 all 7.69 0.00 6.33 1.86 8.63 75.48 15:54:30 15:53:01 0 7.83 0.00 5.27 1.54 9.12 76.25 15:54:30 15:53:01 1 7.29 0.00 6.87 2.77 8.70 74.38 15:54:30 15:53:01 2 9.55 0.00 6.05 1.25 8.47 74.68 15:54:30 15:53:01 3 6.11 0.00 7.15 1.92 8.23 76.60 15:54:30 15:54:02 all 5.41 0.00 5.56 1.32 32.46 55.25 15:54:30 15:54:02 0 4.54 0.00 4.38 1.02 34.36 55.69 15:54:30 15:54:02 1 6.13 0.00 6.43 2.99 31.74 52.71 15:54:30 15:54:02 2 6.01 0.00 5.63 0.73 31.45 56.19 15:54:30 15:54:02 3 5.00 0.00 5.86 0.54 32.20 56.40 15:54:30 Average: all 2.56 0.00 2.18 0.59 7.58 87.08 15:54:30 Average: 0 2.62 0.00 1.85 0.48 8.08 86.98 15:54:30 Average: 1 2.56 0.00 2.38 0.92 7.51 86.63 15:54:30 Average: 2 2.70 0.00 2.11 0.39 7.23 87.58 15:54:30 Average: 3 2.37 0.00 2.39 0.59 7.49 87.16 15:54:30 15:54:30 15:54:30