Pull request #83 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7758f33aa5093517fc1658740608f2d8f4f4d3cd+fc665292454601d0366d29366e74bce40b0e53ce (214a731adb1aa384a21c52b7f2cc4926f4bd641a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21369 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-83 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fc665292454601d0366d29366e74bce40b0e53ce into PR head commit 7758f33aa5093517fc1658740608f2d8f4f4d3cd Merge succeeded, producing 7758f33aa5093517fc1658740608f2d8f4f4d3cd Checking out Revision 7758f33aa5093517fc1658740608f2d8f4f4d3cd (PR-83) > 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 7758f33aa5093517fc1658740608f2d8f4f4d3cd # 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 fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # 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 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:30:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:30:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:30:29 ========================================================= 22:30:29 EdgeX Global Pipelines Version Info 22:30:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:30:32 ------------------- 22:30:32 stable info: 22:30:32 ------------------- 22:30:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:30:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:30:32 Message: update stable to v1.0.179 22:30:33 ------------------- 22:30:33 experimental info: 22:30:33 ------------------- 22:30:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:30:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:30:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:30:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 22:30:33 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 22:30:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:30:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:30:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:30:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:30:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:30:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:30:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo 22:30:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo 22:30:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo 22:30:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7758f33aa5093517fc1658740608f2d8f4f4d3cd [Pipeline] echo 22:30:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7758f33 [Pipeline] echo 22:30:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:30:37 + git log --format=format:%s -1 7758f33aa5093517fc1658740608f2d8f4f4d3cd [Pipeline] echo 22:30:37 GIT_COMMIT: 7758f33aa5093517fc1658740608f2d8f4f4d3cd, Commit Message: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 [Pipeline] echo 22:30:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:30:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:30:39 22:30:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:30:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:30:39 latest: Pulling from edgex-devops/git-semver 22:30:39 31603596830f: Pulling fs layer 22:30:39 2a8b12db71e7: Pulling fs layer 22:30:39 6ca5941a6612: Pulling fs layer 22:30:39 ecc8261a40a4: Pulling fs layer 22:30:39 ecc8261a40a4: Waiting 22:30:39 2a8b12db71e7: Verifying Checksum 22:30:39 2a8b12db71e7: Download complete 22:30:40 31603596830f: Verifying Checksum 22:30:40 31603596830f: Download complete 22:30:40 ecc8261a40a4: Verifying Checksum 22:30:40 ecc8261a40a4: Download complete 22:30:40 6ca5941a6612: Verifying Checksum 22:30:40 6ca5941a6612: Download complete 22:30:40 31603596830f: Pull complete 22:30:41 2a8b12db71e7: Pull complete 22:30:43 6ca5941a6612: Pull complete 22:30:43 ecc8261a40a4: Pull complete 22:30:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:30:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:30:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:30:44 prd-centos7-docker-4c-2g-21369 does not seem to be running inside a container 22:30:44 $ 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 22:30:47 $ docker top 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:30:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:30:48 [ssh-agent] Looking for ssh-agent implementation... 22:30:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:30:48 $ docker exec 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f ssh-agent 22:30:49 SSH_AUTH_SOCK=/tmp/ssh-zCMj7cEu7SsN/agent.11 22:30:49 SSH_AGENT_PID=16 22:30:49 Running ssh-add (command line suppressed) 22:30:49 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4720030333877867264.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4720030333877867264.key) 22:30:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:30:50 + git tag --points-at HEAD [Pipeline] } 22:30:50 $ docker exec --env ******** --env ******** 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f ssh-agent -k 22:30:50 unset SSH_AUTH_SOCK; 22:30:50 unset SSH_AGENT_PID; 22:30:50 echo Agent pid 16 killed; 22:30:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:30:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:30:51 [ssh-agent] Looking for ssh-agent implementation... 22:30:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:30:51 $ docker exec 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f ssh-agent 22:30:51 SSH_AUTH_SOCK=/tmp/ssh-xYIpec8SGvge/agent.46 22:30:51 SSH_AGENT_PID=51 22:30:51 Running ssh-add (command line suppressed) 22:30:52 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_99629346459302679.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_99629346459302679.key) 22:30:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:30:53 + git semver init 22:30:53 # -> Open(): unable to determine branch for HEAD 22:30:53 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.git 22:30:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-83 22:30:53 # $SEMVER_REMOTE_NAME = origin 22:30:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:30:53 # $SEMVER_USER_NAME = edgex-jenkins 22:30:53 # $SEMVER_BRANCH = PR-83 22:30:53 # $SEMVER_TEMP = /tmp/semver-499253721 22:30:53 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 22:30:53 # '/tmp/semver-499253721' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver' 22:30:53 # -> Force: false 22:30:53 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver [Pipeline] } 22:30:53 $ docker exec --env ******** --env ******** 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f ssh-agent -k 22:30:53 unset SSH_AUTH_SOCK; 22:30:53 unset SSH_AGENT_PID; 22:30:53 echo Agent pid 51 killed; 22:30:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:30:54 + git semver [Pipeline] } 22:30:54 $ docker stop --time=1 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f 22:30:56 $ docker rm -f 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f [Pipeline] // withDockerContainer [Pipeline] sh 22:30:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:30:58 Stashed 1 file(s) [Pipeline] echo 22:30:58 [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 22:30:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21366 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws 22:30:58 Running in /w/workspace/go-mod-secrets/4 [Pipeline] { [Pipeline] checkout 22:31:03 using credential edgex-jenkins-ssh 22:31:03 Cloning the remote Git repository 22:31:03 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:31:03 > git init /w/workspace/go-mod-secrets/4 # timeout=10 22:31:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:31:03 > git --version # timeout=10 22:31:03 > git --version # 'git version 2.17.1' 22:31:03 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:31:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:31:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:31:04 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:04 > 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 22:31:05 Merging remotes/origin/master commit fc665292454601d0366d29366e74bce40b0e53ce into PR head commit 7758f33aa5093517fc1658740608f2d8f4f4d3cd 22:31:05 Merge succeeded, producing 7758f33aa5093517fc1658740608f2d8f4f4d3cd 22:31:05 Checking out Revision 7758f33aa5093517fc1658740608f2d8f4f4d3cd (PR-83) 22:31:05 > git config core.sparsecheckout # timeout=10 22:31:05 > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 22:31:05 > git remote # timeout=10 22:31:05 > git config --get remote.origin.url # timeout=10 22:31:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:05 > git merge fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 22:31:05 > git rev-parse HEAD^{commit} # timeout=10 22:31:05 > git config core.sparsecheckout # timeout=10 22:31:05 > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 22:31:09 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 22:31:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:31:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:31:12 + sudo service+ docker restart 22:31:12 true 22:31:13 Still waiting to schedule task 22:31:13 ‘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-21321’ is offline; ‘prd-centos7-docker-4c-2g-21322’ is offline; ‘prd-centos7-docker-4c-2g-21370’ is offline; ‘prd-centos7-docker-4c-2g-21371’ 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-21361’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21364’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21367’ doesn’t have label ‘centos7-docker-4c-2g’ [Pipeline] unstash [Pipeline] echo 22:31:14 ========================================================= 22:31:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:31:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:31:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:31:15 Sending build context to Docker daemon 466.4kB 22:31:15 Step 1/7 : ARG BASE=golang:1.15-alpine 22:31:15 Step 2/7 : FROM ${BASE} 22:31:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:31:15 5f621e34cdf4: Pulling fs layer 22:31:15 a4357932f1b6: Pulling fs layer 22:31:15 18c013af1878: Pulling fs layer 22:31:15 00ac8860ef70: Pulling fs layer 22:31:15 63d7cb157983: Pulling fs layer 22:31:15 b116817d02f9: Pulling fs layer 22:31:15 745a02a5169b: Pulling fs layer 22:31:15 00ac8860ef70: Waiting 22:31:15 63d7cb157983: Waiting 22:31:15 b116817d02f9: Waiting 22:31:15 745a02a5169b: Waiting 22:31:15 18c013af1878: Download complete 22:31:15 a4357932f1b6: Verifying Checksum 22:31:15 a4357932f1b6: Download complete 22:31:15 63d7cb157983: Verifying Checksum 22:31:15 63d7cb157983: Download complete 22:31:16 b116817d02f9: Verifying Checksum 22:31:16 b116817d02f9: Download complete 22:31:16 5f621e34cdf4: Verifying Checksum 22:31:16 5f621e34cdf4: Download complete 22:31:17 5f621e34cdf4: Pull complete 22:31:17 a4357932f1b6: Pull complete 22:31:18 18c013af1878: Pull complete 22:31:19 745a02a5169b: Verifying Checksum 22:31:19 745a02a5169b: Download complete 22:31:20 00ac8860ef70: Verifying Checksum 22:31:20 00ac8860ef70: Download complete 22:31:25 Running on prd-centos7-docker-4c-2g-21371 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws 22:31:25 Running in /w/workspace/go-mod-secrets/4 [Pipeline] { [Pipeline] checkout 22:31:30 00ac8860ef70: Pull complete 22:31:30 63d7cb157983: Pull complete 22:31:30 b116817d02f9: Pull complete 22:31:33 using credential edgex-jenkins-ssh 22:31:33 Cloning the remote Git repository 22:31:33 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:31:33 > git init /w/workspace/go-mod-secrets/4 # timeout=10 22:31:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:31:34 > git --version # timeout=10 22:31:34 > git --version # 'git version 2.24.3' 22:31:34 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:35 745a02a5169b: Pull complete 22:31:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:31:35 ---> b7e6874047d6 22:31:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:31:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:31:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:31:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:31:35 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:35 > 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 22:31:35 Merging remotes/origin/master commit fc665292454601d0366d29366e74bce40b0e53ce into PR head commit 7758f33aa5093517fc1658740608f2d8f4f4d3cd 22:31:36 Merge succeeded, producing 7758f33aa5093517fc1658740608f2d8f4f4d3cd 22:31:36 Checking out Revision 7758f33aa5093517fc1658740608f2d8f4f4d3cd (PR-83) 22:31:37 ---> Running in c075ef64d0c3 22:31:35 > git config core.sparsecheckout # timeout=10 22:31:36 > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 22:31:36 > git remote # timeout=10 22:31:36 > git config --get remote.origin.url # timeout=10 22:31:36 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:36 > git merge fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 22:31:36 > git rev-parse HEAD^{commit} # timeout=10 22:31:36 > git config core.sparsecheckout # timeout=10 22:31:36 > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 22:31:37 Removing intermediate container c075ef64d0c3 22:31:37 ---> 9466443663e0 22:31:37 Step 4/7 : RUN apk add --update bash 22:31:37 ---> Running in 401742eafef2 22:31:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:40 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] { 22:31:41 OK: 142 MiB in 39 packages [Pipeline] sh 22:31:42 Removing intermediate container 401742eafef2 22:31:42 ---> f60c3193338d 22:31:42 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:31:42 ---> Running in 8cbefd28368c 22:31:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:31:42 Removing intermediate container 8cbefd28368c 22:31:42 ---> afd831437b73 22:31:42 Step 6/7 : COPY go.mod . 22:31:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:31:43 + sudo service docker restart 22:31:43 + true 22:31:43 Redirecting to /bin/systemctl restart docker.service 22:31:43 ---> b85a31d2abee 22:31:43 Step 7/7 : RUN go mod download 22:31:43 ---> Running in 702b4949a26d [Pipeline] unstash [Pipeline] echo 22:31:45 ========================================================= 22:31:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:31:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:31:45 + 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 . 22:31:46 Sending build context to Docker daemon 467.5kB 22:31:46 Step 1/7 : ARG BASE=golang:1.15-alpine 22:31:46 Step 2/7 : FROM ${BASE} 22:31:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:31:46 188c0c94c7c5: Pulling fs layer 22:31:46 0ef7d3d256c8: Pulling fs layer 22:31:46 de9db76c5a1d: Pulling fs layer 22:31:46 bca2f99d35d6: Pulling fs layer 22:31:46 93359f2a8cfa: Pulling fs layer 22:31:46 7c6f9722023f: Pulling fs layer 22:31:46 a35cf1a2eb13: Pulling fs layer 22:31:46 bca2f99d35d6: Waiting 22:31:46 93359f2a8cfa: Waiting 22:31:46 7c6f9722023f: Waiting 22:31:46 a35cf1a2eb13: Waiting 22:31:46 de9db76c5a1d: Verifying Checksum 22:31:46 de9db76c5a1d: Download complete 22:31:46 0ef7d3d256c8: Verifying Checksum 22:31:46 0ef7d3d256c8: Download complete 22:31:46 93359f2a8cfa: Verifying Checksum 22:31:46 93359f2a8cfa: Download complete 22:31:47 7c6f9722023f: Verifying Checksum 22:31:47 7c6f9722023f: Download complete 22:31:47 188c0c94c7c5: Verifying Checksum 22:31:47 188c0c94c7c5: Download complete 22:31:48 188c0c94c7c5: Pull complete 22:31:48 0ef7d3d256c8: Pull complete 22:31:48 de9db76c5a1d: Pull complete 22:31:52 a35cf1a2eb13: Verifying Checksum 22:31:52 a35cf1a2eb13: Download complete 22:31:53 bca2f99d35d6: Verifying Checksum 22:31:53 bca2f99d35d6: Download complete 22:31:58 Removing intermediate container 702b4949a26d 22:31:58 ---> 0920b603a3a3 22:31:58 Successfully built 0920b603a3a3 22:31:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:31:59 + docker inspect -f . ci-base-image-arm64 22:31:59 . [Pipeline] withDockerContainer 22:31:59 prd-ubuntu18.04-docker-arm64-4c-16g-21366 does not seem to be running inside a container 22:31:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/4 -v /w/workspace/go-mod-secrets/4:/w/workspace/go-mod-secrets/4:rw,z -v /w/workspace/go-mod-secrets/4@tmp:/w/workspace/go-mod-secrets/4@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 22:32:01 $ docker top 5ff7b13b13e16f5315e0b656069f97a2a654ecc794acc239bf91a3aa45b6b88c -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:02 + go version 22:32:02 go version go1.15.5 linux/arm64 [Pipeline] } 22:32:02 $ docker stop --time=1 5ff7b13b13e16f5315e0b656069f97a2a654ecc794acc239bf91a3aa45b6b88c 22:32:04 bca2f99d35d6: Pull complete 22:32:04 $ docker rm -f 5ff7b13b13e16f5315e0b656069f97a2a654ecc794acc239bf91a3aa45b6b88c 22:32:04 93359f2a8cfa: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 22:32:04 7c6f9722023f: Pull complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:32:05 + docker inspect -f . ci-base-image-arm64 22:32:05 . [Pipeline] withDockerContainer 22:32:05 prd-ubuntu18.04-docker-arm64-4c-16g-21366 does not seem to be running inside a container 22:32:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/4 -v /w/workspace/go-mod-secrets/4:/w/workspace/go-mod-secrets/4:rw,z -v /w/workspace/go-mod-secrets/4@tmp:/w/workspace/go-mod-secrets/4@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 22:32:07 $ docker top ba1002709cfb41f3636500f0726bafabcd87837839710d834f4f46ee58fd987c -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:08 + make test 22:32:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:32:12 a35cf1a2eb13: Pull complete 22:32:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:32:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:32:12 ---> a62c8e92a672 22:32:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:32:12 ---> Running in f2b5af6883f5 22:32:12 Removing intermediate container f2b5af6883f5 22:32:12 ---> 909bf43ce242 22:32:12 Step 4/7 : RUN apk add --update bash 22:32:12 ---> Running in 46dc92c3ea2f 22:32:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:32:15 OK: 166 MiB in 39 packages 22:32:16 Removing intermediate container 46dc92c3ea2f 22:32:16 ---> f7dac27a7386 22:32:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:32:16 ---> Running in ad29f9beccc5 22:32:16 Removing intermediate container ad29f9beccc5 22:32:16 ---> ffe288b822f5 22:32:16 Step 6/7 : COPY go.mod . 22:32:17 ---> 5f37d732cd23 22:32:17 Step 7/7 : RUN go mod download 22:32:17 ---> Running in 60f17a796743 22:32:30 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 22:32:30 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 22:32:36 Removing intermediate container 60f17a796743 22:32:36 ---> 26429dd7726a 22:32:36 Successfully built 26429dd7726a 22:32:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:32:36 + docker inspect -f . ci-base-image-x86_64 22:32:36 . [Pipeline] withDockerContainer 22:32:37 prd-centos7-docker-4c-2g-21371 does not seem to be running inside a container 22:32:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/4 -v /w/workspace/go-mod-secrets/4:/w/workspace/go-mod-secrets/4:rw,z -v /w/workspace/go-mod-secrets/4@tmp:/w/workspace/go-mod-secrets/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:32:38 $ docker top a03bd2c0f05123c1569341f0dc9d3523352bfdcf56bcfe04be91dfa8f40db64a -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:38 + go version 22:32:38 go version go1.15.5 linux/amd64 [Pipeline] } 22:32:38 $ docker stop --time=1 a03bd2c0f05123c1569341f0dc9d3523352bfdcf56bcfe04be91dfa8f40db64a 22:32:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.033s coverage: 96.7% of statements 22:32:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.033s coverage: 44.1% of statements 22:32:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.036s coverage: 89.5% of statements 22:32:40 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 22:32:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.023s coverage: 100.0% of statements 22:32:40 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 22:32:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.052s coverage: 87.5% of statements 22:32:40 $ docker rm -f a03bd2c0f05123c1569341f0dc9d3523352bfdcf56bcfe04be91dfa8f40db64a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:32:41 + docker inspect -f . ci-base-image-x86_64 22:32:41 . [Pipeline] withDockerContainer 22:32:41 prd-centos7-docker-4c-2g-21371 does not seem to be running inside a container 22:32:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/4 -v /w/workspace/go-mod-secrets/4:/w/workspace/go-mod-secrets/4:rw,z -v /w/workspace/go-mod-secrets/4@tmp:/w/workspace/go-mod-secrets/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:32:43 $ docker top d1d520a1faefda43d12450279ed0838ee122557ea9a62b0c9c770e894d359f82 -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:44 + make test 22:32:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:32:48 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.024s coverage: 93.3% of statements 22:32:48 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 22:32:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:32:52 gofmt -l . 22:32:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:32:52 $ docker stop --time=1 ba1002709cfb41f3636500f0726bafabcd87837839710d834f4f46ee58fd987c 22:32:54 $ docker rm -f ba1002709cfb41f3636500f0726bafabcd87837839710d834f4f46ee58fd987c [Pipeline] // withDockerContainer [Pipeline] sh 22:32:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:32:56 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] } 22:32:58 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 22:32:58 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 22:33:10 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.095s coverage: 96.7% of statements 22:33:10 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.135s coverage: 44.1% of statements 22:33:10 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.039s coverage: 89.5% of statements 22:33:10 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 22:33:10 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.024s coverage: 100.0% of statements 22:33:10 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 22:33:10 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.044s coverage: 87.5% of statements 22:33:19 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.028s coverage: 93.3% of statements 22:33:19 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 22:33:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:33:22 gofmt -l . 22:33:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:33:22 $ docker stop --time=1 d1d520a1faefda43d12450279ed0838ee122557ea9a62b0c9c770e894d359f82 22:33:24 $ docker rm -f d1d520a1faefda43d12450279ed0838ee122557ea9a62b0c9c770e894d359f82 [Pipeline] // withDockerContainer [Pipeline] sh 22:33:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:33:25 Warning: overwriting stash ‘coverage-report’ 22:33:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:33:28 provisioning config files... 22:33:28 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config2042102460143117027tmp [Pipeline] { [Pipeline] sh 22:33:28 + set +x 22:33:28 + curl -s https://codecov.io/bash 22:33:28 + bash -s -- 22:33:29 22:33:29 _____ _ 22:33:29 / ____| | | 22:33:29 | | ___ __| | ___ ___ _____ __ 22:33:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:33:29 | |___| (_) | (_| | __/ (_| (_) \ V / 22:33:29 \_____\___/ \__,_|\___|\___\___/ \_/ 22:33:29 Bash-20210115-cec3c92 22:33:29 22:33:29 22:33:29 ==> git version 2.24.3 found 22:33:29 ==> 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 22:33:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:33:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:33:29 ==> Jenkins CI detected. 22:33:29 project root: . 22:33:29 --> token set from env 22:33:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:33:29 ==> Running gcov in . (disable via -X gcov) 22:33:29 ==> Python coveragepy not found 22:33:29 ==> Searching for coverage reports in: 22:33:29 + . 22:33:29 -> Found 1 reports 22:33:29 ==> Detecting git/mercurial file structure 22:33:29 ==> Reading reports 22:33:29 + ./coverage.out bytes=17226 22:33:29 ==> Appending adjustments 22:33:29 https://docs.codecov.io/docs/fixing-reports 22:33:30 + Found adjustments 22:33:30 ==> Gzipping contents 22:33:30 4.0K /tmp/codecov.WBmWsp.gz 22:33:30 ==> Uploading reports 22:33:30 url: https://codecov.io 22:33:30 query: branch=PR-83&commit=7758f33aa5093517fc1658740608f2d8f4f4d3cd&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= 22:33:30 -> Pinging Codecov 22:33:30 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=7758f33aa5093517fc1658740608f2d8f4f4d3cd&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= 22:33:30 -> Uploading to 22:33:30 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/7758f33aa5093517fc1658740608f2d8f4f4d3cd/8024f6b5-ceb5-4925-884d-9b1abba08330.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T223330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6c8851f53c7e3e3e01ac608908bf6662dd1df516e8c94a3ee1cd4442b83f998e 22:33:30 % Total % Received % Xferd Average Speed Time Time Time Current 22:33:30 Dload Upload Total Spent Left Speed 22:33:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3734 0 0 100 3734 0 6273 --:--:-- --:--:-- --:--:-- 6286 22:33:31 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/7758f33aa5093517fc1658740608f2d8f4f4d3cd [Pipeline] } 22:33:31 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 22:33:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:33:34 ---> package-listing.sh 22:33:34 ++ tr '[:upper:]' '[:lower:]' 22:33:34 ++ facter osfamily 22:33:34 + OS_FAMILY=redhat 22:33:34 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-83 22:33:34 + START_PACKAGES=/tmp/packages_start.txt 22:33:34 + END_PACKAGES=/tmp/packages_end.txt 22:33:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:33:34 + PACKAGES=/tmp/packages_start.txt 22:33:34 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' 22:33:34 + PACKAGES=/tmp/packages_end.txt 22:33:34 + case "${OS_FAMILY}" in 22:33:34 + rpm -qa 22:33:34 + sort 22:33:41 + '[' -f /tmp/packages_start.txt ']' 22:33:41 + '[' -f /tmp/packages_end.txt ']' 22:33:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:33:41 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' 22:33:41 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ 22:33:41 + 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 22:33:41 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 22:33:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:33:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:42 22:33:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:33:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:43 alpine: Pulling from edgex-lftools-log-publisher 22:33:43 df20fa9351a1: Pulling fs layer 22:33:43 36b3adc4ff6f: Pulling fs layer 22:33:43 8ad3a11d3b57: Pulling fs layer 22:33:43 46f8f816bc3b: Pulling fs layer 22:33:43 93b61091891f: Pulling fs layer 22:33:43 93b9cdb0e59b: Pulling fs layer 22:33:43 5e14af77c1be: Pulling fs layer 22:33:43 01666e4c0597: Pulling fs layer 22:33:43 aa168da1d23b: Pulling fs layer 22:33:43 93b9cdb0e59b: Waiting 22:33:43 5e14af77c1be: Waiting 22:33:43 46f8f816bc3b: Waiting 22:33:43 93b61091891f: Waiting 22:33:43 aa168da1d23b: Waiting 22:33:43 01666e4c0597: Waiting 22:33:43 36b3adc4ff6f: Verifying Checksum 22:33:43 36b3adc4ff6f: Download complete 22:33:43 46f8f816bc3b: Verifying Checksum 22:33:43 46f8f816bc3b: Download complete 22:33:43 df20fa9351a1: Verifying Checksum 22:33:43 df20fa9351a1: Download complete 22:33:43 93b9cdb0e59b: Verifying Checksum 22:33:43 93b9cdb0e59b: Download complete 22:33:43 5e14af77c1be: Verifying Checksum 22:33:43 5e14af77c1be: Download complete 22:33:43 01666e4c0597: Download complete 22:33:43 93b61091891f: Verifying Checksum 22:33:43 93b61091891f: Download complete 22:33:44 df20fa9351a1: Pull complete 22:33:44 8ad3a11d3b57: Verifying Checksum 22:33:44 8ad3a11d3b57: Download complete 22:33:44 36b3adc4ff6f: Pull complete 22:33:47 8ad3a11d3b57: Pull complete 22:33:48 46f8f816bc3b: Pull complete 22:33:48 93b61091891f: Pull complete 22:33:48 93b9cdb0e59b: Pull complete 22:33:49 5e14af77c1be: Pull complete 22:33:49 01666e4c0597: Pull complete 22:33:51 aa168da1d23b: Verifying Checksum 22:33:51 aa168da1d23b: Download complete 22:34:06 aa168da1d23b: Pull complete 22:34:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:34:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:34:06 prd-centos7-docker-4c-2g-21369 does not seem to be running inside a container 22:34:07 $ 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 22:34:13 $ docker top 50fb2f0eb8ae89bf16d978986a44f8341c8d301e7da1b82000927e8b626c97a0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:14 + touch /tmp/pre-build-complete [Pipeline] sh 22:34:14 + mkdir -p /var/log/sa [Pipeline] sh 22:34:15 + ls /var/log/sa-host 22:34:15 + sadf -c /var/log/sa-host/sa19 22:34:15 file_magic: OK 22:34:15 HZ: Using current value: 100 22:34:15 file_header: OK 22:34:15 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 22:34:15 Statistics: 22:34:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:34:15 File successfully converted to sysstat format version 12.2.1 22:34:15 + sadf -c /var/log/sa-host/sa23 22:34:15 file_magic: OK 22:34:15 HZ: Using current value: 100 22:34:15 file_header: OK 22:34:15 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 22:34:15 Statistics: 22:34:15 Hnuu...uuuununununu... 22:34:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:34:15 provisioning config files... 22:34:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config5070401353998331602tmp [Pipeline] { [Pipeline] echo 22:34:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:34:15 ---> create-netrc.sh [Pipeline] } 22:34:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:34:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:34:16 ---> python-tools-install.sh [Pipeline] echo 22:34:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:34:16 ---> sudo-logs.sh 22:34:16 Archiving 'sudo' log.. [Pipeline] echo 22:34:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:34:17 ---> job-cost.sh 22:34:17 lf-activate-venv: SKIPPING 22:34:17 INFO: No Stack... 22:34:18 INFO: Retrieving Pricing Info for: v1-standard-2 22:34:18 INFO: Archiving Costs [Pipeline] echo 22:34:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:34:19 ---> logs-deploy.sh 22:34:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-83/4 22:34:19 INFO: archiving workspace using pattern(s): 22:34:21 Archives upload complete. 22:34:21 INFO: archiving logs to Nexus 22:34:23 ---> uname -a: 22:34:23 Linux prd-centos7-docker-4c-2g-21369.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:34:23 22:34:23 22:34:23 ---> lscpu: 22:34:23 Architecture: x86_64 22:34:23 CPU op-mode(s): 32-bit, 64-bit 22:34:23 Byte Order: Little Endian 22:34:23 Address sizes: 40 bits physical, 48 bits virtual 22:34:23 CPU(s): 4 22:34:23 On-line CPU(s) list: 0-3 22:34:23 Thread(s) per core: 1 22:34:23 Core(s) per socket: 1 22:34:23 Socket(s): 4 22:34:23 NUMA node(s): 1 22:34:23 Vendor ID: GenuineIntel 22:34:23 CPU family: 6 22:34:23 Model: 44 22:34:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:34:23 Stepping: 1 22:34:23 CPU MHz: 2933.438 22:34:23 BogoMIPS: 5866.87 22:34:23 Virtualization: VT-x 22:34:23 Hypervisor vendor: KVM 22:34:23 Virtualization type: full 22:34:23 L1d cache: 128 KiB 22:34:23 L1i cache: 128 KiB 22:34:23 L2 cache: 16 MiB 22:34:23 L3 cache: 64 MiB 22:34:23 NUMA node0 CPU(s): 0-3 22:34:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:34:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:34:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:34:23 Vulnerability Meltdown: Mitigation; PTI 22:34:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:34:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:34:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:34:23 Vulnerability Srbds: Not affected 22:34:23 Vulnerability Tsx async abort: Not affected 22:34:23 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 22:34:23 22:34:23 22:34:23 ---> nproc: 22:34:23 4 22:34:23 22:34:23 22:34:23 ---> df -h: 22:34:23 Filesystem Size Used Available Use% Mounted on 22:34:23 overlay 50.0G 7.3G 42.7G 15% / 22:34:23 tmpfs 64.0M 0 64.0M 0% /dev 22:34:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:34:23 shm 64.0M 0 64.0M 0% /dev/shm 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-83 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:34:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:34:23 22:34:23 22:34:23 ---> free -m: 22:34:23 total used free shared buff/cache available 22:34:23 Mem: 1837 712 97 0 1028 1020 22:34:23 Swap: 1023 1 1022 22:34:23 22:34:23 22:34:23 ---> ip addr: 22:34:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:34:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:34:23 inet 127.0.0.1/8 scope host lo 22:34:23 valid_lft forever preferred_lft forever 22:34:23 inet6 ::1/128 scope host 22:34:23 valid_lft forever preferred_lft forever 22:34:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:34:23 link/ether fa:16:3e:38:70:5c brd ff:ff:ff:ff:ff:ff 22:34:23 inet 10.30.122.55/23 brd 10.30.123.255 scope global dynamic eth0 22:34:23 valid_lft 86104sec preferred_lft 86104sec 22:34:23 inet6 fe80::f816:3eff:fe38:705c/64 scope link 22:34:23 valid_lft forever preferred_lft forever 22:34:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:34:23 link/ether 02:42:8d:32:b9:81 brd ff:ff:ff:ff:ff:ff 22:34:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:34:23 valid_lft forever preferred_lft forever 22:34:23 inet6 fe80::42:8dff:fe32:b981/64 scope link 22:34:23 valid_lft forever preferred_lft forever 22:34:23 22:34:23 22:34:23 ---> sar -b -r -n DEV: 22:34:23 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) 22:34:23 22:34:23 22:29:14 LINUX RESTART (4 CPU) 22:34:23 22:34:23 22:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:34:23 22:31:01 64.49 22.83 41.65 0.00 5658.18 3721.83 0.00 22:34:23 22:32:01 3.49 0.07 3.43 0.00 2.13 110.65 0.00 22:34:23 22:33:01 0.42 0.00 0.42 0.00 0.00 6.85 0.00 22:34:23 22:34:01 93.63 53.23 40.40 0.00 4211.93 13011.09 0.00 22:34:23 Average: 40.43 19.03 21.40 0.00 2455.65 4217.16 0.00 22:34:23 22:34:23 22:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:34:23 22:31:01 157516 0 617584 32.82 2620 1103824 1158356 39.53 409408 1115296 128 22:34:23 22:32:01 158504 0 616612 32.77 2620 1103808 1157912 39.52 414080 1109908 20 22:34:23 22:33:01 167168 0 607944 32.31 2620 1103812 1086524 37.08 414964 1101784 8 22:34:23 22:34:01 64964 0 715916 38.05 2620 1098044 1506204 51.40 590512 996084 64568 22:34:23 Average: 137038 0 639514 33.99 2620 1102372 1227249 41.88 457241 1080768 16181 22:34:23 22:34:23 22:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:34:23 22:31:01 eth0 232.22 170.98 1025.83 90.24 0.00 0.00 0.00 0.00 22:34:23 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 22:31:01 docker0 1.49 1.35 0.36 3.19 0.00 0.00 0.00 0.00 22:34:23 22:32:01 eth0 1.63 1.08 2.54 0.46 0.00 0.00 0.00 0.00 22:34:23 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 22:33:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 22:34:01 eth0 216.62 171.10 2172.93 20.33 0.00 0.00 0.00 0.00 22:34:23 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 Average: eth0 112.18 85.47 799.81 27.50 0.00 0.00 0.00 0.00 22:34:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:23 Average: docker0 0.37 0.33 0.09 0.79 0.00 0.00 0.00 0.00 22:34:23 22:34:23 22:34:23 ---> sar -P ALL: 22:34:23 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) 22:34:23 22:34:23 22:29:14 LINUX RESTART (4 CPU) 22:34:23 22:34:23 22:30:02 CPU %user %nice %system %iowait %steal %idle 22:34:23 22:31:01 all 10.11 0.00 4.13 1.47 23.15 61.14 22:34:23 22:31:01 0 9.60 0.00 4.57 2.15 25.19 58.49 22:34:23 22:31:01 1 10.64 0.00 4.03 1.35 22.16 61.82 22:34:23 22:31:01 2 8.10 0.00 3.90 1.93 22.94 63.14 22:34:23 22:31:01 3 12.16 0.00 4.00 0.43 22.27 61.15 22:34:23 22:32:01 all 0.09 0.00 0.05 0.00 0.91 98.95 22:34:23 22:32:01 0 0.23 0.00 0.05 0.00 0.65 99.07 22:34:23 22:32:01 1 0.05 0.00 0.02 0.00 0.81 99.12 22:34:23 22:32:01 2 0.03 0.00 0.08 0.00 0.75 99.14 22:34:23 22:32:01 3 0.03 0.00 0.07 0.00 1.43 98.47 22:34:23 22:33:01 all 0.07 0.00 0.07 0.00 0.74 99.12 22:34:23 22:33:01 0 0.20 0.00 0.10 0.00 0.52 99.19 22:34:23 22:33:01 1 0.02 0.00 0.08 0.00 0.99 98.91 22:34:23 22:33:01 2 0.05 0.00 0.08 0.00 0.98 98.89 22:34:23 22:33:01 3 0.02 0.00 0.03 0.00 0.46 99.49 22:34:23 22:34:01 all 2.96 0.00 2.20 1.34 13.13 80.37 22:34:23 22:34:01 0 2.77 0.00 2.35 2.25 13.74 78.89 22:34:23 22:34:01 1 3.75 0.00 2.19 2.50 12.95 78.61 22:34:23 22:34:01 2 2.50 0.00 2.05 0.06 13.23 82.16 22:34:23 22:34:01 3 2.80 0.00 2.23 0.54 12.60 81.82 22:34:23 Average: all 3.30 0.00 1.62 0.70 9.49 84.89 22:34:23 Average: 0 3.23 0.00 1.78 1.11 10.11 83.77 22:34:23 Average: 1 3.60 0.00 1.58 0.97 9.22 84.63 22:34:23 Average: 2 2.68 0.00 1.53 0.50 9.51 85.78 22:34:23 Average: 3 3.69 0.00 1.57 0.24 9.11 85.39 22:34:23 22:34:23 22:34:23