Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8370c4402865db354eb2527b19f557b5f191707d 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 ‘prd-centos7-docker-4c-2g-2016’ Running on prd-centos7-docker-4c-2g-2022 in /w/workspace/gexfoundry_go-mod-secrets_master [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/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8370c4402865db354eb2527b19f557b5f191707d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8370c4402865db354eb2527b19f557b5f191707d # timeout=10 Commit message: "Merge pull request #108 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.75" > git rev-list --no-walk aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:59:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:59:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:59:09 ========================================================= 15:59:09 EdgeX Global Pipelines Version Info 15:59:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:59:11 ------------------- 15:59:11 stable info: 15:59:11 ------------------- 15:59:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:59:11 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:59:11 Message: update stable to v1.0.186 15:59:12 ------------------- 15:59:12 experimental info: 15:59:12 ------------------- 15:59:12 Commited By: **** collab-it+edgex@linuxfoundation.org 15:59:12 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:59:12 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:59:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:59:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:59:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:59:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:59:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:59:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8370c4402865db354eb2527b19f557b5f191707d [Pipeline] echo 15:59:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8370c44 [Pipeline] echo 15:59:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:59:13 + git log --format=format:%s -1 8370c4402865db354eb2527b19f557b5f191707d [Pipeline] echo 15:59:13 GIT_COMMIT: 8370c4402865db354eb2527b19f557b5f191707d, Commit Message: Merge pull request #108 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.75 [Pipeline] echo 15:59:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:59:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:14 15:59:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:59:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:14 latest: Pulling from edgex-devops/git-semver 15:59:14 31603596830f: Pulling fs layer 15:59:14 2a8b12db71e7: Pulling fs layer 15:59:14 6ca5941a6612: Pulling fs layer 15:59:14 ecc8261a40a4: Pulling fs layer 15:59:14 ecc8261a40a4: Waiting 15:59:14 2a8b12db71e7: Download complete 15:59:15 31603596830f: Verifying Checksum 15:59:15 31603596830f: Download complete 15:59:15 ecc8261a40a4: Verifying Checksum 15:59:15 ecc8261a40a4: Download complete 15:59:15 6ca5941a6612: Verifying Checksum 15:59:15 6ca5941a6612: Download complete 15:59:15 31603596830f: Pull complete 15:59:15 2a8b12db71e7: Pull complete 15:59:16 6ca5941a6612: Pull complete 15:59:16 ecc8261a40a4: Pull complete 15:59:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:59:16 prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container 15:59:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:59:18 $ docker top 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:59:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:59:18 [ssh-agent] Looking for ssh-agent implementation... 15:59:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:59:19 $ docker exec 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 ssh-agent 15:59:19 SSH_AUTH_SOCK=/tmp/ssh-8BqvmGYHBv50/agent.13 15:59:19 SSH_AGENT_PID=18 15:59:19 Running ssh-add (command line suppressed) 15:59:19 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7067639638059846562.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7067639638059846562.key) 15:59:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:59:19 + git tag --points-at HEAD [Pipeline] } 15:59:19 $ docker exec --env ******** --env ******** 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 ssh-agent -k 15:59:20 unset SSH_AUTH_SOCK; 15:59:20 unset SSH_AGENT_PID; 15:59:20 echo Agent pid 18 killed; 15:59:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:59:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:59:20 [ssh-agent] Looking for ssh-agent implementation... 15:59:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:59:20 $ docker exec 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 ssh-agent 15:59:20 SSH_AUTH_SOCK=/tmp/ssh-I3EB0aP2Dz2A/agent.47 15:59:20 SSH_AGENT_PID=53 15:59:20 Running ssh-add (command line suppressed) 15:59:20 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8877664477032133121.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8877664477032133121.key) 15:59:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:59:21 + git semver init 15:59:21 # -> Open(): unable to determine branch for HEAD 15:59:21 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 15:59:21 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 15:59:21 # $SEMVER_REMOTE_NAME = origin 15:59:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:59:21 # $SEMVER_USER_NAME = edgex-jenkins 15:59:21 # $SEMVER_BRANCH = master 15:59:21 # $SEMVER_TEMP = /tmp/semver-378129343 15:59:21 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 15:59:21 # '/tmp/semver-378129343' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 15:59:21 # -> Force: false 15:59:21 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 15:59:21 $ docker exec --env ******** --env ******** 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 ssh-agent -k 15:59:21 unset SSH_AUTH_SOCK; 15:59:21 unset SSH_AGENT_PID; 15:59:21 echo Agent pid 53 killed; 15:59:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:59:22 + git semver [Pipeline] } 15:59:22 $ docker stop --time=1 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 15:59:23 $ docker rm -f 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 [Pipeline] // withDockerContainer [Pipeline] sh 15:59:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:59:24 Stashed 1 file(s) [Pipeline] echo 15:59:24 [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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 15:59:39 Still waiting to schedule task 15:59:39 ‘prd-centos7-docker-4c-2g-2018’ is offline; ‘prd-centos7-docker-4c-2g-2021’ is offline; ‘prd-centos7-docker-4c-2g-2026’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2017’ doesn’t have label ‘centos7-docker-4c-2g’ 15:59:39 Still waiting to schedule task 15:59:39 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2017’ is offline 16:00:45 Running on prd-centos7-docker-4c-2g-2024 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 16:00:45 Running in /w/workspace/go-mod-secrets/42 [Pipeline] { [Pipeline] checkout 16:00:57 using credential edgex-jenkins-ssh 16:00:57 Cloning the remote Git repository 16:00:57 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 16:00:57 > git init /w/workspace/go-mod-secrets/42 # timeout=10 16:00:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 16:00:57 > git --version # timeout=10 16:00:58 Checking out Revision 8370c4402865db354eb2527b19f557b5f191707d (master) 16:00:57 > git --version # 'git version 2.24.3' 16:00:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 16:00:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 16:00:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 16:00:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:00:58 > git config core.sparsecheckout # timeout=10 16:00:58 > git checkout -f 8370c4402865db354eb2527b19f557b5f191707d # timeout=10 16:01:03 Commit message: "Merge pull request #108 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.75" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:01:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:01:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:01:06 + sudo service docker restart 16:01:06 + true 16:01:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:01:08 ========================================================= 16:01:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:01:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:01:09 + 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 . 16:01:10 Sending build context to Docker daemon 656.9kB 16:01:10 Step 1/7 : ARG BASE=golang:1.15-alpine 16:01:10 Step 2/7 : FROM ${BASE} 16:01:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:01:10 188c0c94c7c5: Pulling fs layer 16:01:10 0ef7d3d256c8: Pulling fs layer 16:01:10 de9db76c5a1d: Pulling fs layer 16:01:10 bca2f99d35d6: Pulling fs layer 16:01:10 93359f2a8cfa: Pulling fs layer 16:01:10 7c6f9722023f: Pulling fs layer 16:01:10 a35cf1a2eb13: Pulling fs layer 16:01:10 93359f2a8cfa: Waiting 16:01:10 bca2f99d35d6: Waiting 16:01:10 7c6f9722023f: Waiting 16:01:10 a35cf1a2eb13: Waiting 16:01:10 de9db76c5a1d: Download complete 16:01:10 0ef7d3d256c8: Verifying Checksum 16:01:10 0ef7d3d256c8: Download complete 16:01:10 93359f2a8cfa: Download complete 16:01:10 7c6f9722023f: Verifying Checksum 16:01:10 7c6f9722023f: Download complete 16:01:10 188c0c94c7c5: Download complete 16:01:11 188c0c94c7c5: Pull complete 16:01:11 0ef7d3d256c8: Pull complete 16:01:11 de9db76c5a1d: Pull complete 16:01:13 a35cf1a2eb13: Verifying Checksum 16:01:13 a35cf1a2eb13: Download complete 16:01:15 bca2f99d35d6: Verifying Checksum 16:01:15 bca2f99d35d6: Download complete 16:01:31 bca2f99d35d6: Pull complete 16:01:31 93359f2a8cfa: Pull complete 16:01:31 7c6f9722023f: Pull complete 16:01:38 a35cf1a2eb13: Pull complete 16:01:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:01:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:01:38 ---> a62c8e92a672 16:01:38 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:01:38 ---> Running in 5e9588a2dc2b 16:01:39 Removing intermediate container 5e9588a2dc2b 16:01:39 ---> 74c65fb07236 16:01:39 Step 4/7 : RUN apk add --update bash 16:01:39 ---> Running in 8ad16169042a 16:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:43 OK: 166 MiB in 39 packages 16:01:45 Removing intermediate container 8ad16169042a 16:01:45 ---> 7a39f635dda7 16:01:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:01:45 ---> Running in 8a823f037408 16:01:45 Removing intermediate container 8a823f037408 16:01:45 ---> 01c96eceb421 16:01:45 Step 6/7 : COPY go.mod . 16:01:45 ---> 40d90471dabf 16:01:45 Step 7/7 : RUN go mod download 16:01:46 ---> Running in 0442b5086c65 16:02:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2029 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 16:02:08 Running in /w/workspace/go-mod-secrets/42 [Pipeline] { [Pipeline] checkout 16:02:14 using credential edgex-jenkins-ssh 16:02:14 Cloning the remote Git repository 16:02:14 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 16:02:14 > git init /w/workspace/go-mod-secrets/42 # timeout=10 16:02:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 16:02:14 > git --version # timeout=10 16:02:14 > git --version # 'git version 2.17.1' 16:02:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:02:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:02:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 16:02:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:02:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 16:02:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 16:02:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:02:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:02:16 Checking out Revision 8370c4402865db354eb2527b19f557b5f191707d (master) 16:02:16 > git config core.sparsecheckout # timeout=10 16:02:16 > git checkout -f 8370c4402865db354eb2527b19f557b5f191707d # timeout=10 16:02:19 Removing intermediate container 0442b5086c65 16:02:19 ---> 45b260ba79c6 16:02:19 Successfully built 45b260ba79c6 16:02:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:02:19 + docker inspect -f . ci-base-image-x86_64 16:02:20 . [Pipeline] withDockerContainer 16:02:20 Commit message: "Merge pull request #108 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.75" 16:02:21 prd-centos7-docker-4c-2g-2024 does not seem to be running inside a container 16:02:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/42 -v /w/workspace/go-mod-secrets/42:/w/workspace/go-mod-secrets/42:rw,z -v /w/workspace/go-mod-secrets/42@tmp:/w/workspace/go-mod-secrets/42@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 ******** ci-base-image-x86_64 cat 16:02:22 $ docker top 6c2be2e417f3e1ee61b95b2fdf418125cea2ffc92d3af6e6ff710a04e4efa8d1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:02:23 + go version 16:02:23 go version go1.15.5 linux/amd64 [Pipeline] } 16:02:23 $ docker stop --time=1 6c2be2e417f3e1ee61b95b2fdf418125cea2ffc92d3af6e6ff710a04e4efa8d1 16:02:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:02:25 $ docker rm -f 6c2be2e417f3e1ee61b95b2fdf418125cea2ffc92d3af6e6ff710a04e4efa8d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:02:26 + docker inspect -f . ci-base-image-x86_64 16:02:26 . [Pipeline] withDockerContainer 16:02:26 + sudo service docker restart 16:02:26 + true 16:02:26 prd-centos7-docker-4c-2g-2024 does not seem to be running inside a container 16:02:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/42 -v /w/workspace/go-mod-secrets/42:/w/workspace/go-mod-secrets/42:rw,z -v /w/workspace/go-mod-secrets/42@tmp:/w/workspace/go-mod-secrets/42@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 ******** ci-base-image-x86_64 cat 16:02:28 $ docker top 24aef0ccce13e058120b6aa9794e350152e5169664454ee5eddaf2c0401ba7ed -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo 16:02:29 ========================================================= 16:02:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:02:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:02:29 + 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 . 16:02:29 + make test 16:02:29 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:02:30 Sending build context to Docker daemon 655.4kB 16:02:30 Step 1/7 : ARG BASE=golang:1.15-alpine 16:02:30 Step 2/7 : FROM ${BASE} 16:02:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:02:30 5f621e34cdf4: Pulling fs layer 16:02:30 a4357932f1b6: Pulling fs layer 16:02:30 18c013af1878: Pulling fs layer 16:02:30 00ac8860ef70: Pulling fs layer 16:02:30 63d7cb157983: Pulling fs layer 16:02:30 b116817d02f9: Pulling fs layer 16:02:30 745a02a5169b: Pulling fs layer 16:02:30 00ac8860ef70: Waiting 16:02:30 63d7cb157983: Waiting 16:02:30 b116817d02f9: Waiting 16:02:30 745a02a5169b: Waiting 16:02:30 18c013af1878: Verifying Checksum 16:02:30 18c013af1878: Download complete 16:02:30 a4357932f1b6: Verifying Checksum 16:02:30 a4357932f1b6: Download complete 16:02:30 63d7cb157983: Verifying Checksum 16:02:30 63d7cb157983: Download complete 16:02:30 b116817d02f9: Verifying Checksum 16:02:30 b116817d02f9: Download complete 16:02:30 5f621e34cdf4: Verifying Checksum 16:02:30 5f621e34cdf4: Download complete 16:02:31 5f621e34cdf4: Pull complete 16:02:32 a4357932f1b6: Pull complete 16:02:32 18c013af1878: Pull complete 16:02:33 745a02a5169b: Verifying Checksum 16:02:33 745a02a5169b: Download complete 16:02:34 00ac8860ef70: Verifying Checksum 16:02:34 00ac8860ef70: Download complete 16:02:44 00ac8860ef70: Pull complete 16:02:44 63d7cb157983: Pull complete 16:02:44 b116817d02f9: Pull complete 16:02:48 745a02a5169b: Pull complete 16:02:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:02:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:02:48 ---> b7e6874047d6 16:02:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:02:50 ---> Running in 5bef7dedc977 16:02:51 Removing intermediate container 5bef7dedc977 16:02:51 ---> 4d8708de5066 16:02:51 Step 4/7 : RUN apk add --update bash 16:02:51 ---> Running in 39fda55914d4 16:02:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:54 OK: 142 MiB in 39 packages 16:02:56 Removing intermediate container 39fda55914d4 16:02:56 ---> f3bcb4a4024b 16:02:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:02:56 ---> Running in 73c52eee6b81 16:02:56 Removing intermediate container 73c52eee6b81 16:02:56 ---> 373d6bcedc07 16:02:56 Step 6/7 : COPY go.mod . 16:02:57 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.321s coverage: 81.0% of statements 16:02:57 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.031s coverage: 57.1% of statements 16:02:57 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 16:02:57 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.015s coverage: 96.7% of statements 16:02:57 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.014s coverage: 89.5% of statements 16:02:57 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 16:02:57 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.008s coverage: 100.0% of statements 16:02:57 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 16:02:57 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.012s coverage: 85.7% of statements 16:02:57 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.024s coverage: 100.0% of statements 16:02:57 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 16:02:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:02:57 ---> ad38ae858ad4 16:02:57 Step 7/7 : RUN go mod download 16:02:57 ---> Running in dda34371a1ad 16:02:59 gofmt -l . 16:02:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:02:59 $ docker stop --time=1 24aef0ccce13e058120b6aa9794e350152e5169664454ee5eddaf2c0401ba7ed 16:03:02 $ docker rm -f 24aef0ccce13e058120b6aa9794e350152e5169664454ee5eddaf2c0401ba7ed [Pipeline] // withDockerContainer [Pipeline] sh 16:03:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:03:04 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 16:03:04 ---> job-cost.sh 16:03:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-E8hr 16:03:16 Removing intermediate container dda34371a1ad 16:03:16 ---> 5c7aab654439 16:03:16 Successfully built 5c7aab654439 16:03:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:03:16 + docker inspect -f . ci-base-image-arm64 16:03:16 . [Pipeline] withDockerContainer 16:03:16 prd-ubuntu18.04-docker-arm64-4c-16g-2029 does not seem to be running inside a container 16:03:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/42 -v /w/workspace/go-mod-secrets/42:/w/workspace/go-mod-secrets/42:rw,z -v /w/workspace/go-mod-secrets/42@tmp:/w/workspace/go-mod-secrets/42@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 ******** ci-base-image-arm64 cat 16:03:18 $ docker top d161bf83c30a8e78ae3916ec60109d0f6cfe822a72dd42d9c2545e7f51dc4b25 -eo pid,comm [Pipeline] { [Pipeline] sh 16:03:18 + go version 16:03:18 go version go1.15.5 linux/arm64 [Pipeline] } 16:03:19 $ docker stop --time=1 d161bf83c30a8e78ae3916ec60109d0f6cfe822a72dd42d9c2545e7f51dc4b25 16:03:20 $ docker rm -f d161bf83c30a8e78ae3916ec60109d0f6cfe822a72dd42d9c2545e7f51dc4b25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:03:21 + docker inspect -f . ci-base-image-arm64 16:03:21 . [Pipeline] withDockerContainer 16:03:21 prd-ubuntu18.04-docker-arm64-4c-16g-2029 does not seem to be running inside a container 16:03:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/42 -v /w/workspace/go-mod-secrets/42:/w/workspace/go-mod-secrets/42:rw,z -v /w/workspace/go-mod-secrets/42@tmp:/w/workspace/go-mod-secrets/42@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 ******** ci-base-image-arm64 cat 16:03:23 $ docker top 8edc277e02e475e7adbf761f3d7045b6483250c77e6202b3dd43960d8fce5486 -eo pid,comm [Pipeline] { [Pipeline] sh 16:03:24 + make test 16:03:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:03:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:03:56 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.476s coverage: 81.0% of statements 16:03:56 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.026s coverage: 57.1% of statements 16:03:56 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 16:03:56 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.026s coverage: 96.7% of statements 16:03:56 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.016s coverage: 89.5% of statements 16:03:56 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 16:03:56 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.023s coverage: 100.0% of statements 16:03:56 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 16:03:56 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.043s coverage: 85.7% of statements 16:03:56 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.018s coverage: 100.0% of statements 16:03:56 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 16:03:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:04:00 gofmt -l . 16:04:00 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:04:00 $ docker stop --time=1 8edc277e02e475e7adbf761f3d7045b6483250c77e6202b3dd43960d8fce5486 16:04:02 $ docker rm -f 8edc277e02e475e7adbf761f3d7045b6483250c77e6202b3dd43960d8fce5486 [Pipeline] // withDockerContainer [Pipeline] sh 16:04:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:04:03 Warning: overwriting stash ‘coverage-report’ 16:04:04 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 16:04:05 ---> job-cost.sh 16:04:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-caI5 16:04:19 lf-activate-venv(): INFO: Adding /tmp/venv-E8hr/bin to PATH 16:04:19 INFO: No Stack... 16:04:19 INFO: Retrieving Pricing Info for: v1-standard-2 16:04:19 INFO: Archiving Costs [Pipeline] sh 16:04:19 + cat /w/workspace/go-mod-secrets/42/archives/cost.csv 16:04:19 + cut -d, -f6 [Pipeline] lock 16:04:19 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] 16:04:19 Resource [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] did not exist. Created. 16:04:19 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:04:19 + echo total: 0.029999999329447746 [Pipeline] stash 16:04:20 Stashed 1 file(s) [Pipeline] } 16:04:20 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:04:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:06:28 lf-activate-venv(): INFO: Adding /tmp/venv-caI5/bin to PATH 16:06:28 INFO: No Stack... 16:06:28 INFO: Retrieving Pricing Info for: lf-standard-4 16:06:28 INFO: Archiving Costs [Pipeline] sh 16:06:29 + cut -d,+ -f6 16:06:29 cat /w/workspace/go-mod-secrets/42/archives/cost.csv [Pipeline] lock 16:06:29 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] 16:06:29 Resource [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] did not exist. Created. 16:06:29 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:06:29 /w/workspace/go-mod-secrets/42@tmp/durable-ed2418c9/script.sh: 1: /w/workspace/go-mod-secrets/42@tmp/durable-ed2418c9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:06:30 + echo total: 0.20999999344348907 [Pipeline] stash 16:06:30 Warning: overwriting stash ‘stack-cost’ 16:06:30 Stashed 1 file(s) [Pipeline] } 16:06:30 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-42-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 16:06:30 provisioning config files... 16:06:30 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3014789176678303849tmp [Pipeline] { [Pipeline] sh 16:06:31 + set +x 16:06:31 + curl -s https://codecov.io/bash 16:06:31 + bash -s -- 16:06:31 16:06:31 _____ _ 16:06:31 / ____| | | 16:06:31 | | ___ __| | ___ ___ _____ __ 16:06:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:06:31 | |___| (_) | (_| | __/ (_| (_) \ V / 16:06:31 \_____\___/ \__,_|\___|\___\___/ \_/ 16:06:31 Bash-1.0.2 16:06:31 16:06:31 16:06:31 ==> git version 2.24.3 found 16:06:31 ==> 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 16:06:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:06:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:06:31 ==> Jenkins CI detected. 16:06:31 project root: . 16:06:31 --> token set from env 16:06:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:06:31 ==> Running gcov in . (disable via -X gcov) 16:06:31 ==> Python coveragepy not found 16:06:31 ==> Searching for coverage reports in: 16:06:31 + . 16:06:31 -> Found 1 reports 16:06:31 ==> Detecting git/mercurial file structure 16:06:31 ==> Reading reports 16:06:31 + ./coverage.out bytes=29117 16:06:31 ==> Appending adjustments 16:06:31 https://docs.codecov.io/docs/fixing-reports 16:06:31 + Found adjustments 16:06:31 ==> Gzipping contents 16:06:31 8.0K /tmp/codecov.Ex8xBG.gz 16:06:31 ==> Uploading reports 16:06:31 url: https://codecov.io 16:06:31 query: branch=master&commit=8370c4402865db354eb2527b19f557b5f191707d&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 16:06:31 -> Pinging Codecov 16:06:31 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=8370c4402865db354eb2527b19f557b5f191707d&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 16:06:31 -> Uploading to 16:06:31 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/D63849C06B6B67093493C71CE874ED06/8370c4402865db354eb2527b19f557b5f191707d/9d753039-0cc5-46c8-9fcb-bf441599482a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T160631Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e8730463a7cf84be5a87fd0ce50476235f280df9e4512650ecff40285e2cb91 16:06:32 % Total % Received % Xferd Average Speed Time Time Time Current 16:06:32 Dload Upload Total Spent Left Speed 16:06:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5956 0 0 100 5956 0 12655 --:--:-- --:--:-- --:--:-- 12672 16:06:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/8370c4402865db354eb2527b19f557b5f191707d [Pipeline] } 16:06:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:06:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:06:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:06:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:06:33 16:06:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:06:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:06:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:06:33 188c0c94c7c5: Pulling fs layer 16:06:33 0ef7d3d256c8: Pulling fs layer 16:06:33 de9db76c5a1d: Pulling fs layer 16:06:33 0eba1c9be4d2: Pulling fs layer 16:06:33 0d57e429df01: Pulling fs layer 16:06:33 4e4be7b47b0d: Pulling fs layer 16:06:33 e1f770b5df2f: Pulling fs layer 16:06:33 85a0685a4137: Pulling fs layer 16:06:33 0d57e429df01: Waiting 16:06:33 e1f770b5df2f: Waiting 16:06:33 85a0685a4137: Waiting 16:06:33 0eba1c9be4d2: Waiting 16:06:33 de9db76c5a1d: Verifying Checksum 16:06:33 de9db76c5a1d: Download complete 16:06:33 0ef7d3d256c8: Verifying Checksum 16:06:33 0ef7d3d256c8: Download complete 16:06:33 0d57e429df01: Download complete 16:06:33 4e4be7b47b0d: Verifying Checksum 16:06:33 4e4be7b47b0d: Download complete 16:06:33 188c0c94c7c5: Download complete 16:06:34 188c0c94c7c5: Pull complete 16:06:34 0ef7d3d256c8: Pull complete 16:06:34 de9db76c5a1d: Pull complete 16:06:35 e1f770b5df2f: Verifying Checksum 16:06:36 0eba1c9be4d2: Verifying Checksum 16:06:36 0eba1c9be4d2: Download complete 16:06:37 85a0685a4137: Verifying Checksum 16:06:37 85a0685a4137: Download complete 16:06:44 0eba1c9be4d2: Pull complete 16:06:44 0d57e429df01: Pull complete 16:06:44 4e4be7b47b0d: Pull complete 16:06:45 e1f770b5df2f: Pull complete 16:06:53 85a0685a4137: Pull complete 16:06:53 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:06:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:06:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:06:53 prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container 16:06:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:06:54 $ docker top b10fb0ae41ce357453e828b2d48659b6b5b3a8eb53895f7a1577678199e90018 -eo pid,comm [Pipeline] { [Pipeline] echo 16:06:55 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:06:55 + set -o pipefail 16:06:55 + snyk monitor '--org=edgex-jenkins' 16:07:01 16:07:01 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 16:07:01 16:07:01 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/0c059fc9-a0b4-4a89-aa27-6fae74c2a748 16:07:01 16:07:01 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:07:01 16:07:01 [Pipeline] } 16:07:01 $ docker stop --time=1 b10fb0ae41ce357453e828b2d48659b6b5b3a8eb53895f7a1577678199e90018 16:07:04 $ docker rm -f b10fb0ae41ce357453e828b2d48659b6b5b3a8eb53895f7a1577678199e90018 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:07:04 + git log --format=format:%s -1 8370c4402865db354eb2527b19f557b5f191707d [Pipeline] isUnix [Pipeline] sh 16:07:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:07:05 . [Pipeline] withDockerContainer 16:07:05 prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container 16:07:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:07:06 $ docker top e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:07:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:07:06 [ssh-agent] Looking for ssh-agent implementation... 16:07:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:07:07 $ docker exec e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 ssh-agent 16:07:07 SSH_AUTH_SOCK=/tmp/ssh-X4arUiPzzSms/agent.12 16:07:07 SSH_AGENT_PID=17 16:07:07 Running ssh-add (command line suppressed) 16:07:07 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2113438451316538704.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2113438451316538704.key) 16:07:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:07:07 + git semver tag 16:07:07 # -> Open(): unable to determine branch for HEAD 16:07:07 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 16:07:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 16:07:07 # $SEMVER_REMOTE_NAME = origin 16:07:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:07:07 # $SEMVER_USER_NAME = edgex-jenkins 16:07:07 # $SEMVER_BRANCH = master 16:07:07 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 16:07:07 # 8370c4402865db354eb2527b19f557b5f191707d HEAD 16:07:07 # -> Force: false 16:07:07 # e0de11f2b796209de734d2447924f3cfd4bea673 refs/tags/v2.0.0-dev.18 [Pipeline] } 16:07:07 $ docker exec --env ******** --env ******** e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 ssh-agent -k 16:07:08 unset SSH_AUTH_SOCK; 16:07:08 unset SSH_AGENT_PID; 16:07:08 echo Agent pid 17 killed; 16:07:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:07:08 + git semver [Pipeline] } 16:07:08 $ docker stop --time=1 e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 16:07:09 $ docker rm -f e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:07:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:07:10 16:07:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:07:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:07:10 0.23.1-centos7: Pulling from edgex-lftools 16:07:10 ab5ef0e58194: Pulling fs layer 16:07:10 9712f1f96733: Pulling fs layer 16:07:10 63f879dbbcfc: Pulling fs layer 16:07:10 0d9ebad4ef96: Pulling fs layer 16:07:10 e9a5061849ea: Pulling fs layer 16:07:10 d747dcd14b5f: Pulling fs layer 16:07:10 2de7ff778b66: Pulling fs layer 16:07:10 e9a5061849ea: Waiting 16:07:10 d747dcd14b5f: Waiting 16:07:10 2de7ff778b66: Waiting 16:07:10 0d9ebad4ef96: Waiting 16:07:10 9712f1f96733: Verifying Checksum 16:07:10 9712f1f96733: Download complete 16:07:12 63f879dbbcfc: Download complete 16:07:12 e9a5061849ea: Verifying Checksum 16:07:12 e9a5061849ea: Download complete 16:07:12 d747dcd14b5f: Verifying Checksum 16:07:12 d747dcd14b5f: Download complete 16:07:12 2de7ff778b66: Verifying Checksum 16:07:12 2de7ff778b66: Download complete 16:07:12 0d9ebad4ef96: Verifying Checksum 16:07:12 0d9ebad4ef96: Download complete 16:07:12 ab5ef0e58194: Verifying Checksum 16:07:12 ab5ef0e58194: Download complete 16:07:17 ab5ef0e58194: Pull complete 16:07:17 9712f1f96733: Pull complete 16:07:20 63f879dbbcfc: Pull complete 16:07:27 0d9ebad4ef96: Pull complete 16:07:28 e9a5061849ea: Pull complete 16:07:28 d747dcd14b5f: Pull complete 16:07:31 2de7ff778b66: Pull complete 16:07:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:07:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:07:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:07:31 prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container 16:07:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:07:35 $ docker top 6f02abd6b878f7c44ab94339dfac799059a8c90b39aa56f4fe3f1b82370790c6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:07:35 provisioning config files... 16:07:35 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6133718659189317423tmp 16:07:35 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4876348524412275503tmp 16:07:35 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config406327706502485522tmp [Pipeline] { [Pipeline] echo 16:07:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:07:35 ---> sigul-configuration.sh 16:07:35 gpg: directory `/root/.gnupg' created 16:07:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:07:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:07:35 gpg: keyring `/root/.gnupg/secring.gpg' created 16:07:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:07:35 gpg: CAST5 encrypted data 16:07:36 gpg: encrypted with 1 passphrase 16:07:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:07:36 + mkdir /home/jenkins 16:07:36 + mkdir /home/jenkins/sigul [Pipeline] sh 16:07:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:07:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:07:37 ---> sigul-install.sh 16:07:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:07:44 + git tag --list 16:07:44 v0.0.0 16:07:44 v0.0.1 16:07:44 v0.0.10 16:07:44 v0.0.11 16:07:44 v0.0.12 16:07:44 v0.0.13 16:07:44 v0.0.14 16:07:44 v0.0.15 16:07:44 v0.0.16 16:07:44 v0.0.17 16:07:44 v0.0.18 16:07:44 v0.0.19 16:07:44 v0.0.2 16:07:44 v0.0.20 16:07:44 v0.0.21 16:07:44 v0.0.22 16:07:44 v0.0.23 16:07:44 v0.0.24 16:07:44 v0.0.25 16:07:44 v0.0.26 16:07:44 v0.0.27 16:07:44 v0.0.28 16:07:44 v0.0.29 16:07:44 v0.0.3 16:07:44 v0.0.30 16:07:44 v0.0.31 16:07:44 v0.0.32 16:07:44 v0.0.33 16:07:44 v0.0.4 16:07:44 v0.0.5 16:07:44 v0.0.6 16:07:44 v0.0.7 16:07:44 v0.0.8 16:07:44 v0.0.9 16:07:44 v2.0.0-dev.1 16:07:44 v2.0.0-dev.10 16:07:44 v2.0.0-dev.11 16:07:44 v2.0.0-dev.12 16:07:44 v2.0.0-dev.13 16:07:44 v2.0.0-dev.14 16:07:44 v2.0.0-dev.15 16:07:44 v2.0.0-dev.16 16:07:44 v2.0.0-dev.17 16:07:44 v2.0.0-dev.18 16:07:44 v2.0.0-dev.2 16:07:44 v2.0.0-dev.3 16:07:44 v2.0.0-dev.4 16:07:44 v2.0.0-dev.5 16:07:44 v2.0.0-dev.6 16:07:44 v2.0.0-dev.7 16:07:44 v2.0.0-dev.8 16:07:44 v2.0.0-dev.9 [Pipeline] sh 16:07:44 + lftools sign git-tag v2.0.0-dev.18 16:07:45 Signing Git tag with Sigul... 16:07:45 Signing v2.0.0-dev.18 [Pipeline] echo 16:07:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:07:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:07:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:07:47 $ docker stop --time=1 6f02abd6b878f7c44ab94339dfac799059a8c90b39aa56f4fe3f1b82370790c6 16:07:49 $ docker rm -f 6f02abd6b878f7c44ab94339dfac799059a8c90b39aa56f4fe3f1b82370790c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:07:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:07:49 . [Pipeline] withDockerContainer 16:07:50 prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container 16:07:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:07:51 $ docker top e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:07:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:07:51 [ssh-agent] Looking for ssh-agent implementation... 16:07:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:07:51 $ docker exec e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 ssh-agent 16:07:51 SSH_AUTH_SOCK=/tmp/ssh-OgieGtUY2QoC/agent.11 16:07:51 SSH_AGENT_PID=16 16:07:51 Running ssh-add (command line suppressed) 16:07:51 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6480339425759394519.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6480339425759394519.key) 16:07:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:07:52 + git semver bump pre 16:07:52 # -> Open(): unable to determine branch for HEAD 16:07:52 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 16:07:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 16:07:52 # $SEMVER_REMOTE_NAME = origin 16:07:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:07:52 # $SEMVER_USER_NAME = edgex-jenkins 16:07:52 # $SEMVER_BRANCH = master 16:07:52 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 16:07:52 2.0.0-dev.19 [Pipeline] } 16:07:52 $ docker exec --env ******** --env ******** e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 ssh-agent -k 16:07:52 unset SSH_AUTH_SOCK; 16:07:52 unset SSH_AGENT_PID; 16:07:52 echo Agent pid 16 killed; 16:07:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:07:53 + git semver [Pipeline] } 16:07:53 $ docker stop --time=1 e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 16:07:54 $ docker rm -f e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:07:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:07:54 . [Pipeline] withDockerContainer 16:07:54 prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container 16:07:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:07:55 $ docker top 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:07:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:07:55 [ssh-agent] Looking for ssh-agent implementation... 16:07:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:07:56 $ docker exec 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 ssh-agent 16:07:56 SSH_AUTH_SOCK=/tmp/ssh-hEUj562LhSdu/agent.11 16:07:56 SSH_AGENT_PID=17 16:07:56 Running ssh-add (command line suppressed) 16:07:56 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7249945009150361481.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7249945009150361481.key) 16:07:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:07:56 + git semver push 16:07:56 # -> Open(): unable to determine branch for HEAD 16:07:56 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 16:07:56 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 16:07:56 # $SEMVER_REMOTE_NAME = origin 16:07:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:07:56 # $SEMVER_USER_NAME = edgex-jenkins 16:07:56 # $SEMVER_BRANCH = master 16:07:56 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 16:08:00 $ docker exec --env ******** --env ******** 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 ssh-agent -k 16:08:01 unset SSH_AUTH_SOCK; 16:08:01 unset SSH_AGENT_PID; 16:08:01 echo Agent pid 17 killed; 16:08:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:08:01 + git semver [Pipeline] } 16:08:01 $ docker stop --time=1 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 16:08:02 $ docker rm -f 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 16:08:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:08:04 ---> package-listing.sh 16:08:04 ++ facter osfamily 16:08:04 ++ tr '[:upper:]' '[:lower:]' 16:08:04 + OS_FAMILY=redhat 16:08:04 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 16:08:04 + START_PACKAGES=/tmp/packages_start.txt 16:08:04 + END_PACKAGES=/tmp/packages_end.txt 16:08:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:08:04 + PACKAGES=/tmp/packages_start.txt 16:08:04 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 16:08:04 + PACKAGES=/tmp/packages_end.txt 16:08:04 + case "${OS_FAMILY}" in 16:08:04 + rpm -qa 16:08:04 + sort 16:08:09 + '[' -f /tmp/packages_start.txt ']' 16:08:09 + '[' -f /tmp/packages_end.txt ']' 16:08:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:08:09 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 16:08:09 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 16:08:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 16:08:09 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:08:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:08:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:08:10 16:08:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:08:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:08:10 alpine: Pulling from edgex-lftools-log-publisher 16:08:10 df20fa9351a1: Pulling fs layer 16:08:10 36b3adc4ff6f: Pulling fs layer 16:08:10 8ad3a11d3b57: Pulling fs layer 16:08:10 46f8f816bc3b: Pulling fs layer 16:08:10 93b61091891f: Pulling fs layer 16:08:10 93b9cdb0e59b: Pulling fs layer 16:08:10 5e14af77c1be: Pulling fs layer 16:08:10 01666e4c0597: Pulling fs layer 16:08:10 aa168da1d23b: Pulling fs layer 16:08:10 46f8f816bc3b: Waiting 16:08:10 93b61091891f: Waiting 16:08:10 93b9cdb0e59b: Waiting 16:08:10 5e14af77c1be: Waiting 16:08:10 aa168da1d23b: Waiting 16:08:10 01666e4c0597: Waiting 16:08:10 36b3adc4ff6f: Verifying Checksum 16:08:10 36b3adc4ff6f: Download complete 16:08:10 46f8f816bc3b: Verifying Checksum 16:08:10 46f8f816bc3b: Download complete 16:08:10 df20fa9351a1: Verifying Checksum 16:08:10 df20fa9351a1: Download complete 16:08:10 93b9cdb0e59b: Verifying Checksum 16:08:10 93b9cdb0e59b: Download complete 16:08:10 5e14af77c1be: Verifying Checksum 16:08:10 5e14af77c1be: Download complete 16:08:10 93b61091891f: Verifying Checksum 16:08:10 93b61091891f: Download complete 16:08:10 01666e4c0597: Verifying Checksum 16:08:10 01666e4c0597: Download complete 16:08:10 8ad3a11d3b57: Verifying Checksum 16:08:10 8ad3a11d3b57: Download complete 16:08:11 df20fa9351a1: Pull complete 16:08:11 36b3adc4ff6f: Pull complete 16:08:13 aa168da1d23b: Verifying Checksum 16:08:13 aa168da1d23b: Download complete 16:08:13 8ad3a11d3b57: Pull complete 16:08:13 46f8f816bc3b: Pull complete 16:08:13 93b61091891f: Pull complete 16:08:14 93b9cdb0e59b: Pull complete 16:08:14 5e14af77c1be: Pull complete 16:08:14 01666e4c0597: Pull complete 16:08:22 aa168da1d23b: Pull complete 16:08:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:08:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:08:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:08:22 prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container 16:08:22 $ 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:08:25 $ docker top dcf4d827606e31bbf9297cdb9ff09295545960543d881e8d281189bec8b02f59 -eo pid,comm [Pipeline] { [Pipeline] sh 16:08:25 + touch /tmp/pre-build-complete [Pipeline] sh 16:08:26 + mkdir -p /var/log/sa [Pipeline] sh 16:08:26 + ls /var/log/sa-host 16:08:26 + sadf -c /var/log/sa-host/sa23 16:08:26 file_magic: OK 16:08:26 HZ: Using current value: 100 16:08:26 file_header: OK 16:08:26 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 16:08:26 Statistics: 16:08:26 Hnuu...uuuununununu... 16:08:26 File successfully converted to sysstat format version 12.2.1 16:08:26 + sadf -c /var/log/sa-host/sa27 16:08:26 file_magic: OK 16:08:26 HZ: Using current value: 100 16:08:26 file_header: OK 16:08:26 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 16:08:26 Statistics: 16:08:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:08:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:08:26 provisioning config files... 16:08:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3472893156138342054tmp [Pipeline] { [Pipeline] echo 16:08:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:08:26 ---> create-netrc.sh [Pipeline] } 16:08:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:08:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:08:27 ---> python-tools-install.sh [Pipeline] echo 16:08:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:08:27 ---> sudo-logs.sh 16:08:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:08:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:08:27 ---> job-cost.sh 16:08:27 lf-activate-venv: SKIPPING 16:08:27 DEBUG: total: 0.20999999344348907 16:08:27 INFO: Retrieving Stack Cost... 16:08:28 INFO: Retrieving Pricing Info for: v1-standard-2 16:08:29 INFO: Archiving Costs [Pipeline] echo 16:08:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:08:29 ---> logs-deploy.sh 16:08:29 lf-activate-venv: SKIPPING 16:08:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/42 16:08:29 INFO: archiving workspace using pattern(s): 16:08:31 Archives upload complete. 16:08:31 INFO: archiving logs to Nexus