Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 19bac2f82b793b46b2bc13ac438a581299833542 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-registry, 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-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: 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24385’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24387 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 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-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 --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 19bac2f82b793b46b2bc13ac438a581299833542 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 19bac2f82b793b46b2bc13ac438a581299833542 # timeout=10 Commit message: "Merge pull request #69 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" > git rev-list --no-walk 88e27ee92e5450daa4a740072667ab51b7ce4100 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:39:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:39:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:39:41 ========================================================= 18:39:41 EdgeX Global Pipelines Version Info 18:39:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:39:43 ------------------- 18:39:43 stable info: 18:39:43 ------------------- 18:39:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:39:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:39:43 Message: update stable to v1.0.179 18:39:44 ------------------- 18:39:44 experimental info: 18:39:44 ------------------- 18:39:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:39:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:39:44 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:39:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 18:39:44 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 18:39:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:39:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:39:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:39:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:39:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:39:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:39:47 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:39:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:39:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:39:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:39:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 19bac2f82b793b46b2bc13ac438a581299833542 [Pipeline] echo 18:39:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 19bac2f [Pipeline] echo 18:39:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:39:48 + git log --format=format:%s -1 19bac2f82b793b46b2bc13ac438a581299833542 [Pipeline] echo 18:39:48 GIT_COMMIT: 19bac2f82b793b46b2bc13ac438a581299833542, Commit Message: Merge pull request #69 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0 [Pipeline] echo 18:39:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:39:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:49 18:39:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:39:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:50 latest: Pulling from edgex-devops/git-semver 18:39:50 31603596830f: Pulling fs layer 18:39:50 2a8b12db71e7: Pulling fs layer 18:39:50 6ca5941a6612: Pulling fs layer 18:39:50 ecc8261a40a4: Pulling fs layer 18:39:50 ecc8261a40a4: Waiting 18:39:50 2a8b12db71e7: Verifying Checksum 18:39:50 2a8b12db71e7: Download complete 18:39:50 31603596830f: Verifying Checksum 18:39:50 31603596830f: Download complete 18:39:50 ecc8261a40a4: Verifying Checksum 18:39:50 ecc8261a40a4: Download complete 18:39:50 6ca5941a6612: Download complete 18:39:50 31603596830f: Pull complete 18:39:50 2a8b12db71e7: Pull complete 18:39:51 6ca5941a6612: Pull complete 18:39:51 ecc8261a40a4: Pull complete 18:39:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:39:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:39:51 prd-centos7-docker-4c-2g-24387 does not seem to be running inside a container 18:39:51 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:39:53 $ docker top 9d9df57f647947ec392dac592f66f5e5aacc70c3d4c8c8ec6a4165d49bbd1629 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:54 [ssh-agent] Looking for ssh-agent implementation... 18:39:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:54 $ docker exec 9d9df57f647947ec392dac592f66f5e5aacc70c3d4c8c8ec6a4165d49bbd1629 ssh-agent 18:39:54 SSH_AUTH_SOCK=/tmp/ssh-Oe2zIFHZIAEH/agent.12 18:39:54 SSH_AGENT_PID=18 18:39:54 Running ssh-add (command line suppressed) 18:39:54 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1902447424818367436.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1902447424818367436.key) 18:39:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:55 + git tag --points-at HEAD [Pipeline] } 18:39:55 $ docker exec --env ******** --env ******** 9d9df57f647947ec392dac592f66f5e5aacc70c3d4c8c8ec6a4165d49bbd1629 ssh-agent -k 18:39:55 unset SSH_AUTH_SOCK; 18:39:55 unset SSH_AGENT_PID; 18:39:55 echo Agent pid 18 killed; 18:39:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:39:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:55 [ssh-agent] Looking for ssh-agent implementation... 18:39:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:55 $ docker exec 9d9df57f647947ec392dac592f66f5e5aacc70c3d4c8c8ec6a4165d49bbd1629 ssh-agent 18:39:56 SSH_AUTH_SOCK=/tmp/ssh-H7Ni1H7K5aZz/agent.47 18:39:56 SSH_AGENT_PID=53 18:39:56 Running ssh-add (command line suppressed) 18:39:56 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5710447954583241815.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5710447954583241815.key) 18:39:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:56 + git semver init 18:39:56 # -> Open(): unable to determine branch for HEAD 18:39:56 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 18:39:56 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 18:39:56 # $SEMVER_REMOTE_NAME = origin 18:39:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:56 # $SEMVER_USER_NAME = edgex-jenkins 18:39:56 # $SEMVER_BRANCH = master 18:39:56 # $SEMVER_TEMP = /tmp/semver-587373575 18:39:56 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 18:39:56 # '/tmp/semver-587373575' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 18:39:56 # -> Force: false 18:39:56 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 18:39:56 $ docker exec --env ******** --env ******** 9d9df57f647947ec392dac592f66f5e5aacc70c3d4c8c8ec6a4165d49bbd1629 ssh-agent -k 18:39:56 unset SSH_AUTH_SOCK; 18:39:56 unset SSH_AGENT_PID; 18:39:56 echo Agent pid 53 killed; 18:39:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:39:57 + git semver [Pipeline] } 18:39:57 $ docker stop --time=1 9d9df57f647947ec392dac592f66f5e5aacc70c3d4c8c8ec6a4165d49bbd1629 18:39:59 $ docker rm -f 9d9df57f647947ec392dac592f66f5e5aacc70c3d4c8c8ec6a4165d49bbd1629 [Pipeline] // withDockerContainer [Pipeline] sh 18:39:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:40:00 Stashed 1 file(s) [Pipeline] echo 18:40:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.2 [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 18:40:16 Still waiting to schedule task 18:40:16 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24386’ is offline; ‘prd-centos7-docker-4c-2g-24391’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24389’ doesn’t have label ‘centos7-docker-4c-2g’ 18:40:16 Still waiting to schedule task 18:40:16 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24371’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24374’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24381’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24386’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24391’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24389’ is offline 18:41:25 Running on prd-centos7-docker-4c-2g-24397 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 18:41:25 Running in /w/workspace/go-mod-registry/17 [Pipeline] { [Pipeline] checkout 18:41:28 using credential edgex-jenkins-ssh 18:41:28 Cloning the remote Git repository 18:41:28 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 18:41:28 > git init /w/workspace/go-mod-registry/17 # timeout=10 18:41:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:41:28 > git --version # timeout=10 18:41:28 > git --version # 'git version 2.24.3' 18:41:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:41:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:41:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:41:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:41:29 Checking out Revision 19bac2f82b793b46b2bc13ac438a581299833542 (master) 18:41:29 > git config core.sparsecheckout # timeout=10 18:41:29 > git checkout -f 19bac2f82b793b46b2bc13ac438a581299833542 # timeout=10 18:41:33 Commit message: "Merge pull request #69 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:41:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:41:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:41:35 + sudo service docker restart 18:41:35 + true 18:41:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:41:36 ========================================================= 18:41:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:41:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:41:36 + 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 . 18:41:36 Sending build context to Docker daemon 288.3kB 18:41:37 Step 1/7 : ARG BASE=golang:1.15-alpine 18:41:37 Step 2/7 : FROM ${BASE} 18:41:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:41:37 188c0c94c7c5: Pulling fs layer 18:41:37 0ef7d3d256c8: Pulling fs layer 18:41:37 de9db76c5a1d: Pulling fs layer 18:41:37 bca2f99d35d6: Pulling fs layer 18:41:37 93359f2a8cfa: Pulling fs layer 18:41:37 7c6f9722023f: Pulling fs layer 18:41:37 a35cf1a2eb13: Pulling fs layer 18:41:37 93359f2a8cfa: Waiting 18:41:37 7c6f9722023f: Waiting 18:41:37 bca2f99d35d6: Waiting 18:41:37 a35cf1a2eb13: Waiting 18:41:37 de9db76c5a1d: Download complete 18:41:37 0ef7d3d256c8: Download complete 18:41:37 93359f2a8cfa: Verifying Checksum 18:41:37 93359f2a8cfa: Download complete 18:41:37 7c6f9722023f: Verifying Checksum 18:41:37 7c6f9722023f: Download complete 18:41:38 188c0c94c7c5: Download complete 18:41:38 188c0c94c7c5: Pull complete 18:41:38 0ef7d3d256c8: Pull complete 18:41:38 de9db76c5a1d: Pull complete 18:41:39 a35cf1a2eb13: Verifying Checksum 18:41:39 a35cf1a2eb13: Download complete 18:41:40 bca2f99d35d6: Verifying Checksum 18:41:40 bca2f99d35d6: Download complete 18:41:47 bca2f99d35d6: Pull complete 18:41:47 93359f2a8cfa: Pull complete 18:41:47 7c6f9722023f: Pull complete 18:41:51 a35cf1a2eb13: Pull complete 18:41:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:41:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:41:51 ---> a62c8e92a672 18:41:51 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:41:51 ---> Running in 0a847c3f832c 18:41:51 Removing intermediate container 0a847c3f832c 18:41:51 ---> d100de36053a 18:41:51 Step 4/7 : RUN apk add --update bash 18:41:51 ---> Running in 1a856b043881 18:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:41:54 OK: 166 MiB in 39 packages 18:41:54 Removing intermediate container 1a856b043881 18:41:54 ---> 619f1b466f8c 18:41:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:41:54 ---> Running in 79347205ddff 18:41:54 Removing intermediate container 79347205ddff 18:41:54 ---> 21bf21437ecf 18:41:54 Step 6/7 : COPY go.mod . 18:41:55 ---> 204bbcf11266 18:41:55 Step 7/7 : RUN go mod download 18:41:55 ---> Running in 8594b8b56e81 18:42:05 Removing intermediate container 8594b8b56e81 18:42:05 ---> fcf26f78d4e7 18:42:05 Successfully built fcf26f78d4e7 18:42:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:42:05 + docker inspect -f . ci-base-image-x86_64 18:42:05 . [Pipeline] withDockerContainer 18:42:05 prd-centos7-docker-4c-2g-24397 does not seem to be running inside a container 18:42:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/17 -v /w/workspace/go-mod-registry/17:/w/workspace/go-mod-registry/17:rw,z -v /w/workspace/go-mod-registry/17@tmp:/w/workspace/go-mod-registry/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:42:06 $ docker top 4f6d55c8b3f6aa0f4a9dc77ea1284a929ba43889e97ecd2707fdd49a29edf51e -eo pid,comm [Pipeline] { [Pipeline] sh 18:42:07 + go version 18:42:07 go version go1.15.5 linux/amd64 [Pipeline] } 18:42:07 $ docker stop --time=1 4f6d55c8b3f6aa0f4a9dc77ea1284a929ba43889e97ecd2707fdd49a29edf51e 18:42:08 $ docker rm -f 4f6d55c8b3f6aa0f4a9dc77ea1284a929ba43889e97ecd2707fdd49a29edf51e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:09 + docker inspect -f . ci-base-image-x86_64 18:42:09 . [Pipeline] withDockerContainer 18:42:10 prd-centos7-docker-4c-2g-24397 does not seem to be running inside a container 18:42:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/17 -v /w/workspace/go-mod-registry/17:/w/workspace/go-mod-registry/17:rw,z -v /w/workspace/go-mod-registry/17@tmp:/w/workspace/go-mod-registry/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:42:10 $ docker top 1dec51a090a341d82f1bee9c6f5ef474887f259d1f11a1de72634bda0a75e4a7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:42:11 + make test 18:42:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:42:21 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.036s coverage: 87.9% of statements 18:42:21 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 18:42:21 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.008s coverage: 85.7% of statements 18:42:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:42:22 gofmt -l . 18:42:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:42:22 $ docker stop --time=1 1dec51a090a341d82f1bee9c6f5ef474887f259d1f11a1de72634bda0a75e4a7 18:42:24 $ docker rm -f 1dec51a090a341d82f1bee9c6f5ef474887f259d1f11a1de72634bda0a75e4a7 [Pipeline] // withDockerContainer [Pipeline] sh 18:42:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:42:25 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] } 18:43:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24399 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 18:43:08 Running in /w/workspace/go-mod-registry/17 [Pipeline] { [Pipeline] checkout 18:43:12 using credential edgex-jenkins-ssh 18:43:12 Cloning the remote Git repository 18:43:13 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 18:43:13 > git init /w/workspace/go-mod-registry/17 # timeout=10 18:43:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:43:13 > git --version # timeout=10 18:43:13 > git --version # 'git version 2.17.1' 18:43:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:14 Checking out Revision 19bac2f82b793b46b2bc13ac438a581299833542 (master) 18:43:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:43:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:43:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:43:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:14 > git config core.sparsecheckout # timeout=10 18:43:14 > git checkout -f 19bac2f82b793b46b2bc13ac438a581299833542 # timeout=10 18:43:18 Commit message: "Merge pull request #69 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:43:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:43:21 + sudo service docker restart 18:43:21 + true [Pipeline] unstash [Pipeline] echo 18:43:24 ========================================================= 18:43:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:43:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:24 + 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 . 18:43:25 Sending build context to Docker daemon 287.2kB 18:43:25 Step 1/7 : ARG BASE=golang:1.15-alpine 18:43:25 Step 2/7 : FROM ${BASE} 18:43:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:43:25 5f621e34cdf4: Pulling fs layer 18:43:25 a4357932f1b6: Pulling fs layer 18:43:25 18c013af1878: Pulling fs layer 18:43:25 00ac8860ef70: Pulling fs layer 18:43:25 63d7cb157983: Pulling fs layer 18:43:25 b116817d02f9: Pulling fs layer 18:43:25 745a02a5169b: Pulling fs layer 18:43:25 00ac8860ef70: Waiting 18:43:25 63d7cb157983: Waiting 18:43:25 b116817d02f9: Waiting 18:43:25 745a02a5169b: Waiting 18:43:25 18c013af1878: Verifying Checksum 18:43:25 18c013af1878: Download complete 18:43:25 a4357932f1b6: Verifying Checksum 18:43:25 a4357932f1b6: Download complete 18:43:25 63d7cb157983: Verifying Checksum 18:43:25 63d7cb157983: Download complete 18:43:25 b116817d02f9: Verifying Checksum 18:43:25 b116817d02f9: Download complete 18:43:26 5f621e34cdf4: Verifying Checksum 18:43:26 5f621e34cdf4: Download complete 18:43:27 5f621e34cdf4: Pull complete 18:43:27 a4357932f1b6: Pull complete 18:43:27 18c013af1878: Pull complete 18:43:29 745a02a5169b: Download complete 18:43:30 00ac8860ef70: Verifying Checksum 18:43:30 00ac8860ef70: Download complete 18:43:40 00ac8860ef70: Pull complete 18:43:41 63d7cb157983: Pull complete 18:43:41 b116817d02f9: Pull complete 18:43:45 745a02a5169b: Pull complete 18:43:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:43:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:43:45 ---> b7e6874047d6 18:43:45 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:43:48 ---> Running in e028bcfa0b89 18:43:48 Removing intermediate container e028bcfa0b89 18:43:48 ---> 743e862f7188 18:43:48 Step 4/7 : RUN apk add --update bash 18:43:48 ---> Running in ae71f0d34022 18:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:53 OK: 142 MiB in 39 packages 18:43:54 Removing intermediate container ae71f0d34022 18:43:54 ---> b2d11e86f966 18:43:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:43:55 ---> Running in c43e63d11ca9 18:43:55 Removing intermediate container c43e63d11ca9 18:43:55 ---> 5ed5034c591b 18:43:55 Step 6/7 : COPY go.mod . 18:43:56 ---> 747ce1a4a07c 18:43:56 Step 7/7 : RUN go mod download 18:43:56 ---> Running in 5d2dd374a6fb 18:44:06 Removing intermediate container 5d2dd374a6fb 18:44:06 ---> 68dfbb3c6abb 18:44:06 Successfully built 68dfbb3c6abb 18:44:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:44:07 + docker inspect -f . ci-base-image-arm64 18:44:07 . [Pipeline] withDockerContainer 18:44:07 prd-ubuntu18.04-docker-arm64-4c-16g-24399 does not seem to be running inside a container 18:44:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/17 -v /w/workspace/go-mod-registry/17:/w/workspace/go-mod-registry/17:rw,z -v /w/workspace/go-mod-registry/17@tmp:/w/workspace/go-mod-registry/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:44:08 $ docker top c2b9b441ca5b20f044484d4623399c781848d539cab24ff355f05aff5c3188cb -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:09 + go version 18:44:09 go version go1.15.5 linux/arm64 [Pipeline] } 18:44:09 $ docker stop --time=1 c2b9b441ca5b20f044484d4623399c781848d539cab24ff355f05aff5c3188cb 18:44:11 $ docker rm -f c2b9b441ca5b20f044484d4623399c781848d539cab24ff355f05aff5c3188cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:12 + docker inspect -f . ci-base-image-arm64 18:44:12 . [Pipeline] withDockerContainer 18:44:13 prd-ubuntu18.04-docker-arm64-4c-16g-24399 does not seem to be running inside a container 18:44:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/17 -v /w/workspace/go-mod-registry/17:/w/workspace/go-mod-registry/17:rw,z -v /w/workspace/go-mod-registry/17@tmp:/w/workspace/go-mod-registry/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:44:14 $ docker top 21643c36f0b3ad8ceed84f061fa8abae05c01f7eb01910ae9fbaba6bdab81be3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:15 + make test 18:44:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:44:42 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.067s coverage: 87.9% of statements 18:44:42 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 18:44:42 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.013s coverage: 85.7% of statements 18:44:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:44:42 gofmt -l . 18:44:42 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:44:42 $ docker stop --time=1 21643c36f0b3ad8ceed84f061fa8abae05c01f7eb01910ae9fbaba6bdab81be3 18:44:44 $ docker rm -f 21643c36f0b3ad8ceed84f061fa8abae05c01f7eb01910ae9fbaba6bdab81be3 [Pipeline] // withDockerContainer [Pipeline] sh 18:44:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:44:45 Warning: overwriting stash ‘coverage-report’ 18:44:46 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:44:48 provisioning config files... 18:44:48 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config7275803225083197977tmp [Pipeline] { [Pipeline] sh 18:44:48 + set +x 18:44:48 + curl -s https://codecov.io/bash 18:44:48 + bash -s -- 18:44:49 18:44:49 _____ _ 18:44:49 / ____| | | 18:44:49 | | ___ __| | ___ ___ _____ __ 18:44:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:44:49 | |___| (_) | (_| | __/ (_| (_) \ V / 18:44:49 \_____\___/ \__,_|\___|\___\___/ \_/ 18:44:49 Bash-20210129-7c25fce 18:44:49 18:44:49 18:44:49 ==> git version 2.24.3 found 18:44:49 ==> 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 18:44:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:44:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:44:49 ==> Jenkins CI detected. 18:44:49 project root: . 18:44:49 --> token set from env 18:44:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:44:49 ==> Running gcov in . (disable via -X gcov) 18:44:49 ==> Python coveragepy not found 18:44:49 ==> Searching for coverage reports in: 18:44:49 + . 18:44:49 -> Found 1 reports 18:44:49 ==> Detecting git/mercurial file structure 18:44:49 ==> Reading reports 18:44:49 + ./coverage.out bytes=9269 18:44:49 ==> Appending adjustments 18:44:49 https://docs.codecov.io/docs/fixing-reports 18:44:49 + Found adjustments 18:44:49 ==> Gzipping contents 18:44:49 4.0K /tmp/codecov.nAk9ae.gz 18:44:49 ==> Uploading reports 18:44:49 url: https://codecov.io 18:44:49 query: branch=master&commit=19bac2f82b793b46b2bc13ac438a581299833542&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F17%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 18:44:49 -> Pinging Codecov 18:44:49 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=19bac2f82b793b46b2bc13ac438a581299833542&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F17%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 18:44:49 -> Uploading to 18:44:49 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/05B643FFA8DEACB6C25F95B2D4D12284/19bac2f82b793b46b2bc13ac438a581299833542/c97dbfb0-744a-47aa-8935-86a53e7f54c8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T184449Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eecd4ba7671ea956ab2ce347fb70eedd3375dc2efe557c395044e03dd0c77f8c 18:44:49 % Total % Received % Xferd Average Speed Time Time Time Current 18:44:49 Dload Upload Total Spent Left Speed 18:44:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1821 0 0 100 1821 0 4070 --:--:-- --:--:-- --:--:-- 4073 18:44:50 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/19bac2f82b793b46b2bc13ac438a581299833542 [Pipeline] } 18:44:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:44:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:44:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:44:51 18:44:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:44:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:44:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:44:51 188c0c94c7c5: Pulling fs layer 18:44:51 0ef7d3d256c8: Pulling fs layer 18:44:51 de9db76c5a1d: Pulling fs layer 18:44:51 0eba1c9be4d2: Pulling fs layer 18:44:51 0d57e429df01: Pulling fs layer 18:44:51 4e4be7b47b0d: Pulling fs layer 18:44:51 e1f770b5df2f: Pulling fs layer 18:44:51 85a0685a4137: Pulling fs layer 18:44:51 e1f770b5df2f: Waiting 18:44:51 85a0685a4137: Waiting 18:44:51 0eba1c9be4d2: Waiting 18:44:51 0d57e429df01: Waiting 18:44:51 4e4be7b47b0d: Waiting 18:44:51 de9db76c5a1d: Verifying Checksum 18:44:51 de9db76c5a1d: Download complete 18:44:51 0ef7d3d256c8: Verifying Checksum 18:44:51 0ef7d3d256c8: Download complete 18:44:51 0d57e429df01: Verifying Checksum 18:44:51 0d57e429df01: Download complete 18:44:51 188c0c94c7c5: Verifying Checksum 18:44:51 188c0c94c7c5: Download complete 18:44:51 4e4be7b47b0d: Verifying Checksum 18:44:51 4e4be7b47b0d: Download complete 18:44:51 188c0c94c7c5: Pull complete 18:44:52 0ef7d3d256c8: Pull complete 18:44:52 de9db76c5a1d: Pull complete 18:44:53 e1f770b5df2f: Verifying Checksum 18:44:53 e1f770b5df2f: Download complete 18:44:57 0eba1c9be4d2: Download complete 18:44:57 85a0685a4137: Verifying Checksum 18:44:57 85a0685a4137: Download complete 18:45:02 0eba1c9be4d2: Pull complete 18:45:02 0d57e429df01: Pull complete 18:45:02 4e4be7b47b0d: Pull complete 18:45:04 e1f770b5df2f: Pull complete 18:45:10 85a0685a4137: Pull complete 18:45:10 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:45:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:45:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:45:11 prd-centos7-docker-4c-2g-24387 does not seem to be running inside a container 18:45:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:45:12 $ docker top 44b296cb1bb2e1a40abded79524ffc33b3073b2411c16c8e53a778c8ab922184 -eo pid,comm [Pipeline] { [Pipeline] echo 18:45:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:45:12 + set -o pipefail 18:45:12 + snyk monitor '--org=edgex-jenkins' 18:45:17 18:45:17 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry/v2)... 18:45:17 18:45:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e2dd60db-48f3-4c1d-986e-6397089a0464/history/1a58a57c-339a-4313-aede-2751e995c6e8 18:45:17 18:45:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:45:17 18:45:17 [Pipeline] } 18:45:17 $ docker stop --time=1 44b296cb1bb2e1a40abded79524ffc33b3073b2411c16c8e53a778c8ab922184 18:45:19 $ docker rm -f 44b296cb1bb2e1a40abded79524ffc33b3073b2411c16c8e53a778c8ab922184 [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 18:45:20 + git log --format=format:%s -1 19bac2f82b793b46b2bc13ac438a581299833542 [Pipeline] isUnix [Pipeline] sh 18:45:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:21 . [Pipeline] withDockerContainer 18:45:21 prd-centos7-docker-4c-2g-24387 does not seem to be running inside a container 18:45:21 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:21 $ docker top 602b75259ff3223be439dcb34f8ea637e268e2ec49f43cf14c67dfa7ef6bda69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:22 [ssh-agent] Looking for ssh-agent implementation... 18:45:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:22 $ docker exec 602b75259ff3223be439dcb34f8ea637e268e2ec49f43cf14c67dfa7ef6bda69 ssh-agent 18:45:22 SSH_AUTH_SOCK=/tmp/ssh-lt6oTaTGUkTw/agent.11 18:45:22 SSH_AGENT_PID=17 18:45:22 Running ssh-add (command line suppressed) 18:45:22 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1772158921864991471.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1772158921864991471.key) 18:45:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:23 + git semver tag 18:45:23 # -> Open(): unable to determine branch for HEAD 18:45:23 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 18:45:23 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 18:45:23 # $SEMVER_REMOTE_NAME = origin 18:45:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:23 # $SEMVER_USER_NAME = edgex-jenkins 18:45:23 # $SEMVER_BRANCH = master 18:45:23 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 18:45:23 # 19bac2f82b793b46b2bc13ac438a581299833542 HEAD 18:45:23 # -> Force: false 18:45:23 # bd1cbe4d44b6c39d022f8db9383e7fe73484c882 refs/tags/v2.0.0-dev.2 [Pipeline] } 18:45:23 $ docker exec --env ******** --env ******** 602b75259ff3223be439dcb34f8ea637e268e2ec49f43cf14c67dfa7ef6bda69 ssh-agent -k 18:45:23 unset SSH_AUTH_SOCK; 18:45:23 unset SSH_AGENT_PID; 18:45:23 echo Agent pid 17 killed; 18:45:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:23 + git semver [Pipeline] } 18:45:23 $ docker stop --time=1 602b75259ff3223be439dcb34f8ea637e268e2ec49f43cf14c67dfa7ef6bda69 18:45:25 $ docker rm -f 602b75259ff3223be439dcb34f8ea637e268e2ec49f43cf14c67dfa7ef6bda69 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:45:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:45:25 18:45:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:45:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:45:26 0.23.1-centos7: Pulling from edgex-lftools 18:45:26 ab5ef0e58194: Pulling fs layer 18:45:26 9712f1f96733: Pulling fs layer 18:45:26 63f879dbbcfc: Pulling fs layer 18:45:26 0d9ebad4ef96: Pulling fs layer 18:45:26 e9a5061849ea: Pulling fs layer 18:45:26 d747dcd14b5f: Pulling fs layer 18:45:26 2de7ff778b66: Pulling fs layer 18:45:26 e9a5061849ea: Waiting 18:45:26 d747dcd14b5f: Waiting 18:45:26 2de7ff778b66: Waiting 18:45:26 0d9ebad4ef96: Waiting 18:45:26 9712f1f96733: Verifying Checksum 18:45:26 9712f1f96733: Download complete 18:45:28 63f879dbbcfc: Verifying Checksum 18:45:28 63f879dbbcfc: Download complete 18:45:28 e9a5061849ea: Verifying Checksum 18:45:28 e9a5061849ea: Download complete 18:45:28 d747dcd14b5f: Download complete 18:45:28 0d9ebad4ef96: Verifying Checksum 18:45:28 0d9ebad4ef96: Download complete 18:45:28 2de7ff778b66: Verifying Checksum 18:45:28 2de7ff778b66: Download complete 18:45:28 ab5ef0e58194: Verifying Checksum 18:45:28 ab5ef0e58194: Download complete 18:45:35 ab5ef0e58194: Pull complete 18:45:35 9712f1f96733: Pull complete 18:45:37 63f879dbbcfc: Pull complete 18:45:44 0d9ebad4ef96: Pull complete 18:45:45 e9a5061849ea: Pull complete 18:45:45 d747dcd14b5f: Pull complete 18:45:47 2de7ff778b66: Pull complete 18:45:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:45:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:45:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:45:47 prd-centos7-docker-4c-2g-24387 does not seem to be running inside a container 18:45:47 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:45:51 $ docker top 4fb50ebdbe35908752b6793bb920ef4ab792e4b9f72c66e24d850b6e6d7cb413 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:45:52 provisioning config files... 18:45:52 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config432239566270736831tmp 18:45:52 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config8279879717814721530tmp 18:45:52 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6994120561091459312tmp [Pipeline] { [Pipeline] echo 18:45:52 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:45:52 ---> sigul-configuration.sh 18:45:52 gpg: directory `/root/.gnupg' created 18:45:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:45:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:45:52 gpg: keyring `/root/.gnupg/secring.gpg' created 18:45:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:45:52 gpg: CAST5 encrypted data 18:45:52 gpg: encrypted with 1 passphrase 18:45:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:45:53 + mkdir /home/jenkins 18:45:53 + mkdir /home/jenkins/sigul [Pipeline] sh 18:45:53 + 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 18:45:53 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:53 ---> sigul-install.sh 18:45:59 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:45:59 + git tag --list 18:45:59 v0.0.0 18:45:59 v0.1.0 18:45:59 v0.1.1 18:45:59 v0.1.10 18:45:59 v0.1.11 18:45:59 v0.1.12 18:45:59 v0.1.13 18:45:59 v0.1.14 18:45:59 v0.1.15 18:45:59 v0.1.16 18:45:59 v0.1.17 18:45:59 v0.1.18 18:45:59 v0.1.19 18:45:59 v0.1.2 18:45:59 v0.1.20 18:45:59 v0.1.21 18:45:59 v0.1.22 18:45:59 v0.1.23 18:45:59 v0.1.24 18:45:59 v0.1.25 18:45:59 v0.1.26 18:45:59 v0.1.27 18:45:59 v0.1.3 18:45:59 v0.1.4 18:45:59 v0.1.5 18:45:59 v0.1.6 18:45:59 v0.1.7 18:45:59 v0.1.8 18:45:59 v0.1.9 18:45:59 v2.0.0-dev.1 18:45:59 v2.0.0-dev.2 [Pipeline] sh 18:45:59 + lftools sign git-tag v2.0.0-dev.2 18:46:01 Signing Git tag with Sigul... 18:46:01 Signing v2.0.0-dev.2 [Pipeline] echo 18:46:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:46:02 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:46:02 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:46:02 $ docker stop --time=1 4fb50ebdbe35908752b6793bb920ef4ab792e4b9f72c66e24d850b6e6d7cb413 18:46:04 $ docker rm -f 4fb50ebdbe35908752b6793bb920ef4ab792e4b9f72c66e24d850b6e6d7cb413 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:46:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:46:05 . [Pipeline] withDockerContainer 18:46:05 prd-centos7-docker-4c-2g-24387 does not seem to be running inside a container 18:46:05 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:46:06 $ docker top ae8c2d4c8024f9d48c8b5f3a0224fd61656703062c40b883e29bca2a365eea92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:46:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:46:06 [ssh-agent] Looking for ssh-agent implementation... 18:46:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:46:06 $ docker exec ae8c2d4c8024f9d48c8b5f3a0224fd61656703062c40b883e29bca2a365eea92 ssh-agent 18:46:07 SSH_AUTH_SOCK=/tmp/ssh-QKSUKtB3HDuc/agent.11 18:46:07 SSH_AGENT_PID=16 18:46:07 Running ssh-add (command line suppressed) 18:46:07 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2779113850800979480.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2779113850800979480.key) 18:46:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:46:07 + git semver bump pre 18:46:07 # -> Open(): unable to determine branch for HEAD 18:46:07 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 18:46:07 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 18:46:07 # $SEMVER_REMOTE_NAME = origin 18:46:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:46:07 # $SEMVER_USER_NAME = edgex-jenkins 18:46:07 # $SEMVER_BRANCH = master 18:46:07 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 18:46:07 2.0.0-dev.3 [Pipeline] } 18:46:07 $ docker exec --env ******** --env ******** ae8c2d4c8024f9d48c8b5f3a0224fd61656703062c40b883e29bca2a365eea92 ssh-agent -k 18:46:07 unset SSH_AUTH_SOCK; 18:46:07 unset SSH_AGENT_PID; 18:46:07 echo Agent pid 16 killed; 18:46:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:46:08 + git semver [Pipeline] } 18:46:08 $ docker stop --time=1 ae8c2d4c8024f9d48c8b5f3a0224fd61656703062c40b883e29bca2a365eea92 18:46:09 $ docker rm -f ae8c2d4c8024f9d48c8b5f3a0224fd61656703062c40b883e29bca2a365eea92 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:46:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:46:10 . [Pipeline] withDockerContainer 18:46:10 prd-centos7-docker-4c-2g-24387 does not seem to be running inside a container 18:46:10 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:46:11 $ docker top c9ef030de0542f8dbd743f13693d412ade623ac07aac7169eb8904ca0c9f8360 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:46:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:46:11 [ssh-agent] Looking for ssh-agent implementation... 18:46:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:46:11 $ docker exec c9ef030de0542f8dbd743f13693d412ade623ac07aac7169eb8904ca0c9f8360 ssh-agent 18:46:11 SSH_AUTH_SOCK=/tmp/ssh-ZUYTinmQKfYE/agent.11 18:46:11 SSH_AGENT_PID=17 18:46:11 Running ssh-add (command line suppressed) 18:46:12 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4415996782770451011.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4415996782770451011.key) 18:46:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:46:12 + git semver push 18:46:12 # -> Open(): unable to determine branch for HEAD 18:46:12 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 18:46:12 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 18:46:12 # $SEMVER_REMOTE_NAME = origin 18:46:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:46:12 # $SEMVER_USER_NAME = edgex-jenkins 18:46:12 # $SEMVER_BRANCH = master 18:46:12 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 18:46:19 $ docker exec --env ******** --env ******** c9ef030de0542f8dbd743f13693d412ade623ac07aac7169eb8904ca0c9f8360 ssh-agent -k 18:46:19 unset SSH_AUTH_SOCK; 18:46:19 unset SSH_AGENT_PID; 18:46:19 echo Agent pid 17 killed; 18:46:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:46:19 + git semver [Pipeline] } 18:46:19 $ docker stop --time=1 c9ef030de0542f8dbd743f13693d412ade623ac07aac7169eb8904ca0c9f8360 18:46:21 $ docker rm -f c9ef030de0542f8dbd743f13693d412ade623ac07aac7169eb8904ca0c9f8360 [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 18:46:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:46:23 ---> package-listing.sh 18:46:23 ++ facter osfamily 18:46:23 ++ tr '[:upper:]' '[:lower:]' 18:46:23 + OS_FAMILY=redhat 18:46:23 + workspace=/w/workspace/exfoundry_go-mod-registry_master 18:46:23 + START_PACKAGES=/tmp/packages_start.txt 18:46:23 + END_PACKAGES=/tmp/packages_end.txt 18:46:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:46:23 + PACKAGES=/tmp/packages_start.txt 18:46:23 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 18:46:23 + PACKAGES=/tmp/packages_end.txt 18:46:23 + case "${OS_FAMILY}" in 18:46:23 + rpm -qa 18:46:23 + sort 18:46:28 + '[' -f /tmp/packages_start.txt ']' 18:46:28 + '[' -f /tmp/packages_end.txt ']' 18:46:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:46:28 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 18:46:28 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 18:46:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] echo 18:46:28 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/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:46:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:46:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:29 18:46:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:46:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:29 alpine: Pulling from edgex-lftools-log-publisher 18:46:29 df20fa9351a1: Pulling fs layer 18:46:29 36b3adc4ff6f: Pulling fs layer 18:46:29 8ad3a11d3b57: Pulling fs layer 18:46:29 46f8f816bc3b: Pulling fs layer 18:46:29 93b61091891f: Pulling fs layer 18:46:29 93b9cdb0e59b: Pulling fs layer 18:46:29 5e14af77c1be: Pulling fs layer 18:46:29 01666e4c0597: Pulling fs layer 18:46:29 aa168da1d23b: Pulling fs layer 18:46:29 46f8f816bc3b: Waiting 18:46:29 93b61091891f: Waiting 18:46:29 93b9cdb0e59b: Waiting 18:46:29 5e14af77c1be: Waiting 18:46:29 01666e4c0597: Waiting 18:46:29 aa168da1d23b: Waiting 18:46:29 36b3adc4ff6f: Download complete 18:46:29 46f8f816bc3b: Verifying Checksum 18:46:29 46f8f816bc3b: Download complete 18:46:29 df20fa9351a1: Verifying Checksum 18:46:29 df20fa9351a1: Download complete 18:46:29 93b9cdb0e59b: Verifying Checksum 18:46:29 93b9cdb0e59b: Download complete 18:46:29 5e14af77c1be: Verifying Checksum 18:46:29 5e14af77c1be: Download complete 18:46:29 01666e4c0597: Verifying Checksum 18:46:29 01666e4c0597: Download complete 18:46:29 93b61091891f: Verifying Checksum 18:46:29 93b61091891f: Download complete 18:46:30 df20fa9351a1: Pull complete 18:46:30 8ad3a11d3b57: Verifying Checksum 18:46:30 8ad3a11d3b57: Download complete 18:46:30 36b3adc4ff6f: Pull complete 18:46:31 8ad3a11d3b57: Pull complete 18:46:31 46f8f816bc3b: Pull complete 18:46:31 aa168da1d23b: Verifying Checksum 18:46:31 aa168da1d23b: Download complete 18:46:32 93b61091891f: Pull complete 18:46:32 93b9cdb0e59b: Pull complete 18:46:32 5e14af77c1be: Pull complete 18:46:32 01666e4c0597: Pull complete 18:46:40 aa168da1d23b: Pull complete 18:46:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:46:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:46:40 prd-centos7-docker-4c-2g-24387 does not seem to be running inside a container 18:46:41 $ 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/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:46:43 $ docker top c99d54e4958c93f3e90ad7f312fe9c8511cae3ea8fda86a238911464edc09e94 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:44 + touch /tmp/pre-build-complete [Pipeline] sh 18:46:44 + mkdir -p /var/log/sa [Pipeline] sh 18:46:44 + ls /var/log/sa-host 18:46:44 + sadf -c /var/log/sa-host/sa01 18:46:44 file_magic: OK 18:46:44 HZ: Using current value: 100 18:46:44 file_header: OK 18:46:44 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 18:46:44 Statistics: 18:46:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:46:44 File successfully converted to sysstat format version 12.2.1 18:46:44 + sadf -c /var/log/sa-host/sa23 18:46:44 file_magic: OK 18:46:44 HZ: Using current value: 100 18:46:44 file_header: OK 18:46:44 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 18:46:44 Statistics: 18:46:44 Hnuu...uuuununununu... 18:46:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:46:45 provisioning config files... 18:46:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config1763463480998137655tmp [Pipeline] { [Pipeline] echo 18:46:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:46:45 ---> create-netrc.sh [Pipeline] } 18:46:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:46:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:46:45 ---> python-tools-install.sh [Pipeline] echo 18:46:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:46:46 ---> sudo-logs.sh 18:46:46 Archiving 'sudo' log.. [Pipeline] echo 18:46:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:46:46 ---> job-cost.sh 18:46:46 lf-activate-venv: SKIPPING 18:46:46 INFO: No Stack... 18:46:47 INFO: Retrieving Pricing Info for: v1-standard-2 18:46:48 INFO: Archiving Costs [Pipeline] echo 18:46:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:46:48 ---> logs-deploy.sh 18:46:48 lf-activate-venv: SKIPPING 18:46:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/17 18:46:48 INFO: archiving workspace using pattern(s): 18:46:50 Archives upload complete. 18:46:50 INFO: archiving logs to Nexus