Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from da2db404580ccf96027d18d91e684427126e7c45 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31302 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision da2db404580ccf96027d18d91e684427126e7c45 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f da2db404580ccf96027d18d91e684427126e7c45 # timeout=10 Commit message: "Merge pull request #189 from lenny-intel/V2-Ping" > git rev-list --no-walk cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:00:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:00:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:00:28 ========================================================= 03:00:28 EdgeX Global Pipelines Version Info 03:00:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:00:31 ------------------- 03:00:31 stable info: 03:00:31 ------------------- 03:00:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:00:31 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:00:31 Message: update stable to v1.0.186 03:00:32 ------------------- 03:00:32 experimental info: 03:00:32 ------------------- 03:00:32 Commited By: **** collab-it+edgex@linuxfoundation.org 03:00:32 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 03:00:32 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:00:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 03:00:32 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 03:00:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:00:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:00:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:00:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:00:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:00:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:00:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:00:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:00:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:00:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:00:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = da2db404580ccf96027d18d91e684427126e7c45 [Pipeline] echo 03:00:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = da2db40 [Pipeline] echo 03:00:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:00:36 + git log --format=format:%s -1 da2db404580ccf96027d18d91e684427126e7c45 [Pipeline] echo 03:00:36 GIT_COMMIT: da2db404580ccf96027d18d91e684427126e7c45, Commit Message: Merge pull request #189 from lenny-intel/V2-Ping [Pipeline] echo 03:00:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:00:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:00:38 03:00:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:00:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:00:39 latest: Pulling from edgex-devops/git-semver 03:00:39 31603596830f: Pulling fs layer 03:00:39 2a8b12db71e7: Pulling fs layer 03:00:39 6ca5941a6612: Pulling fs layer 03:00:39 ecc8261a40a4: Pulling fs layer 03:00:39 ecc8261a40a4: Waiting 03:00:39 2a8b12db71e7: Verifying Checksum 03:00:39 2a8b12db71e7: Download complete 03:00:39 31603596830f: Verifying Checksum 03:00:39 31603596830f: Download complete 03:00:39 ecc8261a40a4: Verifying Checksum 03:00:39 ecc8261a40a4: Download complete 03:00:39 6ca5941a6612: Verifying Checksum 03:00:39 6ca5941a6612: Download complete 03:00:39 31603596830f: Pull complete 03:00:40 2a8b12db71e7: Pull complete 03:00:43 6ca5941a6612: Pull complete 03:00:43 ecc8261a40a4: Pull complete 03:00:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:00:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:00:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:00:43 prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container 03:00:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:00:47 $ docker top 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:00:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:00:47 [ssh-agent] Looking for ssh-agent implementation... 03:00:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:00:48 $ docker exec 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 ssh-agent 03:00:49 SSH_AUTH_SOCK=/tmp/ssh-lUCX3dAYGMbr/agent.11 03:00:49 SSH_AGENT_PID=16 03:00:49 Running ssh-add (command line suppressed) 03:00:50 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4535950652707483828.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4535950652707483828.key) 03:00:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:00:51 + git tag --points-at HEAD [Pipeline] } 03:00:51 $ docker exec --env ******** --env ******** 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 ssh-agent -k 03:00:51 unset SSH_AUTH_SOCK; 03:00:51 unset SSH_AGENT_PID; 03:00:51 echo Agent pid 16 killed; 03:00:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:00:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:00:52 [ssh-agent] Looking for ssh-agent implementation... 03:00:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:00:52 $ docker exec 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 ssh-agent 03:00:53 SSH_AUTH_SOCK=/tmp/ssh-vEvwCvPmZHYA/agent.44 03:00:53 SSH_AGENT_PID=49 03:00:53 Running ssh-add (command line suppressed) 03:00:54 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2904480938080955674.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2904480938080955674.key) 03:00:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:00:54 + git semver init 03:00:54 # -> Open(): unable to determine branch for HEAD 03:00:54 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:00:54 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:00:54 # $SEMVER_REMOTE_NAME = origin 03:00:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:00:54 # $SEMVER_USER_NAME = edgex-jenkins 03:00:54 # $SEMVER_BRANCH = master 03:00:54 # $SEMVER_TEMP = /tmp/semver-892970742 03:00:54 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 03:00:55 # '/tmp/semver-892970742' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 03:00:55 # -> Force: false 03:00:55 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 03:00:55 $ docker exec --env ******** --env ******** 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 ssh-agent -k 03:00:56 unset SSH_AUTH_SOCK; 03:00:56 unset SSH_AGENT_PID; 03:00:56 echo Agent pid 49 killed; 03:00:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:00:57 + git semver [Pipeline] } 03:00:57 $ docker stop --time=1 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 03:01:00 $ docker rm -f 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 [Pipeline] // withDockerContainer [Pipeline] sh 03:01:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:01:02 Stashed 1 file(s) [Pipeline] echo 03:01:02 [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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 03:01:18 Still waiting to schedule task 03:01:18 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31302’ 03:01:18 Still waiting to schedule task 03:01:18 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:03:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31304 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 03:03:04 Running in /w/workspace/go-mod-bootstrap/98 [Pipeline] { [Pipeline] checkout 03:03:09 using credential edgex-jenkins-ssh 03:03:09 Cloning the remote Git repository 03:03:09 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 03:03:09 > git init /w/workspace/go-mod-bootstrap/98 # timeout=10 03:03:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:03:09 > git --version # timeout=10 03:03:09 > git --version # 'git version 2.17.1' 03:03:09 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:03:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:03:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:03:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:03:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:03:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:03:10 Checking out Revision da2db404580ccf96027d18d91e684427126e7c45 (master) 03:03:10 > git config core.sparsecheckout # timeout=10 03:03:10 > git checkout -f da2db404580ccf96027d18d91e684427126e7c45 # timeout=10 03:03:15 Commit message: "Merge pull request #189 from lenny-intel/V2-Ping" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:03:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:03:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:03:17 + true 03:03:17 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 03:03:19 ========================================================= 03:03:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:03:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:03:20 + 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 . 03:03:21 Sending build context to Docker daemon 741.9kB 03:03:21 Step 1/8 : ARG BASE=golang:1.15-alpine 03:03:21 Step 2/8 : FROM ${BASE} 03:03:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:03:21 5f621e34cdf4: Pulling fs layer 03:03:21 a4357932f1b6: Pulling fs layer 03:03:21 18c013af1878: Pulling fs layer 03:03:21 00ac8860ef70: Pulling fs layer 03:03:21 63d7cb157983: Pulling fs layer 03:03:21 00ac8860ef70: Waiting 03:03:21 b116817d02f9: Pulling fs layer 03:03:21 745a02a5169b: Pulling fs layer 03:03:21 63d7cb157983: Waiting 03:03:21 745a02a5169b: Waiting 03:03:21 b116817d02f9: Waiting 03:03:21 18c013af1878: Verifying Checksum 03:03:21 18c013af1878: Download complete 03:03:21 a4357932f1b6: Verifying Checksum 03:03:21 a4357932f1b6: Download complete 03:03:21 63d7cb157983: Verifying Checksum 03:03:21 63d7cb157983: Download complete 03:03:21 b116817d02f9: Verifying Checksum 03:03:21 b116817d02f9: Download complete 03:03:21 5f621e34cdf4: Verifying Checksum 03:03:21 5f621e34cdf4: Download complete 03:03:22 5f621e34cdf4: Pull complete 03:03:23 a4357932f1b6: Pull complete 03:03:23 18c013af1878: Pull complete 03:03:24 745a02a5169b: Verifying Checksum 03:03:24 745a02a5169b: Download complete 03:03:26 00ac8860ef70: Verifying Checksum 03:03:26 00ac8860ef70: Download complete 03:03:36 00ac8860ef70: Pull complete 03:03:36 63d7cb157983: Pull complete 03:03:37 b116817d02f9: Pull complete 03:03:41 745a02a5169b: Pull complete 03:03:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:03:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:03:41 ---> b7e6874047d6 03:03:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:03:44 ---> Running in d3f6ff3479c6 03:03:44 Removing intermediate container d3f6ff3479c6 03:03:44 ---> efdee76bb692 03:03:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:03:44 ---> Running in 74d397242adc 03:03:46 Removing intermediate container 74d397242adc 03:03:46 ---> b273cb751fa5 03:03:46 Step 5/8 : RUN apk add --update --no-cache git make 03:03:46 ---> Running in 98aebf669686 03:03:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:03:49 OK: 142 MiB in 39 packages 03:03:50 Removing intermediate container 98aebf669686 03:03:50 ---> aa2e342c1996 03:03:50 Step 6/8 : WORKDIR /build 03:03:50 ---> Running in 9893c20a644f 03:03:51 Running on prd-centos7-docker-4c-2g-31306 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 03:03:51 Running in /w/workspace/go-mod-bootstrap/98 [Pipeline] { 03:03:51 Removing intermediate container 9893c20a644f 03:03:51 ---> 8a22008a435c 03:03:51 Step 7/8 : COPY go.mod . [Pipeline] checkout 03:03:51 ---> 9444a854dc65 03:03:51 Step 8/8 : RUN go mod download 03:03:51 ---> Running in 5c61d53910f3 03:04:02 using credential edgex-jenkins-ssh 03:04:02 Cloning the remote Git repository 03:04:02 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 03:04:02 > git init /w/workspace/go-mod-bootstrap/98 # timeout=10 03:04:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:04:02 > git --version # timeout=10 03:04:02 > git --version # 'git version 2.24.3' 03:04:02 using GIT_SSH to set credentials SSH Credentials for GitHub 03:04:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:04:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:04:04 Checking out Revision da2db404580ccf96027d18d91e684427126e7c45 (master) 03:04:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:04:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:04:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:04:04 using GIT_SSH to set credentials SSH Credentials for GitHub 03:04:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:04:05 > git config core.sparsecheckout # timeout=10 03:04:05 > git checkout -f da2db404580ccf96027d18d91e684427126e7c45 # timeout=10 03:04:09 Commit message: "Merge pull request #189 from lenny-intel/V2-Ping" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:04:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:04:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:04:11 + true 03:04:11 + sudo service docker restart 03:04:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 03:04:13 ========================================================= 03:04:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:04:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:04:14 + 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 . 03:04:15 Sending build context to Docker daemon 742.9kB 03:04:15 Step 1/8 : ARG BASE=golang:1.15-alpine 03:04:15 Step 2/8 : FROM ${BASE} 03:04:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:04:15 188c0c94c7c5: Pulling fs layer 03:04:15 0ef7d3d256c8: Pulling fs layer 03:04:15 de9db76c5a1d: Pulling fs layer 03:04:15 bca2f99d35d6: Pulling fs layer 03:04:15 93359f2a8cfa: Pulling fs layer 03:04:15 7c6f9722023f: Pulling fs layer 03:04:15 a35cf1a2eb13: Pulling fs layer 03:04:15 bca2f99d35d6: Waiting 03:04:15 93359f2a8cfa: Waiting 03:04:15 7c6f9722023f: Waiting 03:04:15 a35cf1a2eb13: Waiting 03:04:15 de9db76c5a1d: Verifying Checksum 03:04:15 de9db76c5a1d: Download complete 03:04:15 0ef7d3d256c8: Verifying Checksum 03:04:15 0ef7d3d256c8: Download complete 03:04:15 93359f2a8cfa: Download complete 03:04:15 7c6f9722023f: Verifying Checksum 03:04:15 7c6f9722023f: Download complete 03:04:15 188c0c94c7c5: Verifying Checksum 03:04:15 188c0c94c7c5: Download complete 03:04:16 188c0c94c7c5: Pull complete 03:04:16 0ef7d3d256c8: Pull complete 03:04:17 de9db76c5a1d: Pull complete 03:04:18 a35cf1a2eb13: Verifying Checksum 03:04:18 a35cf1a2eb13: Download complete 03:04:18 Removing intermediate container 5c61d53910f3 03:04:18 ---> 8dcbda223aa1 03:04:18 Successfully built 8dcbda223aa1 03:04:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:04:19 + docker inspect -f . ci-base-image-arm64 03:04:19 . [Pipeline] withDockerContainer 03:04:19 prd-ubuntu18.04-docker-arm64-4c-16g-31304 does not seem to be running inside a container 03:04:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/98 -v /w/workspace/go-mod-bootstrap/98:/w/workspace/go-mod-bootstrap/98:rw,z -v /w/workspace/go-mod-bootstrap/98@tmp:/w/workspace/go-mod-bootstrap/98@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 03:04:19 bca2f99d35d6: Verifying Checksum 03:04:19 bca2f99d35d6: Download complete 03:04:21 $ docker top e5947e06ca05c7870e35df04a59f1a9226a37c3db8cfd17e30f85071a11c7f57 -eo pid,comm [Pipeline] { [Pipeline] sh 03:04:22 + go version 03:04:22 go version go1.15.5 linux/arm64 [Pipeline] } 03:04:22 $ docker stop --time=1 e5947e06ca05c7870e35df04a59f1a9226a37c3db8cfd17e30f85071a11c7f57 03:04:24 $ docker rm -f e5947e06ca05c7870e35df04a59f1a9226a37c3db8cfd17e30f85071a11c7f57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:04:25 + docker inspect -f . ci-base-image-arm64 03:04:25 . [Pipeline] withDockerContainer 03:04:25 prd-ubuntu18.04-docker-arm64-4c-16g-31304 does not seem to be running inside a container 03:04:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/98 -v /w/workspace/go-mod-bootstrap/98:/w/workspace/go-mod-bootstrap/98:rw,z -v /w/workspace/go-mod-bootstrap/98@tmp:/w/workspace/go-mod-bootstrap/98@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 03:04:26 $ docker top 1fdb30e14995659d1a048d9e0ab2e5b69a89b493de0bd38fa599c46294145ea1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:04:27 + make test 03:04:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:04:31 bca2f99d35d6: Pull complete 03:04:31 93359f2a8cfa: Pull complete 03:04:32 7c6f9722023f: Pull complete 03:04:40 a35cf1a2eb13: Pull complete 03:04:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:04:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:04:40 ---> a62c8e92a672 03:04:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:04:40 ---> Running in a989153f45ab 03:04:41 Removing intermediate container a989153f45ab 03:04:41 ---> ff2cc83d1900 03:04:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:41 ---> Running in 6b537ccffdfe 03:04:44 Removing intermediate container 6b537ccffdfe 03:04:44 ---> c53e6dd2484f 03:04:44 Step 5/8 : RUN apk add --update --no-cache git make 03:04:44 ---> Running in dcb881c68013 03:04:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:46 OK: 166 MiB in 39 packages 03:04:47 Removing intermediate container dcb881c68013 03:04:47 ---> a97f4548a272 03:04:47 Step 6/8 : WORKDIR /build 03:04:47 ---> Running in 2ed84a115ebf 03:04:48 Removing intermediate container 2ed84a115ebf 03:04:48 ---> f7f030b57a6b 03:04:48 Step 7/8 : COPY go.mod . 03:04:49 ---> 9cb1695311d1 03:04:49 Step 8/8 : RUN go mod download 03:04:49 ---> Running in 3797f31de152 03:05:00 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 03:05:00 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.032s coverage: 5.8% of statements 03:05:00 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 03:05:00 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.051s coverage: 92.2% of statements 03:05:00 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.014s coverage: 85.3% of statements 03:05:03 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.041s coverage: 34.3% of statements 03:05:03 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 03:05:03 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 03:05:03 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.076s coverage: 18.2% of statements 03:05:07 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.034s coverage: 95.3% of statements 03:05:07 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 03:05:07 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 03:05:07 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements 03:05:07 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 03:05:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:05:13 gofmt -l . 03:05:13 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:05:13 $ docker stop --time=1 1fdb30e14995659d1a048d9e0ab2e5b69a89b493de0bd38fa599c46294145ea1 03:05:16 $ docker rm -f 1fdb30e14995659d1a048d9e0ab2e5b69a89b493de0bd38fa599c46294145ea1 [Pipeline] // withDockerContainer [Pipeline] sh 03:05:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03: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 Post stage [Pipeline] libraryResource [Pipeline] sh 03:05:19 ---> job-cost.sh 03:05:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wCfC 03:05:22 Removing intermediate container 3797f31de152 03:05:22 ---> 90cd300c4d38 03:05:22 Successfully built 90cd300c4d38 03:05:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:05:22 + docker inspect -f . ci-base-image-x86_64 03:05:22 . [Pipeline] withDockerContainer 03:05:23 prd-centos7-docker-4c-2g-31306 does not seem to be running inside a container 03:05:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/98 -v /w/workspace/go-mod-bootstrap/98:/w/workspace/go-mod-bootstrap/98:rw,z -v /w/workspace/go-mod-bootstrap/98@tmp:/w/workspace/go-mod-bootstrap/98@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 ******** ci-base-image-x86_64 cat 03:05:25 $ docker top a808d4a95934a3ac2bba9559939021419685a9de552cbe315bc2f2c8f708c4a2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:25 + go version 03:05:25 go version go1.15.5 linux/amd64 [Pipeline] } 03:05:25 $ docker stop --time=1 a808d4a95934a3ac2bba9559939021419685a9de552cbe315bc2f2c8f708c4a2 03:05:27 $ docker rm -f a808d4a95934a3ac2bba9559939021419685a9de552cbe315bc2f2c8f708c4a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:05:28 + docker inspect -f . ci-base-image-x86_64 03:05:28 . [Pipeline] withDockerContainer 03:05:29 prd-centos7-docker-4c-2g-31306 does not seem to be running inside a container 03:05:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/98 -v /w/workspace/go-mod-bootstrap/98:/w/workspace/go-mod-bootstrap/98:rw,z -v /w/workspace/go-mod-bootstrap/98@tmp:/w/workspace/go-mod-bootstrap/98@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 ******** ci-base-image-x86_64 cat 03:05:30 $ docker top a2c8ef43fffe13fe4776f10a60c02067ebe6c554b03371fd09f57c289b71b0dc -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:32 + make test 03:05:32 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:05:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:06:06 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 03:06:06 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.053s coverage: 5.8% of statements 03:06:06 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 03:06:06 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.049s coverage: 92.2% of statements 03:06:06 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.042s coverage: 85.3% of statements 03:06:09 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.057s coverage: 34.3% of statements 03:06:09 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 03:06:09 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 03:06:09 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.057s coverage: 18.2% of statements 03:06:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.036s coverage: 95.3% of statements 03:06:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 03:06:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 03:06:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.014s coverage: 91.3% of statements 03:06:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 03:06:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:06:16 gofmt -l . 03:06:16 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:06:16 $ docker stop --time=1 a2c8ef43fffe13fe4776f10a60c02067ebe6c554b03371fd09f57c289b71b0dc 03:06:19 $ docker rm -f a2c8ef43fffe13fe4776f10a60c02067ebe6c554b03371fd09f57c289b71b0dc [Pipeline] // withDockerContainer [Pipeline] sh 03:06:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:06:20 Warning: overwriting stash ‘coverage-report’ 03:06:21 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 03:06:22 ---> job-cost.sh 03:06:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1IyB 03:06:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:07:19 lf-activate-venv(): INFO: Adding /tmp/venv-wCfC/bin to PATH 03:07:19 INFO: No Stack... 03:07:20 INFO: Retrieving Pricing Info for: lf-standard-4 03:07:20 INFO: Archiving Costs [Pipeline] sh 03:07:21 + + cat /w/workspace/go-mod-bootstrap/98/archives/cost.csvcut 03:07:21 -d, -f6 [Pipeline] lock 03:07:21 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] 03:07:21 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] did not exist. Created. 03:07:21 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:07:21 + echo total: 0.20999999344348907 [Pipeline] stash 03:07:22 Stashed 1 file(s) [Pipeline] } 03:07:22 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:07:35 lf-activate-venv(): INFO: Adding /tmp/venv-1IyB/bin to PATH 03:07:35 INFO: No Stack... 03:07:35 INFO: Retrieving Pricing Info for: v1-standard-2 03:07:35 INFO: Archiving Costs [Pipeline] sh 03:07:35 + cut -d, -f6 03:07:35 + cat /w/workspace/go-mod-bootstrap/98/archives/cost.csv [Pipeline] lock 03:07:35 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] 03:07:35 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] did not exist. Created. 03:07:35 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:07:36 /w/workspace/go-mod-bootstrap/98@tmp/durable-24d7802f/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 03:07:37 + echo total: 0.029999999329447746 [Pipeline] stash 03:07:37 Warning: overwriting stash ‘stack-cost’ 03:07:37 Stashed 1 file(s) [Pipeline] } 03:07:37 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-98-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 03:07:38 provisioning config files... 03:07:39 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8787364602127534137tmp [Pipeline] { [Pipeline] sh 03:07:39 + set +x 03:07:39 + curl -s https://codecov.io/bash 03:07:39 + bash -s -- 03:07:39 03:07:39 _____ _ 03:07:39 / ____| | | 03:07:39 | | ___ __| | ___ ___ _____ __ 03:07:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:07:39 | |___| (_) | (_| | __/ (_| (_) \ V / 03:07:39 \_____\___/ \__,_|\___|\___\___/ \_/ 03:07:39 Bash-20210309-2b87ace 03:07:39 03:07:39 03:07:39 ==> git version 2.24.3 found 03:07:39 ==> 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 03:07:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:07:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:07:39 ==> Jenkins CI detected. 03:07:39 project root: . 03:07:39 --> token set from env 03:07:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:07:39 ==> Running gcov in . (disable via -X gcov) 03:07:40 ==> Python coveragepy not found 03:07:40 ==> Searching for coverage reports in: 03:07:40 + . 03:07:40 -> Found 1 reports 03:07:40 ==> Detecting git/mercurial file structure 03:07:40 ==> Reading reports 03:07:40 + ./coverage.out bytes=30077 03:07:40 ==> Appending adjustments 03:07:40 https://docs.codecov.io/docs/fixing-reports 03:07:40 + Found adjustments 03:07:40 ==> Gzipping contents 03:07:40 8.0K /tmp/codecov.bsHzls.gz 03:07:40 ==> Uploading reports 03:07:40 url: https://codecov.io 03:07:40 query: branch=master&commit=da2db404580ccf96027d18d91e684427126e7c45&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 03:07:40 -> Pinging Codecov 03:07:40 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=da2db404580ccf96027d18d91e684427126e7c45&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 03:07:41 -> Uploading to 03:07:41 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/833815588EE85121546D348822E98E2E/da2db404580ccf96027d18d91e684427126e7c45/4a2396af-dc74-41a6-a37d-1ecab662a9b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T030740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e64a9c1a0b5bf3e852804465b0b518aa5211fc5387e981c610639d39a905214 03:07:41 % Total % Received % Xferd Average Speed Time Time Time Current 03:07:41 Dload Upload Total Spent Left Speed 03:07:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5569 0 0 100 5569 0 12029 --:--:-- --:--:-- --:--:-- 12054 03:07:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/da2db404580ccf96027d18d91e684427126e7c45 [Pipeline] } 03:07:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:07:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:07:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:07:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:07:43 03:07:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:07:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:07:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:07:44 188c0c94c7c5: Pulling fs layer 03:07:44 0ef7d3d256c8: Pulling fs layer 03:07:44 de9db76c5a1d: Pulling fs layer 03:07:44 0eba1c9be4d2: Pulling fs layer 03:07:44 0d57e429df01: Pulling fs layer 03:07:44 4e4be7b47b0d: Pulling fs layer 03:07:44 e1f770b5df2f: Pulling fs layer 03:07:44 85a0685a4137: Pulling fs layer 03:07:44 0d57e429df01: Waiting 03:07:44 4e4be7b47b0d: Waiting 03:07:44 e1f770b5df2f: Waiting 03:07:44 85a0685a4137: Waiting 03:07:44 0eba1c9be4d2: Waiting 03:07:44 de9db76c5a1d: Verifying Checksum 03:07:44 de9db76c5a1d: Download complete 03:07:44 0ef7d3d256c8: Verifying Checksum 03:07:44 0ef7d3d256c8: Download complete 03:07:45 0d57e429df01: Verifying Checksum 03:07:45 0d57e429df01: Download complete 03:07:45 4e4be7b47b0d: Verifying Checksum 03:07:45 4e4be7b47b0d: Download complete 03:07:45 188c0c94c7c5: Verifying Checksum 03:07:45 188c0c94c7c5: Download complete 03:07:46 188c0c94c7c5: Pull complete 03:07:46 0ef7d3d256c8: Pull complete 03:07:46 de9db76c5a1d: Pull complete 03:07:47 e1f770b5df2f: Verifying Checksum 03:07:47 e1f770b5df2f: Download complete 03:07:50 0eba1c9be4d2: Verifying Checksum 03:07:50 0eba1c9be4d2: Download complete 03:07:51 85a0685a4137: Verifying Checksum 03:07:51 85a0685a4137: Download complete 03:08:04 0eba1c9be4d2: Pull complete 03:08:04 0d57e429df01: Pull complete 03:08:04 4e4be7b47b0d: Pull complete 03:08:06 e1f770b5df2f: Pull complete 03:08:24 85a0685a4137: Pull complete 03:08:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:08:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:08:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:08:25 prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container 03:08:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:08:28 $ docker top b9d5a26519eab200f690d7fbf4bb8a7b84efa1287f209fce166dfcd4f87d1c3d -eo pid,comm [Pipeline] { [Pipeline] echo 03:08:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:08:30 + set -o pipefail 03:08:30 + snyk monitor '--org=edgex-jenkins' 03:08:45 03:08:45 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 03:08:45 03:08:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/f04f5471-933b-4883-af2f-d3cdac3fcdb5 03:08:45 03:08:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:08:45 03:08:45 [Pipeline] } 03:08:45 $ docker stop --time=1 b9d5a26519eab200f690d7fbf4bb8a7b84efa1287f209fce166dfcd4f87d1c3d 03:08:49 $ docker rm -f b9d5a26519eab200f690d7fbf4bb8a7b84efa1287f209fce166dfcd4f87d1c3d [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 03:08:51 + git log --format=format:%s -1 da2db404580ccf96027d18d91e684427126e7c45 [Pipeline] isUnix [Pipeline] sh 03:08:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:51 . [Pipeline] withDockerContainer 03:08:51 prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container 03:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:08:55 $ docker top 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:08:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:55 [ssh-agent] Looking for ssh-agent implementation... 03:08:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:56 $ docker exec 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e ssh-agent 03:08:57 SSH_AUTH_SOCK=/tmp/ssh-SFFVvVhTI1Lx/agent.12 03:08:57 SSH_AGENT_PID=17 03:08:57 Running ssh-add (command line suppressed) 03:08:57 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_177955654468423489.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_177955654468423489.key) 03:08:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:58 + git semver tag 03:08:58 # -> Open(): unable to determine branch for HEAD 03:08:58 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:08:58 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:08:58 # $SEMVER_REMOTE_NAME = origin 03:08:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:08:58 # $SEMVER_USER_NAME = edgex-jenkins 03:08:58 # $SEMVER_BRANCH = master 03:08:58 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 03:08:58 # da2db404580ccf96027d18d91e684427126e7c45 HEAD 03:08:58 # -> Force: false 03:08:58 # 1cd17291c6db8285e7d7cb8e6b8cb922f62db275 refs/tags/v2.0.0-dev.22 [Pipeline] } 03:08:58 $ docker exec --env ******** --env ******** 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e ssh-agent -k 03:08:58 unset SSH_AUTH_SOCK; 03:08:58 unset SSH_AGENT_PID; 03:08:58 echo Agent pid 17 killed; 03:08:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:08:59 + git semver [Pipeline] } 03:08:59 $ docker stop --time=1 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e 03:09:01 $ docker rm -f 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:09:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:09:02 03:09:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:09:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:09:03 0.23.1-centos7: Pulling from edgex-lftools 03:09:03 ab5ef0e58194: Pulling fs layer 03:09:03 9712f1f96733: Pulling fs layer 03:09:03 63f879dbbcfc: Pulling fs layer 03:09:03 0d9ebad4ef96: Pulling fs layer 03:09:03 e9a5061849ea: Pulling fs layer 03:09:03 d747dcd14b5f: Pulling fs layer 03:09:03 2de7ff778b66: Pulling fs layer 03:09:03 0d9ebad4ef96: Waiting 03:09:03 e9a5061849ea: Waiting 03:09:03 d747dcd14b5f: Waiting 03:09:03 2de7ff778b66: Waiting 03:09:03 9712f1f96733: Verifying Checksum 03:09:03 9712f1f96733: Download complete 03:09:06 63f879dbbcfc: Verifying Checksum 03:09:06 63f879dbbcfc: Download complete 03:09:07 e9a5061849ea: Verifying Checksum 03:09:07 e9a5061849ea: Download complete 03:09:07 d747dcd14b5f: Verifying Checksum 03:09:07 d747dcd14b5f: Download complete 03:09:07 0d9ebad4ef96: Verifying Checksum 03:09:07 0d9ebad4ef96: Download complete 03:09:07 ab5ef0e58194: Verifying Checksum 03:09:07 ab5ef0e58194: Download complete 03:09:08 2de7ff778b66: Verifying Checksum 03:09:08 2de7ff778b66: Download complete 03:09:18 ab5ef0e58194: Pull complete 03:09:18 9712f1f96733: Pull complete 03:09:22 63f879dbbcfc: Pull complete 03:09:32 0d9ebad4ef96: Pull complete 03:09:33 e9a5061849ea: Pull complete 03:09:33 d747dcd14b5f: Pull complete 03:09:40 2de7ff778b66: Pull complete 03:09:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:09:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:09:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:09:41 prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container 03:09:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:09:45 $ docker top b805e01d7bc58281253408c543d0d777c8fb7b10d03a516a3a8969701104f1e8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:09:46 provisioning config files... 03:09:46 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2408361422850256038tmp 03:09:46 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6903613899843076736tmp 03:09:46 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8895544439185677129tmp [Pipeline] { [Pipeline] echo 03:09:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:09:47 ---> sigul-configuration.sh 03:09:47 gpg: directory `/root/.gnupg' created 03:09:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:09:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:09:47 gpg: keyring `/root/.gnupg/secring.gpg' created 03:09:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:09:47 gpg: CAST5 encrypted data 03:09:47 gpg: encrypted with 1 passphrase 03:09:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:09:48 + mkdir /home/jenkins 03:09:48 + mkdir /home/jenkins/sigul [Pipeline] sh 03:09:49 + 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 03:09:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:09:49 ---> sigul-install.sh 03:10:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:10:01 + git tag --list 03:10:01 v0.0.1 03:10:01 v0.0.10 03:10:01 v0.0.11 03:10:01 v0.0.12 03:10:01 v0.0.13 03:10:01 v0.0.14 03:10:01 v0.0.15 03:10:01 v0.0.16 03:10:01 v0.0.17 03:10:01 v0.0.18 03:10:01 v0.0.19 03:10:01 v0.0.2 03:10:01 v0.0.20 03:10:01 v0.0.21 03:10:01 v0.0.22 03:10:01 v0.0.23 03:10:01 v0.0.24 03:10:01 v0.0.25 03:10:01 v0.0.26 03:10:01 v0.0.27 03:10:01 v0.0.28 03:10:01 v0.0.29 03:10:01 v0.0.3 03:10:01 v0.0.30 03:10:01 v0.0.31 03:10:01 v0.0.32 03:10:01 v0.0.33 03:10:01 v0.0.34 03:10:01 v0.0.35 03:10:01 v0.0.36 03:10:01 v0.0.37 03:10:01 v0.0.38 03:10:01 v0.0.39 03:10:01 v0.0.4 03:10:01 v0.0.40 03:10:01 v0.0.41 03:10:01 v0.0.42 03:10:01 v0.0.43 03:10:01 v0.0.44 03:10:01 v0.0.45 03:10:01 v0.0.46 03:10:01 v0.0.47 03:10:01 v0.0.48 03:10:01 v0.0.49 03:10:01 v0.0.5 03:10:01 v0.0.50 03:10:01 v0.0.51 03:10:01 v0.0.52 03:10:01 v0.0.53 03:10:01 v0.0.54 03:10:01 v0.0.55 03:10:01 v0.0.56 03:10:01 v0.0.57 03:10:01 v0.0.58 03:10:01 v0.0.59 03:10:01 v0.0.6 03:10:01 v0.0.60 03:10:01 v0.0.61 03:10:01 v0.0.62 03:10:01 v0.0.63 03:10:01 v0.0.64 03:10:01 v0.0.65 03:10:01 v0.0.66 03:10:01 v0.0.67 03:10:01 v0.0.68 03:10:01 v0.0.69 03:10:01 v0.0.7 03:10:01 v0.0.70 03:10:01 v0.0.71 03:10:01 v0.0.72 03:10:01 v0.0.8 03:10:01 v0.0.9 03:10:01 v2.0.0-dev.1 03:10:01 v2.0.0-dev.10 03:10:01 v2.0.0-dev.11 03:10:01 v2.0.0-dev.12 03:10:01 v2.0.0-dev.13 03:10:01 v2.0.0-dev.14 03:10:01 v2.0.0-dev.15 03:10:01 v2.0.0-dev.16 03:10:01 v2.0.0-dev.17 03:10:01 v2.0.0-dev.18 03:10:01 v2.0.0-dev.19 03:10:01 v2.0.0-dev.2 03:10:01 v2.0.0-dev.20 03:10:01 v2.0.0-dev.21 03:10:01 v2.0.0-dev.22 03:10:01 v2.0.0-dev.3 03:10:01 v2.0.0-dev.4 03:10:01 v2.0.0-dev.5 03:10:01 v2.0.0-dev.6 03:10:01 v2.0.0-dev.7 03:10:01 v2.0.0-dev.8 03:10:01 v2.0.0-dev.9 [Pipeline] sh 03:10:02 + lftools sign git-tag v2.0.0-dev.22 03:10:05 Signing Git tag with Sigul... 03:10:05 Signing v2.0.0-dev.22 [Pipeline] echo 03:10:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:10:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:10:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:10:07 $ docker stop --time=1 b805e01d7bc58281253408c543d0d777c8fb7b10d03a516a3a8969701104f1e8 03:10:09 $ docker rm -f b805e01d7bc58281253408c543d0d777c8fb7b10d03a516a3a8969701104f1e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:10:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:10 . [Pipeline] withDockerContainer 03:10:10 prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container 03:10:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:10:12 $ docker top 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:10:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:13 [ssh-agent] Looking for ssh-agent implementation... 03:10:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:13 $ docker exec 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 ssh-agent 03:10:14 SSH_AUTH_SOCK=/tmp/ssh-Xk1emJniO1x0/agent.11 03:10:14 SSH_AGENT_PID=17 03:10:14 Running ssh-add (command line suppressed) 03:10:14 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1100545947908795475.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1100545947908795475.key) 03:10:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:15 + git semver bump pre 03:10:15 # -> Open(): unable to determine branch for HEAD 03:10:15 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:10:15 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:10:15 # $SEMVER_REMOTE_NAME = origin 03:10:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:10:15 # $SEMVER_USER_NAME = edgex-jenkins 03:10:15 # $SEMVER_BRANCH = master 03:10:15 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 03:10:15 2.0.0-dev.23 [Pipeline] } 03:10:15 $ docker exec --env ******** --env ******** 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 ssh-agent -k 03:10:15 unset SSH_AUTH_SOCK; 03:10:15 unset SSH_AGENT_PID; 03:10:15 echo Agent pid 17 killed; 03:10:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:10:17 + git semver [Pipeline] } 03:10:18 $ docker stop --time=1 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 03:10:20 $ docker rm -f 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:10:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:22 . [Pipeline] withDockerContainer 03:10:22 prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container 03:10:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:10:25 $ docker top 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:10:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:25 [ssh-agent] Looking for ssh-agent implementation... 03:10:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:26 $ docker exec 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 ssh-agent 03:10:26 SSH_AUTH_SOCK=/tmp/ssh-GHgmXXwR0ecH/agent.12 03:10:26 SSH_AGENT_PID=18 03:10:26 Running ssh-add (command line suppressed) 03:10:26 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2863853059776578331.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2863853059776578331.key) 03:10:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:27 + git semver push 03:10:27 # -> Open(): unable to determine branch for HEAD 03:10:27 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:10:27 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:10:27 # $SEMVER_REMOTE_NAME = origin 03:10:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:10:27 # $SEMVER_USER_NAME = edgex-jenkins 03:10:27 # $SEMVER_BRANCH = master 03:10:27 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 03:10:31 $ docker exec --env ******** --env ******** 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 ssh-agent -k 03:10:31 unset SSH_AUTH_SOCK; 03:10:31 unset SSH_AGENT_PID; 03:10:31 echo Agent pid 18 killed; 03:10:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:10:32 + git semver [Pipeline] } 03:10:32 $ docker stop --time=1 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 03:10:34 $ docker rm -f 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 [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 03:10:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:10:37 ---> package-listing.sh 03:10:37 ++ facter osfamily 03:10:37 ++ tr '[:upper:]' '[:lower:]' 03:10:38 + OS_FAMILY=redhat 03:10:38 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 03:10:38 + START_PACKAGES=/tmp/packages_start.txt 03:10:38 + END_PACKAGES=/tmp/packages_end.txt 03:10:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:10:38 + PACKAGES=/tmp/packages_start.txt 03:10:38 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 03:10:38 + PACKAGES=/tmp/packages_end.txt 03:10:38 + case "${OS_FAMILY}" in 03:10:38 + rpm -qa 03:10:38 + sort 03:10:48 + '[' -f /tmp/packages_start.txt ']' 03:10:48 + '[' -f /tmp/packages_end.txt ']' 03:10:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:10:48 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 03:10:48 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 03:10:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 03:10:48 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:10:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:10:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:10:49 03:10:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:10:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:10:50 alpine: Pulling from edgex-lftools-log-publisher 03:10:50 df20fa9351a1: Pulling fs layer 03:10:50 36b3adc4ff6f: Pulling fs layer 03:10:50 8ad3a11d3b57: Pulling fs layer 03:10:50 46f8f816bc3b: Pulling fs layer 03:10:50 93b61091891f: Pulling fs layer 03:10:50 93b9cdb0e59b: Pulling fs layer 03:10:50 5e14af77c1be: Pulling fs layer 03:10:50 01666e4c0597: Pulling fs layer 03:10:50 aa168da1d23b: Pulling fs layer 03:10:50 93b9cdb0e59b: Waiting 03:10:50 5e14af77c1be: Waiting 03:10:50 01666e4c0597: Waiting 03:10:50 aa168da1d23b: Waiting 03:10:50 46f8f816bc3b: Waiting 03:10:50 93b61091891f: Waiting 03:10:50 36b3adc4ff6f: Verifying Checksum 03:10:50 36b3adc4ff6f: Download complete 03:10:50 46f8f816bc3b: Verifying Checksum 03:10:50 46f8f816bc3b: Download complete 03:10:50 df20fa9351a1: Verifying Checksum 03:10:50 df20fa9351a1: Download complete 03:10:50 93b9cdb0e59b: Verifying Checksum 03:10:50 93b9cdb0e59b: Download complete 03:10:50 5e14af77c1be: Verifying Checksum 03:10:50 5e14af77c1be: Download complete 03:10:50 01666e4c0597: Verifying Checksum 03:10:50 01666e4c0597: Download complete 03:10:50 93b61091891f: Verifying Checksum 03:10:50 93b61091891f: Download complete 03:10:51 8ad3a11d3b57: Verifying Checksum 03:10:51 8ad3a11d3b57: Download complete 03:10:51 df20fa9351a1: Pull complete 03:10:52 36b3adc4ff6f: Pull complete 03:10:53 8ad3a11d3b57: Pull complete 03:10:54 46f8f816bc3b: Pull complete 03:10:54 aa168da1d23b: Verifying Checksum 03:10:54 aa168da1d23b: Download complete 03:10:55 93b61091891f: Pull complete 03:10:55 93b9cdb0e59b: Pull complete 03:10:55 5e14af77c1be: Pull complete 03:10:56 01666e4c0597: Pull complete 03:11:19 aa168da1d23b: Pull complete 03:11:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:11:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:11:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:11:19 prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container 03:11:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:11:23 $ docker top c85b27dff0481a1c6078997e78bf19c29fe26a15ac8684b386242bf5a150d27b -eo pid,comm [Pipeline] { [Pipeline] sh 03:11:24 + touch /tmp/pre-build-complete [Pipeline] sh 03:11:25 + mkdir -p /var/log/sa [Pipeline] sh 03:11:25 + ls /var/log/sa-host 03:11:25 + sadf -c /var/log/sa-host/sa23 03:11:25 file_magic: OK 03:11:25 HZ: Using current value: 100 03:11:25 file_header: OK 03:11:25 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 03:11:25 Statistics: 03:11:25 Hnuu...uuuununununu... 03:11:25 File successfully converted to sysstat format version 12.2.1 03:11:25 + sadf -c /var/log/sa-host/sa25 03:11:25 file_magic: OK 03:11:25 HZ: Using current value: 100 03:11:25 file_header: OK 03:11:25 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 03:11:25 Statistics: 03:11:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:11:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:11:26 provisioning config files... 03:11:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1071974094803412730tmp [Pipeline] { [Pipeline] echo 03:11:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:11:27 ---> create-netrc.sh [Pipeline] } 03:11:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:11:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:11:27 ---> python-tools-install.sh [Pipeline] echo 03:11:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:11:27 ---> sudo-logs.sh 03:11:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:11:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:11:28 ---> job-cost.sh 03:11:28 lf-activate-venv: SKIPPING 03:11:28 DEBUG: total: 0.029999999329447746 03:11:28 INFO: Retrieving Stack Cost... 03:11:29 INFO: Retrieving Pricing Info for: v1-standard-2 03:11:29 INFO: Archiving Costs [Pipeline] echo 03:11:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:11:30 ---> logs-deploy.sh 03:11:30 lf-activate-venv: SKIPPING 03:11:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/98 03:11:30 INFO: archiving workspace using pattern(s): 03:11:34 Archives upload complete. 03:11:34 INFO: archiving logs to Nexus 03:11:35 ---> uname -a: 03:11:35 Linux prd-centos7-docker-4c-2g-31302.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:11:35 03:11:35 03:11:35 ---> lscpu: 03:11:35 Architecture: x86_64 03:11:35 CPU op-mode(s): 32-bit, 64-bit 03:11:35 Byte Order: Little Endian 03:11:35 Address sizes: 40 bits physical, 48 bits virtual 03:11:35 CPU(s): 4 03:11:35 On-line CPU(s) list: 0-3 03:11:35 Thread(s) per core: 1 03:11:35 Core(s) per socket: 1 03:11:35 Socket(s): 4 03:11:35 NUMA node(s): 1 03:11:35 Vendor ID: GenuineIntel 03:11:35 CPU family: 6 03:11:35 Model: 44 03:11:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:11:35 Stepping: 1 03:11:35 CPU MHz: 2933.438 03:11:35 BogoMIPS: 5866.87 03:11:35 Virtualization: VT-x 03:11:35 Hypervisor vendor: KVM 03:11:35 Virtualization type: full 03:11:35 L1d cache: 128 KiB 03:11:35 L1i cache: 128 KiB 03:11:35 L2 cache: 16 MiB 03:11:35 L3 cache: 64 MiB 03:11:35 NUMA node0 CPU(s): 0-3 03:11:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:11:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:11:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:11:35 Vulnerability Meltdown: Mitigation; PTI 03:11:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:11:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:11:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:11:35 Vulnerability Srbds: Not affected 03:11:35 Vulnerability Tsx async abort: Not affected 03:11:35 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 03:11:35 03:11:35 03:11:35 ---> nproc: 03:11:35 4 03:11:35 03:11:35 03:11:35 ---> df -h: 03:11:35 Filesystem Size Used Available Use% Mounted on 03:11:35 overlay 50.0G 8.5G 41.4G 17% / 03:11:35 tmpfs 64.0M 0 64.0M 0% /dev 03:11:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:11:35 shm 64.0M 0 64.0M 0% /dev/shm 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 03:11:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 03:11:35 03:11:35 03:11:35 ---> free -m: 03:11:35 total used free shared buff/cache available 03:11:35 Mem: 1837 805 143 0 888 967 03:11:35 Swap: 1023 3 1020 03:11:35 03:11:35 03:11:35 ---> ip addr: 03:11:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:11:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:11:35 inet 127.0.0.1/8 scope host lo 03:11:35 valid_lft forever preferred_lft forever 03:11:35 inet6 ::1/128 scope host 03:11:35 valid_lft forever preferred_lft forever 03:11:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:11:35 link/ether fa:16:3e:d2:db:62 brd ff:ff:ff:ff:ff:ff 03:11:35 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 03:11:35 valid_lft 85662sec preferred_lft 85662sec 03:11:35 inet6 fe80::f816:3eff:fed2:db62/64 scope link 03:11:35 valid_lft forever preferred_lft forever 03:11:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:11:35 link/ether 02:42:f1:e5:f1:69 brd ff:ff:ff:ff:ff:ff 03:11:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:11:35 valid_lft forever preferred_lft forever 03:11:35 inet6 fe80::42:f1ff:fee5:f169/64 scope link 03:11:35 valid_lft forever preferred_lft forever 03:11:35 03:11:35 03:11:35 ---> sar -b -r -n DEV: 03:11:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 03:11:35 03:11:35 02:59:01 LINUX RESTART (4 CPU) 03:11:35 03:11:35 03:00:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:11:35 03:01:01 60.94 20.36 40.58 0.00 5313.27 3767.86 0.00 03:11:35 03:02:01 2.35 0.27 2.08 0.00 10.92 45.56 0.00 03:11:35 03:03:01 0.37 0.00 0.37 0.00 0.00 5.39 0.00 03:11:35 03:04:02 0.26 0.00 0.26 0.00 0.00 3.44 0.00 03:11:35 03:05:01 0.29 0.00 0.29 0.00 0.00 4.16 0.00 03:11:35 03:06:01 0.20 0.00 0.20 0.00 0.00 1.89 0.00 03:11:35 03:07:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 03:11:35 03:08:01 32.82 2.34 30.48 0.00 311.71 15577.56 0.00 03:11:35 03:09:02 290.56 184.55 106.01 0.00 8138.33 20940.52 0.00 03:11:35 03:10:01 201.44 46.82 154.62 0.00 2996.82 30965.47 0.00 03:11:35 03:11:01 106.16 64.60 41.56 0.00 5179.00 10455.54 0.00 03:11:35 Average: 63.15 29.06 34.09 0.00 1988.50 7420.31 0.00 03:11:35 03:11:35 03:00:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:11:35 03:01:01 156880 0 585116 31.10 2620 1136928 1146360 39.12 390992 1131616 36 03:11:35 03:02:01 155796 0 585684 31.13 2620 1137444 1138876 38.87 399800 1125120 12 03:11:35 03:03:01 163976 0 577496 30.69 2620 1137452 1085644 37.05 402244 1115540 8 03:11:35 03:04:02 161884 0 579588 30.80 2620 1137452 1085716 37.05 401428 1118700 8 03:11:35 03:05:01 165356 0 576080 30.62 2620 1137488 1058916 36.14 404264 1113196 16 03:11:35 03:06:01 162636 0 578824 30.76 2620 1137464 1059096 36.15 410816 1109212 8 03:11:35 03:07:01 163776 0 577684 30.70 2620 1137464 1058916 36.14 409824 1109212 8 03:11:35 03:08:01 165964 0 693152 36.84 2620 1019808 1508744 51.49 477552 1003504 103196 03:11:35 03:09:02 229980 0 644196 34.24 2620 1004748 1103264 37.65 472540 927024 48 03:11:35 03:10:01 105328 0 737224 39.18 2568 1036424 1240996 42.35 604324 834472 84380 03:11:35 03:11:01 75180 0 812888 43.20 1684 991792 1597440 54.52 639648 823568 77444 03:11:35 Average: 155160 0 631630 33.57 2530 1092224 1189452 40.59 455767 1037379 24106 03:11:35 03:11:35 03:00:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:11:35 03:01:01 eth0 301.80 203.78 1042.02 85.02 0.00 0.00 0.00 0.00 03:11:35 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:01:01 docker0 4.77 3.18 0.91 6.11 0.00 0.00 0.00 0.00 03:11:35 03:02:01 eth0 11.11 6.89 12.29 2.04 0.00 0.00 0.00 0.00 03:11:35 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:03:01 eth0 1.79 0.41 0.40 0.21 0.00 0.00 0.00 0.00 03:11:35 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:04:02 eth0 1.22 0.56 0.54 0.39 0.00 0.00 0.00 0.00 03:11:35 03:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:05:01 eth0 0.52 0.05 0.05 0.00 0.00 0.00 0.00 0.00 03:11:35 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:06:01 eth0 0.60 0.32 0.40 0.26 0.00 0.00 0.00 0.00 03:11:35 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:07:01 eth0 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:11:35 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:08:01 eth0 406.05 325.68 4065.25 47.58 0.00 0.00 0.00 0.00 03:11:35 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:09:02 eth0 70.83 63.99 228.21 26.69 0.00 0.00 0.00 0.00 03:11:35 03:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:09:02 docker0 38.96 40.19 3.48 197.33 0.00 0.00 0.00 0.00 03:11:35 03:10:01 eth0 407.98 345.16 3502.93 82.06 0.00 0.00 0.00 0.00 03:11:35 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:10:01 veth93c9fab 29.52 45.30 1.89 244.32 0.00 0.00 0.00 0.00 03:11:35 03:10:01 docker0 29.52 45.16 1.49 244.31 0.00 0.00 0.00 0.00 03:11:35 03:11:01 eth0 239.04 193.97 2206.99 71.01 0.00 0.00 0.00 0.00 03:11:35 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 03:11:01 docker0 2.45 1.86 0.53 0.63 0.00 0.00 0.00 0.00 03:11:35 Average: eth0 130.28 103.22 1003.10 28.46 0.00 0.00 0.00 0.00 03:11:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:35 Average: docker0 6.87 8.19 0.58 40.60 0.00 0.00 0.00 0.00 03:11:35 03:11:35 03:11:35 ---> sar -P ALL: 03:11:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 03:11:35 03:11:35 02:59:01 LINUX RESTART (4 CPU) 03:11:35 03:11:35 03:00:03 CPU %user %nice %system %iowait %steal %idle 03:11:35 03:01:01 all 11.37 0.00 5.59 1.45 26.15 55.44 03:11:35 03:01:01 0 12.28 0.00 8.04 2.69 26.05 50.94 03:11:35 03:01:01 1 10.59 0.00 4.88 0.77 26.58 57.18 03:11:35 03:01:01 2 12.66 0.00 5.26 0.70 26.07 55.30 03:11:35 03:01:01 3 10.05 0.00 4.29 1.70 25.87 58.10 03:11:35 03:02:01 all 0.31 0.00 0.08 0.02 2.36 97.23 03:11:35 03:02:01 0 0.34 0.00 0.07 0.00 2.96 96.63 03:11:35 03:02:01 1 0.23 0.00 0.07 0.07 2.02 97.62 03:11:35 03:02:01 2 0.49 0.00 0.08 0.00 2.24 97.19 03:11:35 03:02:01 3 0.16 0.00 0.11 0.00 2.21 97.51 03:11:35 03:03:01 all 0.12 0.00 0.08 0.00 0.71 99.10 03:11:35 03:03:01 0 0.10 0.00 0.07 0.00 0.51 99.32 03:11:35 03:03:01 1 0.05 0.00 0.07 0.00 1.04 98.84 03:11:35 03:03:01 2 0.30 0.00 0.12 0.00 0.63 98.96 03:11:35 03:03:01 3 0.02 0.00 0.07 0.00 0.64 99.27 03:11:35 03:04:02 all 0.10 0.00 0.15 0.00 1.73 98.02 03:11:35 03:04:02 0 0.03 0.00 0.08 0.00 1.34 98.54 03:11:35 03:04:02 1 0.03 0.00 0.38 0.00 1.64 97.95 03:11:35 03:04:02 2 0.29 0.00 0.08 0.00 1.80 97.83 03:11:35 03:04:02 3 0.03 0.00 0.05 0.00 2.15 97.76 03:11:35 03:05:01 all 0.08 0.00 0.10 0.00 1.45 98.37 03:11:35 03:05:01 0 0.05 0.00 0.08 0.00 2.10 97.77 03:11:35 03:05:01 1 0.13 0.00 0.07 0.00 1.31 98.49 03:11:35 03:05:01 2 0.08 0.00 0.18 0.00 1.14 98.59 03:11:35 03:05:01 3 0.03 0.00 0.08 0.00 1.24 98.64 03:11:35 03:06:01 all 0.09 0.00 0.13 0.00 1.17 98.61 03:11:35 03:06:01 0 0.02 0.00 0.12 0.00 0.68 99.19 03:11:35 03:06:01 1 0.18 0.00 0.05 0.00 1.85 97.92 03:11:35 03:06:01 2 0.12 0.00 0.23 0.00 1.22 98.44 03:11:35 03:06:01 3 0.05 0.00 0.13 0.00 0.91 98.91 03:11:35 03:07:01 all 0.08 0.00 0.04 0.00 1.86 98.02 03:11:35 03:07:01 0 0.02 0.00 0.03 0.00 2.62 97.33 03:11:35 03:07:01 1 0.05 0.00 0.03 0.00 1.45 98.47 03:11:35 03:07:01 2 0.23 0.00 0.03 0.00 1.90 97.84 03:11:35 03:07:01 3 0.03 0.00 0.05 0.00 1.48 98.44 03:11:35 03:08:01 all 3.19 0.00 3.17 0.11 9.77 83.75 03:11:35 03:08:01 0 3.91 0.00 3.37 0.00 10.18 82.53 03:11:35 03:08:01 1 2.58 0.00 3.04 0.29 9.11 84.98 03:11:35 03:08:01 2 3.81 0.00 3.52 0.12 9.48 83.08 03:11:35 03:08:01 3 2.49 0.00 2.78 0.03 10.32 84.38 03:11:35 03:09:02 all 4.13 0.00 4.55 3.16 27.37 60.78 03:11:35 03:09:02 0 3.86 0.00 4.40 2.47 27.75 61.52 03:11:35 03:09:02 1 3.68 0.00 4.69 3.14 26.36 62.13 03:11:35 03:09:02 2 4.41 0.00 4.57 2.79 27.46 60.78 03:11:35 03:09:02 3 4.60 0.00 4.53 4.27 27.93 58.67 03:11:35 03:10:01 all 7.12 0.00 6.46 1.49 27.12 57.81 03:11:35 03:10:01 0 5.13 0.00 5.76 0.91 28.43 59.77 03:11:35 03:10:01 1 9.71 0.00 7.05 1.11 25.77 56.37 03:11:35 03:10:01 2 6.57 0.00 6.53 1.90 26.85 58.14 03:11:35 03:10:01 3 7.13 0.00 6.51 2.07 27.40 56.89 03:11:35 03:11:01 all 4.35 0.00 5.01 3.67 18.57 68.39 03:11:35 03:11:01 0 3.66 0.00 4.34 0.62 18.95 72.43 03:11:35 03:11:01 1 4.29 0.00 4.75 11.35 19.26 60.34 03:11:35 03:11:01 2 4.72 0.00 5.54 1.86 17.78 70.10 03:11:35 03:11:01 3 4.75 0.00 5.43 0.84 18.28 70.70 03:11:35 03:11:35 Average: CPU %user %nice %system %iowait %steal %idle 03:11:35 Average: all 2.90 0.00 2.39 0.95 11.17 82.60 03:11:35 Average: 0 2.73 0.00 2.47 0.64 11.49 82.68 03:11:35 Average: 1 2.97 0.00 2.37 1.60 11.01 82.06 03:11:35 Average: 2 3.14 0.00 2.45 0.71 10.98 82.72 03:11:35 Average: 3 2.77 0.00 2.27 0.86 11.18 82.93 03:11:35 03:11:35 03:11:35