Pull request #83 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e4d2bbe0d97deda0aa56f177b7872dc02916f83+dff07894974aeac896634ee0b105b36e3d541f8a (fea5a053d5e13652f4960c6797228ada0d00c947) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-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-21074’ is offline; ‘prd-centos7-docker-4c-2g-21076’ is offline; ‘prd-centos7-docker-4c-2g-21083’ 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-21060’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21082’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21088 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 Merging remotes/origin/master commit dff07894974aeac896634ee0b105b36e3d541f8a into PR head commit 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 Merge succeeded, producing 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 Checking out Revision 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 (PR-83) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # 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 dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk ef6c76041afe7cbd6953dbc4eccde1cfde308e8c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:18:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:18:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:18:59 ========================================================= 03:18:59 EdgeX Global Pipelines Version Info 03:18:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:19:01 ------------------- 03:19:01 stable info: 03:19:01 ------------------- 03:19:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:19:01 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 03:19:01 Message: update stable to v1.0.177 03:19:01 ------------------- 03:19:01 experimental info: 03:19:01 ------------------- 03:19:01 Commited By: **** collab-it+edgex@linuxfoundation.org 03:19:01 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 03:19:01 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:19:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 03:19:02 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 03:19:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:19:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:19:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:19:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:19:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:19:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:19:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:19:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:19:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo 03:19:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo 03:19:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo 03:19:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [Pipeline] echo 03:19:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e4d2bb [Pipeline] echo 03:19:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:19:06 + git log --format=format:%s -1 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [Pipeline] echo 03:19:06 GIT_COMMIT: 3e4d2bbe0d97deda0aa56f177b7872dc02916f83, Commit Message: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 [Pipeline] echo 03:19:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:19:07 03:19:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:19:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:19:07 latest: Pulling from edgex-devops/git-semver 03:19:07 31603596830f: Pulling fs layer 03:19:07 2a8b12db71e7: Pulling fs layer 03:19:07 6ca5941a6612: Pulling fs layer 03:19:07 ecc8261a40a4: Pulling fs layer 03:19:07 ecc8261a40a4: Waiting 03:19:07 2a8b12db71e7: Verifying Checksum 03:19:07 2a8b12db71e7: Download complete 03:19:08 31603596830f: Verifying Checksum 03:19:08 31603596830f: Download complete 03:19:08 ecc8261a40a4: Verifying Checksum 03:19:08 6ca5941a6612: Verifying Checksum 03:19:08 6ca5941a6612: Download complete 03:19:08 31603596830f: Pull complete 03:19:08 2a8b12db71e7: Pull complete 03:19:09 6ca5941a6612: Pull complete 03:19:10 ecc8261a40a4: Pull complete 03:19:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:19:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:19:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:19:10 prd-centos7-docker-4c-2g-21088 does not seem to be running inside a container 03:19:10 $ 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 03:19:12 $ docker top 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:19:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:19:13 [ssh-agent] Looking for ssh-agent implementation... 03:19:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:19:13 $ docker exec 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 ssh-agent 03:19:13 SSH_AUTH_SOCK=/tmp/ssh-NF4lfb3bZISl/agent.12 03:19:13 SSH_AGENT_PID=17 03:19:13 Running ssh-add (command line suppressed) 03:19:13 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_7050221700971106238.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_7050221700971106238.key) 03:19:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:19:14 + git tag --points-at HEAD [Pipeline] } 03:19:14 $ docker exec --env ******** --env ******** 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 ssh-agent -k 03:19:14 unset SSH_AUTH_SOCK; 03:19:14 unset SSH_AGENT_PID; 03:19:14 echo Agent pid 17 killed; 03:19:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:19:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:19:14 [ssh-agent] Looking for ssh-agent implementation... 03:19:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:19:14 $ docker exec 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 ssh-agent 03:19:14 SSH_AUTH_SOCK=/tmp/ssh-kh3Oo0jDOiA2/agent.46 03:19:14 SSH_AGENT_PID=51 03:19:14 Running ssh-add (command line suppressed) 03:19:15 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4306472244924197100.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4306472244924197100.key) 03:19:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:19:15 + git semver init 03:19:15 # -> Open(): unable to determine branch for HEAD 03:19:15 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.git 03:19:15 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-83 03:19:15 # $SEMVER_REMOTE_NAME = origin 03:19:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:19:15 # $SEMVER_USER_NAME = edgex-jenkins 03:19:15 # $SEMVER_BRANCH = PR-83 03:19:15 # $SEMVER_TEMP = /tmp/semver-724349146 03:19:15 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 03:19:15 # '/tmp/semver-724349146' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver' 03:19:15 # -> Force: false 03:19:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver [Pipeline] } 03:19:15 $ docker exec --env ******** --env ******** 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 ssh-agent -k 03:19:15 unset SSH_AUTH_SOCK; 03:19:15 unset SSH_AGENT_PID; 03:19:15 echo Agent pid 51 killed; 03:19:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:19:16 + git semver [Pipeline] } 03:19:16 $ docker stop --time=1 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 03:19:17 $ docker rm -f 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 [Pipeline] // withDockerContainer [Pipeline] sh 03:19:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:19:19 Stashed 1 file(s) [Pipeline] echo 03:19:19 [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 03:19:34 Still waiting to schedule task 03:19:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:19:34 Still waiting to schedule task 03:19:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:21:11 Running on prd-centos7-docker-4c-2g-21097 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws 03:21:11 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 03:21:14 using credential edgex-jenkins-ssh 03:21:14 Cloning the remote Git repository 03:21:14 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 03:21:14 > git init /w/workspace/go-mod-secrets/2 # timeout=10 03:21:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 03:21:14 > git --version # timeout=10 03:21:14 > git --version # 'git version 2.24.3' 03:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:21:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 03:21:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:21:15 Merging remotes/origin/master commit dff07894974aeac896634ee0b105b36e3d541f8a into PR head commit 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 03:21:15 Merge succeeded, producing 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 03:21:15 Checking out Revision 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 (PR-83) 03:21:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 03:21:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 03:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:15 > 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 03:21:15 > git config core.sparsecheckout # timeout=10 03:21:15 > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 03:21:15 > git remote # timeout=10 03:21:15 > git config --get remote.origin.url # timeout=10 03:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:15 > git merge dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 03:21:15 > git rev-parse HEAD^{commit} # timeout=10 03:21:15 > git config core.sparsecheckout # timeout=10 03:21:15 > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 03:21:19 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 03:21:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:21:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:21:21 + sudo service docker restart 03:21:21 + true 03:21:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 03:21:22 ========================================================= 03:21:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:21:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:21:22 + 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 . 03:21:23 Sending build context to Docker daemon 443.9kB 03:21:23 Step 1/7 : ARG BASE=golang:1.15-alpine 03:21:23 Step 2/7 : FROM ${BASE} 03:21:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:21:23 188c0c94c7c5: Pulling fs layer 03:21:23 0ef7d3d256c8: Pulling fs layer 03:21:23 de9db76c5a1d: Pulling fs layer 03:21:23 bca2f99d35d6: Pulling fs layer 03:21:23 93359f2a8cfa: Pulling fs layer 03:21:23 7c6f9722023f: Pulling fs layer 03:21:23 a35cf1a2eb13: Pulling fs layer 03:21:23 bca2f99d35d6: Waiting 03:21:23 93359f2a8cfa: Waiting 03:21:23 7c6f9722023f: Waiting 03:21:23 a35cf1a2eb13: Waiting 03:21:23 de9db76c5a1d: Verifying Checksum 03:21:23 de9db76c5a1d: Download complete 03:21:23 0ef7d3d256c8: Verifying Checksum 03:21:23 0ef7d3d256c8: Download complete 03:21:23 93359f2a8cfa: Verifying Checksum 03:21:23 93359f2a8cfa: Download complete 03:21:23 7c6f9722023f: Verifying Checksum 03:21:23 7c6f9722023f: Download complete 03:21:23 188c0c94c7c5: Verifying Checksum 03:21:23 188c0c94c7c5: Download complete 03:21:24 188c0c94c7c5: Pull complete 03:21:24 0ef7d3d256c8: Pull complete 03:21:24 de9db76c5a1d: Pull complete 03:21:25 a35cf1a2eb13: Verifying Checksum 03:21:27 bca2f99d35d6: Verifying Checksum 03:21:27 bca2f99d35d6: Download complete 03:21:33 bca2f99d35d6: Pull complete 03:21:33 93359f2a8cfa: Pull complete 03:21:33 7c6f9722023f: Pull complete 03:21:42 a35cf1a2eb13: Pull complete 03:21:42 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:21:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:21:42 ---> a62c8e92a672 03:21:42 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:21:42 ---> Running in 7dc78b6398ba 03:21:42 Removing intermediate container 7dc78b6398ba 03:21:42 ---> 51a8496d85ca 03:21:42 Step 4/7 : RUN apk add --update bash 03:21:42 ---> Running in 0d14f134fbb0 03:21:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:21:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:21:45 OK: 166 MiB in 39 packages 03:21:46 Removing intermediate container 0d14f134fbb0 03:21:46 ---> 9825a318cbf1 03:21:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:21:46 ---> Running in 9c65fc60e3a9 03:21:46 Removing intermediate container 9c65fc60e3a9 03:21:46 ---> f508b21bcec8 03:21:46 Step 6/7 : COPY go.mod . 03:21:46 ---> d35a0d687047 03:21:46 Step 7/7 : RUN go mod download 03:21:46 ---> Running in 2bf6e4fb81e9 03:21:59 Removing intermediate container 2bf6e4fb81e9 03:21:59 ---> bc12091429c6 03:21:59 Successfully built bc12091429c6 03:21:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:21:59 + docker inspect -f . ci-base-image-x86_64 03:21:59 . [Pipeline] withDockerContainer 03:21:59 prd-centos7-docker-4c-2g-21097 does not seem to be running inside a container 03:21:59 $ 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 03:22:00 $ docker top bfbebaa44d0f3b235cca14fa737482acc95242ac91095fe382cba6c059fcc3be -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:01 + go version 03:22:01 go version go1.15.5 linux/amd64 [Pipeline] } 03:22:01 $ docker stop --time=1 bfbebaa44d0f3b235cca14fa737482acc95242ac91095fe382cba6c059fcc3be 03:22:02 $ docker rm -f bfbebaa44d0f3b235cca14fa737482acc95242ac91095fe382cba6c059fcc3be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:22:03 + docker inspect -f . ci-base-image-x86_64 03:22:03 . [Pipeline] withDockerContainer 03:22:03 prd-centos7-docker-4c-2g-21097 does not seem to be running inside a container 03:22:03 $ 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 03:22:04 $ docker top 0b92a4cf5711aea5fd38e4971011c9f27b685e86074356a841600b23d1fab02a -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:05 + make test 03:22:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:22:13 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 03:22:13 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 03:22:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21098 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws 03:22:16 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 03:22:22 using credential edgex-jenkins-ssh 03:22:22 Cloning the remote Git repository 03:22:22 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 03:22:22 > git init /w/workspace/go-mod-secrets/2 # timeout=10 03:22:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 03:22:22 > git --version # timeout=10 03:22:22 > git --version # 'git version 2.17.1' 03:22:22 using GIT_SSH to set credentials SSH Credentials for GitHub 03:22:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:22:23 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.031s coverage: 96.7% of statements 03:22:23 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.008s coverage: 44.1% of statements 03:22:23 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.006s coverage: 89.5% of statements 03:22:23 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 03:22:23 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.019s coverage: 100.0% of statements 03:22:23 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 03:22:23 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.012s coverage: 87.5% of statements 03:22:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 03:22:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:22:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 03:22:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 03:22:23 using GIT_SSH to set credentials SSH Credentials for GitHub 03:22:23 > 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 03:22:24 Merging remotes/origin/master commit dff07894974aeac896634ee0b105b36e3d541f8a into PR head commit 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 03:22:24 Merge succeeded, producing 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 03:22:24 Checking out Revision 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 (PR-83) 03:22:24 > git config core.sparsecheckout # timeout=10 03:22:24 > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 03:22:24 > git remote # timeout=10 03:22:24 > git config --get remote.origin.url # timeout=10 03:22:24 using GIT_SSH to set credentials SSH Credentials for GitHub 03:22:24 > git merge dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 03:22:24 > git rev-parse HEAD^{commit} # timeout=10 03:22:24 > git config core.sparsecheckout # timeout=10 03:22:24 > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 03:22:28 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 03:22:30 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.013s coverage: 93.3% of statements 03:22:30 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 03:22:30 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:22:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:22:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:22:30 gofmt -l . 03:22:31 + + sudo servicetrue docker 03:22:31 restart 03:22:31 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:22:31 $ docker stop --time=1 0b92a4cf5711aea5fd38e4971011c9f27b685e86074356a841600b23d1fab02a 03:22:33 $ docker rm -f 0b92a4cf5711aea5fd38e4971011c9f27b685e86074356a841600b23d1fab02a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] unstash 03:22:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo 03:22:34 ========================================================= 03:22:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:22:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:22:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 03:22:34 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [Pipeline] stage [Pipeline] { (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 03:22:35 Sending build context to Docker daemon 442.9kB 03:22:35 Step 1/7 : ARG BASE=golang:1.15-alpine 03:22:35 Step 2/7 : FROM ${BASE} [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 03:22:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:22:35 5f621e34cdf4: Pulling fs layer 03:22:35 a4357932f1b6: Pulling fs layer 03:22:35 18c013af1878: Pulling fs layer 03:22:35 00ac8860ef70: Pulling fs layer 03:22:35 63d7cb157983: Pulling fs layer 03:22:35 b116817d02f9: Pulling fs layer 03:22:35 745a02a5169b: Pulling fs layer 03:22:35 63d7cb157983: Waiting 03:22:35 b116817d02f9: Waiting 03:22:35 745a02a5169b: Waiting 03:22:35 18c013af1878: Verifying Checksum 03:22:35 18c013af1878: Download complete 03:22:35 a4357932f1b6: Verifying Checksum 03:22:35 a4357932f1b6: Download complete 03:22:35 63d7cb157983: Verifying Checksum 03:22:35 63d7cb157983: Download complete 03:22:35 b116817d02f9: Verifying Checksum 03:22:35 b116817d02f9: Download complete 03:22:35 5f621e34cdf4: Verifying Checksum 03:22:35 5f621e34cdf4: Download complete [Pipeline] // stage [Pipeline] } 03:22:36 5f621e34cdf4: Pull complete 03:22:37 a4357932f1b6: Pull complete 03:22:37 18c013af1878: Pull complete 03:22:39 745a02a5169b: Verifying Checksum 03:22:39 745a02a5169b: Download complete 03:22:40 00ac8860ef70: Verifying Checksum 03:22:40 00ac8860ef70: Download complete 03:22:50 00ac8860ef70: Pull complete 03:22:50 63d7cb157983: Pull complete 03:22:50 b116817d02f9: Pull complete 03:22:53 745a02a5169b: Pull complete 03:22:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:22:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:22:53 ---> b7e6874047d6 03:22:53 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:22:56 ---> Running in a7b243aedc80 03:22:56 Removing intermediate container a7b243aedc80 03:22:56 ---> 4dc6ff6bf7c2 03:22:56 Step 4/7 : RUN apk add --update bash 03:22:56 ---> Running in 38e02e5ead88 03:22:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:00 OK: 142 MiB in 39 packages 03:23:02 Removing intermediate container 38e02e5ead88 03:23:02 ---> 1e24a6259af2 03:23:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:23:02 ---> Running in 00c95f4a647c 03:23:02 Removing intermediate container 00c95f4a647c 03:23:02 ---> 8e3f52b5e659 03:23:02 Step 6/7 : COPY go.mod . 03:23:03 ---> 183a46391e5e 03:23:03 Step 7/7 : RUN go mod download 03:23:03 ---> Running in 68fcf8ab6936 03:23:18 Removing intermediate container 68fcf8ab6936 03:23:18 ---> df2dab17bba5 03:23:18 Successfully built df2dab17bba5 03:23:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:23:18 + docker inspect -f . ci-base-image-arm64 03:23:18 . [Pipeline] withDockerContainer 03:23:19 prd-ubuntu18.04-docker-arm64-4c-16g-21098 does not seem to be running inside a container 03:23:19 $ 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 03:23:20 $ docker top 77164a679df5ed140c4d2ba66d2b1d4d2db34221fc111401f963c5053d95a2f0 -eo pid,comm [Pipeline] { [Pipeline] sh 03:23:21 + go version 03:23:21 go version go1.15.5 linux/arm64 [Pipeline] } 03:23:21 $ docker stop --time=1 77164a679df5ed140c4d2ba66d2b1d4d2db34221fc111401f963c5053d95a2f0 03:23:23 $ docker rm -f 77164a679df5ed140c4d2ba66d2b1d4d2db34221fc111401f963c5053d95a2f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:23:24 + docker inspect -f . ci-base-image-arm64 03:23:24 . [Pipeline] withDockerContainer 03:23:24 prd-ubuntu18.04-docker-arm64-4c-16g-21098 does not seem to be running inside a container 03:23:24 $ 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 03:23:26 $ docker top de32b7cbe1911aa23c9dd805f72f3b0729a61e3b86dd9fb46a616817df073310 -eo pid,comm [Pipeline] { [Pipeline] sh 03:23:27 + make test 03:23:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:23:49 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 03:23:49 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 03:24:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.017s coverage: 96.7% of statements 03:24:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.032s coverage: 44.1% of statements 03:24:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.028s coverage: 89.5% of statements 03:24:00 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 03:24:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.057s coverage: 100.0% of statements 03:24:00 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 03:24:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.016s coverage: 87.5% of statements 03:24:10 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.026s coverage: 93.3% of statements 03:24:10 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 03:24:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:24:12 gofmt -l . 03:24:13 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:24:13 $ docker stop --time=1 de32b7cbe1911aa23c9dd805f72f3b0729a61e3b86dd9fb46a616817df073310 03:24:15 $ docker rm -f de32b7cbe1911aa23c9dd805f72f3b0729a61e3b86dd9fb46a616817df073310 [Pipeline] // withDockerContainer [Pipeline] sh 03:24:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:24:16 Warning: overwriting stash ‘coverage-report’ 03:24:17 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 03:24:18 provisioning config files... 03:24:18 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config2283062587687556646tmp [Pipeline] { [Pipeline] sh 03:24:19 + set +x 03:24:19 + curl -s https://codecov.io/bash 03:24:19 + bash -s -- 03:24:19 03:24:19 _____ _ 03:24:19 / ____| | | 03:24:19 | | ___ __| | ___ ___ _____ __ 03:24:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:24:19 | |___| (_) | (_| | __/ (_| (_) \ V / 03:24:19 \_____\___/ \__,_|\___|\___\___/ \_/ 03:24:19 Bash-20210115-cec3c92 03:24:19 03:24:19 03:24:19 ==> git version 2.24.3 found 03:24:19 ==> 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 03:24:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:24:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:24:19 ==> Jenkins CI detected. 03:24:19 project root: . 03:24:19 --> token set from env 03:24:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:24:19 ==> Running gcov in . (disable via -X gcov) 03:24:19 ==> Python coveragepy not found 03:24:19 ==> Searching for coverage reports in: 03:24:19 + . 03:24:19 -> Found 1 reports 03:24:19 ==> Detecting git/mercurial file structure 03:24:19 ==> Reading reports 03:24:19 + ./coverage.out bytes=16629 03:24:19 ==> Appending adjustments 03:24:19 https://docs.codecov.io/docs/fixing-reports 03:24:19 + Found adjustments 03:24:19 ==> Gzipping contents 03:24:19 4.0K /tmp/codecov.wm1ZPR.gz 03:24:19 ==> Uploading reports 03:24:19 url: https://codecov.io 03:24:19 query: branch=PR-83&commit=3e4d2bbe0d97deda0aa56f177b7872dc02916f83&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= 03:24:19 -> Pinging Codecov 03:24:19 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=3e4d2bbe0d97deda0aa56f177b7872dc02916f83&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= 03:24:20 -> Uploading to 03:24:20 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/3e4d2bbe0d97deda0aa56f177b7872dc02916f83/f6b20ae6-4b70-426d-8651-a4ffb0869717.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T032419Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=daa67bfc7de5ca9d78def0a3a6050661c659d502e340077fb371b4c2f0a229d8 03:24:20 % Total % Received % Xferd Average Speed Time Time Time Current 03:24:20 Dload Upload Total Spent Left Speed 03:24:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 8288 --:--:-- --:--:-- --:--:-- 8290 100 3739 0 0 100 3739 0 8284 --:--:-- --:--:-- --:--:-- 8272 03:24:20 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [Pipeline] } 03:24:20 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 03:24:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:24:23 ---> package-listing.sh 03:24:23 ++ facter osfamily 03:24:23 ++ tr '[:upper:]' '[:lower:]' 03:24:23 + OS_FAMILY=redhat 03:24:23 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-83 03:24:23 + START_PACKAGES=/tmp/packages_start.txt 03:24:23 + END_PACKAGES=/tmp/packages_end.txt 03:24:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:24:23 + PACKAGES=/tmp/packages_start.txt 03:24:23 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' 03:24:23 + PACKAGES=/tmp/packages_end.txt 03:24:23 + case "${OS_FAMILY}" in 03:24:23 + rpm -qa 03:24:23 + sort 03:24:28 + '[' -f /tmp/packages_start.txt ']' 03:24:28 + '[' -f /tmp/packages_end.txt ']' 03:24:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:24:28 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' 03:24:28 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ 03:24:28 + 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 03:24:28 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 03:24:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:24:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:24:29 03:24:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:24:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:24:29 alpine: Pulling from edgex-lftools-log-publisher 03:24:29 df20fa9351a1: Pulling fs layer 03:24:29 36b3adc4ff6f: Pulling fs layer 03:24:29 8ad3a11d3b57: Pulling fs layer 03:24:29 46f8f816bc3b: Pulling fs layer 03:24:29 93b61091891f: Pulling fs layer 03:24:29 93b9cdb0e59b: Pulling fs layer 03:24:29 5e14af77c1be: Pulling fs layer 03:24:29 01666e4c0597: Pulling fs layer 03:24:29 aa168da1d23b: Pulling fs layer 03:24:29 93b9cdb0e59b: Waiting 03:24:29 5e14af77c1be: Waiting 03:24:29 aa168da1d23b: Waiting 03:24:29 46f8f816bc3b: Waiting 03:24:29 01666e4c0597: Waiting 03:24:29 93b61091891f: Waiting 03:24:29 36b3adc4ff6f: Download complete 03:24:29 46f8f816bc3b: Verifying Checksum 03:24:29 46f8f816bc3b: Download complete 03:24:29 df20fa9351a1: Verifying Checksum 03:24:29 df20fa9351a1: Download complete 03:24:29 93b9cdb0e59b: Download complete 03:24:29 5e14af77c1be: Verifying Checksum 03:24:29 5e14af77c1be: Download complete 03:24:29 93b61091891f: Verifying Checksum 03:24:29 93b61091891f: Download complete 03:24:30 01666e4c0597: Verifying Checksum 03:24:30 01666e4c0597: Download complete 03:24:30 df20fa9351a1: Pull complete 03:24:30 8ad3a11d3b57: Verifying Checksum 03:24:30 8ad3a11d3b57: Download complete 03:24:30 36b3adc4ff6f: Pull complete 03:24:31 8ad3a11d3b57: Pull complete 03:24:31 46f8f816bc3b: Pull complete 03:24:33 93b61091891f: Pull complete 03:24:33 aa168da1d23b: Verifying Checksum 03:24:33 aa168da1d23b: Download complete 03:24:33 93b9cdb0e59b: Pull complete 03:24:33 5e14af77c1be: Pull complete 03:24:33 01666e4c0597: Pull complete 03:24:41 aa168da1d23b: Pull complete 03:24:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:24:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:24:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:24:42 prd-centos7-docker-4c-2g-21088 does not seem to be running inside a container 03:24:42 $ 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 03:24:44 $ docker top 8a8e2d2f19a9b3abacd229bad991d22f36324d18b2ad5ab835c5846b2aa0c3e9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:24:45 + touch /tmp/pre-build-complete [Pipeline] sh 03:24:45 + mkdir -p /var/log/sa [Pipeline] sh 03:24:46 + ls /var/log/sa-host 03:24:46 + sadf -c /var/log/sa-host/sa19 03:24:46 file_magic: OK 03:24:46 HZ: Using current value: 100 03:24:46 file_header: OK 03:24:46 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 03:24:46 Statistics: 03:24:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:24:46 File successfully converted to sysstat format version 12.2.1 03:24:46 + sadf -c /var/log/sa-host/sa23 03:24:46 file_magic: OK 03:24:46 HZ: Using current value: 100 03:24:46 file_header: OK 03:24:46 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 03:24:46 Statistics: 03:24:46 Hnuu...uuuununununu... 03:24:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:24:46 provisioning config files... 03:24:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config3953665724153859121tmp [Pipeline] { [Pipeline] echo 03:24:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:24:46 ---> create-netrc.sh [Pipeline] } 03:24:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:24:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:24:47 ---> python-tools-install.sh [Pipeline] echo 03:24:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:24:47 ---> sudo-logs.sh 03:24:47 Archiving 'sudo' log.. [Pipeline] echo 03:24:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:24:47 ---> job-cost.sh 03:24:47 lf-activate-venv: SKIPPING 03:24:47 INFO: No Stack... 03:24:49 INFO: Retrieving Pricing Info for: v1-standard-2 03:24:49 INFO: Archiving Costs [Pipeline] echo 03:24:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:24:49 ---> logs-deploy.sh 03:24:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-83/2 03:24:49 INFO: archiving workspace using pattern(s): 03:24:51 Archives upload complete. 03:24:51 INFO: archiving logs to Nexus 03:24:52 ---> uname -a: 03:24:52 Linux prd-centos7-docker-4c-2g-21088.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:24:52 03:24:52 03:24:52 ---> lscpu: 03:24:52 Architecture: x86_64 03:24:52 CPU op-mode(s): 32-bit, 64-bit 03:24:52 Byte Order: Little Endian 03:24:52 Address sizes: 40 bits physical, 48 bits virtual 03:24:52 CPU(s): 4 03:24:52 On-line CPU(s) list: 0-3 03:24:52 Thread(s) per core: 1 03:24:52 Core(s) per socket: 1 03:24:52 Socket(s): 4 03:24:52 NUMA node(s): 1 03:24:52 Vendor ID: GenuineIntel 03:24:52 CPU family: 6 03:24:52 Model: 44 03:24:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:24:52 Stepping: 1 03:24:52 CPU MHz: 2933.436 03:24:52 BogoMIPS: 5866.87 03:24:52 Virtualization: VT-x 03:24:52 Hypervisor vendor: KVM 03:24:52 Virtualization type: full 03:24:52 L1d cache: 128 KiB 03:24:52 L1i cache: 128 KiB 03:24:52 L2 cache: 16 MiB 03:24:52 L3 cache: 64 MiB 03:24:52 NUMA node0 CPU(s): 0-3 03:24:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:24:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:24:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:24:52 Vulnerability Meltdown: Mitigation; PTI 03:24:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:24:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:24:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:24:52 Vulnerability Srbds: Not affected 03:24:52 Vulnerability Tsx async abort: Not affected 03:24:52 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 03:24:52 03:24:52 03:24:52 ---> nproc: 03:24:52 4 03:24:52 03:24:52 03:24:52 ---> df -h: 03:24:52 Filesystem Size Used Available Use% Mounted on 03:24:52 overlay 50.0G 7.3G 42.7G 15% / 03:24:52 tmpfs 64.0M 0 64.0M 0% /dev 03:24:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:24:52 shm 64.0M 0 64.0M 0% /dev/shm 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-83 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 03:24:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 03:24:52 03:24:52 03:24:52 ---> free -m: 03:24:52 total used free shared buff/cache available 03:24:52 Mem: 1837 702 103 0 1030 1029 03:24:52 Swap: 1023 0 1023 03:24:52 03:24:52 03:24:52 ---> ip addr: 03:24:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:24:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:24:52 inet 127.0.0.1/8 scope host lo 03:24:52 valid_lft forever preferred_lft forever 03:24:52 inet6 ::1/128 scope host 03:24:52 valid_lft forever preferred_lft forever 03:24:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:24:52 link/ether fa:16:3e:ad:a5:97 brd ff:ff:ff:ff:ff:ff 03:24:52 inet 10.30.123.144/23 brd 10.30.123.255 scope global dynamic eth0 03:24:52 valid_lft 86010sec preferred_lft 86010sec 03:24:52 inet6 fe80::f816:3eff:fead:a597/64 scope link 03:24:52 valid_lft forever preferred_lft forever 03:24:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:24:52 link/ether 02:42:c1:4b:84:25 brd ff:ff:ff:ff:ff:ff 03:24:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:24:52 valid_lft forever preferred_lft forever 03:24:52 inet6 fe80::42:c1ff:fe4b:8425/64 scope link 03:24:52 valid_lft forever preferred_lft forever 03:24:52 03:24:52 03:24:52 ---> sar -b -r -n DEV: 03:24:52 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) 03:24:52 03:24:52 03:18:11 LINUX RESTART (4 CPU) 03:24:52 03:24:52 03:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:24:52 03:20:01 29.87 10.90 18.96 0.00 4271.28 2773.96 0.00 03:24:52 03:21:01 1.85 0.00 1.85 0.00 0.00 34.89 0.00 03:24:52 03:22:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 03:24:52 03:23:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 03:24:52 03:24:01 0.20 0.00 0.20 0.00 0.00 2.90 0.00 03:24:52 Average: 6.48 2.18 4.30 0.00 854.34 563.73 0.00 03:24:52 03:24:52 03:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:24:52 03:20:01 149540 0 599200 31.85 2620 1130184 1112936 37.98 407928 1122840 24 03:24:52 03:21:01 152868 0 595864 31.67 2620 1130192 1092944 37.30 410452 1117580 20 03:24:52 03:22:01 151492 0 597236 31.74 2620 1130196 1092920 37.30 409820 1119692 16 03:24:52 03:23:01 151944 0 596784 31.72 2620 1130196 1090900 37.23 423484 1106240 8 03:24:52 03:24:01 150468 0 598252 31.80 2620 1130204 1089812 37.19 420956 1110084 8 03:24:52 Average: 151262 0 597467 31.75 2620 1130194 1095902 37.40 414528 1115287 15 03:24:52 03:24:52 03:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:24:52 03:20:01 eth0 90.81 71.53 342.06 35.82 0.00 0.00 0.00 0.00 03:24:52 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 03:20:01 docker0 1.80 1.46 0.37 3.10 0.00 0.00 0.00 0.00 03:24:52 03:21:01 eth0 4.36 1.05 1.55 0.78 0.00 0.00 0.00 0.00 03:24:52 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 03:22:01 eth0 3.90 1.10 1.26 0.80 0.00 0.00 0.00 0.00 03:24:52 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 03:23:01 eth0 1.33 0.43 0.58 0.38 0.00 0.00 0.00 0.00 03:24:52 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 03:24:01 eth0 0.80 0.47 0.41 0.27 0.00 0.00 0.00 0.00 03:24:52 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 Average: eth0 20.24 14.92 69.18 7.61 0.00 0.00 0.00 0.00 03:24:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:52 Average: docker0 0.36 0.29 0.07 0.62 0.00 0.00 0.00 0.00 03:24:52 03:24:52 03:24:52 ---> sar -P ALL: 03:24:52 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) 03:24:52 03:24:52 03:18:11 LINUX RESTART (4 CPU) 03:24:52 03:24:52 03:19:01 CPU %user %nice %system %iowait %steal %idle 03:24:52 03:20:01 all 2.68 0.00 1.90 0.59 0.06 94.77 03:24:52 03:20:01 0 2.42 0.00 1.70 1.80 0.05 94.03 03:24:52 03:20:01 1 3.27 0.00 2.13 0.23 0.05 94.32 03:24:52 03:20:01 2 2.09 0.00 1.88 0.08 0.07 95.88 03:24:52 03:20:01 3 2.95 0.00 1.88 0.25 0.08 94.83 03:24:52 03:21:01 all 0.18 0.00 0.05 0.00 0.01 99.76 03:24:52 03:21:01 0 0.07 0.00 0.07 0.00 0.00 99.87 03:24:52 03:21:01 1 0.10 0.00 0.07 0.00 0.02 99.82 03:24:52 03:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:24:52 03:21:01 3 0.50 0.00 0.05 0.00 0.03 99.42 03:24:52 03:22:01 all 0.20 0.00 0.20 0.00 0.07 99.53 03:24:52 03:22:01 0 0.10 0.00 0.23 0.00 0.07 99.60 03:24:52 03:22:01 1 0.13 0.00 0.10 0.00 0.07 99.70 03:24:52 03:22:01 2 0.32 0.00 0.17 0.00 0.07 99.45 03:24:52 03:22:01 3 0.25 0.00 0.28 0.00 0.10 99.37 03:24:52 03:23:01 all 0.15 0.00 0.05 0.00 0.01 99.79 03:24:52 03:23:01 0 0.07 0.00 0.08 0.00 0.02 99.83 03:24:52 03:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:24:52 03:23:01 2 0.20 0.00 0.05 0.00 0.02 99.73 03:24:52 03:23:01 3 0.32 0.00 0.03 0.00 0.00 99.65 03:24:52 03:24:01 all 0.21 0.00 0.17 0.00 0.02 99.60 03:24:52 03:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 03:24:52 03:24:01 1 0.17 0.00 0.27 0.00 0.03 99.53 03:24:52 03:24:01 2 0.10 0.00 0.23 0.00 0.03 99.63 03:24:52 03:24:01 3 0.55 0.00 0.12 0.00 0.02 99.32 03:24:52 Average: all 0.68 0.00 0.47 0.12 0.04 98.69 03:24:52 Average: 0 0.53 0.00 0.42 0.36 0.03 98.66 03:24:52 Average: 1 0.74 0.00 0.52 0.05 0.03 98.67 03:24:52 Average: 2 0.55 0.00 0.47 0.02 0.04 98.93 03:24:52 Average: 3 0.91 0.00 0.47 0.05 0.05 98.52 03:24:52 03:24:52 03:24:52