Pull request #57 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 1eeb0def831b4dc8a699eb7151d82c636f06f566+32334ba23a08c2d47dddfb812bb10fd92c6b0129 (c1e755c82cf6c77f0746b3094cc886ca6ebb84fc) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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-57/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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-0 in /w/workspace/dgexfoundry_go-mod-secrets_PR-57 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-57 # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/57/head:refs/remotes/origin/PR-57 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 32334ba23a08c2d47dddfb812bb10fd92c6b0129 into PR head commit 1eeb0def831b4dc8a699eb7151d82c636f06f566 Merge succeeded, producing 1eeb0def831b4dc8a699eb7151d82c636f06f566 Checking out Revision 1eeb0def831b4dc8a699eb7151d82c636f06f566 (PR-57) > git config core.sparsecheckout # timeout=10 > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # 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 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 Commit message: "fix: Remove trailing slash from vault URL to avoid 400 error" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:52:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:52:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:52:52 ========================================================= 19:52:52 EdgeX Global Pipelines Version Info 19:52:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:52:53 ------------------- 19:52:53 stable info: 19:52:53 ------------------- 19:52:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:52:53 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 19:52:53 Message: update stable to v1.0.122 19:52:54 ------------------- 19:52:54 experimental info: 19:52:54 ------------------- 19:52:54 Commited By: **** collab-it+edgex@linuxfoundation.org 19:52:54 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 19:52:54 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:52:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 19:52:55 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 19:52:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:52:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:52:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:52:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:52:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:52:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:52:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:52:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:52:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:52:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 19:52:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:52:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:52:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:52:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:52:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:52:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:52:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 19:52:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:52:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:52:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:52:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-57 [Pipeline] echo 19:52:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-57 [Pipeline] echo 19:52:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-57 [Pipeline] echo 19:52:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1eeb0def831b4dc8a699eb7151d82c636f06f566 [Pipeline] echo 19:52:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1eeb0de [Pipeline] echo 19:52:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:53:00 + git log --format=format:%s -1 1eeb0def831b4dc8a699eb7151d82c636f06f566 [Pipeline] echo 19:53:00 GIT_COMMIT: 1eeb0def831b4dc8a699eb7151d82c636f06f566, Commit Message: fix: Remove trailing slash from vault URL to avoid 400 error [Pipeline] echo 19:53:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:53:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:53:07 19:53:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:53:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:53:07 latest: Pulling from edgex-devops/git-semver 19:53:07 31603596830f: Pulling fs layer 19:53:07 2a8b12db71e7: Pulling fs layer 19:53:07 6ca5941a6612: Pulling fs layer 19:53:07 ecc8261a40a4: Pulling fs layer 19:53:07 ecc8261a40a4: Waiting 19:53:07 2a8b12db71e7: Verifying Checksum 19:53:07 2a8b12db71e7: Download complete 19:53:07 31603596830f: Verifying Checksum 19:53:07 31603596830f: Download complete 19:53:07 ecc8261a40a4: Verifying Checksum 19:53:07 ecc8261a40a4: Download complete 19:53:08 6ca5941a6612: Verifying Checksum 19:53:08 6ca5941a6612: Download complete 19:53:08 31603596830f: Pull complete 19:53:08 2a8b12db71e7: Pull complete 19:53:09 6ca5941a6612: Pull complete 19:53:09 ecc8261a40a4: Pull complete 19:53:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:53:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:53:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:53:09 prd-centos7-docker-4c-2g-0 does not seem to be running inside a container 19:53:09 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-57 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-57:/w/workspace/dgexfoundry_go-mod-secrets_PR-57:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:53:11 $ docker top 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:53:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:53:11 [ssh-agent] Looking for ssh-agent implementation... 19:53:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:53:12 $ docker exec 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a ssh-agent 19:53:12 SSH_AUTH_SOCK=/tmp/ssh-lonPFMZIqcSf/agent.12 19:53:12 SSH_AGENT_PID=17 19:53:12 Running ssh-add (command line suppressed) 19:53:12 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/private_key_1241374666860680338.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/private_key_1241374666860680338.key) 19:53:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:53:12 + git describe --exact-match --tags HEAD 19:53:12 fatal: No names found, cannot describe anything. [Pipeline] } 19:53:12 $ docker exec --env ******** --env ******** 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a ssh-agent -k 19:53:13 unset SSH_AUTH_SOCK; 19:53:13 unset SSH_AGENT_PID; 19:53:13 echo Agent pid 17 killed; 19:53:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:53:13 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:53:13 This usually means this commit has not been tagged. [Pipeline] sshagent 19:53:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:53:13 [ssh-agent] Looking for ssh-agent implementation... 19:53:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:53:13 $ docker exec 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a ssh-agent 19:53:13 SSH_AUTH_SOCK=/tmp/ssh-pEInMG35mqnA/agent.46 19:53:13 SSH_AGENT_PID=52 19:53:13 Running ssh-add (command line suppressed) 19:53:13 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/private_key_885015011690149868.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/private_key_885015011690149868.key) 19:53:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:53:14 + git semver init 19:53:14 # -> Open(): unable to determine branch for HEAD 19:53:14 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-57/.git 19:53:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-57 19:53:14 # $SEMVER_REMOTE_NAME = origin 19:53:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:53:14 # $SEMVER_USER_NAME = edgex-jenkins 19:53:14 # $SEMVER_BRANCH = PR-57 19:53:14 # $SEMVER_TEMP = /tmp/semver-589884312 19:53:14 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 19:53:14 # '/tmp/semver-589884312' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-57/.semver' 19:53:14 # -> Force: false 19:53:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-57/.semver [Pipeline] } 19:53:14 $ docker exec --env ******** --env ******** 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a ssh-agent -k 19:53:14 unset SSH_AUTH_SOCK; 19:53:14 unset SSH_AGENT_PID; 19:53:14 echo Agent pid 52 killed; 19:53:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:53:15 + git semver [Pipeline] } 19:53:15 $ docker stop --time=1 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a 19:53:16 $ docker rm -f 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:53:17 Stashed 34 file(s) [Pipeline] echo 19:53:17 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:53:17 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:53:33 Still waiting to schedule task 19:53:33 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-0’ 19:53:33 Still waiting to schedule task 19:53:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:55:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1 in /w/workspace/dgexfoundry_go-mod-secrets_PR-57 [Pipeline] { [Pipeline] ws 19:55:24 Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout 19:55:29 using credential edgex-jenkins-ssh 19:55:29 Cloning the remote Git repository 19:55:29 Cloning with configured refspecs honoured and without tags 19:55:30 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 19:55:30 > git init /w/workspace/go-mod-secrets/1 # timeout=10 19:55:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:55:30 > git --version # timeout=10 19:55:30 > git --version # 'git version 2.17.1' 19:55:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:55:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:55:31 Fetching without tags 19:55:31 Merging remotes/origin/master commit 32334ba23a08c2d47dddfb812bb10fd92c6b0129 into PR head commit 1eeb0def831b4dc8a699eb7151d82c636f06f566 19:55:31 Merge succeeded, producing 1eeb0def831b4dc8a699eb7151d82c636f06f566 19:55:31 Checking out Revision 1eeb0def831b4dc8a699eb7151d82c636f06f566 (PR-57) 19:55:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:55:31 > git config --add remote.origin.fetch +refs/pull/57/head:refs/remotes/origin/PR-57 # timeout=10 19:55:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:55:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:55:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:55:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:55:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:55:31 > git config core.sparsecheckout # timeout=10 19:55:31 > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 19:55:31 > git remote # timeout=10 19:55:31 > git config --get remote.origin.url # timeout=10 19:55:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:55:31 > git merge 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 19:55:31 > git rev-parse HEAD^{commit} # timeout=10 19:55:31 > git config core.sparsecheckout # timeout=10 19:55:31 > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 19:55:36 Commit message: "fix: Remove trailing slash from vault URL to avoid 400 error" 19:55:36 > git --version # timeout=10 19:55:36 > git --version # 'git version 2.17.1' 19:55:36 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:55:38 ========================================================= 19:55:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:55:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:55:39 + 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:55:40 Sending build context to Docker daemon 527.9kB 19:55:40 Step 1/7 : ARG BASE=golang:1.15-alpine 19:55:40 Step 2/7 : FROM ${BASE} 19:55:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:55:40 b538f80385f9: Pulling fs layer 19:55:40 74f711af9a0d: Pulling fs layer 19:55:40 99f96fe45779: Pulling fs layer 19:55:40 8529a6b9a6be: Pulling fs layer 19:55:40 45590311c82a: Pulling fs layer 19:55:40 69ca0ff8b7b3: Pulling fs layer 19:55:40 209524e5b208: Pulling fs layer 19:55:40 8529a6b9a6be: Waiting 19:55:40 45590311c82a: Waiting 19:55:40 69ca0ff8b7b3: Waiting 19:55:40 209524e5b208: Waiting 19:55:40 99f96fe45779: Verifying Checksum 19:55:40 99f96fe45779: Download complete 19:55:40 74f711af9a0d: Verifying Checksum 19:55:40 74f711af9a0d: Download complete 19:55:40 45590311c82a: Verifying Checksum 19:55:40 45590311c82a: Download complete 19:55:41 69ca0ff8b7b3: Verifying Checksum 19:55:41 69ca0ff8b7b3: Download complete 19:55:41 b538f80385f9: Verifying Checksum 19:55:41 b538f80385f9: Download complete 19:55:41 b538f80385f9: Pull complete 19:55:42 74f711af9a0d: Pull complete 19:55:42 99f96fe45779: Pull complete 19:55:43 209524e5b208: Verifying Checksum 19:55:43 209524e5b208: Download complete 19:55:44 8529a6b9a6be: Verifying Checksum 19:55:44 8529a6b9a6be: Download complete 19:55:57 8529a6b9a6be: Pull complete 19:55:57 45590311c82a: Pull complete 19:55:57 69ca0ff8b7b3: Pull complete 19:56:00 209524e5b208: Pull complete 19:56:00 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:56:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:56:00 ---> 5bddaf1c2fca 19:56:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:56:02 ---> Running in 56ff8f29b5b7 19:56:02 Removing intermediate container 56ff8f29b5b7 19:56:02 ---> 4a3d64951572 19:56:02 Step 4/7 : RUN apk add --update bash 19:56:03 ---> Running in 30dcc5963df6 19:56:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:56:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:56:06 Running on prd-centos7-docker-4c-2g-2 in /w/workspace/dgexfoundry_go-mod-secrets_PR-57 [Pipeline] { [Pipeline] ws 19:56:06 Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout 19:56:07 OK: 142 MiB in 39 packages 19:56:08 Removing intermediate container 30dcc5963df6 19:56:08 ---> 805c294d1f4f 19:56:08 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:56:08 ---> Running in 55ef29957315 19:56:08 Removing intermediate container 55ef29957315 19:56:08 ---> 9725b7c55eac 19:56:08 Step 6/7 : COPY go.mod . 19:56:09 using credential edgex-jenkins-ssh 19:56:09 ---> 7a39d1ea5e8c 19:56:09 Step 7/7 : RUN go mod download 19:56:09 Cloning the remote Git repository 19:56:09 Cloning with configured refspecs honoured and without tags 19:56:09 ---> Running in 7cc56a30ce18 19:56:09 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 19:56:09 > git init /w/workspace/go-mod-secrets/1 # timeout=10 19:56:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:56:10 > git --version # timeout=10 19:56:10 > git --version # 'git version 2.16.5' 19:56:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:56:10 Fetching without tags 19:56:11 Merging remotes/origin/master commit 32334ba23a08c2d47dddfb812bb10fd92c6b0129 into PR head commit 1eeb0def831b4dc8a699eb7151d82c636f06f566 19:56:11 Merge succeeded, producing 1eeb0def831b4dc8a699eb7151d82c636f06f566 19:56:11 Checking out Revision 1eeb0def831b4dc8a699eb7151d82c636f06f566 (PR-57) 19:56:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:56:10 > git config --add remote.origin.fetch +refs/pull/57/head:refs/remotes/origin/PR-57 # timeout=10 19:56:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:56:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:56:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:56:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:56:11 > git config core.sparsecheckout # timeout=10 19:56:11 > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 19:56:11 > git remote # timeout=10 19:56:11 > git config --get remote.origin.url # timeout=10 19:56:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:11 > git merge 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 19:56:11 > git rev-parse HEAD^{commit} # timeout=10 19:56:11 > git config core.sparsecheckout # timeout=10 19:56:11 > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 19:56:14 Removing intermediate container 7cc56a30ce18 19:56:14 ---> 7bc064e2aa26 19:56:14 Successfully built 7bc064e2aa26 19:56:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:56:14 + docker inspect -f . ci-base-image-arm64 19:56:14 . [Pipeline] withDockerContainer 19:56:14 Commit message: "fix: Remove trailing slash from vault URL to avoid 400 error" 19:56:14 > git --version # timeout=10 19:56:14 > git --version # 'git version 2.16.5' 19:56:14 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 19:56:14 prd-ubuntu18.04-docker-arm64-4c-16g-1 does not seem to be running inside a container 19:56:15 $ 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 ******** ci-base-image-arm64 cat 19:56:16 $ docker top 9052587307d4f35bf09005c39d30557db06a055673b9f82ac34d3fd41aa15143 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:56:18 ========================================================= 19:56:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:56:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:56:18 + go version 19:56:18 go version go1.15.2 linux/arm64 [Pipeline] } 19:56:18 $ docker stop --time=1 9052587307d4f35bf09005c39d30557db06a055673b9f82ac34d3fd41aa15143 19:56:18 + 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:56:19 Sending build context to Docker daemon 527.9kB 19:56:19 Step 1/7 : ARG BASE=golang:1.15-alpine 19:56:19 Step 2/7 : FROM ${BASE} 19:56:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:56:19 df20fa9351a1: Pulling fs layer 19:56:19 ed8968b2872e: Pulling fs layer 19:56:19 a92cc7c5fd73: Pulling fs layer 19:56:19 e871e8e8d7a9: Pulling fs layer 19:56:19 e73272ec9a57: Pulling fs layer 19:56:19 1e910a182e73: Pulling fs layer 19:56:19 4e634b169226: Pulling fs layer 19:56:19 e73272ec9a57: Waiting 19:56:19 1e910a182e73: Waiting 19:56:19 4e634b169226: Waiting 19:56:19 e871e8e8d7a9: Waiting 19:56:19 a92cc7c5fd73: Verifying Checksum 19:56:19 a92cc7c5fd73: Download complete 19:56:19 ed8968b2872e: Download complete 19:56:19 e73272ec9a57: Verifying Checksum 19:56:19 e73272ec9a57: Download complete 19:56:19 1e910a182e73: Download complete 19:56:19 df20fa9351a1: Verifying Checksum 19:56:19 df20fa9351a1: Download complete 19:56:19 df20fa9351a1: Pull complete 19:56:19 ed8968b2872e: Pull complete 19:56:19 a92cc7c5fd73: Pull complete 19:56:20 $ docker rm -f 9052587307d4f35bf09005c39d30557db06a055673b9f82ac34d3fd41aa15143 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 19:56:21 4e634b169226: Verifying Checksum 19:56:21 4e634b169226: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:56:21 e871e8e8d7a9: Verifying Checksum 19:56:21 e871e8e8d7a9: Download complete 19:56:22 + docker inspect -f . ci-base-image-arm64 19:56:22 . [Pipeline] withDockerContainer 19:56:22 prd-ubuntu18.04-docker-arm64-4c-16g-1 does not seem to be running inside a container 19:56:22 $ 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 ******** ci-base-image-arm64 cat 19:56:24 $ docker top d51e7237ce4fe6b15472798cc0d7a895b43cb9cad550a2ba6bc0c9db28395f77 -eo pid,comm [Pipeline] { [Pipeline] sh 19:56:25 + make test 19:56:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:56:27 e871e8e8d7a9: Pull complete 19:56:27 e73272ec9a57: Pull complete 19:56:27 1e910a182e73: Pull complete 19:56:32 4e634b169226: Pull complete 19:56:32 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:56:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:56:32 ---> f7629b54cfaa 19:56:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:56:32 ---> Running in 15aafbbedda8 19:56:32 Removing intermediate container 15aafbbedda8 19:56:32 ---> 7cd768ffa1b7 19:56:32 Step 4/7 : RUN apk add --update bash 19:56:32 ---> Running in bf27ff936a44 19:56:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:56:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:56:35 OK: 166 MiB in 39 packages 19:56:35 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 19:56:35 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 19:56:35 Removing intermediate container bf27ff936a44 19:56:35 ---> 77b7c1d0855f 19:56:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:56:35 ---> Running in 36cf0d500216 19:56:36 Removing intermediate container 36cf0d500216 19:56:36 ---> 276c3e5148d6 19:56:36 Step 6/7 : COPY go.mod . 19:56:36 ---> 2338269527f8 19:56:36 Step 7/7 : RUN go mod download 19:56:36 ---> Running in 988e0b0ee782 19:56:39 Removing intermediate container 988e0b0ee782 19:56:39 ---> 1fa361edd7d7 19:56:39 Successfully built 1fa361edd7d7 19:56:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:56:39 + docker inspect -f . ci-base-image-x86_64 19:56:39 . [Pipeline] withDockerContainer 19:56:39 prd-centos7-docker-4c-2g-2 does not seem to be running inside a container 19:56:39 $ 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 ******** ci-base-image-x86_64 cat 19:56:40 $ docker top 97607de813d999295dd587faeca7e6f32b33d77305165d9155e3722df0cf61cf -eo pid,comm [Pipeline] { [Pipeline] sh 19:56:41 + go version 19:56:41 go version go1.15.2 linux/amd64 [Pipeline] } 19:56:41 $ docker stop --time=1 97607de813d999295dd587faeca7e6f32b33d77305165d9155e3722df0cf61cf 19:56:42 $ docker rm -f 97607de813d999295dd587faeca7e6f32b33d77305165d9155e3722df0cf61cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:56:43 + docker inspect -f . ci-base-image-x86_64 19:56:43 . [Pipeline] withDockerContainer 19:56:43 prd-centos7-docker-4c-2g-2 does not seem to be running inside a container 19:56:43 $ 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 ******** ci-base-image-x86_64 cat 19:56:44 $ docker top 03332ba353a1a0104e791cf8733b4d1eb9a8a2f26f1ba7298ee5de3ae948c9ac -eo pid,comm [Pipeline] { [Pipeline] sh 19:56:45 + make test 19:56:45 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:56:46 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.019s coverage: 96.7% of statements 19:56:48 --- FAIL: TestHttpSecretStoreManager_GetValue (0.00s) 19:56:48 --- FAIL: TestHttpSecretStoreManager_GetValue/Get_Key (0.00s) 19:56:48 panic: runtime error: invalid memory address or nil pointer dereference [recovered] 19:56:48 panic: runtime error: invalid memory address or nil pointer dereference 19:56:48 [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x27b250] 19:56:48 19:56:48 goroutine 38 [running]: 19:56:48 testing.tRunner.func1.1(0x2cc100, 0x549030) 19:56:48 /usr/local/go/src/testing/testing.go:1076 +0x240 19:56:48 testing.tRunner.func1(0x40001ae180) 19:56:48 /usr/local/go/src/testing/testing.go:1079 +0x34c 19:56:48 panic(0x2cc100, 0x549030) 19:56:48 /usr/local/go/src/runtime/panic.go:969 +0x11c 19:56:48 github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.Client.getAllKeys(0x3288a9, 0x9, 0x1f90, 0x0, 0x0, 0x32747a, 0x4, 0x3281c2, 0x8, 0x0, ...) 19:56:48 /w/workspace/go-mod-secrets/1/pkg/providers/vault/client.go:286 +0x160 19:56:48 github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.Client.GetSecrets(0x3288a9, 0x9, 0x1f90, 0x0, 0x0, 0x32747a, 0x4, 0x3281c2, 0x8, 0x0, ...) 19:56:48 /w/workspace/go-mod-secrets/1/pkg/providers/vault/client.go:231 +0x468 19:56:48 github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.TestHttpSecretStoreManager_GetValue.func1(0x40001ae180) 19:56:48 /w/workspace/go-mod-secrets/1/pkg/providers/vault/client_test.go:406 +0x124 19:56:48 testing.tRunner(0x40001ae180, 0x40001055b0) 19:56:48 /usr/local/go/src/testing/testing.go:1127 +0xdc 19:56:48 created by testing.(*T).Run 19:56:48 /usr/local/go/src/testing/testing.go:1178 +0x2ec 19:56:48 FAIL github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.033s 19:56:48 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.022s coverage: 89.5% of statements 19:56:48 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.016s coverage: 100.0% of statements 19:56:48 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.011s coverage: 100.0% of statements 19:56:48 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 19:56:48 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 19:56:48 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.010s coverage: 100.0% of statements 19:56:48 FAIL 19:56:49 make: *** [Makefile:12: test] Error 1 [Pipeline] } 19:56:49 $ docker stop --time=1 d51e7237ce4fe6b15472798cc0d7a895b43cb9cad550a2ba6bc0c9db28395f77 19:56:51 $ docker rm -f d51e7237ce4fe6b15472798cc0d7a895b43cb9cad550a2ba6bc0c9db28395f77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:56:54 Failed in branch arm64 19:56:58 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.008s coverage: 96.7% of statements 19:56:58 --- FAIL: TestHttpSecretStoreManager_GetValue (0.00s) 19:56:58 --- FAIL: TestHttpSecretStoreManager_GetValue/Get_Key (0.00s) 19:56:58 panic: runtime error: invalid memory address or nil pointer dereference [recovered] 19:56:58 panic: runtime error: invalid memory address or nil pointer dereference 19:56:58 [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x6ded15] 19:56:58 19:56:58 goroutine 14 [running]: 19:56:58 testing.tRunner.func1.1(0x727fe0, 0x9a3190) 19:56:58 /usr/local/go/src/testing/testing.go:1076 +0x30d 19:56:58 testing.tRunner.func1(0xc000001c80) 19:56:58 /usr/local/go/src/testing/testing.go:1079 +0x41a 19:56:58 panic(0x727fe0, 0x9a3190) 19:56:58 /usr/local/go/src/runtime/panic.go:969 +0x175 19:56:58 github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.Client.getAllKeys(0x784875, 0x9, 0x1f90, 0x0, 0x0, 0x783520, 0x4, 0x7842c2, 0x8, 0x0, ...) 19:56:58 /w/workspace/go-mod-secrets/1/pkg/providers/vault/client.go:286 +0x1f5 19:56:58 github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.Client.GetSecrets(0x784875, 0x9, 0x1f90, 0x0, 0x0, 0x783520, 0x4, 0x7842c2, 0x8, 0x0, ...) 19:56:58 /w/workspace/go-mod-secrets/1/pkg/providers/vault/client.go:231 +0x578 19:56:58 github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.TestHttpSecretStoreManager_GetValue.func1(0xc000001c80) 19:56:58 /w/workspace/go-mod-secrets/1/pkg/providers/vault/client_test.go:406 +0x1a5 19:56:58 testing.tRunner(0xc000001c80, 0xc00004c4b0) 19:56:58 /usr/local/go/src/testing/testing.go:1127 +0xef 19:56:58 created by testing.(*T).Run 19:56:58 /usr/local/go/src/testing/testing.go:1178 +0x386 19:56:58 FAIL github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.028s 19:56:58 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.016s coverage: 89.5% of statements 19:56:58 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.017s coverage: 100.0% of statements 19:56:58 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.007s coverage: 100.0% of statements 19:56:58 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.004s coverage: 100.0% of statements 19:56:58 FAIL 19:56:58 make: *** [Makefile:12: test] Error 1 [Pipeline] } 19:56:58 $ docker stop --time=1 03332ba353a1a0104e791cf8733b4d1eb9a8a2f26f1ba7298ee5de3ae948c9ac 19:57:01 $ docker rm -f 03332ba353a1a0104e791cf8733b4d1eb9a8a2f26f1ba7298ee5de3ae948c9ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:57:04 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 19:57:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:57:09 ---> package-listing.sh 19:57:09 ++ facter osfamily 19:57:09 ++ tr '[:upper:]' '[:lower:]' 19:57:09 + OS_FAMILY=redhat 19:57:09 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-57 19:57:09 + START_PACKAGES=/tmp/packages_start.txt 19:57:09 + END_PACKAGES=/tmp/packages_end.txt 19:57:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:57:09 + PACKAGES=/tmp/packages_start.txt 19:57:09 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-57 ']' 19:57:09 + PACKAGES=/tmp/packages_end.txt 19:57:09 + case "${OS_FAMILY}" in 19:57:09 + rpm -qa 19:57:09 + sort 19:57:13 + '[' -f /tmp/packages_start.txt ']' 19:57:13 + '[' -f /tmp/packages_end.txt ']' 19:57:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:57:13 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-57 ']' 19:57:13 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-57/archives/ 19:57:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-57/archives/ [Pipeline] isUnix [Pipeline] sh 19:57:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:57:19 19:57:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:57:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:57:19 alpine: Pulling from edgex-lftools-log-publisher 19:57:19 df20fa9351a1: Pulling fs layer 19:57:19 36b3adc4ff6f: Pulling fs layer 19:57:19 8ad3a11d3b57: Pulling fs layer 19:57:19 46f8f816bc3b: Pulling fs layer 19:57:19 0dadc02b9964: Pulling fs layer 19:57:19 ce6a7cf60c04: Pulling fs layer 19:57:19 7a184a31f384: Pulling fs layer 19:57:19 0879bd2ef858: Pulling fs layer 19:57:19 0dadc02b9964: Waiting 19:57:19 ce6a7cf60c04: Waiting 19:57:19 7a184a31f384: Waiting 19:57:19 0879bd2ef858: Waiting 19:57:19 36b3adc4ff6f: Verifying Checksum 19:57:19 36b3adc4ff6f: Download complete 19:57:19 46f8f816bc3b: Verifying Checksum 19:57:19 46f8f816bc3b: Download complete 19:57:19 df20fa9351a1: Verifying Checksum 19:57:19 df20fa9351a1: Download complete 19:57:19 0dadc02b9964: Verifying Checksum 19:57:19 0dadc02b9964: Download complete 19:57:20 ce6a7cf60c04: Verifying Checksum 19:57:20 ce6a7cf60c04: Download complete 19:57:20 7a184a31f384: Verifying Checksum 19:57:20 7a184a31f384: Download complete 19:57:20 8ad3a11d3b57: Verifying Checksum 19:57:20 8ad3a11d3b57: Download complete 19:57:20 df20fa9351a1: Pull complete 19:57:20 36b3adc4ff6f: Pull complete 19:57:20 0879bd2ef858: Verifying Checksum 19:57:20 0879bd2ef858: Download complete 19:57:20 8ad3a11d3b57: Pull complete 19:57:21 46f8f816bc3b: Pull complete 19:57:21 0dadc02b9964: Pull complete 19:57:21 ce6a7cf60c04: Pull complete 19:57:21 7a184a31f384: Pull complete 19:57:24 0879bd2ef858: Pull complete 19:57:24 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:57:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:57:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:57:24 prd-centos7-docker-4c-2g-0 does not seem to be running inside a container 19:57:24 $ 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-57 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-57:/w/workspace/dgexfoundry_go-mod-secrets_PR-57:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:57:29 $ docker top 86424669005aa7da911166621d95dd5f91b7af3496c17a07e64208090c57e302 -eo pid,comm [Pipeline] { [Pipeline] sh 19:57:30 + mkdir -p /var/log/sa [Pipeline] sh 19:57:30 + ls /var/log/sa-host 19:57:30 + sadf -c /var/log/sa-host/sa05 19:57:30 file_magic: OK 19:57:30 HZ: Using current value: 100 19:57:30 file_header: OK 19:57:30 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:57:30 Statistics: 19:57:30 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:57:30 File successfully converted to sysstat format version 12.2.1 19:57:30 + sadf -c /var/log/sa-host/sa16 19:57:30 file_magic: OK 19:57:30 HZ: Using current value: 100 19:57:30 file_header: OK 19:57:30 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:57:30 Statistics: 19:57:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:57:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:57:31 provisioning config files... 19:57:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/config6120513802375497699tmp [Pipeline] { [Pipeline] echo 19:57:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:57:31 ---> create-netrc.sh [Pipeline] echo 19:57:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:57:32 ---> logs-deploy.sh 19:57:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-57/1 19:57:32 INFO: archiving workspace using pattern(s): 19:57:33 Archives upload complete. 19:57:33 INFO: archiving logs to Nexus 19:57:34 ---> uname -a: 19:57:34 Linux 86424669005a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:57:34 19:57:34 19:57:34 ---> lscpu: 19:57:34 Architecture: x86_64 19:57:34 CPU op-mode(s): 32-bit, 64-bit 19:57:34 Byte Order: Little Endian 19:57:34 Address sizes: 40 bits physical, 48 bits virtual 19:57:34 CPU(s): 4 19:57:34 On-line CPU(s) list: 0-3 19:57:34 Thread(s) per core: 1 19:57:34 Core(s) per socket: 1 19:57:34 Socket(s): 4 19:57:34 NUMA node(s): 1 19:57:34 Vendor ID: GenuineIntel 19:57:34 CPU family: 6 19:57:34 Model: 44 19:57:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:57:34 Stepping: 1 19:57:34 CPU MHz: 2933.396 19:57:34 BogoMIPS: 5866.79 19:57:34 Virtualization: VT-x 19:57:34 Hypervisor vendor: KVM 19:57:34 Virtualization type: full 19:57:34 L1d cache: 128 KiB 19:57:34 L1i cache: 128 KiB 19:57:34 L2 cache: 16 MiB 19:57:34 L3 cache: 64 MiB 19:57:34 NUMA node0 CPU(s): 0-3 19:57:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:57:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:57:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:57:34 Vulnerability Meltdown: Mitigation; PTI 19:57:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:57:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:57:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:57:34 Vulnerability Tsx async abort: Not affected 19:57:34 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:57:34 19:57:34 19:57:34 ---> nproc: 19:57:34 4 19:57:34 19:57:34 19:57:34 ---> df -h: 19:57:34 Filesystem Size Used Available Use% Mounted on 19:57:34 overlay 50.0G 6.9G 43.0G 14% / 19:57:34 tmpfs 64.0M 0 64.0M 0% /dev 19:57:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:57:34 shm 64.0M 0 64.0M 0% /dev/shm 19:57:34 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 19:57:34 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 19:57:34 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 19:57:34 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 19:57:34 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-57 19:57:34 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp 19:57:34 19:57:34 19:57:34 ---> free -m: 19:57:34 total used free shared buff/cache available 19:57:34 Mem: 1837 630 127 0 1080 1099 19:57:34 Swap: 1023 0 1023 19:57:34 19:57:34 19:57:34 ---> ip addr: 19:57:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:57:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:57:34 inet 127.0.0.1/8 scope host lo 19:57:34 valid_lft forever preferred_lft forever 19:57:34 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:57:34 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:57:34 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:57:34 valid_lft forever preferred_lft forever 19:57:34 19:57:34 19:57:34 ---> sar -b -r -n DEV: 19:57:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 19:57:34 19:57:34 19:52:02 LINUX RESTART (4 CPU) 19:57:34 19:57:34 19:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:57:34 19:54:01 25.87 10.63 15.24 0.00 4463.80 2221.05 0.00 19:57:34 19:55:01 1.68 0.00 1.68 0.00 0.00 32.07 0.00 19:57:34 19:56:01 0.37 0.00 0.37 0.00 0.00 5.46 0.00 19:57:34 19:57:01 0.23 0.00 0.23 0.00 0.00 3.61 0.00 19:57:34 Average: 6.96 2.63 4.34 0.00 1102.32 558.81 0.00 19:57:34 19:57:34 19:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:57:34 19:54:01 188372 0 547316 29.09 2620 1143248 1096884 37.43 408084 1126832 20 19:57:34 19:55:01 192536 0 543144 28.87 2620 1143256 1070536 36.54 408120 1123084 8 19:57:34 19:56:01 189556 0 546116 29.02 2620 1143264 1070868 36.55 411404 1123080 8 19:57:34 19:57:01 187880 0 547792 29.11 2620 1143264 1070892 36.55 415756 1120348 8 19:57:34 Average: 189586 0 546092 29.02 2620 1143258 1077295 36.77 410841 1123336 11 19:57:34 19:57:34 19:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:57:34 19:54:01 eth0 61.85 51.37 336.70 26.26 0.00 0.00 0.00 0.00 19:57:34 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:57:34 19:54:01 docker0 1.25 1.00 0.26 2.42 0.00 0.00 0.00 0.00 19:57:34 19:55:01 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 0.00 19:57:34 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:57:34 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:57:34 19:56:01 eth0 3.50 1.43 3.17 0.27 0.00 0.00 0.00 0.00 19:57:34 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:57:34 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:57:34 19:57:01 eth0 0.45 0.38 0.27 0.21 0.00 0.00 0.00 0.00 19:57:34 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:57:34 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:57:34 Average: eth0 16.46 13.16 84.03 6.61 0.00 0.00 0.00 0.00 19:57:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:57:34 Average: docker0 0.31 0.25 0.06 0.60 0.00 0.00 0.00 0.00 19:57:34 19:57:34 19:57:34 ---> sar -P ALL: 19:57:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 19:57:34 19:57:34 19:52:02 LINUX RESTART (4 CPU) 19:57:34 19:57:34 19:53:01 CPU %user %nice %system %iowait %steal %idle 19:57:34 19:54:01 all 1.93 0.00 1.19 0.53 0.00 96.35 19:57:34 19:54:01 0 1.84 0.00 1.38 0.17 0.02 96.60 19:57:34 19:54:01 1 2.06 0.00 1.16 0.95 0.00 95.84 19:57:34 19:54:01 2 1.88 0.00 1.12 0.95 0.00 96.04 19:57:34 19:54:01 3 1.94 0.00 1.10 0.03 0.00 96.92 19:57:34 19:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:57:34 19:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:57:34 19:55:01 1 0.50 0.00 0.03 0.00 0.00 99.47 19:57:34 19:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:57:34 19:55:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:57:34 19:56:01 all 0.22 0.00 0.03 0.00 0.00 99.75 19:57:34 19:56:01 0 0.15 0.00 0.02 0.02 0.00 99.82 19:57:34 19:56:01 1 0.62 0.00 0.03 0.00 0.00 99.35 19:57:34 19:56:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:57:34 19:56:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:57:34 19:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:57:34 19:57:01 0 0.03 0.00 0.00 0.00 0.00 99.97 19:57:34 19:57:01 1 0.53 0.00 0.00 0.00 0.00 99.47 19:57:34 19:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:57:34 19:57:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:57:34 Average: all 0.61 0.00 0.31 0.13 0.00 98.95 19:57:34 Average: 0 0.51 0.00 0.35 0.05 0.00 99.09 19:57:34 Average: 1 0.92 0.00 0.30 0.23 0.00 98.54 19:57:34 Average: 2 0.49 0.00 0.29 0.23 0.00 98.99 19:57:34 Average: 3 0.51 0.00 0.31 0.01 0.00 99.18 19:57:34 19:57:34 19:57:34