Pull request #243 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0+8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e (5a43143d3e352f050b12f14ad9b350179dec6f3e) Running in Durability level: MAX_SURVIVABILITY 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8475993254259485363.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6141468419718373831.key > 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 9d0281235b943b7ad605f650702698f9078b2862 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-243/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-243/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3328883411340244161.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-243/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7502181338404633491.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2219256005732735124.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-243/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-243/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5441712201400152648.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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 ‘prd-centos7-blackbox-4c-2g-15642’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-15738’ is offline ‘prd-centos7-docker-4c-2g-309’ is offline Running on prd-centos7-docker-4c-2g-15742 in /w/workspace/xfoundry_go-mod-bootstrap_PR-243 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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_PR-243 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/jenkins-gitclient-ssh4727082997754796924.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/jenkins-gitclient-ssh5743633801535209133.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/243/head:refs/remotes/origin/PR-243 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e into PR head commit d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 Merge succeeded, producing d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 Checking out Revision d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 (PR-243) > git config core.sparsecheckout # timeout=10 > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/jenkins-gitclient-ssh3367350354140283162.key > git merge 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:49:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:49:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:49:06 ========================================================= 05:49:06 EdgeX Global Pipelines Version Info 05:49:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:49:15 ------------------- 05:49:15 stable info: 05:49:15 ------------------- 05:49:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:49:15 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 05:49:15 Message: update stable to v1.0.192 05:49:15 ------------------- 05:49:15 experimental info: 05:49:15 ------------------- 05:49:15 Commited By: **** collab-it+edgex@linuxfoundation.org 05:49:15 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 05:49:15 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:49:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 05:49:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 05:49:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:49:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:49:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:49:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:49:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:49:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:49:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:49:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 05:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:49:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:49:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:49:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:49:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:49:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:49:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:49:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:49:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:49:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:49:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:49:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:49:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:49:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-243 [Pipeline] echo 05:49:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-243 [Pipeline] echo 05:49:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-243 [Pipeline] echo 05:49:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 [Pipeline] echo 05:49:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d524c09 [Pipeline] echo 05:49:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:49:40 + git log --format=format:%s -1 d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 [Pipeline] echo 05:49:40 GIT_COMMIT: d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 05:49:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:49:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:49:45 05:49:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:49:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:49:46 latest: Pulling from edgex-devops/git-semver 05:49:46 31603596830f: Pulling fs layer 05:49:46 54011a49482f: Pulling fs layer 05:49:46 a6820b24f6d8: Pulling fs layer 05:49:46 f581987b2513: Pulling fs layer 05:49:46 f581987b2513: Waiting 05:49:46 54011a49482f: Verifying Checksum 05:49:46 54011a49482f: Download complete 05:49:48 31603596830f: Verifying Checksum 05:49:48 31603596830f: Download complete 05:49:48 f581987b2513: Verifying Checksum 05:49:48 f581987b2513: Download complete 05:49:48 a6820b24f6d8: Verifying Checksum 05:49:48 a6820b24f6d8: Download complete 05:49:48 31603596830f: Pull complete 05:49:48 54011a49482f: Pull complete 05:49:48 a6820b24f6d8: Pull complete 05:49:48 f581987b2513: Pull complete 05:49:48 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:49:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:49:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:49:48 prd-centos7-docker-4c-2g-15742 does not seem to be running inside a container 05:49:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-243 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-243:/w/workspace/xfoundry_go-mod-bootstrap_PR-243:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-243@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:49:50 $ docker top 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:49:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:49:51 [ssh-agent] Looking for ssh-agent implementation... 05:49:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:49:51 $ docker exec 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 ssh-agent 05:49:51 SSH_AUTH_SOCK=/tmp/ssh-WVPMZQW2G3ic/agent.15 05:49:51 SSH_AGENT_PID=21 05:49:51 Running ssh-add (command line suppressed) 05:49:51 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/private_key_2583793879519399504.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/private_key_2583793879519399504.key) 05:49:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:49:53 + git tag --points-at HEAD [Pipeline] } 05:49:54 $ docker exec --env ******** --env ******** 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 ssh-agent -k 05:49:54 unset SSH_AUTH_SOCK; 05:49:54 unset SSH_AGENT_PID; 05:49:54 echo Agent pid 21 killed; 05:49:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:49:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:49:56 [ssh-agent] Looking for ssh-agent implementation... 05:49:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:49:56 $ docker exec 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 ssh-agent 05:49:57 SSH_AUTH_SOCK=/tmp/ssh-lFTR9C93cti4/agent.55 05:49:57 SSH_AGENT_PID=61 05:49:57 Running ssh-add (command line suppressed) 05:49:57 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/private_key_6588178878139368509.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/private_key_6588178878139368509.key) 05:49:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:49:59 + git semver init 05:49:59 # -> Open(): unable to determine branch for HEAD 05:49:59 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-243/.git 05:49:59 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-243 05:49:59 # $SEMVER_REMOTE_NAME = origin 05:49:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:49:59 # $SEMVER_USER_NAME = edgex-jenkins 05:49:59 # $SEMVER_BRANCH = PR-243 05:49:59 # $SEMVER_TEMP = /tmp/semver-995225213 05:49:59 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 05:49:59 # '/tmp/semver-995225213' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-243/.semver' 05:49:59 # -> Force: false 05:49:59 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-243/.semver [Pipeline] } 05:49:59 $ docker exec --env ******** --env ******** 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 ssh-agent -k 05:49:59 unset SSH_AUTH_SOCK; 05:49:59 unset SSH_AGENT_PID; 05:49:59 echo Agent pid 61 killed; 05:49:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:50:02 + git semver [Pipeline] } 05:50:02 $ docker stop --time=1 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 05:50:05 $ docker rm -f 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 [Pipeline] // withDockerContainer [Pipeline] sh 05:50:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:50:08 Stashed 1 file(s) [Pipeline] echo 05:50:08 [edgeXSemver]: initialized semver on version 0.0.0 [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 05:50:27 Still waiting to schedule task 05:50:27 ‘prd-centos7-blackbox-4c-2g-15642’ doesn’t have label ‘centos7-docker-4c-2g’ 05:50:27 Still waiting to schedule task 05:50:27 ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘centos7-docker-4c-2g’ 05:50:27 ‘prd-centos7-docker-4c-2g-15748’ is offline 05:50:27 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 05:50:27 ‘prd-centos7-docker-4c-2g-309’ is offline 05:53:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15756 in /w/workspace/xfoundry_go-mod-bootstrap_PR-243 [Pipeline] { [Pipeline] ws 05:53:07 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 05:53:09 Selected Git installation does not exist. Using Default 05:53:09 The recommended git tool is: NONE 05:53:45 using credential edgex-jenkins-ssh 05:53:45 Cloning the remote Git repository 05:53:45 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 05:53:45 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 05:53:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 05:53:45 > git --version # timeout=10 05:53:45 > git --version # 'git version 2.17.1' 05:53:45 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 05:53:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:49 Running on prd-centos7-docker-4c-2g-15758 in /w/workspace/xfoundry_go-mod-bootstrap_PR-243 [Pipeline] { [Pipeline] ws 05:53:50 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 05:53:50 Selected Git installation does not exist. Using Default 05:53:50 The recommended git tool is: NONE 05:53:52 Merging remotes/origin/master commit 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e into PR head commit d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 05:53:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 05:53:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 05:53:49 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/243/head:refs/remotes/origin/PR-243 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:53:52 > git config core.sparsecheckout # timeout=10 05:53:52 > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 05:53:52 Merge succeeded, producing d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 05:53:52 Checking out Revision d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 (PR-243) 05:53:52 > git remote # timeout=10 05:53:52 > git config --get remote.origin.url # timeout=10 05:53:52 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:52 > git merge 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e # timeout=10 05:53:52 > git rev-parse HEAD^{commit} # timeout=10 05:53:52 > git config core.sparsecheckout # timeout=10 05:53:52 > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 05:54:05 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:54:05 > git --version # timeout=10 05:54:05 > git --version # 'git version 2.17.1' 05:54:05 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 05:54:05 using credential edgex-jenkins-ssh 05:54:05 Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage 05:54:05 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 05:54:05 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 05:54:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 05:54:05 > git --version # timeout=10 05:54:05 > git --version # 'git version 2.24.4' 05:54:05 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:05 [INFO] Currently running in a labeled security context 05:54:05 [INFO] Currently SELinux is 'enforcing' on the host 05:54:05 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/1@tmp/jenkins-gitclient-ssh2239847158797183539.key 05:54:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:54:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 05:54:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:54:08 Merging remotes/origin/master commit 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e into PR head commit d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 05:54:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 05:54:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 05:54:07 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:07 [INFO] Currently running in a labeled security context 05:54:07 [INFO] Currently SELinux is 'enforcing' on the host 05:54:07 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/1@tmp/jenkins-gitclient-ssh6950774922307452650.key 05:54:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/243/head:refs/remotes/origin/PR-243 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:54:08 > git config core.sparsecheckout # timeout=10 05:54:08 > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 05:54:08 > git remote # timeout=10 05:54:08 > git config --get remote.origin.url # timeout=10 05:54:08 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:08 [INFO] Currently running in a labeled security context 05:54:08 [INFO] Currently SELinux is 'enforcing' on the host 05:54:08 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/1@tmp/jenkins-gitclient-ssh4948918452185662942.key 05:54:08 > git merge 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e # timeout=10 05:54:10 Merge succeeded, producing d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 05:54:10 Checking out Revision d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 (PR-243) 05:54:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:54:10 > git rev-parse HEAD^{commit} # timeout=10 05:54:10 > git config core.sparsecheckout # timeout=10 05:54:10 > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 05:54:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:54:15 + true 05:54:15 + sudo service docker restart 05:54:15 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:54:15 > git --version # timeout=10 05:54:16 > git --version # 'git version 2.24.4' 05:54:16 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:54:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:54:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:54:28 + true 05:54:28 + sudo service docker restart 05:54:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 05:54:34 ========================================================= 05:54:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:54:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:54:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 05:54:37 Sending build context to Docker daemon 966.7kB 05:54:37 Step 1/8 : ARG BASE=golang:1.16-alpine 05:54:37 Step 2/8 : FROM ${BASE} 05:54:37 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:54:37 595b0fe564bb: Pulling fs layer 05:54:37 7186ed65a4f7: Pulling fs layer 05:54:37 316046926c0a: Pulling fs layer 05:54:37 4ebd0625c992: Pulling fs layer 05:54:37 207e8628e3a3: Pulling fs layer 05:54:37 c791037a9be2: Pulling fs layer 05:54:37 ffd874e62e21: Pulling fs layer 05:54:37 4ebd0625c992: Waiting 05:54:37 207e8628e3a3: Waiting 05:54:37 ffd874e62e21: Waiting 05:54:37 c791037a9be2: Waiting 05:54:37 316046926c0a: Verifying Checksum 05:54:37 316046926c0a: Download complete 05:54:37 7186ed65a4f7: Verifying Checksum 05:54:37 7186ed65a4f7: Download complete 05:54:37 207e8628e3a3: Verifying Checksum 05:54:37 207e8628e3a3: Download complete 05:54:37 c791037a9be2: Download complete 05:54:37 595b0fe564bb: Verifying Checksum 05:54:37 595b0fe564bb: Download complete 05:54:37 595b0fe564bb: Pull complete 05:54:37 7186ed65a4f7: Pull complete 05:54:40 316046926c0a: Pull complete 05:54:40 ffd874e62e21: Download complete 05:54:40 4ebd0625c992: Verifying Checksum 05:54:40 4ebd0625c992: Download complete [Pipeline] unstash [Pipeline] echo 05:54:48 ========================================================= 05:54:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:54:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:54:48 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 05:54:51 Sending build context to Docker daemon 967.7kB 05:54:51 Step 1/8 : ARG BASE=golang:1.16-alpine 05:54:51 Step 2/8 : FROM ${BASE} 05:54:51 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:54:51 540db60ca938: Pulling fs layer 05:54:51 adcc1eea9eea: Pulling fs layer 05:54:51 4c4ab2625f07: Pulling fs layer 05:54:51 0510c868ecb4: Pulling fs layer 05:54:51 afea3b2eda06: Pulling fs layer 05:54:51 7809a108b3ef: Pulling fs layer 05:54:51 f706445af74f: Pulling fs layer 05:54:51 afea3b2eda06: Waiting 05:54:51 7809a108b3ef: Waiting 05:54:51 f706445af74f: Waiting 05:54:51 0510c868ecb4: Waiting 05:54:51 4c4ab2625f07: Verifying Checksum 05:54:51 4c4ab2625f07: Download complete 05:54:51 adcc1eea9eea: Verifying Checksum 05:54:51 adcc1eea9eea: Download complete 05:54:51 afea3b2eda06: Verifying Checksum 05:54:51 afea3b2eda06: Download complete 05:54:51 7809a108b3ef: Verifying Checksum 05:54:51 7809a108b3ef: Download complete 05:54:51 540db60ca938: Verifying Checksum 05:54:51 540db60ca938: Download complete 05:54:51 540db60ca938: Pull complete 05:54:51 adcc1eea9eea: Pull complete 05:54:51 4ebd0625c992: Pull complete 05:54:51 207e8628e3a3: Pull complete 05:54:51 c791037a9be2: Pull complete 05:54:51 4c4ab2625f07: Pull complete 05:54:51 f706445af74f: Verifying Checksum 05:54:51 f706445af74f: Download complete 05:54:51 0510c868ecb4: Verifying Checksum 05:54:51 0510c868ecb4: Download complete 05:54:56 ffd874e62e21: Pull complete 05:54:56 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 05:54:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:54:56 ---> cfc18b08335c 05:54:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:54:56 ---> Running in ecd613337191 05:54:57 Removing intermediate container ecd613337191 05:54:57 ---> 3b12bbc531e9 05:54:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:57 ---> Running in eb6d05bf384f 05:54:59 0510c868ecb4: Pull complete 05:54:59 afea3b2eda06: Pull complete 05:54:59 7809a108b3ef: Pull complete 05:55:01 f706445af74f: Pull complete 05:55:01 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:55:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:55:01 ---> b068be0155e3 05:55:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:55:01 Removing intermediate container eb6d05bf384f 05:55:01 ---> 9b55308de4af 05:55:01 Step 5/8 : RUN apk add --update --no-cache git make 05:55:01 ---> Running in 19cc9c34b662 05:55:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:55:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:55:04 OK: 138 MiB in 40 packages 05:55:04 Removing intermediate container 19cc9c34b662 05:55:04 ---> cbd23cf03437 05:55:04 Step 6/8 : WORKDIR /build 05:55:04 ---> Running in e2df4c3821ab 05:55:04 Removing intermediate container e2df4c3821ab 05:55:04 ---> a517927c3a3e 05:55:04 Step 7/8 : COPY go.mod . 05:55:05 ---> b69b228744c4 05:55:05 Step 8/8 : RUN go mod download 05:55:05 ---> Running in fcea974dbf75 05:55:31 Removing intermediate container fcea974dbf75 05:55:31 ---> d3f9ad4faa62 05:55:31 Successfully built d3f9ad4faa62 05:55:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:55:31 + docker inspect -f . ci-base-image-arm64 05:55:31 . [Pipeline] withDockerContainer 05:55:31 prd-ubuntu18.04-docker-arm64-4c-16g-15756 does not seem to be running inside a container 05:55:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:55:33 $ docker top c2f2e258b7e747e3a54e33378d4519f1bb952232d8590b438a00fa66f1f41ccb -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:36 + go version 05:55:36 go version go1.16.3 linux/arm64 [Pipeline] } 05:55:36 $ docker stop --time=1 c2f2e258b7e747e3a54e33378d4519f1bb952232d8590b438a00fa66f1f41ccb 05:55:40 $ docker rm -f c2f2e258b7e747e3a54e33378d4519f1bb952232d8590b438a00fa66f1f41ccb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:55:41 + docker inspect -f . ci-base-image-arm64 05:55:41 . [Pipeline] withDockerContainer 05:55:41 prd-ubuntu18.04-docker-arm64-4c-16g-15756 does not seem to be running inside a container 05:55:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:55:44 ---> Running in 63e5ccd576ce 05:55:44 Removing intermediate container 63e5ccd576ce 05:55:44 ---> 8a01c02ea1b4 05:55:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:55:44 ---> Running in dda8cd61f724 05:55:44 Removing intermediate container dda8cd61f724 05:55:44 ---> e6fc9d5e18f9 05:55:44 Step 5/8 : RUN apk add --update --no-cache git make 05:55:44 ---> Running in 8746016fb3a2 05:55:44 $ docker top 69ee91e9cf702c0b513f4b314aae79608b4e9b0f9180e5397ee850585f51dc5e -eo pid,comm 05:55:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 05:55:46 + go mod tidy 05:55:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:55:46 OK: 149 MiB in 40 packages [Pipeline] sh 05:55:47 Removing intermediate container 8746016fb3a2 05:55:47 ---> 76962cda89ad 05:55:47 Step 6/8 : WORKDIR /build 05:55:49 ---> Running in d0896948f2bd 05:55:49 Removing intermediate container d0896948f2bd 05:55:49 ---> cfa2345e1d6a 05:55:49 Step 7/8 : COPY go.mod . 05:55:49 ---> 9f0acc664ce3 05:55:49 Step 8/8 : RUN go mod download 05:55:49 ---> Running in 3f78a00f418d 05:55:49 + make test 05:55:49 go mod tidy 05:55:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:56:24 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 05:56:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.044s coverage: 5.4% of statements 05:56:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 05:56:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.051s coverage: 92.2% of statements 05:56:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.029s coverage: 85.3% of statements 05:56:27 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 05:56:27 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 05:56:27 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 05:56:28 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.040s coverage: 100.0% of statements 05:56:28 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.038s coverage: 26.7% of statements 05:56:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.060s coverage: 90.7% of statements 05:56:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 05:56:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 05:56:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.017s coverage: 91.3% of statements 05:56:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 05:56:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:56:38 Removing intermediate container 3f78a00f418d 05:56:38 ---> 3470598102bf 05:56:38 Successfully built 3470598102bf 05:56:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:56:39 + docker inspect -f . ci-base-image-x86_64 05:56:39 . [Pipeline] withDockerContainer 05:56:39 prd-centos7-docker-4c-2g-15758 does not seem to be running inside a container 05:56:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:56:40 $ docker top d92ec41400efdedcb0b52eb8e9a4011e65d6a02ade81e628204125741471093a -eo pid,comm [Pipeline] { [Pipeline] sh 05:56:40 + go version 05:56:40 go version go1.16.3 linux/amd64 [Pipeline] } 05:56:40 $ docker stop --time=1 d92ec41400efdedcb0b52eb8e9a4011e65d6a02ade81e628204125741471093a 05:56:43 $ docker rm -f d92ec41400efdedcb0b52eb8e9a4011e65d6a02ade81e628204125741471093a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:56:44 + docker inspect -f . ci-base-image-x86_64 05:56:44 . [Pipeline] withDockerContainer 05:56:44 prd-centos7-docker-4c-2g-15758 does not seem to be running inside a container 05:56:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:56:45 $ docker top 434768c0fe6bd419809c9a7e3a8e27102995d0bb55e0c3368b9ae407c72012f6 -eo pid,comm [Pipeline] { [Pipeline] sh 05:56:46 + go mod tidy [Pipeline] sh 05:56:46 + make test 05:56:46 go mod tidy 05:56:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:56:57 gofmt -l . 05:56:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:56:57 $ docker stop --time=1 69ee91e9cf702c0b513f4b314aae79608b4e9b0f9180e5397ee850585f51dc5e 05:56:59 $ docker rm -f 69ee91e9cf702c0b513f4b314aae79608b4e9b0f9180e5397ee850585f51dc5e [Pipeline] // withDockerContainer [Pipeline] sh 05:57:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:57:01 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 05:57:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 05:57:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.007s coverage: 5.4% of statements 05:57:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 05:57:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.008s coverage: 92.2% of statements 05:57:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.006s coverage: 85.3% of statements 05:57:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 05:57:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] Post stage [Pipeline] libraryResource 05:57:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 05:57:04 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.005s coverage: 100.0% of statements 05:57:04 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.006s coverage: 26.7% of statements [Pipeline] sh 05:57:04 ---> job-cost.sh 05:57:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6EdL 05:57:06 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.012s coverage: 90.7% of statements 05:57:06 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 05:57:06 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 05:57:06 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.004s coverage: 91.3% of statements 05:57:06 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 05:57:06 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:57:14 gofmt -l . 05:57:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:57:14 $ docker stop --time=1 434768c0fe6bd419809c9a7e3a8e27102995d0bb55e0c3368b9ae407c72012f6 05:57:20 $ docker rm -f 434768c0fe6bd419809c9a7e3a8e27102995d0bb55e0c3368b9ae407c72012f6 [Pipeline] // withDockerContainer [Pipeline] sh 05:57:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:57:20 Warning: overwriting stash ‘coverage-report’ 05:57:20 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 05:57:22 ---> job-cost.sh 05:57:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3b7a 05:57:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:57:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:58:07 lf-activate-venv(): INFO: Adding /tmp/venv-3b7a/bin to PATH 05:58:07 INFO: No Stack... 05:58:07 INFO: Retrieving Pricing Info for: v3-standard-2 05:58:08 INFO: Archiving Costs [Pipeline] sh 05:58:09 + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv 05:58:09 + cut -d, -f6 [Pipeline] lock 05:58:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-243-1-stack-cost] 05:58:11 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-243-1-stack-cost] did not exist. Created. 05:58:11 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-243-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:58:11 + echo total: 0.05999999865889549 [Pipeline] stash 05:58:11 Stashed 1 file(s) [Pipeline] } 05:58:11 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-243-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:59:08 lf-activate-venv(): INFO: Adding /tmp/venv-6EdL/bin to PATH 05:59:08 INFO: No Stack... 05:59:08 INFO: Retrieving Pricing Info for: v2-standard-4 Error when executing always post condition: hudson.AbortException: script returned exit code 7 at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:01:26 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:01:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:01:32 ---> package-listing.sh 06:01:32 ++ facter osfamily 06:01:32 ++ tr '[:upper:]' '[:lower:]' 06:01:34 + OS_FAMILY=redhat 06:01:34 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-243 06:01:34 + START_PACKAGES=/tmp/packages_start.txt 06:01:34 + END_PACKAGES=/tmp/packages_end.txt 06:01:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:01:34 + PACKAGES=/tmp/packages_start.txt 06:01:34 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-243 ']' 06:01:34 + PACKAGES=/tmp/packages_end.txt 06:01:34 + case "${OS_FAMILY}" in 06:01:34 + rpm -qa 06:01:34 + sort 06:01:34 + '[' -f /tmp/packages_start.txt ']' 06:01:34 + '[' -f /tmp/packages_end.txt ']' 06:01:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:01:34 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-243 ']' 06:01:34 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-243/archives/ 06:01:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-243/archives/ [Pipeline] echo 06:01:34 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_PR-243/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:01:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:01:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:01:35 06:01:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:01:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:01:35 alpine: Pulling from edgex-lftools-log-publisher 06:01:35 df20fa9351a1: Pulling fs layer 06:01:35 36b3adc4ff6f: Pulling fs layer 06:01:35 8ad3a11d3b57: Pulling fs layer 06:01:35 46f8f816bc3b: Pulling fs layer 06:01:35 93b61091891f: Pulling fs layer 06:01:35 93b9cdb0e59b: Pulling fs layer 06:01:35 5e14af77c1be: Pulling fs layer 06:01:35 01666e4c0597: Pulling fs layer 06:01:35 aa168da1d23b: Pulling fs layer 06:01:35 46f8f816bc3b: Waiting 06:01:35 93b61091891f: Waiting 06:01:35 93b9cdb0e59b: Waiting 06:01:35 5e14af77c1be: Waiting 06:01:35 01666e4c0597: Waiting 06:01:35 aa168da1d23b: Waiting 06:01:35 36b3adc4ff6f: Verifying Checksum 06:01:35 36b3adc4ff6f: Download complete 06:01:35 46f8f816bc3b: Verifying Checksum 06:01:35 46f8f816bc3b: Download complete 06:01:36 df20fa9351a1: Verifying Checksum 06:01:36 df20fa9351a1: Download complete 06:01:36 93b9cdb0e59b: Verifying Checksum 06:01:36 93b9cdb0e59b: Download complete 06:01:36 93b61091891f: Verifying Checksum 06:01:36 93b61091891f: Download complete 06:01:36 5e14af77c1be: Verifying Checksum 06:01:36 5e14af77c1be: Download complete 06:01:36 01666e4c0597: Verifying Checksum 06:01:36 01666e4c0597: Download complete 06:01:36 8ad3a11d3b57: Verifying Checksum 06:01:36 8ad3a11d3b57: Download complete 06:01:36 df20fa9351a1: Pull complete 06:01:36 36b3adc4ff6f: Pull complete 06:01:37 8ad3a11d3b57: Pull complete 06:01:37 46f8f816bc3b: Pull complete 06:01:37 93b61091891f: Pull complete 06:01:37 93b9cdb0e59b: Pull complete 06:01:37 5e14af77c1be: Pull complete 06:01:37 01666e4c0597: Pull complete 06:01:40 aa168da1d23b: Verifying Checksum 06:01:40 aa168da1d23b: Download complete 06:01:43 aa168da1d23b: Pull complete 06:01:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:01:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:01:43 prd-centos7-docker-4c-2g-15742 does not seem to be running inside a container 06:01:43 $ 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_PR-243/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_PR-243 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-243:/w/workspace/xfoundry_go-mod-bootstrap_PR-243:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-243@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:01:47 $ docker top eec147bb50eeaf7b8f6f2d010dbde9fdaa153f33f52a0305692a3c26d61aa51f -eo pid,comm [Pipeline] { [Pipeline] sh 06:01:48 + touch /tmp/pre-build-complete [Pipeline] sh 06:01:48 + mkdir -p /var/log/sa [Pipeline] sh 06:01:49 + ls /var/log/sa-host 06:01:49 + sadf -c /var/log/sa-host/sa05 06:01:49 file_magic: OK 06:01:49 HZ: Using current value: 100 06:01:49 file_header: OK 06:01:49 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 06:01:49 Statistics: 06:01:49 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:01:49 File successfully converted to sysstat format version 12.2.1 06:01:49 + sadf -c /var/log/sa-host/sa24 06:01:49 file_magic: OK 06:01:49 HZ: Using current value: 100 06:01:49 file_header: OK 06:01:49 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 06:01:49 Statistics: 06:01:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:01:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:01:49 provisioning config files... 06:01:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/config7382805067768627770tmp [Pipeline] { [Pipeline] echo 06:01:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:01:49 ---> create-netrc.sh [Pipeline] } 06:01:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:01:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:01:52 ---> python-tools-install.sh [Pipeline] echo 06:01:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:01:55 ---> sudo-logs.sh 06:01:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:01:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:01:55 ---> job-cost.sh 06:01:55 lf-activate-venv: SKIPPING 06:01:55 DEBUG: total: 0.05999999865889549 06:01:55 INFO: Retrieving Stack Cost... 06:01:56 INFO: Retrieving Pricing Info for: v3-standard-2 06:01:57 INFO: Archiving Costs [Pipeline] echo 06:01:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:01:59 ---> logs-deploy.sh 06:01:59 lf-activate-venv: SKIPPING 06:01:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-243/1 06:01:59 INFO: archiving workspace using pattern(s): 06:02:02 Archives upload complete. 06:02:02 INFO: archiving logs to Nexus 06:02:02 ---> uname -a: 06:02:02 Linux prd-centos7-docker-4c-2g-15742.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 06:02:02 06:02:02 06:02:02 ---> lscpu: 06:02:02 Architecture: x86_64 06:02:02 CPU op-mode(s): 32-bit, 64-bit 06:02:02 Byte Order: Little Endian 06:02:02 Address sizes: 40 bits physical, 48 bits virtual 06:02:02 CPU(s): 2 06:02:02 On-line CPU(s) list: 0,1 06:02:02 Thread(s) per core: 1 06:02:02 Core(s) per socket: 1 06:02:02 Socket(s): 2 06:02:02 NUMA node(s): 1 06:02:02 Vendor ID: AuthenticAMD 06:02:02 CPU family: 23 06:02:02 Model: 49 06:02:02 Model name: AMD EPYC-Rome Processor 06:02:02 Stepping: 0 06:02:02 CPU MHz: 2799.998 06:02:02 BogoMIPS: 5599.99 06:02:02 Virtualization: AMD-V 06:02:02 Hypervisor vendor: KVM 06:02:02 Virtualization type: full 06:02:02 L1d cache: 64 KiB 06:02:02 L1i cache: 64 KiB 06:02:02 L2 cache: 1 MiB 06:02:02 L3 cache: 32 MiB 06:02:02 NUMA node0 CPU(s): 0,1 06:02:02 Vulnerability Itlb multihit: Not affected 06:02:02 Vulnerability L1tf: Not affected 06:02:02 Vulnerability Mds: Not affected 06:02:02 Vulnerability Meltdown: Not affected 06:02:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:02:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:02:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:02:02 Vulnerability Srbds: Not affected 06:02:02 Vulnerability Tsx async abort: Not affected 06:02:02 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 06:02:02 06:02:02 06:02:02 ---> nproc: 06:02:02 2 06:02:02 06:02:02 06:02:02 ---> df -h: 06:02:02 Filesystem Size Used Available Use% Mounted on 06:02:02 overlay 40.0G 7.6G 32.4G 19% / 06:02:02 tmpfs 64.0M 0 64.0M 0% /dev 06:02:02 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 06:02:02 shm 64.0M 0 64.0M 0% /dev/shm 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/xfoundry_go-mod-bootstrap_PR-243 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 06:02:02 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 06:02:02 06:02:02 06:02:02 ---> free -m: 06:02:02 total used free shared buff/cache available 06:02:02 Mem: 7821 863 4866 0 2090 6779 06:02:02 Swap: 1023 0 1023 06:02:02 06:02:02 06:02:02 ---> ip addr: 06:02:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:02:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:02:02 inet 127.0.0.1/8 scope host lo 06:02:02 valid_lft forever preferred_lft forever 06:02:02 inet6 ::1/128 scope host 06:02:02 valid_lft forever preferred_lft forever 06:02:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:02:02 link/ether fa:16:3e:26:50:3a brd ff:ff:ff:ff:ff:ff 06:02:02 inet 10.30.122.89/23 brd 10.30.123.255 scope global dynamic eth0 06:02:02 valid_lft 85541sec preferred_lft 85541sec 06:02:02 inet6 fe80::f816:3eff:fe26:503a/64 scope link 06:02:02 valid_lft forever preferred_lft forever 06:02:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:02:02 link/ether 02:42:3c:24:ad:51 brd ff:ff:ff:ff:ff:ff 06:02:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:02:02 valid_lft forever preferred_lft forever 06:02:02 inet6 fe80::42:3cff:fe24:ad51/64 scope link 06:02:02 valid_lft forever preferred_lft forever 06:02:02 06:02:02 06:02:02 ---> sar -b -r -n DEV: 06:02:02 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/24/21 _x86_64_ (2 CPU) 06:02:02 06:02:02 05:47:29 LINUX RESTART (2 CPU) 06:02:02 06:02:02 05:48:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:02:02 05:49:01 114.93 12.55 102.38 0.00 2797.38 32138.31 0.00 06:02:02 05:50:01 20.85 3.23 17.62 0.00 2535.78 2540.89 0.00 06:02:02 05:51:01 5.58 0.15 5.43 0.00 22.12 141.39 0.00 06:02:02 05:52:01 0.40 0.00 0.40 0.00 0.00 6.58 0.00 06:02:02 05:53:01 0.22 0.00 0.22 0.00 0.00 3.30 0.00 06:02:02 05:54:01 0.25 0.00 0.25 0.00 0.00 3.50 0.00 06:02:02 05:55:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 06:02:02 05:56:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 06:02:02 05:57:01 0.32 0.00 0.32 0.00 0.00 3.25 0.00 06:02:02 05:58:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 06:02:02 05:59:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 06:02:02 06:00:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 06:02:02 06:01:01 0.27 0.02 0.25 0.00 0.13 2.45 0.00 06:02:02 Average: 10.81 1.20 9.62 0.00 406.00 2607.16 0.00 06:02:02 06:02:02 05:48:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:02:02 05:49:01 5687712 0 710000 8.87 2620 1608608 1115736 12.32 428988 1504400 20216 06:02:02 05:50:01 5524736 0 747656 9.34 2620 1733928 1233664 13.62 509828 1573040 2120 06:02:02 05:51:01 5540484 0 732316 9.14 2620 1733520 1075512 11.87 505896 1564536 20 06:02:02 05:52:01 5534768 0 738028 9.22 2620 1733524 1087408 12.01 511712 1564784 20 06:02:02 05:53:01 5537604 0 735184 9.18 2620 1733532 1067256 11.78 503096 1570720 20 06:02:02 05:54:01 5537912 0 734876 9.18 2620 1733532 1057040 11.67 502212 1571544 16 06:02:02 05:55:01 5532016 0 740764 9.25 2620 1733540 1036480 11.44 507392 1573176 12 06:02:02 05:56:01 5531392 0 741384 9.26 2620 1733544 1036480 11.44 509076 1571376 8 06:02:02 05:57:01 5531764 0 741008 9.25 2620 1733548 1036480 11.44 509132 1571376 8 06:02:02 05:58:01 5531532 0 741236 9.26 2620 1733552 1036480 11.44 516672 1563808 16 06:02:02 05:59:01 5531032 0 741732 9.26 2620 1733556 1036576 11.44 517536 1564052 8 06:02:02 06:00:01 5531176 0 741584 9.26 2620 1733560 1036480 11.44 516912 1564048 8 06:02:02 06:01:01 5529072 0 743684 9.29 2620 1733564 1039248 11.47 518036 1564504 8 06:02:02 Average: 5544708 0 737650 9.21 2620 1723962 1068834 11.80 504345 1563182 1729 06:02:02 06:02:02 05:48:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:02:02 05:49:01 eth0 409.56 270.66 665.21 64.85 0.00 0.00 0.00 0.00 06:02:02 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:50:01 veth683c1a8 5.45 3.81 1.26 8.16 0.00 0.00 0.00 0.00 06:02:02 05:50:01 eth0 107.84 88.71 414.81 23.01 0.00 0.00 0.00 0.00 06:02:02 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:50:01 docker0 5.45 3.68 1.19 8.15 0.00 0.00 0.00 0.00 06:02:02 05:51:01 eth0 11.59 6.40 8.98 2.77 0.00 0.00 0.00 0.00 06:02:02 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:51:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:52:01 eth0 5.33 3.03 1.15 13.05 0.00 0.00 0.00 0.00 06:02:02 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:53:01 eth0 0.92 0.52 0.53 0.37 0.00 0.00 0.00 0.00 06:02:02 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:54:01 eth0 1.12 0.68 0.67 0.46 0.00 0.00 0.00 0.00 06:02:02 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:55:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 06:02:02 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:56:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:02:02 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:57:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:02:02 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:02:02 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:59:01 eth0 0.35 0.25 0.14 0.08 0.00 0.00 0.00 0.00 06:02:02 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 06:00:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:02:02 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 06:01:01 eth0 2.72 0.05 0.19 0.00 0.00 0.00 0.00 0.00 06:02:02 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 Average: eth0 40.62 27.91 82.52 7.91 0.00 0.00 0.00 0.00 06:02:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:02 Average: docker0 0.42 0.29 0.09 0.63 0.00 0.00 0.00 0.00 06:02:02 06:02:02 06:02:02 ---> sar -P ALL: 06:02:02 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/24/21 _x86_64_ (2 CPU) 06:02:02 06:02:02 05:47:29 LINUX RESTART (2 CPU) 06:02:02 06:02:02 05:48:03 CPU %user %nice %system %iowait %steal %idle 06:02:02 05:49:01 all 9.54 0.00 2.16 14.37 0.06 73.87 06:02:02 05:49:01 0 9.27 0.00 2.74 16.90 0.07 71.01 06:02:02 05:49:01 1 9.82 0.00 1.57 11.84 0.05 76.72 06:02:02 05:50:01 all 3.18 0.00 1.54 0.47 0.04 94.77 06:02:02 05:50:01 0 3.20 0.00 1.79 0.54 0.03 94.43 06:02:02 05:50:01 1 3.15 0.00 1.28 0.40 0.05 95.11 06:02:02 05:51:01 all 0.53 0.00 0.24 0.95 0.03 98.25 06:02:02 05:51:01 0 0.47 0.00 0.22 1.67 0.05 97.59 06:02:02 05:51:01 1 0.59 0.00 0.27 0.22 0.02 98.91 06:02:02 05:52:01 all 0.18 0.00 0.05 0.00 0.02 99.75 06:02:02 05:52:01 0 0.23 0.00 0.03 0.00 0.02 99.72 06:02:02 05:52:01 1 0.13 0.00 0.07 0.00 0.02 99.78 06:02:02 05:53:01 all 0.14 0.00 0.03 0.00 0.03 99.80 06:02:02 05:53:01 0 0.23 0.00 0.03 0.00 0.03 99.70 06:02:02 05:53:01 1 0.05 0.00 0.03 0.00 0.02 99.90 06:02:02 05:54:01 all 0.04 0.00 0.04 0.00 0.03 99.88 06:02:02 05:54:01 0 0.02 0.00 0.03 0.00 0.03 99.92 06:02:02 05:54:01 1 0.07 0.00 0.05 0.00 0.03 99.85 06:02:02 05:55:01 all 0.07 0.00 0.03 0.00 0.03 99.88 06:02:02 05:55:01 0 0.03 0.00 0.02 0.00 0.03 99.92 06:02:02 05:55:01 1 0.10 0.00 0.03 0.00 0.02 99.85 06:02:02 05:56:01 all 0.04 0.00 0.03 0.00 0.02 99.92 06:02:02 05:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:02:02 05:56:01 1 0.07 0.00 0.03 0.00 0.02 99.88 06:02:02 05:57:01 all 0.13 0.00 0.02 0.00 0.02 99.83 06:02:02 05:57:01 0 0.03 0.00 0.02 0.00 0.03 99.92 06:02:02 05:57:01 1 0.23 0.00 0.02 0.00 0.00 99.75 06:02:02 05:58:01 all 0.08 0.00 0.03 0.00 0.03 99.86 06:02:02 05:58:01 0 0.02 0.00 0.03 0.00 0.03 99.92 06:02:02 05:58:01 1 0.15 0.00 0.03 0.00 0.02 99.80 06:02:02 05:59:01 all 0.10 0.00 0.02 0.00 0.02 99.87 06:02:02 05:59:01 0 0.03 0.00 0.02 0.00 0.03 99.92 06:02:02 05:59:01 1 0.17 0.00 0.02 0.00 0.00 99.82 06:02:02 06:02:02 05:59:01 CPU %user %nice %system %iowait %steal %idle 06:02:02 06:00:01 all 0.11 0.00 0.02 0.00 0.03 99.85 06:02:02 06:00:01 0 0.03 0.00 0.02 0.00 0.03 99.92 06:02:02 06:00:01 1 0.18 0.00 0.02 0.00 0.02 99.78 06:02:02 06:01:01 all 0.08 0.00 0.03 0.00 0.02 99.87 06:02:02 06:01:01 0 0.05 0.00 0.03 0.00 0.03 99.88 06:02:02 06:01:01 1 0.10 0.00 0.03 0.00 0.00 99.87 06:02:02 Average: all 1.06 0.00 0.32 1.16 0.03 97.43 06:02:02 Average: 0 1.01 0.00 0.37 1.41 0.03 97.17 06:02:02 Average: 1 1.10 0.00 0.26 0.92 0.02 97.70 06:02:02 06:02:02 06:02:02