Pull request #82 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8231f252c4dcb923336cc049f62c557693b686dd+50935abdea306edce000b8fa07867e7510078a52 (81921f3e0b18dd80761a02bb1442f247d90e4870) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh880313874515460094.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9003738197369293958.key > 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 The recommended git tool is: git 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-82/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-82/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5695382680464319488.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-82/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1024321512681532917.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh751365007372649727.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE 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-82/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-82/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3175954705184379644.key > 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 Avoid second fetch Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-registry, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-registry-settings PROJECT: go-mod-registry USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-registry DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1441 in /w/workspace/gexfoundry_go-mod-registry_PR-82 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/jenkins-gitclient-ssh3522159393909315765.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 50935abdea306edce000b8fa07867e7510078a52 into PR head commit 8231f252c4dcb923336cc049f62c557693b686dd Merge succeeded, producing 8231f252c4dcb923336cc049f62c557693b686dd Checking out Revision 8231f252c4dcb923336cc049f62c557693b686dd (PR-82) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/jenkins-gitclient-ssh4310708616069725812.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/82/head:refs/remotes/origin/PR-82 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8231f252c4dcb923336cc049f62c557693b686dd # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/jenkins-gitclient-ssh4439833801738515448.key > git merge 50935abdea306edce000b8fa07867e7510078a52 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8231f252c4dcb923336cc049f62c557693b686dd # timeout=10 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-09-06T15:04:56.920Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-09-06T15:04:57.144Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-09-06T15:04:57.272Z] ========================================================= [2021-09-06T15:04:57.272Z] EdgeX Global Pipelines Version Info [2021-09-06T15:04:57.272Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:04:58.554Z] ------------------- [2021-09-06T15:04:58.555Z] stable info: [2021-09-06T15:04:58.555Z] ------------------- [2021-09-06T15:04:58.555Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-09-06T15:04:58.555Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-06T15:04:58.555Z] Message: update stable to v1.0.205 [2021-09-06T15:04:59.152Z] ------------------- [2021-09-06T15:04:59.152Z] experimental info: [2021-09-06T15:04:59.152Z] ------------------- [2021-09-06T15:04:59.152Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-09-06T15:04:59.152Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-06T15:04:59.152Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-09-06T15:04:59.407Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2021-09-06T15:04:59.467Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2021-09-06T15:04:59.529Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-09-06T15:04:59.589Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-09-06T15:04:59.652Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-09-06T15:04:59.724Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-09-06T15:04:59.785Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-09-06T15:04:59.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-09-06T15:04:59.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-09-06T15:04:59.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-09-06T15:05:00.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-09-06T15:05:00.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-09-06T15:05:00.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-registry [Pipeline] echo [2021-09-06T15:05:00.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-09-06T15:05:00.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-09-06T15:05:00.302Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-09-06T15:05:00.362Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-09-06T15:05:00.421Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-09-06T15:05:00.482Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-09-06T15:05:00.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-09-06T15:05:00.604Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-09-06T15:05:00.663Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-09-06T15:05:00.724Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-09-06T15:05:00.789Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-09-06T15:05:00.864Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-09-06T15:05:00.918Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-09-06T15:05:00.978Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-09-06T15:05:01.036Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-82 [Pipeline] echo [2021-09-06T15:05:01.095Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-82 [Pipeline] echo [2021-09-06T15:05:01.156Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-82 [Pipeline] echo [2021-09-06T15:05:01.220Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8231f252c4dcb923336cc049f62c557693b686dd [Pipeline] echo [2021-09-06T15:05:01.284Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8231f25 [Pipeline] echo [2021-09-06T15:05:01.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-09-06T15:05:02.087Z] + git log --format=format:%s -1 8231f252c4dcb923336cc049f62c557693b686dd [Pipeline] echo [2021-09-06T15:05:02.170Z] GIT_COMMIT: 8231f252c4dcb923336cc049f62c557693b686dd, Commit Message: build(deps): Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.1 [Pipeline] echo [2021-09-06T15:05:02.244Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:05:03.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-06T15:05:03.221Z] [2021-09-06T15:05:03.221Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:05:03.612Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-06T15:05:03.885Z] latest: Pulling from edgex-devops/git-semver [2021-09-06T15:05:03.885Z] 31603596830f: Pulling fs layer [2021-09-06T15:05:03.885Z] 04fac38145f0: Pulling fs layer [2021-09-06T15:05:03.885Z] 701f6daf10bf: Pulling fs layer [2021-09-06T15:05:03.885Z] 24f72da36158: Pulling fs layer [2021-09-06T15:05:03.885Z] 24f72da36158: Waiting [2021-09-06T15:05:03.885Z] 04fac38145f0: Verifying Checksum [2021-09-06T15:05:03.885Z] 04fac38145f0: Download complete [2021-09-06T15:05:03.885Z] 31603596830f: Verifying Checksum [2021-09-06T15:05:03.885Z] 31603596830f: Download complete [2021-09-06T15:05:04.157Z] 31603596830f: Pull complete [2021-09-06T15:05:04.157Z] 24f72da36158: Verifying Checksum [2021-09-06T15:05:04.157Z] 24f72da36158: Download complete [2021-09-06T15:05:04.157Z] 04fac38145f0: Pull complete [2021-09-06T15:05:04.157Z] 701f6daf10bf: Verifying Checksum [2021-09-06T15:05:04.157Z] 701f6daf10bf: Download complete [2021-09-06T15:05:04.749Z] 701f6daf10bf: Pull complete [2021-09-06T15:05:05.015Z] 24f72da36158: Pull complete [2021-09-06T15:05:05.015Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-09-06T15:05:05.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-06T15:05:05.015Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-09-06T15:05:05.130Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2021-09-06T15:05:05.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-registry_PR-82 -v /w/workspace/gexfoundry_go-mod-registry_PR-82:/w/workspace/gexfoundry_go-mod-registry_PR-82:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-82@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-82@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-09-06T15:05:06.125Z] $ docker top 571c11e7941651b13aa839e8359ef200d27df1026dd32d62ac09b86c5c6f2b3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-09-06T15:05:06.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-06T15:05:06.354Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-06T15:05:06.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-06T15:05:06.480Z] $ docker exec 571c11e7941651b13aa839e8359ef200d27df1026dd32d62ac09b86c5c6f2b3f ssh-agent [2021-09-06T15:05:06.615Z] SSH_AUTH_SOCK=/tmp/ssh-nLERNYDFgSK4/agent.13 [2021-09-06T15:05:06.615Z] SSH_AGENT_PID=20 [2021-09-06T15:05:06.626Z] Running ssh-add (command line suppressed) [2021-09-06T15:05:06.732Z] Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/private_key_774643724881635111.key (/w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/private_key_774643724881635111.key) [2021-09-06T15:05:06.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-06T15:05:07.184Z] + git tag --points-at HEAD [Pipeline] } [2021-09-06T15:05:07.210Z] $ docker exec --env ******** --env ******** 571c11e7941651b13aa839e8359ef200d27df1026dd32d62ac09b86c5c6f2b3f ssh-agent -k [2021-09-06T15:05:07.312Z] unset SSH_AUTH_SOCK; [2021-09-06T15:05:07.313Z] unset SSH_AGENT_PID; [2021-09-06T15:05:07.313Z] echo Agent pid 20 killed; [2021-09-06T15:05:07.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-09-06T15:05:07.449Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-06T15:05:07.449Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-06T15:05:07.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-06T15:05:07.571Z] $ docker exec 571c11e7941651b13aa839e8359ef200d27df1026dd32d62ac09b86c5c6f2b3f ssh-agent [2021-09-06T15:05:07.691Z] SSH_AUTH_SOCK=/tmp/ssh-kksrh0WTthMv/agent.53 [2021-09-06T15:05:07.691Z] SSH_AGENT_PID=59 [2021-09-06T15:05:07.699Z] Running ssh-add (command line suppressed) [2021-09-06T15:05:07.792Z] Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/private_key_4499742496729480050.key (/w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/private_key_4499742496729480050.key) [2021-09-06T15:05:07.816Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-06T15:05:08.193Z] + git semver init [2021-09-06T15:05:08.193Z] # -> Open(): unable to determine branch for HEAD [2021-09-06T15:05:08.193Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-82/.git [2021-09-06T15:05:08.193Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-registry_PR-82 [2021-09-06T15:05:08.193Z] # $SEMVER_REMOTE_NAME = origin [2021-09-06T15:05:08.193Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-09-06T15:05:08.193Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-09-06T15:05:08.193Z] # $SEMVER_BRANCH = PR-82 [2021-09-06T15:05:08.193Z] # $SEMVER_TEMP = /tmp/semver-394557167 [2021-09-06T15:05:08.193Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2021-09-06T15:05:08.460Z] # '/tmp/semver-394557167' -> '/w/workspace/gexfoundry_go-mod-registry_PR-82/.semver' [2021-09-06T15:05:08.460Z] # -> Force: false [2021-09-06T15:05:08.460Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-82/.semver [Pipeline] } [2021-09-06T15:05:08.478Z] $ docker exec --env ******** --env ******** 571c11e7941651b13aa839e8359ef200d27df1026dd32d62ac09b86c5c6f2b3f ssh-agent -k [2021-09-06T15:05:08.568Z] unset SSH_AUTH_SOCK; [2021-09-06T15:05:08.568Z] unset SSH_AGENT_PID; [2021-09-06T15:05:08.568Z] echo Agent pid 59 killed; [2021-09-06T15:05:08.584Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-09-06T15:05:09.021Z] + git semver [Pipeline] } [2021-09-06T15:05:09.048Z] $ docker stop --time=1 571c11e7941651b13aa839e8359ef200d27df1026dd32d62ac09b86c5c6f2b3f [2021-09-06T15:05:10.248Z] $ docker rm -f 571c11e7941651b13aa839e8359ef200d27df1026dd32d62ac09b86c5c6f2b3f [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-06T15:05:10.701Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-09-06T15:05:11.082Z] Stashed 1 file(s) [Pipeline] echo [2021-09-06T15:05:11.106Z] [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 [2021-09-06T15:05:26.788Z] Still waiting to schedule task [2021-09-06T15:05:26.789Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1441’ [2021-09-06T15:05:26.820Z] Still waiting to schedule task [2021-09-06T15:05:26.820Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-09-06T15:07:22.808Z] Running on prd-centos7-docker-4c-2g-1444 in /w/workspace/gexfoundry_go-mod-registry_PR-82 [Pipeline] { [Pipeline] ws [2021-09-06T15:07:22.871Z] Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout [2021-09-06T15:07:23.051Z] Selected Git installation does not exist. Using Default [2021-09-06T15:07:23.051Z] The recommended git tool is: NONE [2021-09-06T15:07:25.940Z] using credential edgex-jenkins-ssh [2021-09-06T15:07:25.954Z] Cloning the remote Git repository [2021-09-06T15:07:25.649Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-09-06T15:07:25.725Z] > git init /w/workspace/go-mod-registry/1 # timeout=10 [2021-09-06T15:07:25.763Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-09-06T15:07:25.764Z] > git --version # timeout=10 [2021-09-06T15:07:25.776Z] > git --version # 'git version 2.24.4' [2021-09-06T15:07:25.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T15:07:25.810Z] [INFO] Currently running in a labeled security context [2021-09-06T15:07:25.810Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-06T15:07:25.810Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-registry/1@tmp/jenkins-gitclient-ssh3809122895253009242.key [2021-09-06T15:07:25.826Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-06T15:07:27.276Z] Merging remotes/origin/main commit 50935abdea306edce000b8fa07867e7510078a52 into PR head commit 8231f252c4dcb923336cc049f62c557693b686dd [2021-09-06T15:07:26.500Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-09-06T15:07:26.511Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-06T15:07:26.532Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-09-06T15:07:26.553Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-09-06T15:07:26.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T15:07:26.554Z] [INFO] Currently running in a labeled security context [2021-09-06T15:07:26.555Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-06T15:07:26.555Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-registry/1@tmp/jenkins-gitclient-ssh4739573965407513241.key [2021-09-06T15:07:26.578Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/82/head:refs/remotes/origin/PR-82 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-06T15:07:27.061Z] > git config core.sparsecheckout # timeout=10 [2021-09-06T15:07:27.069Z] > git checkout -f 8231f252c4dcb923336cc049f62c557693b686dd # timeout=10 [2021-09-06T15:07:27.370Z] Merge succeeded, producing 8231f252c4dcb923336cc049f62c557693b686dd [2021-09-06T15:07:27.370Z] Checking out Revision 8231f252c4dcb923336cc049f62c557693b686dd (PR-82) [2021-09-06T15:07:27.110Z] > git remote # timeout=10 [2021-09-06T15:07:27.116Z] > git config --get remote.origin.url # timeout=10 [2021-09-06T15:07:27.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T15:07:27.124Z] [INFO] Currently running in a labeled security context [2021-09-06T15:07:27.124Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-06T15:07:27.124Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-registry/1@tmp/jenkins-gitclient-ssh6003857902744207339.key [2021-09-06T15:07:27.130Z] > git merge 50935abdea306edce000b8fa07867e7510078a52 # timeout=10 [2021-09-06T15:07:27.142Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-06T15:07:27.156Z] > git config core.sparsecheckout # timeout=10 [2021-09-06T15:07:27.162Z] > git checkout -f 8231f252c4dcb923336cc049f62c557693b686dd # timeout=10 [2021-09-06T15:07:30.962Z] Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.1" [2021-09-06T15:07:30.993Z] > git --version # timeout=10 [2021-09-06T15:07:31.000Z] > git --version # 'git version 2.24.4' [2021-09-06T15:07:31.011Z] fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-09-06T15:07:31.779Z] ========================================================= [2021-09-06T15:07:31.780Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-09-06T15:07:31.780Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2021-09-06T15:07:32.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-06T15:07:32.328Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-09-06T15:07:32.328Z] 540db60ca938: Pulling fs layer [2021-09-06T15:07:32.328Z] adcc1eea9eea: Pulling fs layer [2021-09-06T15:07:32.328Z] 4c4ab2625f07: Pulling fs layer [2021-09-06T15:07:32.328Z] db62176df00c: Pulling fs layer [2021-09-06T15:07:32.328Z] 3b30891b0d05: Pulling fs layer [2021-09-06T15:07:32.328Z] 06b49ca38bd5: Pulling fs layer [2021-09-06T15:07:32.328Z] c788192a36de: Pulling fs layer [2021-09-06T15:07:32.328Z] a77e37c0d609: Pulling fs layer [2021-09-06T15:07:32.328Z] c3185cebc471: Pulling fs layer [2021-09-06T15:07:32.328Z] 06b49ca38bd5: Waiting [2021-09-06T15:07:32.328Z] c788192a36de: Waiting [2021-09-06T15:07:32.328Z] a77e37c0d609: Waiting [2021-09-06T15:07:32.328Z] c3185cebc471: Waiting [2021-09-06T15:07:32.328Z] db62176df00c: Waiting [2021-09-06T15:07:32.328Z] 3b30891b0d05: Waiting [2021-09-06T15:07:32.328Z] 4c4ab2625f07: Verifying Checksum [2021-09-06T15:07:32.328Z] 4c4ab2625f07: Download complete [2021-09-06T15:07:32.597Z] adcc1eea9eea: Verifying Checksum [2021-09-06T15:07:32.597Z] adcc1eea9eea: Download complete [2021-09-06T15:07:32.597Z] 3b30891b0d05: Verifying Checksum [2021-09-06T15:07:32.597Z] 3b30891b0d05: Download complete [2021-09-06T15:07:32.597Z] 06b49ca38bd5: Verifying Checksum [2021-09-06T15:07:32.597Z] 06b49ca38bd5: Download complete [2021-09-06T15:07:32.597Z] c788192a36de: Verifying Checksum [2021-09-06T15:07:32.597Z] c788192a36de: Download complete [2021-09-06T15:07:32.864Z] 540db60ca938: Verifying Checksum [2021-09-06T15:07:32.864Z] 540db60ca938: Download complete [2021-09-06T15:07:33.132Z] 540db60ca938: Pull complete [2021-09-06T15:07:33.132Z] adcc1eea9eea: Pull complete [2021-09-06T15:07:33.132Z] 4c4ab2625f07: Pull complete [2021-09-06T15:07:33.132Z] a77e37c0d609: Verifying Checksum [2021-09-06T15:07:33.132Z] a77e37c0d609: Download complete [2021-09-06T15:07:36.030Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1443 in /w/workspace/gexfoundry_go-mod-registry_PR-82 [Pipeline] { [Pipeline] ws [2021-09-06T15:07:36.091Z] Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout [2021-09-06T15:07:36.356Z] Selected Git installation does not exist. Using Default [2021-09-06T15:07:36.357Z] The recommended git tool is: NONE [2021-09-06T15:07:37.408Z] c3185cebc471: Verifying Checksum [2021-09-06T15:07:37.408Z] c3185cebc471: Download complete [2021-09-06T15:07:37.408Z] db62176df00c: Verifying Checksum [2021-09-06T15:07:37.408Z] db62176df00c: Download complete [2021-09-06T15:07:40.802Z] db62176df00c: Pull complete [2021-09-06T15:07:40.802Z] 3b30891b0d05: Pull complete [2021-09-06T15:07:40.802Z] 06b49ca38bd5: Pull complete [2021-09-06T15:07:40.802Z] c788192a36de: Pull complete [2021-09-06T15:07:40.802Z] a77e37c0d609: Pull complete [2021-09-06T15:07:41.604Z] using credential edgex-jenkins-ssh [2021-09-06T15:07:41.624Z] Cloning the remote Git repository [2021-09-06T15:07:41.714Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-09-06T15:07:41.883Z] > git init /w/workspace/go-mod-registry/1 # timeout=10 [2021-09-06T15:07:41.949Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-09-06T15:07:41.950Z] > git --version # timeout=10 [2021-09-06T15:07:41.964Z] > git --version # 'git version 2.17.1' [2021-09-06T15:07:41.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T15:07:42.044Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-06T15:07:43.389Z] c3185cebc471: Pull complete [2021-09-06T15:07:43.389Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-09-06T15:07:43.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-06T15:07:43.390Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] sh [2021-09-06T15:07:42.967Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-09-06T15:07:42.984Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-06T15:07:43.003Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-09-06T15:07:43.037Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-09-06T15:07:43.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T15:07:43.053Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/82/head:refs/remotes/origin/PR-82 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-06T15:07:44.838Z] Merging remotes/origin/main commit 50935abdea306edce000b8fa07867e7510078a52 into PR head commit 8231f252c4dcb923336cc049f62c557693b686dd [2021-09-06T15:07:44.867Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:07:44.929Z] > git config core.sparsecheckout # timeout=10 [2021-09-06T15:07:44.954Z] > git checkout -f 8231f252c4dcb923336cc049f62c557693b686dd # timeout=10 [2021-09-06T15:07:45.085Z] > git remote # timeout=10 [2021-09-06T15:07:45.111Z] > git config --get remote.origin.url # timeout=10 [2021-09-06T15:07:45.180Z] Merge succeeded, producing 8231f252c4dcb923336cc049f62c557693b686dd [2021-09-06T15:07:45.181Z] Checking out Revision 8231f252c4dcb923336cc049f62c557693b686dd (PR-82) [2021-09-06T15:07:45.232Z] + docker inspect -f . ci-base-image-x86_64 [2021-09-06T15:07:45.232Z] . [Pipeline] withDockerContainer [2021-09-06T15:07:45.356Z] prd-centos7-docker-4c-2g-1444 does not seem to be running inside a container [2021-09-06T15:07:45.416Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-09-06T15:07:45.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T15:07:45.146Z] > git merge 50935abdea306edce000b8fa07867e7510078a52 # timeout=10 [2021-09-06T15:07:45.170Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-06T15:07:45.194Z] > git config core.sparsecheckout # timeout=10 [2021-09-06T15:07:45.204Z] > git checkout -f 8231f252c4dcb923336cc049f62c557693b686dd # timeout=10 [2021-09-06T15:07:47.762Z] $ docker top 535d6ef4161b9d59d308d1cab7c6517f6db6e89494bef830f801e65f9c8934ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-06T15:07:48.248Z] + go version [2021-09-06T15:07:48.248Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-09-06T15:07:48.279Z] $ docker stop --time=1 535d6ef4161b9d59d308d1cab7c6517f6db6e89494bef830f801e65f9c8934ac [2021-09-06T15:07:49.366Z] Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.1" [2021-09-06T15:07:49.441Z] > git --version # timeout=10 [2021-09-06T15:07:49.454Z] > git --version # 'git version 2.17.1' [2021-09-06T15:07:49.470Z] fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-06T15:07:49.494Z] $ docker rm -f 535d6ef4161b9d59d308d1cab7c6517f6db6e89494bef830f801e65f9c8934ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2021-09-06T15:07:50.499Z] + docker inspect -f . ci-base-image-x86_64 [2021-09-06T15:07:50.499Z] . [Pipeline] withDockerContainer [2021-09-06T15:07:50.631Z] prd-centos7-docker-4c-2g-1444 does not seem to be running inside a container [2021-09-06T15:07:50.686Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-09-06T15:07:51.058Z] $ docker top a36e3e1068b458548ac6a1d8e251cfbc8976c5114a77129ee50c8131bbd0cadb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-09-06T15:07:51.235Z] ========================================================= [2021-09-06T15:07:51.235Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-09-06T15:07:51.235Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [Pipeline] sh [2021-09-06T15:07:51.682Z] + go mod tidy [2021-09-06T15:07:52.006Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-06T15:07:53.453Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-09-06T15:07:53.453Z] 595b0fe564bb: Pulling fs layer [2021-09-06T15:07:53.453Z] 24495759ef45: Pulling fs layer [2021-09-06T15:07:53.453Z] d148012ef14d: Pulling fs layer [2021-09-06T15:07:53.453Z] e90a11edd702: Pulling fs layer [2021-09-06T15:07:53.453Z] d77568369979: Pulling fs layer [2021-09-06T15:07:53.453Z] fc1c9f9a7f3b: Pulling fs layer [2021-09-06T15:07:53.453Z] 170f2ba95c9a: Pulling fs layer [2021-09-06T15:07:53.453Z] 97ac5df62f85: Pulling fs layer [2021-09-06T15:07:53.453Z] e90a11edd702: Waiting [2021-09-06T15:07:53.453Z] d77568369979: Waiting [2021-09-06T15:07:53.453Z] fc1c9f9a7f3b: Waiting [2021-09-06T15:07:53.453Z] 170f2ba95c9a: Waiting [2021-09-06T15:07:53.453Z] 97ac5df62f85: Waiting [2021-09-06T15:07:53.729Z] d148012ef14d: Verifying Checksum [2021-09-06T15:07:53.729Z] d148012ef14d: Download complete [2021-09-06T15:07:53.729Z] 24495759ef45: Verifying Checksum [2021-09-06T15:07:53.729Z] 24495759ef45: Download complete [2021-09-06T15:07:53.729Z] d77568369979: Verifying Checksum [2021-09-06T15:07:53.729Z] d77568369979: Download complete [2021-09-06T15:07:53.729Z] fc1c9f9a7f3b: Verifying Checksum [2021-09-06T15:07:53.729Z] fc1c9f9a7f3b: Download complete [2021-09-06T15:07:53.729Z] 595b0fe564bb: Download complete [2021-09-06T15:07:54.009Z] 170f2ba95c9a: Verifying Checksum [2021-09-06T15:07:54.009Z] 170f2ba95c9a: Download complete [2021-09-06T15:07:54.271Z] go: downloading github.com/hashicorp/consul/api v1.10.1 [2021-09-06T15:07:54.271Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-09-06T15:07:54.271Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-06T15:07:54.271Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-06T15:07:54.271Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-09-06T15:07:54.541Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-09-06T15:07:54.541Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-09-06T15:07:54.613Z] 595b0fe564bb: Pull complete [2021-09-06T15:07:54.813Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-09-06T15:07:54.813Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-09-06T15:07:54.813Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-09-06T15:07:54.813Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-06T15:07:54.813Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2021-09-06T15:07:55.217Z] 24495759ef45: Pull complete [2021-09-06T15:07:55.398Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-09-06T15:07:55.398Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-09-06T15:07:55.503Z] d148012ef14d: Pull complete [2021-09-06T15:07:55.665Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-06T15:07:55.665Z] go: downloading github.com/fatih/color v1.9.0 [2021-09-06T15:07:55.665Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-09-06T15:07:55.665Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-06T15:07:55.665Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-09-06T15:07:55.665Z] go: downloading github.com/pkg/errors v0.8.1 [2021-09-06T15:07:56.248Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-09-06T15:07:56.248Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-09-06T15:07:56.518Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-09-06T15:07:56.784Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-09-06T15:07:56.947Z] 97ac5df62f85: Verifying Checksum [2021-09-06T15:07:56.947Z] 97ac5df62f85: Download complete [2021-09-06T15:07:57.050Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-09-06T15:07:57.050Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-09-06T15:07:57.225Z] e90a11edd702: Verifying Checksum [2021-09-06T15:07:57.225Z] e90a11edd702: Download complete [2021-09-06T15:07:57.316Z] go: downloading github.com/kr/pretty v0.2.0 [2021-09-06T15:07:57.904Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-09-06T15:07:58.170Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-09-06T15:07:58.170Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-09-06T15:07:58.435Z] go: downloading github.com/miekg/dns v1.1.26 [2021-09-06T15:07:58.703Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-09-06T15:07:58.970Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-09-06T15:07:58.970Z] go: downloading github.com/kr/text v0.1.0 [2021-09-06T15:07:58.970Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-09-06T15:07:59.236Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-09-06T15:07:59.236Z] go: downloading golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [Pipeline] sh [2021-09-06T15:08:01.569Z] + make test [2021-09-06T15:08:01.569Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-09-06T15:08:09.712Z] e90a11edd702: Pull complete [2021-09-06T15:08:09.712Z] d77568369979: Pull complete [2021-09-06T15:08:09.712Z] fc1c9f9a7f3b: Pull complete [2021-09-06T15:08:09.712Z] 170f2ba95c9a: Pull complete [2021-09-06T15:08:13.928Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.017s coverage: 83.6% of statements [2021-09-06T15:08:13.928Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-09-06T15:08:13.928Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.003s coverage: 85.7% of statements [2021-09-06T15:08:13.928Z] ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] [2021-09-06T15:08:13.928Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-09-06T15:08:15.138Z] 97ac5df62f85: Pull complete [2021-09-06T15:08:15.138Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-09-06T15:08:15.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-06T15:08:15.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] sh [2021-09-06T15:08:15.724Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:08:16.385Z] + docker inspect -f . ci-base-image-arm64 [2021-09-06T15:08:16.385Z] . [Pipeline] withDockerContainer [2021-09-06T15:08:16.680Z] prd-ubuntu18.04-docker-arm64-4c-16g-1443 does not seem to be running inside a container [2021-09-06T15:08:16.765Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-09-06T15:08:17.313Z] gofmt -l . [2021-09-06T15:08:17.313Z] [ "`gofmt -l .`" = "" ] [2021-09-06T15:08:22.006Z] $ docker top 6e7b454e64bb917804db86086e8b74b10d013ebc12b7200a6feec481d7c6009d -eo pid,comm [Pipeline] { [Pipeline] } [2021-09-06T15:08:22.408Z] $ docker stop --time=1 a36e3e1068b458548ac6a1d8e251cfbc8976c5114a77129ee50c8131bbd0cadb [2021-09-06T15:08:23.959Z] $ docker rm -f a36e3e1068b458548ac6a1d8e251cfbc8976c5114a77129ee50c8131bbd0cadb [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-09-06T15:08:24.523Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-09-06T15:08:24.773Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-09-06T15:08:24.919Z] + go version [2021-09-06T15:08:24.919Z] go version go1.16.6 linux/arm64 [Pipeline] // stage [Pipeline] } [2021-09-06T15:08:25.050Z] $ docker stop --time=1 6e7b454e64bb917804db86086e8b74b10d013ebc12b7200a6feec481d7c6009d [2021-09-06T15:08:27.145Z] $ docker rm -f 6e7b454e64bb917804db86086e8b74b10d013ebc12b7200a6feec481d7c6009d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [2021-09-06T15:08:28.332Z] + docker inspect -f . ci-base-image-arm64 [2021-09-06T15:08:28.332Z] . [Pipeline] } [Pipeline] // stage Post stage [Pipeline] withDockerContainer [2021-09-06T15:08:28.732Z] prd-ubuntu18.04-docker-arm64-4c-16g-1443 does not seem to be running inside a container [2021-09-06T15:08:28.818Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-09-06T15:08:30.662Z] $ docker top 45b0feeccdb016f8c7ea6b25d51557f81836ba9b15c94fd5967f066bd57f3ee2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:08:31.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T15:08:31.555Z] [2021-09-06T15:08:31.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:08:31.777Z] + go mod tidy [2021-09-06T15:08:31.936Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T15:08:31.936Z] latest: Pulling from edgex-lftools-log-publisher [2021-09-06T15:08:31.936Z] b4d181a07f80: Pulling fs layer [2021-09-06T15:08:31.936Z] a1111a8f2ec3: Pulling fs layer [2021-09-06T15:08:31.936Z] ed53099fbce6: Pulling fs layer [2021-09-06T15:08:31.936Z] dc539afda2c1: Pulling fs layer [2021-09-06T15:08:31.936Z] 77bc0d833cb6: Pulling fs layer [2021-09-06T15:08:31.936Z] 9065ff56babe: Pulling fs layer [2021-09-06T15:08:31.936Z] d287ab97295c: Pulling fs layer [2021-09-06T15:08:31.936Z] 77bc0d833cb6: Waiting [2021-09-06T15:08:31.936Z] 9065ff56babe: Waiting [2021-09-06T15:08:31.936Z] d287ab97295c: Waiting [2021-09-06T15:08:31.936Z] dc539afda2c1: Waiting [2021-09-06T15:08:32.203Z] a1111a8f2ec3: Verifying Checksum [2021-09-06T15:08:32.203Z] a1111a8f2ec3: Download complete [2021-09-06T15:08:32.203Z] dc539afda2c1: Verifying Checksum [2021-09-06T15:08:32.203Z] dc539afda2c1: Download complete [2021-09-06T15:08:32.468Z] 77bc0d833cb6: Verifying Checksum [2021-09-06T15:08:32.468Z] 77bc0d833cb6: Download complete [2021-09-06T15:08:32.468Z] 9065ff56babe: Download complete [2021-09-06T15:08:32.468Z] ed53099fbce6: Verifying Checksum [2021-09-06T15:08:32.468Z] ed53099fbce6: Download complete [2021-09-06T15:08:33.049Z] b4d181a07f80: Verifying Checksum [2021-09-06T15:08:33.049Z] b4d181a07f80: Download complete [2021-09-06T15:08:33.212Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-09-06T15:08:33.212Z] go: downloading github.com/hashicorp/consul/api v1.10.1 [2021-09-06T15:08:33.212Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-06T15:08:33.212Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-06T15:08:33.212Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-09-06T15:08:33.492Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-09-06T15:08:33.492Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-09-06T15:08:33.492Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-09-06T15:08:33.492Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-09-06T15:08:33.492Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-09-06T15:08:33.492Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-06T15:08:33.492Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2021-09-06T15:08:33.492Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-09-06T15:08:33.492Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-09-06T15:08:33.492Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-06T15:08:33.766Z] go: downloading github.com/fatih/color v1.9.0 [2021-09-06T15:08:33.766Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-09-06T15:08:33.766Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-06T15:08:33.766Z] go: downloading github.com/pkg/errors v0.8.1 [2021-09-06T15:08:33.766Z] go: downloading github.com/kr/pretty v0.2.0 [2021-09-06T15:08:33.766Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-09-06T15:08:33.766Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-09-06T15:08:33.766Z] go: downloading github.com/kr/text v0.1.0 [2021-09-06T15:08:33.766Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-09-06T15:08:33.766Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-09-06T15:08:34.038Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-09-06T15:08:34.038Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-09-06T15:08:34.038Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-09-06T15:08:34.038Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-09-06T15:08:34.038Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-09-06T15:08:34.038Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-09-06T15:08:34.038Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-09-06T15:08:34.038Z] go: downloading github.com/miekg/dns v1.1.26 [2021-09-06T15:08:34.038Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-09-06T15:08:34.038Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-09-06T15:08:34.314Z] go: downloading golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2021-09-06T15:08:34.314Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-09-06T15:08:34.476Z] b4d181a07f80: Pull complete [2021-09-06T15:08:34.476Z] a1111a8f2ec3: Pull complete [2021-09-06T15:08:34.759Z] ed53099fbce6: Pull complete [2021-09-06T15:08:35.031Z] dc539afda2c1: Pull complete [2021-09-06T15:08:35.304Z] 77bc0d833cb6: Pull complete [2021-09-06T15:08:35.304Z] 9065ff56babe: Pull complete [Pipeline] sh [2021-09-06T15:08:36.002Z] + make test [2021-09-06T15:08:36.002Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-09-06T15:08:36.712Z] d287ab97295c: Verifying Checksum [2021-09-06T15:08:36.712Z] d287ab97295c: Download complete [2021-09-06T15:08:40.992Z] d287ab97295c: Pull complete [2021-09-06T15:08:40.992Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-09-06T15:08:40.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T15:08:40.992Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-09-06T15:08:41.134Z] prd-centos7-docker-4c-2g-1444 does not seem to be running inside a container [2021-09-06T15:08:41.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-09-06T15:08:43.891Z] $ docker top b796c4a44814551b05ad3482bc501c46b1c9c6381cfed58d58953d9bb1faded7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:08:44.562Z] ---> job-cost.sh [2021-09-06T15:08:44.562Z] lf-activate-venv: SKIPPING [2021-09-06T15:08:44.562Z] INFO: No Stack... [2021-09-06T15:08:45.520Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-09-06T15:08:45.786Z] INFO: Archiving Costs [Pipeline] sh [2021-09-06T15:08:46.127Z] + cat /w/workspace/go-mod-registry/1/archives/cost.csv [2021-09-06T15:08:46.127Z] + cut -d, -f6 [Pipeline] lock [2021-09-06T15:08:46.192Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-PR-82-1-stack-cost] [2021-09-06T15:08:46.200Z] Resource [jenkins-edgexfoundry-go-mod-registry-PR-82-1-stack-cost] did not exist. Created. [2021-09-06T15:08:46.200Z] Lock acquired on [jenkins-edgexfoundry-go-mod-registry-PR-82-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-09-06T15:08:46.690Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-09-06T15:08:46.749Z] Stashed 1 file(s) [Pipeline] } [2021-09-06T15:08:46.782Z] Lock released on resource [jenkins-edgexfoundry-go-mod-registry-PR-82-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-09-06T15:08:46.889Z] $ docker stop --time=1 b796c4a44814551b05ad3482bc501c46b1c9c6381cfed58d58953d9bb1faded7 [2021-09-06T15:08:48.032Z] $ docker rm -f b796c4a44814551b05ad3482bc501c46b1c9c6381cfed58d58953d9bb1faded7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-06T15:09:09.767Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.167s coverage: 83.6% of statements [2021-09-06T15:09:09.767Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-09-06T15:09:09.767Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.013s coverage: 85.7% of statements [2021-09-06T15:09:09.767Z] ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] [2021-09-06T15:09:09.767Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-09-06T15:09:24.922Z] gofmt -l . [2021-09-06T15:09:25.196Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-09-06T15:09:25.241Z] $ docker stop --time=1 45b0feeccdb016f8c7ea6b25d51557f81836ba9b15c94fd5967f066bd57f3ee2 [2021-09-06T15:09:27.550Z] $ docker rm -f 45b0feeccdb016f8c7ea6b25d51557f81836ba9b15c94fd5967f066bd57f3ee2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-06T15:09:28.919Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-09-06T15:09:28.960Z] Warning: overwriting stash ‘coverage-report’ [2021-09-06T15:09:29.491Z] 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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:09:30.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-06T15:09:31.071Z] [2021-09-06T15:09:31.071Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:09:31.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-06T15:09:31.767Z] arm64: Pulling from edgex-lftools-log-publisher [2021-09-06T15:09:31.767Z] 448f6bf000e3: Pulling fs layer [2021-09-06T15:09:31.767Z] f757da607395: Pulling fs layer [2021-09-06T15:09:31.767Z] 05883995daec: Pulling fs layer [2021-09-06T15:09:31.767Z] 8603b9c90790: Pulling fs layer [2021-09-06T15:09:31.767Z] 1560dd03e051: Pulling fs layer [2021-09-06T15:09:31.767Z] 27f5ce0e4adf: Pulling fs layer [2021-09-06T15:09:31.767Z] c2d8d7efcc4b: Pulling fs layer [2021-09-06T15:09:31.767Z] c2d8d7efcc4b: Waiting [2021-09-06T15:09:31.767Z] 8603b9c90790: Waiting [2021-09-06T15:09:31.767Z] 27f5ce0e4adf: Waiting [2021-09-06T15:09:31.767Z] 1560dd03e051: Waiting [2021-09-06T15:09:32.048Z] f757da607395: Verifying Checksum [2021-09-06T15:09:32.048Z] f757da607395: Download complete [2021-09-06T15:09:32.048Z] 8603b9c90790: Download complete [2021-09-06T15:09:32.323Z] 1560dd03e051: Verifying Checksum [2021-09-06T15:09:32.323Z] 1560dd03e051: Download complete [2021-09-06T15:09:32.323Z] 27f5ce0e4adf: Download complete [2021-09-06T15:09:32.323Z] 05883995daec: Download complete [2021-09-06T15:09:33.308Z] 448f6bf000e3: Verifying Checksum [2021-09-06T15:09:33.308Z] 448f6bf000e3: Download complete [2021-09-06T15:09:36.728Z] c2d8d7efcc4b: Verifying Checksum [2021-09-06T15:09:36.728Z] c2d8d7efcc4b: Download complete [2021-09-06T15:09:37.007Z] 448f6bf000e3: Pull complete [2021-09-06T15:09:37.993Z] f757da607395: Pull complete [2021-09-06T15:09:39.435Z] 05883995daec: Pull complete [2021-09-06T15:09:39.708Z] 8603b9c90790: Pull complete [2021-09-06T15:09:40.688Z] 1560dd03e051: Pull complete [2021-09-06T15:09:40.966Z] 27f5ce0e4adf: Pull complete [2021-09-06T15:09:56.070Z] c2d8d7efcc4b: Pull complete [2021-09-06T15:09:56.070Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-09-06T15:09:56.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-06T15:09:56.070Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-09-06T15:09:56.316Z] prd-ubuntu18.04-docker-arm64-4c-16g-1443 does not seem to be running inside a container [2021-09-06T15:09:56.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-09-06T15:09:59.830Z] $ docker top 34f0fc32dba1f2f05b333f632c8ded748cdde9618aa2d9ec32b02cf087845948 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:10:00.853Z] ---> job-cost.sh [2021-09-06T15:10:00.854Z] lf-activate-venv: SKIPPING [2021-09-06T15:10:00.854Z] INFO: No Stack... [2021-09-06T15:10:01.452Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-09-06T15:10:02.046Z] INFO: Archiving Costs [Pipeline] sh [2021-09-06T15:10:02.740Z] + cat /w/workspace/go-mod-registry/1/archives/cost.csv [2021-09-06T15:10:02.740Z] + cut -d, -f6 [Pipeline] lock [2021-09-06T15:10:02.850Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-PR-82-1-stack-cost] [2021-09-06T15:10:02.859Z] Resource [jenkins-edgexfoundry-go-mod-registry-PR-82-1-stack-cost] did not exist. Created. [2021-09-06T15:10:02.859Z] Lock acquired on [jenkins-edgexfoundry-go-mod-registry-PR-82-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-09-06T15:10:03.664Z] /w/workspace/go-mod-registry/1@tmp/durable-3f625a8e/script.sh: 1: /w/workspace/go-mod-registry/1@tmp/durable-3f625a8e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-09-06T15:10:04.390Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-09-06T15:10:04.434Z] Warning: overwriting stash ‘stack-cost’ [2021-09-06T15:10:04.468Z] Stashed 1 file(s) [Pipeline] } [2021-09-06T15:10:04.490Z] Lock released on resource [jenkins-edgexfoundry-go-mod-registry-PR-82-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-09-06T15:10:04.585Z] $ docker stop --time=1 34f0fc32dba1f2f05b333f632c8ded748cdde9618aa2d9ec32b02cf087845948 [2021-09-06T15:10:06.247Z] $ docker rm -f 34f0fc32dba1f2f05b333f632c8ded748cdde9618aa2d9ec32b02cf087845948 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2021-09-06T15:10:07.752Z] provisioning config files... [2021-09-06T15:10:07.770Z] copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/config3048117185060390941tmp [Pipeline] { [Pipeline] sh [2021-09-06T15:10:08.148Z] + set +x [2021-09-06T15:10:08.148Z] + curl -s https://codecov.io/bash [2021-09-06T15:10:08.148Z] + bash -s -- [2021-09-06T15:10:08.148Z] [2021-09-06T15:10:08.148Z] _____ _ [2021-09-06T15:10:08.148Z] / ____| | | [2021-09-06T15:10:08.148Z] | | ___ __| | ___ ___ _____ __ [2021-09-06T15:10:08.148Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-09-06T15:10:08.148Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-09-06T15:10:08.148Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-09-06T15:10:08.148Z] Bash-1.0.6 [2021-09-06T15:10:08.148Z] [2021-09-06T15:10:08.148Z] [2021-09-06T15:10:08.148Z] ==> git version 2.24.4 found [2021-09-06T15:10:08.148Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-09-06T15:10:08.148Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-09-06T15:10:08.148Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-09-06T15:10:08.148Z] ==> Jenkins CI detected. [2021-09-06T15:10:08.148Z] current dir:  /w/workspace/gexfoundry_go-mod-registry_PR-82 [2021-09-06T15:10:08.148Z] project root: . [2021-09-06T15:10:08.148Z] --> token set from env [2021-09-06T15:10:08.414Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-09-06T15:10:08.414Z] ==> Running gcov in . (disable via -X gcov) [2021-09-06T15:10:08.414Z] ==> Python coveragepy not found [2021-09-06T15:10:08.414Z] ==> Searching for coverage reports in: [2021-09-06T15:10:08.414Z] + . [2021-09-06T15:10:08.414Z] -> Found 1 reports [2021-09-06T15:10:08.414Z] ==> Detecting git/mercurial file structure [2021-09-06T15:10:08.414Z] ==> Reading reports [2021-09-06T15:10:08.414Z] + ./coverage.out bytes=10197 [2021-09-06T15:10:08.414Z] ==> Appending adjustments [2021-09-06T15:10:08.414Z] https://docs.codecov.io/docs/fixing-reports [2021-09-06T15:10:08.414Z] + Found adjustments [2021-09-06T15:10:08.414Z] ==> Gzipping contents [2021-09-06T15:10:08.414Z] 4.0K /tmp/codecov.hxUW4B.gz [2021-09-06T15:10:08.414Z] ==> Uploading reports [2021-09-06T15:10:08.414Z] url: https://codecov.io [2021-09-06T15:10:08.414Z] query: branch=PR-82&commit=8231f252c4dcb923336cc049f62c557693b686dd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-82%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=82&job=&cmd_args= [2021-09-06T15:10:08.414Z] -> Pinging Codecov [2021-09-06T15:10:08.414Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=9ee36580-b4eb-4db0-b4c8-29f84f7b3278&branch=PR-82&commit=8231f252c4dcb923336cc049f62c557693b686dd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-82%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=82&job=&cmd_args= [2021-09-06T15:10:08.998Z] -> Uploading to [2021-09-06T15:10:08.998Z] https://storage.googleapis.com/codecov/v4/raw/2021-09-06/05B643FFA8DEACB6C25F95B2D4D12284/8231f252c4dcb923336cc049f62c557693b686dd/55427889-61f1-4fb4-a16c-dc3732136a74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210906%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210906T151008Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4513921397cd930bbbf76633199737f00239d7692eae0a250898e49628cf367a [2021-09-06T15:10:08.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-09-06T15:10:08.998Z] Dload Upload Total Spent Left Speed [2021-09-06T15:10:09.271Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1965 0 0 100 1965 0 5251 --:--:-- --:--:-- --:--:-- 5254 [2021-09-06T15:10:09.271Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/8231f252c4dcb923336cc049f62c557693b686dd [Pipeline] } [2021-09-06T15:10:09.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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] sh [2021-09-06T15:10:11.813Z] + '[' -d /w/workspace/gexfoundry_go-mod-registry_PR-82/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:10:12.195Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:10:12.870Z] ---> package-listing.sh [2021-09-06T15:10:12.870Z] ++ facter osfamily [2021-09-06T15:10:12.870Z] ++ tr '[:upper:]' '[:lower:]' [2021-09-06T15:10:14.617Z] + OS_FAMILY=redhat [2021-09-06T15:10:14.617Z] + workspace=/w/workspace/gexfoundry_go-mod-registry_PR-82 [2021-09-06T15:10:14.617Z] + START_PACKAGES=/tmp/packages_start.txt [2021-09-06T15:10:14.617Z] + END_PACKAGES=/tmp/packages_end.txt [2021-09-06T15:10:14.617Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-09-06T15:10:14.617Z] + PACKAGES=/tmp/packages_start.txt [2021-09-06T15:10:14.617Z] + '[' /w/workspace/gexfoundry_go-mod-registry_PR-82 ']' [2021-09-06T15:10:14.617Z] + PACKAGES=/tmp/packages_end.txt [2021-09-06T15:10:14.617Z] + case "${OS_FAMILY}" in [2021-09-06T15:10:14.617Z] + sort [2021-09-06T15:10:14.617Z] + rpm -qa [2021-09-06T15:10:14.617Z] + '[' -f /tmp/packages_start.txt ']' [2021-09-06T15:10:14.617Z] + '[' -f /tmp/packages_end.txt ']' [2021-09-06T15:10:14.617Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-09-06T15:10:14.617Z] + '[' /w/workspace/gexfoundry_go-mod-registry_PR-82 ']' [2021-09-06T15:10:14.617Z] + mkdir -p /w/workspace/gexfoundry_go-mod-registry_PR-82/archives/ [2021-09-06T15:10:14.617Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-registry_PR-82/archives/ [Pipeline] echo [2021-09-06T15:10:14.659Z] 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-82/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-09-06T15:10:14.977Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:10:15.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T15:10:15.596Z] [2021-09-06T15:10:15.596Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T15:10:15.968Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T15:10:15.968Z] latest: Pulling from edgex-lftools-log-publisher [2021-09-06T15:10:15.968Z] b4d181a07f80: Pulling fs layer [2021-09-06T15:10:15.968Z] a1111a8f2ec3: Pulling fs layer [2021-09-06T15:10:15.968Z] ed53099fbce6: Pulling fs layer [2021-09-06T15:10:15.968Z] dc539afda2c1: Pulling fs layer [2021-09-06T15:10:15.968Z] 77bc0d833cb6: Pulling fs layer [2021-09-06T15:10:15.968Z] 9065ff56babe: Pulling fs layer [2021-09-06T15:10:15.968Z] d287ab97295c: Pulling fs layer [2021-09-06T15:10:15.968Z] 77bc0d833cb6: Waiting [2021-09-06T15:10:15.968Z] 9065ff56babe: Waiting [2021-09-06T15:10:15.968Z] d287ab97295c: Waiting [2021-09-06T15:10:15.968Z] dc539afda2c1: Waiting [2021-09-06T15:10:16.232Z] a1111a8f2ec3: Verifying Checksum [2021-09-06T15:10:16.232Z] a1111a8f2ec3: Download complete [2021-09-06T15:10:16.232Z] dc539afda2c1: Verifying Checksum [2021-09-06T15:10:16.232Z] dc539afda2c1: Download complete [2021-09-06T15:10:16.232Z] 77bc0d833cb6: Verifying Checksum [2021-09-06T15:10:16.232Z] 77bc0d833cb6: Download complete [2021-09-06T15:10:16.232Z] 9065ff56babe: Verifying Checksum [2021-09-06T15:10:16.232Z] 9065ff56babe: Download complete [2021-09-06T15:10:16.812Z] ed53099fbce6: Verifying Checksum [2021-09-06T15:10:16.812Z] ed53099fbce6: Download complete [2021-09-06T15:10:17.765Z] b4d181a07f80: Verifying Checksum [2021-09-06T15:10:17.766Z] b4d181a07f80: Download complete [2021-09-06T15:10:18.731Z] b4d181a07f80: Pull complete [2021-09-06T15:10:18.731Z] a1111a8f2ec3: Pull complete [2021-09-06T15:10:19.328Z] ed53099fbce6: Pull complete [2021-09-06T15:10:19.328Z] dc539afda2c1: Pull complete [2021-09-06T15:10:19.594Z] 77bc0d833cb6: Pull complete [2021-09-06T15:10:19.862Z] 9065ff56babe: Pull complete [2021-09-06T15:10:20.825Z] d287ab97295c: Verifying Checksum [2021-09-06T15:10:20.825Z] d287ab97295c: Download complete [2021-09-06T15:10:25.098Z] d287ab97295c: Pull complete [2021-09-06T15:10:25.098Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-09-06T15:10:25.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T15:10:25.098Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-09-06T15:10:25.206Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2021-09-06T15:10:25.256Z] $ 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-82/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-82 -v /w/workspace/gexfoundry_go-mod-registry_PR-82:/w/workspace/gexfoundry_go-mod-registry_PR-82:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-82@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-82@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-09-06T15:10:27.554Z] $ docker top feecc1b6ca7eda37973aa30ecc1c828d59ff867e16ac9d18e1ad1458f9d199ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-06T15:10:28.012Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-09-06T15:10:28.347Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-09-06T15:10:28.683Z] + ls /var/log/sa-host [2021-09-06T15:10:28.684Z] + sadf -c /var/log/sa-host/sa05 [2021-09-06T15:10:28.684Z] file_magic: OK [2021-09-06T15:10:28.684Z] HZ: Using current value: 100 [2021-09-06T15:10:28.684Z] file_header: OK [2021-09-06T15:10:28.684Z] 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 [2021-09-06T15:10:28.684Z] Statistics: [2021-09-06T15:10:28.684Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-06T15:10:28.684Z] File successfully converted to sysstat format version 12.0.3 [2021-09-06T15:10:28.684Z] + sadf -c /var/log/sa-host/sa06 [2021-09-06T15:10:28.684Z] file_magic: OK [2021-09-06T15:10:28.684Z] HZ: Using current value: 100 [2021-09-06T15:10:28.684Z] file_header: OK [2021-09-06T15:10:28.684Z] 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 [2021-09-06T15:10:28.684Z] Statistics: [2021-09-06T15:10:28.684Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-06T15:10:28.684Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-06T15:10:29.289Z] provisioning config files... [2021-09-06T15:10:29.306Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-registry_PR-82@tmp/config3860169074793692634tmp [Pipeline] { [Pipeline] echo [2021-09-06T15:10:29.367Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:10:29.716Z] ---> create-netrc.sh [Pipeline] } [2021-09-06T15:10:29.742Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:10:30.205Z] ---> python-tools-install.sh [Pipeline] echo [2021-09-06T15:10:30.238Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:10:30.590Z] ---> sudo-logs.sh [2021-09-06T15:10:30.590Z] Archiving 'sudo' log.. [2021-09-06T15:10:30.590Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1441.vexxhost.local: Name or service not known [2021-09-06T15:10:30.590Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1441.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-09-06T15:10:30.693Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:10:31.043Z] ---> job-cost.sh [2021-09-06T15:10:31.043Z] lf-activate-venv: SKIPPING [2021-09-06T15:10:31.043Z] DEBUG: total: 0.10999999940395355 [2021-09-06T15:10:31.043Z] INFO: Retrieving Stack Cost... [2021-09-06T15:10:31.999Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-09-06T15:10:32.263Z] INFO: Archiving Costs [Pipeline] echo [2021-09-06T15:10:32.303Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T15:10:32.652Z] ---> logs-deploy.sh [2021-09-06T15:10:32.652Z] lf-activate-venv: SKIPPING [2021-09-06T15:10:32.652Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/PR-82/1 [2021-09-06T15:10:32.652Z] INFO: archiving workspace using pattern(s): [2021-09-06T15:10:33.234Z] Archives upload complete. [2021-09-06T15:10:33.500Z] INFO: archiving logs to Nexus