Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f21943c21c7ff2270331d5fa01f8bff27d8f4049 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26518 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 f21943c21c7ff2270331d5fa01f8bff27d8f4049 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f21943c21c7ff2270331d5fa01f8bff27d8f4049 # timeout=10 Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" > git rev-list --no-walk a7ba41660956bdfcebf9ed2ce21e8f5ace26436c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:52:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:52:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:52:57 ========================================================= 16:52:57 EdgeX Global Pipelines Version Info 16:52:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:52:58 ------------------- 16:52:58 stable info: 16:52:58 ------------------- 16:52:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:52:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:52:58 Message: update stable to v1.0.179 16:52:59 ------------------- 16:52:59 experimental info: 16:52:59 ------------------- 16:52:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:52:59 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:52:59 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:53:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:53:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:53:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f21943c21c7ff2270331d5fa01f8bff27d8f4049 [Pipeline] echo 16:53:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f21943c [Pipeline] echo 16:53:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:53:03 + git log --format=format:%s -1 f21943c21c7ff2270331d5fa01f8bff27d8f4049 [Pipeline] echo 16:53:03 GIT_COMMIT: f21943c21c7ff2270331d5fa01f8bff27d8f4049, Commit Message: Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34 [Pipeline] echo 16:53:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:53:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:53:04 16:53:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:53:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:53:05 latest: Pulling from edgex-devops/git-semver 16:53:05 31603596830f: Pulling fs layer 16:53:05 2a8b12db71e7: Pulling fs layer 16:53:05 6ca5941a6612: Pulling fs layer 16:53:05 ecc8261a40a4: Pulling fs layer 16:53:05 ecc8261a40a4: Waiting 16:53:05 2a8b12db71e7: Verifying Checksum 16:53:05 2a8b12db71e7: Download complete 16:53:05 31603596830f: Verifying Checksum 16:53:05 31603596830f: Download complete 16:53:05 ecc8261a40a4: Verifying Checksum 16:53:05 ecc8261a40a4: Download complete 16:53:05 6ca5941a6612: Verifying Checksum 16:53:05 6ca5941a6612: Download complete 16:53:05 31603596830f: Pull complete 16:53:05 2a8b12db71e7: Pull complete 16:53:06 6ca5941a6612: Pull complete 16:53:07 ecc8261a40a4: Pull complete 16:53:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:53:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:53:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:53:07 prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container 16:53:07 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:53:09 $ docker top f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:53:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:53:10 [ssh-agent] Looking for ssh-agent implementation... 16:53:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:53:10 $ docker exec f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 ssh-agent 16:53:10 SSH_AUTH_SOCK=/tmp/ssh-pq2ejLqZbnZx/agent.11 16:53:10 SSH_AGENT_PID=17 16:53:10 Running ssh-add (command line suppressed) 16:53:10 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4168133111377922828.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4168133111377922828.key) 16:53:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:53:11 + git tag --points-at HEAD [Pipeline] } 16:53:11 $ docker exec --env ******** --env ******** f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 ssh-agent -k 16:53:11 unset SSH_AUTH_SOCK; 16:53:11 unset SSH_AGENT_PID; 16:53:11 echo Agent pid 17 killed; 16:53:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:53:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:53:11 [ssh-agent] Looking for ssh-agent implementation... 16:53:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:53:12 $ docker exec f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 ssh-agent 16:53:12 SSH_AUTH_SOCK=/tmp/ssh-rFArnKJhV2KO/agent.47 16:53:12 SSH_AGENT_PID=52 16:53:12 Running ssh-add (command line suppressed) 16:53:12 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_963449328726025007.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_963449328726025007.key) 16:53:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:53:12 + git semver init 16:53:12 # -> Open(): unable to determine branch for HEAD 16:53:12 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 16:53:12 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 16:53:12 # $SEMVER_REMOTE_NAME = origin 16:53:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:53:12 # $SEMVER_USER_NAME = edgex-jenkins 16:53:12 # $SEMVER_BRANCH = master 16:53:12 # $SEMVER_TEMP = /tmp/semver-157431738 16:53:12 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 16:53:13 # '/tmp/semver-157431738' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 16:53:13 # -> Force: false 16:53:13 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 16:53:13 $ docker exec --env ******** --env ******** f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 ssh-agent -k 16:53:13 unset SSH_AUTH_SOCK; 16:53:13 unset SSH_AGENT_PID; 16:53:13 echo Agent pid 52 killed; 16:53:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:53:14 + git semver [Pipeline] } 16:53:14 $ docker stop --time=1 f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 16:53:15 $ docker rm -f f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 [Pipeline] // withDockerContainer [Pipeline] sh 16:53:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:53:16 Stashed 1 file(s) [Pipeline] echo 16:53:16 [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [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 16:53:32 Still waiting to schedule task 16:53:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:53:32 Still waiting to schedule task 16:53:32 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26515’ 16:56:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26523 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 16:56:33 Running in /w/workspace/go-mod-secrets/29 [Pipeline] { [Pipeline] checkout 16:56:39 using credential edgex-jenkins-ssh 16:56:39 Cloning the remote Git repository 16:56:39 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 16:56:39 > git init /w/workspace/go-mod-secrets/29 # timeout=10 16:56:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 16:56:39 > git --version # timeout=10 16:56:39 > git --version # 'git version 2.17.1' 16:56:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:41 Checking out Revision f21943c21c7ff2270331d5fa01f8bff27d8f4049 (master) 16:56:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 16:56:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 16:56:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 16:56:40 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:41 > git config core.sparsecheckout # timeout=10 16:56:41 > git checkout -f f21943c21c7ff2270331d5fa01f8bff27d8f4049 # timeout=10 16:56:46 Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:56:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:56:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:56:49 + true 16:56:49 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:56:51 ========================================================= 16:56:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:56:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:56:51 + 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:56:52 Sending build context to Docker daemon 457.2kB 16:56:52 Step 1/7 : ARG BASE=golang:1.15-alpine 16:56:52 Step 2/7 : FROM ${BASE} 16:56:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:56:53 5f621e34cdf4: Pulling fs layer 16:56:53 a4357932f1b6: Pulling fs layer 16:56:53 18c013af1878: Pulling fs layer 16:56:53 00ac8860ef70: Pulling fs layer 16:56:53 63d7cb157983: Pulling fs layer 16:56:53 b116817d02f9: Pulling fs layer 16:56:53 745a02a5169b: Pulling fs layer 16:56:53 00ac8860ef70: Waiting 16:56:53 63d7cb157983: Waiting 16:56:53 b116817d02f9: Waiting 16:56:53 745a02a5169b: Waiting 16:56:53 18c013af1878: Verifying Checksum 16:56:53 18c013af1878: Download complete 16:56:53 a4357932f1b6: Verifying Checksum 16:56:53 a4357932f1b6: Download complete 16:56:53 63d7cb157983: Verifying Checksum 16:56:53 63d7cb157983: Download complete 16:56:53 b116817d02f9: Verifying Checksum 16:56:53 b116817d02f9: Download complete 16:56:53 5f621e34cdf4: Verifying Checksum 16:56:53 5f621e34cdf4: Download complete 16:56:54 5f621e34cdf4: Pull complete 16:56:54 a4357932f1b6: Pull complete 16:56:55 18c013af1878: Pull complete 16:56:55 745a02a5169b: Download complete 16:56:57 00ac8860ef70: Verifying Checksum 16:56:57 00ac8860ef70: Download complete 16:57:07 00ac8860ef70: Pull complete 16:57:07 63d7cb157983: Pull complete 16:57:07 b116817d02f9: Pull complete 16:57:10 745a02a5169b: Pull complete 16:57:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:57:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:57:10 ---> b7e6874047d6 16:57:10 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:57:13 ---> Running in ef62d9cd22fc 16:57:13 Removing intermediate container ef62d9cd22fc 16:57:13 ---> d4afc6c0b1c7 16:57:13 Step 4/7 : RUN apk add --update bash 16:57:13 ---> Running in 8b581118b4b4 16:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:16 OK: 142 MiB in 39 packages 16:57:18 Removing intermediate container 8b581118b4b4 16:57:18 ---> 197279aa1e46 16:57:18 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:57:18 ---> Running in 14b5c47800d7 16:57:18 Removing intermediate container 14b5c47800d7 16:57:18 ---> 82cf64871584 16:57:18 Step 6/7 : COPY go.mod . 16:57:19 ---> 28077e9b93d4 16:57:19 Step 7/7 : RUN go mod download 16:57:19 ---> Running in 81ad85688dd1 16:57:38 Removing intermediate container 81ad85688dd1 16:57:38 ---> bedda1a69430 16:57:38 Successfully built bedda1a69430 16:57:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:57:38 + docker inspect -f . ci-base-image-arm64 16:57:38 . [Pipeline] withDockerContainer 16:57:38 prd-ubuntu18.04-docker-arm64-4c-16g-26523 does not seem to be running inside a container 16:57:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/29 -v /w/workspace/go-mod-secrets/29:/w/workspace/go-mod-secrets/29:rw,z -v /w/workspace/go-mod-secrets/29@tmp:/w/workspace/go-mod-secrets/29@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 ******** ci-base-image-arm64 cat 16:57:40 $ docker top c09b6f94a76bfa8df211085230b766ae1de38de989488be595884246dcfbc141 -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:41 + go version 16:57:41 go version go1.15.5 linux/arm64 [Pipeline] } 16:57:41 $ docker stop --time=1 c09b6f94a76bfa8df211085230b766ae1de38de989488be595884246dcfbc141 16:57:43 $ docker rm -f c09b6f94a76bfa8df211085230b766ae1de38de989488be595884246dcfbc141 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:57:44 + docker inspect -f . ci-base-image-arm64 16:57:44 . [Pipeline] withDockerContainer 16:57:45 prd-ubuntu18.04-docker-arm64-4c-16g-26523 does not seem to be running inside a container 16:57:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/29 -v /w/workspace/go-mod-secrets/29:/w/workspace/go-mod-secrets/29:rw,z -v /w/workspace/go-mod-secrets/29@tmp:/w/workspace/go-mod-secrets/29@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 ******** ci-base-image-arm64 cat 16:57:46 $ docker top bdbeb7fe9b4aca62a466c14046225ac74a8919689a1817fdeb2275666d8046aa -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:47 + make test 16:57:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:58:04 Running on prd-centos7-docker-4c-2g-26524 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 16:58:05 Running in /w/workspace/go-mod-secrets/29 [Pipeline] { [Pipeline] checkout 16:58:09 using credential edgex-jenkins-ssh 16:58:09 Cloning the remote Git repository 16:58:10 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 16:58:10 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 16:58:09 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 16:58:09 > git init /w/workspace/go-mod-secrets/29 # timeout=10 16:58:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 16:58:09 > git --version # timeout=10 16:58:09 > git --version # 'git version 2.24.3' 16:58:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:10 Checking out Revision f21943c21c7ff2270331d5fa01f8bff27d8f4049 (master) 16:58:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 16:58:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 16:58:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 16:58:10 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:10 > git config core.sparsecheckout # timeout=10 16:58:10 > git checkout -f f21943c21c7ff2270331d5fa01f8bff27d8f4049 # timeout=10 16:58:14 Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:58:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:58:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:58:16 + sudo service docker restart 16:58:16 + true 16:58:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:58:17 ========================================================= 16:58:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:58:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:58:18 + 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:58:18 Sending build context to Docker daemon 458.2kB 16:58:18 Step 1/7 : ARG BASE=golang:1.15-alpine 16:58:18 Step 2/7 : FROM ${BASE} 16:58:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:58:18 188c0c94c7c5: Pulling fs layer 16:58:18 0ef7d3d256c8: Pulling fs layer 16:58:18 de9db76c5a1d: Pulling fs layer 16:58:18 bca2f99d35d6: Pulling fs layer 16:58:18 93359f2a8cfa: Pulling fs layer 16:58:18 7c6f9722023f: Pulling fs layer 16:58:18 a35cf1a2eb13: Pulling fs layer 16:58:18 bca2f99d35d6: Waiting 16:58:18 93359f2a8cfa: Waiting 16:58:18 7c6f9722023f: Waiting 16:58:18 a35cf1a2eb13: Waiting 16:58:18 de9db76c5a1d: Verifying Checksum 16:58:18 de9db76c5a1d: Download complete 16:58:18 0ef7d3d256c8: Verifying Checksum 16:58:18 0ef7d3d256c8: Download complete 16:58:18 93359f2a8cfa: Verifying Checksum 16:58:18 93359f2a8cfa: Download complete 16:58:19 7c6f9722023f: Verifying Checksum 16:58:19 7c6f9722023f: Download complete 16:58:19 188c0c94c7c5: Verifying Checksum 16:58:19 188c0c94c7c5: Download complete 16:58:20 188c0c94c7c5: Pull complete 16:58:20 0ef7d3d256c8: Pull complete 16:58:20 de9db76c5a1d: Pull complete 16:58:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.040s coverage: 96.7% of statements 16:58:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.042s coverage: 44.1% of statements 16:58:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.031s coverage: 89.5% of statements 16:58:22 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 16:58:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.024s coverage: 100.0% of statements 16:58:22 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 16:58:22 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.025s coverage: 87.5% of statements 16:58:24 a35cf1a2eb13: Verifying Checksum 16:58:24 a35cf1a2eb13: Download complete 16:58:25 bca2f99d35d6: Verifying Checksum 16:58:25 bca2f99d35d6: Download complete 16:58:32 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.024s coverage: 93.3% of statements 16:58:32 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 16:58:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:58:33 bca2f99d35d6: Pull complete 16:58:33 93359f2a8cfa: Pull complete 16:58:33 7c6f9722023f: Pull complete 16:58:35 gofmt -l . 16:58:35 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:58:35 $ docker stop --time=1 bdbeb7fe9b4aca62a466c14046225ac74a8919689a1817fdeb2275666d8046aa 16:58:38 $ docker rm -f bdbeb7fe9b4aca62a466c14046225ac74a8919689a1817fdeb2275666d8046aa [Pipeline] // withDockerContainer [Pipeline] sh 16:58:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:58:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 16:58:40 a35cf1a2eb13: Pull complete 16:58:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:58:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:58:40 ---> a62c8e92a672 16:58:40 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:58:40 ---> Running in 5849cc525084 16:58:40 Removing intermediate container 5849cc525084 16:58:40 ---> d254a7158027 16:58:40 Step 4/7 : RUN apk add --update bash 16:58:40 ---> Running in 230761e85af2 16:58:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [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] } 16:58:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 16:58:41 OK: 166 MiB in 39 packages [Pipeline] } 16:58:41 Removing intermediate container 230761e85af2 16:58:41 ---> 0be5d6bc5b90 16:58:41 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:58:42 ---> Running in 1744bd8eb896 16:58:42 Removing intermediate container 1744bd8eb896 16:58:42 ---> d65d4c59a77e 16:58:42 Step 6/7 : COPY go.mod . 16:58:42 ---> 1e171c87f076 16:58:42 Step 7/7 : RUN go mod download 16:58:42 ---> Running in abc19c087dc7 16:58:57 Removing intermediate container abc19c087dc7 16:58:57 ---> 4edf05a45f42 16:58:57 Successfully built 4edf05a45f42 16:58:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:58:58 + docker inspect -f . ci-base-image-x86_64 16:58:58 . [Pipeline] withDockerContainer 16:58:58 prd-centos7-docker-4c-2g-26524 does not seem to be running inside a container 16:58:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/29 -v /w/workspace/go-mod-secrets/29:/w/workspace/go-mod-secrets/29:rw,z -v /w/workspace/go-mod-secrets/29@tmp:/w/workspace/go-mod-secrets/29@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 ******** ci-base-image-x86_64 cat 16:58:59 $ docker top 6876ed5b4cfabda69432d4b6c9323d49e57014b6d38b38c2256a8a5f1a3debb5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:59 + go version 16:58:59 go version go1.15.5 linux/amd64 [Pipeline] } 16:58:59 $ docker stop --time=1 6876ed5b4cfabda69432d4b6c9323d49e57014b6d38b38c2256a8a5f1a3debb5 16:59:01 $ docker rm -f 6876ed5b4cfabda69432d4b6c9323d49e57014b6d38b38c2256a8a5f1a3debb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:02 + docker inspect -f . ci-base-image-x86_64 16:59:02 . [Pipeline] withDockerContainer 16:59:02 prd-centos7-docker-4c-2g-26524 does not seem to be running inside a container 16:59:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/29 -v /w/workspace/go-mod-secrets/29:/w/workspace/go-mod-secrets/29:rw,z -v /w/workspace/go-mod-secrets/29@tmp:/w/workspace/go-mod-secrets/29@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 ******** ci-base-image-x86_64 cat 16:59:03 $ docker top 35fa8a5e497fcf6368391920d04c38afe75ea78eb1ff71915668282f081e9dd4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:03 + make test 16:59:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:59:11 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 16:59:11 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 16:59:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.012s coverage: 96.7% of statements 16:59:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.013s coverage: 44.1% of statements 16:59:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.016s coverage: 89.5% of statements 16:59:21 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 16:59:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.025s coverage: 100.0% of statements 16:59:21 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 16:59:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.015s coverage: 87.5% of statements 16:59:29 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.011s coverage: 93.3% of statements 16:59:29 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 16:59:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:59:29 gofmt -l . 16:59:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:59:29 $ docker stop --time=1 35fa8a5e497fcf6368391920d04c38afe75ea78eb1ff71915668282f081e9dd4 16:59:31 $ docker rm -f 35fa8a5e497fcf6368391920d04c38afe75ea78eb1ff71915668282f081e9dd4 [Pipeline] // withDockerContainer [Pipeline] sh 16:59:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:59:32 Warning: overwriting stash ‘coverage-report’ 16:59:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:59:34 provisioning config files... 16:59:34 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6663110574462504231tmp [Pipeline] { [Pipeline] sh 16:59:35 + set +x 16:59:35 + curl -s https://codecov.io/bash 16:59:35 + bash -s -- 16:59:35 16:59:35 _____ _ 16:59:35 / ____| | | 16:59:35 | | ___ __| | ___ ___ _____ __ 16:59:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:59:35 | |___| (_) | (_| | __/ (_| (_) \ V / 16:59:35 \_____\___/ \__,_|\___|\___\___/ \_/ 16:59:35 Bash-20210129-7c25fce 16:59:35 16:59:35 16:59:35 ==> git version 2.24.3 found 16:59:35 ==> 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:59:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:59:35 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:59:35 ==> Jenkins CI detected. 16:59:35 project root: . 16:59:35 --> token set from env 16:59:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:59:35 ==> Running gcov in . (disable via -X gcov) 16:59:35 ==> Python coveragepy not found 16:59:35 ==> Searching for coverage reports in: 16:59:35 + . 16:59:35 -> Found 1 reports 16:59:35 ==> Detecting git/mercurial file structure 16:59:35 ==> Reading reports 16:59:35 + ./coverage.out bytes=17226 16:59:35 ==> Appending adjustments 16:59:35 https://docs.codecov.io/docs/fixing-reports 16:59:35 + Found adjustments 16:59:35 ==> Gzipping contents 16:59:35 4.0K /tmp/codecov.V5g5zn.gz 16:59:35 ==> Uploading reports 16:59:35 url: https://codecov.io 16:59:35 query: branch=master&commit=f21943c21c7ff2270331d5fa01f8bff27d8f4049&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 16:59:35 -> Pinging Codecov 16:59:35 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=f21943c21c7ff2270331d5fa01f8bff27d8f4049&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 16:59:36 -> Uploading to 16:59:36 https://storage.googleapis.com/codecov/v4/raw/2021-02-15/D63849C06B6B67093493C71CE874ED06/f21943c21c7ff2270331d5fa01f8bff27d8f4049/5fdcfdc6-7b61-4a97-96a8-3cfc82c153b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210215T165935Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=be77630228a3a2bc104086c030563be5673d0f63633278587717b9d4cdcc1ce5 16:59:36 % Total % Received % Xferd Average Speed Time Time Time Current 16:59:36 Dload Upload Total Spent Left Speed 16:59:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3706 0 0 100 3706 0 8344 --:--:-- --:--:-- --:--:-- 8346 100 3706 0 0 100 3706 0 8340 --:--:-- --:--:-- --:--:-- 8328 16:59:36 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/f21943c21c7ff2270331d5fa01f8bff27d8f4049 [Pipeline] } 16:59:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:59:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:59:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:59:37 16:59:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:59:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:59:37 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:59:37 188c0c94c7c5: Pulling fs layer 16:59:37 0ef7d3d256c8: Pulling fs layer 16:59:37 de9db76c5a1d: Pulling fs layer 16:59:37 0eba1c9be4d2: Pulling fs layer 16:59:37 0d57e429df01: Pulling fs layer 16:59:37 4e4be7b47b0d: Pulling fs layer 16:59:37 e1f770b5df2f: Pulling fs layer 16:59:37 85a0685a4137: Pulling fs layer 16:59:37 0d57e429df01: Waiting 16:59:37 4e4be7b47b0d: Waiting 16:59:37 e1f770b5df2f: Waiting 16:59:37 85a0685a4137: Waiting 16:59:37 0eba1c9be4d2: Waiting 16:59:37 de9db76c5a1d: Verifying Checksum 16:59:37 de9db76c5a1d: Download complete 16:59:37 0ef7d3d256c8: Download complete 16:59:37 0d57e429df01: Download complete 16:59:37 4e4be7b47b0d: Verifying Checksum 16:59:37 4e4be7b47b0d: Download complete 16:59:37 188c0c94c7c5: Verifying Checksum 16:59:37 188c0c94c7c5: Download complete 16:59:38 188c0c94c7c5: Pull complete 16:59:38 0ef7d3d256c8: Pull complete 16:59:38 de9db76c5a1d: Pull complete 16:59:39 e1f770b5df2f: Verifying Checksum 16:59:39 e1f770b5df2f: Download complete 16:59:41 0eba1c9be4d2: Verifying Checksum 16:59:41 0eba1c9be4d2: Download complete 16:59:41 85a0685a4137: Verifying Checksum 16:59:41 85a0685a4137: Download complete 16:59:48 0eba1c9be4d2: Pull complete 16:59:48 0d57e429df01: Pull complete 16:59:48 4e4be7b47b0d: Pull complete 16:59:53 e1f770b5df2f: Pull complete 17:00:00 85a0685a4137: Pull complete 17:00:00 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:00:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:00:00 prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container 17:00:00 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:00:01 $ docker top 5a133d7f12100d9734cc44cf16afdcbceef341a96ed9aaa03e1a25bac82a4494 -eo pid,comm [Pipeline] { [Pipeline] echo 17:00:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:00:02 + set -o pipefail 17:00:02 + snyk monitor '--org=edgex-jenkins' 17:00:06 17:00:06 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 17:00:06 17:00:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/fac2ac02-5624-43c3-9b3a-dbbd53a91646 17:00:06 17:00:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:00:06 17:00:06 17:00:06 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 17:00:06 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:00:06 $ docker stop --time=1 5a133d7f12100d9734cc44cf16afdcbceef341a96ed9aaa03e1a25bac82a4494 17:00:08 $ docker rm -f 5a133d7f12100d9734cc44cf16afdcbceef341a96ed9aaa03e1a25bac82a4494 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:00:10 + git log --format=format:%s -1 f21943c21c7ff2270331d5fa01f8bff27d8f4049 [Pipeline] isUnix [Pipeline] sh 17:00:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:10 . [Pipeline] withDockerContainer 17:00:10 prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container 17:00:10 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:00:12 $ docker top cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:00:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:12 [ssh-agent] Looking for ssh-agent implementation... 17:00:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:12 $ docker exec cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c ssh-agent 17:00:12 SSH_AUTH_SOCK=/tmp/ssh-yHmzKzHBPQH9/agent.13 17:00:12 SSH_AGENT_PID=19 17:00:12 Running ssh-add (command line suppressed) 17:00:13 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5603959397958062089.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5603959397958062089.key) 17:00:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:13 + git semver tag 17:00:13 # -> Open(): unable to determine branch for HEAD 17:00:13 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:00:13 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:00:13 # $SEMVER_REMOTE_NAME = origin 17:00:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:00:13 # $SEMVER_USER_NAME = edgex-jenkins 17:00:13 # $SEMVER_BRANCH = master 17:00:13 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 17:00:13 # f21943c21c7ff2270331d5fa01f8bff27d8f4049 HEAD 17:00:13 # -> Force: false 17:00:13 # 3596b74281e5575987dc78b41a27d04d62f13ac3 refs/tags/v2.0.0-dev.6 [Pipeline] } 17:00:13 $ docker exec --env ******** --env ******** cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c ssh-agent -k 17:00:13 unset SSH_AUTH_SOCK; 17:00:13 unset SSH_AGENT_PID; 17:00:13 echo Agent pid 19 killed; 17:00:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:00:14 + git semver [Pipeline] } 17:00:14 $ docker stop --time=1 cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c 17:00:15 $ docker rm -f cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:00:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:00:16 17:00:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:00:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:00:16 0.23.1-centos7: Pulling from edgex-lftools 17:00:16 ab5ef0e58194: Pulling fs layer 17:00:16 9712f1f96733: Pulling fs layer 17:00:16 63f879dbbcfc: Pulling fs layer 17:00:16 0d9ebad4ef96: Pulling fs layer 17:00:16 e9a5061849ea: Pulling fs layer 17:00:16 d747dcd14b5f: Pulling fs layer 17:00:16 2de7ff778b66: Pulling fs layer 17:00:16 e9a5061849ea: Waiting 17:00:16 d747dcd14b5f: Waiting 17:00:16 2de7ff778b66: Waiting 17:00:16 0d9ebad4ef96: Waiting 17:00:16 9712f1f96733: Verifying Checksum 17:00:18 63f879dbbcfc: Verifying Checksum 17:00:18 63f879dbbcfc: Download complete 17:00:18 e9a5061849ea: Verifying Checksum 17:00:18 e9a5061849ea: Download complete 17:00:18 d747dcd14b5f: Verifying Checksum 17:00:18 d747dcd14b5f: Download complete 17:00:19 2de7ff778b66: Download complete 17:00:19 0d9ebad4ef96: Verifying Checksum 17:00:19 0d9ebad4ef96: Download complete 17:00:19 ab5ef0e58194: Verifying Checksum 17:00:19 ab5ef0e58194: Download complete 17:00:23 ab5ef0e58194: Pull complete 17:00:23 9712f1f96733: Pull complete 17:00:25 63f879dbbcfc: Pull complete 17:00:32 0d9ebad4ef96: Pull complete 17:00:36 e9a5061849ea: Pull complete 17:00:36 d747dcd14b5f: Pull complete 17:00:37 2de7ff778b66: Pull complete 17:00:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:00:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:00:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:00:38 prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container 17:00:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:00:41 $ docker top 992a31b10f463b10ff7cd2fc295aed791ca71ad3f16c0a5f3694b7a97d0461dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:00:41 provisioning config files... 17:00:41 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config407504103266942881tmp 17:00:41 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8242878110217012227tmp 17:00:41 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7552182107480104814tmp [Pipeline] { [Pipeline] echo 17:00:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:00:42 ---> sigul-configuration.sh 17:00:42 gpg: directory `/root/.gnupg' created 17:00:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:00:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:00:42 gpg: keyring `/root/.gnupg/secring.gpg' created 17:00:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:00:42 gpg: CAST5 encrypted data 17:00:42 gpg: encrypted with 1 passphrase 17:00:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:00:42 + mkdir /home/jenkins 17:00:42 + mkdir /home/jenkins/sigul [Pipeline] sh 17:00:43 + 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 17:00:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:00:43 ---> sigul-install.sh 17:00:50 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:00:50 + git tag --list 17:00:50 v0.0.0 17:00:50 v0.0.1 17:00:50 v0.0.10 17:00:50 v0.0.11 17:00:50 v0.0.12 17:00:50 v0.0.13 17:00:50 v0.0.14 17:00:50 v0.0.15 17:00:50 v0.0.16 17:00:50 v0.0.17 17:00:50 v0.0.18 17:00:50 v0.0.19 17:00:50 v0.0.2 17:00:50 v0.0.20 17:00:50 v0.0.21 17:00:50 v0.0.22 17:00:50 v0.0.23 17:00:50 v0.0.24 17:00:50 v0.0.25 17:00:50 v0.0.26 17:00:50 v0.0.27 17:00:50 v0.0.28 17:00:50 v0.0.29 17:00:50 v0.0.3 17:00:50 v0.0.30 17:00:50 v0.0.31 17:00:50 v0.0.32 17:00:50 v0.0.33 17:00:50 v0.0.4 17:00:50 v0.0.5 17:00:50 v0.0.6 17:00:50 v0.0.7 17:00:50 v0.0.8 17:00:50 v0.0.9 17:00:50 v2.0.0-dev.1 17:00:50 v2.0.0-dev.2 17:00:50 v2.0.0-dev.3 17:00:50 v2.0.0-dev.4 17:00:50 v2.0.0-dev.5 17:00:50 v2.0.0-dev.6 [Pipeline] sh 17:00:50 + lftools sign git-tag v2.0.0-dev.6 17:00:52 Signing Git tag with Sigul... 17:00:52 Signing v2.0.0-dev.6 [Pipeline] echo 17:00:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:00:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:00:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:00:53 $ docker stop --time=1 992a31b10f463b10ff7cd2fc295aed791ca71ad3f16c0a5f3694b7a97d0461dc 17:00:55 $ docker rm -f 992a31b10f463b10ff7cd2fc295aed791ca71ad3f16c0a5f3694b7a97d0461dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:00:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:56 . [Pipeline] withDockerContainer 17:00:56 prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container 17:00:56 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:00:57 $ docker top 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:00:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:57 [ssh-agent] Looking for ssh-agent implementation... 17:00:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:58 $ docker exec 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e ssh-agent 17:00:58 SSH_AUTH_SOCK=/tmp/ssh-1ebKlIOTy8bi/agent.11 17:00:58 SSH_AGENT_PID=16 17:00:58 Running ssh-add (command line suppressed) 17:00:58 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1363137131926547177.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1363137131926547177.key) 17:00:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:58 + git semver bump pre 17:00:58 # -> Open(): unable to determine branch for HEAD 17:00:58 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:00:58 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:00:58 # $SEMVER_REMOTE_NAME = origin 17:00:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:00:58 # $SEMVER_USER_NAME = edgex-jenkins 17:00:58 # $SEMVER_BRANCH = master 17:00:58 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 17:00:58 2.0.0-dev.7 [Pipeline] } 17:00:58 $ docker exec --env ******** --env ******** 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e ssh-agent -k 17:00:58 unset SSH_AUTH_SOCK; 17:00:58 unset SSH_AGENT_PID; 17:00:58 echo Agent pid 16 killed; 17:00:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:00:59 + git semver [Pipeline] } 17:00:59 $ docker stop --time=1 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e 17:01:00 $ docker rm -f 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:01:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:01 . [Pipeline] withDockerContainer 17:01:01 prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container 17:01:01 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:01:02 $ docker top a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:02 [ssh-agent] Looking for ssh-agent implementation... 17:01:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:02 $ docker exec a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 ssh-agent 17:01:03 SSH_AUTH_SOCK=/tmp/ssh-rP10Xqn0XYbi/agent.12 17:01:03 SSH_AGENT_PID=17 17:01:03 Running ssh-add (command line suppressed) 17:01:03 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_553122732289729847.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_553122732289729847.key) 17:01:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:03 + git semver push 17:01:03 # -> Open(): unable to determine branch for HEAD 17:01:03 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:01:03 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:01:03 # $SEMVER_REMOTE_NAME = origin 17:01:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:03 # $SEMVER_USER_NAME = edgex-jenkins 17:01:03 # $SEMVER_BRANCH = master 17:01:03 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 17:01:10 $ docker exec --env ******** --env ******** a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 ssh-agent -k 17:01:10 unset SSH_AUTH_SOCK; 17:01:10 unset SSH_AGENT_PID; 17:01:10 echo Agent pid 17 killed; 17:01:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:11 + git semver [Pipeline] } 17:01:11 $ docker stop --time=1 a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 17:01:12 $ docker rm -f a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 [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 17:01:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:01:14 ---> package-listing.sh 17:01:14 ++ facter osfamily 17:01:14 ++ tr '[:upper:]' '[:lower:]' 17:01:14 + OS_FAMILY=redhat 17:01:14 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 17:01:14 + START_PACKAGES=/tmp/packages_start.txt 17:01:14 + END_PACKAGES=/tmp/packages_end.txt 17:01:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:01:14 + PACKAGES=/tmp/packages_start.txt 17:01:14 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 17:01:14 + PACKAGES=/tmp/packages_end.txt 17:01:14 + case "${OS_FAMILY}" in 17:01:14 + rpm -qa 17:01:14 + sort 17:01:19 + '[' -f /tmp/packages_start.txt ']' 17:01:19 + '[' -f /tmp/packages_end.txt ']' 17:01:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:01:19 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 17:01:19 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 17:01:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 17:01:19 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 17:01:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:01:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:01:20 17:01:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:01:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:01:21 alpine: Pulling from edgex-lftools-log-publisher 17:01:21 df20fa9351a1: Pulling fs layer 17:01:21 36b3adc4ff6f: Pulling fs layer 17:01:21 8ad3a11d3b57: Pulling fs layer 17:01:21 46f8f816bc3b: Pulling fs layer 17:01:21 93b61091891f: Pulling fs layer 17:01:21 93b9cdb0e59b: Pulling fs layer 17:01:21 5e14af77c1be: Pulling fs layer 17:01:21 46f8f816bc3b: Waiting 17:01:21 01666e4c0597: Pulling fs layer 17:01:21 aa168da1d23b: Pulling fs layer 17:01:21 93b9cdb0e59b: Waiting 17:01:21 93b61091891f: Waiting 17:01:21 5e14af77c1be: Waiting 17:01:21 01666e4c0597: Waiting 17:01:21 36b3adc4ff6f: Verifying Checksum 17:01:21 36b3adc4ff6f: Download complete 17:01:21 46f8f816bc3b: Verifying Checksum 17:01:21 46f8f816bc3b: Download complete 17:01:21 df20fa9351a1: Verifying Checksum 17:01:21 df20fa9351a1: Download complete 17:01:21 93b9cdb0e59b: Verifying Checksum 17:01:21 93b9cdb0e59b: Download complete 17:01:21 93b61091891f: Verifying Checksum 17:01:21 93b61091891f: Download complete 17:01:21 5e14af77c1be: Verifying Checksum 17:01:21 5e14af77c1be: Download complete 17:01:21 01666e4c0597: Verifying Checksum 17:01:21 01666e4c0597: Download complete 17:01:21 df20fa9351a1: Pull complete 17:01:21 36b3adc4ff6f: Pull complete 17:01:22 8ad3a11d3b57: Verifying Checksum 17:01:22 8ad3a11d3b57: Download complete 17:01:23 8ad3a11d3b57: Pull complete 17:01:23 46f8f816bc3b: Pull complete 17:01:23 aa168da1d23b: Verifying Checksum 17:01:23 aa168da1d23b: Download complete 17:01:24 93b61091891f: Pull complete 17:01:24 93b9cdb0e59b: Pull complete 17:01:24 5e14af77c1be: Pull complete 17:01:24 01666e4c0597: Pull complete 17:01:32 aa168da1d23b: Pull complete 17:01:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:01:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:01:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:01:33 prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container 17:01:33 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:01:36 $ docker top 1d044fc76234c0a8da5bdefc3c4db237baff5ba10e7430a2dfbe0b1f26a3c1ea -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:36 + touch /tmp/pre-build-complete [Pipeline] sh 17:01:37 + mkdir -p /var/log/sa [Pipeline] sh 17:01:37 + ls /var/log/sa-host 17:01:37 + sadf -c /var/log/sa-host/sa15 17:01:37 file_magic: OK 17:01:37 HZ: Using current value: 100 17:01:37 file_header: OK 17:01:37 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 17:01:37 Statistics: 17:01:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:01:37 File successfully converted to sysstat format version 12.2.1 17:01:37 + sadf -c /var/log/sa-host/sa23 17:01:37 file_magic: OK 17:01:37 HZ: Using current value: 100 17:01:37 file_header: OK 17:01:37 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 17:01:37 Statistics: 17:01:37 Hnuu...uuuununununu... 17:01:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:01:37 provisioning config files... 17:01:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3687392094721576545tmp [Pipeline] { [Pipeline] echo 17:01:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:01:38 ---> create-netrc.sh [Pipeline] } 17:01:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:01:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:01:38 ---> python-tools-install.sh [Pipeline] echo 17:01:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:01:38 ---> sudo-logs.sh 17:01:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:01:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:01:39 ---> job-cost.sh 17:01:39 lf-activate-venv: SKIPPING 17:01:39 INFO: No Stack... 17:01:40 INFO: Retrieving Pricing Info for: v1-standard-2 17:01:40 INFO: Archiving Costs [Pipeline] echo 17:01:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:01:41 ---> logs-deploy.sh 17:01:41 lf-activate-venv: SKIPPING 17:01:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/29 17:01:41 INFO: archiving workspace using pattern(s): 17:01:43 Archives upload complete. 17:01:43 INFO: archiving logs to Nexus