Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from af461cd0a716b24a34c17b6957051be6c1f74246 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-32987’ is offline; ‘prd-centos7-docker-4c-2g-32990’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32991 in /w/workspace/gexfoundry_go-mod-secrets_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-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision af461cd0a716b24a34c17b6957051be6c1f74246 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f af461cd0a716b24a34c17b6957051be6c1f74246 # timeout=10 Commit message: "Merge pull request #103 from jim-wang-intel/fix-token-self-json-structure" > git rev-list --no-walk 2df9c605b9ec416828c6f492962e965a0bf466b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:00:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:00:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:00:54 ========================================================= 21:00:54 EdgeX Global Pipelines Version Info 21:00:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:00:55 ------------------- 21:00:55 stable info: 21:00:55 ------------------- 21:00:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:00:55 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:00:55 Message: update stable to v1.0.186 21:00:56 ------------------- 21:00:56 experimental info: 21:00:56 ------------------- 21:00:56 Commited By: **** collab-it+edgex@linuxfoundation.org 21:00:56 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 21:00:56 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:00:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:00:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:00:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = af461cd0a716b24a34c17b6957051be6c1f74246 [Pipeline] echo 21:01:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = af461cd [Pipeline] echo 21:01:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:01:01 + git log --format=format:%s -1 af461cd0a716b24a34c17b6957051be6c1f74246 [Pipeline] echo 21:01:01 GIT_COMMIT: af461cd0a716b24a34c17b6957051be6c1f74246, Commit Message: Merge pull request #103 from jim-wang-intel/fix-token-self-json-structure [Pipeline] echo 21:01:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:01:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:01:02 21:01:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:01:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:01:02 latest: Pulling from edgex-devops/git-semver 21:01:02 31603596830f: Pulling fs layer 21:01:02 2a8b12db71e7: Pulling fs layer 21:01:02 6ca5941a6612: Pulling fs layer 21:01:02 ecc8261a40a4: Pulling fs layer 21:01:02 ecc8261a40a4: Waiting 21:01:02 2a8b12db71e7: Verifying Checksum 21:01:02 2a8b12db71e7: Download complete 21:01:03 31603596830f: Verifying Checksum 21:01:03 31603596830f: Download complete 21:01:03 6ca5941a6612: Verifying Checksum 21:01:03 6ca5941a6612: Download complete 21:01:03 ecc8261a40a4: Verifying Checksum 21:01:03 ecc8261a40a4: Download complete 21:01:03 31603596830f: Pull complete 21:01:03 2a8b12db71e7: Pull complete 21:01:04 6ca5941a6612: Pull complete 21:01:04 ecc8261a40a4: Pull complete 21:01:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:01:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:01:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:01:04 prd-centos7-docker-4c-2g-32991 does not seem to be running inside a container 21:01:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:01:06 $ docker top 7d607add139639a3708a2916e8ebd06dd0777c45a02462d059b335f70b8e4bdf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:01:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:01:07 [ssh-agent] Looking for ssh-agent implementation... 21:01:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:01:07 $ docker exec 7d607add139639a3708a2916e8ebd06dd0777c45a02462d059b335f70b8e4bdf ssh-agent 21:01:07 SSH_AUTH_SOCK=/tmp/ssh-6lEHmCrwiOx2/agent.12 21:01:07 SSH_AGENT_PID=17 21:01:07 Running ssh-add (command line suppressed) 21:01:07 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5308222419722708317.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5308222419722708317.key) 21:01:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:01:08 + git tag --points-at HEAD [Pipeline] } 21:01:08 $ docker exec --env ******** --env ******** 7d607add139639a3708a2916e8ebd06dd0777c45a02462d059b335f70b8e4bdf ssh-agent -k 21:01:08 unset SSH_AUTH_SOCK; 21:01:08 unset SSH_AGENT_PID; 21:01:08 echo Agent pid 17 killed; 21:01:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:01:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:01:08 [ssh-agent] Looking for ssh-agent implementation... 21:01:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:01:08 $ docker exec 7d607add139639a3708a2916e8ebd06dd0777c45a02462d059b335f70b8e4bdf ssh-agent 21:01:08 SSH_AUTH_SOCK=/tmp/ssh-xShFgWS2oAno/agent.45 21:01:08 SSH_AGENT_PID=50 21:01:08 Running ssh-add (command line suppressed) 21:01:08 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8252419360081448816.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8252419360081448816.key) 21:01:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:01:09 + git semver init 21:01:09 # -> Open(): unable to determine branch for HEAD 21:01:09 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:01:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:01:09 # $SEMVER_REMOTE_NAME = origin 21:01:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:01:09 # $SEMVER_USER_NAME = edgex-jenkins 21:01:09 # $SEMVER_BRANCH = master 21:01:09 # $SEMVER_TEMP = /tmp/semver-585101191 21:01:09 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 21:01:09 # '/tmp/semver-585101191' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 21:01:09 # -> Force: false 21:01:09 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 21:01:09 $ docker exec --env ******** --env ******** 7d607add139639a3708a2916e8ebd06dd0777c45a02462d059b335f70b8e4bdf ssh-agent -k 21:01:10 unset SSH_AUTH_SOCK; 21:01:10 unset SSH_AGENT_PID; 21:01:10 echo Agent pid 50 killed; 21:01:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:01:10 + git semver [Pipeline] } 21:01:10 $ docker stop --time=1 7d607add139639a3708a2916e8ebd06dd0777c45a02462d059b335f70b8e4bdf 21:01:12 $ docker rm -f 7d607add139639a3708a2916e8ebd06dd0777c45a02462d059b335f70b8e4bdf [Pipeline] // withDockerContainer [Pipeline] sh 21:01:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:01:12 Stashed 1 file(s) [Pipeline] echo 21:01:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.14 [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 21:01:28 Still waiting to schedule task 21:01:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:01:28 Still waiting to schedule task 21:01:28 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 21:04:04 Running on prd-centos7-docker-4c-2g-32993 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 21:04:04 Running in /w/workspace/go-mod-secrets/38 [Pipeline] { [Pipeline] checkout 21:04:06 using credential edgex-jenkins-ssh 21:04:07 Cloning the remote Git repository 21:04:07 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:04:07 > git init /w/workspace/go-mod-secrets/38 # timeout=10 21:04:08 Checking out Revision af461cd0a716b24a34c17b6957051be6c1f74246 (master) 21:04:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:04:07 > git --version # timeout=10 21:04:07 > git --version # 'git version 2.24.3' 21:04:07 using GIT_SSH to set credentials SSH Credentials for GitHub 21:04:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:04:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:04:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:04:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:04:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:04:07 using GIT_SSH to set credentials SSH Credentials for GitHub 21:04:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:04:08 > git config core.sparsecheckout # timeout=10 21:04:08 > git checkout -f af461cd0a716b24a34c17b6957051be6c1f74246 # timeout=10 21:04:11 Commit message: "Merge pull request #103 from jim-wang-intel/fix-token-self-json-structure" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:04:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:04:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:04:14 + true 21:04:14 + sudo service docker restart 21:04:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:04:15 ========================================================= 21:04:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:04:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:04:15 + 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 . 21:04:15 Sending build context to Docker daemon 633.3kB 21:04:15 Step 1/7 : ARG BASE=golang:1.15-alpine 21:04:15 Step 2/7 : FROM ${BASE} 21:04:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:04:16 188c0c94c7c5: Pulling fs layer 21:04:16 0ef7d3d256c8: Pulling fs layer 21:04:16 de9db76c5a1d: Pulling fs layer 21:04:16 bca2f99d35d6: Pulling fs layer 21:04:16 93359f2a8cfa: Pulling fs layer 21:04:16 7c6f9722023f: Pulling fs layer 21:04:16 a35cf1a2eb13: Pulling fs layer 21:04:16 93359f2a8cfa: Waiting 21:04:16 7c6f9722023f: Waiting 21:04:16 a35cf1a2eb13: Waiting 21:04:16 bca2f99d35d6: Waiting 21:04:16 de9db76c5a1d: Verifying Checksum 21:04:16 de9db76c5a1d: Download complete 21:04:16 0ef7d3d256c8: Verifying Checksum 21:04:16 0ef7d3d256c8: Download complete 21:04:16 93359f2a8cfa: Verifying Checksum 21:04:16 93359f2a8cfa: Download complete 21:04:16 7c6f9722023f: Verifying Checksum 21:04:16 7c6f9722023f: Download complete 21:04:16 188c0c94c7c5: Verifying Checksum 21:04:16 188c0c94c7c5: Download complete 21:04:16 188c0c94c7c5: Pull complete 21:04:16 0ef7d3d256c8: Pull complete 21:04:16 de9db76c5a1d: Pull complete 21:04:18 a35cf1a2eb13: Verifying Checksum 21:04:19 bca2f99d35d6: Verifying Checksum 21:04:19 bca2f99d35d6: Download complete 21:04:24 bca2f99d35d6: Pull complete 21:04:24 93359f2a8cfa: Pull complete 21:04:24 7c6f9722023f: Pull complete 21:04:32 a35cf1a2eb13: Pull complete 21:04:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:04:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:04:32 ---> a62c8e92a672 21:04:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:04:33 ---> Running in 3d88db507cd9 21:04:33 Removing intermediate container 3d88db507cd9 21:04:33 ---> 3f8c95bfcdbc 21:04:33 Step 4/7 : RUN apk add --update bash 21:04:33 ---> Running in 832cd80c7608 21:04:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:35 OK: 166 MiB in 39 packages 21:04:35 Removing intermediate container 832cd80c7608 21:04:35 ---> 9456e7c49688 21:04:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:04:35 ---> Running in febb19983eca 21:04:35 Removing intermediate container febb19983eca 21:04:35 ---> 3901bb51951d 21:04:35 Step 6/7 : COPY go.mod . 21:04:35 ---> a97818310028 21:04:35 Step 7/7 : RUN go mod download 21:04:35 ---> Running in ba7c95bedba3 21:04:50 Removing intermediate container ba7c95bedba3 21:04:50 ---> 6eaa769ef550 21:04:50 Successfully built 6eaa769ef550 21:04:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:04:51 + docker inspect -f . ci-base-image-x86_64 21:04:51 . [Pipeline] withDockerContainer 21:04:51 prd-centos7-docker-4c-2g-32993 does not seem to be running inside a container 21:04:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/38 -v /w/workspace/go-mod-secrets/38:/w/workspace/go-mod-secrets/38:rw,z -v /w/workspace/go-mod-secrets/38@tmp:/w/workspace/go-mod-secrets/38@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 ******** -e ******** ci-base-image-x86_64 cat 21:04:52 $ docker top 82fd86ee1d5b86e012717e9b687301ea8e1432b4c523994d46af89cd1f3507ad -eo pid,comm [Pipeline] { [Pipeline] sh 21:04:52 + go version 21:04:52 go version go1.15.5 linux/amd64 [Pipeline] } 21:04:52 $ docker stop --time=1 82fd86ee1d5b86e012717e9b687301ea8e1432b4c523994d46af89cd1f3507ad 21:04:54 $ docker rm -f 82fd86ee1d5b86e012717e9b687301ea8e1432b4c523994d46af89cd1f3507ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:04:54 + docker inspect -f . ci-base-image-x86_64 21:04:54 . [Pipeline] withDockerContainer 21:04:55 prd-centos7-docker-4c-2g-32993 does not seem to be running inside a container 21:04:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/38 -v /w/workspace/go-mod-secrets/38:/w/workspace/go-mod-secrets/38:rw,z -v /w/workspace/go-mod-secrets/38@tmp:/w/workspace/go-mod-secrets/38@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 ******** -e ******** ci-base-image-x86_64 cat 21:04:55 $ docker top c5f825dcb997a1fd94e93f0e63fc45d7d961be07345e90549c24d1014d0b222e -eo pid,comm [Pipeline] { [Pipeline] sh 21:04:56 + make test 21:04:56 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:05:14 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.165s coverage: 81.0% of statements 21:05:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.010s coverage: 57.1% of statements 21:05:14 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 21:05:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.009s coverage: 96.7% of statements 21:05:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.008s coverage: 89.5% of statements 21:05:14 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 21:05:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.004s coverage: 100.0% of statements 21:05:14 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 21:05:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.006s coverage: 85.7% of statements 21:05:14 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.010s coverage: 100.0% of statements 21:05:14 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 21:05:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:05:14 gofmt -l . 21:05:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:05:14 $ docker stop --time=1 c5f825dcb997a1fd94e93f0e63fc45d7d961be07345e90549c24d1014d0b222e 21:05:16 $ docker rm -f c5f825dcb997a1fd94e93f0e63fc45d7d961be07345e90549c24d1014d0b222e [Pipeline] // withDockerContainer [Pipeline] sh 21:05:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:05:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:05:19 ---> job-cost.sh 21:05:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-12F7 21:05:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:06:00 lf-activate-venv(): INFO: Adding /tmp/venv-12F7/bin to PATH 21:06:00 INFO: No Stack... 21:06:00 INFO: Retrieving Pricing Info for: v1-standard-2 21:06:00 INFO: Archiving Costs [Pipeline] sh 21:06:01 + cut -d, -f6 21:06:01 + cat /w/workspace/go-mod-secrets/38/archives/cost.csv [Pipeline] lock 21:06:01 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-38-stack-cost] 21:06:01 Resource [jenkins-edgexfoundry-go-mod-secrets-master-38-stack-cost] did not exist. Created. 21:06:01 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:06:01 + echo total: 0.029999999329447746 [Pipeline] stash 21:06:01 Stashed 1 file(s) [Pipeline] } 21:06:01 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-38-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:08:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32995 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 21:08:35 Running in /w/workspace/go-mod-secrets/38 [Pipeline] { [Pipeline] checkout 21:08:40 using credential edgex-jenkins-ssh 21:08:40 Cloning the remote Git repository 21:08:40 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:08:40 > git init /w/workspace/go-mod-secrets/38 # timeout=10 21:08:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:08:40 > git --version # timeout=10 21:08:40 > git --version # 'git version 2.17.1' 21:08:40 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:08:42 Checking out Revision af461cd0a716b24a34c17b6957051be6c1f74246 (master) 21:08:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:08:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:08:41 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:08:42 > git config core.sparsecheckout # timeout=10 21:08:42 > git checkout -f af461cd0a716b24a34c17b6957051be6c1f74246 # timeout=10 21:08:46 Commit message: "Merge pull request #103 from jim-wang-intel/fix-token-self-json-structure" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:08:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:08:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:08:49 + + sudo service dockertrue restart 21:08:49 [Pipeline] unstash [Pipeline] echo 21:08:52 ========================================================= 21:08:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:08:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:08:52 + 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 . 21:08:53 Sending build context to Docker daemon 632.3kB 21:08:53 Step 1/7 : ARG BASE=golang:1.15-alpine 21:08:53 Step 2/7 : FROM ${BASE} 21:08:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:08:53 5f621e34cdf4: Pulling fs layer 21:08:53 a4357932f1b6: Pulling fs layer 21:08:53 18c013af1878: Pulling fs layer 21:08:53 00ac8860ef70: Pulling fs layer 21:08:53 63d7cb157983: Pulling fs layer 21:08:53 b116817d02f9: Pulling fs layer 21:08:53 745a02a5169b: Pulling fs layer 21:08:53 63d7cb157983: Waiting 21:08:53 b116817d02f9: Waiting 21:08:53 745a02a5169b: Waiting 21:08:53 00ac8860ef70: Waiting 21:08:53 18c013af1878: Verifying Checksum 21:08:53 18c013af1878: Download complete 21:08:53 a4357932f1b6: Download complete 21:08:53 63d7cb157983: Download complete 21:08:54 b116817d02f9: Verifying Checksum 21:08:54 b116817d02f9: Download complete 21:08:54 5f621e34cdf4: Verifying Checksum 21:08:54 5f621e34cdf4: Download complete 21:08:55 5f621e34cdf4: Pull complete 21:08:55 a4357932f1b6: Pull complete 21:08:56 18c013af1878: Pull complete 21:08:56 745a02a5169b: Verifying Checksum 21:08:56 745a02a5169b: Download complete 21:08:58 00ac8860ef70: Verifying Checksum 21:08:58 00ac8860ef70: Download complete 21:09:08 00ac8860ef70: Pull complete 21:09:08 63d7cb157983: Pull complete 21:09:09 b116817d02f9: Pull complete 21:09:13 745a02a5169b: Pull complete 21:09:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:09:13 ---> b7e6874047d6 21:09:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:09:15 ---> Running in 6b4aa1d9875f 21:09:15 Removing intermediate container 6b4aa1d9875f 21:09:15 ---> 5f06296a824a 21:09:15 Step 4/7 : RUN apk add --update bash 21:09:15 ---> Running in 1490c87b3946 21:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:18 OK: 142 MiB in 39 packages 21:09:20 Removing intermediate container 1490c87b3946 21:09:20 ---> 3dc445f33f1e 21:09:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:09:20 ---> Running in 761339132c9a 21:09:20 Removing intermediate container 761339132c9a 21:09:20 ---> 9d2cdb4ffe2b 21:09:20 Step 6/7 : COPY go.mod . 21:09:21 ---> 0785bb053688 21:09:21 Step 7/7 : RUN go mod download 21:09:21 ---> Running in 9276b4e56a09 21:09:39 Removing intermediate container 9276b4e56a09 21:09:39 ---> af8151990c0b 21:09:39 Successfully built af8151990c0b 21:09:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:09:39 + docker inspect -f . ci-base-image-arm64 21:09:39 . [Pipeline] withDockerContainer 21:09:40 prd-ubuntu18.04-docker-arm64-4c-16g-32995 does not seem to be running inside a container 21:09:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/38 -v /w/workspace/go-mod-secrets/38:/w/workspace/go-mod-secrets/38:rw,z -v /w/workspace/go-mod-secrets/38@tmp:/w/workspace/go-mod-secrets/38@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 ******** -e ******** ci-base-image-arm64 cat 21:09:41 $ docker top 3b074789b78bd54c700fdb8ea9d1df15f91d8f98353f49c79eaa605d1d779cec -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:42 + go version 21:09:42 go version go1.15.5 linux/arm64 [Pipeline] } 21:09:42 $ docker stop --time=1 3b074789b78bd54c700fdb8ea9d1df15f91d8f98353f49c79eaa605d1d779cec 21:09:44 $ docker rm -f 3b074789b78bd54c700fdb8ea9d1df15f91d8f98353f49c79eaa605d1d779cec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:09:45 + docker inspect -f . ci-base-image-arm64 21:09:45 . [Pipeline] withDockerContainer 21:09:46 prd-ubuntu18.04-docker-arm64-4c-16g-32995 does not seem to be running inside a container 21:09:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/38 -v /w/workspace/go-mod-secrets/38:/w/workspace/go-mod-secrets/38:rw,z -v /w/workspace/go-mod-secrets/38@tmp:/w/workspace/go-mod-secrets/38@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 ******** -e ******** ci-base-image-arm64 cat 21:09:47 $ docker top 55940ab232454685c2709b29ee972b68f06f3c9153aa8961396f2cb1006e2fed -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:48 + make test 21:09:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:10:21 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.539s coverage: 81.0% of statements 21:10:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.016s coverage: 57.1% of statements 21:10:21 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 21:10:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.029s coverage: 96.7% of statements 21:10:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.022s coverage: 89.5% of statements 21:10:22 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 21:10:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.012s coverage: 100.0% of statements 21:10:22 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 21:10:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.010s coverage: 85.7% of statements 21:10:22 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.017s coverage: 100.0% of statements 21:10:22 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 21:10:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:10:25 gofmt -l . 21:10:25 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:10:26 $ docker stop --time=1 55940ab232454685c2709b29ee972b68f06f3c9153aa8961396f2cb1006e2fed 21:10:28 $ docker rm -f 55940ab232454685c2709b29ee972b68f06f3c9153aa8961396f2cb1006e2fed [Pipeline] // withDockerContainer [Pipeline] sh 21:10:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:10:29 Warning: overwriting stash ‘coverage-report’ 21:10:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:10:31 ---> job-cost.sh 21:10:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PVsW 21:11:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:12:31 lf-activate-venv(): INFO: Adding /tmp/venv-PVsW/bin to PATH 21:12:31 INFO: No Stack... 21:12:32 INFO: Retrieving Pricing Info for: lf-standard-4 21:12:32 INFO: Archiving Costs [Pipeline] sh 21:12:33 + cat /w/workspace/go-mod-secrets/38/archives/cost.csv 21:12:33 + cut -d, -f6 [Pipeline] lock 21:12:33 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-38-stack-cost] 21:12:33 Resource [jenkins-edgexfoundry-go-mod-secrets-master-38-stack-cost] did not exist. Created. 21:12:33 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:12:33 /w/workspace/go-mod-secrets/38@tmp/durable-ad5ccc44/script.sh: 1: /w/workspace/go-mod-secrets/38@tmp/durable-ad5ccc44/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:12:34 + echo total: 0.20999999344348907 [Pipeline] stash 21:12:34 Warning: overwriting stash ‘stack-cost’ 21:12:34 Stashed 1 file(s) [Pipeline] } 21:12:34 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-38-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap 21:12:35 provisioning config files... 21:12:35 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6935797528995176521tmp [Pipeline] { [Pipeline] sh 21:12:35 + set +x 21:12:35 + curl -s https://codecov.io/bash 21:12:35 + bash -s -- 21:12:36 21:12:36 _____ _ 21:12:36 / ____| | | 21:12:36 | | ___ __| | ___ ___ _____ __ 21:12:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:12:36 | |___| (_) | (_| | __/ (_| (_) \ V / 21:12:36 \_____\___/ \__,_|\___|\___\___/ \_/ 21:12:36 Bash-20210309-2b87ace 21:12:36 21:12:36 21:12:36 ==> git version 2.24.3 found 21:12:36 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:12:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:12:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:12:36 ==> Jenkins CI detected. 21:12:36 project root: . 21:12:36 --> token set from env 21:12:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:12:36 ==> Running gcov in . (disable via -X gcov) 21:12:36 ==> Python coveragepy not found 21:12:36 ==> Searching for coverage reports in: 21:12:36 + . 21:12:36 -> Found 1 reports 21:12:36 ==> Detecting git/mercurial file structure 21:12:36 ==> Reading reports 21:12:36 + ./coverage.out bytes=29270 21:12:36 ==> Appending adjustments 21:12:36 https://docs.codecov.io/docs/fixing-reports 21:12:36 + Found adjustments 21:12:36 ==> Gzipping contents 21:12:36 8.0K /tmp/codecov.odlZpc.gz 21:12:36 ==> Uploading reports 21:12:36 url: https://codecov.io 21:12:36 query: branch=master&commit=af461cd0a716b24a34c17b6957051be6c1f74246&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 21:12:36 -> Pinging Codecov 21:12:36 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=af461cd0a716b24a34c17b6957051be6c1f74246&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 21:12:36 -> Uploading to 21:12:36 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/D63849C06B6B67093493C71CE874ED06/af461cd0a716b24a34c17b6957051be6c1f74246/06dbece8-9a0b-46bd-bc29-da1e83fad515.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T211236Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aa2efd8e6567d9b53a5de498248983a92204dc2ee5705c010cc9b7ae736c6470 21:12:36 % Total % Received % Xferd Average Speed Time Time Time Current 21:12:36 Dload Upload Total Spent Left Speed 21:12:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6001 0 0 100 6001 0 13207 --:--:-- --:--:-- --:--:-- 13218 21:12:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/af461cd0a716b24a34c17b6957051be6c1f74246 [Pipeline] } 21:12:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:12:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:12:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:12:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:12:38 21:12:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:12:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:12:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:12:38 188c0c94c7c5: Pulling fs layer 21:12:38 0ef7d3d256c8: Pulling fs layer 21:12:38 de9db76c5a1d: Pulling fs layer 21:12:38 0eba1c9be4d2: Pulling fs layer 21:12:38 0d57e429df01: Pulling fs layer 21:12:38 4e4be7b47b0d: Pulling fs layer 21:12:38 e1f770b5df2f: Pulling fs layer 21:12:38 85a0685a4137: Pulling fs layer 21:12:38 0eba1c9be4d2: Waiting 21:12:38 0d57e429df01: Waiting 21:12:38 4e4be7b47b0d: Waiting 21:12:38 e1f770b5df2f: Waiting 21:12:38 85a0685a4137: Waiting 21:12:38 de9db76c5a1d: Verifying Checksum 21:12:38 de9db76c5a1d: Download complete 21:12:38 0ef7d3d256c8: Verifying Checksum 21:12:38 0ef7d3d256c8: Download complete 21:12:38 0d57e429df01: Verifying Checksum 21:12:38 0d57e429df01: Download complete 21:12:38 4e4be7b47b0d: Download complete 21:12:38 188c0c94c7c5: Verifying Checksum 21:12:38 188c0c94c7c5: Download complete 21:12:39 188c0c94c7c5: Pull complete 21:12:39 0ef7d3d256c8: Pull complete 21:12:39 de9db76c5a1d: Pull complete 21:12:41 e1f770b5df2f: Verifying Checksum 21:12:41 e1f770b5df2f: Download complete 21:12:43 0eba1c9be4d2: Download complete 21:12:43 85a0685a4137: Verifying Checksum 21:12:43 85a0685a4137: Download complete 21:12:49 0eba1c9be4d2: Pull complete 21:12:49 0d57e429df01: Pull complete 21:12:49 4e4be7b47b0d: Pull complete 21:12:51 e1f770b5df2f: Pull complete 21:12:58 85a0685a4137: Pull complete 21:12:58 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:12:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:12:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:12:58 prd-centos7-docker-4c-2g-32991 does not seem to be running inside a container 21:12:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:12:59 $ docker top 5ca518d651b1d6db7aa3bf836cb0f34fa13796f64cda39d2960193119d14d08e -eo pid,comm [Pipeline] { [Pipeline] echo 21:13:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:13:00 + set -o pipefail 21:13:00 + snyk monitor '--org=edgex-jenkins' 21:13:04 21:13:04 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 21:13:04 21:13:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/6b522a48-a7fc-4bce-8a98-41447bf5cfbe 21:13:04 21:13:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:13:04 21:13:04 21:13:04 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:13:04 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:13:04 $ docker stop --time=1 5ca518d651b1d6db7aa3bf836cb0f34fa13796f64cda39d2960193119d14d08e 21:13:06 $ docker rm -f 5ca518d651b1d6db7aa3bf836cb0f34fa13796f64cda39d2960193119d14d08e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 21:13:08 + git log --format=format:%s -1 af461cd0a716b24a34c17b6957051be6c1f74246 [Pipeline] isUnix [Pipeline] sh 21:13:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:13:08 . [Pipeline] withDockerContainer 21:13:08 prd-centos7-docker-4c-2g-32991 does not seem to be running inside a container 21:13:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:13:09 $ docker top 61ffab78111521352ac075182ec3e88663121be9a36d5e95a8754c380e7c8835 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:13:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:13:09 [ssh-agent] Looking for ssh-agent implementation... 21:13:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:13:10 $ docker exec 61ffab78111521352ac075182ec3e88663121be9a36d5e95a8754c380e7c8835 ssh-agent 21:13:10 SSH_AUTH_SOCK=/tmp/ssh-KoklixnHWWtW/agent.12 21:13:10 SSH_AGENT_PID=17 21:13:10 Running ssh-add (command line suppressed) 21:13:10 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8784050296912183469.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8784050296912183469.key) 21:13:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:13:10 + git semver tag 21:13:10 # -> Open(): unable to determine branch for HEAD 21:13:10 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:13:10 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:13:10 # $SEMVER_REMOTE_NAME = origin 21:13:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:13:10 # $SEMVER_USER_NAME = edgex-jenkins 21:13:10 # $SEMVER_BRANCH = master 21:13:10 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 21:13:10 # af461cd0a716b24a34c17b6957051be6c1f74246 HEAD 21:13:10 # -> Force: false 21:13:10 # 839b6adef0f9428e8b0ee6fab1fd1d1d6e5bddaf refs/tags/v2.0.0-dev.14 [Pipeline] } 21:13:10 $ docker exec --env ******** --env ******** 61ffab78111521352ac075182ec3e88663121be9a36d5e95a8754c380e7c8835 ssh-agent -k 21:13:10 unset SSH_AUTH_SOCK; 21:13:10 unset SSH_AGENT_PID; 21:13:10 echo Agent pid 17 killed; 21:13:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:13:11 + git semver [Pipeline] } 21:13:11 $ docker stop --time=1 61ffab78111521352ac075182ec3e88663121be9a36d5e95a8754c380e7c8835 21:13:12 $ docker rm -f 61ffab78111521352ac075182ec3e88663121be9a36d5e95a8754c380e7c8835 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:13:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:13:13 21:13:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:13:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:13:13 0.23.1-centos7: Pulling from edgex-lftools 21:13:13 ab5ef0e58194: Pulling fs layer 21:13:13 9712f1f96733: Pulling fs layer 21:13:13 63f879dbbcfc: Pulling fs layer 21:13:13 0d9ebad4ef96: Pulling fs layer 21:13:13 e9a5061849ea: Pulling fs layer 21:13:13 d747dcd14b5f: Pulling fs layer 21:13:13 2de7ff778b66: Pulling fs layer 21:13:13 e9a5061849ea: Waiting 21:13:13 d747dcd14b5f: Waiting 21:13:13 0d9ebad4ef96: Waiting 21:13:13 2de7ff778b66: Waiting 21:13:13 9712f1f96733: Download complete 21:13:15 63f879dbbcfc: Verifying Checksum 21:13:15 63f879dbbcfc: Download complete 21:13:15 e9a5061849ea: Verifying Checksum 21:13:15 e9a5061849ea: Download complete 21:13:15 d747dcd14b5f: Verifying Checksum 21:13:15 d747dcd14b5f: Download complete 21:13:15 2de7ff778b66: Verifying Checksum 21:13:15 2de7ff778b66: Download complete 21:13:16 0d9ebad4ef96: Verifying Checksum 21:13:16 0d9ebad4ef96: Download complete 21:13:16 ab5ef0e58194: Verifying Checksum 21:13:16 ab5ef0e58194: Download complete 21:13:20 ab5ef0e58194: Pull complete 21:13:20 9712f1f96733: Pull complete 21:13:22 63f879dbbcfc: Pull complete 21:13:29 0d9ebad4ef96: Pull complete 21:13:30 e9a5061849ea: Pull complete 21:13:30 d747dcd14b5f: Pull complete 21:13:34 2de7ff778b66: Pull complete 21:13:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:13:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:13:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:13:34 prd-centos7-docker-4c-2g-32991 does not seem to be running inside a container 21:13:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:13:38 $ docker top 610e4eec4600c06422d787761c12b7e6484e045fb050e087ac49931d7e725881 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:13:38 provisioning config files... 21:13:39 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1442866648479009829tmp 21:13:39 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2500386676104517806tmp 21:13:39 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4694593433504611613tmp [Pipeline] { [Pipeline] echo 21:13:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:13:39 ---> sigul-configuration.sh 21:13:39 gpg: directory `/root/.gnupg' created 21:13:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:13:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:13:39 gpg: keyring `/root/.gnupg/secring.gpg' created 21:13:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:13:39 gpg: CAST5 encrypted data 21:13:39 gpg: encrypted with 1 passphrase 21:13:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:13:39 + mkdir /home/jenkins 21:13:39 + mkdir /home/jenkins/sigul [Pipeline] sh 21:13:40 + 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 21:13:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:13:40 ---> sigul-install.sh 21:13:47 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:13:47 + git tag --list 21:13:47 v0.0.0 21:13:47 v0.0.1 21:13:47 v0.0.10 21:13:47 v0.0.11 21:13:47 v0.0.12 21:13:47 v0.0.13 21:13:47 v0.0.14 21:13:47 v0.0.15 21:13:47 v0.0.16 21:13:47 v0.0.17 21:13:47 v0.0.18 21:13:47 v0.0.19 21:13:47 v0.0.2 21:13:47 v0.0.20 21:13:47 v0.0.21 21:13:47 v0.0.22 21:13:47 v0.0.23 21:13:47 v0.0.24 21:13:47 v0.0.25 21:13:47 v0.0.26 21:13:47 v0.0.27 21:13:47 v0.0.28 21:13:47 v0.0.29 21:13:47 v0.0.3 21:13:47 v0.0.30 21:13:47 v0.0.31 21:13:47 v0.0.32 21:13:47 v0.0.33 21:13:47 v0.0.4 21:13:47 v0.0.5 21:13:47 v0.0.6 21:13:47 v0.0.7 21:13:47 v0.0.8 21:13:47 v0.0.9 21:13:47 v2.0.0-dev.1 21:13:47 v2.0.0-dev.10 21:13:47 v2.0.0-dev.11 21:13:47 v2.0.0-dev.12 21:13:47 v2.0.0-dev.13 21:13:47 v2.0.0-dev.14 21:13:47 v2.0.0-dev.2 21:13:47 v2.0.0-dev.3 21:13:47 v2.0.0-dev.4 21:13:47 v2.0.0-dev.5 21:13:47 v2.0.0-dev.6 21:13:47 v2.0.0-dev.7 21:13:47 v2.0.0-dev.8 21:13:47 v2.0.0-dev.9 [Pipeline] sh 21:13:47 + lftools sign git-tag v2.0.0-dev.14 21:13:49 Signing Git tag with Sigul... 21:13:49 Signing v2.0.0-dev.14 [Pipeline] echo 21:13:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:13:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:13:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:13:50 $ docker stop --time=1 610e4eec4600c06422d787761c12b7e6484e045fb050e087ac49931d7e725881 21:13:52 $ docker rm -f 610e4eec4600c06422d787761c12b7e6484e045fb050e087ac49931d7e725881 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:13:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:13:53 . [Pipeline] withDockerContainer 21:13:53 prd-centos7-docker-4c-2g-32991 does not seem to be running inside a container 21:13:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:13:54 $ docker top e4c6f2bc57027bd28d5628d3b933d72647d254959aec72943b9f426f0dae7baa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:13:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:13:54 [ssh-agent] Looking for ssh-agent implementation... 21:13:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:13:54 $ docker exec e4c6f2bc57027bd28d5628d3b933d72647d254959aec72943b9f426f0dae7baa ssh-agent 21:13:55 SSH_AUTH_SOCK=/tmp/ssh-g0BqKV1OZ9IV/agent.11 21:13:55 SSH_AGENT_PID=17 21:13:55 Running ssh-add (command line suppressed) 21:13:55 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8351870712806372174.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8351870712806372174.key) 21:13:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:13:55 + git semver bump pre 21:13:55 # -> Open(): unable to determine branch for HEAD 21:13:55 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:13:55 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:13:55 # $SEMVER_REMOTE_NAME = origin 21:13:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:13:55 # $SEMVER_USER_NAME = edgex-jenkins 21:13:55 # $SEMVER_BRANCH = master 21:13:55 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 21:13:55 2.0.0-dev.15 [Pipeline] } 21:13:55 $ docker exec --env ******** --env ******** e4c6f2bc57027bd28d5628d3b933d72647d254959aec72943b9f426f0dae7baa ssh-agent -k 21:13:55 unset SSH_AUTH_SOCK; 21:13:55 unset SSH_AGENT_PID; 21:13:55 echo Agent pid 17 killed; 21:13:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:13:56 + git semver [Pipeline] } 21:13:56 $ docker stop --time=1 e4c6f2bc57027bd28d5628d3b933d72647d254959aec72943b9f426f0dae7baa 21:13:57 $ docker rm -f e4c6f2bc57027bd28d5628d3b933d72647d254959aec72943b9f426f0dae7baa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:13:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:13:58 . [Pipeline] withDockerContainer 21:13:58 prd-centos7-docker-4c-2g-32991 does not seem to be running inside a container 21:13:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:13:59 $ docker top a5b13d8352d22067fc42864bdd448e0dcdcaaad9d3383edc44242cd824b08960 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:13:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:13:59 [ssh-agent] Looking for ssh-agent implementation... 21:13:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:13:59 $ docker exec a5b13d8352d22067fc42864bdd448e0dcdcaaad9d3383edc44242cd824b08960 ssh-agent 21:14:00 SSH_AUTH_SOCK=/tmp/ssh-zPtuhK6k08eA/agent.12 21:14:00 SSH_AGENT_PID=17 21:14:00 Running ssh-add (command line suppressed) 21:14:00 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4260670570381449326.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4260670570381449326.key) 21:14:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:14:00 + git semver push 21:14:00 # -> Open(): unable to determine branch for HEAD 21:14:00 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:14:00 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:14:00 # $SEMVER_REMOTE_NAME = origin 21:14:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:14:00 # $SEMVER_USER_NAME = edgex-jenkins 21:14:00 # $SEMVER_BRANCH = master 21:14:00 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 21:14:04 $ docker exec --env ******** --env ******** a5b13d8352d22067fc42864bdd448e0dcdcaaad9d3383edc44242cd824b08960 ssh-agent -k 21:14:05 unset SSH_AUTH_SOCK; 21:14:05 unset SSH_AGENT_PID; 21:14:05 echo Agent pid 17 killed; 21:14:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:14:05 + git semver [Pipeline] } 21:14:05 $ docker stop --time=1 a5b13d8352d22067fc42864bdd448e0dcdcaaad9d3383edc44242cd824b08960 21:14:07 $ docker rm -f a5b13d8352d22067fc42864bdd448e0dcdcaaad9d3383edc44242cd824b08960 [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 21:14:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:14:09 ---> package-listing.sh 21:14:09 ++ facter osfamily 21:14:09 ++ tr '[:upper:]' '[:lower:]' 21:14:09 + OS_FAMILY=redhat 21:14:09 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 21:14:09 + START_PACKAGES=/tmp/packages_start.txt 21:14:09 + END_PACKAGES=/tmp/packages_end.txt 21:14:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:14:09 + PACKAGES=/tmp/packages_start.txt 21:14:09 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 21:14:09 + PACKAGES=/tmp/packages_end.txt 21:14:09 + case "${OS_FAMILY}" in 21:14:09 + rpm -qa 21:14:09 + sort 21:14:14 + '[' -f /tmp/packages_start.txt ']' 21:14:14 + '[' -f /tmp/packages_end.txt ']' 21:14:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:14:14 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 21:14:14 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 21:14:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 21:14:14 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:14:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:14:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:14:15 21:14:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:14:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:14:15 alpine: Pulling from edgex-lftools-log-publisher 21:14:15 df20fa9351a1: Pulling fs layer 21:14:15 36b3adc4ff6f: Pulling fs layer 21:14:15 8ad3a11d3b57: Pulling fs layer 21:14:15 46f8f816bc3b: Pulling fs layer 21:14:15 93b61091891f: Pulling fs layer 21:14:15 93b9cdb0e59b: Pulling fs layer 21:14:15 5e14af77c1be: Pulling fs layer 21:14:15 01666e4c0597: Pulling fs layer 21:14:15 aa168da1d23b: Pulling fs layer 21:14:15 46f8f816bc3b: Waiting 21:14:15 5e14af77c1be: Waiting 21:14:15 93b9cdb0e59b: Waiting 21:14:15 01666e4c0597: Waiting 21:14:15 36b3adc4ff6f: Verifying Checksum 21:14:15 36b3adc4ff6f: Download complete 21:14:15 46f8f816bc3b: Verifying Checksum 21:14:15 46f8f816bc3b: Download complete 21:14:15 df20fa9351a1: Verifying Checksum 21:14:15 df20fa9351a1: Download complete 21:14:15 93b9cdb0e59b: Download complete 21:14:15 5e14af77c1be: Verifying Checksum 21:14:15 5e14af77c1be: Download complete 21:14:15 93b61091891f: Verifying Checksum 21:14:15 93b61091891f: Download complete 21:14:15 01666e4c0597: Verifying Checksum 21:14:15 01666e4c0597: Download complete 21:14:15 8ad3a11d3b57: Verifying Checksum 21:14:15 8ad3a11d3b57: Download complete 21:14:16 df20fa9351a1: Pull complete 21:14:16 36b3adc4ff6f: Pull complete 21:14:17 8ad3a11d3b57: Pull complete 21:14:17 aa168da1d23b: Verifying Checksum 21:14:17 aa168da1d23b: Download complete 21:14:18 46f8f816bc3b: Pull complete 21:14:18 93b61091891f: Pull complete 21:14:18 93b9cdb0e59b: Pull complete 21:14:18 5e14af77c1be: Pull complete 21:14:19 01666e4c0597: Pull complete 21:14:29 aa168da1d23b: Pull complete 21:14:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:14:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:14:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:14:29 prd-centos7-docker-4c-2g-32991 does not seem to be running inside a container 21:14:29 $ 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:14:32 $ docker top 0f62975e6bbf3fc8c586e419eec6da1c3e705048f84edc982afe506d56bcc105 -eo pid,comm [Pipeline] { [Pipeline] sh 21:14:32 + touch /tmp/pre-build-complete [Pipeline] sh 21:14:32 + mkdir -p /var/log/sa [Pipeline] sh 21:14:33 + ls /var/log/sa-host 21:14:33 + sadf -c /var/log/sa-host/sa06 21:14:33 file_magic: OK 21:14:33 HZ: Using current value: 100 21:14:33 file_header: OK 21:14:33 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 21:14:33 Statistics: 21:14:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:14:33 File successfully converted to sysstat format version 12.2.1 21:14:33 + sadf -c /var/log/sa-host/sa23 21:14:33 file_magic: OK 21:14:33 HZ: Using current value: 100 21:14:33 file_header: OK 21:14:33 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 21:14:33 Statistics: 21:14:33 Hnuu...uuuununununu... 21:14:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:14:33 provisioning config files... 21:14:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8142131174642785137tmp [Pipeline] { [Pipeline] echo 21:14:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:14:33 ---> create-netrc.sh [Pipeline] } 21:14:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:14:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:14:34 ---> python-tools-install.sh [Pipeline] echo 21:14:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:14:34 ---> sudo-logs.sh 21:14:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:14:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:14:34 ---> job-cost.sh 21:14:34 lf-activate-venv: SKIPPING 21:14:34 DEBUG: total: 0.20999999344348907 21:14:34 INFO: Retrieving Stack Cost... 21:14:38 INFO: Retrieving Pricing Info for: v1-standard-2 21:14:38 INFO: Archiving Costs [Pipeline] echo 21:14:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:14:39 ---> logs-deploy.sh 21:14:39 lf-activate-venv: SKIPPING 21:14:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/38 21:14:39 INFO: archiving workspace using pattern(s): 21:14:41 Archives upload complete. 21:14:41 INFO: archiving logs to Nexus 21:14:42 ---> uname -a: 21:14:42 Linux prd-centos7-docker-4c-2g-32991.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:14:42 21:14:42 21:14:42 ---> lscpu: 21:14:42 Architecture: x86_64 21:14:42 CPU op-mode(s): 32-bit, 64-bit 21:14:42 Byte Order: Little Endian 21:14:42 Address sizes: 40 bits physical, 48 bits virtual 21:14:42 CPU(s): 4 21:14:42 On-line CPU(s) list: 0-3 21:14:42 Thread(s) per core: 1 21:14:42 Core(s) per socket: 1 21:14:42 Socket(s): 4 21:14:42 NUMA node(s): 1 21:14:42 Vendor ID: GenuineIntel 21:14:42 CPU family: 6 21:14:42 Model: 44 21:14:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:14:42 Stepping: 1 21:14:42 CPU MHz: 2933.442 21:14:42 BogoMIPS: 5866.88 21:14:42 Virtualization: VT-x 21:14:42 Hypervisor vendor: KVM 21:14:42 Virtualization type: full 21:14:42 L1d cache: 128 KiB 21:14:42 L1i cache: 128 KiB 21:14:42 L2 cache: 16 MiB 21:14:42 L3 cache: 64 MiB 21:14:42 NUMA node0 CPU(s): 0-3 21:14:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:14:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:14:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:14:42 Vulnerability Meltdown: Mitigation; PTI 21:14:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:14:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:14:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:14:42 Vulnerability Srbds: Not affected 21:14:42 Vulnerability Tsx async abort: Not affected 21:14:42 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 21:14:42 21:14:42 21:14:42 ---> nproc: 21:14:42 4 21:14:42 21:14:42 21:14:42 ---> df -h: 21:14:42 Filesystem Size Used Available Use% Mounted on 21:14:42 overlay 50.0G 8.5G 41.4G 17% / 21:14:42 tmpfs 64.0M 0 64.0M 0% /dev 21:14:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:14:42 shm 64.0M 0 64.0M 0% /dev/shm 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:14:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:14:42 21:14:42 21:14:42 ---> free -m: 21:14:42 total used free shared buff/cache available 21:14:42 Mem: 1837 822 146 0 868 951 21:14:42 Swap: 1023 3 1020 21:14:42 21:14:42 21:14:42 ---> ip addr: 21:14:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:14:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:14:42 inet 127.0.0.1/8 scope host lo 21:14:42 valid_lft forever preferred_lft forever 21:14:42 inet6 ::1/128 scope host 21:14:42 valid_lft forever preferred_lft forever 21:14:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:14:42 link/ether fa:16:3e:a3:98:b2 brd ff:ff:ff:ff:ff:ff 21:14:42 inet 10.30.123.187/23 brd 10.30.123.255 scope global dynamic eth0 21:14:42 valid_lft 85538sec preferred_lft 85538sec 21:14:42 inet6 fe80::f816:3eff:fea3:98b2/64 scope link 21:14:42 valid_lft forever preferred_lft forever 21:14:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:14:42 link/ether 02:42:41:03:d0:7b brd ff:ff:ff:ff:ff:ff 21:14:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:14:42 valid_lft forever preferred_lft forever 21:14:42 inet6 fe80::42:41ff:fe03:d07b/64 scope link 21:14:42 valid_lft forever preferred_lft forever 21:14:42 21:14:42 21:14:42 ---> sar -b -r -n DEV: 21:14:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 21:14:42 21:14:42 21:00:07 LINUX RESTART (4 CPU) 21:14:42 21:14:42 21:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:14:42 21:02:02 29.53 10.60 18.93 0.00 4278.21 2983.47 0.00 21:14:42 21:03:01 1.74 0.00 1.74 0.00 0.00 32.99 0.00 21:14:42 21:04:01 0.40 0.00 0.40 0.00 0.00 5.91 0.00 21:14:42 21:05:01 0.35 0.00 0.35 0.00 0.00 4.16 0.00 21:14:42 21:06:01 0.25 0.00 0.25 0.00 0.00 2.88 0.00 21:14:42 21:07:01 0.40 0.00 0.40 0.00 0.00 4.86 0.00 21:14:42 21:08:01 0.32 0.00 0.32 0.00 0.00 3.73 0.00 21:14:42 21:09:01 0.37 0.00 0.37 0.00 0.00 4.40 0.00 21:14:42 21:10:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 21:14:42 21:11:01 0.23 0.00 0.23 0.00 0.00 2.22 0.00 21:14:42 21:12:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 21:14:42 21:13:01 204.93 121.94 82.99 0.00 6986.15 33197.57 0.00 21:14:42 21:14:01 249.40 102.75 146.65 0.00 5582.69 33865.93 0.00 21:14:42 Average: 37.63 18.13 19.50 0.00 1298.22 5403.07 0.00 21:14:42 21:14:42 21:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:14:42 21:02:02 137452 0 614696 32.67 2620 1126776 1108304 37.82 434420 1110332 24 21:14:42 21:03:01 143216 0 608928 32.36 2620 1126780 1082256 36.94 432176 1107532 8 21:14:42 21:04:01 142176 0 609960 32.42 2620 1126788 1082172 36.93 430748 1110568 8 21:14:42 21:05:01 141168 0 610968 32.47 2620 1126788 1082352 36.94 441152 1101044 8 21:14:42 21:06:01 140440 0 611692 32.51 2620 1126792 1082232 36.93 439476 1103760 16 21:14:42 21:07:01 140400 0 611724 32.51 2620 1126800 1082232 36.93 441508 1101816 12 21:14:42 21:08:01 140664 0 611460 32.50 2620 1126800 1082172 36.93 443096 1099836 8 21:14:42 21:09:01 140052 0 612064 32.53 2620 1126808 1082292 36.94 443776 1099836 8 21:14:42 21:10:01 140532 0 611580 32.50 2620 1126812 1082172 36.93 443124 1099836 8 21:14:42 21:11:01 140256 0 611848 32.52 2620 1126820 1082244 36.94 443480 1099840 8 21:14:42 21:12:01 140664 0 611440 32.50 2620 1126820 1082172 36.93 443240 1099836 12 21:14:42 21:13:01 122336 0 734688 39.05 2596 1021924 1245632 42.51 525696 984772 52 21:14:42 21:14:01 243900 0 773060 41.09 1492 863092 1330804 45.42 586036 715616 52 21:14:42 Average: 147174 0 633393 33.66 2531 1098446 1115926 38.08 457533 1064202 17 21:14:42 21:14:42 21:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:14:42 21:02:02 eth0 65.46 50.04 337.01 25.89 0.00 0.00 0.00 0.00 21:14:42 21:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:02:02 docker0 2.25 1.70 0.49 4.50 0.00 0.00 0.00 0.00 21:14:42 21:03:01 eth0 0.59 0.30 0.36 0.02 0.00 0.00 0.00 0.00 21:14:42 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:04:01 eth0 1.67 0.07 0.16 0.01 0.00 0.00 0.00 0.00 21:14:42 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:05:01 eth0 0.87 0.58 0.53 0.39 0.00 0.00 0.00 0.00 21:14:42 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:06:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:14:42 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:07:01 eth0 0.22 0.17 0.09 0.01 0.00 0.00 0.00 0.00 21:14:42 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:08:01 eth0 0.82 0.08 0.07 0.01 0.00 0.00 0.00 0.00 21:14:42 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:09:01 eth0 0.53 0.35 0.27 0.20 0.00 0.00 0.00 0.00 21:14:42 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:10:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:14:42 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:11:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:14:42 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:14:42 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:13:01 vetheca54a9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:13:01 eth0 518.86 461.97 4088.01 38.63 0.00 0.00 0.00 0.00 21:14:42 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:14:01 eth0 539.26 461.04 3526.66 131.86 0.00 0.00 0.00 0.00 21:14:42 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 21:14:01 veth5d4837f 0.95 0.72 0.18 0.17 0.00 0.00 0.00 0.00 21:14:42 21:14:01 docker0 36.38 42.01 2.60 262.25 0.00 0.00 0.00 0.00 21:14:42 Average: eth0 87.00 75.14 612.90 15.19 0.00 0.00 0.00 0.00 21:14:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:42 Average: veth5d4837f 0.07 0.06 0.01 0.01 0.00 0.00 0.00 0.00 21:14:42 Average: docker0 2.98 3.37 0.24 20.56 0.00 0.00 0.00 0.00 21:14:42 21:14:42 21:14:42 ---> sar -P ALL: 21:14:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 21:14:42 21:14:42 21:00:07 LINUX RESTART (4 CPU) 21:14:42 21:14:42 21:01:01 CPU %user %nice %system %iowait %steal %idle 21:14:42 21:02:02 all 2.07 0.00 1.63 0.65 0.02 95.64 21:14:42 21:02:02 0 2.02 0.00 1.42 0.13 0.02 96.41 21:14:42 21:02:02 1 2.31 0.00 1.74 0.52 0.02 95.42 21:14:42 21:02:02 2 1.84 0.00 1.73 1.11 0.02 95.31 21:14:42 21:02:02 3 2.09 0.00 1.62 0.84 0.02 95.44 21:14:42 21:03:01 all 0.11 0.00 0.04 0.00 0.00 99.84 21:14:42 21:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:14:42 21:03:01 1 0.37 0.00 0.03 0.00 0.00 99.59 21:14:42 21:03:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:14:42 21:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:14:42 21:04:01 all 0.13 0.00 0.03 0.00 0.00 99.83 21:14:42 21:04:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:14:42 21:04:01 1 0.37 0.00 0.02 0.00 0.00 99.62 21:14:42 21:04:01 2 0.10 0.00 0.08 0.00 0.00 99.82 21:14:42 21:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:05:01 all 0.16 0.00 0.05 0.00 0.00 99.79 21:14:42 21:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:14:42 21:05:01 1 0.53 0.00 0.07 0.00 0.00 99.40 21:14:42 21:05:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:14:42 21:05:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:14:42 21:06:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:14:42 21:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:14:42 21:06:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:14:42 21:06:01 2 0.02 0.00 0.05 0.00 0.02 99.92 21:14:42 21:06:01 3 0.07 0.00 0.03 0.00 0.00 99.90 21:14:42 21:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:14:42 21:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:14:42 21:07:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:14:42 21:07:01 2 0.48 0.00 0.02 0.00 0.00 99.50 21:14:42 21:07:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:14:42 21:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:14:42 21:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:08:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:14:42 21:08:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:14:42 21:09:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:14:42 21:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:09:01 2 0.50 0.00 0.05 0.00 0.00 99.45 21:14:42 21:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:14:42 21:10:01 all 0.16 0.00 0.02 0.00 0.00 99.82 21:14:42 21:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:14:42 21:10:01 2 0.53 0.00 0.00 0.00 0.00 99.47 21:14:42 21:10:01 3 0.05 0.00 0.05 0.00 0.02 99.88 21:14:42 21:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:14:42 21:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:11:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:14:42 21:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:14:42 21:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:14:42 21:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:14:42 21:12:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:14:42 21:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:14:42 21:12:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:14:42 21:14:42 21:12:01 CPU %user %nice %system %iowait %steal %idle 21:14:42 21:13:01 all 8.13 0.00 5.51 0.94 0.02 85.40 21:14:42 21:13:01 0 8.10 0.00 5.52 0.60 0.02 85.77 21:14:42 21:13:01 1 8.42 0.00 5.51 0.35 0.02 85.70 21:14:42 21:13:01 2 8.37 0.00 5.36 1.96 0.02 84.29 21:14:42 21:13:01 3 7.64 0.00 5.65 0.85 0.02 85.84 21:14:42 21:14:01 all 12.24 0.00 9.32 3.75 0.04 74.64 21:14:42 21:14:01 0 10.63 0.00 9.44 6.26 0.05 73.62 21:14:42 21:14:01 1 11.11 0.00 9.23 2.45 0.05 77.15 21:14:42 21:14:01 2 15.38 0.00 9.15 4.11 0.03 71.33 21:14:42 21:14:01 3 11.85 0.00 9.46 2.20 0.03 76.45 21:14:42 Average: all 1.81 0.00 1.27 0.40 0.01 96.50 21:14:42 Average: 0 1.59 0.00 1.25 0.53 0.01 96.63 21:14:42 Average: 1 1.85 0.00 1.27 0.25 0.01 96.62 21:14:42 Average: 2 2.16 0.00 1.26 0.54 0.01 96.03 21:14:42 Average: 3 1.66 0.00 1.30 0.30 0.01 96.74 21:14:42 21:14:42 21:14:42