Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54d690802fcd9d1c6bb494df3d90b867036270b7 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-registry, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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-registry-settings PROJECT: go-mod-registry 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-registry 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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2373 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 54d690802fcd9d1c6bb494df3d90b867036270b7 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 Commit message: "Merge pull request #50 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk 1046cccd4841a3fd011f4d5cde55378f39b67fd6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:19:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:19:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:19:14 ========================================================= 22:19:14 EdgeX Global Pipelines Version Info 22:19:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:19:15 ------------------- 22:19:15 stable info: 22:19:15 ------------------- 22:19:15 Commited By: Emilio Reyes emilio.reyes@intel.com 22:19:15 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 22:19:15 Message: update stable to v1.0.119 22:19:16 ------------------- 22:19:16 experimental info: 22:19:16 ------------------- 22:19:16 Commited By: **** collab-it+edgex@linuxfoundation.org 22:19:16 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 22:19:16 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:19:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 22:19:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:19:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:19:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:19:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:19:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54d690802fcd9d1c6bb494df3d90b867036270b7 [Pipeline] echo 22:19:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54d6908 [Pipeline] echo 22:19:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:19:20 + git log --format=format:%s -1 54d690802fcd9d1c6bb494df3d90b867036270b7 [Pipeline] echo 22:19:20 GIT_COMMIT: 54d690802fcd9d1c6bb494df3d90b867036270b7, Commit Message: Merge pull request #50 from jpwhitemn/upd-go-1-15 [Pipeline] echo 22:19:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:19:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:20 22:19:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:19:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:21 latest: Pulling from edgex-devops/git-semver 22:19:21 31603596830f: Pulling fs layer 22:19:21 2a8b12db71e7: Pulling fs layer 22:19:21 6ca5941a6612: Pulling fs layer 22:19:21 ecc8261a40a4: Pulling fs layer 22:19:21 ecc8261a40a4: Waiting 22:19:21 2a8b12db71e7: Verifying Checksum 22:19:21 2a8b12db71e7: Download complete 22:19:21 31603596830f: Verifying Checksum 22:19:21 31603596830f: Download complete 22:19:21 ecc8261a40a4: Verifying Checksum 22:19:21 ecc8261a40a4: Download complete 22:19:21 6ca5941a6612: Verifying Checksum 22:19:21 6ca5941a6612: Download complete 22:19:21 31603596830f: Pull complete 22:19:21 2a8b12db71e7: Pull complete 22:19:22 6ca5941a6612: Pull complete 22:19:22 ecc8261a40a4: Pull complete 22:19:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:19:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:19:22 prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container 22:19:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:19:24 $ docker top b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:19:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:24 [ssh-agent] Looking for ssh-agent implementation... 22:19:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:24 $ docker exec b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 ssh-agent 22:19:24 SSH_AUTH_SOCK=/tmp/ssh-xgQV9ThJjcnL/agent.12 22:19:24 SSH_AGENT_PID=17 22:19:24 Running ssh-add (command line suppressed) 22:19:25 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4741543811087124746.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4741543811087124746.key) 22:19:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:25 + git describe --exact-match --tags HEAD 22:19:25 fatal: No names found, cannot describe anything. [Pipeline] } 22:19:25 $ docker exec --env ******** --env ******** b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 ssh-agent -k 22:19:25 unset SSH_AUTH_SOCK; 22:19:25 unset SSH_AGENT_PID; 22:19:25 echo Agent pid 17 killed; 22:19:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:19:25 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:19:25 This usually means this commit has not been tagged. [Pipeline] sshagent 22:19:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:25 [ssh-agent] Looking for ssh-agent implementation... 22:19:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:25 $ docker exec b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 ssh-agent 22:19:26 SSH_AUTH_SOCK=/tmp/ssh-F0luwcTssEkg/agent.46 22:19:26 SSH_AGENT_PID=51 22:19:26 Running ssh-add (command line suppressed) 22:19:26 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4163785562325473897.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4163785562325473897.key) 22:19:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:26 + git semver init 22:19:26 # -> Open(): unable to determine branch for HEAD 22:19:26 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 22:19:26 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 22:19:26 # $SEMVER_REMOTE_NAME = origin 22:19:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:19:26 # $SEMVER_USER_NAME = edgex-jenkins 22:19:26 # $SEMVER_BRANCH = master 22:19:26 # $SEMVER_TEMP = /tmp/semver-408370670 22:19:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 22:19:26 # '/tmp/semver-408370670' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 22:19:26 # -> Force: false 22:19:26 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 22:19:26 $ docker exec --env ******** --env ******** b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 ssh-agent -k 22:19:27 unset SSH_AUTH_SOCK; 22:19:27 unset SSH_AGENT_PID; 22:19:27 echo Agent pid 51 killed; 22:19:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:19:27 + git semver [Pipeline] } 22:19:27 $ docker stop --time=1 b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 22:19:28 $ docker rm -f b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:19:29 Stashed 32 file(s) [Pipeline] echo 22:19:29 [edgeXSemver]: initialized semver on version 0.1.22 [Pipeline] echo 22:19:29 Archived original version: [0.1.22] [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:19:45 Still waiting to schedule task 22:19:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:19:45 Still waiting to schedule task 22:19:45 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:22:18 Running on prd-centos7-docker-4c-2g-2377 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 22:22:18 Running in /w/workspace/go-mod-registry/10 [Pipeline] { [Pipeline] checkout 22:22:20 using credential edgex-jenkins-ssh 22:22:21 Cloning the remote Git repository 22:22:21 Cloning with configured refspecs honoured and without tags 22:22:21 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 22:22:21 > git init /w/workspace/go-mod-registry/10 # timeout=10 22:22:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 22:22:21 > git --version # timeout=10 22:22:21 > git --version # 'git version 2.16.5' 22:22:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:22:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:22:21 Fetching without tags 22:22:22 Checking out Revision 54d690802fcd9d1c6bb494df3d90b867036270b7 (master) 22:22:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 22:22:21 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:22:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 22:22:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 22:22:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:22:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:22:22 > git config core.sparsecheckout # timeout=10 22:22:22 > git checkout -f 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 22:22:25 Commit message: "Merge pull request #50 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:22:26 ========================================================= 22:22:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:22:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:22:27 + 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:22:27 Sending build context to Docker daemon 315.9kB 22:22:27 Step 1/7 : ARG BASE=golang:1.15-alpine 22:22:27 Step 2/7 : FROM ${BASE} 22:22:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:22:27 df20fa9351a1: Pulling fs layer 22:22:27 ed8968b2872e: Pulling fs layer 22:22:27 a92cc7c5fd73: Pulling fs layer 22:22:27 e871e8e8d7a9: Pulling fs layer 22:22:27 e73272ec9a57: Pulling fs layer 22:22:27 1e910a182e73: Pulling fs layer 22:22:27 4e634b169226: Pulling fs layer 22:22:27 e871e8e8d7a9: Waiting 22:22:27 e73272ec9a57: Waiting 22:22:27 1e910a182e73: Waiting 22:22:27 4e634b169226: Waiting 22:22:27 a92cc7c5fd73: Verifying Checksum 22:22:27 a92cc7c5fd73: Download complete 22:22:27 ed8968b2872e: Verifying Checksum 22:22:27 ed8968b2872e: Download complete 22:22:27 e73272ec9a57: Verifying Checksum 22:22:27 e73272ec9a57: Download complete 22:22:28 1e910a182e73: Verifying Checksum 22:22:28 1e910a182e73: Download complete 22:22:28 df20fa9351a1: Verifying Checksum 22:22:28 df20fa9351a1: Download complete 22:22:28 df20fa9351a1: Pull complete 22:22:29 ed8968b2872e: Pull complete 22:22:29 a92cc7c5fd73: Pull complete 22:22:29 4e634b169226: Verifying Checksum 22:22:29 4e634b169226: Download complete 22:22:30 e871e8e8d7a9: Verifying Checksum 22:22:30 e871e8e8d7a9: Download complete 22:22:35 e871e8e8d7a9: Pull complete 22:22:35 e73272ec9a57: Pull complete 22:22:35 1e910a182e73: Pull complete 22:22:40 4e634b169226: Pull complete 22:22:40 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:22:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:22:40 ---> f7629b54cfaa 22:22:40 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:22:40 ---> Running in f1309f0e2770 22:22:40 Removing intermediate container f1309f0e2770 22:22:40 ---> fd7a2c0e6b7a 22:22:40 Step 4/7 : RUN apk add --update bash 22:22:40 ---> Running in 281c529458fd 22:22:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:42 OK: 166 MiB in 39 packages 22:22:42 Removing intermediate container 281c529458fd 22:22:42 ---> 7d5afce9224a 22:22:42 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:22:42 ---> Running in c1810f9fc25e 22:22:43 Removing intermediate container c1810f9fc25e 22:22:43 ---> 648efe9f20ef 22:22:43 Step 6/7 : COPY go.mod . 22:22:43 ---> a5e6365c0577 22:22:43 Step 7/7 : RUN go mod download 22:22:43 ---> Running in 249a84d4481f 22:22:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2376 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 22:22:50 Running in /w/workspace/go-mod-registry/10 [Pipeline] { [Pipeline] checkout 22:22:53 Removing intermediate container 249a84d4481f 22:22:53 ---> 5eeee9cb851d 22:22:53 Successfully built 5eeee9cb851d 22:22:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } 22:22:55 using credential edgex-jenkins-ssh 22:22:55 Cloning the remote Git repository 22:22:55 Cloning with configured refspecs honoured and without tags 22:22:55 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 22:22:56 Fetching without tags 22:22:55 > git init /w/workspace/go-mod-registry/10 # timeout=10 22:22:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 22:22:56 > git --version # timeout=10 22:22:56 > git --version # 'git version 2.17.1' 22:22:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:22:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:22:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 22:22:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:22:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 22:22:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 22:22:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:22:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:22:57 Checking out Revision 54d690802fcd9d1c6bb494df3d90b867036270b7 (master) 22:22:57 > git config core.sparsecheckout # timeout=10 22:22:57 > git checkout -f 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 22:23:01 Commit message: "Merge pull request #50 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:23:02 ========================================================= 22:23:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:23:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:23:03 + 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:23:04 Sending build context to Docker daemon 315.9kB 22:23:04 Step 1/7 : ARG BASE=golang:1.15-alpine 22:23:04 Step 2/7 : FROM ${BASE} 22:23:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:23:04 b538f80385f9: Pulling fs layer 22:23:04 74f711af9a0d: Pulling fs layer 22:23:04 99f96fe45779: Pulling fs layer 22:23:04 8529a6b9a6be: Pulling fs layer 22:23:04 45590311c82a: Pulling fs layer 22:23:04 69ca0ff8b7b3: Pulling fs layer 22:23:04 209524e5b208: Pulling fs layer 22:23:04 8529a6b9a6be: Waiting 22:23:04 45590311c82a: Waiting 22:23:04 69ca0ff8b7b3: Waiting 22:23:04 209524e5b208: Waiting 22:23:04 99f96fe45779: Download complete 22:23:04 74f711af9a0d: Verifying Checksum 22:23:04 74f711af9a0d: Download complete 22:23:04 45590311c82a: Download complete 22:23:05 69ca0ff8b7b3: Verifying Checksum 22:23:05 69ca0ff8b7b3: Download complete 22:23:05 b538f80385f9: Verifying Checksum 22:23:05 b538f80385f9: Download complete 22:23:06 b538f80385f9: Pull complete 22:23:06 74f711af9a0d: Pull complete 22:23:07 99f96fe45779: Pull complete 22:23:09 209524e5b208: Verifying Checksum 22:23:09 209524e5b208: Download complete 22:23:10 8529a6b9a6be: Verifying Checksum 22:23:10 8529a6b9a6be: Download complete 22:23:20 8529a6b9a6be: Pull complete 22:23:20 45590311c82a: Pull complete 22:23:20 69ca0ff8b7b3: Pull complete 22:23:24 209524e5b208: Pull complete 22:23:24 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:23:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:23:24 ---> 5bddaf1c2fca 22:23:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:23:27 ---> Running in 6523e3385c23 22:23:27 Removing intermediate container 6523e3385c23 22:23:27 ---> d584a9474611 22:23:27 Step 4/7 : RUN apk add --update bash 22:23:27 ---> Running in 306bf50c70da 22:23:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:23:30 OK: 142 MiB in 39 packages 22:23:32 Removing intermediate container 306bf50c70da 22:23:32 ---> d2b9da0034fa 22:23:32 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:23:32 ---> Running in e929230fda08 22:23:32 Removing intermediate container e929230fda08 22:23:32 ---> c6176846da30 22:23:32 Step 6/7 : COPY go.mod . 22:23:33 ---> 49c569b5871f 22:23:33 Step 7/7 : RUN go mod download 22:23:33 ---> Running in f3391f13bf3f 22:23:43 Removing intermediate container f3391f13bf3f 22:23:43 ---> 490ff16135a0 22:23:43 Successfully built 490ff16135a0 22:23:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:23:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:23:46 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:23:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:23:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:23:46 22:23:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:23:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:23:47 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:23:47 cbdbe7a5bc2a: Pulling fs layer 22:23:47 408f87550127: Pulling fs layer 22:23:47 fe522b08c979: Pulling fs layer 22:23:47 221eaa008020: Pulling fs layer 22:23:47 2a4607e5d6b9: Pulling fs layer 22:23:47 8f79b27c4fd2: Pulling fs layer 22:23:47 e5c8dbe1645b: Pulling fs layer 22:23:47 23e8b3b47431: Pulling fs layer 22:23:47 5c568d65a230: Pulling fs layer 22:23:47 2a4607e5d6b9: Waiting 22:23:47 23e8b3b47431: Waiting 22:23:47 8f79b27c4fd2: Waiting 22:23:47 5c568d65a230: Waiting 22:23:47 e5c8dbe1645b: Waiting 22:23:47 221eaa008020: Waiting 22:23:47 fe522b08c979: Verifying Checksum 22:23:47 fe522b08c979: Download complete 22:23:47 408f87550127: Verifying Checksum 22:23:47 408f87550127: Download complete 22:23:47 2a4607e5d6b9: Verifying Checksum 22:23:47 2a4607e5d6b9: Download complete 22:23:47 8f79b27c4fd2: Download complete 22:23:47 cbdbe7a5bc2a: Verifying Checksum 22:23:47 cbdbe7a5bc2a: Download complete 22:23:47 cbdbe7a5bc2a: Pull complete 22:23:47 408f87550127: Pull complete 22:23:48 fe522b08c979: Pull complete 22:23:48 e5c8dbe1645b: Verifying Checksum 22:23:48 e5c8dbe1645b: Download complete 22:23:48 23e8b3b47431: Verifying Checksum 22:23:48 23e8b3b47431: Download complete 22:23:49 5c568d65a230: Verifying Checksum 22:23:49 5c568d65a230: Download complete 22:23:50 221eaa008020: Verifying Checksum 22:23:50 221eaa008020: Download complete 22:23:56 221eaa008020: Pull complete 22:23:56 2a4607e5d6b9: Pull complete 22:23:56 8f79b27c4fd2: Pull complete 22:23:58 e5c8dbe1645b: Pull complete 22:24:02 23e8b3b47431: Pull complete 22:24:02 5c568d65a230: Pull complete 22:24:02 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:24:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:24:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:24:02 prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container 22:24:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/exfoundry_go-mod-registry_master:/ws -w /ws --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 22:24:03 $ docker top 5a63a9b6b7fc2ad38d656e8620096153011c642b3a0e44df023d4f84365341b8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:04 + snyk monitor '--org=edgex-jenkins' 22:24:07 22:24:07 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... 22:24:07 22:24:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/611c6088-ce65-4c90-beca-52ca4444552a 22:24:07 22:24:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:24:07 22:24:07 22:24:07 Snyk CLI supports Node.js 8 and higher. 22:24:07 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:24:07 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:24:07 22:24:07 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:24:07 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:24:07 $ docker stop --time=1 5a63a9b6b7fc2ad38d656e8620096153011c642b3a0e44df023d4f84365341b8 22:24:09 $ docker rm -f 5a63a9b6b7fc2ad38d656e8620096153011c642b3a0e44df023d4f84365341b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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] unstash [Pipeline] isUnix [Pipeline] sh 22:24:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:24:10 . [Pipeline] withDockerContainer 22:24:11 prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container 22:24:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:24:11 $ docker top c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:24:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:24:11 [ssh-agent] Looking for ssh-agent implementation... 22:24:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:24:12 $ docker exec c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 ssh-agent 22:24:12 SSH_AUTH_SOCK=/tmp/ssh-EqTD5Pdebe2p/agent.12 22:24:12 SSH_AGENT_PID=17 22:24:12 Running ssh-add (command line suppressed) 22:24:12 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5448490669397555831.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5448490669397555831.key) 22:24:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:24:12 + git semver tag 22:24:12 # -> Open(): unable to determine branch for HEAD 22:24:12 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 22:24:12 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 22:24:12 # $SEMVER_REMOTE_NAME = origin 22:24:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:24:12 # $SEMVER_USER_NAME = edgex-jenkins 22:24:12 # $SEMVER_BRANCH = master 22:24:12 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 22:24:12 # 54d690802fcd9d1c6bb494df3d90b867036270b7 HEAD 22:24:12 # -> Force: false 22:24:12 # 8ceb0ff0d407448e60774eaca981768fcd73c9e5 refs/tags/v0.1.22 [Pipeline] } 22:24:12 $ docker exec --env ******** --env ******** c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 ssh-agent -k 22:24:13 unset SSH_AUTH_SOCK; 22:24:13 unset SSH_AGENT_PID; 22:24:13 echo Agent pid 17 killed; 22:24:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:24:13 + git semver [Pipeline] } 22:24:13 $ docker stop --time=1 c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 22:24:14 $ docker rm -f c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:24:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:24:15 22:24:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:24:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:24:15 0.23.1-centos7: Pulling from edgex-lftools 22:24:15 ab5ef0e58194: Pulling fs layer 22:24:15 9712f1f96733: Pulling fs layer 22:24:15 63f879dbbcfc: Pulling fs layer 22:24:15 0d9ebad4ef96: Pulling fs layer 22:24:15 e9a5061849ea: Pulling fs layer 22:24:15 d747dcd14b5f: Pulling fs layer 22:24:15 2de7ff778b66: Pulling fs layer 22:24:15 d747dcd14b5f: Waiting 22:24:15 0d9ebad4ef96: Waiting 22:24:15 e9a5061849ea: Waiting 22:24:15 2de7ff778b66: Waiting 22:24:16 9712f1f96733: Verifying Checksum 22:24:16 9712f1f96733: Download complete 22:24:17 63f879dbbcfc: Verifying Checksum 22:24:17 63f879dbbcfc: Download complete 22:24:17 e9a5061849ea: Verifying Checksum 22:24:17 e9a5061849ea: Download complete 22:24:17 d747dcd14b5f: Download complete 22:24:17 2de7ff778b66: Verifying Checksum 22:24:17 2de7ff778b66: Download complete 22:24:18 0d9ebad4ef96: Verifying Checksum 22:24:18 0d9ebad4ef96: Download complete 22:24:18 ab5ef0e58194: Verifying Checksum 22:24:18 ab5ef0e58194: Download complete 22:24:22 ab5ef0e58194: Pull complete 22:24:22 9712f1f96733: Pull complete 22:24:25 63f879dbbcfc: Pull complete 22:24:31 0d9ebad4ef96: Pull complete 22:24:32 e9a5061849ea: Pull complete 22:24:32 d747dcd14b5f: Pull complete 22:24:35 2de7ff778b66: Pull complete 22:24:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:24:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:24:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:24:36 prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container 22:24:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:24:39 $ docker top e769d99738f8f9cb9a4730931c703493d498a6077487dd4acee953b8cb398383 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:24:39 provisioning config files... 22:24:39 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6766029792913149252tmp 22:24:39 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config3908573048733827874tmp 22:24:39 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config8369352311163343321tmp [Pipeline] { [Pipeline] echo 22:24:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:24:40 ---> sigul-configuration.sh 22:24:40 gpg: directory `/root/.gnupg' created 22:24:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:24:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:24:40 gpg: keyring `/root/.gnupg/secring.gpg' created 22:24:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:24:40 gpg: CAST5 encrypted data 22:24:40 gpg: encrypted with 1 passphrase 22:24:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:24:40 + mkdir /home/jenkins 22:24:40 + mkdir /home/jenkins/sigul [Pipeline] sh 22:24:41 + 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:24:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:24:41 ---> sigul-install.sh 22:24:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:24:47 + git tag --list 22:24:47 v0.1.22 [Pipeline] sh 22:24:47 + lftools sign git-tag v0.1.22 22:24:48 Signing Git tag with Sigul... 22:24:48 Signing v0.1.22 [Pipeline] echo 22:24:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:24:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:24:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:24:49 $ docker stop --time=1 e769d99738f8f9cb9a4730931c703493d498a6077487dd4acee953b8cb398383 22:24:51 $ docker rm -f e769d99738f8f9cb9a4730931c703493d498a6077487dd4acee953b8cb398383 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:24:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:24:52 . [Pipeline] withDockerContainer 22:24:52 prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container 22:24:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:24:53 $ docker top 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:24:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:24:53 [ssh-agent] Looking for ssh-agent implementation... 22:24:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:24:53 $ docker exec 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 ssh-agent 22:24:53 SSH_AUTH_SOCK=/tmp/ssh-kUUJOXPpoE5v/agent.11 22:24:53 SSH_AGENT_PID=16 22:24:53 Running ssh-add (command line suppressed) 22:24:53 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6261457925285088059.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6261457925285088059.key) 22:24:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:24:54 + git semver bump patch 22:24:54 # -> Open(): unable to determine branch for HEAD 22:24:54 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 22:24:54 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 22:24:54 # $SEMVER_REMOTE_NAME = origin 22:24:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:24:54 # $SEMVER_USER_NAME = edgex-jenkins 22:24:54 # $SEMVER_BRANCH = master 22:24:54 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 22:24:54 0.1.23 [Pipeline] } 22:24:54 $ docker exec --env ******** --env ******** 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 ssh-agent -k 22:24:54 unset SSH_AUTH_SOCK; 22:24:54 unset SSH_AGENT_PID; 22:24:54 echo Agent pid 16 killed; 22:24:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:24:55 + git semver [Pipeline] } 22:24:55 $ docker stop --time=1 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 22:24:56 $ docker rm -f 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:24:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:24:56 . [Pipeline] withDockerContainer 22:24:56 prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container 22:24:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:24:57 $ docker top 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:24:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:24:57 [ssh-agent] Looking for ssh-agent implementation... 22:24:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:24:58 $ docker exec 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 ssh-agent 22:24:58 SSH_AUTH_SOCK=/tmp/ssh-odMkKe8J2FUk/agent.11 22:24:58 SSH_AGENT_PID=16 22:24:58 Running ssh-add (command line suppressed) 22:24:58 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6260329654463514853.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6260329654463514853.key) 22:24:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:24:58 + git semver push 22:24:58 # -> Open(): unable to determine branch for HEAD 22:24:58 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 22:24:58 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 22:24:58 # $SEMVER_REMOTE_NAME = origin 22:24:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:24:58 # $SEMVER_USER_NAME = edgex-jenkins 22:24:58 # $SEMVER_BRANCH = master 22:24:58 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 22:25:05 $ docker exec --env ******** --env ******** 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 ssh-agent -k 22:25:05 unset SSH_AUTH_SOCK; 22:25:05 unset SSH_AGENT_PID; 22:25:05 echo Agent pid 16 killed; 22:25:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:25:06 + git semver [Pipeline] } 22:25:06 $ docker stop --time=1 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 22:25:07 $ docker rm -f 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 [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:25:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:25:09 ---> package-listing.sh 22:25:09 ++ tr '[:upper:]' '[:lower:]' 22:25:09 ++ facter osfamily 22:25:09 + OS_FAMILY=redhat 22:25:09 + workspace=/w/workspace/exfoundry_go-mod-registry_master 22:25:09 + START_PACKAGES=/tmp/packages_start.txt 22:25:09 + END_PACKAGES=/tmp/packages_end.txt 22:25:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:25:09 + PACKAGES=/tmp/packages_start.txt 22:25:09 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 22:25:09 + PACKAGES=/tmp/packages_end.txt 22:25:09 + case "${OS_FAMILY}" in 22:25:09 + rpm -qa 22:25:09 + sort 22:25:13 + '[' -f /tmp/packages_start.txt ']' 22:25:13 + '[' -f /tmp/packages_end.txt ']' 22:25:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:25:13 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 22:25:13 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 22:25:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] isUnix [Pipeline] sh 22:25:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:25:13 22:25:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:25:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:25:14 alpine: Pulling from edgex-lftools-log-publisher 22:25:14 df20fa9351a1: Pulling fs layer 22:25:14 36b3adc4ff6f: Pulling fs layer 22:25:14 8ad3a11d3b57: Pulling fs layer 22:25:14 46f8f816bc3b: Pulling fs layer 22:25:14 0dadc02b9964: Pulling fs layer 22:25:14 ce6a7cf60c04: Pulling fs layer 22:25:14 7a184a31f384: Pulling fs layer 22:25:14 0879bd2ef858: Pulling fs layer 22:25:14 ce6a7cf60c04: Waiting 22:25:14 7a184a31f384: Waiting 22:25:14 46f8f816bc3b: Waiting 22:25:14 0879bd2ef858: Waiting 22:25:14 0dadc02b9964: Waiting 22:25:14 36b3adc4ff6f: Download complete 22:25:14 46f8f816bc3b: Verifying Checksum 22:25:14 46f8f816bc3b: Download complete 22:25:14 df20fa9351a1: Verifying Checksum 22:25:14 df20fa9351a1: Download complete 22:25:14 ce6a7cf60c04: Download complete 22:25:14 0dadc02b9964: Verifying Checksum 22:25:14 0dadc02b9964: Download complete 22:25:14 7a184a31f384: Verifying Checksum 22:25:14 7a184a31f384: Download complete 22:25:14 8ad3a11d3b57: Verifying Checksum 22:25:14 8ad3a11d3b57: Download complete 22:25:14 df20fa9351a1: Pull complete 22:25:14 36b3adc4ff6f: Pull complete 22:25:14 0879bd2ef858: Verifying Checksum 22:25:14 0879bd2ef858: Download complete 22:25:15 8ad3a11d3b57: Pull complete 22:25:15 46f8f816bc3b: Pull complete 22:25:15 0dadc02b9964: Pull complete 22:25:15 ce6a7cf60c04: Pull complete 22:25:16 7a184a31f384: Pull complete 22:25:18 0879bd2ef858: Pull complete 22:25:18 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:25:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:25:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:25:18 prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container 22:25:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:25:21 $ docker top cc23bd4dc92b28bd75ca0a62f4354f501b64ff55d52455342d47e38f7906525e -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:22 + mkdir -p /var/log/sa [Pipeline] sh 22:25:22 + ls /var/log/sa-host 22:25:22 + sadf -c /var/log/sa-host/sa05 22:25:22 file_magic: OK 22:25:22 HZ: Using current value: 100 22:25:22 file_header: OK 22:25:22 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:25:22 Statistics: 22:25:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:25:22 File successfully converted to sysstat format version 12.2.1 22:25:22 + sadf -c /var/log/sa-host/sa11 22:25:22 file_magic: OK 22:25:22 HZ: Using current value: 100 22:25:22 file_header: OK 22:25:22 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:25:22 Statistics: 22:25:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:25:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:25:22 provisioning config files... 22:25:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config5810958174370171402tmp [Pipeline] { [Pipeline] echo 22:25:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:25:22 ---> create-netrc.sh [Pipeline] echo 22:25:22 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:25:23 ---> logs-deploy.sh 22:25:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/10 22:25:23 INFO: archiving workspace using pattern(s): 22:25:24 Archives upload complete. 22:25:24 INFO: archiving logs to Nexus