Pull request #99 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b50891af696819e4c375d560db6453c529aa8fe6+56bf3a934bd322bb4dbd660945e55fa2dba34717 (5edc232b4089cd5700e3fcdd48919b12a8696876) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32960 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [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-99 # 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 56bf3a934bd322bb4dbd660945e55fa2dba34717 into PR head commit b50891af696819e4c375d560db6453c529aa8fe6 > 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/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 Merge succeeded, producing b50891af696819e4c375d560db6453c529aa8fe6 Checking out Revision b50891af696819e4c375d560db6453c529aa8fe6 (PR-99) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 56bf3a934bd322bb4dbd660945e55fa2dba34717 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:15:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:15:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:15:04 ========================================================= 14:15:04 EdgeX Global Pipelines Version Info 14:15:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 # timeout=10 14:15:07 ------------------- 14:15:07 stable info: 14:15:07 ------------------- 14:15:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:15:07 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:15:07 Message: update stable to v1.0.186 14:15:10 ------------------- 14:15:10 experimental info: 14:15:10 ------------------- 14:15:10 Commited By: **** collab-it+edgex@linuxfoundation.org 14:15:10 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 14:15:10 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:15:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 14:15:10 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 14:15:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 14:15:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:15:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 14:15:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 14:15:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:15:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:15:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:15:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:15:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-99 [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-99 [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-99 [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b50891af696819e4c375d560db6453c529aa8fe6 [Pipeline] echo 14:15:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b50891a [Pipeline] echo 14:15:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:15:15 + git log --format=format:%s -1 b50891af696819e4c375d560db6453c529aa8fe6 [Pipeline] echo 14:15:15 GIT_COMMIT: b50891af696819e4c375d560db6453c529aa8fe6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 14:15:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:15:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:15:16 14:15:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:15:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:15:18 latest: Pulling from edgex-devops/git-semver 14:15:18 31603596830f: Pulling fs layer 14:15:18 2a8b12db71e7: Pulling fs layer 14:15:18 6ca5941a6612: Pulling fs layer 14:15:18 ecc8261a40a4: Pulling fs layer 14:15:18 ecc8261a40a4: Waiting 14:15:18 2a8b12db71e7: Verifying Checksum 14:15:18 2a8b12db71e7: Download complete 14:15:19 31603596830f: Verifying Checksum 14:15:19 31603596830f: Download complete 14:15:19 ecc8261a40a4: Verifying Checksum 14:15:19 ecc8261a40a4: Download complete 14:15:19 6ca5941a6612: Verifying Checksum 14:15:19 6ca5941a6612: Download complete 14:15:20 31603596830f: Pull complete 14:15:20 2a8b12db71e7: Pull complete 14:15:23 6ca5941a6612: Pull complete 14:15:24 ecc8261a40a4: Pull complete 14:15:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:15:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:15:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:15:24 prd-centos7-docker-4c-2g-32960 does not seem to be running inside a container 14:15:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-99 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99:/w/workspace/dgexfoundry_go-mod-secrets_PR-99:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@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 14:15:29 $ docker top f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:15:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:15:29 [ssh-agent] Looking for ssh-agent implementation... 14:15:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:15:30 $ docker exec f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 ssh-agent 14:15:31 SSH_AUTH_SOCK=/tmp/ssh-Cs1eGAbAVuk4/agent.11 14:15:31 SSH_AGENT_PID=16 14:15:31 Running ssh-add (command line suppressed) 14:15:32 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_568941004679440721.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_568941004679440721.key) 14:15:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:15:33 + git tag --points-at HEAD [Pipeline] } 14:15:33 $ docker exec --env ******** --env ******** f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 ssh-agent -k 14:15:33 unset SSH_AUTH_SOCK; 14:15:33 unset SSH_AGENT_PID; 14:15:33 echo Agent pid 16 killed; 14:15:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:15:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:15:34 [ssh-agent] Looking for ssh-agent implementation... 14:15:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:15:34 $ docker exec f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 ssh-agent 14:15:34 SSH_AUTH_SOCK=/tmp/ssh-eIf404Pu1jpo/agent.44 14:15:34 SSH_AGENT_PID=49 14:15:35 Running ssh-add (command line suppressed) 14:15:35 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_6451931540957625079.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_6451931540957625079.key) 14:15:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:15:36 + git semver init 14:15:36 # -> Open(): unable to determine branch for HEAD 14:15:36 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-99/.git 14:15:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-99 14:15:36 # $SEMVER_REMOTE_NAME = origin 14:15:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:15:36 # $SEMVER_USER_NAME = edgex-jenkins 14:15:36 # $SEMVER_BRANCH = PR-99 14:15:36 # $SEMVER_TEMP = /tmp/semver-239930450 14:15:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 14:15:37 # '/tmp/semver-239930450' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-99/.semver' 14:15:37 # -> Force: false 14:15:37 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-99/.semver [Pipeline] } 14:15:37 $ docker exec --env ******** --env ******** f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 ssh-agent -k 14:15:38 unset SSH_AUTH_SOCK; 14:15:38 unset SSH_AGENT_PID; 14:15:38 echo Agent pid 49 killed; 14:15:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:15:39 + git semver [Pipeline] } 14:15:39 $ docker stop --time=1 f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 14:15:41 $ docker rm -f f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 [Pipeline] // withDockerContainer [Pipeline] sh 14:15:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:15:45 Stashed 1 file(s) [Pipeline] echo 14:15:45 [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 14:15:45 Running on prd-centos7-docker-4c-2g-32961 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [Pipeline] { [Pipeline] ws 14:15:45 Running in /w/workspace/go-mod-secrets/3 [Pipeline] { [Pipeline] checkout 14:15:55 using credential edgex-jenkins-ssh 14:15:55 Cloning the remote Git repository 14:15:55 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 14:15:55 > git init /w/workspace/go-mod-secrets/3 # timeout=10 14:15:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:15:55 > git --version # timeout=10 14:15:55 > git --version # 'git version 2.24.3' 14:15:55 using GIT_SSH to set credentials SSH Credentials for GitHub 14:15:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:15:57 Merging remotes/origin/master commit 56bf3a934bd322bb4dbd660945e55fa2dba34717 into PR head commit b50891af696819e4c375d560db6453c529aa8fe6 14:15:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:15:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:15:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:15:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:15:57 using GIT_SSH to set credentials SSH Credentials for GitHub 14:15:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:15:57 > git config core.sparsecheckout # timeout=10 14:15:57 > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 14:15:59 Merge succeeded, producing b50891af696819e4c375d560db6453c529aa8fe6 14:15:59 Checking out Revision b50891af696819e4c375d560db6453c529aa8fe6 (PR-99) 14:15:58 > git remote # timeout=10 14:15:58 > git config --get remote.origin.url # timeout=10 14:15:58 using GIT_SSH to set credentials SSH Credentials for GitHub 14:15:58 > git merge 56bf3a934bd322bb4dbd660945e55fa2dba34717 # timeout=10 14:15:59 > git rev-parse HEAD^{commit} # timeout=10 14:15:59 > git config core.sparsecheckout # timeout=10 14:15:59 > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 14:16:00 Still waiting to schedule task 14:16:00 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-32957’ 14:16:05 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:16:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:16:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:16:08 + sudo service docker restart 14:16:08 + true 14:16:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 14:16:11 ========================================================= 14:16:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:16:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:16:11 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:16:13 Sending build context to Docker daemon 623.6kB 14:16:13 Step 1/7 : ARG BASE=golang:1.15-alpine 14:16:13 Step 2/7 : FROM ${BASE} 14:16:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:16:13 188c0c94c7c5: Pulling fs layer 14:16:13 0ef7d3d256c8: Pulling fs layer 14:16:13 de9db76c5a1d: Pulling fs layer 14:16:13 bca2f99d35d6: Pulling fs layer 14:16:13 93359f2a8cfa: Pulling fs layer 14:16:13 7c6f9722023f: Pulling fs layer 14:16:13 a35cf1a2eb13: Pulling fs layer 14:16:13 bca2f99d35d6: Waiting 14:16:13 93359f2a8cfa: Waiting 14:16:13 7c6f9722023f: Waiting 14:16:13 a35cf1a2eb13: Waiting 14:16:13 de9db76c5a1d: Verifying Checksum 14:16:13 de9db76c5a1d: Download complete 14:16:13 0ef7d3d256c8: Download complete 14:16:13 93359f2a8cfa: Verifying Checksum 14:16:13 93359f2a8cfa: Download complete 14:16:13 7c6f9722023f: Verifying Checksum 14:16:13 7c6f9722023f: Download complete 14:16:13 188c0c94c7c5: Verifying Checksum 14:16:13 188c0c94c7c5: Download complete 14:16:14 188c0c94c7c5: Pull complete 14:16:15 0ef7d3d256c8: Pull complete 14:16:15 de9db76c5a1d: Pull complete 14:16:21 a35cf1a2eb13: Verifying Checksum 14:16:21 a35cf1a2eb13: Download complete 14:16:24 bca2f99d35d6: Verifying Checksum 14:16:24 bca2f99d35d6: Download complete 14:16:39 bca2f99d35d6: Pull complete 14:16:39 93359f2a8cfa: Pull complete 14:16:40 7c6f9722023f: Pull complete 14:16:48 a35cf1a2eb13: Pull complete 14:16:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:16:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:16:48 ---> a62c8e92a672 14:16:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:16:48 ---> Running in fc172b0730f7 14:16:48 Removing intermediate container fc172b0730f7 14:16:48 ---> 9d41ca562669 14:16:48 Step 4/7 : RUN apk add --update bash 14:16:48 ---> Running in 9713ddf6f166 14:16:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:16:52 OK: 166 MiB in 39 packages 14:16:53 Removing intermediate container 9713ddf6f166 14:16:53 ---> dfc5094ba69a 14:16:53 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:16:53 ---> Running in 5ea4c36dd2a9 14:16:53 Removing intermediate container 5ea4c36dd2a9 14:16:53 ---> 0925636fc4b2 14:16:53 Step 6/7 : COPY go.mod . 14:16:54 ---> 0cce7f7722be 14:16:54 Step 7/7 : RUN go mod download 14:16:54 ---> Running in 52ddf1bc80e5 14:17:22 Removing intermediate container 52ddf1bc80e5 14:17:22 ---> ed04043fcd58 14:17:22 Successfully built ed04043fcd58 14:17:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:17:22 + docker inspect -f . ci-base-image-x86_64 14:17:22 . [Pipeline] withDockerContainer 14:17:23 prd-centos7-docker-4c-2g-32961 does not seem to be running inside a container 14:17:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/3 -v /w/workspace/go-mod-secrets/3:/w/workspace/go-mod-secrets/3:rw,z -v /w/workspace/go-mod-secrets/3@tmp:/w/workspace/go-mod-secrets/3@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 ******** ci-base-image-x86_64 cat 14:17:25 $ docker top 5f9ceac4e48c64a54854c45f42e2fc72da6c18fbf7539dade8c9e4c0b18fbc96 -eo pid,comm [Pipeline] { [Pipeline] sh 14:17:26 + go version 14:17:26 go version go1.15.5 linux/amd64 [Pipeline] } 14:17:26 $ docker stop --time=1 5f9ceac4e48c64a54854c45f42e2fc72da6c18fbf7539dade8c9e4c0b18fbc96 14:17:29 $ docker rm -f 5f9ceac4e48c64a54854c45f42e2fc72da6c18fbf7539dade8c9e4c0b18fbc96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:17:31 + docker inspect -f . ci-base-image-x86_64 14:17:31 . [Pipeline] withDockerContainer 14:17:31 prd-centos7-docker-4c-2g-32961 does not seem to be running inside a container 14:17:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/3 -v /w/workspace/go-mod-secrets/3:/w/workspace/go-mod-secrets/3:rw,z -v /w/workspace/go-mod-secrets/3@tmp:/w/workspace/go-mod-secrets/3@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 ******** ci-base-image-x86_64 cat 14:17:33 $ docker top 4b3a4b049efe794c6539325a14ae43463e67a6c3d125bc3723ee4b36b036fd03 -eo pid,comm [Pipeline] { [Pipeline] sh 14:17:35 + make test 14:17:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 14:18:03 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.338s coverage: 81.0% of statements 14:18:03 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.008s coverage: 57.1% of statements 14:18:03 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 14:18:05 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.024s coverage: 96.7% of statements 14:18:05 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.076s coverage: 89.5% of statements 14:18:05 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 14:18:05 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.019s coverage: 100.0% of statements 14:18:05 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 14:18:05 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.019s coverage: 85.7% of statements 14:18:05 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.016s coverage: 100.0% of statements 14:18:05 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 14:18:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:18:07 gofmt -l . 14:18:07 [ "`gofmt -l .`" = "" ] [Pipeline] } 14:18:07 $ docker stop --time=1 4b3a4b049efe794c6539325a14ae43463e67a6c3d125bc3723ee4b36b036fd03 14:18:09 $ docker rm -f 4b3a4b049efe794c6539325a14ae43463e67a6c3d125bc3723ee4b36b036fd03 [Pipeline] // withDockerContainer [Pipeline] sh 14:18:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:18:12 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 Post stage [Pipeline] libraryResource [Pipeline] sh 14:18:13 ---> job-cost.sh 14:18:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sTT7 14:18:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32962 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [Pipeline] { [Pipeline] ws 14:18:36 Running in /w/workspace/go-mod-secrets/3 [Pipeline] { [Pipeline] checkout 14:18:42 using credential edgex-jenkins-ssh 14:18:42 Cloning the remote Git repository 14:18:42 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 14:18:42 > git init /w/workspace/go-mod-secrets/3 # timeout=10 14:18:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:18:42 > git --version # timeout=10 14:18:42 > git --version # 'git version 2.17.1' 14:18:42 using GIT_SSH to set credentials SSH Credentials for GitHub 14:18:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:18:43 Merging remotes/origin/master commit 56bf3a934bd322bb4dbd660945e55fa2dba34717 into PR head commit b50891af696819e4c375d560db6453c529aa8fe6 14:18:43 Merge succeeded, producing b50891af696819e4c375d560db6453c529aa8fe6 14:18:43 Checking out Revision b50891af696819e4c375d560db6453c529aa8fe6 (PR-99) 14:18:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:18:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:18:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:18:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:18:43 using GIT_SSH to set credentials SSH Credentials for GitHub 14:18:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:18:43 > git config core.sparsecheckout # timeout=10 14:18:43 > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 14:18:43 > git remote # timeout=10 14:18:43 > git config --get remote.origin.url # timeout=10 14:18:43 using GIT_SSH to set credentials SSH Credentials for GitHub 14:18:43 > git merge 56bf3a934bd322bb4dbd660945e55fa2dba34717 # timeout=10 14:18:43 > git rev-parse HEAD^{commit} # timeout=10 14:18:43 > git config core.sparsecheckout # timeout=10 14:18:44 > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 14:18:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:18:48 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 14:18:48 14:18:48 GitHub has been notified of this commit’s build result 14:18:48 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:18:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:18:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:18:50 + true 14:18:50 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 14:18:53 ========================================================= 14:18:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:18:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:18:53 + 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 . 14:18:54 Sending build context to Docker daemon 630.8kB 14:18:54 Step 1/7 : ARG BASE=golang:1.15-alpine 14:18:54 Step 2/7 : FROM ${BASE} 14:18:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:18:54 5f621e34cdf4: Pulling fs layer 14:18:54 a4357932f1b6: Pulling fs layer 14:18:54 18c013af1878: Pulling fs layer 14:18:54 00ac8860ef70: Pulling fs layer 14:18:54 63d7cb157983: Pulling fs layer 14:18:54 b116817d02f9: Pulling fs layer 14:18:54 745a02a5169b: Pulling fs layer 14:18:54 b116817d02f9: Waiting 14:18:54 745a02a5169b: Waiting 14:18:54 00ac8860ef70: Waiting 14:18:54 63d7cb157983: Waiting 14:18:54 18c013af1878: Verifying Checksum 14:18:54 18c013af1878: Download complete 14:18:54 a4357932f1b6: Verifying Checksum 14:18:54 a4357932f1b6: Download complete 14:18:54 63d7cb157983: Verifying Checksum 14:18:54 63d7cb157983: Download complete 14:18:54 b116817d02f9: Download complete 14:18:54 5f621e34cdf4: Verifying Checksum 14:18:54 5f621e34cdf4: Download complete 14:18:56 5f621e34cdf4: Pull complete 14:18:56 a4357932f1b6: Pull complete 14:18:57 18c013af1878: Pull complete 14:18:57 745a02a5169b: Verifying Checksum 14:18:57 745a02a5169b: Download complete 14:18:59 00ac8860ef70: Verifying Checksum 14:18:59 00ac8860ef70: Download complete 14:19:09 00ac8860ef70: Pull complete 14:19:09 63d7cb157983: Pull complete 14:19:09 b116817d02f9: Pull complete 14:19:12 745a02a5169b: Pull complete 14:19:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:19:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:19:12 ---> b7e6874047d6 14:19:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:19:16 ---> Running in 85985184fb44 14:19:16 Removing intermediate container 85985184fb44 14:19:16 ---> 4ac0415ce35b 14:19:16 Step 4/7 : RUN apk add --update bash 14:19:16 ---> Running in 97f092b4a85c 14:19:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:19:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:19:19 OK: 142 MiB in 39 packages 14:19:20 Removing intermediate container 97f092b4a85c 14:19:20 ---> f88e2043c8a4 14:19:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:19:21 ---> Running in 8bdc0f350282 14:19:21 Removing intermediate container 8bdc0f350282 14:19:21 ---> c17053de0658 14:19:21 Step 6/7 : COPY go.mod . 14:19:22 ---> 45d7b1e679d6 14:19:22 Step 7/7 : RUN go mod download 14:19:22 ---> Running in 11d5f2141185 14:19:27 lf-activate-venv(): INFO: Adding /tmp/venv-sTT7/bin to PATH 14:19:27 INFO: No Stack... 14:19:27 INFO: Retrieving Pricing Info for: v1-standard-2 14:19:27 INFO: Archiving Costs [Pipeline] sh 14:19:27 + cut -d, -f6 14:19:27 + cat /w/workspace/go-mod-secrets/3/archives/cost.csv [Pipeline] lock 14:19:28 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] 14:19:28 Resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] did not exist. Created. 14:19:28 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:19:29 + echo total: 0.029999999329447746 [Pipeline] stash 14:19:30 Stashed 1 file(s) [Pipeline] } 14:19:30 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:19:40 Removing intermediate container 11d5f2141185 14:19:40 ---> 82b5cc5f0551 14:19:40 Successfully built 82b5cc5f0551 14:19:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:19:41 + docker inspect -f . ci-base-image-arm64 14:19:41 . [Pipeline] withDockerContainer 14:19:41 prd-ubuntu18.04-docker-arm64-4c-16g-32962 does not seem to be running inside a container 14:19:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/3 -v /w/workspace/go-mod-secrets/3:/w/workspace/go-mod-secrets/3:rw,z -v /w/workspace/go-mod-secrets/3@tmp:/w/workspace/go-mod-secrets/3@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 14:19:43 $ docker top 043219addd70ddac1ff1b1d628ca5943580fd6e8713cbe3b4621719b4efef121 -eo pid,comm [Pipeline] { [Pipeline] sh 14:19:44 + go version 14:19:44 go version go1.15.5 linux/arm64 [Pipeline] } 14:19:44 $ docker stop --time=1 043219addd70ddac1ff1b1d628ca5943580fd6e8713cbe3b4621719b4efef121 14:19:46 $ docker rm -f 043219addd70ddac1ff1b1d628ca5943580fd6e8713cbe3b4621719b4efef121 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:19:47 + docker inspect -f . ci-base-image-arm64 14:19:47 . [Pipeline] withDockerContainer 14:19:47 prd-ubuntu18.04-docker-arm64-4c-16g-32962 does not seem to be running inside a container 14:19:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/3 -v /w/workspace/go-mod-secrets/3:/w/workspace/go-mod-secrets/3:rw,z -v /w/workspace/go-mod-secrets/3@tmp:/w/workspace/go-mod-secrets/3@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 14:19:49 $ docker top 75365332ef7db5915c59a3e5e610c8af7191190c0367d0ff773f92e8d24db036 -eo pid,comm [Pipeline] { [Pipeline] sh 14:19:50 + make test 14:19:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 14:20:22 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.492s coverage: 81.0% of statements 14:20:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.058s coverage: 57.1% of statements 14:20:22 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 14:20:23 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.029s coverage: 96.7% of statements 14:20:23 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.011s coverage: 89.5% of statements 14:20:23 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 14:20:23 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.010s coverage: 100.0% of statements 14:20:23 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 14:20:23 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.016s coverage: 85.7% of statements 14:20:23 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.020s coverage: 100.0% of statements 14:20:23 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 14:20:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:20:27 gofmt -l . 14:20:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 14:20:27 $ docker stop --time=1 75365332ef7db5915c59a3e5e610c8af7191190c0367d0ff773f92e8d24db036 14:20:30 $ docker rm -f 75365332ef7db5915c59a3e5e610c8af7191190c0367d0ff773f92e8d24db036 [Pipeline] // withDockerContainer [Pipeline] sh 14:20:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:20:31 Warning: overwriting stash ‘coverage-report’ 14:20:31 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 Post stage [Pipeline] libraryResource [Pipeline] sh 14:20:32 ---> job-cost.sh 14:20:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rj6Z 14:21:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:22:33 lf-activate-venv(): INFO: Adding /tmp/venv-Rj6Z/bin to PATH 14:22:33 INFO: No Stack... 14:22:34 INFO: Retrieving Pricing Info for: lf-standard-4 14:22:35 INFO: Archiving Costs [Pipeline] sh 14:22:35 + cut -d, -f6 14:22:35 + cat /w/workspace/go-mod-secrets/3/archives/cost.csv [Pipeline] lock 14:22:35 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] 14:22:35 Resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] did not exist. Created. 14:22:35 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:22:36 /w/workspace/go-mod-secrets/3@tmp/durable-fcb72716/script.sh: 1: /w/workspace/go-mod-secrets/3@tmp/durable-fcb72716/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:22:36 + echo total: 0.20999999344348907 [Pipeline] stash 14:22:36 Warning: overwriting stash ‘stack-cost’ 14:22:36 Stashed 1 file(s) [Pipeline] } 14:22:36 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [Pipeline] // lock [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 14:22:38 provisioning config files... 14:22:38 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/config1746180283408056309tmp [Pipeline] { [Pipeline] sh 14:22:38 + set +x 14:22:38 + bash -s -- 14:22:38 + curl -s https://codecov.io/bash 14:22:38 14:22:38 _____ _ 14:22:38 / ____| | | 14:22:38 | | ___ __| | ___ ___ _____ __ 14:22:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:22:38 | |___| (_) | (_| | __/ (_| (_) \ V / 14:22:38 \_____\___/ \__,_|\___|\___\___/ \_/ 14:22:38 Bash-20210309-2b87ace 14:22:38 14:22:38 14:22:38 ==> git version 2.24.3 found 14:22:38 ==> 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 14:22:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:22:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:22:38 ==> Jenkins CI detected. 14:22:39 project root: . 14:22:39 --> token set from env 14:22:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:22:39 ==> Running gcov in . (disable via -X gcov) 14:22:39 ==> Python coveragepy not found 14:22:39 ==> Searching for coverage reports in: 14:22:39 + . 14:22:39 -> Found 1 reports 14:22:39 ==> Detecting git/mercurial file structure 14:22:39 ==> Reading reports 14:22:39 + ./coverage.out bytes=29270 14:22:39 ==> Appending adjustments 14:22:39 https://docs.codecov.io/docs/fixing-reports 14:22:40 + Found adjustments 14:22:40 ==> Gzipping contents 14:22:40 8.0K /tmp/codecov.nWaEEy.gz 14:22:40 ==> Uploading reports 14:22:40 url: https://codecov.io 14:22:40 query: branch=PR-99&commit=b50891af696819e4c375d560db6453c529aa8fe6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-99%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=99&job=&cmd_args= 14:22:40 -> Pinging Codecov 14:22:40 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-99&commit=b50891af696819e4c375d560db6453c529aa8fe6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-99%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=99&job=&cmd_args= 14:22:40 -> Uploading to 14:22:40 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/D63849C06B6B67093493C71CE874ED06/b50891af696819e4c375d560db6453c529aa8fe6/0e195296-d90f-4cd1-b0e7-ff004f958d41.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T142240Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48fb00ecdaccddbded040572f633537259801558a93549aaffcf06354cc89c36 14:22:40 % Total % Received % Xferd Average Speed Time Time Time Current 14:22:40 Dload Upload Total Spent Left Speed 14:22:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5999 0 0 100 5999 0 9926 --:--:-- --:--:-- --:--:-- 9932 100 5999 0 0 100 5999 0 9921 --:--:-- --:--:-- --:--:-- 9915 14:22:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/b50891af696819e4c375d560db6453c529aa8fe6 [Pipeline] } 14:22:41 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] { (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 14:22:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:22:44 ---> package-listing.sh 14:22:44 ++ facter osfamily 14:22:44 ++ tr '[:upper:]' '[:lower:]' 14:22:45 + OS_FAMILY=redhat 14:22:45 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-99 14:22:45 + START_PACKAGES=/tmp/packages_start.txt 14:22:45 + END_PACKAGES=/tmp/packages_end.txt 14:22:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:22:45 + PACKAGES=/tmp/packages_start.txt 14:22:45 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-99 ']' 14:22:45 + PACKAGES=/tmp/packages_end.txt 14:22:45 + case "${OS_FAMILY}" in 14:22:45 + rpm -qa 14:22:45 + sort 14:22:52 + '[' -f /tmp/packages_start.txt ']' 14:22:52 + '[' -f /tmp/packages_end.txt ']' 14:22:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:22:52 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-99 ']' 14:22:52 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-99/archives/ 14:22:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-99/archives/ [Pipeline] echo 14:22:52 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-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:22:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:22:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:22:53 14:22:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:22:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:22:54 alpine: Pulling from edgex-lftools-log-publisher 14:22:54 df20fa9351a1: Pulling fs layer 14:22:54 36b3adc4ff6f: Pulling fs layer 14:22:54 8ad3a11d3b57: Pulling fs layer 14:22:54 46f8f816bc3b: Pulling fs layer 14:22:54 93b61091891f: Pulling fs layer 14:22:54 93b9cdb0e59b: Pulling fs layer 14:22:54 5e14af77c1be: Pulling fs layer 14:22:54 01666e4c0597: Pulling fs layer 14:22:54 aa168da1d23b: Pulling fs layer 14:22:54 93b9cdb0e59b: Waiting 14:22:54 5e14af77c1be: Waiting 14:22:54 46f8f816bc3b: Waiting 14:22:54 93b61091891f: Waiting 14:22:54 01666e4c0597: Waiting 14:22:54 aa168da1d23b: Waiting 14:22:54 36b3adc4ff6f: Verifying Checksum 14:22:54 36b3adc4ff6f: Download complete 14:22:54 46f8f816bc3b: Verifying Checksum 14:22:54 46f8f816bc3b: Download complete 14:22:54 df20fa9351a1: Verifying Checksum 14:22:54 df20fa9351a1: Download complete 14:22:54 93b9cdb0e59b: Verifying Checksum 14:22:54 93b9cdb0e59b: Download complete 14:22:54 5e14af77c1be: Verifying Checksum 14:22:54 5e14af77c1be: Download complete 14:22:54 93b61091891f: Download complete 14:22:54 01666e4c0597: Verifying Checksum 14:22:55 df20fa9351a1: Pull complete 14:22:55 36b3adc4ff6f: Pull complete 14:22:55 8ad3a11d3b57: Verifying Checksum 14:22:55 8ad3a11d3b57: Download complete 14:22:57 8ad3a11d3b57: Pull complete 14:22:58 46f8f816bc3b: Pull complete 14:22:58 93b61091891f: Pull complete 14:22:59 93b9cdb0e59b: Pull complete 14:22:59 5e14af77c1be: Pull complete 14:22:59 01666e4c0597: Pull complete 14:23:03 aa168da1d23b: Verifying Checksum 14:23:03 aa168da1d23b: Download complete 14:23:22 aa168da1d23b: Pull complete 14:23:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:23:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:23:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:23:23 prd-centos7-docker-4c-2g-32960 does not seem to be running inside a container 14:23:23 $ 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-99/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-99 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99:/w/workspace/dgexfoundry_go-mod-secrets_PR-99:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@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 14:23:27 $ docker top d837f411e3c041ef73a0283853f32e132b3ab59b73190d497d83bda5382c9f94 -eo pid,comm [Pipeline] { [Pipeline] sh 14:23:28 + touch /tmp/pre-build-complete [Pipeline] sh 14:23:29 + mkdir -p /var/log/sa [Pipeline] sh 14:23:30 + ls /var/log/sa-host 14:23:30 + sadf -c /var/log/sa-host/sa06 14:23:30 file_magic: OK 14:23:30 HZ: Using current value: 100 14:23:30 file_header: OK 14:23:30 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 14:23:30 Statistics: 14:23:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:23:30 File successfully converted to sysstat format version 12.2.1 14:23:30 + sadf -c /var/log/sa-host/sa23 14:23:30 file_magic: OK 14:23:30 HZ: Using current value: 100 14:23:30 file_header: OK 14:23:30 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 14:23:30 Statistics: 14:23:30 Hnuu...uuuununununu... 14:23:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:23:31 provisioning config files... 14:23:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/config7655979508070674685tmp [Pipeline] { [Pipeline] echo 14:23:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:23:32 ---> create-netrc.sh [Pipeline] } 14:23:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:23:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:23:33 ---> python-tools-install.sh [Pipeline] echo 14:23:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:23:33 ---> sudo-logs.sh 14:23:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:23:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:23:35 ---> job-cost.sh 14:23:35 lf-activate-venv: SKIPPING 14:23:35 DEBUG: total: 0.20999999344348907 14:23:35 INFO: Retrieving Stack Cost... 14:23:36 INFO: Retrieving Pricing Info for: v1-standard-2 14:23:37 INFO: Archiving Costs [Pipeline] echo 14:23:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:23:37 ---> logs-deploy.sh 14:23:37 lf-activate-venv: SKIPPING 14:23:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-99/3 14:23:37 INFO: archiving workspace using pattern(s): 14:23:41 Archives upload complete. 14:23:41 INFO: archiving logs to Nexus 14:23:43 ---> uname -a: 14:23:43 Linux prd-centos7-docker-4c-2g-32960.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:23:43 14:23:43 14:23:43 ---> lscpu: 14:23:43 Architecture: x86_64 14:23:43 CPU op-mode(s): 32-bit, 64-bit 14:23:43 Byte Order: Little Endian 14:23:43 Address sizes: 40 bits physical, 48 bits virtual 14:23:43 CPU(s): 4 14:23:43 On-line CPU(s) list: 0-3 14:23:43 Thread(s) per core: 1 14:23:43 Core(s) per socket: 1 14:23:43 Socket(s): 4 14:23:43 NUMA node(s): 1 14:23:43 Vendor ID: GenuineIntel 14:23:43 CPU family: 6 14:23:43 Model: 44 14:23:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:23:43 Stepping: 1 14:23:43 CPU MHz: 2933.438 14:23:43 BogoMIPS: 5866.87 14:23:43 Virtualization: VT-x 14:23:43 Hypervisor vendor: KVM 14:23:43 Virtualization type: full 14:23:43 L1d cache: 128 KiB 14:23:43 L1i cache: 128 KiB 14:23:43 L2 cache: 16 MiB 14:23:43 L3 cache: 64 MiB 14:23:43 NUMA node0 CPU(s): 0-3 14:23:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:23:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:23:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:23:43 Vulnerability Meltdown: Mitigation; PTI 14:23:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:23:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:23:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:23:43 Vulnerability Srbds: Not affected 14:23:43 Vulnerability Tsx async abort: Not affected 14:23:43 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 14:23:43 14:23:43 14:23:43 ---> nproc: 14:23:43 4 14:23:43 14:23:43 14:23:43 ---> df -h: 14:23:43 Filesystem Size Used Available Use% Mounted on 14:23:43 overlay 50.0G 7.3G 42.7G 15% / 14:23:43 tmpfs 64.0M 0 64.0M 0% /dev 14:23:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:23:43 shm 64.0M 0 64.0M 0% /dev/shm 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 14:23:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-99 14:23:43 14:23:43 14:23:43 ---> free -m: 14:23:43 total used free shared buff/cache available 14:23:43 Mem: 1837 710 109 0 1016 1021 14:23:43 Swap: 1023 1 1022 14:23:43 14:23:43 14:23:43 ---> ip addr: 14:23:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:23:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:23:43 inet 127.0.0.1/8 scope host lo 14:23:43 valid_lft forever preferred_lft forever 14:23:43 inet6 ::1/128 scope host 14:23:43 valid_lft forever preferred_lft forever 14:23:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:23:43 link/ether fa:16:3e:77:4b:74 brd ff:ff:ff:ff:ff:ff 14:23:43 inet 10.30.122.50/23 brd 10.30.123.255 scope global dynamic eth0 14:23:43 valid_lft 85798sec preferred_lft 85798sec 14:23:43 inet6 fe80::f816:3eff:fe77:4b74/64 scope link 14:23:43 valid_lft forever preferred_lft forever 14:23:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:23:43 link/ether 02:42:d8:98:25:7e brd ff:ff:ff:ff:ff:ff 14:23:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:23:43 valid_lft forever preferred_lft forever 14:23:43 inet6 fe80::42:d8ff:fe98:257e/64 scope link 14:23:43 valid_lft forever preferred_lft forever 14:23:43 14:23:43 14:23:43 ---> sar -b -r -n DEV: 14:23:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 14:23:43 14:23:43 14:13:25 LINUX RESTART (4 CPU) 14:23:43 14:23:43 14:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:23:43 14:15:02 142.70 81.47 61.23 0.00 5431.50 36470.14 0.00 14:23:43 14:16:01 34.04 12.36 21.69 0.00 4492.90 2606.86 0.00 14:23:43 14:17:01 1.56 0.00 1.56 0.00 0.00 24.31 0.00 14:23:43 14:18:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 14:23:43 14:19:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 14:23:43 14:20:01 0.32 0.00 0.32 0.00 0.00 4.06 0.00 14:23:43 14:21:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 14:23:43 14:22:01 0.22 0.00 0.22 0.00 0.00 2.83 0.00 14:23:43 14:23:02 57.36 49.51 7.85 0.00 4134.99 2710.75 0.00 14:23:43 Average: 26.40 15.99 10.41 0.00 1560.53 4671.14 0.00 14:23:43 14:23:43 14:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:23:43 14:15:02 70056 0 566620 30.11 2620 1242248 1091920 37.27 385304 1229928 6288 14:23:43 14:16:01 158884 0 617360 32.81 2620 1102680 1181940 40.34 407132 1113888 132 14:23:43 14:17:01 174272 0 601968 31.99 2620 1102684 1076388 36.74 412292 1095720 20 14:23:43 14:18:01 173052 0 603184 32.06 2620 1102688 1076388 36.74 411704 1097388 8 14:23:43 14:19:01 171988 0 604244 32.11 2620 1102692 1076592 36.74 421064 1089236 8 14:23:43 14:20:01 171108 0 605116 32.16 2620 1102700 1076568 36.74 417324 1093724 8 14:23:43 14:21:01 171120 0 605104 32.16 2620 1102700 1076424 36.74 430156 1080936 8 14:23:43 14:22:01 171376 0 604840 32.15 2620 1102708 1076388 36.74 429856 1080936 8 14:23:43 14:23:02 70096 0 650804 34.59 2620 1158024 1288420 43.97 464680 1137276 50784 14:23:43 Average: 147995 0 606582 32.24 2620 1124347 1113448 38.00 419946 1113226 6363 14:23:43 14:23:43 14:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:23:43 14:15:02 eth0 156.39 117.80 587.36 47.46 0.00 0.00 0.00 0.00 14:23:43 14:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:16:01 eth0 90.13 78.84 458.16 47.22 0.00 0.00 0.00 0.00 14:23:43 14:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:16:01 docker0 2.05 1.69 0.47 4.33 0.00 0.00 0.00 0.00 14:23:43 14:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:23:43 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:18:01 eth0 0.82 0.08 0.07 0.01 0.00 0.00 0.00 0.00 14:23:43 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:19:01 eth0 0.45 0.30 0.27 0.20 0.00 0.00 0.00 0.00 14:23:43 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:20:01 eth0 0.28 0.17 0.09 0.07 0.00 0.00 0.00 0.00 14:23:43 14:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:21:01 eth0 0.20 0.20 0.07 0.01 0.00 0.00 0.00 0.00 14:23:43 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:22:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:23:43 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:23:02 eth0 171.06 140.10 1704.56 17.05 0.00 0.00 0.00 0.00 14:23:43 14:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 14:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 Average: eth0 46.65 37.53 306.02 12.41 0.00 0.00 0.00 0.00 14:23:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:23:43 Average: docker0 0.22 0.19 0.05 0.47 0.00 0.00 0.00 0.00 14:23:43 14:23:43 14:23:43 ---> sar -P ALL: 14:23:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 14:23:43 14:23:43 14:13:25 LINUX RESTART (4 CPU) 14:23:43 14:23:43 14:14:01 CPU %user %nice %system %iowait %steal %idle 14:23:43 14:15:02 all 12.17 0.00 7.49 7.84 33.34 39.15 14:23:43 14:15:02 0 12.32 0.00 6.86 10.93 34.83 35.06 14:23:43 14:15:02 1 12.57 0.00 8.19 7.76 31.99 39.48 14:23:43 14:15:02 2 12.03 0.00 7.76 5.80 32.56 41.85 14:23:43 14:15:02 3 11.75 0.00 7.18 6.77 33.94 40.35 14:23:43 14:16:01 all 2.90 0.00 3.12 0.65 22.45 70.89 14:23:43 14:16:01 0 2.99 0.00 3.55 1.45 24.31 67.70 14:23:43 14:16:01 1 2.05 0.00 2.41 0.40 22.33 72.81 14:23:43 14:16:01 2 2.86 0.00 3.23 0.44 21.16 72.31 14:23:43 14:16:01 3 3.72 0.00 3.30 0.29 21.94 70.75 14:23:43 14:17:01 all 0.10 0.00 0.07 0.00 0.62 99.21 14:23:43 14:17:01 0 0.15 0.00 0.08 0.00 0.86 98.91 14:23:43 14:17:01 1 0.03 0.00 0.05 0.00 0.32 99.60 14:23:43 14:17:01 2 0.17 0.00 0.08 0.00 0.91 98.84 14:23:43 14:17:01 3 0.05 0.00 0.05 0.00 0.40 99.50 14:23:43 14:18:01 all 0.08 0.00 0.07 0.00 0.63 99.22 14:23:43 14:18:01 0 0.03 0.00 0.10 0.00 1.19 98.68 14:23:43 14:18:01 1 0.02 0.00 0.07 0.00 0.30 99.62 14:23:43 14:18:01 2 0.25 0.00 0.07 0.00 0.60 99.09 14:23:43 14:18:01 3 0.03 0.00 0.05 0.00 0.43 99.48 14:23:43 14:19:01 all 0.11 0.00 0.05 0.00 0.21 99.63 14:23:43 14:19:01 0 0.08 0.00 0.05 0.00 0.43 99.44 14:23:43 14:19:01 1 0.02 0.00 0.03 0.00 0.12 99.83 14:23:43 14:19:01 2 0.28 0.00 0.08 0.00 0.15 99.48 14:23:43 14:19:01 3 0.05 0.00 0.03 0.00 0.15 99.77 14:23:43 14:20:01 all 0.12 0.00 0.11 0.00 0.77 99.00 14:23:43 14:20:01 0 0.03 0.00 0.10 0.00 0.56 99.30 14:23:43 14:20:01 1 0.02 0.00 0.03 0.00 0.32 99.63 14:23:43 14:20:01 2 0.36 0.00 0.18 0.00 1.04 98.41 14:23:43 14:20:01 3 0.08 0.00 0.13 0.00 1.14 98.64 14:23:43 14:21:01 all 0.12 0.00 0.06 0.00 0.35 99.47 14:23:43 14:21:01 0 0.03 0.00 0.03 0.00 0.68 99.25 14:23:43 14:21:01 1 0.03 0.00 0.03 0.00 0.25 99.68 14:23:43 14:21:01 2 0.37 0.00 0.12 0.00 0.08 99.43 14:23:43 14:21:01 3 0.03 0.00 0.05 0.00 0.40 99.52 14:23:43 14:22:01 all 0.12 0.00 0.02 0.00 0.39 99.46 14:23:43 14:22:01 0 0.05 0.00 0.03 0.00 0.58 99.34 14:23:43 14:22:01 1 0.03 0.00 0.02 0.00 0.53 99.42 14:23:43 14:22:01 2 0.38 0.00 0.02 0.00 0.10 99.50 14:23:43 14:22:01 3 0.03 0.00 0.02 0.00 0.37 99.58 14:23:43 14:23:02 all 2.29 0.00 1.54 1.36 8.10 86.71 14:23:43 14:23:02 0 3.17 0.00 2.13 0.93 8.21 85.57 14:23:43 14:23:02 1 1.59 0.00 1.22 0.08 8.56 88.55 14:23:43 14:23:02 2 1.53 0.00 1.23 0.18 7.85 89.22 14:23:43 14:23:02 3 2.88 0.00 1.62 4.32 7.77 83.40 14:23:43 Average: all 2.18 0.00 1.51 1.20 8.03 87.08 14:23:43 Average: 0 2.30 0.00 1.57 1.65 8.66 85.82 14:23:43 Average: 1 2.01 0.00 1.48 1.03 7.86 87.62 14:23:43 Average: 2 2.17 0.00 1.52 0.78 7.66 87.86 14:23:43 Average: 3 2.23 0.00 1.49 1.35 7.93 87.01 14:23:43 14:23:43 14:23:43