Pull request #63 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 978866a60c7a8224f68e7153e786a0c8772f83f2+e06c261707d41b90e25a1dfdd5a5d662f7c4f831 (81305ea805f9178b2e3e37d37d1da925b670f83a) Running in Durability level: MAX_SURVIVABILITY 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-63/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-63/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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: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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13803’ Running on prd-centos7-docker-4c-2g-13805 in /w/workspace/gexfoundry_go-mod-registry_PR-63 [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/gexfoundry_go-mod-registry_PR-63 # 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/pull/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e06c261707d41b90e25a1dfdd5a5d662f7c4f831 into PR head commit 978866a60c7a8224f68e7153e786a0c8772f83f2 Merge succeeded, producing 978866a60c7a8224f68e7153e786a0c8772f83f2 Checking out Revision 978866a60c7a8224f68e7153e786a0c8772f83f2 (PR-63) > git config core.sparsecheckout # timeout=10 > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 Commit message: "build(deps): bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-30T06:21:55.824Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-30T06:21:56.208Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-30T06:21:56.448Z] ========================================================= [2020-11-30T06:21:56.448Z] EdgeX Global Pipelines Version Info [2020-11-30T06:21:56.448Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:21:58.037Z] ------------------- [2020-11-30T06:21:58.037Z] stable info: [2020-11-30T06:21:58.037Z] ------------------- [2020-11-30T06:21:58.037Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-30T06:21:58.037Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-30T06:21:58.037Z] Message: update stable to v1.0.167 [2020-11-30T06:21:58.990Z] ------------------- [2020-11-30T06:21:58.990Z] experimental info: [2020-11-30T06:21:58.990Z] ------------------- [2020-11-30T06:21:58.990Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-30T06:21:58.990Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-30T06:21:58.990Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-30T06:21:59.593Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2020-11-30T06:21:59.735Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2020-11-30T06:21:59.869Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-30T06:22:00.039Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-30T06:22:00.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-30T06:22:00.362Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-30T06:22:00.558Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-30T06:22:00.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-30T06:22:00.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-30T06:22:00.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-30T06:22:01.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-30T06:22:01.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2020-11-30T06:22:01.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-30T06:22:01.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-30T06:22:01.670Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T06:22:01.801Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T06:22:01.949Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T06:22:02.085Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T06:22:02.232Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-30T06:22:02.363Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-30T06:22:02.509Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-30T06:22:02.639Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-30T06:22:02.766Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-30T06:22:02.904Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-30T06:22:03.025Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-30T06:22:03.185Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-30T06:22:03.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-63 [Pipeline] echo [2020-11-30T06:22:03.437Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-63 [Pipeline] echo [2020-11-30T06:22:03.585Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-63 [Pipeline] echo [2020-11-30T06:22:03.716Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 978866a60c7a8224f68e7153e786a0c8772f83f2 [Pipeline] echo [2020-11-30T06:22:03.852Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 978866a [Pipeline] echo [2020-11-30T06:22:03.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T06:22:04.278Z] provisioning config files... [2020-11-30T06:22:04.369Z] copy managed file [go-mod-registry-settings] to file:/w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/config5434205832578955674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:22:04.797Z] ---> docker-login.sh [2020-11-30T06:22:04.797Z] nexus3.edgexfoundry.org:10001 [2020-11-30T06:22:05.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:22:05.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:22:05.065Z] Configure a credential helper to remove this warning. See [2020-11-30T06:22:05.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:22:05.065Z] [2020-11-30T06:22:05.065Z] Login Succeeded [2020-11-30T06:22:05.065Z] nexus3.edgexfoundry.org:10002 [2020-11-30T06:22:05.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:22:05.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:22:05.330Z] Configure a credential helper to remove this warning. See [2020-11-30T06:22:05.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:22:05.330Z] [2020-11-30T06:22:05.330Z] Login Succeeded [2020-11-30T06:22:05.330Z] nexus3.edgexfoundry.org:10003 [2020-11-30T06:22:05.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:22:05.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:22:05.593Z] Configure a credential helper to remove this warning. See [2020-11-30T06:22:05.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:22:05.593Z] [2020-11-30T06:22:05.593Z] Login Succeeded [2020-11-30T06:22:05.593Z] nexus3.edgexfoundry.org:10004 [2020-11-30T06:22:05.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:22:05.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:22:05.857Z] Configure a credential helper to remove this warning. See [2020-11-30T06:22:05.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:22:05.857Z] [2020-11-30T06:22:05.857Z] Login Succeeded [2020-11-30T06:22:05.857Z] docker.io [2020-11-30T06:22:05.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:22:06.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:22:06.120Z] Configure a credential helper to remove this warning. See [2020-11-30T06:22:06.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:22:06.120Z] [2020-11-30T06:22:06.120Z] Login Succeeded [2020-11-30T06:22:06.120Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T06:22:06.145Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T06:22:07.148Z] + git log --format=format:%s -1 978866a60c7a8224f68e7153e786a0c8772f83f2 [Pipeline] echo [2020-11-30T06:22:07.280Z] GIT_COMMIT: 978866a60c7a8224f68e7153e786a0c8772f83f2, Commit Message: build(deps): bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.0 [Pipeline] echo [2020-11-30T06:22:07.359Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:22:07.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T06:22:07.988Z] [2020-11-30T06:22:07.988Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:22:08.388Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T06:22:08.388Z] latest: Pulling from edgex-devops/git-semver [2020-11-30T06:22:08.388Z] 31603596830f: Pulling fs layer [2020-11-30T06:22:08.388Z] 2a8b12db71e7: Pulling fs layer [2020-11-30T06:22:08.388Z] 6ca5941a6612: Pulling fs layer [2020-11-30T06:22:08.388Z] ecc8261a40a4: Pulling fs layer [2020-11-30T06:22:08.388Z] ecc8261a40a4: Waiting [2020-11-30T06:22:08.388Z] 2a8b12db71e7: Verifying Checksum [2020-11-30T06:22:08.388Z] 2a8b12db71e7: Download complete [2020-11-30T06:22:08.388Z] 31603596830f: Verifying Checksum [2020-11-30T06:22:08.388Z] 31603596830f: Download complete [2020-11-30T06:22:08.652Z] ecc8261a40a4: Verifying Checksum [2020-11-30T06:22:08.652Z] ecc8261a40a4: Download complete [2020-11-30T06:22:08.652Z] 6ca5941a6612: Verifying Checksum [2020-11-30T06:22:08.652Z] 6ca5941a6612: Download complete [2020-11-30T06:22:08.918Z] 31603596830f: Pull complete [2020-11-30T06:22:09.189Z] 2a8b12db71e7: Pull complete [2020-11-30T06:22:10.150Z] 6ca5941a6612: Pull complete [2020-11-30T06:22:10.150Z] ecc8261a40a4: Pull complete [2020-11-30T06:22:10.150Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-30T06:22:10.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T06:22:10.415Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-30T06:22:10.538Z] prd-centos7-docker-4c-2g-13805 does not seem to be running inside a container [2020-11-30T06:22:10.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-registry_PR-63 -v /w/workspace/gexfoundry_go-mod-registry_PR-63:/w/workspace/gexfoundry_go-mod-registry_PR-63:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-63@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-63@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 [2020-11-30T06:22:12.923Z] $ docker top 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-30T06:22:13.387Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T06:22:13.387Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T06:22:13.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T06:22:13.604Z] $ docker exec 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a ssh-agent [2020-11-30T06:22:13.766Z] SSH_AUTH_SOCK=/tmp/ssh-awQaCgezH0Cf/agent.12 [2020-11-30T06:22:13.766Z] SSH_AGENT_PID=17 [2020-11-30T06:22:13.775Z] Running ssh-add (command line suppressed) [2020-11-30T06:22:13.893Z] Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/private_key_860002448994866102.key (/w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/private_key_860002448994866102.key) [2020-11-30T06:22:13.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T06:22:14.325Z] + git tag --points-at HEAD [Pipeline] } [2020-11-30T06:22:14.353Z] $ docker exec --env ******** --env ******** 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a ssh-agent -k [2020-11-30T06:22:14.464Z] unset SSH_AUTH_SOCK; [2020-11-30T06:22:14.465Z] unset SSH_AGENT_PID; [2020-11-30T06:22:14.465Z] echo Agent pid 17 killed; [2020-11-30T06:22:14.514Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-30T06:22:14.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T06:22:14.711Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T06:22:14.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T06:22:14.891Z] $ docker exec 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a ssh-agent [2020-11-30T06:22:15.064Z] SSH_AUTH_SOCK=/tmp/ssh-CQLtgq8s5DNi/agent.46 [2020-11-30T06:22:15.064Z] SSH_AGENT_PID=52 [2020-11-30T06:22:15.071Z] Running ssh-add (command line suppressed) [2020-11-30T06:22:15.191Z] Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/private_key_2676549533241770544.key (/w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/private_key_2676549533241770544.key) [2020-11-30T06:22:15.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T06:22:15.622Z] + git semver init [2020-11-30T06:22:15.622Z] # -> Open(): unable to determine branch for HEAD [2020-11-30T06:22:15.622Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-63/.git [2020-11-30T06:22:15.622Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-registry_PR-63 [2020-11-30T06:22:15.622Z] # $SEMVER_REMOTE_NAME = origin [2020-11-30T06:22:15.622Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-30T06:22:15.622Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-30T06:22:15.622Z] # $SEMVER_BRANCH = PR-63 [2020-11-30T06:22:15.622Z] # $SEMVER_TEMP = /tmp/semver-357629607 [2020-11-30T06:22:15.622Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2020-11-30T06:22:15.885Z] # '/tmp/semver-357629607' -> '/w/workspace/gexfoundry_go-mod-registry_PR-63/.semver' [2020-11-30T06:22:15.885Z] # -> Force: false [2020-11-30T06:22:15.885Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-63/.semver [Pipeline] } [2020-11-30T06:22:15.907Z] $ docker exec --env ******** --env ******** 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a ssh-agent -k [2020-11-30T06:22:16.025Z] unset SSH_AUTH_SOCK; [2020-11-30T06:22:16.025Z] unset SSH_AGENT_PID; [2020-11-30T06:22:16.025Z] echo Agent pid 52 killed; [2020-11-30T06:22:16.076Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-30T06:22:16.668Z] + git semver [Pipeline] } [2020-11-30T06:22:16.718Z] $ docker stop --time=1 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a [2020-11-30T06:22:18.183Z] $ docker rm -f 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T06:22:18.785Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-30T06:22:19.246Z] Stashed 1 file(s) [Pipeline] echo [2020-11-30T06:22:19.281Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2020-11-30T06:22:35.250Z] Still waiting to schedule task [2020-11-30T06:22:35.250Z] ‘prd-centos7-docker-4c-2g-13806’ is offline; ‘prd-centos7-docker-4c-2g-13807’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-11-30T06:22:35.276Z] Still waiting to schedule task [2020-11-30T06:22:35.276Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-30T06:24:02.852Z] Running on prd-centos7-docker-4c-2g-13809 in /w/workspace/gexfoundry_go-mod-registry_PR-63 [Pipeline] { [Pipeline] ws [2020-11-30T06:24:02.947Z] Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout [2020-11-30T06:24:05.634Z] using credential edgex-jenkins-ssh [2020-11-30T06:24:05.691Z] Cloning the remote Git repository [2020-11-30T06:24:05.716Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-11-30T06:24:05.780Z] > git init /w/workspace/go-mod-registry/1 # timeout=10 [2020-11-30T06:24:05.840Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-11-30T06:24:05.840Z] > git --version # timeout=10 [2020-11-30T06:24:05.846Z] > git --version # 'git version 2.24.3' [2020-11-30T06:24:05.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:24:05.871Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T06:24:06.415Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-11-30T06:24:06.421Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T06:24:06.433Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-11-30T06:24:06.448Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-11-30T06:24:06.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:24:06.462Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T06:24:06.882Z] Merging remotes/origin/master commit e06c261707d41b90e25a1dfdd5a5d662f7c4f831 into PR head commit 978866a60c7a8224f68e7153e786a0c8772f83f2 [2020-11-30T06:24:06.954Z] Merge succeeded, producing 978866a60c7a8224f68e7153e786a0c8772f83f2 [2020-11-30T06:24:06.955Z] Checking out Revision 978866a60c7a8224f68e7153e786a0c8772f83f2 (PR-63) [2020-11-30T06:24:06.892Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T06:24:06.897Z] > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 [2020-11-30T06:24:06.927Z] > git remote # timeout=10 [2020-11-30T06:24:06.932Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T06:24:06.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:24:06.941Z] > git merge e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 [2020-11-30T06:24:06.950Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T06:24:06.959Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T06:24:06.963Z] > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 [2020-11-30T06:24:10.515Z] Commit message: "build(deps): bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.0" [2020-11-30T06:24:10.543Z] > git --version # timeout=10 [2020-11-30T06:24:10.548Z] > git --version # 'git version 2.24.3' [2020-11-30T06:24:10.559Z] fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T06:24:12.053Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-30T06:24:12.396Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T06:24:12.715Z] + sudo service docker restart [2020-11-30T06:24:12.715Z] + true [2020-11-30T06:24:12.715Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T06:24:13.788Z] provisioning config files... [2020-11-30T06:24:13.813Z] copy managed file [go-mod-registry-settings] to file:/w/workspace/go-mod-registry/1@tmp/config4745513381467936394tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:24:14.295Z] ---> docker-login.sh [2020-11-30T06:24:14.295Z] nexus3.edgexfoundry.org:10001 [2020-11-30T06:24:14.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:24:14.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:24:14.577Z] Configure a credential helper to remove this warning. See [2020-11-30T06:24:14.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:24:14.577Z] [2020-11-30T06:24:14.577Z] Login Succeeded [2020-11-30T06:24:14.577Z] nexus3.edgexfoundry.org:10002 [2020-11-30T06:24:14.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:24:14.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:24:14.841Z] Configure a credential helper to remove this warning. See [2020-11-30T06:24:14.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:24:14.841Z] [2020-11-30T06:24:14.841Z] Login Succeeded [2020-11-30T06:24:14.841Z] nexus3.edgexfoundry.org:10003 [2020-11-30T06:24:15.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:24:15.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:24:15.106Z] Configure a credential helper to remove this warning. See [2020-11-30T06:24:15.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:24:15.106Z] [2020-11-30T06:24:15.106Z] Login Succeeded [2020-11-30T06:24:15.106Z] nexus3.edgexfoundry.org:10004 [2020-11-30T06:24:15.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:24:15.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:24:15.371Z] Configure a credential helper to remove this warning. See [2020-11-30T06:24:15.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:24:15.371Z] [2020-11-30T06:24:15.371Z] Login Succeeded [2020-11-30T06:24:15.371Z] docker.io [2020-11-30T06:24:15.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:24:15.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:24:15.633Z] Configure a credential helper to remove this warning. See [2020-11-30T06:24:15.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:24:15.633Z] [2020-11-30T06:24:15.633Z] Login Succeeded [2020-11-30T06:24:15.633Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T06:24:15.656Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T06:24:16.119Z] ========================================================= [2020-11-30T06:24:16.119Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-30T06:24:16.119Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:24:16.513Z] + 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 . [2020-11-30T06:24:16.514Z] Sending build context to Docker daemon 269.3kB [2020-11-30T06:24:16.514Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-30T06:24:16.514Z] Step 2/7 : FROM ${BASE} [2020-11-30T06:24:16.514Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-30T06:24:16.514Z] df20fa9351a1: Pulling fs layer [2020-11-30T06:24:16.514Z] ed8968b2872e: Pulling fs layer [2020-11-30T06:24:16.514Z] a92cc7c5fd73: Pulling fs layer [2020-11-30T06:24:16.514Z] e871e8e8d7a9: Pulling fs layer [2020-11-30T06:24:16.514Z] e73272ec9a57: Pulling fs layer [2020-11-30T06:24:16.514Z] 1e910a182e73: Pulling fs layer [2020-11-30T06:24:16.514Z] 4e634b169226: Pulling fs layer [2020-11-30T06:24:16.514Z] e73272ec9a57: Waiting [2020-11-30T06:24:16.514Z] 1e910a182e73: Waiting [2020-11-30T06:24:16.514Z] 4e634b169226: Waiting [2020-11-30T06:24:16.514Z] e871e8e8d7a9: Waiting [2020-11-30T06:24:16.781Z] a92cc7c5fd73: Verifying Checksum [2020-11-30T06:24:16.781Z] a92cc7c5fd73: Download complete [2020-11-30T06:24:16.781Z] ed8968b2872e: Verifying Checksum [2020-11-30T06:24:16.781Z] ed8968b2872e: Download complete [2020-11-30T06:24:16.781Z] e73272ec9a57: Verifying Checksum [2020-11-30T06:24:16.781Z] e73272ec9a57: Download complete [2020-11-30T06:24:16.781Z] 1e910a182e73: Verifying Checksum [2020-11-30T06:24:16.782Z] 1e910a182e73: Download complete [2020-11-30T06:24:16.782Z] df20fa9351a1: Verifying Checksum [2020-11-30T06:24:16.782Z] df20fa9351a1: Download complete [2020-11-30T06:24:17.049Z] df20fa9351a1: Pull complete [2020-11-30T06:24:17.049Z] ed8968b2872e: Pull complete [2020-11-30T06:24:17.313Z] a92cc7c5fd73: Pull complete [2020-11-30T06:24:18.711Z] 4e634b169226: Verifying Checksum [2020-11-30T06:24:18.711Z] 4e634b169226: Download complete [2020-11-30T06:24:19.289Z] e871e8e8d7a9: Verifying Checksum [2020-11-30T06:24:19.289Z] e871e8e8d7a9: Download complete [2020-11-30T06:24:24.654Z] e871e8e8d7a9: Pull complete [2020-11-30T06:24:24.917Z] e73272ec9a57: Pull complete [2020-11-30T06:24:24.917Z] 1e910a182e73: Pull complete [2020-11-30T06:24:30.264Z] 4e634b169226: Pull complete [2020-11-30T06:24:30.264Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-30T06:24:30.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-30T06:24:30.264Z] ---> f7629b54cfaa [2020-11-30T06:24:30.264Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-30T06:24:30.264Z] ---> Running in df23c704ee66 [2020-11-30T06:24:30.531Z] Removing intermediate container df23c704ee66 [2020-11-30T06:24:30.531Z] ---> 487a17e19cef [2020-11-30T06:24:30.531Z] Step 4/7 : RUN apk add --update bash [2020-11-30T06:24:30.531Z] ---> Running in bf98922198e0 [2020-11-30T06:24:31.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-30T06:24:32.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-30T06:24:32.331Z] OK: 166 MiB in 39 packages [2020-11-30T06:24:32.906Z] Removing intermediate container bf98922198e0 [2020-11-30T06:24:32.906Z] ---> 550eaefe377e [2020-11-30T06:24:32.906Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-30T06:24:32.906Z] ---> Running in a9c6de91e6ae [2020-11-30T06:24:33.171Z] Removing intermediate container a9c6de91e6ae [2020-11-30T06:24:33.171Z] ---> a10deeb4538b [2020-11-30T06:24:33.171Z] Step 6/7 : COPY go.mod . [2020-11-30T06:24:33.433Z] ---> 34422e0d6a19 [2020-11-30T06:24:33.433Z] Step 7/7 : RUN go mod download [2020-11-30T06:24:33.433Z] ---> Running in 0427bdf52217 [2020-11-30T06:24:48.410Z] Removing intermediate container 0427bdf52217 [2020-11-30T06:24:48.410Z] ---> 4cc7db698092 [2020-11-30T06:24:48.410Z] Successfully built 4cc7db698092 [2020-11-30T06:24:48.410Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:24:48.782Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T06:24:48.782Z] . [Pipeline] withDockerContainer [2020-11-30T06:24:48.913Z] prd-centos7-docker-4c-2g-13809 does not seem to be running inside a container [2020-11-30T06:24:48.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-30T06:24:49.660Z] $ docker top 753da2e028ebe7499beb0a694286bf1e669a3991c3277dd706b10e522856b446 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:24:50.203Z] + go version [2020-11-30T06:24:50.203Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-30T06:24:50.245Z] $ docker stop --time=1 753da2e028ebe7499beb0a694286bf1e669a3991c3277dd706b10e522856b446 [2020-11-30T06:24:51.586Z] $ docker rm -f 753da2e028ebe7499beb0a694286bf1e669a3991c3277dd706b10e522856b446 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:24:52.685Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T06:24:52.685Z] . [Pipeline] withDockerContainer [2020-11-30T06:24:52.815Z] prd-centos7-docker-4c-2g-13809 does not seem to be running inside a container [2020-11-30T06:24:52.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-30T06:24:53.932Z] $ docker top 1520ba8132475fe93bd67154251923c98739dc9efba0b21cb569c44dbc4d90df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:24:54.535Z] + make test [2020-11-30T06:24:54.535Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-30T06:25:04.673Z] ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.025s coverage: 87.2% of statements [2020-11-30T06:25:04.673Z] ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] [2020-11-30T06:25:04.673Z] ok github.com/edgexfoundry/go-mod-registry/registry 0.007s coverage: 85.7% of statements [2020-11-30T06:25:04.673Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-30T06:25:05.631Z] gofmt -l . [2020-11-30T06:25:05.632Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-30T06:25:05.663Z] $ docker stop --time=1 1520ba8132475fe93bd67154251923c98739dc9efba0b21cb569c44dbc4d90df [2020-11-30T06:25:07.790Z] $ docker rm -f 1520ba8132475fe93bd67154251923c98739dc9efba0b21cb569c44dbc4d90df [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T06:25:08.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T06:25:08.759Z] 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] } [2020-11-30T06:25:37.281Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13811 in /w/workspace/gexfoundry_go-mod-registry_PR-63 [Pipeline] { [Pipeline] ws [2020-11-30T06:25:37.392Z] Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout [2020-11-30T06:25:42.722Z] using credential edgex-jenkins-ssh [2020-11-30T06:25:42.787Z] Cloning the remote Git repository [2020-11-30T06:25:42.862Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-11-30T06:25:42.980Z] > git init /w/workspace/go-mod-registry/1 # timeout=10 [2020-11-30T06:25:43.054Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-11-30T06:25:43.055Z] > git --version # timeout=10 [2020-11-30T06:25:43.083Z] > git --version # 'git version 2.17.1' [2020-11-30T06:25:43.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:25:43.190Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T06:25:44.598Z] Merging remotes/origin/master commit e06c261707d41b90e25a1dfdd5a5d662f7c4f831 into PR head commit 978866a60c7a8224f68e7153e786a0c8772f83f2 [2020-11-30T06:25:44.806Z] Merge succeeded, producing 978866a60c7a8224f68e7153e786a0c8772f83f2 [2020-11-30T06:25:44.807Z] Checking out Revision 978866a60c7a8224f68e7153e786a0c8772f83f2 (PR-63) [2020-11-30T06:25:43.909Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-11-30T06:25:43.932Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T06:25:43.994Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-11-30T06:25:44.072Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-11-30T06:25:44.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:25:44.104Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T06:25:44.621Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T06:25:44.638Z] > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 [2020-11-30T06:25:44.721Z] > git remote # timeout=10 [2020-11-30T06:25:44.744Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T06:25:44.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:25:44.777Z] > git merge e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 [2020-11-30T06:25:44.797Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T06:25:44.820Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T06:25:44.834Z] > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 [2020-11-30T06:25:49.065Z] Commit message: "build(deps): bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.0" [2020-11-30T06:25:49.132Z] > git --version # timeout=10 [2020-11-30T06:25:49.144Z] > git --version # 'git version 2.17.1' [2020-11-30T06:25:49.159Z] fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T06:25:50.989Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-30T06:25:51.408Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T06:25:51.876Z] + sudo service docker restart [2020-11-30T06:25:51.876Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T06:25:54.664Z] provisioning config files... [2020-11-30T06:25:54.700Z] copy managed file [go-mod-registry-settings] to file:/w/workspace/go-mod-registry/1@tmp/config5257178922031133099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:25:55.178Z] ---> docker-login.sh [2020-11-30T06:25:55.178Z] nexus3.edgexfoundry.org:10001 [2020-11-30T06:25:55.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:56.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:56.400Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:56.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:56.400Z] [2020-11-30T06:25:56.400Z] Login Succeeded [2020-11-30T06:25:56.400Z] nexus3.edgexfoundry.org:10002 [2020-11-30T06:25:56.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:56.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:56.678Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:56.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:56.678Z] [2020-11-30T06:25:56.678Z] Login Succeeded [2020-11-30T06:25:56.678Z] nexus3.edgexfoundry.org:10003 [2020-11-30T06:25:56.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:57.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:57.243Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:57.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:57.243Z] [2020-11-30T06:25:57.243Z] Login Succeeded [2020-11-30T06:25:57.243Z] nexus3.edgexfoundry.org:10004 [2020-11-30T06:25:57.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:57.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:57.799Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:57.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:57.799Z] [2020-11-30T06:25:57.799Z] Login Succeeded [2020-11-30T06:25:57.799Z] docker.io [2020-11-30T06:25:58.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:58.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:58.670Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:58.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:58.670Z] [2020-11-30T06:25:58.670Z] Login Succeeded [2020-11-30T06:25:58.670Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T06:25:58.704Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T06:25:59.262Z] ========================================================= [2020-11-30T06:25:59.263Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-30T06:25:59.263Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:25:59.695Z] + 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 . [2020-11-30T06:25:59.695Z] Sending build context to Docker daemon 268.3kB [2020-11-30T06:25:59.972Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-30T06:25:59.972Z] Step 2/7 : FROM ${BASE} [2020-11-30T06:26:00.251Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-30T06:26:00.251Z] b538f80385f9: Pulling fs layer [2020-11-30T06:26:00.251Z] 74f711af9a0d: Pulling fs layer [2020-11-30T06:26:00.251Z] 99f96fe45779: Pulling fs layer [2020-11-30T06:26:00.251Z] 8529a6b9a6be: Pulling fs layer [2020-11-30T06:26:00.251Z] 45590311c82a: Pulling fs layer [2020-11-30T06:26:00.251Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-30T06:26:00.251Z] 209524e5b208: Pulling fs layer [2020-11-30T06:26:00.251Z] 8529a6b9a6be: Waiting [2020-11-30T06:26:00.251Z] 69ca0ff8b7b3: Waiting [2020-11-30T06:26:00.251Z] 45590311c82a: Waiting [2020-11-30T06:26:00.251Z] 209524e5b208: Waiting [2020-11-30T06:26:00.251Z] 99f96fe45779: Verifying Checksum [2020-11-30T06:26:00.251Z] 99f96fe45779: Download complete [2020-11-30T06:26:00.251Z] 74f711af9a0d: Verifying Checksum [2020-11-30T06:26:00.251Z] 74f711af9a0d: Download complete [2020-11-30T06:26:00.251Z] 45590311c82a: Verifying Checksum [2020-11-30T06:26:00.251Z] 45590311c82a: Download complete [2020-11-30T06:26:00.251Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-30T06:26:00.251Z] 69ca0ff8b7b3: Download complete [2020-11-30T06:26:00.251Z] b538f80385f9: Verifying Checksum [2020-11-30T06:26:00.251Z] b538f80385f9: Download complete [2020-11-30T06:26:00.854Z] b538f80385f9: Pull complete [2020-11-30T06:26:01.474Z] 74f711af9a0d: Pull complete [2020-11-30T06:26:01.755Z] 99f96fe45779: Pull complete [2020-11-30T06:26:02.761Z] 209524e5b208: Verifying Checksum [2020-11-30T06:26:02.761Z] 209524e5b208: Download complete [2020-11-30T06:26:04.743Z] 8529a6b9a6be: Verifying Checksum [2020-11-30T06:26:04.743Z] 8529a6b9a6be: Download complete [2020-11-30T06:26:14.957Z] 8529a6b9a6be: Pull complete [2020-11-30T06:26:14.957Z] 45590311c82a: Pull complete [2020-11-30T06:26:14.957Z] 69ca0ff8b7b3: Pull complete [2020-11-30T06:26:19.281Z] 209524e5b208: Pull complete [2020-11-30T06:26:19.281Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-30T06:26:19.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-30T06:26:19.281Z] ---> 5bddaf1c2fca [2020-11-30T06:26:19.281Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-30T06:26:21.265Z] ---> Running in f1a57a65549d [2020-11-30T06:26:21.547Z] Removing intermediate container f1a57a65549d [2020-11-30T06:26:21.547Z] ---> bca6907bf765 [2020-11-30T06:26:21.547Z] Step 4/7 : RUN apk add --update bash [2020-11-30T06:26:21.820Z] ---> Running in 425af2ca696b [2020-11-30T06:26:22.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-30T06:26:23.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-30T06:26:24.405Z] OK: 142 MiB in 39 packages [2020-11-30T06:26:25.850Z] Removing intermediate container 425af2ca696b [2020-11-30T06:26:25.850Z] ---> 6350737a3605 [2020-11-30T06:26:25.850Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-30T06:26:25.850Z] ---> Running in bc954b79a84d [2020-11-30T06:26:26.128Z] Removing intermediate container bc954b79a84d [2020-11-30T06:26:26.128Z] ---> c332afa4cd7b [2020-11-30T06:26:26.128Z] Step 6/7 : COPY go.mod . [2020-11-30T06:26:26.727Z] ---> 2cb82e713993 [2020-11-30T06:26:26.727Z] Step 7/7 : RUN go mod download [2020-11-30T06:26:27.004Z] ---> Running in 197714dfa5ec [2020-11-30T06:26:42.141Z] Removing intermediate container 197714dfa5ec [2020-11-30T06:26:42.141Z] ---> 65793bc69483 [2020-11-30T06:26:42.141Z] Successfully built 65793bc69483 [2020-11-30T06:26:42.141Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:26:42.525Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T06:26:42.525Z] . [Pipeline] withDockerContainer [2020-11-30T06:26:42.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-13811 does not seem to be running inside a container [2020-11-30T06:26:42.919Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 ******** -e ******** ci-base-image-arm64 cat [2020-11-30T06:26:44.417Z] $ docker top 240e44f848b0341dbe41b6746378cb5c24276c5cb885165bb27c43ce41f544b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:26:45.498Z] + go version [2020-11-30T06:26:45.498Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-30T06:26:45.542Z] $ docker stop --time=1 240e44f848b0341dbe41b6746378cb5c24276c5cb885165bb27c43ce41f544b6 [2020-11-30T06:26:47.427Z] $ docker rm -f 240e44f848b0341dbe41b6746378cb5c24276c5cb885165bb27c43ce41f544b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:26:48.693Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T06:26:48.693Z] . [Pipeline] withDockerContainer [2020-11-30T06:26:48.972Z] prd-ubuntu18.04-docker-arm64-4c-16g-13811 does not seem to be running inside a container [2020-11-30T06:26:49.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 ******** -e ******** ci-base-image-arm64 cat [2020-11-30T06:26:50.497Z] $ docker top 406bc1db20c0baeb301f24da2784266c4b56ac991836592c4b86382e8442d323 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:26:51.590Z] + make test [2020-11-30T06:26:51.590Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-30T06:27:18.591Z] ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.071s coverage: 87.2% of statements [2020-11-30T06:27:18.591Z] ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] [2020-11-30T06:27:18.591Z] ok github.com/edgexfoundry/go-mod-registry/registry 0.014s coverage: 85.7% of statements [2020-11-30T06:27:18.591Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-30T06:27:21.241Z] gofmt -l . [2020-11-30T06:27:21.241Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-30T06:27:21.282Z] $ docker stop --time=1 406bc1db20c0baeb301f24da2784266c4b56ac991836592c4b86382e8442d323 [2020-11-30T06:27:23.373Z] $ docker rm -f 406bc1db20c0baeb301f24da2784266c4b56ac991836592c4b86382e8442d323 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T06:27:24.256Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T06:27:24.298Z] Warning: overwriting stash ‘coverage-report’ [2020-11-30T06:27:25.003Z] 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 [2020-11-30T06:27:28.274Z] provisioning config files... [2020-11-30T06:27:28.294Z] copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/config782693109200484154tmp [Pipeline] { [Pipeline] sh [2020-11-30T06:27:28.756Z] + set +x [2020-11-30T06:27:28.756Z] + curl -s https://codecov.io/bash [2020-11-30T06:27:28.756Z] + bash -s -- [2020-11-30T06:27:29.022Z] [2020-11-30T06:27:29.022Z] _____ _ [2020-11-30T06:27:29.022Z] / ____| | | [2020-11-30T06:27:29.022Z] | | ___ __| | ___ ___ _____ __ [2020-11-30T06:27:29.022Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-30T06:27:29.022Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-30T06:27:29.022Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-30T06:27:29.022Z] Bash-20201124-79cbc08 [2020-11-30T06:27:29.022Z] [2020-11-30T06:27:29.022Z] [2020-11-30T06:27:29.022Z] ==> Jenkins CI detected. [2020-11-30T06:27:29.022Z] project root: . [2020-11-30T06:27:29.022Z] --> token set from env [2020-11-30T06:27:29.022Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-30T06:27:29.022Z] ==> Running gcov in . (disable via -X gcov) [2020-11-30T06:27:29.022Z] ==> Python coveragepy not found [2020-11-30T06:27:29.022Z] ==> Searching for coverage reports in: [2020-11-30T06:27:29.022Z] + . [2020-11-30T06:27:29.022Z] -> Found 1 reports [2020-11-30T06:27:29.022Z] ==> Detecting git/mercurial file structure [2020-11-30T06:27:29.022Z] ==> Reading reports [2020-11-30T06:27:29.022Z] + ./coverage.out bytes=7890 [2020-11-30T06:27:29.022Z] ==> Appending adjustments [2020-11-30T06:27:29.022Z] https://docs.codecov.io/docs/fixing-reports [2020-11-30T06:27:29.022Z] + Found adjustments [2020-11-30T06:27:29.022Z] ==> Gzipping contents [2020-11-30T06:27:29.022Z] 4.0K /tmp/codecov.m2FuAD.gz [2020-11-30T06:27:29.022Z] ==> Uploading reports [2020-11-30T06:27:29.022Z] url: https://codecov.io [2020-11-30T06:27:29.022Z] query: branch=PR-63&commit=978866a60c7a8224f68e7153e786a0c8772f83f2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-63%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=63&job=&cmd_args= [2020-11-30T06:27:29.022Z] -> Pinging Codecov [2020-11-30T06:27:29.022Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-63&commit=978866a60c7a8224f68e7153e786a0c8772f83f2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-63%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=63&job=&cmd_args= [2020-11-30T06:27:29.604Z] -> Uploading to [2020-11-30T06:27:29.604Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-30/05B643FFA8DEACB6C25F95B2D4D12284/978866a60c7a8224f68e7153e786a0c8772f83f2/d6ff3ddb-39e3-401b-9b5f-fc5cd647af87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T062729Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6b7a8d77b6045efe022136f029368ff6b3dd39ee326b7c3958db58017cfc5943 [2020-11-30T06:27:29.604Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-30T06:27:29.604Z] Dload Upload Total Spent Left Speed [2020-11-30T06:27:30.177Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1645 0 0 100 1645 0 3366 --:--:-- --:--:-- --:--:-- 3364 100 1645 0 0 100 1645 0 3364 --:--:-- --:--:-- --:--:-- 3364 [2020-11-30T06:27:30.177Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/978866a60c7a8224f68e7153e786a0c8772f83f2 [Pipeline] } [2020-11-30T06:27:30.202Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2020-11-30T06:27:34.291Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:27:34.644Z] ---> package-listing.sh [2020-11-30T06:27:34.644Z] ++ facter osfamily [2020-11-30T06:27:34.644Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-30T06:27:34.644Z] + OS_FAMILY=redhat [2020-11-30T06:27:34.644Z] + workspace=/w/workspace/gexfoundry_go-mod-registry_PR-63 [2020-11-30T06:27:34.644Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-30T06:27:34.644Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-30T06:27:34.644Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-30T06:27:34.644Z] + PACKAGES=/tmp/packages_start.txt [2020-11-30T06:27:34.644Z] + '[' /w/workspace/gexfoundry_go-mod-registry_PR-63 ']' [2020-11-30T06:27:34.644Z] + PACKAGES=/tmp/packages_end.txt [2020-11-30T06:27:34.644Z] + case "${OS_FAMILY}" in [2020-11-30T06:27:34.644Z] + rpm -qa [2020-11-30T06:27:34.644Z] + sort [2020-11-30T06:27:39.983Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-30T06:27:39.983Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-30T06:27:39.983Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-30T06:27:39.983Z] + '[' /w/workspace/gexfoundry_go-mod-registry_PR-63 ']' [2020-11-30T06:27:39.983Z] + mkdir -p /w/workspace/gexfoundry_go-mod-registry_PR-63/archives/ [2020-11-30T06:27:39.983Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-registry_PR-63/archives/ [Pipeline] echo [2020-11-30T06:27:40.026Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-registry_PR-63/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-30T06:27:40.340Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:27:40.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T06:27:40.692Z] [2020-11-30T06:27:40.692Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:27:41.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T06:27:41.115Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-30T06:27:41.115Z] df20fa9351a1: Pulling fs layer [2020-11-30T06:27:41.115Z] 36b3adc4ff6f: Pulling fs layer [2020-11-30T06:27:41.115Z] 8ad3a11d3b57: Pulling fs layer [2020-11-30T06:27:41.115Z] 46f8f816bc3b: Pulling fs layer [2020-11-30T06:27:41.115Z] 93b61091891f: Pulling fs layer [2020-11-30T06:27:41.115Z] 93b9cdb0e59b: Pulling fs layer [2020-11-30T06:27:41.115Z] 5e14af77c1be: Pulling fs layer [2020-11-30T06:27:41.115Z] 01666e4c0597: Pulling fs layer [2020-11-30T06:27:41.115Z] aa168da1d23b: Pulling fs layer [2020-11-30T06:27:41.115Z] 46f8f816bc3b: Waiting [2020-11-30T06:27:41.115Z] 93b61091891f: Waiting [2020-11-30T06:27:41.115Z] 93b9cdb0e59b: Waiting [2020-11-30T06:27:41.115Z] 5e14af77c1be: Waiting [2020-11-30T06:27:41.115Z] 01666e4c0597: Waiting [2020-11-30T06:27:41.115Z] aa168da1d23b: Waiting [2020-11-30T06:27:41.115Z] 36b3adc4ff6f: Verifying Checksum [2020-11-30T06:27:41.115Z] 36b3adc4ff6f: Download complete [2020-11-30T06:27:41.115Z] 46f8f816bc3b: Verifying Checksum [2020-11-30T06:27:41.115Z] 46f8f816bc3b: Download complete [2020-11-30T06:27:41.115Z] df20fa9351a1: Download complete [2020-11-30T06:27:41.382Z] 93b9cdb0e59b: Verifying Checksum [2020-11-30T06:27:41.382Z] 93b9cdb0e59b: Download complete [2020-11-30T06:27:41.382Z] 5e14af77c1be: Verifying Checksum [2020-11-30T06:27:41.382Z] 5e14af77c1be: Download complete [2020-11-30T06:27:41.382Z] 01666e4c0597: Verifying Checksum [2020-11-30T06:27:41.382Z] 01666e4c0597: Download complete [2020-11-30T06:27:41.382Z] 93b61091891f: Verifying Checksum [2020-11-30T06:27:41.382Z] 93b61091891f: Download complete [2020-11-30T06:27:41.670Z] df20fa9351a1: Pull complete [2020-11-30T06:27:41.670Z] 8ad3a11d3b57: Verifying Checksum [2020-11-30T06:27:41.670Z] 8ad3a11d3b57: Download complete [2020-11-30T06:27:41.939Z] 36b3adc4ff6f: Pull complete [2020-11-30T06:27:42.927Z] 8ad3a11d3b57: Pull complete [2020-11-30T06:27:42.927Z] 46f8f816bc3b: Pull complete [2020-11-30T06:27:43.520Z] 93b61091891f: Pull complete [2020-11-30T06:27:43.785Z] aa168da1d23b: Verifying Checksum [2020-11-30T06:27:43.785Z] aa168da1d23b: Download complete [2020-11-30T06:27:43.785Z] 93b9cdb0e59b: Pull complete [2020-11-30T06:27:43.785Z] 5e14af77c1be: Pull complete [2020-11-30T06:27:44.054Z] 01666e4c0597: Pull complete [2020-11-30T06:27:50.709Z] aa168da1d23b: Pull complete [2020-11-30T06:27:50.709Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-30T06:27:50.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T06:27:50.709Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-30T06:27:50.942Z] prd-centos7-docker-4c-2g-13805 does not seem to be running inside a container [2020-11-30T06:27:50.993Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-registry_PR-63/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-registry_PR-63 -v /w/workspace/gexfoundry_go-mod-registry_PR-63:/w/workspace/gexfoundry_go-mod-registry_PR-63:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-63@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-63@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-30T06:27:54.326Z] $ docker top 07fe8fb7d8be38f006aa8bd11c6ce21ab28b430f7607a9be75924bf59297c6f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:27:55.019Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-30T06:27:55.343Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-30T06:27:55.675Z] + ls /var/log/sa-host [2020-11-30T06:27:55.675Z] + sadf -c /var/log/sa-host/sa23 [2020-11-30T06:27:55.675Z] file_magic: OK [2020-11-30T06:27:55.675Z] HZ: Using current value: 100 [2020-11-30T06:27:55.675Z] file_header: OK [2020-11-30T06:27:55.675Z] 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 [2020-11-30T06:27:55.675Z] Statistics: [2020-11-30T06:27:55.675Z] Hnuu...uuuununununu... [2020-11-30T06:27:55.675Z] File successfully converted to sysstat format version 12.2.1 [2020-11-30T06:27:55.675Z] + sadf -c /var/log/sa-host/sa30 [2020-11-30T06:27:55.675Z] file_magic: OK [2020-11-30T06:27:55.675Z] HZ: Using current value: 100 [2020-11-30T06:27:55.675Z] file_header: OK [2020-11-30T06:27:55.675Z] 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 [2020-11-30T06:27:55.675Z] Statistics: [2020-11-30T06:27:55.675Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-30T06:27:55.675Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-30T06:27:56.409Z] provisioning config files... [2020-11-30T06:27:56.424Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/config5303611354096887346tmp [Pipeline] { [Pipeline] echo [2020-11-30T06:27:56.561Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:27:56.898Z] ---> create-netrc.sh [Pipeline] } [2020-11-30T06:27:56.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-30T06:27:57.079Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:27:57.419Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-30T06:27:57.453Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:27:57.803Z] ---> sudo-logs.sh [2020-11-30T06:27:57.803Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-30T06:27:57.838Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:27:58.190Z] ---> job-cost.sh [2020-11-30T06:27:58.190Z] lf-activate-venv: SKIPPING [2020-11-30T06:27:58.190Z] INFO: No Stack... [2020-11-30T06:27:59.589Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-30T06:27:59.850Z] INFO: Archiving Costs [Pipeline] echo [2020-11-30T06:27:59.893Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:28:00.254Z] ---> logs-deploy.sh [2020-11-30T06:28:00.254Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/PR-63/1 [2020-11-30T06:28:00.254Z] INFO: archiving workspace using pattern(s): [2020-11-30T06:28:02.198Z] Archives upload complete. [2020-11-30T06:28:02.198Z] INFO: archiving logs to Nexus