lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 488408bbdd87d085662ef5665c8ea9f59676e3b9+27cb942c6f3ef89d32f958651ca6c8b656d8b14d (47c28db38389472d326dbe8b89d32887980fb91b) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18915 in /w/workspace/dgexfoundry_go-mod-secrets_PR-78 [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-78 # timeout=10 Merging remotes/origin/master commit 27cb942c6f3ef89d32f958651ca6c8b656d8b14d into PR head commit 488408bbdd87d085662ef5665c8ea9f59676e3b9 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/78/head:refs/remotes/origin/PR-78 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 488408bbdd87d085662ef5665c8ea9f59676e3b9 # 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 27cb942c6f3ef89d32f958651ca6c8b656d8b14d # timeout=10 Merge succeeded, producing 488408bbdd87d085662ef5665c8ea9f59676e3b9 Checking out Revision 488408bbdd87d085662ef5665c8ea9f59676e3b9 (PR-78) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 488408bbdd87d085662ef5665c8ea9f59676e3b9 # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" > git rev-list --no-walk 488408bbdd87d085662ef5665c8ea9f59676e3b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:51:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:51:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:51:10 ========================================================= 21:51:10 EdgeX Global Pipelines Version Info 21:51:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:51:12 ------------------- 21:51:12 stable info: 21:51:12 ------------------- 21:51:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:51:12 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:51:12 Message: update stable to v1.0.173 21:51:13 ------------------- 21:51:13 experimental info: 21:51:13 ------------------- 21:51:13 Commited By: **** collab-it+edgex@linuxfoundation.org 21:51:13 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:51:13 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:51:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 21:51:13 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 21:51:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:51:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:51:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:51:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-78 [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-78 [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-78 [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 488408bbdd87d085662ef5665c8ea9f59676e3b9 [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 488408b [Pipeline] echo 21:51:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:51:17 + git log --format=format:%s -1 488408bbdd87d085662ef5665c8ea9f59676e3b9 [Pipeline] echo 21:51:17 GIT_COMMIT: 488408bbdd87d085662ef5665c8ea9f59676e3b9, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo 21:51:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:51:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:51:18 21:51:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:51:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:51:18 latest: Pulling from edgex-devops/git-semver 21:51:18 31603596830f: Pulling fs layer 21:51:18 2a8b12db71e7: Pulling fs layer 21:51:18 6ca5941a6612: Pulling fs layer 21:51:18 ecc8261a40a4: Pulling fs layer 21:51:18 ecc8261a40a4: Waiting 21:51:18 2a8b12db71e7: Verifying Checksum 21:51:18 2a8b12db71e7: Download complete 21:51:19 ecc8261a40a4: Verifying Checksum 21:51:19 ecc8261a40a4: Download complete 21:51:19 6ca5941a6612: Verifying Checksum 21:51:19 31603596830f: Verifying Checksum 21:51:19 31603596830f: Download complete 21:51:19 31603596830f: Pull complete 21:51:19 2a8b12db71e7: Pull complete 21:51:20 6ca5941a6612: Pull complete 21:51:20 ecc8261a40a4: Pull complete 21:51:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:51:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:51:21 prd-centos7-docker-4c-2g-18915 does not seem to be running inside a container 21:51:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-78 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-78:/w/workspace/dgexfoundry_go-mod-secrets_PR-78:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-78@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 21:51:23 $ docker top eeea70c04fa091e217c980e0438d116aeb0ea72634a2f0fdb9376082b4607357 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:51:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:51:23 [ssh-agent] Looking for ssh-agent implementation... 21:51:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:51:23 $ docker exec eeea70c04fa091e217c980e0438d116aeb0ea72634a2f0fdb9376082b4607357 ssh-agent 21:51:24 SSH_AUTH_SOCK=/tmp/ssh-5wY3XvlBBI7U/agent.11 21:51:24 SSH_AGENT_PID=16 21:51:24 Running ssh-add (command line suppressed) 21:51:24 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp/private_key_4661744688960968017.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp/private_key_4661744688960968017.key) 21:51:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:51:24 + git tag --points-at HEAD [Pipeline] } 21:51:24 $ docker exec --env ******** --env ******** eeea70c04fa091e217c980e0438d116aeb0ea72634a2f0fdb9376082b4607357 ssh-agent -k 21:51:24 unset SSH_AUTH_SOCK; 21:51:24 unset SSH_AGENT_PID; 21:51:24 echo Agent pid 16 killed; 21:51:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:51:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:51:25 [ssh-agent] Looking for ssh-agent implementation... 21:51:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:51:25 $ docker exec eeea70c04fa091e217c980e0438d116aeb0ea72634a2f0fdb9376082b4607357 ssh-agent 21:51:25 SSH_AUTH_SOCK=/tmp/ssh-m7J4RhYSLkSB/agent.44 21:51:25 SSH_AGENT_PID=50 21:51:25 Running ssh-add (command line suppressed) 21:51:25 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp/private_key_8681212294099337048.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp/private_key_8681212294099337048.key) 21:51:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:51:25 + git semver init 21:51:25 # -> Open(): unable to determine branch for HEAD 21:51:25 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-78/.git 21:51:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-78 21:51:25 # $SEMVER_REMOTE_NAME = origin 21:51:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:51:25 # $SEMVER_USER_NAME = edgex-jenkins 21:51:25 # $SEMVER_BRANCH = PR-78 21:51:25 # $SEMVER_TEMP = /tmp/semver-220163041 21:51:25 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 21:51:26 # '/tmp/semver-220163041' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-78/.semver' 21:51:26 # -> Force: false 21:51:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-78/.semver [Pipeline] } 21:51:26 $ docker exec --env ******** --env ******** eeea70c04fa091e217c980e0438d116aeb0ea72634a2f0fdb9376082b4607357 ssh-agent -k 21:51:26 unset SSH_AUTH_SOCK; 21:51:26 unset SSH_AGENT_PID; 21:51:26 echo Agent pid 50 killed; 21:51:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:51:27 + git semver [Pipeline] } 21:51:27 $ docker stop --time=1 eeea70c04fa091e217c980e0438d116aeb0ea72634a2f0fdb9376082b4607357 21:51:28 $ docker rm -f eeea70c04fa091e217c980e0438d116aeb0ea72634a2f0fdb9376082b4607357 [Pipeline] // withDockerContainer [Pipeline] sh 21:51:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:51:29 Stashed 1 file(s) [Pipeline] echo 21:51:29 [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 21:51:45 Still waiting to schedule task 21:51:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:51:45 Still waiting to schedule task 21:51:45 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:53:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18917 in /w/workspace/dgexfoundry_go-mod-secrets_PR-78 [Pipeline] { [Pipeline] ws 21:53:30 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 21:53:35 using credential edgex-jenkins-ssh 21:53:35 Cloning the remote Git repository 21:53:36 Running on prd-centos7-docker-4c-2g-18919 in /w/workspace/dgexfoundry_go-mod-secrets_PR-78 [Pipeline] { [Pipeline] ws 21:53:36 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 21:53:35 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:53:36 > git init /w/workspace/go-mod-secrets/2 # timeout=10 21:53:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:53:36 > git --version # timeout=10 21:53:36 > git --version # 'git version 2.17.1' 21:53:36 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:53:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:53:37 Merging remotes/origin/master commit 27cb942c6f3ef89d32f958651ca6c8b656d8b14d into PR head commit 488408bbdd87d085662ef5665c8ea9f59676e3b9 21:53:38 Merge succeeded, producing 488408bbdd87d085662ef5665c8ea9f59676e3b9 21:53:38 Checking out Revision 488408bbdd87d085662ef5665c8ea9f59676e3b9 (PR-78) 21:53:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:53:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:53:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:53:37 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/78/head:refs/remotes/origin/PR-78 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:53:37 > git config core.sparsecheckout # timeout=10 21:53:37 > git checkout -f 488408bbdd87d085662ef5665c8ea9f59676e3b9 # timeout=10 21:53:37 > git remote # timeout=10 21:53:37 > git config --get remote.origin.url # timeout=10 21:53:37 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:38 > git merge 27cb942c6f3ef89d32f958651ca6c8b656d8b14d # timeout=10 21:53:38 > git rev-parse HEAD^{commit} # timeout=10 21:53:38 > git config core.sparsecheckout # timeout=10 21:53:38 > git checkout -f 488408bbdd87d085662ef5665c8ea9f59676e3b9 # timeout=10 21:53:39 using credential edgex-jenkins-ssh 21:53:39 Cloning the remote Git repository 21:53:39 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:53:39 > git init /w/workspace/go-mod-secrets/2 # timeout=10 21:53:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:53:39 > git --version # timeout=10 21:53:39 > git --version # 'git version 2.24.3' 21:53:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:53:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:53:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:53:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:53:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:53:40 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/78/head:refs/remotes/origin/PR-78 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:53:40 Merging remotes/origin/master commit 27cb942c6f3ef89d32f958651ca6c8b656d8b14d into PR head commit 488408bbdd87d085662ef5665c8ea9f59676e3b9 21:53:40 Merge succeeded, producing 488408bbdd87d085662ef5665c8ea9f59676e3b9 21:53:40 Checking out Revision 488408bbdd87d085662ef5665c8ea9f59676e3b9 (PR-78) 21:53:40 > git config core.sparsecheckout # timeout=10 21:53:40 > git checkout -f 488408bbdd87d085662ef5665c8ea9f59676e3b9 # timeout=10 21:53:40 > git remote # timeout=10 21:53:40 > git config --get remote.origin.url # timeout=10 21:53:40 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:40 > git merge 27cb942c6f3ef89d32f958651ca6c8b656d8b14d # timeout=10 21:53:40 > git rev-parse HEAD^{commit} # timeout=10 21:53:40 > git config core.sparsecheckout # timeout=10 21:53:40 > git checkout -f 488408bbdd87d085662ef5665c8ea9f59676e3b9 # timeout=10 21:53:42 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 21:53:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:53:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:53:44 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" 21:53:44 + true 21:53:44 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:53:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:53:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:53:46 + sudo service docker restart 21:53:46 + true 21:53:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:53:48 ========================================================= 21:53:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:53:48 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] unstash 21:53:48 + 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] echo 21:53:48 ========================================================= 21:53:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:53:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:53:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:53:49 Sending build context to Docker daemon 439.8kB 21:53:49 Sending build context to Docker daemon 440.8kB 21:53:49 Step 1/7 : ARG BASE=golang:1.15-alpine 21:53:49 Step 2/7 : FROM ${BASE} 21:53:49 Step 1/7 : ARG BASE=golang:1.15-alpine 21:53:49 Step 2/7 : FROM ${BASE} 21:53:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:53:49 188c0c94c7c5: Pulling fs layer 21:53:49 0ef7d3d256c8: Pulling fs layer 21:53:49 de9db76c5a1d: Pulling fs layer 21:53:49 bca2f99d35d6: Pulling fs layer 21:53:49 93359f2a8cfa: Pulling fs layer 21:53:49 7c6f9722023f: Pulling fs layer 21:53:49 a35cf1a2eb13: Pulling fs layer 21:53:49 93359f2a8cfa: Waiting 21:53:49 7c6f9722023f: Waiting 21:53:49 a35cf1a2eb13: Waiting 21:53:49 bca2f99d35d6: Waiting 21:53:49 de9db76c5a1d: Verifying Checksum 21:53:49 de9db76c5a1d: Download complete 21:53:49 0ef7d3d256c8: Verifying Checksum 21:53:49 0ef7d3d256c8: Download complete 21:53:49 93359f2a8cfa: Verifying Checksum 21:53:49 93359f2a8cfa: Download complete 21:53:49 7c6f9722023f: Download complete 21:53:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:53:49 5f621e34cdf4: Pulling fs layer 21:53:49 a4357932f1b6: Pulling fs layer 21:53:49 18c013af1878: Pulling fs layer 21:53:49 00ac8860ef70: Pulling fs layer 21:53:49 63d7cb157983: Pulling fs layer 21:53:49 b116817d02f9: Pulling fs layer 21:53:49 745a02a5169b: Pulling fs layer 21:53:49 63d7cb157983: Waiting 21:53:49 b116817d02f9: Waiting 21:53:49 745a02a5169b: Waiting 21:53:49 18c013af1878: Verifying Checksum 21:53:49 18c013af1878: Download complete 21:53:49 a4357932f1b6: Verifying Checksum 21:53:49 a4357932f1b6: Download complete 21:53:49 63d7cb157983: Verifying Checksum 21:53:49 63d7cb157983: Download complete 21:53:50 b116817d02f9: Verifying Checksum 21:53:50 b116817d02f9: Download complete 21:53:50 188c0c94c7c5: Verifying Checksum 21:53:50 188c0c94c7c5: Download complete 21:53:50 188c0c94c7c5: Pull complete 21:53:50 0ef7d3d256c8: Pull complete 21:53:50 de9db76c5a1d: Pull complete 21:53:51 5f621e34cdf4: Verifying Checksum 21:53:51 5f621e34cdf4: Download complete 21:53:52 5f621e34cdf4: Pull complete 21:53:52 a4357932f1b6: Pull complete 21:53:52 18c013af1878: Pull complete 21:53:53 745a02a5169b: Verifying Checksum 21:53:53 745a02a5169b: Download complete 21:53:54 a35cf1a2eb13: Verifying Checksum 21:53:55 bca2f99d35d6: Download complete 21:53:55 00ac8860ef70: Verifying Checksum 21:53:55 00ac8860ef70: Download complete 21:54:01 bca2f99d35d6: Pull complete 21:54:01 93359f2a8cfa: Pull complete 21:54:01 7c6f9722023f: Pull complete 21:54:05 00ac8860ef70: Pull complete 21:54:05 63d7cb157983: Pull complete 21:54:05 b116817d02f9: Pull complete 21:54:08 a35cf1a2eb13: Pull complete 21:54:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:54:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:54:08 ---> a62c8e92a672 21:54:08 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:54:08 ---> Running in ba7fbc702995 21:54:08 Removing intermediate container ba7fbc702995 21:54:08 ---> 1755bb630b65 21:54:08 Step 4/7 : RUN apk add --update bash 21:54:08 ---> Running in c8535d4896c2 21:54:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:54:10 745a02a5169b: Pull complete 21:54:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:54:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:54:10 ---> b7e6874047d6 21:54:10 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:54:12 ---> Running in 8d2350513e56 21:54:12 Removing intermediate container 8d2350513e56 21:54:12 ---> a893736cd88a 21:54:12 Step 4/7 : RUN apk add --update bash 21:54:12 ---> Running in e4fea71d530c 21:54:13 OK: 166 MiB in 39 packages 21:54:13 Removing intermediate container c8535d4896c2 21:54:13 ---> 20b8c71b94cb 21:54:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:54:13 ---> Running in 7233448a0870 21:54:13 Removing intermediate container 7233448a0870 21:54:13 ---> 35e18eec5351 21:54:13 Step 6/7 : COPY go.mod . 21:54:13 ---> f5b83ae8b5f4 21:54:13 Step 7/7 : RUN go mod download 21:54:13 ---> Running in eed4c3cf33ba 21:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:54:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:54:16 OK: 142 MiB in 39 packages 21:54:17 Removing intermediate container e4fea71d530c 21:54:17 ---> 87fcdeef87d5 21:54:17 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:54:17 ---> Running in 99a4fb6145e9 21:54:18 Removing intermediate container 99a4fb6145e9 21:54:18 ---> b8e91af1aa80 21:54:18 Step 6/7 : COPY go.mod . 21:54:19 ---> f28129dd5a8b 21:54:19 Step 7/7 : RUN go mod download 21:54:19 ---> Running in 2fd6b1dd58a6 21:54:26 Removing intermediate container eed4c3cf33ba 21:54:26 ---> ff4fa16884f3 21:54:26 Successfully built ff4fa16884f3 21:54:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:54:26 + docker inspect -f . ci-base-image-x86_64 21:54:26 . [Pipeline] withDockerContainer 21:54:26 prd-centos7-docker-4c-2g-18919 does not seem to be running inside a container 21:54:26 $ 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 21:54:28 $ docker top cb43f86de342d38de59fb916e8c0e937ed266731640b34675121107b7acb0142 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:28 + go version 21:54:28 go version go1.15.5 linux/amd64 [Pipeline] } 21:54:28 $ docker stop --time=1 cb43f86de342d38de59fb916e8c0e937ed266731640b34675121107b7acb0142 21:54:30 $ docker rm -f cb43f86de342d38de59fb916e8c0e937ed266731640b34675121107b7acb0142 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:31 + docker inspect -f . ci-base-image-x86_64 21:54:31 . [Pipeline] withDockerContainer 21:54:31 prd-centos7-docker-4c-2g-18919 does not seem to be running inside a container 21:54:31 $ 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 21:54:32 $ docker top e9b30023dfb8c7f48ca37cf8388b1d6ced91f8748d2dc40d87be84d718c6d756 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:32 + make test 21:54:32 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:54:34 Removing intermediate container 2fd6b1dd58a6 21:54:34 ---> e2e568686511 21:54:34 Successfully built e2e568686511 21:54:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:54:34 + docker inspect -f . ci-base-image-arm64 21:54:34 . [Pipeline] withDockerContainer 21:54:34 prd-ubuntu18.04-docker-arm64-4c-16g-18917 does not seem to be running inside a container 21:54:35 $ 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-arm64 cat 21:54:36 $ docker top c4ec7d9faab544bcabf3cffa9b3a1d6177c45cf93d844fad8389a642eb1e8e9e -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:37 + go version 21:54:37 go version go1.15.5 linux/arm64 [Pipeline] } 21:54:37 $ docker stop --time=1 c4ec7d9faab544bcabf3cffa9b3a1d6177c45cf93d844fad8389a642eb1e8e9e 21:54:39 $ docker rm -f c4ec7d9faab544bcabf3cffa9b3a1d6177c45cf93d844fad8389a642eb1e8e9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:40 + docker inspect -f . ci-base-image-arm64 21:54:40 . [Pipeline] withDockerContainer 21:54:40 prd-ubuntu18.04-docker-arm64-4c-16g-18917 does not seem to be running inside a container 21:54:40 $ 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-arm64 cat 21:54:41 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 21:54:41 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 21:54:42 $ docker top 2f5a0696c0a7b4f061b6223407712ac094f2f746352df0de6be47db4542367cf -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:43 + make test 21:54:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:54:51 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.016s coverage: 96.7% of statements 21:54:51 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.008s coverage: 44.1% of statements 21:54:51 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.013s coverage: 89.5% of statements 21:54:51 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 21:54:51 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.021s coverage: 100.0% of statements 21:54:51 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 21:54:51 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.021s coverage: 87.5% of statements 21:54:57 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.011s coverage: 93.3% of statements 21:54:57 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 21:54:58 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:54:59 gofmt -l . 21:54:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:54:59 $ docker stop --time=1 e9b30023dfb8c7f48ca37cf8388b1d6ced91f8748d2dc40d87be84d718c6d756 21:55:01 $ docker rm -f e9b30023dfb8c7f48ca37cf8388b1d6ced91f8748d2dc40d87be84d718c6d756 [Pipeline] // withDockerContainer [Pipeline] sh 21:55:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:55:02 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] } 21:55:05 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 21:55:05 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 21:55:15 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.032s coverage: 96.7% of statements 21:55:15 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.044s coverage: 44.1% of statements 21:55:15 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.037s coverage: 89.5% of statements 21:55:15 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 21:55:15 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.049s coverage: 100.0% of statements 21:55:15 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 21:55:15 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.012s coverage: 87.5% of statements 21:55:26 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.026s coverage: 93.3% of statements 21:55:26 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 21:55:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:55:28 gofmt -l . 21:55:28 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:55:28 $ docker stop --time=1 2f5a0696c0a7b4f061b6223407712ac094f2f746352df0de6be47db4542367cf 21:55:31 $ docker rm -f 2f5a0696c0a7b4f061b6223407712ac094f2f746352df0de6be47db4542367cf [Pipeline] // withDockerContainer [Pipeline] sh 21:55:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:55:32 Warning: overwriting stash ‘coverage-report’ 21:55:33 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] } [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 21:55:35 provisioning config files... 21:55:35 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp/config9167020036589977012tmp [Pipeline] { [Pipeline] sh 21:55:36 + set +x 21:55:36 + curl -s https://codecov.io/bash 21:55:36 + bash -s -- 21:55:36 21:55:36 _____ _ 21:55:36 / ____| | | 21:55:36 | | ___ __| | ___ ___ _____ __ 21:55:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:55:36 | |___| (_) | (_| | __/ (_| (_) \ V / 21:55:36 \_____\___/ \__,_|\___|\___\___/ \_/ 21:55:36 Bash-20201231-23d4836 21:55:36 21:55:36 21:55:36 ==> git version 2.24.3 found 21:55:36 ==> 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 21:55:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:55:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:55:36 ==> Jenkins CI detected. 21:55:36 project root: . 21:55:36 --> token set from env 21:55:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:55:36 ==> Running gcov in . (disable via -X gcov) 21:55:36 ==> Python coveragepy not found 21:55:36 ==> Searching for coverage reports in: 21:55:36 + . 21:55:36 -> Found 1 reports 21:55:36 ==> Detecting git/mercurial file structure 21:55:36 ==> Reading reports 21:55:36 + ./coverage.out bytes=16629 21:55:36 ==> Appending adjustments 21:55:36 https://docs.codecov.io/docs/fixing-reports 21:55:36 + Found adjustments 21:55:36 ==> Gzipping contents 21:55:36 4.0K /tmp/codecov.ak3P7c.gz 21:55:36 ==> Uploading reports 21:55:36 url: https://codecov.io 21:55:36 query: branch=PR-78&commit=488408bbdd87d085662ef5665c8ea9f59676e3b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-78%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=78&job=&cmd_args= 21:55:36 -> Pinging Codecov 21:55:36 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-78&commit=488408bbdd87d085662ef5665c8ea9f59676e3b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-78%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=78&job=&cmd_args= 21:55:37 -> Uploading to 21:55:37 https://storage.googleapis.com/codecov/v4/raw/2021-01-07/D63849C06B6B67093493C71CE874ED06/488408bbdd87d085662ef5665c8ea9f59676e3b9/d74cb82a-c155-4c59-9c5d-5307f2cb49db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T215536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4244ed1077c5209ba89aa876861c5760987bf732b6d22bfd27a8bfbca35dcb4 21:55:37 % Total % Received % Xferd Average Speed Time Time Time Current 21:55:37 Dload Upload Total Spent Left Speed 21:55:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 7431 --:--:-- --:--:-- --:--:-- 7448 21:55:37 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/488408bbdd87d085662ef5665c8ea9f59676e3b9 [Pipeline] } 21:55:37 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 21:55:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:55:40 ---> package-listing.sh 21:55:40 ++ facter osfamily 21:55:40 ++ tr '[:upper:]' '[:lower:]' 21:55:40 + OS_FAMILY=redhat 21:55:40 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-78 21:55:40 + START_PACKAGES=/tmp/packages_start.txt 21:55:40 + END_PACKAGES=/tmp/packages_end.txt 21:55:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:55:40 + PACKAGES=/tmp/packages_start.txt 21:55:40 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-78 ']' 21:55:40 + PACKAGES=/tmp/packages_end.txt 21:55:40 + case "${OS_FAMILY}" in 21:55:40 + rpm -qa 21:55:40 + sort 21:55:46 + '[' -f /tmp/packages_start.txt ']' 21:55:46 + '[' -f /tmp/packages_end.txt ']' 21:55:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:55:46 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-78 ']' 21:55:46 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-78/archives/ 21:55:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-78/archives/ [Pipeline] echo 21:55:46 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-78/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:55:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:55:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:55:46 21:55:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:55:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:55:47 alpine: Pulling from edgex-lftools-log-publisher 21:55:47 df20fa9351a1: Pulling fs layer 21:55:47 36b3adc4ff6f: Pulling fs layer 21:55:47 8ad3a11d3b57: Pulling fs layer 21:55:47 46f8f816bc3b: Pulling fs layer 21:55:47 93b61091891f: Pulling fs layer 21:55:47 93b9cdb0e59b: Pulling fs layer 21:55:47 5e14af77c1be: Pulling fs layer 21:55:47 01666e4c0597: Pulling fs layer 21:55:47 aa168da1d23b: Pulling fs layer 21:55:47 93b9cdb0e59b: Waiting 21:55:47 5e14af77c1be: Waiting 21:55:47 01666e4c0597: Waiting 21:55:47 aa168da1d23b: Waiting 21:55:47 46f8f816bc3b: Waiting 21:55:47 93b61091891f: Waiting 21:55:47 36b3adc4ff6f: Verifying Checksum 21:55:47 36b3adc4ff6f: Download complete 21:55:47 46f8f816bc3b: Verifying Checksum 21:55:47 46f8f816bc3b: Download complete 21:55:47 93b61091891f: Verifying Checksum 21:55:47 93b61091891f: Download complete 21:55:47 93b9cdb0e59b: Verifying Checksum 21:55:47 93b9cdb0e59b: Download complete 21:55:47 5e14af77c1be: Download complete 21:55:47 01666e4c0597: Verifying Checksum 21:55:47 01666e4c0597: Download complete 21:55:48 8ad3a11d3b57: Verifying Checksum 21:55:48 8ad3a11d3b57: Download complete 21:55:48 df20fa9351a1: Verifying Checksum 21:55:48 df20fa9351a1: Download complete 21:55:48 df20fa9351a1: Pull complete 21:55:48 36b3adc4ff6f: Pull complete 21:55:49 8ad3a11d3b57: Pull complete 21:55:49 46f8f816bc3b: Pull complete 21:55:51 93b61091891f: Pull complete 21:55:51 93b9cdb0e59b: Pull complete 21:55:51 5e14af77c1be: Pull complete 21:55:51 aa168da1d23b: Verifying Checksum 21:55:51 aa168da1d23b: Download complete 21:55:51 01666e4c0597: Pull complete 21:55:59 aa168da1d23b: Pull complete 21:55:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:55:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:55:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:55:59 prd-centos7-docker-4c-2g-18915 does not seem to be running inside a container 21:55:59 $ 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-78/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-78 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-78:/w/workspace/dgexfoundry_go-mod-secrets_PR-78:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-78@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 21:56:02 $ docker top 2a6a8015d1139ebc9795b2117210e422aa2e3da16616258904915205e7f9446e -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:03 + touch /tmp/pre-build-complete [Pipeline] sh 21:56:03 + mkdir -p /var/log/sa [Pipeline] sh 21:56:04 + ls /var/log/sa-host 21:56:04 + sadf -c /var/log/sa-host/sa07 21:56:04 file_magic: OK 21:56:04 HZ: Using current value: 100 21:56:04 file_header: OK 21:56:04 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 21:56:04 Statistics: 21:56:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:56:04 File successfully converted to sysstat format version 12.2.1 21:56:04 + sadf -c /var/log/sa-host/sa23 21:56:04 file_magic: OK 21:56:04 HZ: Using current value: 100 21:56:04 file_header: OK 21:56:04 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 21:56:04 Statistics: 21:56:04 Hnuu...uuuununununu... 21:56:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:56:04 provisioning config files... 21:56:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp/config9084049712298550809tmp [Pipeline] { [Pipeline] echo 21:56:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:56:05 ---> create-netrc.sh [Pipeline] } 21:56:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:56:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:56:05 ---> python-tools-install.sh [Pipeline] echo 21:56:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:56:05 ---> sudo-logs.sh 21:56:05 Archiving 'sudo' log.. [Pipeline] echo 21:56:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:56:06 ---> job-cost.sh 21:56:06 lf-activate-venv: SKIPPING 21:56:06 INFO: No Stack... 21:56:07 INFO: Retrieving Pricing Info for: v1-standard-2 21:56:07 INFO: Archiving Costs [Pipeline] echo 21:56:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:56:08 ---> logs-deploy.sh 21:56:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-78/2 21:56:08 INFO: archiving workspace using pattern(s): 21:56:10 Archives upload complete. 21:56:10 INFO: archiving logs to Nexus 21:56:11 ---> uname -a: 21:56:11 Linux prd-centos7-docker-4c-2g-18915.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:56:11 21:56:11 21:56:11 ---> lscpu: 21:56:11 Architecture: x86_64 21:56:11 CPU op-mode(s): 32-bit, 64-bit 21:56:11 Byte Order: Little Endian 21:56:11 Address sizes: 40 bits physical, 48 bits virtual 21:56:11 CPU(s): 4 21:56:11 On-line CPU(s) list: 0-3 21:56:11 Thread(s) per core: 1 21:56:11 Core(s) per socket: 1 21:56:11 Socket(s): 4 21:56:11 NUMA node(s): 1 21:56:11 Vendor ID: GenuineIntel 21:56:11 CPU family: 6 21:56:11 Model: 44 21:56:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:56:11 Stepping: 1 21:56:11 CPU MHz: 2933.436 21:56:11 BogoMIPS: 5866.87 21:56:11 Virtualization: VT-x 21:56:11 Hypervisor vendor: KVM 21:56:11 Virtualization type: full 21:56:11 L1d cache: 128 KiB 21:56:11 L1i cache: 128 KiB 21:56:11 L2 cache: 16 MiB 21:56:11 L3 cache: 64 MiB 21:56:11 NUMA node0 CPU(s): 0-3 21:56:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:56:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:56:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:56:11 Vulnerability Meltdown: Mitigation; PTI 21:56:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:56:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:56:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:56:11 Vulnerability Srbds: Not affected 21:56:11 Vulnerability Tsx async abort: Not affected 21:56:11 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 21:56:11 21:56:11 21:56:11 ---> nproc: 21:56:11 4 21:56:11 21:56:11 21:56:11 ---> df -h: 21:56:11 Filesystem Size Used Available Use% Mounted on 21:56:11 overlay 50.0G 7.3G 42.7G 15% / 21:56:11 tmpfs 64.0M 0 64.0M 0% /dev 21:56:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:56:11 shm 64.0M 0 64.0M 0% /dev/shm 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-78@tmp 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 21:56:11 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-78 21:56:11 21:56:11 21:56:11 ---> free -m: 21:56:11 total used free shared buff/cache available 21:56:11 Mem: 1837 709 96 0 1031 1023 21:56:11 Swap: 1023 1 1022 21:56:11 21:56:11 21:56:11 ---> ip addr: 21:56:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:56:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:56:11 inet 127.0.0.1/8 scope host lo 21:56:11 valid_lft forever preferred_lft forever 21:56:11 inet6 ::1/128 scope host 21:56:11 valid_lft forever preferred_lft forever 21:56:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:56:11 link/ether fa:16:3e:33:27:2e brd ff:ff:ff:ff:ff:ff 21:56:11 inet 10.30.122.186/23 brd 10.30.123.255 scope global dynamic eth0 21:56:11 valid_lft 86069sec preferred_lft 86069sec 21:56:11 inet6 fe80::f816:3eff:fe33:272e/64 scope link 21:56:11 valid_lft forever preferred_lft forever 21:56:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:56:11 link/ether 02:42:e1:52:17:9c brd ff:ff:ff:ff:ff:ff 21:56:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:56:11 valid_lft forever preferred_lft forever 21:56:11 inet6 fe80::42:e1ff:fe52:179c/64 scope link 21:56:11 valid_lft forever preferred_lft forever 21:56:11 21:56:11 21:56:11 ---> sar -b -r -n DEV: 21:56:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 21:56:11 21:56:11 21:50:28 LINUX RESTART (4 CPU) 21:56:11 21:56:11 21:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:56:11 21:52:01 51.05 15.23 35.81 0.00 4627.64 3059.14 0.00 21:56:11 21:53:01 1.98 0.00 1.98 0.00 0.00 40.23 0.00 21:56:11 21:54:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 21:56:11 21:55:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 21:56:11 21:56:01 131.74 72.78 58.96 0.00 6002.39 17765.29 0.00 21:56:11 Average: 37.11 17.64 19.47 0.00 2128.61 4182.69 0.00 21:56:11 21:56:11 21:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:56:11 21:52:01 154140 0 612960 32.58 2620 1111824 1114124 38.02 438232 1090008 128 21:56:11 21:53:01 160548 0 606548 32.24 2620 1111828 1080820 36.89 440648 1081908 8 21:56:11 21:54:01 158964 0 608124 32.32 2620 1111836 1080908 36.89 442444 1082200 8 21:56:11 21:55:01 158428 0 608660 32.35 2620 1111836 1080936 36.89 452260 1072616 8 21:56:11 21:56:01 154600 0 709048 37.68 2620 1015276 1290924 44.06 466296 997000 152 21:56:11 Average: 157336 0 629068 33.43 2620 1092520 1129542 38.55 447976 1064746 61 21:56:11 21:56:11 21:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:56:11 21:52:01 eth0 336.43 228.94 779.98 77.71 0.00 0.00 0.00 0.00 21:56:11 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 21:52:01 docker0 1.57 1.50 0.35 3.11 0.00 0.00 0.00 0.00 21:56:11 21:53:01 eth0 2.88 0.37 0.50 0.20 0.00 0.00 0.00 0.00 21:56:11 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 21:54:01 eth0 2.91 0.72 0.94 0.55 0.00 0.00 0.00 0.00 21:56:11 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 21:55:01 eth0 1.62 0.70 0.59 0.44 0.00 0.00 0.00 0.00 21:56:11 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 21:56:01 eth0 259.46 225.98 2173.40 23.14 0.00 0.00 0.00 0.00 21:56:11 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 Average: eth0 120.76 91.43 592.11 20.41 0.00 0.00 0.00 0.00 21:56:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:56:11 Average: docker0 0.31 0.30 0.07 0.62 0.00 0.00 0.00 0.00 21:56:11 21:56:11 21:56:11 ---> sar -P ALL: 21:56:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 21:56:11 21:56:11 21:50:28 LINUX RESTART (4 CPU) 21:56:11 21:56:11 21:51:01 CPU %user %nice %system %iowait %steal %idle 21:56:11 21:52:01 all 6.37 0.00 2.48 1.13 0.05 89.97 21:56:11 21:52:01 0 6.92 0.00 2.86 1.53 0.05 88.64 21:56:11 21:52:01 1 5.92 0.00 2.09 0.12 0.05 91.82 21:56:11 21:52:01 2 6.47 0.00 2.67 2.40 0.07 88.38 21:56:11 21:52:01 3 6.15 0.00 2.31 0.47 0.05 91.02 21:56:11 21:53:01 all 0.15 0.00 0.06 0.00 0.00 99.79 21:56:11 21:53:01 0 0.03 0.00 0.07 0.00 0.00 99.90 21:56:11 21:53:01 1 0.10 0.00 0.08 0.00 0.00 99.82 21:56:11 21:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:56:11 21:53:01 3 0.43 0.00 0.05 0.00 0.00 99.52 21:56:11 21:54:01 all 0.14 0.00 0.04 0.00 0.10 99.72 21:56:11 21:54:01 0 0.07 0.00 0.05 0.00 0.07 99.82 21:56:11 21:54:01 1 0.08 0.00 0.07 0.00 0.10 99.75 21:56:11 21:54:01 2 0.08 0.00 0.03 0.00 0.05 99.83 21:56:11 21:54:01 3 0.33 0.00 0.02 0.00 0.17 99.48 21:56:11 21:55:01 all 0.16 0.00 0.05 0.00 0.04 99.75 21:56:11 21:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:56:11 21:55:01 1 0.08 0.00 0.10 0.00 0.07 99.75 21:56:11 21:55:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:56:11 21:55:01 3 0.50 0.00 0.05 0.00 0.08 99.37 21:56:11 21:56:01 all 5.53 0.00 3.94 1.91 0.08 88.54 21:56:11 21:56:01 0 5.04 0.00 4.18 1.64 0.05 89.08 21:56:11 21:56:01 1 5.87 0.00 4.05 1.43 0.12 88.53 21:56:11 21:56:01 2 5.67 0.00 3.58 2.80 0.08 87.86 21:56:11 21:56:01 3 5.52 0.00 3.97 1.76 0.08 88.67 21:56:11 Average: all 2.45 0.00 1.31 0.60 0.06 95.58 21:56:11 Average: 0 2.40 0.00 1.42 0.63 0.03 95.51 21:56:11 Average: 1 2.40 0.00 1.27 0.31 0.07 95.96 21:56:11 Average: 2 2.44 0.00 1.26 1.03 0.04 95.22 21:56:11 Average: 3 2.57 0.00 1.27 0.44 0.08 95.64 21:56:11 21:56:11 21:56:11