jpwhitemn commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3040da731406479c9f8a832698285b376c467664+16de5b488733f447078f81771069bd4e8e31fe78 (886d34f4972384d8e999d49aed84f04a2e7c90ba) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump: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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18239’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18238’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18240 in /w/workspace/dgexfoundry_go-mod-secrets_PR-75 [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-75 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 16de5b488733f447078f81771069bd4e8e31fe78 into PR head commit 3040da731406479c9f8a832698285b376c467664 Merge succeeded, producing 3040da731406479c9f8a832698285b376c467664 Checking out Revision 3040da731406479c9f8a832698285b376c467664 (PR-75) > git config core.sparsecheckout # timeout=10 > git checkout -f 3040da731406479c9f8a832698285b376c467664 # 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 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" > git rev-list --no-walk 3040da731406479c9f8a832698285b376c467664 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:30:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:30:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:30:52 ========================================================= 19:30:52 EdgeX Global Pipelines Version Info 19:30:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:30:54 ------------------- 19:30:54 stable info: 19:30:54 ------------------- 19:30:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:30:54 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:30:54 Message: update stable to v1.0.173 19:30:55 ------------------- 19:30:55 experimental info: 19:30:55 ------------------- 19:30:55 Commited By: **** collab-it+edgex@linuxfoundation.org 19:30:55 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:30:55 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:30:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 19:30:55 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 19:30:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:30:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:30:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:30:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:30:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:30:57 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:30:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 19:30:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-75 [Pipeline] echo 19:30:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-75 [Pipeline] echo 19:30:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-75 [Pipeline] echo 19:30:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3040da731406479c9f8a832698285b376c467664 [Pipeline] echo 19:30:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3040da7 [Pipeline] echo 19:30:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:30:59 + git log --format=format:%s -1 3040da731406479c9f8a832698285b376c467664 [Pipeline] echo 19:30:59 GIT_COMMIT: 3040da731406479c9f8a832698285b376c467664, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo 19:30:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:31:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:31:00 19:31:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:31:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:31:00 latest: Pulling from edgex-devops/git-semver 19:31:00 31603596830f: Pulling fs layer 19:31:00 2a8b12db71e7: Pulling fs layer 19:31:00 6ca5941a6612: Pulling fs layer 19:31:00 ecc8261a40a4: Pulling fs layer 19:31:00 ecc8261a40a4: Waiting 19:31:00 2a8b12db71e7: Verifying Checksum 19:31:00 2a8b12db71e7: Download complete 19:31:01 31603596830f: Verifying Checksum 19:31:01 31603596830f: Download complete 19:31:01 6ca5941a6612: Verifying Checksum 19:31:01 6ca5941a6612: Download complete 19:31:01 ecc8261a40a4: Verifying Checksum 19:31:01 ecc8261a40a4: Download complete 19:31:01 31603596830f: Pull complete 19:31:01 2a8b12db71e7: Pull complete 19:31:02 6ca5941a6612: Pull complete 19:31:02 ecc8261a40a4: Pull complete 19:31:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:31:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:31:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:31:02 prd-centos7-docker-4c-2g-18240 does not seem to be running inside a container 19:31:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-75 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75:/w/workspace/dgexfoundry_go-mod-secrets_PR-75:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:31:04 $ docker top 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:31:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:31:04 [ssh-agent] Looking for ssh-agent implementation... 19:31:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:31:05 $ docker exec 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 ssh-agent 19:31:05 SSH_AUTH_SOCK=/tmp/ssh-yJL177jO6tAi/agent.11 19:31:05 SSH_AGENT_PID=16 19:31:05 Running ssh-add (command line suppressed) 19:31:05 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/private_key_2533637206865280150.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/private_key_2533637206865280150.key) 19:31:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:31:05 + git tag --points-at HEAD [Pipeline] } 19:31:05 $ docker exec --env ******** --env ******** 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 ssh-agent -k 19:31:05 unset SSH_AUTH_SOCK; 19:31:05 unset SSH_AGENT_PID; 19:31:05 echo Agent pid 16 killed; 19:31:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:31:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:31:06 [ssh-agent] Looking for ssh-agent implementation... 19:31:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:31:06 $ docker exec 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 ssh-agent 19:31:06 SSH_AUTH_SOCK=/tmp/ssh-x1Vgzfdebacf/agent.47 19:31:06 SSH_AGENT_PID=53 19:31:06 Running ssh-add (command line suppressed) 19:31:06 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/private_key_325852340725172746.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/private_key_325852340725172746.key) 19:31:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:31:07 + git semver init 19:31:07 # -> Open(): unable to determine branch for HEAD 19:31:07 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-75/.git 19:31:07 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-75 19:31:07 # $SEMVER_REMOTE_NAME = origin 19:31:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:31:07 # $SEMVER_USER_NAME = edgex-jenkins 19:31:07 # $SEMVER_BRANCH = PR-75 19:31:07 # $SEMVER_TEMP = /tmp/semver-892863910 19:31:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 19:31:07 # '/tmp/semver-892863910' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-75/.semver' 19:31:07 # -> Force: false 19:31:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-75/.semver [Pipeline] } 19:31:07 $ docker exec --env ******** --env ******** 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 ssh-agent -k 19:31:07 unset SSH_AUTH_SOCK; 19:31:07 unset SSH_AGENT_PID; 19:31:07 echo Agent pid 53 killed; 19:31:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:31:08 + git semver [Pipeline] } 19:31:08 $ docker stop --time=1 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 19:31:09 $ docker rm -f 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 [Pipeline] // withDockerContainer [Pipeline] sh 19:31:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:31:10 Stashed 1 file(s) [Pipeline] echo 19:31:10 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 19:31:26 Still waiting to schedule task 19:31:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:31:26 Still waiting to schedule task 19:31:26 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:32:58 Running on prd-centos7-docker-4c-2g-18243 in /w/workspace/dgexfoundry_go-mod-secrets_PR-75 [Pipeline] { [Pipeline] ws 19:32:58 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 19:33:01 using credential edgex-jenkins-ssh 19:33:01 Cloning the remote Git repository 19:33:01 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 19:33:01 > git init /w/workspace/go-mod-secrets/2 # timeout=10 19:33:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:33:01 > git --version # timeout=10 19:33:01 > git --version # 'git version 2.24.3' 19:33:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:33:03 Merging remotes/origin/master commit 16de5b488733f447078f81771069bd4e8e31fe78 into PR head commit 3040da731406479c9f8a832698285b376c467664 19:33:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:33:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:33:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:33:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:33:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:33:03 > git config core.sparsecheckout # timeout=10 19:33:03 Merge succeeded, producing 3040da731406479c9f8a832698285b376c467664 19:33:03 Checking out Revision 3040da731406479c9f8a832698285b376c467664 (PR-75) 19:33:03 > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 19:33:03 > git remote # timeout=10 19:33:03 > git config --get remote.origin.url # timeout=10 19:33:03 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:03 > git merge 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 19:33:03 > git rev-parse HEAD^{commit} # timeout=10 19:33:03 > git config core.sparsecheckout # timeout=10 19:33:03 > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 19:33:07 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:33:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:33:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:33:09 + sudo service docker restart 19:33:09 + true 19:33:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 19:33:11 ========================================================= 19:33:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:33:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:33:11 + 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:33:11 Sending build context to Docker daemon 435.2kB 19:33:11 Step 1/7 : ARG BASE=golang:1.15-alpine 19:33:11 Step 2/7 : FROM ${BASE} 19:33:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:33:12 188c0c94c7c5: Pulling fs layer 19:33:12 0ef7d3d256c8: Pulling fs layer 19:33:12 de9db76c5a1d: Pulling fs layer 19:33:12 bca2f99d35d6: Pulling fs layer 19:33:12 93359f2a8cfa: Pulling fs layer 19:33:12 7c6f9722023f: Pulling fs layer 19:33:12 a35cf1a2eb13: Pulling fs layer 19:33:12 bca2f99d35d6: Waiting 19:33:12 a35cf1a2eb13: Waiting 19:33:12 93359f2a8cfa: Waiting 19:33:12 7c6f9722023f: Waiting 19:33:12 de9db76c5a1d: Verifying Checksum 19:33:12 de9db76c5a1d: Download complete 19:33:12 0ef7d3d256c8: Download complete 19:33:12 93359f2a8cfa: Download complete 19:33:12 7c6f9722023f: Verifying Checksum 19:33:12 7c6f9722023f: Download complete 19:33:12 188c0c94c7c5: Download complete 19:33:12 188c0c94c7c5: Pull complete 19:33:12 0ef7d3d256c8: Pull complete 19:33:12 de9db76c5a1d: Pull complete 19:33:13 a35cf1a2eb13: Verifying Checksum 19:33:14 bca2f99d35d6: Verifying Checksum 19:33:14 bca2f99d35d6: Download complete 19:33:20 bca2f99d35d6: Pull complete 19:33:20 93359f2a8cfa: Pull complete 19:33:20 7c6f9722023f: Pull complete 19:33:24 a35cf1a2eb13: Pull complete 19:33:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:33:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:33:24 ---> a62c8e92a672 19:33:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:33:24 ---> Running in 0f504665fd10 19:33:24 Removing intermediate container 0f504665fd10 19:33:24 ---> 23c7a2c51d19 19:33:24 Step 4/7 : RUN apk add --update bash 19:33:24 ---> Running in 23f578fd23fa 19:33:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:33:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:33:28 OK: 166 MiB in 39 packages 19:33:29 Removing intermediate container 23f578fd23fa 19:33:29 ---> cc1518a51406 19:33:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:33:29 ---> Running in 66dd88befbf6 19:33:29 Removing intermediate container 66dd88befbf6 19:33:29 ---> 86eb86c9d332 19:33:29 Step 6/7 : COPY go.mod . 19:33:29 ---> 1a088805cb15 19:33:29 Step 7/7 : RUN go mod download 19:33:29 ---> Running in e069616680cb 19:33:42 Removing intermediate container e069616680cb 19:33:42 ---> 08efbb39eeef 19:33:42 Successfully built 08efbb39eeef 19:33:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:33:42 + docker inspect -f . ci-base-image-x86_64 19:33:42 . [Pipeline] withDockerContainer 19:33:42 prd-centos7-docker-4c-2g-18243 does not seem to be running inside a container 19:33:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:33:43 $ docker top ad4a4221a184927d4932213939de4158cad0eb8713f2beae11c2b9c863ace46c -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:44 + go version 19:33:44 go version go1.15.5 linux/amd64 [Pipeline] } 19:33:44 $ docker stop --time=1 ad4a4221a184927d4932213939de4158cad0eb8713f2beae11c2b9c863ace46c 19:33:45 $ docker rm -f ad4a4221a184927d4932213939de4158cad0eb8713f2beae11c2b9c863ace46c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:33:46 + docker inspect -f . ci-base-image-x86_64 19:33:46 . [Pipeline] withDockerContainer 19:33:46 prd-centos7-docker-4c-2g-18243 does not seem to be running inside a container 19:33:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:33:47 $ docker top 9747bbfa3884d7f70134982c53377d2df3442c6f98dda2b7ce8ce156a9ad16f9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:47 + make test 19:33:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:33:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18244 in /w/workspace/dgexfoundry_go-mod-secrets_PR-75 [Pipeline] { [Pipeline] ws 19:33:54 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { 19:33:54 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 19:33:54 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 19:33:54 # github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault [github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.test] 19:33:54 pkg/providers/vault/client_test.go:330:17: undefined: logger.NewClientStdOut 19:33:54 pkg/providers/vault/client_test.go:526:17: undefined: logger.NewClientStdOut [Pipeline] checkout 19:33:59 using credential edgex-jenkins-ssh 19:33:59 Cloning the remote Git repository 19:34:00 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 19:34:00 > git init /w/workspace/go-mod-secrets/2 # timeout=10 19:34:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:34:00 > git --version # timeout=10 19:34:00 > git --version # 'git version 2.17.1' 19:34:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:01 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:34:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:01 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:34:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:34:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:34:02 Merging remotes/origin/master commit 16de5b488733f447078f81771069bd4e8e31fe78 into PR head commit 3040da731406479c9f8a832698285b376c467664 19:34:02 Merge succeeded, producing 3040da731406479c9f8a832698285b376c467664 19:34:02 Checking out Revision 3040da731406479c9f8a832698285b376c467664 (PR-75) 19:34:02 > git config core.sparsecheckout # timeout=10 19:34:02 > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 19:34:02 > git remote # timeout=10 19:34:02 > git config --get remote.origin.url # timeout=10 19:34:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:02 > git merge 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 19:34:02 > git rev-parse HEAD^{commit} # timeout=10 19:34:02 > git config core.sparsecheckout # timeout=10 19:34:02 > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 19:34:04 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.012s coverage: 96.7% of statements 19:34:04 FAIL github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault [build failed] 19:34:04 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.015s coverage: 89.5% of statements 19:34:04 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 19:34:04 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.005s coverage: 100.0% of statements 19:34:04 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 19:34:04 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.005s coverage: 87.5% of statements 19:34:06 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:34:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:34:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:34:09 + sudo service docker restart 19:34:09 + true 19:34:11 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.012s coverage: 93.3% of statements 19:34:11 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 19:34:11 FAIL 19:34:11 make: *** [Makefile:12: test] Error 2 [Pipeline] } 19:34:11 $ docker stop --time=1 9747bbfa3884d7f70134982c53377d2df3442c6f98dda2b7ce8ce156a9ad16f9 19:34:13 $ docker rm -f 9747bbfa3884d7f70134982c53377d2df3442c6f98dda2b7ce8ce156a9ad16f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] unstash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo 19:34:14 ========================================================= 19:34:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:34:14 ========================================================= Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage 19:34:14 + 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 . [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:34:15 Failed in branch amd64 19:34:15 Sending build context to Docker daemon 434.2kB 19:34:15 Step 1/7 : ARG BASE=golang:1.15-alpine 19:34:15 Step 2/7 : FROM ${BASE} 19:34:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:34:15 5f621e34cdf4: Pulling fs layer 19:34:15 a4357932f1b6: Pulling fs layer 19:34:15 18c013af1878: Pulling fs layer 19:34:15 00ac8860ef70: Pulling fs layer 19:34:15 63d7cb157983: Pulling fs layer 19:34:15 b116817d02f9: Pulling fs layer 19:34:15 745a02a5169b: Pulling fs layer 19:34:15 00ac8860ef70: Waiting 19:34:15 63d7cb157983: Waiting 19:34:15 b116817d02f9: Waiting 19:34:15 745a02a5169b: Waiting 19:34:15 18c013af1878: Verifying Checksum 19:34:15 18c013af1878: Download complete 19:34:15 a4357932f1b6: Verifying Checksum 19:34:15 a4357932f1b6: Download complete 19:34:15 63d7cb157983: Verifying Checksum 19:34:15 63d7cb157983: Download complete 19:34:15 b116817d02f9: Verifying Checksum 19:34:15 b116817d02f9: Download complete 19:34:15 5f621e34cdf4: Verifying Checksum 19:34:15 5f621e34cdf4: Download complete 19:34:16 5f621e34cdf4: Pull complete 19:34:16 a4357932f1b6: Pull complete 19:34:17 18c013af1878: Pull complete 19:34:18 745a02a5169b: Verifying Checksum 19:34:18 745a02a5169b: Download complete 19:34:19 00ac8860ef70: Verifying Checksum 19:34:19 00ac8860ef70: Download complete 19:34:31 00ac8860ef70: Pull complete 19:34:31 63d7cb157983: Pull complete 19:34:31 b116817d02f9: Pull complete 19:34:34 745a02a5169b: Pull complete 19:34:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:34:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:34:34 ---> b7e6874047d6 19:34:34 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:34:37 ---> Running in 278bfeccb1e2 19:34:37 Removing intermediate container 278bfeccb1e2 19:34:37 ---> b0b8d34eb555 19:34:37 Step 4/7 : RUN apk add --update bash 19:34:37 ---> Running in 6e29f2efd42a 19:34:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:34:44 OK: 142 MiB in 39 packages 19:34:45 Removing intermediate container 6e29f2efd42a 19:34:45 ---> 27ea7e641689 19:34:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:34:45 ---> Running in 8df51986ff67 19:34:45 Removing intermediate container 8df51986ff67 19:34:45 ---> 6fd13e54392a 19:34:45 Step 6/7 : COPY go.mod . 19:34:46 ---> fc5bef1ff63d 19:34:46 Step 7/7 : RUN go mod download 19:34:46 ---> Running in 8f1d8ff4461b 19:35:01 Removing intermediate container 8f1d8ff4461b 19:35:01 ---> 43c2ae3155e3 19:35:01 Successfully built 43c2ae3155e3 19:35:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:35:02 + docker inspect -f . ci-base-image-arm64 19:35:02 . [Pipeline] withDockerContainer 19:35:02 prd-ubuntu18.04-docker-arm64-4c-16g-18244 does not seem to be running inside a container 19:35:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:35:03 $ docker top 95d349ddeb4175fbc3a8e0eaba8578f47fbb470d61ae14cfb3ae2bce00ea1de4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:04 + go version 19:35:04 go version go1.15.5 linux/arm64 [Pipeline] } 19:35:04 $ docker stop --time=1 95d349ddeb4175fbc3a8e0eaba8578f47fbb470d61ae14cfb3ae2bce00ea1de4 19:35:06 $ docker rm -f 95d349ddeb4175fbc3a8e0eaba8578f47fbb470d61ae14cfb3ae2bce00ea1de4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:35:07 + docker inspect -f . ci-base-image-arm64 19:35:07 . [Pipeline] withDockerContainer 19:35:08 prd-ubuntu18.04-docker-arm64-4c-16g-18244 does not seem to be running inside a container 19:35:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:35:09 $ docker top 7d2cdf853702ec0465ed8363753139f865582d4bbef889aa1b15f384ee0f54ec -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:10 + make test 19:35:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:35:33 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 19:35:33 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 19:35:33 # github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault [github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.test] 19:35:33 pkg/providers/vault/client_test.go:330:17: undefined: logger.NewClientStdOut 19:35:33 pkg/providers/vault/client_test.go:526:17: undefined: logger.NewClientStdOut 19:35:41 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.022s coverage: 96.7% of statements 19:35:41 FAIL github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault [build failed] 19:35:41 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.012s coverage: 89.5% of statements 19:35:41 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 19:35:41 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.020s coverage: 100.0% of statements 19:35:41 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 19:35:41 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.071s coverage: 87.5% of statements 19:35:51 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.025s coverage: 93.3% of statements 19:35:51 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 19:35:51 FAIL 19:35:51 make: *** [Makefile:12: test] Error 2 [Pipeline] } 19:35:51 $ docker stop --time=1 7d2cdf853702ec0465ed8363753139f865582d4bbef889aa1b15f384ee0f54ec 19:35:53 $ docker rm -f 7d2cdf853702ec0465ed8363753139f865582d4bbef889aa1b15f384ee0f54ec [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:35:55 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:35:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:35:58 ---> package-listing.sh 19:35:58 ++ tr '[:upper:]' '[:lower:]' 19:35:58 ++ facter osfamily 19:35:58 + OS_FAMILY=redhat 19:35:58 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-75 19:35:58 + START_PACKAGES=/tmp/packages_start.txt 19:35:58 + END_PACKAGES=/tmp/packages_end.txt 19:35:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:35:58 + PACKAGES=/tmp/packages_start.txt 19:35:58 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-75 ']' 19:35:58 + PACKAGES=/tmp/packages_end.txt 19:35:58 + case "${OS_FAMILY}" in 19:35:58 + rpm -qa 19:35:58 + sort 19:36:03 + '[' -f /tmp/packages_start.txt ']' 19:36:03 + '[' -f /tmp/packages_end.txt ']' 19:36:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:36:03 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-75 ']' 19:36:03 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-75/archives/ 19:36:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-75/archives/ [Pipeline] echo 19:36:03 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:36:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:36:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:04 19:36:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:36:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:04 alpine: Pulling from edgex-lftools-log-publisher 19:36:04 df20fa9351a1: Pulling fs layer 19:36:04 36b3adc4ff6f: Pulling fs layer 19:36:04 8ad3a11d3b57: Pulling fs layer 19:36:04 46f8f816bc3b: Pulling fs layer 19:36:04 93b61091891f: Pulling fs layer 19:36:04 93b9cdb0e59b: Pulling fs layer 19:36:04 5e14af77c1be: Pulling fs layer 19:36:04 01666e4c0597: Pulling fs layer 19:36:04 aa168da1d23b: Pulling fs layer 19:36:04 93b9cdb0e59b: Waiting 19:36:04 01666e4c0597: Waiting 19:36:04 aa168da1d23b: Waiting 19:36:04 46f8f816bc3b: Waiting 19:36:04 5e14af77c1be: Waiting 19:36:04 93b61091891f: Waiting 19:36:04 36b3adc4ff6f: Verifying Checksum 19:36:04 36b3adc4ff6f: Download complete 19:36:04 46f8f816bc3b: Verifying Checksum 19:36:04 46f8f816bc3b: Download complete 19:36:04 df20fa9351a1: Verifying Checksum 19:36:04 93b9cdb0e59b: Verifying Checksum 19:36:04 93b9cdb0e59b: Download complete 19:36:04 5e14af77c1be: Verifying Checksum 19:36:04 5e14af77c1be: Download complete 19:36:04 93b61091891f: Download complete 19:36:04 01666e4c0597: Verifying Checksum 19:36:04 01666e4c0597: Download complete 19:36:05 df20fa9351a1: Pull complete 19:36:05 8ad3a11d3b57: Verifying Checksum 19:36:05 8ad3a11d3b57: Download complete 19:36:05 36b3adc4ff6f: Pull complete 19:36:06 8ad3a11d3b57: Pull complete 19:36:06 46f8f816bc3b: Pull complete 19:36:06 aa168da1d23b: Verifying Checksum 19:36:06 aa168da1d23b: Download complete 19:36:07 93b61091891f: Pull complete 19:36:07 93b9cdb0e59b: Pull complete 19:36:07 5e14af77c1be: Pull complete 19:36:08 01666e4c0597: Pull complete 19:36:14 aa168da1d23b: Pull complete 19:36:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:36:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:36:15 prd-centos7-docker-4c-2g-18240 does not seem to be running inside a container 19:36:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-secrets_PR-75 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75:/w/workspace/dgexfoundry_go-mod-secrets_PR-75:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:36:18 $ docker top 792a8c11c3cb3a59d4b3f4433f51a6cdd984f2f394e411847a082d758ceebe89 -eo pid,comm [Pipeline] { [Pipeline] sh 19:36:18 + touch /tmp/pre-build-complete [Pipeline] sh 19:36:19 + mkdir -p /var/log/sa [Pipeline] sh 19:36:19 + ls /var/log/sa-host 19:36:19 + sadf -c /var/log/sa-host/sa04 19:36:19 file_magic: OK 19:36:19 HZ: Using current value: 100 19:36:19 file_header: OK 19:36:19 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:36:19 Statistics: 19:36:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:36:19 File successfully converted to sysstat format version 12.2.1 19:36:19 + sadf -c /var/log/sa-host/sa23 19:36:19 file_magic: OK 19:36:19 HZ: Using current value: 100 19:36:19 file_header: OK 19:36:19 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:36:19 Statistics: 19:36:19 Hnuu...uuuununununu... 19:36:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:36:19 provisioning config files... 19:36:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/config447596220717724658tmp [Pipeline] { [Pipeline] echo 19:36:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:36:20 ---> create-netrc.sh [Pipeline] } 19:36:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:36:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:36:20 ---> python-tools-install.sh [Pipeline] echo 19:36:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:36:20 ---> sudo-logs.sh 19:36:20 Archiving 'sudo' log.. [Pipeline] echo 19:36:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:36:21 ---> job-cost.sh 19:36:21 lf-activate-venv: SKIPPING 19:36:21 INFO: No Stack... 19:36:22 INFO: Retrieving Pricing Info for: v1-standard-2 19:36:22 INFO: Archiving Costs [Pipeline] echo 19:36:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:36:23 ---> logs-deploy.sh 19:36:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-75/2 19:36:23 INFO: archiving workspace using pattern(s): 19:36:24 Archives upload complete. 19:36:24 INFO: archiving logs to Nexus 19:36:25 ---> uname -a: 19:36:25 Linux prd-centos7-docker-4c-2g-18240.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:36:25 19:36:25 19:36:25 ---> lscpu: 19:36:25 Architecture: x86_64 19:36:25 CPU op-mode(s): 32-bit, 64-bit 19:36:25 Byte Order: Little Endian 19:36:25 Address sizes: 40 bits physical, 48 bits virtual 19:36:25 CPU(s): 4 19:36:25 On-line CPU(s) list: 0-3 19:36:25 Thread(s) per core: 1 19:36:25 Core(s) per socket: 1 19:36:25 Socket(s): 4 19:36:25 NUMA node(s): 1 19:36:25 Vendor ID: GenuineIntel 19:36:25 CPU family: 6 19:36:25 Model: 44 19:36:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:36:25 Stepping: 1 19:36:25 CPU MHz: 2933.438 19:36:25 BogoMIPS: 5866.87 19:36:25 Virtualization: VT-x 19:36:25 Hypervisor vendor: KVM 19:36:25 Virtualization type: full 19:36:25 L1d cache: 128 KiB 19:36:25 L1i cache: 128 KiB 19:36:25 L2 cache: 16 MiB 19:36:25 L3 cache: 64 MiB 19:36:25 NUMA node0 CPU(s): 0-3 19:36:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:36:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:36:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:36:25 Vulnerability Meltdown: Mitigation; PTI 19:36:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:36:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:36:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:36:25 Vulnerability Srbds: Not affected 19:36:25 Vulnerability Tsx async abort: Not affected 19:36:25 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:36:25 19:36:25 19:36:25 ---> nproc: 19:36:25 4 19:36:25 19:36:25 19:36:25 ---> df -h: 19:36:25 Filesystem Size Used Available Use% Mounted on 19:36:25 overlay 50.0G 7.3G 42.7G 15% / 19:36:25 tmpfs 64.0M 0 64.0M 0% /dev 19:36:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:36:25 shm 64.0M 0 64.0M 0% /dev/shm 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-75 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 19:36:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 19:36:25 19:36:25 19:36:25 ---> free -m: 19:36:25 total used free shared buff/cache available 19:36:25 Mem: 1837 690 93 0 1053 1042 19:36:25 Swap: 1023 1 1022 19:36:25 19:36:25 19:36:25 ---> ip addr: 19:36:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:36:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:36:25 inet 127.0.0.1/8 scope host lo 19:36:25 valid_lft forever preferred_lft forever 19:36:25 inet6 ::1/128 scope host 19:36:25 valid_lft forever preferred_lft forever 19:36:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:36:25 link/ether fa:16:3e:73:94:1c brd ff:ff:ff:ff:ff:ff 19:36:25 inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 19:36:25 valid_lft 86035sec preferred_lft 86035sec 19:36:25 inet6 fe80::f816:3eff:fe73:941c/64 scope link 19:36:25 valid_lft forever preferred_lft forever 19:36:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:36:25 link/ether 02:42:ea:b2:53:2b brd ff:ff:ff:ff:ff:ff 19:36:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:36:25 valid_lft forever preferred_lft forever 19:36:25 inet6 fe80::42:eaff:feb2:532b/64 scope link 19:36:25 valid_lft forever preferred_lft forever 19:36:25 19:36:25 19:36:25 ---> sar -b -r -n DEV: 19:36:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 19:36:25 19:36:25 19:30:06 LINUX RESTART (4 CPU) 19:36:25 19:36:25 19:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:36:25 19:32:02 22.52 4.94 17.58 0.00 1214.38 2719.77 0.00 19:36:25 19:33:01 0.98 0.00 0.98 0.00 0.00 20.79 0.00 19:36:25 19:34:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 19:36:25 19:35:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 19:36:25 19:36:01 32.73 32.51 0.22 0.00 3455.17 2.46 0.00 19:36:25 Average: 11.39 7.52 3.87 0.00 937.26 551.89 0.00 19:36:25 19:36:25 19:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:36:25 19:32:02 154636 0 592048 31.47 2620 1132240 1107664 37.80 391128 1136916 20 19:36:25 19:33:01 160180 0 586496 31.17 2620 1132248 1078616 36.81 389760 1133520 8 19:36:25 19:34:01 158908 0 587764 31.24 2620 1132252 1078628 36.81 393708 1131576 16 19:36:25 19:35:01 158880 0 587792 31.24 2620 1132252 1078556 36.81 405740 1118912 16 19:36:25 19:36:01 72016 0 611296 32.49 2620 1195612 1114196 38.03 417460 1193964 68 19:36:25 Average: 140924 0 593079 31.52 2620 1144921 1091532 37.25 399559 1142978 26 19:36:25 19:36:25 19:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:36:25 19:32:02 eth0 29.86 20.96 30.25 15.66 0.00 0.00 0.00 0.00 19:36:25 19:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 19:32:02 docker0 1.80 1.53 0.35 3.09 0.00 0.00 0.00 0.00 19:36:25 19:33:01 eth0 2.17 0.37 0.42 0.21 0.00 0.00 0.00 0.00 19:36:25 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 19:34:01 eth0 2.65 0.88 0.96 0.60 0.00 0.00 0.00 0.00 19:36:25 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 19:35:01 eth0 0.60 0.35 0.33 0.20 0.00 0.00 0.00 0.00 19:36:25 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 19:36:01 eth0 4.61 2.63 4.40 1.64 0.00 0.00 0.00 0.00 19:36:25 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 Average: eth0 8.00 5.06 7.30 3.67 0.00 0.00 0.00 0.00 19:36:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:25 Average: docker0 0.36 0.31 0.07 0.62 0.00 0.00 0.00 0.00 19:36:25 19:36:25 19:36:25 ---> sar -P ALL: 19:36:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 19:36:25 19:36:25 19:30:06 LINUX RESTART (4 CPU) 19:36:25 19:36:25 19:31:01 CPU %user %nice %system %iowait %steal %idle 19:36:25 19:32:02 all 1.51 0.00 1.07 0.39 0.00 97.03 19:36:25 19:32:02 0 1.52 0.00 1.32 1.09 0.00 96.07 19:36:25 19:32:02 1 1.30 0.00 0.72 0.32 0.02 97.65 19:36:25 19:32:02 2 1.30 0.00 1.14 0.13 0.00 97.42 19:36:25 19:32:02 3 1.91 0.00 1.09 0.03 0.00 96.97 19:36:25 19:33:01 all 0.16 0.00 0.06 0.00 0.00 99.78 19:36:25 19:33:01 0 0.05 0.00 0.05 0.00 0.00 99.90 19:36:25 19:33:01 1 0.08 0.00 0.05 0.00 0.00 99.86 19:36:25 19:33:01 2 0.03 0.00 0.10 0.00 0.00 99.86 19:36:25 19:33:01 3 0.46 0.00 0.05 0.00 0.00 99.49 19:36:25 19:34:01 all 0.18 0.00 0.03 0.00 0.00 99.79 19:36:25 19:34:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:36:25 19:34:01 1 0.13 0.00 0.03 0.00 0.00 99.83 19:36:25 19:34:01 2 0.07 0.00 0.03 0.00 0.02 99.88 19:36:25 19:34:01 3 0.45 0.00 0.02 0.00 0.00 99.53 19:36:25 19:35:01 all 0.15 0.00 0.04 0.00 0.00 99.81 19:36:25 19:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:36:25 19:35:01 1 0.52 0.00 0.02 0.00 0.00 99.47 19:36:25 19:35:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:36:25 19:35:01 3 0.02 0.00 0.05 0.00 0.00 99.93 19:36:25 19:36:01 all 0.66 0.00 0.25 0.83 0.01 98.26 19:36:25 19:36:01 0 0.30 0.00 0.12 0.12 0.02 99.45 19:36:25 19:36:01 1 0.52 0.00 0.17 1.09 0.02 98.21 19:36:25 19:36:01 2 0.89 0.00 0.43 1.10 0.00 97.58 19:36:25 19:36:01 3 0.93 0.00 0.27 1.00 0.02 97.78 19:36:25 Average: all 0.53 0.00 0.29 0.24 0.00 98.93 19:36:25 Average: 0 0.39 0.00 0.31 0.24 0.00 99.06 19:36:25 Average: 1 0.51 0.00 0.20 0.28 0.01 99.00 19:36:25 Average: 2 0.47 0.00 0.35 0.25 0.00 98.93 19:36:25 Average: 3 0.75 0.00 0.29 0.21 0.00 98.74 19:36:25 19:36:25 19:36:25