Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 26d977795e053a112832bb043364dc6f4b0a86ea 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-6821 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 26d977795e053a112832bb043364dc6f4b0a86ea (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 26d977795e053a112832bb043364dc6f4b0a86ea # timeout=10 Commit message: "Merge pull request #114 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.24" > git rev-list --no-walk 5b809937728fe6379baf9f00399e19471274c7bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:04:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:04:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:04:37 ========================================================= 02:04:37 EdgeX Global Pipelines Version Info 02:04:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:04:39 ------------------- 02:04:39 stable info: 02:04:39 ------------------- 02:04:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:04:39 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 02:04:39 Message: update stable to v1.0.144 02:04:40 ------------------- 02:04:40 experimental info: 02:04:40 ------------------- 02:04:40 Commited By: **** collab-it+edgex@linuxfoundation.org 02:04:40 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 02:04:40 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:04:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 02:04:40 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 02:04:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:04:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:04:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:04:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:04:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:04:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:04:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26d977795e053a112832bb043364dc6f4b0a86ea [Pipeline] echo 02:04:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26d9777 [Pipeline] echo 02:04:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:04:44 + git log --format=format:%s -1 26d977795e053a112832bb043364dc6f4b0a86ea [Pipeline] echo 02:04:44 GIT_COMMIT: 26d977795e053a112832bb043364dc6f4b0a86ea, Commit Message: Merge pull request #114 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.24 [Pipeline] echo 02:04:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:04:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:04:45 02:04:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:04:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:04:46 latest: Pulling from edgex-devops/git-semver 02:04:46 31603596830f: Pulling fs layer 02:04:46 2a8b12db71e7: Pulling fs layer 02:04:46 6ca5941a6612: Pulling fs layer 02:04:46 ecc8261a40a4: Pulling fs layer 02:04:46 ecc8261a40a4: Waiting 02:04:46 2a8b12db71e7: Verifying Checksum 02:04:46 2a8b12db71e7: Download complete 02:04:46 31603596830f: Verifying Checksum 02:04:46 31603596830f: Download complete 02:04:46 ecc8261a40a4: Verifying Checksum 02:04:46 ecc8261a40a4: Download complete 02:04:46 6ca5941a6612: Verifying Checksum 02:04:46 6ca5941a6612: Download complete 02:04:46 31603596830f: Pull complete 02:04:46 2a8b12db71e7: Pull complete 02:04:47 6ca5941a6612: Pull complete 02:04:47 ecc8261a40a4: Pull complete 02:04:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:04:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:04:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:04:47 prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container 02:04:47 $ 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 02:04:50 $ docker top a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:04:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:50 [ssh-agent] Looking for ssh-agent implementation... 02:04:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:51 $ docker exec a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b ssh-agent 02:04:51 SSH_AUTH_SOCK=/tmp/ssh-WWgr069kzqgC/agent.12 02:04:51 SSH_AGENT_PID=17 02:04:51 Running ssh-add (command line suppressed) 02:04:51 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_44916760103257382.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_44916760103257382.key) 02:04:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:51 + git tag --points-at HEAD [Pipeline] } 02:04:51 $ docker exec --env ******** --env ******** a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b ssh-agent -k 02:04:51 unset SSH_AUTH_SOCK; 02:04:51 unset SSH_AGENT_PID; 02:04:51 echo Agent pid 17 killed; 02:04:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:04:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:52 [ssh-agent] Looking for ssh-agent implementation... 02:04:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:52 $ docker exec a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b ssh-agent 02:04:52 SSH_AUTH_SOCK=/tmp/ssh-RuDyA8kZpO0b/agent.45 02:04:52 SSH_AGENT_PID=50 02:04:52 Running ssh-add (command line suppressed) 02:04:52 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_581128517673882112.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_581128517673882112.key) 02:04:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:52 + git semver init 02:04:52 # -> Open(): unable to determine branch for HEAD 02:04:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 02:04:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 02:04:52 # $SEMVER_REMOTE_NAME = origin 02:04:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:04:52 # $SEMVER_USER_NAME = edgex-jenkins 02:04:52 # $SEMVER_BRANCH = master 02:04:52 # $SEMVER_TEMP = /tmp/semver-935736573 02:04:52 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 02:04:53 # '/tmp/semver-935736573' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 02:04:53 # -> Force: false 02:04:53 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 02:04:53 $ docker exec --env ******** --env ******** a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b ssh-agent -k 02:04:53 unset SSH_AUTH_SOCK; 02:04:53 unset SSH_AGENT_PID; 02:04:53 echo Agent pid 50 killed; 02:04:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:04:54 + git semver [Pipeline] } 02:04:54 $ docker stop --time=1 a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b 02:04:55 $ docker rm -f a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b [Pipeline] // withDockerContainer [Pipeline] sh 02:04:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:04:56 Stashed 1 file(s) [Pipeline] echo 02:04:56 [edgeXSemver]: initialized semver on version 0.0.51 [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 02:05:12 Still waiting to schedule task 02:05:12 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6822’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’ 02:05:12 Still waiting to schedule task 02:05:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:06:45 Running on prd-centos7-docker-4c-2g-6826 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 02:06:45 Running in /w/workspace/go-mod-bootstrap/54 [Pipeline] { [Pipeline] checkout 02:06:48 using credential edgex-jenkins-ssh 02:06:48 Cloning the remote Git repository 02:06:48 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 02:06:48 > git init /w/workspace/go-mod-bootstrap/54 # timeout=10 02:06:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:06:48 > git --version # timeout=10 02:06:48 > git --version # 'git version 2.16.5' 02:06:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:06:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:06:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:06:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:06:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:06:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:06:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:06:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:06:49 Checking out Revision 26d977795e053a112832bb043364dc6f4b0a86ea (master) 02:06:49 > git config core.sparsecheckout # timeout=10 02:06:49 > git checkout -f 26d977795e053a112832bb043364dc6f4b0a86ea # timeout=10 02:06:53 Commit message: "Merge pull request #114 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.24" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:06:53 ========================================================= 02:06:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:06:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:06:54 + 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 . 02:06:54 Sending build context to Docker daemon 536.6kB 02:06:54 Step 1/8 : ARG BASE=golang:1.15-alpine 02:06:54 Step 2/8 : FROM ${BASE} 02:06:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:06:54 df20fa9351a1: Pulling fs layer 02:06:54 ed8968b2872e: Pulling fs layer 02:06:54 a92cc7c5fd73: Pulling fs layer 02:06:54 e871e8e8d7a9: Pulling fs layer 02:06:54 e73272ec9a57: Pulling fs layer 02:06:54 1e910a182e73: Pulling fs layer 02:06:54 4e634b169226: Pulling fs layer 02:06:54 e73272ec9a57: Waiting 02:06:54 1e910a182e73: Waiting 02:06:54 4e634b169226: Waiting 02:06:54 e871e8e8d7a9: Waiting 02:06:54 a92cc7c5fd73: Verifying Checksum 02:06:54 a92cc7c5fd73: Download complete 02:06:54 ed8968b2872e: Verifying Checksum 02:06:54 ed8968b2872e: Download complete 02:06:54 e73272ec9a57: Download complete 02:06:54 1e910a182e73: Verifying Checksum 02:06:54 1e910a182e73: Download complete 02:06:54 df20fa9351a1: Verifying Checksum 02:06:54 df20fa9351a1: Download complete 02:06:55 df20fa9351a1: Pull complete 02:06:55 ed8968b2872e: Pull complete 02:06:55 a92cc7c5fd73: Pull complete 02:06:56 4e634b169226: Verifying Checksum 02:06:56 4e634b169226: Download complete 02:06:57 e871e8e8d7a9: Verifying Checksum 02:06:57 e871e8e8d7a9: Download complete 02:07:02 e871e8e8d7a9: Pull complete 02:07:02 e73272ec9a57: Pull complete 02:07:02 1e910a182e73: Pull complete 02:07:06 4e634b169226: Pull complete 02:07:06 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:07:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:07:07 ---> f7629b54cfaa 02:07:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:07:07 ---> Running in 05fef1cb4f25 02:07:07 Removing intermediate container 05fef1cb4f25 02:07:07 ---> a961aa6eca22 02:07:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:07:07 ---> Running in f47f1152e5a0 02:07:08 Removing intermediate container f47f1152e5a0 02:07:08 ---> 774bbc141684 02:07:08 Step 5/8 : RUN apk add --update --no-cache git make 02:07:08 ---> Running in a13700927bb5 02:07:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:07:10 OK: 166 MiB in 39 packages 02:07:10 Removing intermediate container a13700927bb5 02:07:10 ---> 05bd7bf02ddf 02:07:10 Step 6/8 : WORKDIR /build 02:07:11 ---> Running in ca6c8dd21227 02:07:11 Removing intermediate container ca6c8dd21227 02:07:11 ---> 8d2bd15b9c56 02:07:11 Step 7/8 : COPY go.mod . 02:07:11 ---> 63ea9d45e781 02:07:11 Step 8/8 : RUN go mod download 02:07:11 ---> Running in f4114c19bc0c 02:07:29 Removing intermediate container f4114c19bc0c 02:07:29 ---> da54aeaf23d5 02:07:29 Successfully built da54aeaf23d5 02:07:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:07:29 + docker inspect -f . ci-base-image-x86_64 02:07:29 . [Pipeline] withDockerContainer 02:07:30 prd-centos7-docker-4c-2g-6826 does not seem to be running inside a container 02:07:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/54 -v /w/workspace/go-mod-bootstrap/54:/w/workspace/go-mod-bootstrap/54:rw,z -v /w/workspace/go-mod-bootstrap/54@tmp:/w/workspace/go-mod-bootstrap/54@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 02:07:30 $ docker top 98108f8e260c0f5c37d7c5da290a67d3ac47a3b777ac129fe70bad7da1893623 -eo pid,comm [Pipeline] { [Pipeline] sh 02:07:31 + go version 02:07:31 go version go1.15.2 linux/amd64 [Pipeline] } 02:07:31 $ docker stop --time=1 98108f8e260c0f5c37d7c5da290a67d3ac47a3b777ac129fe70bad7da1893623 02:07:32 $ docker rm -f 98108f8e260c0f5c37d7c5da290a67d3ac47a3b777ac129fe70bad7da1893623 [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] } 02:08:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6828 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 02:08:19 Running in /w/workspace/go-mod-bootstrap/54 [Pipeline] { [Pipeline] checkout 02:08:26 using credential edgex-jenkins-ssh 02:08:27 Cloning the remote Git repository 02:08:27 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 02:08:27 > git init /w/workspace/go-mod-bootstrap/54 # timeout=10 02:08:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:08:27 > git --version # timeout=10 02:08:27 > git --version # 'git version 2.17.1' 02:08:27 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:08:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:08:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:08:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:08:29 Checking out Revision 26d977795e053a112832bb043364dc6f4b0a86ea (master) 02:08:29 > git config core.sparsecheckout # timeout=10 02:08:29 > git checkout -f 26d977795e053a112832bb043364dc6f4b0a86ea # timeout=10 02:08:34 Commit message: "Merge pull request #114 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.24" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:08:35 ========================================================= 02:08:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:08:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:08:36 + 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 . 02:08:37 Sending build context to Docker daemon 536.6kB 02:08:37 Step 1/8 : ARG BASE=golang:1.15-alpine 02:08:37 Step 2/8 : FROM ${BASE} 02:08:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:08:37 b538f80385f9: Pulling fs layer 02:08:37 74f711af9a0d: Pulling fs layer 02:08:37 99f96fe45779: Pulling fs layer 02:08:37 8529a6b9a6be: Pulling fs layer 02:08:37 45590311c82a: Pulling fs layer 02:08:37 69ca0ff8b7b3: Pulling fs layer 02:08:37 209524e5b208: Pulling fs layer 02:08:37 8529a6b9a6be: Waiting 02:08:37 45590311c82a: Waiting 02:08:37 69ca0ff8b7b3: Waiting 02:08:37 209524e5b208: Waiting 02:08:37 99f96fe45779: Verifying Checksum 02:08:37 99f96fe45779: Download complete 02:08:37 74f711af9a0d: Download complete 02:08:37 45590311c82a: Verifying Checksum 02:08:37 45590311c82a: Download complete 02:08:37 69ca0ff8b7b3: Download complete 02:08:37 b538f80385f9: Verifying Checksum 02:08:37 b538f80385f9: Download complete 02:08:38 b538f80385f9: Pull complete 02:08:38 74f711af9a0d: Pull complete 02:08:39 99f96fe45779: Pull complete 02:08:40 209524e5b208: Download complete 02:08:41 8529a6b9a6be: Verifying Checksum 02:08:41 8529a6b9a6be: Download complete 02:08:51 8529a6b9a6be: Pull complete 02:08:51 45590311c82a: Pull complete 02:08:51 69ca0ff8b7b3: Pull complete 02:08:55 209524e5b208: Pull complete 02:08:55 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:08:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:08:55 ---> 5bddaf1c2fca 02:08:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:08:58 ---> Running in d88195f4b395 02:08:58 Removing intermediate container d88195f4b395 02:08:58 ---> 32092e9f18e7 02:08:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:58 ---> Running in dec9d397c8bd 02:09:01 Removing intermediate container dec9d397c8bd 02:09:01 ---> a3481ca1a4e4 02:09:01 Step 5/8 : RUN apk add --update --no-cache git make 02:09:01 ---> Running in a04a55ca9c93 02:09:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:09:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:09:05 OK: 142 MiB in 39 packages 02:09:06 Removing intermediate container a04a55ca9c93 02:09:06 ---> 0dab3107c1f9 02:09:06 Step 6/8 : WORKDIR /build 02:09:06 ---> Running in 432fd9d84845 02:09:07 Removing intermediate container 432fd9d84845 02:09:07 ---> 1e19ddc5f05b 02:09:07 Step 7/8 : COPY go.mod . 02:09:07 ---> 6a3a2eb0faca 02:09:07 Step 8/8 : RUN go mod download 02:09:07 ---> Running in 0060c951ad7e 02:09:30 Removing intermediate container 0060c951ad7e 02:09:30 ---> 592cfd494876 02:09:30 Successfully built 592cfd494876 02:09:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:09:30 + docker inspect -f . ci-base-image-arm64 02:09:30 . [Pipeline] withDockerContainer 02:09:30 prd-ubuntu18.04-docker-arm64-4c-16g-6828 does not seem to be running inside a container 02:09:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/54 -v /w/workspace/go-mod-bootstrap/54:/w/workspace/go-mod-bootstrap/54:rw,z -v /w/workspace/go-mod-bootstrap/54@tmp:/w/workspace/go-mod-bootstrap/54@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 02:09:33 $ docker top adcdcdb0a116cb3fd8059dcbc1ed0956c44978f6840ed8e7badf6670c6728674 -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:34 + go version 02:09:34 go version go1.15.2 linux/arm64 [Pipeline] } 02:09:34 $ docker stop --time=1 adcdcdb0a116cb3fd8059dcbc1ed0956c44978f6840ed8e7badf6670c6728674 02:09:36 $ docker rm -f adcdcdb0a116cb3fd8059dcbc1ed0956c44978f6840ed8e7badf6670c6728674 [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 02:09:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 02:09:39 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 02:09:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:09:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 02:09:40 02:09:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 02:09:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 02:09:40 1.317.0: Pulling from edgex-devops/edgex-snyk-go 02:09:40 cbdbe7a5bc2a: Pulling fs layer 02:09:40 408f87550127: Pulling fs layer 02:09:40 fe522b08c979: Pulling fs layer 02:09:40 221eaa008020: Pulling fs layer 02:09:40 2a4607e5d6b9: Pulling fs layer 02:09:40 8f79b27c4fd2: Pulling fs layer 02:09:40 e5c8dbe1645b: Pulling fs layer 02:09:40 23e8b3b47431: Pulling fs layer 02:09:40 5c568d65a230: Pulling fs layer 02:09:40 8f79b27c4fd2: Waiting 02:09:40 e5c8dbe1645b: Waiting 02:09:40 23e8b3b47431: Waiting 02:09:40 5c568d65a230: Waiting 02:09:40 221eaa008020: Waiting 02:09:40 2a4607e5d6b9: Waiting 02:09:40 fe522b08c979: Verifying Checksum 02:09:40 fe522b08c979: Download complete 02:09:40 408f87550127: Download complete 02:09:40 2a4607e5d6b9: Download complete 02:09:40 8f79b27c4fd2: Verifying Checksum 02:09:40 8f79b27c4fd2: Download complete 02:09:40 cbdbe7a5bc2a: Verifying Checksum 02:09:41 cbdbe7a5bc2a: Pull complete 02:09:41 408f87550127: Pull complete 02:09:41 fe522b08c979: Pull complete 02:09:41 e5c8dbe1645b: Verifying Checksum 02:09:41 e5c8dbe1645b: Download complete 02:09:42 23e8b3b47431: Verifying Checksum 02:09:42 23e8b3b47431: Download complete 02:09:43 5c568d65a230: Verifying Checksum 02:09:43 5c568d65a230: Download complete 02:09:44 221eaa008020: Verifying Checksum 02:09:44 221eaa008020: Download complete 02:09:49 221eaa008020: Pull complete 02:09:50 2a4607e5d6b9: Pull complete 02:09:50 8f79b27c4fd2: Pull complete 02:09:51 e5c8dbe1645b: Pull complete 02:09:53 23e8b3b47431: Pull complete 02:09:55 5c568d65a230: Pull complete 02:09:55 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 02:09:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 02:09:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 02:09:55 prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container 02:09:55 $ 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 02:09:56 $ docker top bbd55c5e9fee5f2a18487d6e999a5d0ccb7c882c02c22d9b35e69524dc4a17bf -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:57 + snyk monitor '--org=edgex-jenkins' 02:10:07 02:10:07 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 02:10:07 02:10:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/78ea4bec-ebd2-4af0-b13f-6a51ce50d2dc 02:10:07 02:10:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:10:07 02:10:07 02:10:07 Snyk CLI supports Node.js 8 and higher. 02:10:07 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 02:10:07 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 02:10:07 02:10:07 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 02:10:07 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 02:10:07 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 02:10:07 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:10:07 $ docker stop --time=1 bbd55c5e9fee5f2a18487d6e999a5d0ccb7c882c02c22d9b35e69524dc4a17bf 02:10:09 $ docker rm -f bbd55c5e9fee5f2a18487d6e999a5d0ccb7c882c02c22d9b35e69524dc4a17bf [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 02:10:11 + git log --format=format:%s -1 26d977795e053a112832bb043364dc6f4b0a86ea [Pipeline] isUnix [Pipeline] sh 02:10:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:10:11 . [Pipeline] withDockerContainer 02:10:11 prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container 02:10:11 $ 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 02:10:12 $ docker top ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:10:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:10:12 [ssh-agent] Looking for ssh-agent implementation... 02:10:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:10:13 $ docker exec ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba ssh-agent 02:10:13 SSH_AUTH_SOCK=/tmp/ssh-l61gU4Vz1m02/agent.12 02:10:13 SSH_AGENT_PID=18 02:10:13 Running ssh-add (command line suppressed) 02:10:13 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3393752534260279139.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3393752534260279139.key) 02:10:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:10:13 + git semver tag 02:10:13 # -> Open(): unable to determine branch for HEAD 02:10:13 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 02:10:13 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 02:10:13 # $SEMVER_REMOTE_NAME = origin 02:10:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:10:13 # $SEMVER_USER_NAME = edgex-jenkins 02:10:13 # $SEMVER_BRANCH = master 02:10:13 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 02:10:13 # 26d977795e053a112832bb043364dc6f4b0a86ea HEAD 02:10:13 # -> Force: false 02:10:13 # 004b4cccb564817efe0793a53648d58885fdbf8c refs/tags/v0.0.51 [Pipeline] } 02:10:13 $ docker exec --env ******** --env ******** ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba ssh-agent -k 02:10:13 unset SSH_AUTH_SOCK; 02:10:13 unset SSH_AGENT_PID; 02:10:13 echo Agent pid 18 killed; 02:10:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:10:14 + git semver [Pipeline] } 02:10:14 $ docker stop --time=1 ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba 02:10:15 $ docker rm -f ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 02:10:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:10:16 02:10:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 02:10:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:10:16 0.23.1-centos7: Pulling from edgex-lftools 02:10:16 ab5ef0e58194: Pulling fs layer 02:10:16 9712f1f96733: Pulling fs layer 02:10:16 63f879dbbcfc: Pulling fs layer 02:10:16 0d9ebad4ef96: Pulling fs layer 02:10:16 e9a5061849ea: Pulling fs layer 02:10:16 d747dcd14b5f: Pulling fs layer 02:10:16 2de7ff778b66: Pulling fs layer 02:10:16 0d9ebad4ef96: Waiting 02:10:16 d747dcd14b5f: Waiting 02:10:16 2de7ff778b66: Waiting 02:10:16 e9a5061849ea: Waiting 02:10:16 9712f1f96733: Verifying Checksum 02:10:16 9712f1f96733: Download complete 02:10:18 63f879dbbcfc: Verifying Checksum 02:10:18 63f879dbbcfc: Download complete 02:10:19 e9a5061849ea: Verifying Checksum 02:10:19 e9a5061849ea: Download complete 02:10:19 d747dcd14b5f: Download complete 02:10:19 0d9ebad4ef96: Verifying Checksum 02:10:19 0d9ebad4ef96: Download complete 02:10:19 2de7ff778b66: Verifying Checksum 02:10:19 2de7ff778b66: Download complete 02:10:19 ab5ef0e58194: Verifying Checksum 02:10:19 ab5ef0e58194: Download complete 02:10:24 ab5ef0e58194: Pull complete 02:10:24 9712f1f96733: Pull complete 02:10:26 63f879dbbcfc: Pull complete 02:10:33 0d9ebad4ef96: Pull complete 02:10:33 e9a5061849ea: Pull complete 02:10:33 d747dcd14b5f: Pull complete 02:10:37 2de7ff778b66: Pull complete 02:10:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:10:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:10:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 02:10:37 prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container 02:10:38 $ 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 02:10:40 $ docker top 0f649e76911d0b21d72c8518678fc10b28f61297e3f41f5532f338186e386865 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:10:41 provisioning config files... 02:10:41 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8136068439302624689tmp 02:10:41 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3012401778467098548tmp 02:10:41 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config218132650880289452tmp [Pipeline] { [Pipeline] echo 02:10:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:10:41 ---> sigul-configuration.sh 02:10:41 gpg: directory `/root/.gnupg' created 02:10:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:10:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:10:41 gpg: keyring `/root/.gnupg/secring.gpg' created 02:10:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:10:41 gpg: CAST5 encrypted data 02:10:41 gpg: encrypted with 1 passphrase 02:10:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:10:42 + mkdir /home/jenkins 02:10:42 + mkdir /home/jenkins/sigul [Pipeline] sh 02:10:42 + 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 02:10:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:10:42 ---> sigul-install.sh 02:10:48 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 02:10:48 + git tag --list 02:10:48 v0.0.1 02:10:48 v0.0.10 02:10:48 v0.0.11 02:10:48 v0.0.12 02:10:48 v0.0.13 02:10:48 v0.0.14 02:10:48 v0.0.15 02:10:48 v0.0.16 02:10:48 v0.0.17 02:10:48 v0.0.18 02:10:48 v0.0.19 02:10:48 v0.0.2 02:10:48 v0.0.20 02:10:48 v0.0.21 02:10:48 v0.0.22 02:10:48 v0.0.23 02:10:48 v0.0.24 02:10:48 v0.0.25 02:10:48 v0.0.26 02:10:48 v0.0.27 02:10:48 v0.0.28 02:10:48 v0.0.29 02:10:48 v0.0.3 02:10:48 v0.0.30 02:10:48 v0.0.31 02:10:48 v0.0.32 02:10:48 v0.0.33 02:10:48 v0.0.34 02:10:48 v0.0.35 02:10:48 v0.0.36 02:10:48 v0.0.37 02:10:48 v0.0.38 02:10:48 v0.0.39 02:10:48 v0.0.4 02:10:48 v0.0.40 02:10:48 v0.0.41 02:10:48 v0.0.42 02:10:48 v0.0.43 02:10:48 v0.0.44 02:10:48 v0.0.45 02:10:48 v0.0.46 02:10:48 v0.0.47 02:10:48 v0.0.48 02:10:48 v0.0.49 02:10:48 v0.0.5 02:10:48 v0.0.50 02:10:48 v0.0.51 02:10:48 v0.0.6 02:10:48 v0.0.7 02:10:48 v0.0.8 02:10:48 v0.0.9 [Pipeline] sh 02:10:48 + lftools sign git-tag v0.0.51 02:10:50 Signing Git tag with Sigul... 02:10:50 Signing v0.0.51 [Pipeline] echo 02:10:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:10:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:10:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:10:51 $ docker stop --time=1 0f649e76911d0b21d72c8518678fc10b28f61297e3f41f5532f338186e386865 02:10:53 $ docker rm -f 0f649e76911d0b21d72c8518678fc10b28f61297e3f41f5532f338186e386865 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 02:10:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:10:54 . [Pipeline] withDockerContainer 02:10:54 prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container 02:10:54 $ 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 02:10:55 $ docker top 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:10:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:10:55 [ssh-agent] Looking for ssh-agent implementation... 02:10:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:10:55 $ docker exec 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 ssh-agent 02:10:56 SSH_AUTH_SOCK=/tmp/ssh-8RUobm6qQlKc/agent.11 02:10:56 SSH_AGENT_PID=16 02:10:56 Running ssh-add (command line suppressed) 02:10:56 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_274476135456912962.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_274476135456912962.key) 02:10:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:10:56 + git semver bump patch 02:10:56 # -> Open(): unable to determine branch for HEAD 02:10:56 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 02:10:56 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 02:10:56 # $SEMVER_REMOTE_NAME = origin 02:10:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:10:56 # $SEMVER_USER_NAME = edgex-jenkins 02:10:56 # $SEMVER_BRANCH = master 02:10:56 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 02:10:56 0.0.52 [Pipeline] } 02:10:56 $ docker exec --env ******** --env ******** 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 ssh-agent -k 02:10:56 unset SSH_AUTH_SOCK; 02:10:56 unset SSH_AGENT_PID; 02:10:56 echo Agent pid 16 killed; 02:10:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:10:57 + git semver [Pipeline] } 02:10:57 $ docker stop --time=1 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 02:10:58 $ docker rm -f 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 02:10:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:10:59 . [Pipeline] withDockerContainer 02:10:59 prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container 02:10:59 $ 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 02:11:00 $ docker top f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:11:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:11:00 [ssh-agent] Looking for ssh-agent implementation... 02:11:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:11:00 $ docker exec f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 ssh-agent 02:11:00 SSH_AUTH_SOCK=/tmp/ssh-EbFKWTgiM2Ec/agent.11 02:11:00 SSH_AGENT_PID=16 02:11:00 Running ssh-add (command line suppressed) 02:11:00 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4078934896766323567.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4078934896766323567.key) 02:11:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:11:01 + git semver push 02:11:01 # -> Open(): unable to determine branch for HEAD 02:11:01 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 02:11:01 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 02:11:01 # $SEMVER_REMOTE_NAME = origin 02:11:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:11:01 # $SEMVER_USER_NAME = edgex-jenkins 02:11:01 # $SEMVER_BRANCH = master 02:11:01 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 02:11:07 $ docker exec --env ******** --env ******** f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 ssh-agent -k 02:11:08 unset SSH_AUTH_SOCK; 02:11:08 unset SSH_AGENT_PID; 02:11:08 echo Agent pid 16 killed; 02:11:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:11:08 + git semver [Pipeline] } 02:11:08 $ docker stop --time=1 f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 02:11:10 $ docker rm -f f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 [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 02:11:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:11:12 ---> package-listing.sh 02:11:12 ++ facter osfamily 02:11:12 ++ tr '[:upper:]' '[:lower:]' 02:11:12 + OS_FAMILY=redhat 02:11:12 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 02:11:12 + START_PACKAGES=/tmp/packages_start.txt 02:11:12 + END_PACKAGES=/tmp/packages_end.txt 02:11:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:11:12 + PACKAGES=/tmp/packages_start.txt 02:11:12 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 02:11:12 + PACKAGES=/tmp/packages_end.txt 02:11:12 + case "${OS_FAMILY}" in 02:11:12 + rpm -qa 02:11:12 + sort 02:11:16 + '[' -f /tmp/packages_start.txt ']' 02:11:16 + '[' -f /tmp/packages_end.txt ']' 02:11:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:11:16 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 02:11:16 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 02:11: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 02:11: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 02:11:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:11:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:11:17 02:11:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:11:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:11:17 alpine: Pulling from edgex-lftools-log-publisher 02:11:17 df20fa9351a1: Pulling fs layer 02:11:17 36b3adc4ff6f: Pulling fs layer 02:11:17 8ad3a11d3b57: Pulling fs layer 02:11:17 46f8f816bc3b: Pulling fs layer 02:11:17 93b61091891f: Pulling fs layer 02:11:17 93b9cdb0e59b: Pulling fs layer 02:11:17 5e14af77c1be: Pulling fs layer 02:11:17 01666e4c0597: Pulling fs layer 02:11:17 aa168da1d23b: Pulling fs layer 02:11:17 93b9cdb0e59b: Waiting 02:11:17 5e14af77c1be: Waiting 02:11:17 01666e4c0597: Waiting 02:11:17 aa168da1d23b: Waiting 02:11:17 93b61091891f: Waiting 02:11:17 46f8f816bc3b: Waiting 02:11:17 36b3adc4ff6f: Verifying Checksum 02:11:17 36b3adc4ff6f: Download complete 02:11:17 46f8f816bc3b: Verifying Checksum 02:11:17 46f8f816bc3b: Download complete 02:11:17 df20fa9351a1: Verifying Checksum 02:11:17 df20fa9351a1: Download complete 02:11:18 93b9cdb0e59b: Verifying Checksum 02:11:18 93b9cdb0e59b: Download complete 02:11:18 93b61091891f: Verifying Checksum 02:11:18 93b61091891f: Download complete 02:11:18 5e14af77c1be: Verifying Checksum 02:11:18 5e14af77c1be: Download complete 02:11:18 01666e4c0597: Verifying Checksum 02:11:18 01666e4c0597: Download complete 02:11:18 8ad3a11d3b57: Verifying Checksum 02:11:18 8ad3a11d3b57: Download complete 02:11:18 df20fa9351a1: Pull complete 02:11:19 36b3adc4ff6f: Pull complete 02:11:20 8ad3a11d3b57: Pull complete 02:11:20 aa168da1d23b: Verifying Checksum 02:11:20 aa168da1d23b: Download complete 02:11:20 46f8f816bc3b: Pull complete 02:11:21 93b61091891f: Pull complete 02:11:21 93b9cdb0e59b: Pull complete 02:11:21 5e14af77c1be: Pull complete 02:11:21 01666e4c0597: Pull complete 02:11:28 aa168da1d23b: Pull complete 02:11:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:11:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:11:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:11:28 prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container 02:11:28 $ 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 02:11:31 $ docker top 39b47923ce7f42da6ab129ff311c8d8868f1456d8ee7dee4ffd6c94f955e1c01 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:32 + touch /tmp/pre-build-complete [Pipeline] sh 02:11:32 + mkdir -p /var/log/sa [Pipeline] sh 02:11:32 + ls /var/log/sa-host 02:11:32 + sadf -c /var/log/sa-host/sa05 02:11:32 file_magic: OK 02:11:32 HZ: Using current value: 100 02:11:32 file_header: OK 02:11:32 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 02:11:32 Statistics: 02:11:32 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:11:32 File successfully converted to sysstat format version 12.2.1 02:11:32 + sadf -c /var/log/sa-host/sa20 02:11:32 file_magic: OK 02:11:32 HZ: Using current value: 100 02:11:32 file_header: OK 02:11:32 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 02:11:32 Statistics: 02:11:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:11:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:11:33 provisioning config files... 02:11:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5001987309493562350tmp [Pipeline] { [Pipeline] echo 02:11:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:11:33 ---> create-netrc.sh [Pipeline] } 02:11:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:11:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:11:33 ---> python-tools-install.sh [Pipeline] echo 02:11:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:11:34 ---> sudo-logs.sh 02:11:34 Archiving 'sudo' log.. [Pipeline] echo 02:11:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:11:34 ---> job-cost.sh 02:11:34 lf-activate-venv: SKIPPING 02:11:34 INFO: No Stack... 02:11:35 INFO: Retrieving Pricing Info for: v1-standard-2 02:11:36 INFO: Archiving Costs [Pipeline] echo 02:11:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:11:36 ---> logs-deploy.sh 02:11:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/54 02:11:36 INFO: archiving workspace using pattern(s): 02:11:37 Archives upload complete. 02:11:38 INFO: archiving logs to Nexus 02:11:39 ---> uname -a: 02:11:39 Linux prd-centos7-docker-4c-2g-6821.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:11:39 02:11:39 02:11:39 ---> lscpu: 02:11:39 Architecture: x86_64 02:11:39 CPU op-mode(s): 32-bit, 64-bit 02:11:39 Byte Order: Little Endian 02:11:39 Address sizes: 40 bits physical, 48 bits virtual 02:11:39 CPU(s): 4 02:11:39 On-line CPU(s) list: 0-3 02:11:39 Thread(s) per core: 1 02:11:39 Core(s) per socket: 1 02:11:39 Socket(s): 4 02:11:39 NUMA node(s): 1 02:11:39 Vendor ID: GenuineIntel 02:11:39 CPU family: 6 02:11:39 Model: 44 02:11:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:11:39 Stepping: 1 02:11:39 CPU MHz: 2933.438 02:11:39 BogoMIPS: 5866.87 02:11:39 Virtualization: VT-x 02:11:39 Hypervisor vendor: KVM 02:11:39 Virtualization type: full 02:11:39 L1d cache: 128 KiB 02:11:39 L1i cache: 128 KiB 02:11:39 L2 cache: 16 MiB 02:11:39 L3 cache: 64 MiB 02:11:39 NUMA node0 CPU(s): 0-3 02:11:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:11:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:11:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:11:39 Vulnerability Meltdown: Mitigation; PTI 02:11:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:11:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:11:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:11:39 Vulnerability Tsx async abort: Not affected 02:11:39 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 02:11:39 02:11:39 02:11:39 ---> nproc: 02:11:39 4 02:11:39 02:11:39 02:11:39 ---> df -h: 02:11:39 Filesystem Size Used Available Use% Mounted on 02:11:39 overlay 50.0G 8.4G 41.5G 17% / 02:11:39 tmpfs 64.0M 0 64.0M 0% /dev 02:11:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:11:39 shm 64.0M 0 64.0M 0% /dev/shm 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 02:11:39 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 02:11:39 02:11:39 02:11:39 ---> free -m: 02:11:39 total used free shared buff/cache available 02:11:39 Mem: 1837 791 146 0 899 981 02:11:39 Swap: 1023 3 1020 02:11:39 02:11:39 02:11:39 ---> ip addr: 02:11:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:11:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:11:39 inet 127.0.0.1/8 scope host lo 02:11:39 valid_lft forever preferred_lft forever 02:11:39 inet6 ::1/128 scope host 02:11:39 valid_lft forever preferred_lft forever 02:11:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:11:39 link/ether fa:16:3e:5b:71:2f brd ff:ff:ff:ff:ff:ff 02:11:39 inet 10.30.123.218/23 brd 10.30.123.255 scope global dynamic eth0 02:11:39 valid_lft 85948sec preferred_lft 85948sec 02:11:39 inet6 fe80::f816:3eff:fe5b:712f/64 scope link 02:11:39 valid_lft forever preferred_lft forever 02:11:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:11:39 link/ether 02:42:e5:22:9d:d4 brd ff:ff:ff:ff:ff:ff 02:11:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:11:39 valid_lft forever preferred_lft forever 02:11:39 inet6 fe80::42:e5ff:fe22:9dd4/64 scope link 02:11:39 valid_lft forever preferred_lft forever 02:11:39 02:11:39 02:11:39 ---> sar -b -r -n DEV: 02:11:39 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 02:11:39 02:11:39 02:03:48 LINUX RESTART (4 CPU) 02:11:39 02:11:39 02:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:11:39 02:06:01 2.83 0.00 2.83 0.00 0.00 98.70 0.00 02:11:39 02:07:01 0.38 0.00 0.38 0.00 0.00 5.81 0.00 02:11:39 02:08:01 0.32 0.00 0.32 0.00 0.00 3.53 0.00 02:11:39 02:09:01 0.33 0.00 0.33 0.00 0.00 4.50 0.00 02:11:39 02:10:01 174.38 98.19 76.19 0.00 5763.97 30645.70 0.00 02:11:39 02:11:01 227.79 94.28 133.51 0.00 5495.11 33188.45 0.00 02:11:39 Average: 67.70 32.09 35.61 0.00 1877.17 10661.76 0.00 02:11:39 02:11:39 02:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:11:39 02:06:01 179444 0 558836 29.70 2620 1140656 1088144 37.14 384212 1158296 16 02:11:39 02:07:01 177676 0 560600 29.79 2620 1140660 1087128 37.10 388452 1155920 8 02:11:39 02:08:01 177796 0 560472 29.79 2620 1140668 1087284 37.11 388636 1155920 8 02:11:39 02:09:01 176628 0 561640 29.85 2620 1140668 1087260 37.11 393952 1151828 8 02:11:39 02:10:01 74580 0 696744 37.03 2620 1107612 1433192 48.91 519916 1087388 5236 02:11:39 02:11:01 237160 0 734656 39.05 1548 908192 1310716 44.73 600784 761232 52 02:11:39 Average: 170547 0 612158 32.53 2441 1096409 1182287 40.35 445992 1078431 888 02:11:39 02:11:39 02:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:11:39 02:06:01 eth0 4.20 1.37 2.60 0.45 0.00 0.00 0.00 0.00 02:11:39 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:07:01 eth0 2.70 0.70 0.92 0.58 0.00 0.00 0.00 0.00 02:11:39 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:08:01 eth0 1.85 0.53 0.63 0.39 0.00 0.00 0.00 0.00 02:11:39 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:09:01 eth0 1.87 0.42 0.42 0.24 0.00 0.00 0.00 0.00 02:11:39 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:10:01 eth0 401.75 359.49 3816.24 31.95 0.00 0.00 0.00 0.00 02:11:39 02:10:01 vethe5d5eac 16.63 16.22 1.87 29.50 0.00 0.00 0.00 0.00 02:11:39 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:10:01 docker0 16.63 16.12 1.64 29.49 0.00 0.00 0.00 0.00 02:11:39 02:11:01 eth0 511.11 427.19 3474.47 107.62 0.00 0.00 0.00 0.00 02:11:39 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 02:11:01 vethd4b8c2c 0.28 0.37 0.05 0.06 0.00 0.00 0.00 0.00 02:11:39 02:11:01 docker0 50.53 77.97 2.92 216.32 0.00 0.00 0.00 0.00 02:11:39 Average: eth0 153.97 131.67 1216.30 23.55 0.00 0.00 0.00 0.00 02:11:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:11:39 Average: vethd4b8c2c 0.05 0.06 0.01 0.01 0.00 0.00 0.00 0.00 02:11:39 Average: docker0 11.20 15.69 0.76 40.99 0.00 0.00 0.00 0.00 02:11:39 02:11:39 02:11:39 ---> sar -P ALL: 02:11:39 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 02:11:39 02:11:39 02:03:48 LINUX RESTART (4 CPU) 02:11:39 02:11:39 02:05:01 CPU %user %nice %system %iowait %steal %idle 02:11:39 02:06:01 all 0.20 0.00 0.05 0.00 0.00 99.75 02:11:39 02:06:01 0 0.12 0.00 0.07 0.00 0.00 99.82 02:11:39 02:06:01 1 0.25 0.00 0.05 0.00 0.00 99.70 02:11:39 02:06:01 2 0.33 0.00 0.05 0.00 0.00 99.62 02:11:39 02:06:01 3 0.10 0.00 0.05 0.00 0.00 99.85 02:11:39 02:07:01 all 0.20 0.00 0.03 0.00 0.00 99.77 02:11:39 02:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:11:39 02:07:01 1 0.55 0.00 0.05 0.00 0.00 99.40 02:11:39 02:07:01 2 0.18 0.00 0.03 0.00 0.00 99.78 02:11:39 02:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:11:39 02:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:11:39 02:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:11:39 02:08:01 1 0.48 0.00 0.03 0.00 0.00 99.48 02:11:39 02:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:11:39 02:08:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:11:39 02:09:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:11:39 02:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:11:39 02:09:01 1 0.53 0.00 0.02 0.00 0.00 99.45 02:11:39 02:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:11:39 02:09:01 3 0.07 0.00 0.07 0.00 0.00 99.87 02:11:39 02:10:01 all 6.96 0.00 4.30 1.03 0.01 87.70 02:11:39 02:10:01 0 6.06 0.00 4.31 0.88 0.00 88.75 02:11:39 02:10:01 1 6.70 0.00 4.15 1.81 0.02 87.32 02:11:39 02:10:01 2 7.95 0.00 4.70 1.00 0.02 86.34 02:11:39 02:10:01 3 7.12 0.00 4.02 0.46 0.02 88.39 02:11:39 02:11:01 all 11.68 0.00 8.57 3.46 0.03 76.26 02:11:39 02:11:01 0 10.50 0.00 7.53 3.50 0.03 78.43 02:11:39 02:11:01 1 10.22 0.00 8.48 4.30 0.03 76.96 02:11:39 02:11:01 2 11.91 0.00 9.22 2.77 0.02 76.08 02:11:39 02:11:01 3 14.08 0.00 9.04 3.25 0.03 73.59 02:11:39 Average: all 3.19 0.00 2.14 0.74 0.01 93.93 02:11:39 Average: 0 2.76 0.00 1.97 0.72 0.01 94.55 02:11:39 Average: 1 3.09 0.00 2.11 1.01 0.01 93.79 02:11:39 Average: 2 3.36 0.00 2.31 0.62 0.01 93.70 02:11:39 Average: 3 3.53 0.00 2.18 0.61 0.01 93.67 02:11:39 02:11:39 02:11:39