Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fc665292454601d0366d29366e74bce40b0e53ce Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21368 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 Checking out Revision fc665292454601d0366d29366e74bce40b0e53ce (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 Commit message: "Merge pull request #82 from lenny-intel/v2-module" > git rev-list --no-walk dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:28:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:28:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:28:55 ========================================================= 22:28:55 EdgeX Global Pipelines Version Info 22:28:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:28:56 ------------------- 22:28:56 stable info: 22:28:56 ------------------- 22:28:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:28:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:28:56 Message: update stable to v1.0.179 22:28:57 ------------------- 22:28:57 experimental info: 22:28:57 ------------------- 22:28:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:28:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:28:57 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:28:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:28:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:28:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:29:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fc665292454601d0366d29366e74bce40b0e53ce [Pipeline] echo 22:29:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fc66529 [Pipeline] echo 22:29:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:29:01 + git log --format=format:%s -1 fc665292454601d0366d29366e74bce40b0e53ce [Pipeline] echo 22:29:01 GIT_COMMIT: fc665292454601d0366d29366e74bce40b0e53ce, Commit Message: Merge pull request #82 from lenny-intel/v2-module [Pipeline] echo 22:29:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:29:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:02 22:29:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:29:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:03 latest: Pulling from edgex-devops/git-semver 22:29:03 31603596830f: Pulling fs layer 22:29:03 2a8b12db71e7: Pulling fs layer 22:29:03 6ca5941a6612: Pulling fs layer 22:29:03 ecc8261a40a4: Pulling fs layer 22:29:03 ecc8261a40a4: Waiting 22:29:03 2a8b12db71e7: Verifying Checksum 22:29:03 2a8b12db71e7: Download complete 22:29:03 31603596830f: Verifying Checksum 22:29:03 31603596830f: Download complete 22:29:03 ecc8261a40a4: Verifying Checksum 22:29:03 ecc8261a40a4: Download complete 22:29:03 6ca5941a6612: Verifying Checksum 22:29:03 6ca5941a6612: Download complete 22:29:03 31603596830f: Pull complete 22:29:03 2a8b12db71e7: Pull complete 22:29:04 6ca5941a6612: Pull complete 22:29:04 ecc8261a40a4: Pull complete 22:29:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:29:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:29:04 prd-centos7-docker-4c-2g-21368 does not seem to be running inside a container 22:29:04 $ 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 22:29:06 $ docker top 0d40d4d9434162dc6db7159670bf238380f72309f89238b9c7eb4f5ced78414a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:29:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:29:06 [ssh-agent] Looking for ssh-agent implementation... 22:29:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:29:06 $ docker exec 0d40d4d9434162dc6db7159670bf238380f72309f89238b9c7eb4f5ced78414a ssh-agent 22:29:06 SSH_AUTH_SOCK=/tmp/ssh-2cZqxQZXJ1Wv/agent.11 22:29:06 SSH_AGENT_PID=17 22:29:06 Running ssh-add (command line suppressed) 22:29:07 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6831579231885290678.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6831579231885290678.key) 22:29:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:29:07 + git tag --points-at HEAD [Pipeline] } 22:29:07 $ docker exec --env ******** --env ******** 0d40d4d9434162dc6db7159670bf238380f72309f89238b9c7eb4f5ced78414a ssh-agent -k 22:29:07 unset SSH_AUTH_SOCK; 22:29:07 unset SSH_AGENT_PID; 22:29:07 echo Agent pid 17 killed; 22:29:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:29:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:29:07 [ssh-agent] Looking for ssh-agent implementation... 22:29:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:29:08 $ docker exec 0d40d4d9434162dc6db7159670bf238380f72309f89238b9c7eb4f5ced78414a ssh-agent 22:29:08 SSH_AUTH_SOCK=/tmp/ssh-kViYEAgoQ4or/agent.46 22:29:08 SSH_AGENT_PID=51 22:29:08 Running ssh-add (command line suppressed) 22:29:08 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1776453643755603287.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1776453643755603287.key) 22:29:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:29:08 + git semver init 22:29:08 # -> Open(): unable to determine branch for HEAD 22:29:08 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:29:08 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:29:08 # $SEMVER_REMOTE_NAME = origin 22:29:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:29:08 # $SEMVER_USER_NAME = edgex-jenkins 22:29:08 # $SEMVER_BRANCH = master 22:29:08 # $SEMVER_TEMP = /tmp/semver-381267501 22:29:08 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 22:29:09 # '/tmp/semver-381267501' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 22:29:09 # -> Force: false 22:29:09 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 22:29:09 $ docker exec --env ******** --env ******** 0d40d4d9434162dc6db7159670bf238380f72309f89238b9c7eb4f5ced78414a ssh-agent -k 22:29:09 unset SSH_AUTH_SOCK; 22:29:09 unset SSH_AGENT_PID; 22:29:09 echo Agent pid 51 killed; 22:29:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:29:09 + git semver [Pipeline] } 22:29:09 $ docker stop --time=1 0d40d4d9434162dc6db7159670bf238380f72309f89238b9c7eb4f5ced78414a 22:29:11 $ docker rm -f 0d40d4d9434162dc6db7159670bf238380f72309f89238b9c7eb4f5ced78414a [Pipeline] // withDockerContainer [Pipeline] sh 22:29:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:29:12 Stashed 1 file(s) [Pipeline] echo 22:29:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:29:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21364 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 22:29:12 Running in /w/workspace/go-mod-secrets/24 [Pipeline] { [Pipeline] checkout 22:29:17 using credential edgex-jenkins-ssh 22:29:17 Cloning the remote Git repository 22:29:17 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:29:18 > git init /w/workspace/go-mod-secrets/24 # timeout=10 22:29:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:29:18 > git --version # timeout=10 22:29:18 > git --version # 'git version 2.17.1' 22:29:18 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:29:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:29:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:29:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:29:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:29:18 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:29:19 Checking out Revision fc665292454601d0366d29366e74bce40b0e53ce (master) 22:29:19 > git config core.sparsecheckout # timeout=10 22:29:19 > git checkout -f fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 22:29:23 Commit message: "Merge pull request #82 from lenny-intel/v2-module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:29:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:29:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:29:25 + sudo service docker restart 22:29:25 + true 22:29:27 Still waiting to schedule task 22:29:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] unstash [Pipeline] echo 22:29:28 ========================================================= 22:29:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:29:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:29:28 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:29:29 Sending build context to Docker daemon 463.4kB 22:29:29 Step 1/7 : ARG BASE=golang:1.15-alpine 22:29:29 Step 2/7 : FROM ${BASE} 22:29:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:29:29 5f621e34cdf4: Pulling fs layer 22:29:29 a4357932f1b6: Pulling fs layer 22:29:29 18c013af1878: Pulling fs layer 22:29:29 00ac8860ef70: Pulling fs layer 22:29:29 63d7cb157983: Pulling fs layer 22:29:29 b116817d02f9: Pulling fs layer 22:29:29 745a02a5169b: Pulling fs layer 22:29:29 00ac8860ef70: Waiting 22:29:29 63d7cb157983: Waiting 22:29:29 b116817d02f9: Waiting 22:29:29 745a02a5169b: Waiting 22:29:29 18c013af1878: Verifying Checksum 22:29:29 18c013af1878: Download complete 22:29:29 a4357932f1b6: Verifying Checksum 22:29:29 a4357932f1b6: Download complete 22:29:29 63d7cb157983: Verifying Checksum 22:29:29 63d7cb157983: Download complete 22:29:29 b116817d02f9: Verifying Checksum 22:29:29 b116817d02f9: Download complete 22:29:29 5f621e34cdf4: Verifying Checksum 22:29:29 5f621e34cdf4: Download complete 22:29:30 5f621e34cdf4: Pull complete 22:29:31 a4357932f1b6: Pull complete 22:29:31 18c013af1878: Pull complete 22:29:31 745a02a5169b: Verifying Checksum 22:29:31 745a02a5169b: Download complete 22:29:33 00ac8860ef70: Verifying Checksum 22:29:33 00ac8860ef70: Download complete 22:29:43 00ac8860ef70: Pull complete 22:29:43 63d7cb157983: Pull complete 22:29:43 b116817d02f9: Pull complete 22:29:47 745a02a5169b: Pull complete 22:29:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:29:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:29:47 ---> b7e6874047d6 22:29:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:29:49 ---> Running in 503028e98c8a 22:29:49 Removing intermediate container 503028e98c8a 22:29:49 ---> 41e6792830f8 22:29:49 Step 4/7 : RUN apk add --update bash 22:29:50 ---> Running in 5cb686d6f7b1 22:29:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:53 OK: 142 MiB in 39 packages 22:29:54 Removing intermediate container 5cb686d6f7b1 22:29:54 ---> e1deb8413a45 22:29:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:29:54 ---> Running in dacb3c7c28fe 22:29:55 Removing intermediate container dacb3c7c28fe 22:29:55 ---> df55cec0e65b 22:29:55 Step 6/7 : COPY go.mod . 22:29:55 ---> 8924c25a9a34 22:29:55 Step 7/7 : RUN go mod download 22:29:56 ---> Running in 779bf8e7e7fb 22:30:11 Removing intermediate container 779bf8e7e7fb 22:30:11 ---> b90e855b7e74 22:30:11 Successfully built b90e855b7e74 22:30:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:30:11 + docker inspect -f . ci-base-image-arm64 22:30:11 . [Pipeline] withDockerContainer 22:30:11 prd-ubuntu18.04-docker-arm64-4c-16g-21364 does not seem to be running inside a container 22:30:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/24 -v /w/workspace/go-mod-secrets/24:/w/workspace/go-mod-secrets/24:rw,z -v /w/workspace/go-mod-secrets/24@tmp:/w/workspace/go-mod-secrets/24@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 22:30:13 $ docker top e757c910632b2be688528ff30be13f1f03e40f4e3aa1faf149053b9f691dd762 -eo pid,comm [Pipeline] { [Pipeline] sh 22:30:14 + go version 22:30:14 go version go1.15.5 linux/arm64 [Pipeline] } 22:30:14 $ docker stop --time=1 e757c910632b2be688528ff30be13f1f03e40f4e3aa1faf149053b9f691dd762 22:30:16 $ docker rm -f e757c910632b2be688528ff30be13f1f03e40f4e3aa1faf149053b9f691dd762 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:30:17 + docker inspect -f . ci-base-image-arm64 22:30:17 . [Pipeline] withDockerContainer 22:30:17 prd-ubuntu18.04-docker-arm64-4c-16g-21364 does not seem to be running inside a container 22:30:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/24 -v /w/workspace/go-mod-secrets/24:/w/workspace/go-mod-secrets/24:rw,z -v /w/workspace/go-mod-secrets/24@tmp:/w/workspace/go-mod-secrets/24@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 22:30:19 $ docker top 29dd6469e7f9a90ec54a94e9ac5f34df89690147c437576558b2f2149712c570 -eo pid,comm [Pipeline] { [Pipeline] sh 22:30:20 + make test 22:30:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:30:42 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 22:30:42 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 22:30:52 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.034s coverage: 96.7% of statements 22:30:52 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.032s coverage: 44.1% of statements 22:30:52 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.022s coverage: 89.5% of statements 22:30:52 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 22:30:52 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.027s coverage: 100.0% of statements 22:30:52 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 22:30:52 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.028s coverage: 87.5% of statements 22:31:02 Running on prd-centos7-docker-4c-2g-21372 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 22:31:02 Running in /w/workspace/go-mod-secrets/24 [Pipeline] { [Pipeline] checkout 22:31:03 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.019s coverage: 93.3% of statements 22:31:03 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 22:31:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:31:05 gofmt -l . 22:31:05 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:31:05 $ docker stop --time=1 29dd6469e7f9a90ec54a94e9ac5f34df89690147c437576558b2f2149712c570 22:31:05 using credential edgex-jenkins-ssh 22:31:05 Cloning the remote Git repository 22:31:05 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:31:05 > git init /w/workspace/go-mod-secrets/24 # timeout=10 22:31:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:31:05 > git --version # timeout=10 22:31:05 > git --version # 'git version 2.24.3' 22:31:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:31:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:31:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:31:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:31:06 Checking out Revision fc665292454601d0366d29366e74bce40b0e53ce (master) 22:31:06 > git config core.sparsecheckout # timeout=10 22:31:06 > git checkout -f fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 22:31:07 $ docker rm -f 29dd6469e7f9a90ec54a94e9ac5f34df89690147c437576558b2f2149712c570 [Pipeline] // withDockerContainer [Pipeline] sh 22:31:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:31:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:31:09 Commit message: "Merge pull request #82 from lenny-intel/v2-module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:31:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:31:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:31:12 + sudo service docker restart 22:31:12 + true 22:31:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:31:13 ========================================================= 22:31:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:31:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:31:14 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:31:14 Sending build context to Docker daemon 464.4kB 22:31:14 Step 1/7 : ARG BASE=golang:1.15-alpine 22:31:14 Step 2/7 : FROM ${BASE} 22:31:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:31:14 188c0c94c7c5: Pulling fs layer 22:31:14 0ef7d3d256c8: Pulling fs layer 22:31:14 de9db76c5a1d: Pulling fs layer 22:31:14 bca2f99d35d6: Pulling fs layer 22:31:14 93359f2a8cfa: Pulling fs layer 22:31:14 7c6f9722023f: Pulling fs layer 22:31:14 a35cf1a2eb13: Pulling fs layer 22:31:14 93359f2a8cfa: Waiting 22:31:14 bca2f99d35d6: Waiting 22:31:14 7c6f9722023f: Waiting 22:31:14 a35cf1a2eb13: Waiting 22:31:14 de9db76c5a1d: Verifying Checksum 22:31:14 de9db76c5a1d: Download complete 22:31:14 0ef7d3d256c8: Verifying Checksum 22:31:14 0ef7d3d256c8: Download complete 22:31:14 93359f2a8cfa: Verifying Checksum 22:31:14 93359f2a8cfa: Download complete 22:31:14 7c6f9722023f: Verifying Checksum 22:31:14 7c6f9722023f: Download complete 22:31:14 188c0c94c7c5: Verifying Checksum 22:31:14 188c0c94c7c5: Download complete 22:31:14 188c0c94c7c5: Pull complete 22:31:15 0ef7d3d256c8: Pull complete 22:31:15 de9db76c5a1d: Pull complete 22:31:17 a35cf1a2eb13: Verifying Checksum 22:31:17 a35cf1a2eb13: Download complete 22:31:18 bca2f99d35d6: Download complete 22:31:23 bca2f99d35d6: Pull complete 22:31:23 93359f2a8cfa: Pull complete 22:31:23 7c6f9722023f: Pull complete 22:31:29 a35cf1a2eb13: Pull complete 22:31:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:31:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:31:29 ---> a62c8e92a672 22:31:29 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:31:29 ---> Running in 59c99ffabec4 22:31:29 Removing intermediate container 59c99ffabec4 22:31:29 ---> 8774879c9e46 22:31:29 Step 4/7 : RUN apk add --update bash 22:31:29 ---> Running in 2fe1c4dbbd89 22:31:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:31 OK: 166 MiB in 39 packages 22:31:31 Removing intermediate container 2fe1c4dbbd89 22:31:31 ---> 1a5c22a5f247 22:31:31 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:31:31 ---> Running in 2da90e68df9d 22:31:31 Removing intermediate container 2da90e68df9d 22:31:31 ---> 5064dc2c3060 22:31:31 Step 6/7 : COPY go.mod . 22:31:32 ---> 57b416cc27e2 22:31:32 Step 7/7 : RUN go mod download 22:31:32 ---> Running in b96324da3aac 22:31:44 Removing intermediate container b96324da3aac 22:31:44 ---> 62c18140c273 22:31:44 Successfully built 62c18140c273 22:31:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:31:44 + docker inspect -f . ci-base-image-x86_64 22:31:44 . [Pipeline] withDockerContainer 22:31:44 prd-centos7-docker-4c-2g-21372 does not seem to be running inside a container 22:31:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/24 -v /w/workspace/go-mod-secrets/24:/w/workspace/go-mod-secrets/24:rw,z -v /w/workspace/go-mod-secrets/24@tmp:/w/workspace/go-mod-secrets/24@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-x86_64 cat 22:31:45 $ docker top 29d46ea6922da7f80e4780dfa40f7382ebfeddc27ed98bfb083922403eaa3526 -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:46 + go version 22:31:46 go version go1.15.5 linux/amd64 [Pipeline] } 22:31:46 $ docker stop --time=1 29d46ea6922da7f80e4780dfa40f7382ebfeddc27ed98bfb083922403eaa3526 22:31:47 $ docker rm -f 29d46ea6922da7f80e4780dfa40f7382ebfeddc27ed98bfb083922403eaa3526 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:31:48 + docker inspect -f . ci-base-image-x86_64 22:31:48 . [Pipeline] withDockerContainer 22:31:48 prd-centos7-docker-4c-2g-21372 does not seem to be running inside a container 22:31:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/24 -v /w/workspace/go-mod-secrets/24:/w/workspace/go-mod-secrets/24:rw,z -v /w/workspace/go-mod-secrets/24@tmp:/w/workspace/go-mod-secrets/24@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-x86_64 cat 22:31:48 $ docker top 699072b6568aa4a383324e72a5bae75e4d276e30c8eda6531b4f7b261c0aade5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:49 + make test 22:31:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:31:56 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 22:31:56 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 22:32:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.010s coverage: 96.7% of statements 22:32:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.014s coverage: 44.1% of statements 22:32:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.026s coverage: 89.5% of statements 22:32:06 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 22:32:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.005s coverage: 100.0% of statements 22:32:06 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 22:32:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.005s coverage: 87.5% of statements 22:32:13 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.012s coverage: 93.3% of statements 22:32:13 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 22:32:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:32:14 gofmt -l . 22:32:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:32:14 $ docker stop --time=1 699072b6568aa4a383324e72a5bae75e4d276e30c8eda6531b4f7b261c0aade5 22:32:16 $ docker rm -f 699072b6568aa4a383324e72a5bae75e4d276e30c8eda6531b4f7b261c0aade5 [Pipeline] // withDockerContainer [Pipeline] sh 22:32:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:32:17 Warning: overwriting stash ‘coverage-report’ 22:32:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:32:19 provisioning config files... 22:32:19 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8584902359747313612tmp [Pipeline] { [Pipeline] sh 22:32:19 + set +x 22:32:19 + curl -s https://codecov.io/bash 22:32:19 + bash -s -- 22:32:20 22:32:20 _____ _ 22:32:20 / ____| | | 22:32:20 | | ___ __| | ___ ___ _____ __ 22:32:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:32:20 | |___| (_) | (_| | __/ (_| (_) \ V / 22:32:20 \_____\___/ \__,_|\___|\___\___/ \_/ 22:32:20 Bash-20210115-cec3c92 22:32:20 22:32:20 22:32:20 ==> git version 2.24.3 found 22:32:20 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:32:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:32:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:32:20 ==> Jenkins CI detected. 22:32:20 project root: . 22:32:20 --> token set from env 22:32:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:32:20 ==> Running gcov in . (disable via -X gcov) 22:32:20 ==> Python coveragepy not found 22:32:20 ==> Searching for coverage reports in: 22:32:20 + . 22:32:20 -> Found 1 reports 22:32:20 ==> Detecting git/mercurial file structure 22:32:20 ==> Reading reports 22:32:20 + ./coverage.out bytes=17226 22:32:20 ==> Appending adjustments 22:32:20 https://docs.codecov.io/docs/fixing-reports 22:32:20 + Found adjustments 22:32:20 ==> Gzipping contents 22:32:20 4.0K /tmp/codecov.ZIxei3.gz 22:32:20 ==> Uploading reports 22:32:20 url: https://codecov.io 22:32:20 query: branch=master&commit=fc665292454601d0366d29366e74bce40b0e53ce&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F24%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 22:32:20 -> Pinging Codecov 22:32:20 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=fc665292454601d0366d29366e74bce40b0e53ce&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F24%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 22:32:20 -> Uploading to 22:32:20 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/fc665292454601d0366d29366e74bce40b0e53ce/76d1bb47-564b-4922-8f80-323cb457fd1f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T223220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=85103900588407e8a613e3ad0fb13382ef4235f4692b0383496f4665a0fa1a01 22:32:20 % Total % Received % Xferd Average Speed Time Time Time Current 22:32:20 Dload Upload Total Spent Left Speed 22:32:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 7534 --:--:-- --:--:-- --:--:-- 7538 22:32:21 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/fc665292454601d0366d29366e74bce40b0e53ce [Pipeline] } 22:32:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:32:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:32:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:32:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:32:22 22:32:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:32:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:32:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:32:22 188c0c94c7c5: Pulling fs layer 22:32:22 0ef7d3d256c8: Pulling fs layer 22:32:22 de9db76c5a1d: Pulling fs layer 22:32:22 0eba1c9be4d2: Pulling fs layer 22:32:22 0d57e429df01: Pulling fs layer 22:32:22 4e4be7b47b0d: Pulling fs layer 22:32:22 e1f770b5df2f: Pulling fs layer 22:32:22 85a0685a4137: Pulling fs layer 22:32:22 0d57e429df01: Waiting 22:32:22 4e4be7b47b0d: Waiting 22:32:22 e1f770b5df2f: Waiting 22:32:22 85a0685a4137: Waiting 22:32:22 0eba1c9be4d2: Waiting 22:32:22 de9db76c5a1d: Verifying Checksum 22:32:22 de9db76c5a1d: Download complete 22:32:22 0ef7d3d256c8: Verifying Checksum 22:32:22 0ef7d3d256c8: Download complete 22:32:22 0d57e429df01: Download complete 22:32:22 4e4be7b47b0d: Verifying Checksum 22:32:22 4e4be7b47b0d: Download complete 22:32:22 188c0c94c7c5: Verifying Checksum 22:32:23 188c0c94c7c5: Pull complete 22:32:23 0ef7d3d256c8: Pull complete 22:32:23 de9db76c5a1d: Pull complete 22:32:23 e1f770b5df2f: Verifying Checksum 22:32:23 e1f770b5df2f: Download complete 22:32:26 0eba1c9be4d2: Verifying Checksum 22:32:26 0eba1c9be4d2: Download complete 22:32:26 85a0685a4137: Verifying Checksum 22:32:26 85a0685a4137: Download complete 22:32:30 0eba1c9be4d2: Pull complete 22:32:30 0d57e429df01: Pull complete 22:32:30 4e4be7b47b0d: Pull complete 22:32:33 e1f770b5df2f: Pull complete 22:32:43 85a0685a4137: Pull complete 22:32:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:32:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:32:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:32:43 prd-centos7-docker-4c-2g-21368 does not seem to be running inside a container 22:32:43 $ 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 22:32:43 $ docker top 9dc83dcf52ac2acc97adce2bb2ab77a28e4ecc055655936b3a974f5deef347fe -eo pid,comm [Pipeline] { [Pipeline] echo 22:32:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:32:44 + set -o pipefail 22:32:44 + snyk monitor '--org=edgex-jenkins' 22:32:47 22:32:47 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 22:32:47 22:32:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/4eb23152-b1d3-4e9c-b854-198365e7aa32 22:32:47 22:32:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:32:47 22:32:47 [Pipeline] } 22:32:47 $ docker stop --time=1 9dc83dcf52ac2acc97adce2bb2ab77a28e4ecc055655936b3a974f5deef347fe 22:32:49 $ docker rm -f 9dc83dcf52ac2acc97adce2bb2ab77a28e4ecc055655936b3a974f5deef347fe [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 22:32:51 + git log --format=format:%s -1 fc665292454601d0366d29366e74bce40b0e53ce [Pipeline] isUnix [Pipeline] sh 22:32:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:32:52 . [Pipeline] withDockerContainer 22:32:52 prd-centos7-docker-4c-2g-21368 does not seem to be running inside a container 22:32:52 $ 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 22:32:53 $ docker top f59376220b4d8e2ec584fc7b76b6b27bdb8d91b397ab7c0f7e61fdb3f208c649 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:32:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:53 [ssh-agent] Looking for ssh-agent implementation... 22:32:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:32:53 $ docker exec f59376220b4d8e2ec584fc7b76b6b27bdb8d91b397ab7c0f7e61fdb3f208c649 ssh-agent 22:32:53 SSH_AUTH_SOCK=/tmp/ssh-f7rcM65kvwcR/agent.12 22:32:53 SSH_AGENT_PID=18 22:32:53 Running ssh-add (command line suppressed) 22:32:54 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3565153160893566678.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3565153160893566678.key) 22:32:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:32:54 + git semver tag 22:32:54 # -> Open(): unable to determine branch for HEAD 22:32:54 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:32:54 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:32:54 # $SEMVER_REMOTE_NAME = origin 22:32:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:32:54 # $SEMVER_USER_NAME = edgex-jenkins 22:32:54 # $SEMVER_BRANCH = master 22:32:54 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 22:32:54 # fc665292454601d0366d29366e74bce40b0e53ce HEAD 22:32:54 # -> Force: false 22:32:54 # 940348dfdf8b21aa5b50611094fcc46f63d9923d refs/tags/v2.0.0-dev.1 [Pipeline] } 22:32:54 $ docker exec --env ******** --env ******** f59376220b4d8e2ec584fc7b76b6b27bdb8d91b397ab7c0f7e61fdb3f208c649 ssh-agent -k 22:32:54 unset SSH_AUTH_SOCK; 22:32:54 unset SSH_AGENT_PID; 22:32:54 echo Agent pid 18 killed; 22:32:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:32:55 + git semver [Pipeline] } 22:32:55 $ docker stop --time=1 f59376220b4d8e2ec584fc7b76b6b27bdb8d91b397ab7c0f7e61fdb3f208c649 22:32:56 $ docker rm -f f59376220b4d8e2ec584fc7b76b6b27bdb8d91b397ab7c0f7e61fdb3f208c649 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:32:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:32:57 22:32:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:32:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:32:57 0.23.1-centos7: Pulling from edgex-lftools 22:32:57 ab5ef0e58194: Pulling fs layer 22:32:57 9712f1f96733: Pulling fs layer 22:32:57 63f879dbbcfc: Pulling fs layer 22:32:57 0d9ebad4ef96: Pulling fs layer 22:32:57 e9a5061849ea: Pulling fs layer 22:32:57 d747dcd14b5f: Pulling fs layer 22:32:57 2de7ff778b66: Pulling fs layer 22:32:57 0d9ebad4ef96: Waiting 22:32:57 d747dcd14b5f: Waiting 22:32:57 e9a5061849ea: Waiting 22:32:57 2de7ff778b66: Waiting 22:32:57 9712f1f96733: Verifying Checksum 22:32:57 9712f1f96733: Download complete 22:32:58 63f879dbbcfc: Verifying Checksum 22:32:58 63f879dbbcfc: Download complete 22:32:59 e9a5061849ea: Verifying Checksum 22:32:59 e9a5061849ea: Download complete 22:32:59 d747dcd14b5f: Verifying Checksum 22:32:59 d747dcd14b5f: Download complete 22:32:59 2de7ff778b66: Verifying Checksum 22:32:59 2de7ff778b66: Download complete 22:32:59 ab5ef0e58194: Verifying Checksum 22:32:59 ab5ef0e58194: Download complete 22:32:59 0d9ebad4ef96: Verifying Checksum 22:32:59 0d9ebad4ef96: Download complete 22:33:03 ab5ef0e58194: Pull complete 22:33:03 9712f1f96733: Pull complete 22:33:06 63f879dbbcfc: Pull complete 22:33:11 0d9ebad4ef96: Pull complete 22:33:13 e9a5061849ea: Pull complete 22:33:13 d747dcd14b5f: Pull complete 22:33:16 2de7ff778b66: Pull complete 22:33:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:33:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:33:16 prd-centos7-docker-4c-2g-21368 does not seem to be running inside a container 22:33:16 $ 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 22:33:19 $ docker top 7a73d3c01bd7a15220966961447372a406fe75356a2900504445b0e407a7572a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:33:20 provisioning config files... 22:33:20 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4689711471561730002tmp 22:33:20 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2915940700446996252tmp 22:33:20 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3140920089797588575tmp [Pipeline] { [Pipeline] echo 22:33:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:33:20 ---> sigul-configuration.sh 22:33:20 gpg: directory `/root/.gnupg' created 22:33:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:33:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:33:20 gpg: keyring `/root/.gnupg/secring.gpg' created 22:33:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:33:20 gpg: CAST5 encrypted data 22:33:20 gpg: encrypted with 1 passphrase 22:33:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:33:21 + mkdir /home/jenkins 22:33:21 + mkdir /home/jenkins/sigul [Pipeline] sh 22:33:21 + 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 22:33:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:33:21 ---> sigul-install.sh 22:33:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:33:27 + git tag --list 22:33:27 v0.0.0 22:33:27 v0.0.1 22:33:27 v0.0.10 22:33:27 v0.0.11 22:33:27 v0.0.12 22:33:27 v0.0.13 22:33:27 v0.0.14 22:33:27 v0.0.15 22:33:27 v0.0.16 22:33:27 v0.0.17 22:33:27 v0.0.18 22:33:27 v0.0.19 22:33:27 v0.0.2 22:33:27 v0.0.20 22:33:27 v0.0.21 22:33:27 v0.0.22 22:33:27 v0.0.23 22:33:27 v0.0.24 22:33:27 v0.0.25 22:33:27 v0.0.26 22:33:27 v0.0.27 22:33:27 v0.0.28 22:33:27 v0.0.29 22:33:27 v0.0.3 22:33:27 v0.0.30 22:33:27 v0.0.31 22:33:27 v0.0.32 22:33:27 v0.0.33 22:33:27 v0.0.4 22:33:27 v0.0.5 22:33:27 v0.0.6 22:33:27 v0.0.7 22:33:27 v0.0.8 22:33:27 v0.0.9 22:33:27 v2.0.0-dev.1 [Pipeline] sh 22:33:27 + lftools sign git-tag v2.0.0-dev.1 22:33:28 Signing Git tag with Sigul... 22:33:28 Signing v2.0.0-dev.1 [Pipeline] echo 22:33:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:33:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:33:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:33:29 $ docker stop --time=1 7a73d3c01bd7a15220966961447372a406fe75356a2900504445b0e407a7572a 22:33:31 $ docker rm -f 7a73d3c01bd7a15220966961447372a406fe75356a2900504445b0e407a7572a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:33:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:32 . [Pipeline] withDockerContainer 22:33:32 prd-centos7-docker-4c-2g-21368 does not seem to be running inside a container 22:33:32 $ 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 22:33:33 $ docker top c44a41d9985ac4350a53ef72374e0fa0237c87392370dd26249b8641bff39281 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:33:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:33 [ssh-agent] Looking for ssh-agent implementation... 22:33:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:34 $ docker exec c44a41d9985ac4350a53ef72374e0fa0237c87392370dd26249b8641bff39281 ssh-agent 22:33:34 SSH_AUTH_SOCK=/tmp/ssh-4vK3vI5EZJ76/agent.13 22:33:34 SSH_AGENT_PID=18 22:33:34 Running ssh-add (command line suppressed) 22:33:34 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2696548736011559800.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2696548736011559800.key) 22:33:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:34 + git semver bump pre 22:33:34 # -> Open(): unable to determine branch for HEAD 22:33:34 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:33:34 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:33:34 # $SEMVER_REMOTE_NAME = origin 22:33:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:33:34 # $SEMVER_USER_NAME = edgex-jenkins 22:33:34 # $SEMVER_BRANCH = master 22:33:34 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 22:33:34 2.0.0-dev.2 [Pipeline] } 22:33:34 $ docker exec --env ******** --env ******** c44a41d9985ac4350a53ef72374e0fa0237c87392370dd26249b8641bff39281 ssh-agent -k 22:33:34 unset SSH_AUTH_SOCK; 22:33:34 unset SSH_AGENT_PID; 22:33:34 echo Agent pid 18 killed; 22:33:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:33:35 + git semver [Pipeline] } 22:33:35 $ docker stop --time=1 c44a41d9985ac4350a53ef72374e0fa0237c87392370dd26249b8641bff39281 22:33:36 $ docker rm -f c44a41d9985ac4350a53ef72374e0fa0237c87392370dd26249b8641bff39281 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:37 . [Pipeline] withDockerContainer 22:33:37 prd-centos7-docker-4c-2g-21368 does not seem to be running inside a container 22:33:37 $ 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 22:33:37 $ docker top 6b64dfbb7ef9228727a1756384bc4b7152f6261c35ed3357ff8fa56231bc9359 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:33:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:38 [ssh-agent] Looking for ssh-agent implementation... 22:33:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:38 $ docker exec 6b64dfbb7ef9228727a1756384bc4b7152f6261c35ed3357ff8fa56231bc9359 ssh-agent 22:33:38 SSH_AUTH_SOCK=/tmp/ssh-hfibczOniUI1/agent.11 22:33:38 SSH_AGENT_PID=16 22:33:38 Running ssh-add (command line suppressed) 22:33:38 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7943062385621070509.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7943062385621070509.key) 22:33:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:38 + git semver push 22:33:38 # -> Open(): unable to determine branch for HEAD 22:33:38 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:33:38 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:33:38 # $SEMVER_REMOTE_NAME = origin 22:33:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:33:38 # $SEMVER_USER_NAME = edgex-jenkins 22:33:38 # $SEMVER_BRANCH = master 22:33:38 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 22:33:45 $ docker exec --env ******** --env ******** 6b64dfbb7ef9228727a1756384bc4b7152f6261c35ed3357ff8fa56231bc9359 ssh-agent -k 22:33:45 unset SSH_AUTH_SOCK; 22:33:45 unset SSH_AGENT_PID; 22:33:45 echo Agent pid 16 killed; 22:33:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:33:46 + git semver [Pipeline] } 22:33:46 $ docker stop --time=1 6b64dfbb7ef9228727a1756384bc4b7152f6261c35ed3357ff8fa56231bc9359 22:33:47 $ docker rm -f 6b64dfbb7ef9228727a1756384bc4b7152f6261c35ed3357ff8fa56231bc9359 [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 22:33:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:33:49 ---> package-listing.sh 22:33:49 ++ facter osfamily 22:33:49 ++ tr '[:upper:]' '[:lower:]' 22:33:49 + OS_FAMILY=redhat 22:33:49 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 22:33:49 + START_PACKAGES=/tmp/packages_start.txt 22:33:49 + END_PACKAGES=/tmp/packages_end.txt 22:33:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:33:49 + PACKAGES=/tmp/packages_start.txt 22:33:49 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 22:33:49 + PACKAGES=/tmp/packages_end.txt 22:33:49 + case "${OS_FAMILY}" in 22:33:49 + rpm -qa 22:33:49 + sort 22:33:54 + '[' -f /tmp/packages_start.txt ']' 22:33:54 + '[' -f /tmp/packages_end.txt ']' 22:33:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:33:54 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 22:33:54 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 22:33:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 22:33:54 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 22:33:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:33:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:55 22:33:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:33:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:55 alpine: Pulling from edgex-lftools-log-publisher 22:33:55 df20fa9351a1: Pulling fs layer 22:33:55 36b3adc4ff6f: Pulling fs layer 22:33:55 8ad3a11d3b57: Pulling fs layer 22:33:55 46f8f816bc3b: Pulling fs layer 22:33:55 93b61091891f: Pulling fs layer 22:33:55 93b9cdb0e59b: Pulling fs layer 22:33:55 5e14af77c1be: Pulling fs layer 22:33:55 01666e4c0597: Pulling fs layer 22:33:55 aa168da1d23b: Pulling fs layer 22:33:55 93b61091891f: Waiting 22:33:55 93b9cdb0e59b: Waiting 22:33:55 5e14af77c1be: Waiting 22:33:55 01666e4c0597: Waiting 22:33:55 46f8f816bc3b: Waiting 22:33:55 aa168da1d23b: Waiting 22:33:55 36b3adc4ff6f: Verifying Checksum 22:33:55 36b3adc4ff6f: Download complete 22:33:55 46f8f816bc3b: Verifying Checksum 22:33:55 46f8f816bc3b: Download complete 22:33:55 df20fa9351a1: Verifying Checksum 22:33:55 df20fa9351a1: Download complete 22:33:55 93b9cdb0e59b: Verifying Checksum 22:33:55 93b9cdb0e59b: Download complete 22:33:55 93b61091891f: Verifying Checksum 22:33:55 93b61091891f: Download complete 22:33:55 5e14af77c1be: Download complete 22:33:55 01666e4c0597: Verifying Checksum 22:33:55 01666e4c0597: Download complete 22:33:55 8ad3a11d3b57: Verifying Checksum 22:33:55 8ad3a11d3b57: Download complete 22:33:56 df20fa9351a1: Pull complete 22:33:56 36b3adc4ff6f: Pull complete 22:33:57 8ad3a11d3b57: Pull complete 22:33:57 46f8f816bc3b: Pull complete 22:33:57 aa168da1d23b: Verifying Checksum 22:33:57 aa168da1d23b: Download complete 22:33:57 93b61091891f: Pull complete 22:33:58 93b9cdb0e59b: Pull complete 22:33:58 5e14af77c1be: Pull complete 22:33:58 01666e4c0597: Pull complete 22:34:04 aa168da1d23b: Pull complete 22:34:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:34:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:34:05 prd-centos7-docker-4c-2g-21368 does not seem to be running inside a container 22:34:05 $ 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 22:34:07 $ docker top ff3b6066f875ac7dbcd39ebc83d439de14fd1f2be2ee11b07b8b8e8056044bc2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:08 + touch /tmp/pre-build-complete [Pipeline] sh 22:34:08 + mkdir -p /var/log/sa [Pipeline] sh 22:34:08 + ls /var/log/sa-host 22:34:08 + sadf -c /var/log/sa-host/sa19 22:34:08 file_magic: OK 22:34:08 HZ: Using current value: 100 22:34:08 file_header: OK 22:34:08 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:34:08 Statistics: 22:34:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:34:08 File successfully converted to sysstat format version 12.2.1 22:34:08 + sadf -c /var/log/sa-host/sa23 22:34:08 file_magic: OK 22:34:08 HZ: Using current value: 100 22:34:08 file_header: OK 22:34:08 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:34:08 Statistics: 22:34:08 Hnuu...uuuununununu... 22:34:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:34:08 provisioning config files... 22:34:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6677936337582921171tmp [Pipeline] { [Pipeline] echo 22:34:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:34:09 ---> create-netrc.sh [Pipeline] } 22:34:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:34:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:34:09 ---> python-tools-install.sh [Pipeline] echo 22:34:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:34:09 ---> sudo-logs.sh 22:34:09 Archiving 'sudo' log.. [Pipeline] echo 22:34:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:34:10 ---> job-cost.sh 22:34:10 lf-activate-venv: SKIPPING 22:34:10 INFO: No Stack... 22:34:11 INFO: Retrieving Pricing Info for: v1-standard-2 22:34:11 INFO: Archiving Costs [Pipeline] echo 22:34:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:34:11 ---> logs-deploy.sh 22:34:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/24 22:34:11 INFO: archiving workspace using pattern(s): 22:34:13 Archives upload complete. 22:34:13 INFO: archiving logs to Nexus