Pull request #83 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8bacee14c5300ea505da9d7443952f644ba5fec7+ad364f0045a1960e2713a9dd7876fce0e4e288a4 (4134d92ef9e772ddaa530eb03f50514809e40dbf) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-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: pre 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21383 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [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-83 # 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/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ad364f0045a1960e2713a9dd7876fce0e4e288a4 into PR head commit 8bacee14c5300ea505da9d7443952f644ba5fec7 Merge succeeded, producing 8bacee14c5300ea505da9d7443952f644ba5fec7 Checking out Revision 8bacee14c5300ea505da9d7443952f644ba5fec7 (PR-83) > git config core.sparsecheckout # timeout=10 > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # 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 ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:01:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 23:01:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:01:57 ========================================================= 23:01:57 EdgeX Global Pipelines Version Info 23:01:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:01:59 ------------------- 23:01:59 stable info: 23:01:59 ------------------- 23:01:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:01:59 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:01:59 Message: update stable to v1.0.179 23:02:00 ------------------- 23:02:00 experimental info: 23:02:00 ------------------- 23:02:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:02:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:02:00 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:02:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 23:02:00 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 23:02:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 23:02:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:02:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bacee14c5300ea505da9d7443952f644ba5fec7 [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bacee1 [Pipeline] echo 23:02:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:02:04 + git log --format=format:%s -1 8bacee14c5300ea505da9d7443952f644ba5fec7 [Pipeline] echo 23:02:04 GIT_COMMIT: 8bacee14c5300ea505da9d7443952f644ba5fec7, Commit Message: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 [Pipeline] echo 23:02:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:02:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:05 23:02:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:02:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:05 latest: Pulling from edgex-devops/git-semver 23:02:05 31603596830f: Pulling fs layer 23:02:05 2a8b12db71e7: Pulling fs layer 23:02:05 6ca5941a6612: Pulling fs layer 23:02:05 ecc8261a40a4: Pulling fs layer 23:02:05 ecc8261a40a4: Waiting 23:02:05 2a8b12db71e7: Verifying Checksum 23:02:05 2a8b12db71e7: Download complete 23:02:06 31603596830f: Download complete 23:02:06 ecc8261a40a4: Verifying Checksum 23:02:06 ecc8261a40a4: Download complete 23:02:06 6ca5941a6612: Download complete 23:02:06 31603596830f: Pull complete 23:02:06 2a8b12db71e7: Pull complete 23:02:07 6ca5941a6612: Pull complete 23:02:07 ecc8261a40a4: Pull complete 23:02:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:02:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:02:07 prd-centos7-docker-4c-2g-21383 does not seem to be running inside a container 23:02:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-83 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83:/w/workspace/dgexfoundry_go-mod-secrets_PR-83:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@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 23:02:09 $ docker top 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:10 [ssh-agent] Looking for ssh-agent implementation... 23:02:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:10 $ docker exec 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 ssh-agent 23:02:10 SSH_AUTH_SOCK=/tmp/ssh-cdrk5103Ip6s/agent.11 23:02:10 SSH_AGENT_PID=16 23:02:10 Running ssh-add (command line suppressed) 23:02:10 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_2124194072485287107.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_2124194072485287107.key) 23:02:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:11 + git tag --points-at HEAD [Pipeline] } 23:02:11 $ docker exec --env ******** --env ******** 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 ssh-agent -k 23:02:11 unset SSH_AUTH_SOCK; 23:02:11 unset SSH_AGENT_PID; 23:02:11 echo Agent pid 16 killed; 23:02:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:02:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:11 [ssh-agent] Looking for ssh-agent implementation... 23:02:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:11 $ docker exec 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 ssh-agent 23:02:12 SSH_AUTH_SOCK=/tmp/ssh-TTlyQ2PJU5tn/agent.46 23:02:12 SSH_AGENT_PID=51 23:02:12 Running ssh-add (command line suppressed) 23:02:12 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4077006477717942329.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4077006477717942329.key) 23:02:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:12 + git semver init 23:02:12 # -> Open(): unable to determine branch for HEAD 23:02:12 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.git 23:02:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-83 23:02:12 # $SEMVER_REMOTE_NAME = origin 23:02:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:12 # $SEMVER_USER_NAME = edgex-jenkins 23:02:12 # $SEMVER_BRANCH = PR-83 23:02:12 # $SEMVER_TEMP = /tmp/semver-890181798 23:02:12 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 23:02:13 # '/tmp/semver-890181798' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver' 23:02:13 # -> Force: false 23:02:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver [Pipeline] } 23:02:13 $ docker exec --env ******** --env ******** 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 ssh-agent -k 23:02:13 unset SSH_AUTH_SOCK; 23:02:13 unset SSH_AGENT_PID; 23:02:13 echo Agent pid 51 killed; 23:02:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:13 + git semver [Pipeline] } 23:02:14 $ docker stop --time=1 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 23:02:15 $ docker rm -f 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 [Pipeline] // withDockerContainer [Pipeline] sh 23:02:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:02:16 Stashed 1 file(s) [Pipeline] echo 23:02:16 [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 23:02:32 Still waiting to schedule task 23:02:32 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21376’ is offline; ‘prd-centos7-docker-4c-2g-21378’ is offline; ‘prd-centos7-docker-4c-2g-21384’ is offline; ‘prd-centos7-docker-4c-2g-21385’ 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-21379’ doesn’t have label ‘centos7-docker-4c-2g’ 23:02:32 Still waiting to schedule task 23:02:32 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:05:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21389 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws 23:05:54 Running in /w/workspace/go-mod-secrets/5 [Pipeline] { [Pipeline] checkout 23:05:59 using credential edgex-jenkins-ssh 23:05:59 Cloning the remote Git repository 23:05:59 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 23:06:00 > git init /w/workspace/go-mod-secrets/5 # timeout=10 23:06:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:06:00 > git --version # timeout=10 23:06:00 > git --version # 'git version 2.17.1' 23:06:00 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:01 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:06:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:01 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:06:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:06:01 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:06:02 Merging remotes/origin/master commit ad364f0045a1960e2713a9dd7876fce0e4e288a4 into PR head commit 8bacee14c5300ea505da9d7443952f644ba5fec7 23:06:03 Merge succeeded, producing 8bacee14c5300ea505da9d7443952f644ba5fec7 23:06:03 Checking out Revision 8bacee14c5300ea505da9d7443952f644ba5fec7 (PR-83) 23:06:03 > git config core.sparsecheckout # timeout=10 23:06:03 > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 23:06:03 > git remote # timeout=10 23:06:03 > git config --get remote.origin.url # timeout=10 23:06:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:03 > git merge ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 23:06:03 > git rev-parse HEAD^{commit} # timeout=10 23:06:03 > git config core.sparsecheckout # timeout=10 23:06:03 > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 23:06:07 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:06:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:06:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:06:10 + true 23:06:10 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 23:06:12 ========================================================= 23:06:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:06:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:06:12 + 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 . 23:06:13 Sending build context to Docker daemon 453.1kB 23:06:13 Step 1/7 : ARG BASE=golang:1.15-alpine 23:06:13 Step 2/7 : FROM ${BASE} 23:06:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:06:14 5f621e34cdf4: Pulling fs layer 23:06:14 a4357932f1b6: Pulling fs layer 23:06:14 18c013af1878: Pulling fs layer 23:06:14 00ac8860ef70: Pulling fs layer 23:06:14 63d7cb157983: Pulling fs layer 23:06:14 b116817d02f9: Pulling fs layer 23:06:14 745a02a5169b: Pulling fs layer 23:06:14 00ac8860ef70: Waiting 23:06:14 63d7cb157983: Waiting 23:06:14 b116817d02f9: Waiting 23:06:14 745a02a5169b: Waiting 23:06:14 18c013af1878: Download complete 23:06:14 a4357932f1b6: Download complete 23:06:14 63d7cb157983: Download complete 23:06:14 b116817d02f9: Verifying Checksum 23:06:14 b116817d02f9: Download complete 23:06:14 5f621e34cdf4: Verifying Checksum 23:06:14 5f621e34cdf4: Download complete 23:06:15 5f621e34cdf4: Pull complete 23:06:16 a4357932f1b6: Pull complete 23:06:16 18c013af1878: Pull complete 23:06:17 745a02a5169b: Verifying Checksum 23:06:18 00ac8860ef70: Verifying Checksum 23:06:18 00ac8860ef70: Download complete 23:06:28 00ac8860ef70: Pull complete 23:06:28 63d7cb157983: Pull complete 23:06:29 b116817d02f9: Pull complete 23:06:33 745a02a5169b: Pull complete 23:06:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:06:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:06:33 ---> b7e6874047d6 23:06:33 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:06:36 ---> Running in d8545a07d362 23:06:36 Removing intermediate container d8545a07d362 23:06:36 ---> 18cf3a868206 23:06:36 Step 4/7 : RUN apk add --update bash 23:06:36 ---> Running in 05684c6e978c 23:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:42 OK: 142 MiB in 39 packages 23:06:42 Removing intermediate container 05684c6e978c 23:06:42 ---> 8904e99fafb2 23:06:42 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:06:43 ---> Running in bc81efad61e3 23:06:43 Removing intermediate container bc81efad61e3 23:06:43 ---> d777b6dbdcac 23:06:43 Step 6/7 : COPY go.mod . 23:06:44 ---> f11118df8cfc 23:06:44 Step 7/7 : RUN go mod download 23:06:44 ---> Running in 7910048c90bf 23:06:59 Removing intermediate container 7910048c90bf 23:06:59 ---> c863910aae8f 23:06:59 Successfully built c863910aae8f 23:06:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:06:59 + docker inspect -f . ci-base-image-arm64 23:06:59 . [Pipeline] withDockerContainer 23:07:00 prd-ubuntu18.04-docker-arm64-4c-16g-21389 does not seem to be running inside a container 23:07:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/5 -v /w/workspace/go-mod-secrets/5:/w/workspace/go-mod-secrets/5:rw,z -v /w/workspace/go-mod-secrets/5@tmp:/w/workspace/go-mod-secrets/5@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-arm64 cat 23:07:01 $ docker top 36f02f1f4383ec3c4c372128b74d1bdb1c8189788b53964eac3dc072f14080eb -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:02 + go version 23:07:02 go version go1.15.5 linux/arm64 [Pipeline] } 23:07:02 $ docker stop --time=1 36f02f1f4383ec3c4c372128b74d1bdb1c8189788b53964eac3dc072f14080eb 23:07:04 $ docker rm -f 36f02f1f4383ec3c4c372128b74d1bdb1c8189788b53964eac3dc072f14080eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:05 + docker inspect -f . ci-base-image-arm64 23:07:05 . [Pipeline] withDockerContainer 23:07:05 prd-ubuntu18.04-docker-arm64-4c-16g-21389 does not seem to be running inside a container 23:07:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/5 -v /w/workspace/go-mod-secrets/5:/w/workspace/go-mod-secrets/5:rw,z -v /w/workspace/go-mod-secrets/5@tmp:/w/workspace/go-mod-secrets/5@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-arm64 cat 23:07:07 $ docker top 91aa4586002234cef0357f8e0c0d2aef28eace2c7b0a022bcfb41d8b96ee150c -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:08 + make test 23:07:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:07:08 Running on prd-centos7-docker-4c-2g-21390 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws 23:07:08 Running in /w/workspace/go-mod-secrets/5 [Pipeline] { [Pipeline] checkout 23:07:11 using credential edgex-jenkins-ssh 23:07:11 Cloning the remote Git repository 23:07:11 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 23:07:11 > git init /w/workspace/go-mod-secrets/5 # timeout=10 23:07:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:07:11 > git --version # timeout=10 23:07:11 > git --version # 'git version 2.24.3' 23:07:11 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:07:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:07:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:07:12 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:07:12 Merging remotes/origin/master commit ad364f0045a1960e2713a9dd7876fce0e4e288a4 into PR head commit 8bacee14c5300ea505da9d7443952f644ba5fec7 23:07:12 Merge succeeded, producing 8bacee14c5300ea505da9d7443952f644ba5fec7 23:07:12 Checking out Revision 8bacee14c5300ea505da9d7443952f644ba5fec7 (PR-83) 23:07:12 > git config core.sparsecheckout # timeout=10 23:07:12 > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 23:07:12 > git remote # timeout=10 23:07:12 > git config --get remote.origin.url # timeout=10 23:07:12 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:12 > git merge ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 23:07:12 > git rev-parse HEAD^{commit} # timeout=10 23:07:12 > git config core.sparsecheckout # timeout=10 23:07:12 > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 23:07:16 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:07:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:07:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:07:18 + sudo service docker restart 23:07:18 + true 23:07:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:07:19 ========================================================= 23:07:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:07:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:07:19 + 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 . 23:07:20 Sending build context to Docker daemon 454.1kB 23:07:20 Step 1/7 : ARG BASE=golang:1.15-alpine 23:07:20 Step 2/7 : FROM ${BASE} 23:07:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:07:20 188c0c94c7c5: Pulling fs layer 23:07:20 0ef7d3d256c8: Pulling fs layer 23:07:20 de9db76c5a1d: Pulling fs layer 23:07:20 bca2f99d35d6: Pulling fs layer 23:07:20 93359f2a8cfa: Pulling fs layer 23:07:20 7c6f9722023f: Pulling fs layer 23:07:20 a35cf1a2eb13: Pulling fs layer 23:07:20 93359f2a8cfa: Waiting 23:07:20 7c6f9722023f: Waiting 23:07:20 a35cf1a2eb13: Waiting 23:07:20 bca2f99d35d6: Waiting 23:07:20 de9db76c5a1d: Download complete 23:07:20 0ef7d3d256c8: Verifying Checksum 23:07:20 0ef7d3d256c8: Download complete 23:07:20 93359f2a8cfa: Verifying Checksum 23:07:20 93359f2a8cfa: Download complete 23:07:20 7c6f9722023f: Verifying Checksum 23:07:20 7c6f9722023f: Download complete 23:07:20 188c0c94c7c5: Verifying Checksum 23:07:20 188c0c94c7c5: Download complete 23:07:20 188c0c94c7c5: Pull complete 23:07:20 0ef7d3d256c8: Pull complete 23:07:20 de9db76c5a1d: Pull complete 23:07:21 a35cf1a2eb13: Verifying Checksum 23:07:21 a35cf1a2eb13: Download complete 23:07:22 bca2f99d35d6: Verifying Checksum 23:07:22 bca2f99d35d6: Download complete 23:07:27 bca2f99d35d6: Pull complete 23:07:27 93359f2a8cfa: Pull complete 23:07:27 7c6f9722023f: Pull complete 23:07:30 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 23:07:30 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 23:07:35 a35cf1a2eb13: Pull complete 23:07:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:07:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:07:35 ---> a62c8e92a672 23:07:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:07:35 ---> Running in eae765a94668 23:07:35 Removing intermediate container eae765a94668 23:07:35 ---> e5c47b8ce844 23:07:35 Step 4/7 : RUN apk add --update bash 23:07:35 ---> Running in 05da45da7564 23:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:38 OK: 166 MiB in 39 packages 23:07:38 Removing intermediate container 05da45da7564 23:07:38 ---> f0209196ba25 23:07:38 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:07:38 ---> Running in efd55253a291 23:07:38 Removing intermediate container efd55253a291 23:07:38 ---> bfb92318793f 23:07:38 Step 6/7 : COPY go.mod . 23:07:38 ---> 4e9e34695fc4 23:07:38 Step 7/7 : RUN go mod download 23:07:38 ---> Running in 24d77a525c1f 23:07:39 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.025s coverage: 96.7% of statements 23:07:39 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.028s coverage: 44.1% of statements 23:07:39 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.012s coverage: 89.5% of statements 23:07:39 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 23:07:39 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.014s coverage: 100.0% of statements 23:07:39 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 23:07:39 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.034s coverage: 87.5% of statements 23:07:49 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.025s coverage: 93.3% of statements 23:07:49 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 23:07:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:07:51 Removing intermediate container 24d77a525c1f 23:07:51 ---> b109b6eddc74 23:07:51 Successfully built b109b6eddc74 23:07:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:07:51 + docker inspect -f . ci-base-image-x86_64 23:07:51 . [Pipeline] withDockerContainer 23:07:51 prd-centos7-docker-4c-2g-21390 does not seem to be running inside a container 23:07:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/5 -v /w/workspace/go-mod-secrets/5:/w/workspace/go-mod-secrets/5:rw,z -v /w/workspace/go-mod-secrets/5@tmp:/w/workspace/go-mod-secrets/5@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 23:07:52 $ docker top 3432945bec436f8ab8d806774acaa23898989cc6b8a4b165a6a12fa497086569 -eo pid,comm [Pipeline] { 23:07:52 gofmt -l . 23:07:52 [ "`gofmt -l .`" = "" ] [Pipeline] sh [Pipeline] } 23:07:52 $ docker stop --time=1 91aa4586002234cef0357f8e0c0d2aef28eace2c7b0a022bcfb41d8b96ee150c 23:07:52 + go version 23:07:52 go version go1.15.5 linux/amd64 23:07:54 $ docker rm -f 91aa4586002234cef0357f8e0c0d2aef28eace2c7b0a022bcfb41d8b96ee150c [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 23:07:55 $ docker stop --time=1 3432945bec436f8ab8d806774acaa23898989cc6b8a4b165a6a12fa497086569 23:07:55 + sudo chown -R jenkins:jenkins . 23:07:56 $ docker rm -f 3432945bec436f8ab8d806774acaa23898989cc6b8a4b165a6a12fa497086569 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:57 + docker inspect -f . ci-base-image-x86_64 23:07:57 . [Pipeline] withDockerContainer 23:07:57 prd-centos7-docker-4c-2g-21390 does not seem to be running inside a container 23:07:57 Stashed 1 file(s) 23:07:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/5 -v /w/workspace/go-mod-secrets/5:/w/workspace/go-mod-secrets/5:rw,z -v /w/workspace/go-mod-secrets/5@tmp:/w/workspace/go-mod-secrets/5@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 23:07:58 $ docker top 1dfb0dd476bebfb97181b19688ba6f4a21af56635f35afefef5c62af67a1e17f -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage 23:07:59 + make test 23:07:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:08:05 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 23:08:05 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 23:08:15 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.016s coverage: 96.7% of statements 23:08:15 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.009s coverage: 44.1% of statements 23:08:15 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.005s coverage: 89.5% of statements 23:08:15 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 23:08:15 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.007s coverage: 100.0% of statements 23:08:15 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 23:08:15 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.005s coverage: 87.5% of statements 23:08:22 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.011s coverage: 93.3% of statements 23:08:22 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 23:08:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:08:23 gofmt -l . 23:08:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:08:23 $ docker stop --time=1 1dfb0dd476bebfb97181b19688ba6f4a21af56635f35afefef5c62af67a1e17f 23:08:25 $ docker rm -f 1dfb0dd476bebfb97181b19688ba6f4a21af56635f35afefef5c62af67a1e17f [Pipeline] // withDockerContainer [Pipeline] sh 23:08:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:08:26 Warning: overwriting stash ‘coverage-report’ 23:08:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:08:28 provisioning config files... 23:08:28 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config2222988111295654808tmp [Pipeline] { [Pipeline] sh 23:08:28 + set +x 23:08:28 + curl -s https://codecov.io/bash 23:08:28 + bash -s -- 23:08:28 23:08:28 _____ _ 23:08:28 / ____| | | 23:08:28 | | ___ __| | ___ ___ _____ __ 23:08:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:08:28 | |___| (_) | (_| | __/ (_| (_) \ V / 23:08:28 \_____\___/ \__,_|\___|\___\___/ \_/ 23:08:28 Bash-20210115-cec3c92 23:08:28 23:08:28 23:08:28 ==> git version 2.24.3 found 23:08:28 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 23:08:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:08:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:08:28 ==> Jenkins CI detected. 23:08:28 project root: . 23:08:28 --> token set from env 23:08:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:08:28 ==> Running gcov in . (disable via -X gcov) 23:08:28 ==> Python coveragepy not found 23:08:28 ==> Searching for coverage reports in: 23:08:28 + . 23:08:28 -> Found 1 reports 23:08:28 ==> Detecting git/mercurial file structure 23:08:28 ==> Reading reports 23:08:28 + ./coverage.out bytes=17226 23:08:28 ==> Appending adjustments 23:08:28 https://docs.codecov.io/docs/fixing-reports 23:08:29 + Found adjustments 23:08:29 ==> Gzipping contents 23:08:29 4.0K /tmp/codecov.edG59m.gz 23:08:29 ==> Uploading reports 23:08:29 url: https://codecov.io 23:08:29 query: branch=PR-83&commit=8bacee14c5300ea505da9d7443952f644ba5fec7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= 23:08:29 -> Pinging Codecov 23:08:29 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=8bacee14c5300ea505da9d7443952f644ba5fec7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= 23:08:30 -> Uploading to 23:08:30 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/8bacee14c5300ea505da9d7443952f644ba5fec7/8f687fb1-0b65-4e40-9f14-32e9cc6ecf3a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T230830Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c72cccbaa2a4c625ecf6a1517c3fe6bf6ebb1dac6b8157b875e01e4aa65edffa 23:08:30 % Total % Received % Xferd Average Speed Time Time Time Current 23:08:30 Dload Upload Total Spent Left Speed 23:08:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3700 0 0 100 3700 0 7159 --:--:-- --:--:-- --:--:-- 7170 23:08:30 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/8bacee14c5300ea505da9d7443952f644ba5fec7 [Pipeline] } 23:08:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:08:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:08:33 ---> package-listing.sh 23:08:33 ++ facter osfamily 23:08:33 ++ tr '[:upper:]' '[:lower:]' 23:08:33 + OS_FAMILY=redhat 23:08:33 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-83 23:08:33 + START_PACKAGES=/tmp/packages_start.txt 23:08:33 + END_PACKAGES=/tmp/packages_end.txt 23:08:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:08:33 + PACKAGES=/tmp/packages_start.txt 23:08:33 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' 23:08:33 + PACKAGES=/tmp/packages_end.txt 23:08:33 + case "${OS_FAMILY}" in 23:08:33 + rpm -qa 23:08:33 + sort 23:08:38 + '[' -f /tmp/packages_start.txt ']' 23:08:38 + '[' -f /tmp/packages_end.txt ']' 23:08:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:08:38 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' 23:08:38 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ 23:08:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ [Pipeline] echo 23:08:38 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-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:08:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:08:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:39 23:08:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:08:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:39 alpine: Pulling from edgex-lftools-log-publisher 23:08:39 df20fa9351a1: Pulling fs layer 23:08:39 36b3adc4ff6f: Pulling fs layer 23:08:39 8ad3a11d3b57: Pulling fs layer 23:08:39 46f8f816bc3b: Pulling fs layer 23:08:39 93b61091891f: Pulling fs layer 23:08:39 93b9cdb0e59b: Pulling fs layer 23:08:39 5e14af77c1be: Pulling fs layer 23:08:39 01666e4c0597: Pulling fs layer 23:08:39 aa168da1d23b: Pulling fs layer 23:08:39 93b9cdb0e59b: Waiting 23:08:39 5e14af77c1be: Waiting 23:08:39 01666e4c0597: Waiting 23:08:39 93b61091891f: Waiting 23:08:39 aa168da1d23b: Waiting 23:08:39 46f8f816bc3b: Waiting 23:08:39 36b3adc4ff6f: Verifying Checksum 23:08:39 36b3adc4ff6f: Download complete 23:08:39 46f8f816bc3b: Verifying Checksum 23:08:39 46f8f816bc3b: Download complete 23:08:39 df20fa9351a1: Verifying Checksum 23:08:39 df20fa9351a1: Download complete 23:08:39 93b9cdb0e59b: Verifying Checksum 23:08:39 93b9cdb0e59b: Download complete 23:08:39 5e14af77c1be: Verifying Checksum 23:08:39 5e14af77c1be: Download complete 23:08:39 93b61091891f: Verifying Checksum 23:08:39 93b61091891f: Download complete 23:08:40 01666e4c0597: Verifying Checksum 23:08:40 01666e4c0597: Download complete 23:08:40 df20fa9351a1: Pull complete 23:08:40 8ad3a11d3b57: Download complete 23:08:40 36b3adc4ff6f: Pull complete 23:08:41 8ad3a11d3b57: Pull complete 23:08:42 aa168da1d23b: Verifying Checksum 23:08:42 aa168da1d23b: Download complete 23:08:42 46f8f816bc3b: Pull complete 23:08:43 93b61091891f: Pull complete 23:08:43 93b9cdb0e59b: Pull complete 23:08:43 5e14af77c1be: Pull complete 23:08:43 01666e4c0597: Pull complete 23:08:51 aa168da1d23b: Pull complete 23:08:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:08:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:08:51 prd-centos7-docker-4c-2g-21383 does not seem to be running inside a container 23:08:51 $ 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-83/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-83 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83:/w/workspace/dgexfoundry_go-mod-secrets_PR-83:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@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 23:08:55 $ docker top 5e2538758d544904b97a078ded3079affe9f4688beee02e526e10fd1c424154b -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:55 + touch /tmp/pre-build-complete [Pipeline] sh 23:08:55 + mkdir -p /var/log/sa [Pipeline] sh 23:08:56 + ls /var/log/sa-host 23:08:56 + sadf -c /var/log/sa-host/sa19 23:08:56 file_magic: OK 23:08:56 HZ: Using current value: 100 23:08:56 file_header: OK 23:08:56 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 23:08:56 Statistics: 23:08:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:08:56 File successfully converted to sysstat format version 12.2.1 23:08:56 + sadf -c /var/log/sa-host/sa23 23:08:56 file_magic: OK 23:08:56 HZ: Using current value: 100 23:08:56 file_header: OK 23:08:56 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 23:08:56 Statistics: 23:08:56 Hnuu...uuuununununu... 23:08:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:08:56 provisioning config files... 23:08:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config3378061125497327540tmp [Pipeline] { [Pipeline] echo 23:08:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:08:56 ---> create-netrc.sh [Pipeline] } 23:08:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:08:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:08:57 ---> python-tools-install.sh [Pipeline] echo 23:08:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:08:57 ---> sudo-logs.sh 23:08:57 Archiving 'sudo' log.. [Pipeline] echo 23:08:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:08:57 ---> job-cost.sh 23:08:57 lf-activate-venv: SKIPPING 23:08:57 INFO: No Stack... 23:08:58 INFO: Retrieving Pricing Info for: v1-standard-2 23:08:59 INFO: Archiving Costs [Pipeline] echo 23:08:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:08:59 ---> logs-deploy.sh 23:08:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-83/5 23:08:59 INFO: archiving workspace using pattern(s): 23:09:01 Archives upload complete. 23:09:01 INFO: archiving logs to Nexus 23:09:02 ---> uname -a: 23:09:02 Linux prd-centos7-docker-4c-2g-21383.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:09:02 23:09:02 23:09:02 ---> lscpu: 23:09:02 Architecture: x86_64 23:09:02 CPU op-mode(s): 32-bit, 64-bit 23:09:02 Byte Order: Little Endian 23:09:02 Address sizes: 40 bits physical, 48 bits virtual 23:09:02 CPU(s): 4 23:09:02 On-line CPU(s) list: 0-3 23:09:02 Thread(s) per core: 1 23:09:02 Core(s) per socket: 1 23:09:02 Socket(s): 4 23:09:02 NUMA node(s): 1 23:09:02 Vendor ID: GenuineIntel 23:09:02 CPU family: 6 23:09:02 Model: 44 23:09:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:09:02 Stepping: 1 23:09:02 CPU MHz: 2933.442 23:09:02 BogoMIPS: 5866.88 23:09:02 Virtualization: VT-x 23:09:02 Hypervisor vendor: KVM 23:09:02 Virtualization type: full 23:09:02 L1d cache: 128 KiB 23:09:02 L1i cache: 128 KiB 23:09:02 L2 cache: 16 MiB 23:09:02 L3 cache: 64 MiB 23:09:02 NUMA node0 CPU(s): 0-3 23:09:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:09:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:09:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:09:02 Vulnerability Meltdown: Mitigation; PTI 23:09:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:09:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:09:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:09:02 Vulnerability Srbds: Not affected 23:09:02 Vulnerability Tsx async abort: Not affected 23:09:02 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 23:09:02 23:09:02 23:09:02 ---> nproc: 23:09:02 4 23:09:02 23:09:02 23:09:02 ---> df -h: 23:09:02 Filesystem Size Used Available Use% Mounted on 23:09:02 overlay 50.0G 7.3G 42.7G 15% / 23:09:02 tmpfs 64.0M 0 64.0M 0% /dev 23:09:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:09:02 shm 64.0M 0 64.0M 0% /dev/shm 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-83 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:09:02 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:09:02 23:09:02 23:09:02 ---> free -m: 23:09:02 total used free shared buff/cache available 23:09:02 Mem: 1837 732 104 0 1001 1000 23:09:02 Swap: 1023 1 1022 23:09:02 23:09:02 23:09:02 ---> ip addr: 23:09:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:09:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:09:02 inet 127.0.0.1/8 scope host lo 23:09:02 valid_lft forever preferred_lft forever 23:09:02 inet6 ::1/128 scope host 23:09:02 valid_lft forever preferred_lft forever 23:09:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:09:02 link/ether fa:16:3e:98:c9:dd brd ff:ff:ff:ff:ff:ff 23:09:02 inet 10.30.122.137/23 brd 10.30.123.255 scope global dynamic eth0 23:09:02 valid_lft 85942sec preferred_lft 85942sec 23:09:02 inet6 fe80::f816:3eff:fe98:c9dd/64 scope link 23:09:02 valid_lft forever preferred_lft forever 23:09:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:09:02 link/ether 02:42:c4:3e:86:02 brd ff:ff:ff:ff:ff:ff 23:09:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:09:02 valid_lft forever preferred_lft forever 23:09:02 inet6 fe80::42:c4ff:fe3e:8602/64 scope link 23:09:02 valid_lft forever preferred_lft forever 23:09:02 23:09:02 23:09:02 ---> sar -b -r -n DEV: 23:09:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:09:02 23:09:02 23:01:12 LINUX RESTART (4 CPU) 23:09:02 23:09:02 23:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:09:02 23:03:01 30.24 11.17 19.07 0.00 4365.01 2907.41 0.00 23:09:02 23:04:02 1.78 0.00 1.78 0.00 0.00 34.98 0.00 23:09:02 23:05:01 0.25 0.00 0.25 0.00 0.00 3.71 0.00 23:09:02 23:06:01 0.18 0.00 0.18 0.00 0.00 1.75 0.00 23:09:02 23:07:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 23:09:02 23:08:01 0.32 0.00 0.32 0.00 0.00 4.06 0.00 23:09:02 Average: 5.52 1.87 3.65 0.00 729.89 494.15 0.00 23:09:02 23:09:02 23:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:09:02 23:03:01 138760 0 636224 33.81 2620 1103940 1130104 38.57 438740 1104932 20 23:09:02 23:04:02 147752 0 627224 33.34 2620 1103948 1080180 36.86 434852 1101360 12 23:09:02 23:05:01 145180 0 629792 33.47 2620 1103952 1080288 36.87 437948 1100576 8 23:09:02 23:06:01 145104 0 629868 33.48 2620 1103952 1080376 36.87 439956 1098748 20 23:09:02 23:07:01 141884 0 633080 33.65 2620 1103960 1080352 36.87 440280 1102288 16 23:09:02 23:08:01 141328 0 633632 33.68 2620 1103964 1080352 36.87 442304 1100240 12 23:09:02 Average: 143335 0 631637 33.57 2620 1103953 1088609 37.15 439013 1101357 15 23:09:02 23:09:02 23:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:09:02 23:03:01 eth0 76.91 59.24 339.82 33.94 0.00 0.00 0.00 0.00 23:09:02 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:03:01 docker0 1.56 1.41 0.37 3.20 0.00 0.00 0.00 0.00 23:09:02 23:04:02 eth0 1.40 0.08 0.12 0.04 0.00 0.00 0.00 0.00 23:09:02 23:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:05:01 eth0 2.39 0.61 0.69 0.40 0.00 0.00 0.00 0.00 23:09:02 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:06:01 eth0 1.15 0.67 0.70 0.37 0.00 0.00 0.00 0.00 23:09:02 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:07:01 eth0 0.83 0.18 0.19 0.10 0.00 0.00 0.00 0.00 23:09:02 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:08:01 eth0 0.52 0.30 0.27 0.17 0.00 0.00 0.00 0.00 23:09:02 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 Average: eth0 13.90 10.21 57.15 5.86 0.00 0.00 0.00 0.00 23:09:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:02 Average: docker0 0.26 0.24 0.06 0.53 0.00 0.00 0.00 0.00 23:09:02 23:09:02 23:09:02 ---> sar -P ALL: 23:09:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:09:02 23:09:02 23:01:12 LINUX RESTART (4 CPU) 23:09:02 23:09:02 23:02:01 CPU %user %nice %system %iowait %steal %idle 23:09:02 23:03:01 all 2.36 0.00 1.84 0.57 0.03 95.20 23:09:02 23:03:01 0 2.16 0.00 1.91 0.13 0.02 95.78 23:09:02 23:03:01 1 2.46 0.00 1.84 1.47 0.02 94.21 23:09:02 23:03:01 2 2.48 0.00 1.71 0.17 0.03 95.60 23:09:02 23:03:01 3 2.35 0.00 1.91 0.52 0.03 95.19 23:09:02 23:04:02 all 0.15 0.00 0.06 0.00 0.00 99.79 23:09:02 23:04:02 0 0.03 0.00 0.05 0.00 0.00 99.92 23:09:02 23:04:02 1 0.18 0.00 0.08 0.00 0.00 99.73 23:09:02 23:04:02 2 0.07 0.00 0.07 0.00 0.00 99.87 23:09:02 23:04:02 3 0.32 0.00 0.03 0.00 0.00 99.65 23:09:02 23:05:01 all 0.05 0.00 0.04 0.00 0.00 99.91 23:09:02 23:05:01 0 0.05 0.00 0.02 0.00 0.00 99.93 23:09:02 23:05:01 1 0.03 0.00 0.07 0.00 0.00 99.90 23:09:02 23:05:01 2 0.07 0.00 0.05 0.00 0.02 99.86 23:09:02 23:05:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:09:02 23:06:01 all 0.18 0.00 0.04 0.00 0.00 99.78 23:09:02 23:06:01 0 0.12 0.00 0.05 0.00 0.00 99.83 23:09:02 23:06:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:09:02 23:06:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:09:02 23:06:01 3 0.53 0.00 0.02 0.00 0.00 99.45 23:09:02 23:07:01 all 0.15 0.00 0.12 0.00 0.01 99.72 23:09:02 23:07:01 0 0.08 0.00 0.15 0.00 0.00 99.77 23:09:02 23:07:01 1 0.05 0.00 0.12 0.00 0.00 99.83 23:09:02 23:07:01 2 0.07 0.00 0.12 0.00 0.02 99.80 23:09:02 23:07:01 3 0.42 0.00 0.08 0.00 0.02 99.48 23:09:02 23:08:01 all 0.15 0.00 0.04 0.00 0.00 99.81 23:09:02 23:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:09:02 23:08:01 1 0.02 0.00 0.05 0.00 0.00 99.93 23:09:02 23:08:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:09:02 23:08:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:09:02 Average: all 0.51 0.00 0.35 0.10 0.01 99.04 23:09:02 Average: 0 0.41 0.00 0.37 0.02 0.00 99.19 23:09:02 Average: 1 0.46 0.00 0.37 0.25 0.00 98.93 23:09:02 Average: 2 0.46 0.00 0.34 0.03 0.01 99.16 23:09:02 Average: 3 0.70 0.00 0.35 0.09 0.01 98.86 23:09:02 23:09:02 23:09:02