Pull request #59 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-secrets Obtained Jenkinsfile from aad16d8ff4a7caef4f394e6354f06f8e276277c8+43103de098cdcbb78cf067fd19afda48c0e0d939 (0f929b32a9949e4b38f6551719a87914564073d8) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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-secrets/branches/PR-59/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 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1210 in /w/workspace/dgexfoundry_go-mod-secrets_PR-59 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-59 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 43103de098cdcbb78cf067fd19afda48c0e0d939 into PR head commit aad16d8ff4a7caef4f394e6354f06f8e276277c8 Merge succeeded, producing aad16d8ff4a7caef4f394e6354f06f8e276277c8 Checking out Revision aad16d8ff4a7caef4f394e6354f06f8e276277c8 (PR-59) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:28:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:28:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:28:55 ========================================================= 19:28:55 EdgeX Global Pipelines Version Info 19:28:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:28:56 ------------------- 19:28:56 stable info: 19:28:56 ------------------- 19:28:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:28:56 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 19:28:56 Message: update stable to v1.0.128 19:28:57 ------------------- 19:28:57 experimental info: 19:28:57 ------------------- 19:28:57 Commited By: **** collab-it+edgex@linuxfoundation.org 19:28:57 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 19:28:57 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:28:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 19:28:58 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 19:28:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:28:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:28:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:28:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:28:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 19:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:28:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:29:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:29:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:29:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:29:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 19:29:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:29:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:29:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:29:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:29:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:29:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:29:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-59 [Pipeline] echo 19:29:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-59 [Pipeline] echo 19:29:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-59 [Pipeline] echo 19:29:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aad16d8ff4a7caef4f394e6354f06f8e276277c8 [Pipeline] echo 19:29:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aad16d8 [Pipeline] echo 19:29:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:29:03 + git log --format=format:%s -1 aad16d8ff4a7caef4f394e6354f06f8e276277c8 [Pipeline] echo 19:29:03 GIT_COMMIT: aad16d8ff4a7caef4f394e6354f06f8e276277c8, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo 19:29:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:29:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:29:04 19:29:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:29:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:29:04 latest: Pulling from edgex-devops/git-semver 19:29:04 31603596830f: Pulling fs layer 19:29:04 2a8b12db71e7: Pulling fs layer 19:29:04 6ca5941a6612: Pulling fs layer 19:29:04 ecc8261a40a4: Pulling fs layer 19:29:04 ecc8261a40a4: Waiting 19:29:04 2a8b12db71e7: Verifying Checksum 19:29:04 2a8b12db71e7: Download complete 19:29:05 31603596830f: Verifying Checksum 19:29:05 31603596830f: Download complete 19:29:05 6ca5941a6612: Verifying Checksum 19:29:05 ecc8261a40a4: Verifying Checksum 19:29:05 ecc8261a40a4: Download complete 19:29:05 31603596830f: Pull complete 19:29:05 2a8b12db71e7: Pull complete 19:29:06 6ca5941a6612: Pull complete 19:29:06 ecc8261a40a4: Pull complete 19:29:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:29:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:29:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:29:06 prd-centos7-docker-4c-2g-1210 does not seem to be running inside a container 19:29:06 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-59 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-59:/w/workspace/dgexfoundry_go-mod-secrets_PR-59:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:29:08 $ docker top 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:29:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:09 [ssh-agent] Looking for ssh-agent implementation... 19:29:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:09 $ docker exec 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 ssh-agent 19:29:09 SSH_AUTH_SOCK=/tmp/ssh-bZjaZW7RgfDW/agent.11 19:29:09 SSH_AGENT_PID=16 19:29:09 Running ssh-add (command line suppressed) 19:29:09 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/private_key_4101144840531956781.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/private_key_4101144840531956781.key) 19:29:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:10 + git describe --exact-match --tags HEAD 19:29:10 fatal: no tag exactly matches 'aad16d8ff4a7caef4f394e6354f06f8e276277c8' [Pipeline] } 19:29:10 $ docker exec --env ******** --env ******** 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 ssh-agent -k 19:29:10 unset SSH_AUTH_SOCK; 19:29:10 unset SSH_AGENT_PID; 19:29:10 echo Agent pid 16 killed; 19:29:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:29:10 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:29:10 This usually means this commit has not been tagged. [Pipeline] sshagent 19:29:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:10 [ssh-agent] Looking for ssh-agent implementation... 19:29:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:11 $ docker exec 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 ssh-agent 19:29:11 SSH_AUTH_SOCK=/tmp/ssh-1QXmyL2zKvd1/agent.45 19:29:11 SSH_AGENT_PID=50 19:29:11 Running ssh-add (command line suppressed) 19:29:11 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/private_key_9143613354809397275.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/private_key_9143613354809397275.key) 19:29:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:11 + git semver init 19:29:11 # -> Open(): unable to determine branch for HEAD 19:29:11 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-59/.git 19:29:11 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-59 19:29:11 # $SEMVER_REMOTE_NAME = origin 19:29:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:29:11 # $SEMVER_USER_NAME = edgex-jenkins 19:29:11 # $SEMVER_BRANCH = PR-59 19:29:11 # $SEMVER_TEMP = /tmp/semver-379125812 19:29:11 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 19:29:12 # '/tmp/semver-379125812' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-59/.semver' 19:29:12 # -> Force: false 19:29:12 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-59/.semver [Pipeline] } 19:29:12 $ docker exec --env ******** --env ******** 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 ssh-agent -k 19:29:12 unset SSH_AUTH_SOCK; 19:29:12 unset SSH_AGENT_PID; 19:29:12 echo Agent pid 50 killed; 19:29:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:29:13 + git semver [Pipeline] } 19:29:13 $ docker stop --time=1 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 19:29:14 $ docker rm -f 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:29:15 Stashed 35 file(s) [Pipeline] echo 19:29:15 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:29:15 Archived original 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 19:29:31 Still waiting to schedule task 19:29:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:29:31 Still waiting to schedule task 19:29:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:31:39 Running on prd-centos7-docker-4c-2g-1215 in /w/workspace/dgexfoundry_go-mod-secrets_PR-59 [Pipeline] { [Pipeline] ws 19:31:39 Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout 19:31:42 using credential edgex-jenkins-ssh 19:31:42 Cloning the remote Git repository 19:31:42 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 19:31:42 > git init /w/workspace/go-mod-secrets/1 # timeout=10 19:31:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:31:42 > git --version # timeout=10 19:31:42 > git --version # 'git version 2.16.5' 19:31:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:31:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:31:43 Merging remotes/origin/master commit 43103de098cdcbb78cf067fd19afda48c0e0d939 into PR head commit aad16d8ff4a7caef4f394e6354f06f8e276277c8 19:31:43 Merge succeeded, producing aad16d8ff4a7caef4f394e6354f06f8e276277c8 19:31:43 Checking out Revision aad16d8ff4a7caef4f394e6354f06f8e276277c8 (PR-59) 19:31:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:31:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:31:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:31:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:31:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:31:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:31:43 > git config core.sparsecheckout # timeout=10 19:31:43 > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 19:31:43 > git remote # timeout=10 19:31:43 > git config --get remote.origin.url # timeout=10 19:31:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:31:43 > git merge 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 19:31:43 > git rev-parse HEAD^{commit} # timeout=10 19:31:43 > git config core.sparsecheckout # timeout=10 19:31:43 > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 19:31:47 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" 19:31:47 > git --version # timeout=10 19:31:47 > git --version # 'git version 2.16.5' 19:31:47 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:31:48 ========================================================= 19:31:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:31:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:31:49 + 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 . 19:31:49 Sending build context to Docker daemon 601.1kB 19:31:49 Step 1/7 : ARG BASE=golang:1.15-alpine 19:31:49 Step 2/7 : FROM ${BASE} 19:31:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:31:49 df20fa9351a1: Pulling fs layer 19:31:49 ed8968b2872e: Pulling fs layer 19:31:49 a92cc7c5fd73: Pulling fs layer 19:31:49 e871e8e8d7a9: Pulling fs layer 19:31:49 e73272ec9a57: Pulling fs layer 19:31:49 1e910a182e73: Pulling fs layer 19:31:49 4e634b169226: Pulling fs layer 19:31:49 e871e8e8d7a9: Waiting 19:31:49 e73272ec9a57: Waiting 19:31:49 1e910a182e73: Waiting 19:31:49 4e634b169226: Waiting 19:31:49 a92cc7c5fd73: Verifying Checksum 19:31:49 a92cc7c5fd73: Download complete 19:31:49 ed8968b2872e: Download complete 19:31:49 e73272ec9a57: Verifying Checksum 19:31:49 e73272ec9a57: Download complete 19:31:49 1e910a182e73: Verifying Checksum 19:31:49 1e910a182e73: Download complete 19:31:49 df20fa9351a1: Download complete 19:31:49 df20fa9351a1: Pull complete 19:31:50 ed8968b2872e: Pull complete 19:31:50 a92cc7c5fd73: Pull complete 19:31:51 4e634b169226: Verifying Checksum 19:31:52 e871e8e8d7a9: Verifying Checksum 19:31:52 e871e8e8d7a9: Download complete 19:31:57 e871e8e8d7a9: Pull complete 19:31:57 e73272ec9a57: Pull complete 19:31:57 1e910a182e73: Pull complete 19:32:07 4e634b169226: Pull complete 19:32:07 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:32:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:32:07 ---> f7629b54cfaa 19:32:07 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:32:07 ---> Running in 4597fb50850a 19:32:07 Removing intermediate container 4597fb50850a 19:32:07 ---> a68ef6f43adb 19:32:07 Step 4/7 : RUN apk add --update bash 19:32:07 ---> Running in 94c652ad48b4 19:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:32:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:32:09 OK: 166 MiB in 39 packages 19:32:09 Removing intermediate container 94c652ad48b4 19:32:09 ---> b8f8c9496040 19:32:09 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:32:09 ---> Running in 8db8a9e03797 19:32:09 Removing intermediate container 8db8a9e03797 19:32:09 ---> dba20907731e 19:32:09 Step 6/7 : COPY go.mod . 19:32:10 ---> 39ffcc081b39 19:32:10 Step 7/7 : RUN go mod download 19:32:10 ---> Running in 69911b130892 19:32:22 Removing intermediate container 69911b130892 19:32:22 ---> c36424f042b0 19:32:22 Successfully built c36424f042b0 19:32:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:32:23 + docker inspect -f . ci-base-image-x86_64 19:32:23 . [Pipeline] withDockerContainer 19:32:23 prd-centos7-docker-4c-2g-1215 does not seem to be running inside a container 19:32:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-x86_64 cat 19:32:24 $ docker top 880d969c19b3308c4eb6b212275b634d701a217b2fadb9f642d98dea31e42def -eo pid,comm [Pipeline] { [Pipeline] sh 19:32:25 + go version 19:32:25 go version go1.15.2 linux/amd64 [Pipeline] } 19:32:25 $ docker stop --time=1 880d969c19b3308c4eb6b212275b634d701a217b2fadb9f642d98dea31e42def 19:32:26 $ docker rm -f 880d969c19b3308c4eb6b212275b634d701a217b2fadb9f642d98dea31e42def [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:32:27 + docker inspect -f . ci-base-image-x86_64 19:32:27 . [Pipeline] withDockerContainer 19:32:27 prd-centos7-docker-4c-2g-1215 does not seem to be running inside a container 19:32:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-x86_64 cat 19:32:28 $ docker top 56aaad47d15fd809cab119ed57dbb7a629fc0121d39036339a8786443dc1cc4e -eo pid,comm [Pipeline] { [Pipeline] sh 19:32:28 + make test 19:32:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:32:32 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 19:32:32 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 19:32:42 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.019s coverage: 96.7% of statements 19:32:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1217 in /w/workspace/dgexfoundry_go-mod-secrets_PR-59 [Pipeline] { [Pipeline] ws 19:32:49 Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout 19:32:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.035s coverage: 86.4% of statements 19:32:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.005s coverage: 89.5% of statements 19:32:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.008s coverage: 100.0% of statements 19:32:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.006s coverage: 100.0% of statements 19:32:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.008s coverage: 100.0% of statements 19:32:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:32:52 gofmt -l . 19:32:52 [ "`gofmt -l .`" = "" ] [Pipeline] stash 19:32:53 Stashed 1 file(s) [Pipeline] } 19:32:53 $ docker stop --time=1 56aaad47d15fd809cab119ed57dbb7a629fc0121d39036339a8786443dc1cc4e 19:32:55 using credential edgex-jenkins-ssh 19:32:55 Cloning the remote Git repository 19:32:55 $ docker rm -f 56aaad47d15fd809cab119ed57dbb7a629fc0121d39036339a8786443dc1cc4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage 19:32:55 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 19:32:55 > git init /w/workspace/go-mod-secrets/1 # timeout=10 19:32:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:32:55 > git --version # timeout=10 19:32:55 > git --version # 'git version 2.17.1' 19:32:55 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:32:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:32:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:32:56 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 [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] } 19:32:56 Merging remotes/origin/master commit 43103de098cdcbb78cf067fd19afda48c0e0d939 into PR head commit aad16d8ff4a7caef4f394e6354f06f8e276277c8 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 19:32:57 Merge succeeded, producing aad16d8ff4a7caef4f394e6354f06f8e276277c8 19:32:57 Checking out Revision aad16d8ff4a7caef4f394e6354f06f8e276277c8 (PR-59) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 19:32:56 > git config core.sparsecheckout # timeout=10 19:32:56 > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 19:32:56 > git remote # timeout=10 19:32:56 > git config --get remote.origin.url # timeout=10 19:32:56 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:57 > git merge 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 19:32:57 > git rev-parse HEAD^{commit} # timeout=10 19:32:57 > git config core.sparsecheckout # timeout=10 19:32:57 > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 [Pipeline] // stage [Pipeline] } 19:33:01 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" 19:33:01 > git --version # timeout=10 19:33:01 > git --version # 'git version 2.17.1' 19:33:01 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:33:02 ========================================================= 19:33:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:33:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:33:03 + 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 . 19:33:04 Sending build context to Docker daemon 601.1kB 19:33:04 Step 1/7 : ARG BASE=golang:1.15-alpine 19:33:04 Step 2/7 : FROM ${BASE} 19:33:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:33:04 b538f80385f9: Pulling fs layer 19:33:04 74f711af9a0d: Pulling fs layer 19:33:04 99f96fe45779: Pulling fs layer 19:33:04 8529a6b9a6be: Pulling fs layer 19:33:04 45590311c82a: Pulling fs layer 19:33:04 69ca0ff8b7b3: Pulling fs layer 19:33:04 209524e5b208: Pulling fs layer 19:33:04 8529a6b9a6be: Waiting 19:33:04 45590311c82a: Waiting 19:33:04 69ca0ff8b7b3: Waiting 19:33:04 209524e5b208: Waiting 19:33:04 99f96fe45779: Verifying Checksum 19:33:04 99f96fe45779: Download complete 19:33:04 74f711af9a0d: Verifying Checksum 19:33:04 74f711af9a0d: Download complete 19:33:04 45590311c82a: Download complete 19:33:04 69ca0ff8b7b3: Download complete 19:33:05 b538f80385f9: Verifying Checksum 19:33:05 b538f80385f9: Download complete 19:33:05 b538f80385f9: Pull complete 19:33:06 74f711af9a0d: Pull complete 19:33:06 99f96fe45779: Pull complete 19:33:07 209524e5b208: Verifying Checksum 19:33:07 209524e5b208: Download complete 19:33:08 8529a6b9a6be: Verifying Checksum 19:33:08 8529a6b9a6be: Download complete 19:33:18 8529a6b9a6be: Pull complete 19:33:19 45590311c82a: Pull complete 19:33:19 69ca0ff8b7b3: Pull complete 19:33:23 209524e5b208: Pull complete 19:33:23 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:33:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:33:23 ---> 5bddaf1c2fca 19:33:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:33:26 ---> Running in b959a83b92a1 19:33:26 Removing intermediate container b959a83b92a1 19:33:26 ---> b9560763810d 19:33:26 Step 4/7 : RUN apk add --update bash 19:33:26 ---> Running in a727b84edabe 19:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:33:30 OK: 142 MiB in 39 packages 19:33:32 Removing intermediate container a727b84edabe 19:33:32 ---> d00747d5d3c4 19:33:32 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:33:32 ---> Running in d4c3ed73008f 19:33:32 Removing intermediate container d4c3ed73008f 19:33:32 ---> 5270133bc9d6 19:33:32 Step 6/7 : COPY go.mod . 19:33:33 ---> 8d45efb441d2 19:33:33 Step 7/7 : RUN go mod download 19:33:33 ---> Running in 89d0b9361995 19:33:48 Removing intermediate container 89d0b9361995 19:33:48 ---> 7d5e52b00d2d 19:33:48 Successfully built 7d5e52b00d2d 19:33:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:33:49 + docker inspect -f . ci-base-image-arm64 19:33:49 . [Pipeline] withDockerContainer 19:33:49 prd-ubuntu18.04-docker-arm64-4c-16g-1217 does not seem to be running inside a container 19:33:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-arm64 cat 19:33:51 $ docker top 936a56cfd8a0e1c01089eda022b8f548dc110453540cc959e9723d462f301a81 -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:52 + go version 19:33:52 go version go1.15.2 linux/arm64 [Pipeline] } 19:33:53 $ docker stop --time=1 936a56cfd8a0e1c01089eda022b8f548dc110453540cc959e9723d462f301a81 19:33:54 $ docker rm -f 936a56cfd8a0e1c01089eda022b8f548dc110453540cc959e9723d462f301a81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:33:56 + docker inspect -f . ci-base-image-arm64 19:33:56 . [Pipeline] withDockerContainer 19:33:56 prd-ubuntu18.04-docker-arm64-4c-16g-1217 does not seem to be running inside a container 19:33:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-arm64 cat 19:33:58 $ docker top f31f7b9fe3d8175ab6e3a7bde7f16a9ddac0823e0b7f9f825326221ba9f2afb9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:00 + make test 19:34:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:34:11 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 19:34:11 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 19:34:21 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.045s coverage: 96.7% of statements 19:34:39 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.049s coverage: 86.4% of statements 19:34:39 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.013s coverage: 89.5% of statements 19:34:39 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.027s coverage: 100.0% of statements 19:34:39 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.011s coverage: 100.0% of statements 19:34:39 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.010s coverage: 100.0% of statements 19:34:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:34:43 gofmt -l . 19:34:43 [ "`gofmt -l .`" = "" ] [Pipeline] stash 19:34:43 Warning: overwriting stash ‘coverage-report’ 19:34:44 Stashed 1 file(s) [Pipeline] } 19:34:44 $ docker stop --time=1 f31f7b9fe3d8175ab6e3a7bde7f16a9ddac0823e0b7f9f825326221ba9f2afb9 19:34:46 $ docker rm -f f31f7b9fe3d8175ab6e3a7bde7f16a9ddac0823e0b7f9f825326221ba9f2afb9 [Pipeline] // withDockerContainer [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 [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 19:34:49 provisioning config files... 19:34:50 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/config4572606615384238353tmp [Pipeline] { [Pipeline] sh 19:34:50 + curl -s https://codecov.io/bash 19:34:50 + bash -s - -t @/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/config4572606615384238353tmp [Pipeline] } 19:34:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 19:34:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:34:55 ---> package-listing.sh 19:34:55 ++ facter osfamily 19:34:55 ++ tr '[:upper:]' '[:lower:]' 19:34:55 + OS_FAMILY=redhat 19:34:55 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-59 19:34:55 + START_PACKAGES=/tmp/packages_start.txt 19:34:55 + END_PACKAGES=/tmp/packages_end.txt 19:34:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:34:55 + PACKAGES=/tmp/packages_start.txt 19:34:55 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-59 ']' 19:34:55 + PACKAGES=/tmp/packages_end.txt 19:34:55 + case "${OS_FAMILY}" in 19:34:55 + rpm -qa 19:34:55 + sort 19:34:59 + '[' -f /tmp/packages_start.txt ']' 19:34:59 + '[' -f /tmp/packages_end.txt ']' 19:34:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:34:59 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-59 ']' 19:34:59 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-59/archives/ 19:34:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-59/archives/ [Pipeline] isUnix [Pipeline] sh 19:35:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:35:00 19:35:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:35:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:35:01 alpine: Pulling from edgex-lftools-log-publisher 19:35:01 df20fa9351a1: Pulling fs layer 19:35:01 36b3adc4ff6f: Pulling fs layer 19:35:01 8ad3a11d3b57: Pulling fs layer 19:35:01 46f8f816bc3b: Pulling fs layer 19:35:01 0dadc02b9964: Pulling fs layer 19:35:01 ce6a7cf60c04: Pulling fs layer 19:35:01 7a184a31f384: Pulling fs layer 19:35:01 0879bd2ef858: Pulling fs layer 19:35:01 0dadc02b9964: Waiting 19:35:01 ce6a7cf60c04: Waiting 19:35:01 7a184a31f384: Waiting 19:35:01 0879bd2ef858: Waiting 19:35:01 46f8f816bc3b: Waiting 19:35:01 36b3adc4ff6f: Verifying Checksum 19:35:01 36b3adc4ff6f: Download complete 19:35:01 46f8f816bc3b: Verifying Checksum 19:35:01 46f8f816bc3b: Download complete 19:35:01 0dadc02b9964: Verifying Checksum 19:35:01 0dadc02b9964: Download complete 19:35:01 df20fa9351a1: Verifying Checksum 19:35:01 df20fa9351a1: Download complete 19:35:01 ce6a7cf60c04: Verifying Checksum 19:35:01 ce6a7cf60c04: Download complete 19:35:01 7a184a31f384: Verifying Checksum 19:35:01 7a184a31f384: Download complete 19:35:02 df20fa9351a1: Pull complete 19:35:02 8ad3a11d3b57: Verifying Checksum 19:35:02 8ad3a11d3b57: Download complete 19:35:02 36b3adc4ff6f: Pull complete 19:35:02 8ad3a11d3b57: Pull complete 19:35:03 46f8f816bc3b: Pull complete 19:35:03 0dadc02b9964: Pull complete 19:35:03 0879bd2ef858: Verifying Checksum 19:35:03 0879bd2ef858: Download complete 19:35:04 ce6a7cf60c04: Pull complete 19:35:04 7a184a31f384: Pull complete 19:35:06 0879bd2ef858: Pull complete 19:35:06 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:35:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:35:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:35:06 prd-centos7-docker-4c-2g-1210 does not seem to be running inside a container 19:35:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_go-mod-secrets_PR-59 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-59:/w/workspace/dgexfoundry_go-mod-secrets_PR-59:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:35:11 $ docker top e80480dd1fa7035827e4a4143fb75a139a4e83c8a70fcee4ce6e3812629027ef -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:11 + mkdir -p /var/log/sa [Pipeline] sh 19:35:12 + ls /var/log/sa-host 19:35:12 + sadf -c /var/log/sa-host/sa05 19:35:12 file_magic: OK 19:35:12 HZ: Using current value: 100 19:35:12 file_header: OK 19:35:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:35:12 Statistics: 19:35:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:35:12 File successfully converted to sysstat format version 12.2.1 19:35:12 + sadf -c /var/log/sa-host/sa24 19:35:12 file_magic: OK 19:35:12 HZ: Using current value: 100 19:35:12 file_header: OK 19:35:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:35:12 Statistics: 19:35:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:35:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:35:12 provisioning config files... 19:35:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/config7752350538302824052tmp [Pipeline] { [Pipeline] echo 19:35:12 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:35:12 ---> create-netrc.sh [Pipeline] echo 19:35:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:35:13 ---> logs-deploy.sh 19:35:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-59/1 19:35:13 INFO: archiving workspace using pattern(s): 19:35:14 Archives upload complete. 19:35:14 INFO: archiving logs to Nexus 19:35:15 ---> uname -a: 19:35:15 Linux e80480dd1fa7 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:35:15 19:35:15 19:35:15 ---> lscpu: 19:35:15 Architecture: x86_64 19:35:15 CPU op-mode(s): 32-bit, 64-bit 19:35:15 Byte Order: Little Endian 19:35:15 Address sizes: 40 bits physical, 48 bits virtual 19:35:15 CPU(s): 4 19:35:15 On-line CPU(s) list: 0-3 19:35:15 Thread(s) per core: 1 19:35:15 Core(s) per socket: 1 19:35:15 Socket(s): 4 19:35:15 NUMA node(s): 1 19:35:15 Vendor ID: GenuineIntel 19:35:15 CPU family: 6 19:35:15 Model: 44 19:35:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:35:15 Stepping: 1 19:35:15 CPU MHz: 2933.438 19:35:15 BogoMIPS: 5866.87 19:35:15 Virtualization: VT-x 19:35:15 Hypervisor vendor: KVM 19:35:15 Virtualization type: full 19:35:15 L1d cache: 128 KiB 19:35:15 L1i cache: 128 KiB 19:35:15 L2 cache: 16 MiB 19:35:15 L3 cache: 64 MiB 19:35:15 NUMA node0 CPU(s): 0-3 19:35:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:35:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:35:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:35:15 Vulnerability Meltdown: Mitigation; PTI 19:35:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:35:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:35:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:35:15 Vulnerability Tsx async abort: Not affected 19:35:15 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 19:35:15 19:35:15 19:35:15 ---> nproc: 19:35:15 4 19:35:15 19:35:15 19:35:15 ---> df -h: 19:35:15 Filesystem Size Used Available Use% Mounted on 19:35:15 overlay 50.0G 6.9G 43.0G 14% / 19:35:15 tmpfs 64.0M 0 64.0M 0% /dev 19:35:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:35:15 shm 64.0M 0 64.0M 0% /dev/shm 19:35:15 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 19:35:15 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 19:35:15 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 19:35:15 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-59 19:35:15 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp 19:35:15 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 19:35:15 19:35:15 19:35:15 ---> free -m: 19:35:15 total used free shared buff/cache available 19:35:15 Mem: 1837 672 138 0 1027 1058 19:35:15 Swap: 1023 1 1022 19:35:15 19:35:15 19:35:15 ---> ip addr: 19:35:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:35:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:35:15 inet 127.0.0.1/8 scope host lo 19:35:15 valid_lft forever preferred_lft forever 19:35:15 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:35:15 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:35:15 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:35:15 valid_lft forever preferred_lft forever 19:35:15 19:35:15 19:35:15 ---> sar -b -r -n DEV: 19:35:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 19:35:15 19:35:15 19:28:03 LINUX RESTART (4 CPU) 19:35:15 19:35:15 19:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:35:15 19:30:01 29.32 10.35 18.96 0.00 4369.57 2142.45 0.00 19:35:15 19:31:01 1.63 0.00 1.63 0.00 0.00 30.04 0.00 19:35:15 19:32:01 0.38 0.00 0.38 0.00 0.00 6.81 0.00 19:35:15 19:33:01 0.30 0.00 0.30 0.00 0.00 4.98 0.00 19:35:15 19:34:01 0.20 0.00 0.20 0.00 0.00 4.28 0.00 19:35:15 19:35:01 42.68 41.78 0.90 0.00 4241.15 22.47 0.00 19:35:15 Average: 12.42 8.69 3.73 0.00 1435.52 368.57 0.00 19:35:15 19:35:15 19:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:35:15 19:30:01 161680 0 594952 31.62 2620 1122304 1127140 38.47 436896 1123756 20 19:35:15 19:31:01 166580 0 590048 31.36 2620 1122308 1095944 37.40 435640 1121220 16 19:35:15 19:32:01 166476 0 590144 31.36 2620 1122316 1096004 37.40 435864 1121220 16 19:35:15 19:33:01 164816 0 591804 31.45 2620 1122316 1096028 37.41 437860 1120664 20 19:35:15 19:34:01 165028 0 591588 31.44 2620 1122320 1095968 37.40 444636 1113460 12 19:35:15 19:35:01 108964 0 628240 33.39 2620 1141732 1304216 44.51 489320 1122048 19312 19:35:15 Average: 155591 0 597796 31.77 2620 1125549 1135883 38.77 446703 1120395 3233 19:35:15 19:35:15 19:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:35:15 19:30:01 eth0 70.75 55.60 336.82 28.36 0.00 0.00 0.00 0.00 19:35:15 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:30:01 docker0 1.78 1.50 0.29 2.63 0.00 0.00 0.00 0.00 19:35:15 19:31:01 eth0 2.16 0.60 0.66 0.37 0.00 0.00 0.00 0.00 19:35:15 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:32:01 eth0 2.61 0.52 0.69 0.42 0.00 0.00 0.00 0.00 19:35:15 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:33:01 eth0 2.60 0.27 0.41 0.23 0.00 0.00 0.00 0.00 19:35:15 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:34:01 eth0 2.66 0.38 0.60 0.26 0.00 0.00 0.00 0.00 19:35:15 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:35:01 eth0 53.30 42.23 291.18 7.26 0.00 0.00 0.00 0.00 19:35:15 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 Average: eth0 22.35 16.60 105.09 6.15 0.00 0.00 0.00 0.00 19:35:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:35:15 Average: docker0 0.30 0.25 0.05 0.44 0.00 0.00 0.00 0.00 19:35:15 19:35:15 19:35:15 ---> sar -P ALL: 19:35:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 19:35:15 19:35:15 19:28:03 LINUX RESTART (4 CPU) 19:35:15 19:35:15 19:29:01 CPU %user %nice %system %iowait %steal %idle 19:35:15 19:30:01 all 2.20 0.00 1.49 0.52 0.02 95.77 19:35:15 19:30:01 0 2.18 0.00 1.37 0.10 0.02 96.33 19:35:15 19:30:01 1 2.02 0.00 1.34 1.24 0.02 95.38 19:35:15 19:30:01 2 2.12 0.00 1.66 0.69 0.03 95.50 19:35:15 19:30:01 3 2.47 0.00 1.60 0.05 0.02 95.85 19:35:15 19:31:01 all 0.17 0.00 0.05 0.00 0.00 99.78 19:35:15 19:31:01 0 0.05 0.00 0.02 0.00 0.00 99.93 19:35:15 19:31:01 1 0.45 0.00 0.07 0.00 0.02 99.47 19:35:15 19:31:01 2 0.07 0.00 0.07 0.00 0.00 99.87 19:35:15 19:31:01 3 0.12 0.00 0.03 0.00 0.00 99.85 19:35:15 19:32:01 all 0.18 0.00 0.05 0.00 0.00 99.77 19:35:15 19:32:01 0 0.03 0.00 0.07 0.00 0.02 99.88 19:35:15 19:32:01 1 0.53 0.00 0.03 0.00 0.00 99.43 19:35:15 19:32:01 2 0.08 0.00 0.05 0.00 0.00 99.87 19:35:15 19:32:01 3 0.08 0.00 0.03 0.00 0.00 99.88 19:35:15 19:33:01 all 0.15 0.00 0.04 0.00 0.00 99.82 19:35:15 19:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:35:15 19:33:01 1 0.40 0.00 0.05 0.00 0.00 99.55 19:35:15 19:33:01 2 0.08 0.00 0.03 0.00 0.00 99.88 19:35:15 19:33:01 3 0.07 0.00 0.03 0.00 0.00 99.90 19:35:15 19:34:01 all 0.18 0.00 0.05 0.00 0.00 99.77 19:35:15 19:34:01 0 0.05 0.00 0.07 0.00 0.00 99.88 19:35:15 19:34:01 1 0.57 0.00 0.05 0.00 0.02 99.37 19:35:15 19:34:01 2 0.07 0.00 0.05 0.00 0.00 99.88 19:35:15 19:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:35:15 19:35:01 all 1.28 0.00 0.58 0.94 0.00 97.20 19:35:15 19:35:01 0 1.25 0.00 0.57 0.10 0.00 98.08 19:35:15 19:35:01 1 1.12 0.00 0.38 0.05 0.00 98.45 19:35:15 19:35:01 2 2.12 0.00 0.80 3.06 0.00 94.02 19:35:15 19:35:01 3 0.62 0.00 0.55 0.57 0.00 98.26 19:35:15 Average: all 0.69 0.00 0.37 0.24 0.01 98.69 19:35:15 Average: 0 0.60 0.00 0.35 0.03 0.01 99.01 19:35:15 Average: 1 0.85 0.00 0.32 0.21 0.01 98.61 19:35:15 Average: 2 0.76 0.00 0.44 0.62 0.01 98.17 19:35:15 Average: 3 0.56 0.00 0.38 0.10 0.00 98.95 19:35:15 19:35:15 19:35:15