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 06:21:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:21:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:21:56 ========================================================= 06:21:56 EdgeX Global Pipelines Version Info 06:21:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:21:58 ------------------- 06:21:58 stable info: 06:21:58 ------------------- 06:21:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:21:58 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:21:58 Message: update stable to v1.0.167 06:21:58 ------------------- 06:21:58 experimental info: 06:21:58 ------------------- 06:21:58 Commited By: **** collab-it+edgex@linuxfoundation.org 06:21:58 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 06:21:58 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:21:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 06:21:59 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 06:21:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:22:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:22:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:22:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:22:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:22:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:22:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:22:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 06:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:22:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:22:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:22:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:22:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:22:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:22:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:22:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:22:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:22:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:22:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:22:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:22:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:22:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-63 [Pipeline] echo 06:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-63 [Pipeline] echo 06:22:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-63 [Pipeline] echo 06:22:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 978866a60c7a8224f68e7153e786a0c8772f83f2 [Pipeline] echo 06:22:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 978866a [Pipeline] echo 06:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:22:04 provisioning config files... 06:22:04 copy managed file [go-mod-registry-settings] to file:/w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/config5434205832578955674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:22:04 ---> docker-login.sh 06:22:04 nexus3.edgexfoundry.org:10001 06:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:05 Configure a credential helper to remove this warning. See 06:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:05 06:22:05 Login Succeeded 06:22:05 nexus3.edgexfoundry.org:10002 06:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:05 Configure a credential helper to remove this warning. See 06:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:05 06:22:05 Login Succeeded 06:22:05 nexus3.edgexfoundry.org:10003 06:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:05 Configure a credential helper to remove this warning. See 06:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:05 06:22:05 Login Succeeded 06:22:05 nexus3.edgexfoundry.org:10004 06:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:05 Configure a credential helper to remove this warning. See 06:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:05 06:22:05 Login Succeeded 06:22:05 docker.io 06:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:06 Configure a credential helper to remove this warning. See 06:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:06 06:22:06 Login Succeeded 06:22:06 ---> docker-login.sh ends [Pipeline] } 06:22:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:22:07 + git log --format=format:%s -1 978866a60c7a8224f68e7153e786a0c8772f83f2 [Pipeline] echo 06:22:07 GIT_COMMIT: 978866a60c7a8224f68e7153e786a0c8772f83f2, Commit Message: build(deps): bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.0 [Pipeline] echo 06:22:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:22:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:22:07 06:22:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:22:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:22:08 latest: Pulling from edgex-devops/git-semver 06:22:08 31603596830f: Pulling fs layer 06:22:08 2a8b12db71e7: Pulling fs layer 06:22:08 6ca5941a6612: Pulling fs layer 06:22:08 ecc8261a40a4: Pulling fs layer 06:22:08 ecc8261a40a4: Waiting 06:22:08 2a8b12db71e7: Verifying Checksum 06:22:08 2a8b12db71e7: Download complete 06:22:08 31603596830f: Verifying Checksum 06:22:08 31603596830f: Download complete 06:22:08 ecc8261a40a4: Verifying Checksum 06:22:08 ecc8261a40a4: Download complete 06:22:08 6ca5941a6612: Verifying Checksum 06:22:08 6ca5941a6612: Download complete 06:22:08 31603596830f: Pull complete 06:22:09 2a8b12db71e7: Pull complete 06:22:10 6ca5941a6612: Pull complete 06:22:10 ecc8261a40a4: Pull complete 06:22:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:22:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:22:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:22:10 prd-centos7-docker-4c-2g-13805 does not seem to be running inside a container 06:22:10 $ 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 06:22:12 $ docker top 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:22:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:22:13 [ssh-agent] Looking for ssh-agent implementation... 06:22:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:22:13 $ docker exec 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a ssh-agent 06:22:13 SSH_AUTH_SOCK=/tmp/ssh-awQaCgezH0Cf/agent.12 06:22:13 SSH_AGENT_PID=17 06:22:13 Running ssh-add (command line suppressed) 06:22:13 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) 06:22:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:22:14 + git tag --points-at HEAD [Pipeline] } 06:22:14 $ docker exec --env ******** --env ******** 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a ssh-agent -k 06:22:14 unset SSH_AUTH_SOCK; 06:22:14 unset SSH_AGENT_PID; 06:22:14 echo Agent pid 17 killed; 06:22:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:22:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:22:14 [ssh-agent] Looking for ssh-agent implementation... 06:22:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:22:14 $ docker exec 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a ssh-agent 06:22:15 SSH_AUTH_SOCK=/tmp/ssh-CQLtgq8s5DNi/agent.46 06:22:15 SSH_AGENT_PID=52 06:22:15 Running ssh-add (command line suppressed) 06:22:15 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) 06:22:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:22:15 + git semver init 06:22:15 # -> Open(): unable to determine branch for HEAD 06:22:15 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-63/.git 06:22:15 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-registry_PR-63 06:22:15 # $SEMVER_REMOTE_NAME = origin 06:22:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:22:15 # $SEMVER_USER_NAME = edgex-jenkins 06:22:15 # $SEMVER_BRANCH = PR-63 06:22:15 # $SEMVER_TEMP = /tmp/semver-357629607 06:22:15 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 06:22:15 # '/tmp/semver-357629607' -> '/w/workspace/gexfoundry_go-mod-registry_PR-63/.semver' 06:22:15 # -> Force: false 06:22:15 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-63/.semver [Pipeline] } 06:22:15 $ docker exec --env ******** --env ******** 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a ssh-agent -k 06:22:16 unset SSH_AUTH_SOCK; 06:22:16 unset SSH_AGENT_PID; 06:22:16 echo Agent pid 52 killed; 06:22:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:22:16 + git semver [Pipeline] } 06:22:16 $ docker stop --time=1 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a 06:22:18 $ docker rm -f 46d7082755fb4716e85177651246937c183c74b0a9712c79a6308c0f4057f25a [Pipeline] // withDockerContainer [Pipeline] sh 06:22:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:22:19 Stashed 1 file(s) [Pipeline] echo 06:22:19 [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 06:22:35 Still waiting to schedule task 06:22:35 ‘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’ 06:22:35 Still waiting to schedule task 06:22:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:24:02 Running on prd-centos7-docker-4c-2g-13809 in /w/workspace/gexfoundry_go-mod-registry_PR-63 [Pipeline] { [Pipeline] ws 06:24:02 Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout 06:24:05 using credential edgex-jenkins-ssh 06:24:05 Cloning the remote Git repository 06:24:05 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 06:24:05 > git init /w/workspace/go-mod-registry/1 # timeout=10 06:24:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 06:24:05 > git --version # timeout=10 06:24:05 > git --version # 'git version 2.24.3' 06:24:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:24:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:24:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 06:24:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:24:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 06:24:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 06:24:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:24:06 > 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 06:24:06 Merging remotes/origin/master commit e06c261707d41b90e25a1dfdd5a5d662f7c4f831 into PR head commit 978866a60c7a8224f68e7153e786a0c8772f83f2 06:24:06 Merge succeeded, producing 978866a60c7a8224f68e7153e786a0c8772f83f2 06:24:06 Checking out Revision 978866a60c7a8224f68e7153e786a0c8772f83f2 (PR-63) 06:24:06 > git config core.sparsecheckout # timeout=10 06:24:06 > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 06:24:06 > git remote # timeout=10 06:24:06 > git config --get remote.origin.url # timeout=10 06:24:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:24:06 > git merge e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 06:24:06 > git rev-parse HEAD^{commit} # timeout=10 06:24:06 > git config core.sparsecheckout # timeout=10 06:24:06 > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 06:24:10 Commit message: "build(deps): bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.0" 06:24:10 > git --version # timeout=10 06:24:10 > git --version # 'git version 2.24.3' 06:24:10 fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:24:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:24:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:24:12 + sudo service docker restart 06:24:12 + true 06:24:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:24:13 provisioning config files... 06:24:13 copy managed file [go-mod-registry-settings] to file:/w/workspace/go-mod-registry/1@tmp/config4745513381467936394tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:14 ---> docker-login.sh 06:24:14 nexus3.edgexfoundry.org:10001 06:24:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:14 Configure a credential helper to remove this warning. See 06:24:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:14 06:24:14 Login Succeeded 06:24:14 nexus3.edgexfoundry.org:10002 06:24:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:14 Configure a credential helper to remove this warning. See 06:24:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:14 06:24:14 Login Succeeded 06:24:14 nexus3.edgexfoundry.org:10003 06:24:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:15 Configure a credential helper to remove this warning. See 06:24:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:15 06:24:15 Login Succeeded 06:24:15 nexus3.edgexfoundry.org:10004 06:24:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:15 Configure a credential helper to remove this warning. See 06:24:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:15 06:24:15 Login Succeeded 06:24:15 docker.io 06:24:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:15 Configure a credential helper to remove this warning. See 06:24:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:15 06:24:15 Login Succeeded 06:24:15 ---> docker-login.sh ends [Pipeline] } 06:24:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:24:16 ========================================================= 06:24:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:24:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:24:16 + 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 . 06:24:16 Sending build context to Docker daemon 269.3kB 06:24:16 Step 1/7 : ARG BASE=golang:1.15-alpine 06:24:16 Step 2/7 : FROM ${BASE} 06:24:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:24:16 df20fa9351a1: Pulling fs layer 06:24:16 ed8968b2872e: Pulling fs layer 06:24:16 a92cc7c5fd73: Pulling fs layer 06:24:16 e871e8e8d7a9: Pulling fs layer 06:24:16 e73272ec9a57: Pulling fs layer 06:24:16 1e910a182e73: Pulling fs layer 06:24:16 4e634b169226: Pulling fs layer 06:24:16 e73272ec9a57: Waiting 06:24:16 1e910a182e73: Waiting 06:24:16 4e634b169226: Waiting 06:24:16 e871e8e8d7a9: Waiting 06:24:16 a92cc7c5fd73: Verifying Checksum 06:24:16 a92cc7c5fd73: Download complete 06:24:16 ed8968b2872e: Verifying Checksum 06:24:16 ed8968b2872e: Download complete 06:24:16 e73272ec9a57: Verifying Checksum 06:24:16 e73272ec9a57: Download complete 06:24:16 1e910a182e73: Verifying Checksum 06:24:16 1e910a182e73: Download complete 06:24:16 df20fa9351a1: Verifying Checksum 06:24:16 df20fa9351a1: Download complete 06:24:17 df20fa9351a1: Pull complete 06:24:17 ed8968b2872e: Pull complete 06:24:17 a92cc7c5fd73: Pull complete 06:24:18 4e634b169226: Verifying Checksum 06:24:18 4e634b169226: Download complete 06:24:19 e871e8e8d7a9: Verifying Checksum 06:24:19 e871e8e8d7a9: Download complete 06:24:24 e871e8e8d7a9: Pull complete 06:24:24 e73272ec9a57: Pull complete 06:24:24 1e910a182e73: Pull complete 06:24:30 4e634b169226: Pull complete 06:24:30 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:24:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:24:30 ---> f7629b54cfaa 06:24:30 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:24:30 ---> Running in df23c704ee66 06:24:30 Removing intermediate container df23c704ee66 06:24:30 ---> 487a17e19cef 06:24:30 Step 4/7 : RUN apk add --update bash 06:24:30 ---> Running in bf98922198e0 06:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:24:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:24:32 OK: 166 MiB in 39 packages 06:24:32 Removing intermediate container bf98922198e0 06:24:32 ---> 550eaefe377e 06:24:32 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:24:32 ---> Running in a9c6de91e6ae 06:24:33 Removing intermediate container a9c6de91e6ae 06:24:33 ---> a10deeb4538b 06:24:33 Step 6/7 : COPY go.mod . 06:24:33 ---> 34422e0d6a19 06:24:33 Step 7/7 : RUN go mod download 06:24:33 ---> Running in 0427bdf52217 06:24:48 Removing intermediate container 0427bdf52217 06:24:48 ---> 4cc7db698092 06:24:48 Successfully built 4cc7db698092 06:24:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:24:48 + docker inspect -f . ci-base-image-x86_64 06:24:48 . [Pipeline] withDockerContainer 06:24:48 prd-centos7-docker-4c-2g-13809 does not seem to be running inside a container 06:24:48 $ 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 06:24:49 $ docker top 753da2e028ebe7499beb0a694286bf1e669a3991c3277dd706b10e522856b446 -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:50 + go version 06:24:50 go version go1.15.2 linux/amd64 [Pipeline] } 06:24:50 $ docker stop --time=1 753da2e028ebe7499beb0a694286bf1e669a3991c3277dd706b10e522856b446 06:24:51 $ docker rm -f 753da2e028ebe7499beb0a694286bf1e669a3991c3277dd706b10e522856b446 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:24:52 + docker inspect -f . ci-base-image-x86_64 06:24:52 . [Pipeline] withDockerContainer 06:24:52 prd-centos7-docker-4c-2g-13809 does not seem to be running inside a container 06:24:52 $ 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 06:24:53 $ docker top 1520ba8132475fe93bd67154251923c98739dc9efba0b21cb569c44dbc4d90df -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:54 + make test 06:24:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:25:04 ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.025s coverage: 87.2% of statements 06:25:04 ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] 06:25:04 ok github.com/edgexfoundry/go-mod-registry/registry 0.007s coverage: 85.7% of statements 06:25:04 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:25:05 gofmt -l . 06:25:05 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:25:05 $ docker stop --time=1 1520ba8132475fe93bd67154251923c98739dc9efba0b21cb569c44dbc4d90df 06:25:07 $ docker rm -f 1520ba8132475fe93bd67154251923c98739dc9efba0b21cb569c44dbc4d90df [Pipeline] // withDockerContainer [Pipeline] sh 06:25:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:25:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] 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] } 06:25:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13811 in /w/workspace/gexfoundry_go-mod-registry_PR-63 [Pipeline] { [Pipeline] ws 06:25:37 Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout 06:25:42 using credential edgex-jenkins-ssh 06:25:42 Cloning the remote Git repository 06:25:42 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 06:25:42 > git init /w/workspace/go-mod-registry/1 # timeout=10 06:25:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 06:25:43 > git --version # timeout=10 06:25:43 > git --version # 'git version 2.17.1' 06:25:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:25:44 Merging remotes/origin/master commit e06c261707d41b90e25a1dfdd5a5d662f7c4f831 into PR head commit 978866a60c7a8224f68e7153e786a0c8772f83f2 06:25:44 Merge succeeded, producing 978866a60c7a8224f68e7153e786a0c8772f83f2 06:25:44 Checking out Revision 978866a60c7a8224f68e7153e786a0c8772f83f2 (PR-63) 06:25:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 06:25:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:25:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 06:25:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 06:25:44 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:44 > 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 06:25:44 > git config core.sparsecheckout # timeout=10 06:25:44 > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 06:25:44 > git remote # timeout=10 06:25:44 > git config --get remote.origin.url # timeout=10 06:25:44 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:44 > git merge e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 06:25:44 > git rev-parse HEAD^{commit} # timeout=10 06:25:44 > git config core.sparsecheckout # timeout=10 06:25:44 > git checkout -f 978866a60c7a8224f68e7153e786a0c8772f83f2 # timeout=10 06:25:49 Commit message: "build(deps): bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.0" 06:25:49 > git --version # timeout=10 06:25:49 > git --version # 'git version 2.17.1' 06:25:49 fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:25:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:25:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:25:51 + sudo service docker restart 06:25:51 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:25:54 provisioning config files... 06:25:54 copy managed file [go-mod-registry-settings] to file:/w/workspace/go-mod-registry/1@tmp/config5257178922031133099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:25:55 ---> docker-login.sh 06:25:55 nexus3.edgexfoundry.org:10001 06:25:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:56 Configure a credential helper to remove this warning. See 06:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:56 06:25:56 Login Succeeded 06:25:56 nexus3.edgexfoundry.org:10002 06:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:56 Configure a credential helper to remove this warning. See 06:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:56 06:25:56 Login Succeeded 06:25:56 nexus3.edgexfoundry.org:10003 06:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:57 Configure a credential helper to remove this warning. See 06:25:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:57 06:25:57 Login Succeeded 06:25:57 nexus3.edgexfoundry.org:10004 06:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:57 Configure a credential helper to remove this warning. See 06:25:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:57 06:25:57 Login Succeeded 06:25:57 docker.io 06:25:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:58 Configure a credential helper to remove this warning. See 06:25:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:58 06:25:58 Login Succeeded 06:25:58 ---> docker-login.sh ends [Pipeline] } 06:25:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:25:59 ========================================================= 06:25:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:25:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:25:59 + 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 . 06:25:59 Sending build context to Docker daemon 268.3kB 06:25:59 Step 1/7 : ARG BASE=golang:1.15-alpine 06:25:59 Step 2/7 : FROM ${BASE} 06:26:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:26:00 b538f80385f9: Pulling fs layer 06:26:00 74f711af9a0d: Pulling fs layer 06:26:00 99f96fe45779: Pulling fs layer 06:26:00 8529a6b9a6be: Pulling fs layer 06:26:00 45590311c82a: Pulling fs layer 06:26:00 69ca0ff8b7b3: Pulling fs layer 06:26:00 209524e5b208: Pulling fs layer 06:26:00 8529a6b9a6be: Waiting 06:26:00 69ca0ff8b7b3: Waiting 06:26:00 45590311c82a: Waiting 06:26:00 209524e5b208: Waiting 06:26:00 99f96fe45779: Verifying Checksum 06:26:00 99f96fe45779: Download complete 06:26:00 74f711af9a0d: Verifying Checksum 06:26:00 74f711af9a0d: Download complete 06:26:00 45590311c82a: Verifying Checksum 06:26:00 45590311c82a: Download complete 06:26:00 69ca0ff8b7b3: Verifying Checksum 06:26:00 69ca0ff8b7b3: Download complete 06:26:00 b538f80385f9: Verifying Checksum 06:26:00 b538f80385f9: Download complete 06:26:00 b538f80385f9: Pull complete 06:26:01 74f711af9a0d: Pull complete 06:26:01 99f96fe45779: Pull complete 06:26:02 209524e5b208: Verifying Checksum 06:26:02 209524e5b208: Download complete 06:26:04 8529a6b9a6be: Verifying Checksum 06:26:04 8529a6b9a6be: Download complete 06:26:14 8529a6b9a6be: Pull complete 06:26:14 45590311c82a: Pull complete 06:26:14 69ca0ff8b7b3: Pull complete 06:26:19 209524e5b208: Pull complete 06:26:19 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:26:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:26:19 ---> 5bddaf1c2fca 06:26:19 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:26:21 ---> Running in f1a57a65549d 06:26:21 Removing intermediate container f1a57a65549d 06:26:21 ---> bca6907bf765 06:26:21 Step 4/7 : RUN apk add --update bash 06:26:21 ---> Running in 425af2ca696b 06:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:26:24 OK: 142 MiB in 39 packages 06:26:25 Removing intermediate container 425af2ca696b 06:26:25 ---> 6350737a3605 06:26:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:26:25 ---> Running in bc954b79a84d 06:26:26 Removing intermediate container bc954b79a84d 06:26:26 ---> c332afa4cd7b 06:26:26 Step 6/7 : COPY go.mod . 06:26:26 ---> 2cb82e713993 06:26:26 Step 7/7 : RUN go mod download 06:26:27 ---> Running in 197714dfa5ec 06:26:42 Removing intermediate container 197714dfa5ec 06:26:42 ---> 65793bc69483 06:26:42 Successfully built 65793bc69483 06:26:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:26:42 + docker inspect -f . ci-base-image-arm64 06:26:42 . [Pipeline] withDockerContainer 06:26:42 prd-ubuntu18.04-docker-arm64-4c-16g-13811 does not seem to be running inside a container 06:26:42 $ 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 06:26:44 $ docker top 240e44f848b0341dbe41b6746378cb5c24276c5cb885165bb27c43ce41f544b6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:45 + go version 06:26:45 go version go1.15.2 linux/arm64 [Pipeline] } 06:26:45 $ docker stop --time=1 240e44f848b0341dbe41b6746378cb5c24276c5cb885165bb27c43ce41f544b6 06:26:47 $ docker rm -f 240e44f848b0341dbe41b6746378cb5c24276c5cb885165bb27c43ce41f544b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:26:48 + docker inspect -f . ci-base-image-arm64 06:26:48 . [Pipeline] withDockerContainer 06:26:48 prd-ubuntu18.04-docker-arm64-4c-16g-13811 does not seem to be running inside a container 06:26:49 $ 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 06:26:50 $ docker top 406bc1db20c0baeb301f24da2784266c4b56ac991836592c4b86382e8442d323 -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:51 + make test 06:26:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:27:18 ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.071s coverage: 87.2% of statements 06:27:18 ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] 06:27:18 ok github.com/edgexfoundry/go-mod-registry/registry 0.014s coverage: 85.7% of statements 06:27:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:27:21 gofmt -l . 06:27:21 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:27:21 $ docker stop --time=1 406bc1db20c0baeb301f24da2784266c4b56ac991836592c4b86382e8442d323 06:27:23 $ docker rm -f 406bc1db20c0baeb301f24da2784266c4b56ac991836592c4b86382e8442d323 [Pipeline] // withDockerContainer [Pipeline] sh 06:27:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:27:24 Warning: overwriting stash ‘coverage-report’ 06:27: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] } [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 06:27:28 provisioning config files... 06:27:28 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/config782693109200484154tmp [Pipeline] { [Pipeline] sh 06:27:28 + set +x 06:27:28 + curl -s https://codecov.io/bash 06:27:28 + bash -s -- 06:27:29 06:27:29 _____ _ 06:27:29 / ____| | | 06:27:29 | | ___ __| | ___ ___ _____ __ 06:27:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:27:29 | |___| (_) | (_| | __/ (_| (_) \ V / 06:27:29 \_____\___/ \__,_|\___|\___\___/ \_/ 06:27:29 Bash-20201124-79cbc08 06:27:29 06:27:29 06:27:29 ==> Jenkins CI detected. 06:27:29 project root: . 06:27:29 --> token set from env 06:27:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:27:29 ==> Running gcov in . (disable via -X gcov) 06:27:29 ==> Python coveragepy not found 06:27:29 ==> Searching for coverage reports in: 06:27:29 + . 06:27:29 -> Found 1 reports 06:27:29 ==> Detecting git/mercurial file structure 06:27:29 ==> Reading reports 06:27:29 + ./coverage.out bytes=7890 06:27:29 ==> Appending adjustments 06:27:29 https://docs.codecov.io/docs/fixing-reports 06:27:29 + Found adjustments 06:27:29 ==> Gzipping contents 06:27:29 4.0K /tmp/codecov.m2FuAD.gz 06:27:29 ==> Uploading reports 06:27:29 url: https://codecov.io 06:27:29 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= 06:27:29 -> Pinging Codecov 06:27:29 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= 06:27:29 -> Uploading to 06:27:29 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 06:27:29 % Total % Received % Xferd Average Speed Time Time Time Current 06:27:29 Dload Upload Total Spent Left Speed 06:27:30 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 06:27:30 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/978866a60c7a8224f68e7153e786a0c8772f83f2 [Pipeline] } 06:27:30 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 06:27:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:27:34 ---> package-listing.sh 06:27:34 ++ facter osfamily 06:27:34 ++ tr '[:upper:]' '[:lower:]' 06:27:34 + OS_FAMILY=redhat 06:27:34 + workspace=/w/workspace/gexfoundry_go-mod-registry_PR-63 06:27:34 + START_PACKAGES=/tmp/packages_start.txt 06:27:34 + END_PACKAGES=/tmp/packages_end.txt 06:27:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:27:34 + PACKAGES=/tmp/packages_start.txt 06:27:34 + '[' /w/workspace/gexfoundry_go-mod-registry_PR-63 ']' 06:27:34 + PACKAGES=/tmp/packages_end.txt 06:27:34 + case "${OS_FAMILY}" in 06:27:34 + rpm -qa 06:27:34 + sort 06:27:39 + '[' -f /tmp/packages_start.txt ']' 06:27:39 + '[' -f /tmp/packages_end.txt ']' 06:27:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:27:39 + '[' /w/workspace/gexfoundry_go-mod-registry_PR-63 ']' 06:27:39 + mkdir -p /w/workspace/gexfoundry_go-mod-registry_PR-63/archives/ 06:27:39 + 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 06:27:40 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 06:27:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:27:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:27:40 06:27:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:27:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:27:41 alpine: Pulling from edgex-lftools-log-publisher 06:27:41 df20fa9351a1: Pulling fs layer 06:27:41 36b3adc4ff6f: Pulling fs layer 06:27:41 8ad3a11d3b57: Pulling fs layer 06:27:41 46f8f816bc3b: Pulling fs layer 06:27:41 93b61091891f: Pulling fs layer 06:27:41 93b9cdb0e59b: Pulling fs layer 06:27:41 5e14af77c1be: Pulling fs layer 06:27:41 01666e4c0597: Pulling fs layer 06:27:41 aa168da1d23b: Pulling fs layer 06:27:41 46f8f816bc3b: Waiting 06:27:41 93b61091891f: Waiting 06:27:41 93b9cdb0e59b: Waiting 06:27:41 5e14af77c1be: Waiting 06:27:41 01666e4c0597: Waiting 06:27:41 aa168da1d23b: Waiting 06:27:41 36b3adc4ff6f: Verifying Checksum 06:27:41 36b3adc4ff6f: Download complete 06:27:41 46f8f816bc3b: Verifying Checksum 06:27:41 46f8f816bc3b: Download complete 06:27:41 df20fa9351a1: Download complete 06:27:41 93b9cdb0e59b: Verifying Checksum 06:27:41 93b9cdb0e59b: Download complete 06:27:41 5e14af77c1be: Verifying Checksum 06:27:41 5e14af77c1be: Download complete 06:27:41 01666e4c0597: Verifying Checksum 06:27:41 01666e4c0597: Download complete 06:27:41 93b61091891f: Verifying Checksum 06:27:41 93b61091891f: Download complete 06:27:41 df20fa9351a1: Pull complete 06:27:41 8ad3a11d3b57: Verifying Checksum 06:27:41 8ad3a11d3b57: Download complete 06:27:41 36b3adc4ff6f: Pull complete 06:27:42 8ad3a11d3b57: Pull complete 06:27:42 46f8f816bc3b: Pull complete 06:27:43 93b61091891f: Pull complete 06:27:43 aa168da1d23b: Verifying Checksum 06:27:43 aa168da1d23b: Download complete 06:27:43 93b9cdb0e59b: Pull complete 06:27:43 5e14af77c1be: Pull complete 06:27:44 01666e4c0597: Pull complete 06:27:50 aa168da1d23b: Pull complete 06:27:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:27:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:27:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:27:50 prd-centos7-docker-4c-2g-13805 does not seem to be running inside a container 06:27:50 $ 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 06:27:54 $ docker top 07fe8fb7d8be38f006aa8bd11c6ce21ab28b430f7607a9be75924bf59297c6f3 -eo pid,comm [Pipeline] { [Pipeline] sh 06:27:55 + touch /tmp/pre-build-complete [Pipeline] sh 06:27:55 + mkdir -p /var/log/sa [Pipeline] sh 06:27:55 + ls /var/log/sa-host 06:27:55 + sadf -c /var/log/sa-host/sa23 06:27:55 file_magic: OK 06:27:55 HZ: Using current value: 100 06:27:55 file_header: OK 06:27:55 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 06:27:55 Statistics: 06:27:55 Hnuu...uuuununununu... 06:27:55 File successfully converted to sysstat format version 12.2.1 06:27:55 + sadf -c /var/log/sa-host/sa30 06:27:55 file_magic: OK 06:27:55 HZ: Using current value: 100 06:27:55 file_header: OK 06:27:55 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 06:27:55 Statistics: 06:27:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:27:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:27:56 provisioning config files... 06:27:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-registry_PR-63@tmp/config5303611354096887346tmp [Pipeline] { [Pipeline] echo 06:27:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:27:56 ---> create-netrc.sh [Pipeline] } 06:27:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:27:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:27:57 ---> python-tools-install.sh [Pipeline] echo 06:27:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:27:57 ---> sudo-logs.sh 06:27:57 Archiving 'sudo' log.. [Pipeline] echo 06:27:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:27:58 ---> job-cost.sh 06:27:58 lf-activate-venv: SKIPPING 06:27:58 INFO: No Stack... 06:27:59 INFO: Retrieving Pricing Info for: v1-standard-2 06:27:59 INFO: Archiving Costs [Pipeline] echo 06:27:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:28:00 ---> logs-deploy.sh 06:28:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/PR-63/1 06:28:00 INFO: archiving workspace using pattern(s): 06:28:02 Archives upload complete. 06:28:02 INFO: archiving logs to Nexus