Pull request #99 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322+39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 (14627a161d8ba104e1da90c6bc12fc3c55ad10ca) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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-secrets/branches/PR-99/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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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-secrets/branches/PR-99/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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32754 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [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-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-99 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 into PR head commit e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 Merge succeeded, producing e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 Checking out Revision e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 (PR-99) > git config core.sparsecheckout # timeout=10 > git checkout -f e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 # 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 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-05T05:58:14.576Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-05T05:58:14.957Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-05T05:58:15.197Z] ========================================================= [2021-04-05T05:58:15.197Z] EdgeX Global Pipelines Version Info [2021-04-05T05:58:15.197Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-05T05:58:16.774Z] ------------------- [2021-04-05T05:58:16.775Z] stable info: [2021-04-05T05:58:16.775Z] ------------------- [2021-04-05T05:58:16.775Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-05T05:58:16.775Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-05T05:58:16.775Z] Message: update stable to v1.0.186 [2021-04-05T05:58:17.731Z] ------------------- [2021-04-05T05:58:17.731Z] experimental info: [2021-04-05T05:58:17.731Z] ------------------- [2021-04-05T05:58:17.731Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-05T05:58:17.731Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-05T05:58:17.731Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-05T05:58:18.146Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-04-05T05:58:18.294Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-04-05T05:58:18.443Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-05T05:58:18.588Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-05T05:58:18.732Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-05T05:58:18.889Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-05T05:58:19.058Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-05T05:58:19.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-05T05:58:19.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-05T05:58:19.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-05T05:58:19.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-05T05:58:19.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-04-05T05:58:20.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-05T05:58:20.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-05T05:58:20.351Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T05:58:20.520Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T05:58:20.687Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T05:58:20.823Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T05:58:20.977Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-05T05:58:21.136Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-05T05:58:21.278Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-05T05:58:21.412Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-05T05:58:21.553Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-05T05:58:21.683Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-05T05:58:21.826Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-05T05:58:21.955Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-05T05:58:22.093Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-99 [Pipeline] echo [2021-04-05T05:58:22.226Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-99 [Pipeline] echo [2021-04-05T05:58:22.356Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-99 [Pipeline] echo [2021-04-05T05:58:22.482Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 [Pipeline] echo [2021-04-05T05:58:22.618Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e3ba7bd [Pipeline] echo [2021-04-05T05:58:22.749Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T05:58:23.652Z] + git log --format=format:%s -1 e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 [Pipeline] echo [2021-04-05T05:58:23.741Z] GIT_COMMIT: e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-05T05:58:23.824Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-05T05:58:24.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T05:58:25.157Z] [2021-04-05T05:58:25.157Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T05:58:25.563Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T05:58:25.563Z] latest: Pulling from edgex-devops/git-semver [2021-04-05T05:58:25.563Z] 31603596830f: Pulling fs layer [2021-04-05T05:58:25.563Z] 2a8b12db71e7: Pulling fs layer [2021-04-05T05:58:25.563Z] 6ca5941a6612: Pulling fs layer [2021-04-05T05:58:25.563Z] ecc8261a40a4: Pulling fs layer [2021-04-05T05:58:25.563Z] ecc8261a40a4: Waiting [2021-04-05T05:58:25.563Z] 2a8b12db71e7: Verifying Checksum [2021-04-05T05:58:25.563Z] 2a8b12db71e7: Download complete [2021-04-05T05:58:25.828Z] 31603596830f: Verifying Checksum [2021-04-05T05:58:25.828Z] 31603596830f: Download complete [2021-04-05T05:58:25.828Z] ecc8261a40a4: Verifying Checksum [2021-04-05T05:58:25.828Z] ecc8261a40a4: Download complete [2021-04-05T05:58:25.828Z] 6ca5941a6612: Verifying Checksum [2021-04-05T05:58:25.828Z] 6ca5941a6612: Download complete [2021-04-05T05:58:26.089Z] 31603596830f: Pull complete [2021-04-05T05:58:26.358Z] 2a8b12db71e7: Pull complete [2021-04-05T05:58:26.933Z] 6ca5941a6612: Pull complete [2021-04-05T05:58:27.196Z] ecc8261a40a4: Pull complete [2021-04-05T05:58:27.196Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-05T05:58:27.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T05:58:27.196Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-05T05:58:27.330Z] prd-centos7-docker-4c-2g-32754 does not seem to be running inside a container [2021-04-05T05:58:27.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-99 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99:/w/workspace/dgexfoundry_go-mod-secrets_PR-99:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@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 [2021-04-05T05:58:29.543Z] $ docker top 7c9366b00c4644252c959107f1469348e8220440eaff061e8e37a7d409652c78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-05T05:58:29.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T05:58:29.921Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T05:58:30.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T05:58:30.212Z] $ docker exec 7c9366b00c4644252c959107f1469348e8220440eaff061e8e37a7d409652c78 ssh-agent [2021-04-05T05:58:30.404Z] SSH_AUTH_SOCK=/tmp/ssh-PzdCERG4byqG/agent.11 [2021-04-05T05:58:30.404Z] SSH_AGENT_PID=16 [2021-04-05T05:58:30.414Z] Running ssh-add (command line suppressed) [2021-04-05T05:58:30.545Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_1726578984605182728.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_1726578984605182728.key) [2021-04-05T05:58:30.599Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T05:58:30.989Z] + git tag --points-at HEAD [Pipeline] } [2021-04-05T05:58:31.028Z] $ docker exec --env ******** --env ******** 7c9366b00c4644252c959107f1469348e8220440eaff061e8e37a7d409652c78 ssh-agent -k [2021-04-05T05:58:31.140Z] unset SSH_AUTH_SOCK; [2021-04-05T05:58:31.140Z] unset SSH_AGENT_PID; [2021-04-05T05:58:31.140Z] echo Agent pid 16 killed; [2021-04-05T05:58:31.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-05T05:58:31.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T05:58:31.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T05:58:31.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T05:58:31.565Z] $ docker exec 7c9366b00c4644252c959107f1469348e8220440eaff061e8e37a7d409652c78 ssh-agent [2021-04-05T05:58:31.730Z] SSH_AUTH_SOCK=/tmp/ssh-Op92O9HI3pxH/agent.45 [2021-04-05T05:58:31.730Z] SSH_AGENT_PID=50 [2021-04-05T05:58:31.736Z] Running ssh-add (command line suppressed) [2021-04-05T05:58:31.862Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_1181380377113612298.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_1181380377113612298.key) [2021-04-05T05:58:31.915Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T05:58:32.300Z] + git semver init [2021-04-05T05:58:32.301Z] # -> Open(): unable to determine branch for HEAD [2021-04-05T05:58:32.301Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-99/.git [2021-04-05T05:58:32.301Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [2021-04-05T05:58:32.301Z] # $SEMVER_REMOTE_NAME = origin [2021-04-05T05:58:32.301Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-05T05:58:32.301Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-05T05:58:32.301Z] # $SEMVER_BRANCH = PR-99 [2021-04-05T05:58:32.301Z] # $SEMVER_TEMP = /tmp/semver-735850473 [2021-04-05T05:58:32.301Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-04-05T05:58:32.565Z] # '/tmp/semver-735850473' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-99/.semver' [2021-04-05T05:58:32.829Z] # -> Force: false [2021-04-05T05:58:32.829Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-99/.semver [Pipeline] } [2021-04-05T05:58:32.850Z] $ docker exec --env ******** --env ******** 7c9366b00c4644252c959107f1469348e8220440eaff061e8e37a7d409652c78 ssh-agent -k [2021-04-05T05:58:32.967Z] unset SSH_AUTH_SOCK; [2021-04-05T05:58:32.967Z] unset SSH_AGENT_PID; [2021-04-05T05:58:32.968Z] echo Agent pid 50 killed; [2021-04-05T05:58:33.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-05T05:58:33.603Z] + git semver [Pipeline] } [2021-04-05T05:58:33.634Z] $ docker stop --time=1 7c9366b00c4644252c959107f1469348e8220440eaff061e8e37a7d409652c78 [2021-04-05T05:58:35.090Z] $ docker rm -f 7c9366b00c4644252c959107f1469348e8220440eaff061e8e37a7d409652c78 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T05:58:35.622Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-05T05:58:36.058Z] Stashed 1 file(s) [Pipeline] echo [2021-04-05T05:58:36.084Z] [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-04-05T05:58:51.989Z] Still waiting to schedule task [2021-04-05T05:58:51.989Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32754’ [2021-04-05T05:58:52.025Z] Still waiting to schedule task [2021-04-05T05:58:52.025Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-05T06:00:37.597Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32755 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [Pipeline] { [Pipeline] ws [2021-04-05T06:00:37.708Z] Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout [2021-04-05T06:00:39.321Z] Running on prd-centos7-docker-4c-2g-32756 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [Pipeline] { [Pipeline] ws [2021-04-05T06:00:39.416Z] Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout [2021-04-05T06:00:42.056Z] using credential edgex-jenkins-ssh [2021-04-05T06:00:42.112Z] Cloning the remote Git repository [2021-04-05T06:00:42.546Z] using credential edgex-jenkins-ssh [2021-04-05T06:00:42.650Z] Cloning the remote Git repository [2021-04-05T06:00:42.718Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-05T06:00:42.829Z] > git init /w/workspace/go-mod-secrets/1 # timeout=10 [2021-04-05T06:00:42.134Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-05T06:00:42.201Z] > git init /w/workspace/go-mod-secrets/1 # timeout=10 [2021-04-05T06:00:42.263Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-05T06:00:42.264Z] > git --version # timeout=10 [2021-04-05T06:00:42.271Z] > git --version # 'git version 2.24.3' [2021-04-05T06:00:42.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:00:42.300Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T06:00:42.833Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-05T06:00:42.840Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T06:00:42.853Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-05T06:00:42.869Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-05T06:00:42.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:00:42.874Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-05T06:00:43.252Z] Merging remotes/origin/master commit 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 into PR head commit e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 [2021-04-05T06:00:43.343Z] Merge succeeded, producing e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 [2021-04-05T06:00:43.344Z] Checking out Revision e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 (PR-99) [2021-04-05T06:00:42.902Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-05T06:00:42.904Z] > git --version # timeout=10 [2021-04-05T06:00:42.932Z] > git --version # 'git version 2.17.1' [2021-04-05T06:00:42.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:00:42.999Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T06:00:43.757Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-05T06:00:43.773Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T06:00:43.798Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-05T06:00:43.832Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-05T06:00:43.833Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:00:43.844Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-05T06:00:43.251Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T06:00:43.258Z] > git checkout -f e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 # timeout=10 [2021-04-05T06:00:43.301Z] > git remote # timeout=10 [2021-04-05T06:00:43.305Z] > git config --get remote.origin.url # timeout=10 [2021-04-05T06:00:43.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:00:43.314Z] > git merge 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 # timeout=10 [2021-04-05T06:00:43.327Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-05T06:00:43.337Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T06:00:43.341Z] > git checkout -f e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 # timeout=10 [2021-04-05T06:00:44.328Z] Merging remotes/origin/master commit 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 into PR head commit e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 [2021-04-05T06:00:44.520Z] Merge succeeded, producing e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 [2021-04-05T06:00:44.520Z] Checking out Revision e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 (PR-99) [2021-04-05T06:00:44.348Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T06:00:44.360Z] > git checkout -f e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 # timeout=10 [2021-04-05T06:00:44.440Z] > git remote # timeout=10 [2021-04-05T06:00:44.459Z] > git config --get remote.origin.url # timeout=10 [2021-04-05T06:00:44.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:00:44.486Z] > git merge 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 # timeout=10 [2021-04-05T06:00:44.507Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-05T06:00:44.527Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T06:00:44.539Z] > git checkout -f e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 # timeout=10 [2021-04-05T06:00:47.154Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-05T06:00:47.174Z] > git --version # timeout=10 [2021-04-05T06:00:47.179Z] > git --version # 'git version 2.24.3' [2021-04-05T06:00:47.185Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T06:00:48.749Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-05T06:00:48.895Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-05T06:00:49.012Z] > git --version # timeout=10 [2021-04-05T06:00:49.023Z] > git --version # 'git version 2.17.1' [2021-04-05T06:00:49.036Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-05T06:00:49.121Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-04-05T06:00:49.464Z] + sudo service docker restart [2021-04-05T06:00:49.464Z] + true [2021-04-05T06:00:49.464Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] unstash [2021-04-05T06:00:50.768Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo [2021-04-05T06:00:51.157Z] ========================================================= [2021-04-05T06:00:51.158Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-05T06:00:51.158Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:00:51.334Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-05T06:00:51.581Z] + 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 . [2021-04-05T06:00:51.740Z] + true [2021-04-05T06:00:51.740Z] + sudo service docker restart [2021-04-05T06:00:51.850Z] Sending build context to Docker daemon 612.4kB [2021-04-05T06:00:51.851Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-05T06:00:51.851Z] Step 2/7 : FROM ${BASE} [2021-04-05T06:00:52.121Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-05T06:00:52.121Z] 188c0c94c7c5: Pulling fs layer [2021-04-05T06:00:52.121Z] 0ef7d3d256c8: Pulling fs layer [2021-04-05T06:00:52.121Z] de9db76c5a1d: Pulling fs layer [2021-04-05T06:00:52.121Z] bca2f99d35d6: Pulling fs layer [2021-04-05T06:00:52.121Z] 93359f2a8cfa: Pulling fs layer [2021-04-05T06:00:52.121Z] 7c6f9722023f: Pulling fs layer [2021-04-05T06:00:52.121Z] a35cf1a2eb13: Pulling fs layer [2021-04-05T06:00:52.121Z] bca2f99d35d6: Waiting [2021-04-05T06:00:52.121Z] 93359f2a8cfa: Waiting [2021-04-05T06:00:52.121Z] 7c6f9722023f: Waiting [2021-04-05T06:00:52.121Z] a35cf1a2eb13: Waiting [2021-04-05T06:00:52.121Z] de9db76c5a1d: Verifying Checksum [2021-04-05T06:00:52.121Z] de9db76c5a1d: Download complete [2021-04-05T06:00:52.121Z] 0ef7d3d256c8: Download complete [2021-04-05T06:00:52.121Z] 93359f2a8cfa: Verifying Checksum [2021-04-05T06:00:52.121Z] 93359f2a8cfa: Download complete [2021-04-05T06:00:52.121Z] 188c0c94c7c5: Verifying Checksum [2021-04-05T06:00:52.121Z] 188c0c94c7c5: Download complete [2021-04-05T06:00:52.121Z] 7c6f9722023f: Verifying Checksum [2021-04-05T06:00:52.121Z] 7c6f9722023f: Download complete [2021-04-05T06:00:52.388Z] 188c0c94c7c5: Pull complete [2021-04-05T06:00:52.654Z] 0ef7d3d256c8: Pull complete [2021-04-05T06:00:52.655Z] de9db76c5a1d: Pull complete [2021-04-05T06:00:54.058Z] a35cf1a2eb13: Verifying Checksum [2021-04-05T06:00:54.058Z] a35cf1a2eb13: Download complete [Pipeline] unstash [Pipeline] echo [2021-04-05T06:00:54.648Z] ========================================================= [2021-04-05T06:00:54.648Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-05T06:00:54.648Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:00:55.016Z] bca2f99d35d6: Verifying Checksum [2021-04-05T06:00:55.016Z] bca2f99d35d6: Download complete [2021-04-05T06:00:55.076Z] + 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 . [2021-04-05T06:00:56.063Z] Sending build context to Docker daemon 611.3kB [2021-04-05T06:00:56.063Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-05T06:00:56.063Z] Step 2/7 : FROM ${BASE} [2021-04-05T06:00:56.342Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-05T06:00:56.342Z] 5f621e34cdf4: Pulling fs layer [2021-04-05T06:00:56.342Z] a4357932f1b6: Pulling fs layer [2021-04-05T06:00:56.342Z] 18c013af1878: Pulling fs layer [2021-04-05T06:00:56.342Z] 00ac8860ef70: Pulling fs layer [2021-04-05T06:00:56.342Z] 63d7cb157983: Pulling fs layer [2021-04-05T06:00:56.342Z] b116817d02f9: Pulling fs layer [2021-04-05T06:00:56.342Z] 745a02a5169b: Pulling fs layer [2021-04-05T06:00:56.342Z] 00ac8860ef70: Waiting [2021-04-05T06:00:56.342Z] 63d7cb157983: Waiting [2021-04-05T06:00:56.342Z] b116817d02f9: Waiting [2021-04-05T06:00:56.342Z] 745a02a5169b: Waiting [2021-04-05T06:00:56.342Z] 18c013af1878: Download complete [2021-04-05T06:00:56.342Z] a4357932f1b6: Download complete [2021-04-05T06:00:56.342Z] 63d7cb157983: Verifying Checksum [2021-04-05T06:00:56.342Z] 63d7cb157983: Download complete [2021-04-05T06:00:56.342Z] b116817d02f9: Verifying Checksum [2021-04-05T06:00:56.342Z] b116817d02f9: Download complete [2021-04-05T06:00:56.342Z] 5f621e34cdf4: Verifying Checksum [2021-04-05T06:00:56.342Z] 5f621e34cdf4: Download complete [2021-04-05T06:00:57.340Z] 5f621e34cdf4: Pull complete [2021-04-05T06:00:57.940Z] a4357932f1b6: Pull complete [2021-04-05T06:00:58.216Z] 18c013af1878: Pull complete [2021-04-05T06:00:58.495Z] 745a02a5169b: Verifying Checksum [2021-04-05T06:00:58.495Z] 745a02a5169b: Download complete [2021-04-05T06:00:59.926Z] 00ac8860ef70: Verifying Checksum [2021-04-05T06:00:59.926Z] 00ac8860ef70: Download complete [2021-04-05T06:01:00.356Z] bca2f99d35d6: Pull complete [2021-04-05T06:01:00.356Z] 93359f2a8cfa: Pull complete [2021-04-05T06:01:00.625Z] 7c6f9722023f: Pull complete [2021-04-05T06:01:05.988Z] a35cf1a2eb13: Pull complete [2021-04-05T06:01:05.988Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-05T06:01:05.988Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-05T06:01:05.988Z] ---> a62c8e92a672 [2021-04-05T06:01:05.988Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-05T06:01:05.988Z] ---> Running in 74e1de7127d0 [2021-04-05T06:01:06.257Z] Removing intermediate container 74e1de7127d0 [2021-04-05T06:01:06.257Z] ---> 567fb8d7e74f [2021-04-05T06:01:06.257Z] Step 4/7 : RUN apk add --update bash [2021-04-05T06:01:06.526Z] ---> Running in 28f802065cb4 [2021-04-05T06:01:07.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-05T06:01:10.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-05T06:01:10.089Z] 00ac8860ef70: Pull complete [2021-04-05T06:01:10.089Z] 63d7cb157983: Pull complete [2021-04-05T06:01:10.089Z] b116817d02f9: Pull complete [2021-04-05T06:01:13.373Z] OK: 166 MiB in 39 packages [2021-04-05T06:01:13.640Z] Removing intermediate container 28f802065cb4 [2021-04-05T06:01:13.640Z] ---> d8a80a0736e1 [2021-04-05T06:01:13.640Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-05T06:01:13.904Z] ---> Running in 8bdaf199ad18 [2021-04-05T06:01:13.904Z] Removing intermediate container 8bdaf199ad18 [2021-04-05T06:01:13.904Z] ---> 01045bae0ef3 [2021-04-05T06:01:13.904Z] Step 6/7 : COPY go.mod . [2021-04-05T06:01:14.169Z] ---> 351f18f2a7cb [2021-04-05T06:01:14.169Z] Step 7/7 : RUN go mod download [2021-04-05T06:01:14.414Z] 745a02a5169b: Pull complete [2021-04-05T06:01:14.414Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-05T06:01:14.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-05T06:01:14.414Z] ---> b7e6874047d6 [2021-04-05T06:01:14.414Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-05T06:01:14.445Z] ---> Running in 4fb81de85d49 [2021-04-05T06:01:16.414Z] ---> Running in 19614ef1959f [2021-04-05T06:01:17.007Z] Removing intermediate container 19614ef1959f [2021-04-05T06:01:17.007Z] ---> a95039e1a934 [2021-04-05T06:01:17.007Z] Step 4/7 : RUN apk add --update bash [2021-04-05T06:01:17.007Z] ---> Running in d9c8d30206e1 [2021-04-05T06:01:18.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-05T06:01:20.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-05T06:01:22.389Z] OK: 142 MiB in 39 packages [2021-04-05T06:01:23.373Z] Removing intermediate container d9c8d30206e1 [2021-04-05T06:01:23.373Z] ---> 3221771ff448 [2021-04-05T06:01:23.373Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-05T06:01:23.373Z] ---> Running in 173233c49eb0 [2021-04-05T06:01:23.970Z] Removing intermediate container 173233c49eb0 [2021-04-05T06:01:23.970Z] ---> 86d83ed270a3 [2021-04-05T06:01:23.970Z] Step 6/7 : COPY go.mod . [2021-04-05T06:01:24.565Z] ---> af2085b8fe4d [2021-04-05T06:01:24.565Z] Step 7/7 : RUN go mod download [2021-04-05T06:01:24.843Z] ---> Running in 5c8696fb49ea [2021-04-05T06:01:32.657Z] Removing intermediate container 4fb81de85d49 [2021-04-05T06:01:32.657Z] ---> d4414f3ae31f [2021-04-05T06:01:32.657Z] Successfully built d4414f3ae31f [2021-04-05T06:01:32.657Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:01:33.016Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-05T06:01:33.016Z] . [Pipeline] withDockerContainer [2021-04-05T06:01:33.185Z] prd-centos7-docker-4c-2g-32756 does not seem to be running inside a container [2021-04-05T06:01:33.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 [2021-04-05T06:01:34.091Z] $ docker top e68f6436bc9fee8edfa355df90c35341603848270f76e2162f05d60aa868e257 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T06:01:34.767Z] + go version [2021-04-05T06:01:34.767Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-05T06:01:34.802Z] $ docker stop --time=1 e68f6436bc9fee8edfa355df90c35341603848270f76e2162f05d60aa868e257 [2021-04-05T06:01:36.186Z] $ docker rm -f e68f6436bc9fee8edfa355df90c35341603848270f76e2162f05d60aa868e257 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:01:37.324Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-05T06:01:37.324Z] . [Pipeline] withDockerContainer [2021-04-05T06:01:37.458Z] prd-centos7-docker-4c-2g-32756 does not seem to be running inside a container [2021-04-05T06:01:37.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 [2021-04-05T06:01:38.288Z] $ docker top 01b94c0eee85fe3e2130f12079d3a95c68b3c02cf1c4b6b744fdbe3ece227077 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T06:01:38.890Z] + make test [2021-04-05T06:01:38.890Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-05T06:01:43.186Z] Removing intermediate container 5c8696fb49ea [2021-04-05T06:01:43.186Z] ---> 541a4ad22363 [2021-04-05T06:01:43.186Z] Successfully built 541a4ad22363 [2021-04-05T06:01:43.186Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:01:43.572Z] + docker inspect -f . ci-base-image-arm64 [2021-04-05T06:01:43.572Z] . [Pipeline] withDockerContainer [2021-04-05T06:01:43.875Z] prd-ubuntu18.04-docker-arm64-4c-16g-32755 does not seem to be running inside a container [2021-04-05T06:01:43.970Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 [2021-04-05T06:01:45.470Z] $ docker top 42e156ead3202971b1effb429309c5b7b89886047acfbad107398447fbfd0fb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T06:01:46.592Z] + go version [2021-04-05T06:01:46.592Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-05T06:01:46.627Z] $ docker stop --time=1 42e156ead3202971b1effb429309c5b7b89886047acfbad107398447fbfd0fb5 [2021-04-05T06:01:48.615Z] $ docker rm -f 42e156ead3202971b1effb429309c5b7b89886047acfbad107398447fbfd0fb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:01:49.846Z] + docker inspect -f . ci-base-image-arm64 [2021-04-05T06:01:49.846Z] . [Pipeline] withDockerContainer [2021-04-05T06:01:50.091Z] prd-ubuntu18.04-docker-arm64-4c-16g-32755 does not seem to be running inside a container [2021-04-05T06:01:50.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 [2021-04-05T06:01:51.592Z] $ docker top 8ea10372e578100de8a8f0313ee17209d36ae11ef7ace0a92ec88e209f46b638 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T06:01:52.656Z] + make test [2021-04-05T06:01:52.656Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-05T06:01:57.280Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.216s coverage: 80.9% of statements [2021-04-05T06:01:57.280Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.008s coverage: 57.1% of statements [2021-04-05T06:01:57.280Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-05T06:01:57.857Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.014s coverage: 96.7% of statements [2021-04-05T06:01:57.857Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.007s coverage: 89.5% of statements [2021-04-05T06:01:57.857Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-05T06:01:57.857Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.007s coverage: 100.0% of statements [2021-04-05T06:01:57.857Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-05T06:01:57.857Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.012s coverage: 85.7% of statements [2021-04-05T06:01:57.857Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.008s coverage: 100.0% of statements [2021-04-05T06:01:57.857Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-05T06:01:58.127Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-05T06:01:59.082Z] gofmt -l . [2021-04-05T06:01:59.082Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-05T06:01:59.390Z] $ docker stop --time=1 01b94c0eee85fe3e2130f12079d3a95c68b3c02cf1c4b6b744fdbe3ece227077 [2021-04-05T06:02:02.249Z] $ docker rm -f 01b94c0eee85fe3e2130f12079d3a95c68b3c02cf1c4b6b744fdbe3ece227077 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T06:02:02.973Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-05T06:02:03.324Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:02:05.086Z] ---> job-cost.sh [2021-04-05T06:02:05.086Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bBK2 [2021-04-05T06:02:20.059Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-05T06:02:25.079Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.561s coverage: 80.9% of statements [2021-04-05T06:02:25.079Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.013s coverage: 57.1% of statements [2021-04-05T06:02:25.079Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-05T06:02:25.079Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.017s coverage: 96.7% of statements [2021-04-05T06:02:25.079Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.039s coverage: 89.5% of statements [2021-04-05T06:02:25.079Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-05T06:02:25.079Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.016s coverage: 100.0% of statements [2021-04-05T06:02:25.079Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-05T06:02:25.079Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.013s coverage: 85.7% of statements [2021-04-05T06:02:25.079Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.015s coverage: 100.0% of statements [2021-04-05T06:02:25.079Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-05T06:02:25.079Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-05T06:02:28.496Z] gofmt -l . [2021-04-05T06:02:28.496Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-05T06:02:28.810Z] $ docker stop --time=1 8ea10372e578100de8a8f0313ee17209d36ae11ef7ace0a92ec88e209f46b638 [2021-04-05T06:02:30.985Z] $ docker rm -f 8ea10372e578100de8a8f0313ee17209d36ae11ef7ace0a92ec88e209f46b638 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T06:02:31.971Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-05T06:02:32.038Z] Warning: overwriting stash ‘coverage-report’ [2021-04-05T06:02:32.848Z] 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] libraryResource [Pipeline] sh [2021-04-05T06:02:34.289Z] ---> job-cost.sh [2021-04-05T06:02:34.289Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6dFz [2021-04-05T06:02:46.761Z] lf-activate-venv(): INFO: Adding /tmp/venv-bBK2/bin to PATH [2021-04-05T06:02:46.761Z] INFO: No Stack... [2021-04-05T06:02:47.350Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-05T06:02:47.934Z] INFO: Archiving Costs [Pipeline] sh [2021-04-05T06:02:48.278Z] + cat /w/workspace/go-mod-secrets/1/archives/cost.csv [2021-04-05T06:02:48.278Z] + cut -d, -f6 [Pipeline] lock [2021-04-05T06:02:48.406Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-PR-99-1-stack-cost] [2021-04-05T06:02:48.419Z] Resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-1-stack-cost] did not exist. Created. [2021-04-05T06:02:48.419Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-PR-99-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-05T06:02:48.938Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-05T06:02:49.098Z] Stashed 1 file(s) [Pipeline] } [2021-04-05T06:02:49.117Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-05T06:03:13.286Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-05T06:04:50.084Z] lf-activate-venv(): INFO: Adding /tmp/venv-6dFz/bin to PATH [2021-04-05T06:04:50.084Z] INFO: No Stack... [2021-04-05T06:04:50.084Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-05T06:04:50.084Z] INFO: Archiving Costs [Pipeline] sh [2021-04-05T06:04:50.445Z] + cat /w/workspace/go-mod-secrets/1/archives/cost.csv [2021-04-05T06:04:50.445Z] + cut -d, -f6 [Pipeline] lock [2021-04-05T06:04:50.602Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-PR-99-1-stack-cost] [2021-04-05T06:04:50.609Z] Resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-1-stack-cost] did not exist. Created. [2021-04-05T06:04:50.609Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-PR-99-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-05T06:04:51.135Z] /w/workspace/go-mod-secrets/1@tmp/durable-e4910961/script.sh: 1: /w/workspace/go-mod-secrets/1@tmp/durable-e4910961/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-05T06:04:51.527Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-05T06:04:51.571Z] Warning: overwriting stash ‘stack-cost’ [2021-04-05T06:04:51.753Z] Stashed 1 file(s) [Pipeline] } [2021-04-05T06:04:51.776Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-1-stack-cost] [Pipeline] // lock [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 [2021-04-05T06:04:53.553Z] provisioning config files... [2021-04-05T06:04:53.571Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/config1000723121257298678tmp [Pipeline] { [Pipeline] sh [2021-04-05T06:04:53.980Z] + set +x [2021-04-05T06:04:53.980Z] + curl -s https://codecov.io/bash [2021-04-05T06:04:53.980Z] + bash -s -- [2021-04-05T06:04:54.261Z] [2021-04-05T06:04:54.261Z] _____ _ [2021-04-05T06:04:54.261Z] / ____| | | [2021-04-05T06:04:54.261Z] | | ___ __| | ___ ___ _____ __ [2021-04-05T06:04:54.261Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-05T06:04:54.261Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-05T06:04:54.261Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-05T06:04:54.261Z] Bash-20210309-2b87ace [2021-04-05T06:04:54.261Z] [2021-04-05T06:04:54.261Z] [2021-04-05T06:04:54.261Z] ==> git version 2.24.3 found [2021-04-05T06:04:54.261Z] ==> 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-04-05T06:04:54.261Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-05T06:04:54.261Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-05T06:04:54.261Z] ==> Jenkins CI detected. [2021-04-05T06:04:54.261Z] project root: . [2021-04-05T06:04:54.261Z] --> token set from env [2021-04-05T06:04:54.261Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-05T06:04:54.261Z] ==> Running gcov in . (disable via -X gcov) [2021-04-05T06:04:54.261Z] ==> Python coveragepy not found [2021-04-05T06:04:54.261Z] ==> Searching for coverage reports in: [2021-04-05T06:04:54.261Z] + . [2021-04-05T06:04:54.261Z] -> Found 1 reports [2021-04-05T06:04:54.261Z] ==> Detecting git/mercurial file structure [2021-04-05T06:04:54.261Z] ==> Reading reports [2021-04-05T06:04:54.261Z] + ./coverage.out bytes=29177 [2021-04-05T06:04:54.261Z] ==> Appending adjustments [2021-04-05T06:04:54.261Z] https://docs.codecov.io/docs/fixing-reports [2021-04-05T06:04:54.529Z] + Found adjustments [2021-04-05T06:04:54.529Z] ==> Gzipping contents [2021-04-05T06:04:54.529Z] 8.0K /tmp/codecov.XGIPj3.gz [2021-04-05T06:04:54.529Z] ==> Uploading reports [2021-04-05T06:04:54.529Z] url: https://codecov.io [2021-04-05T06:04:54.529Z] query: branch=PR-99&commit=e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-99%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=99&job=&cmd_args= [2021-04-05T06:04:54.529Z] -> Pinging Codecov [2021-04-05T06:04:54.529Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-99&commit=e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-99%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=99&job=&cmd_args= [2021-04-05T06:04:54.794Z] -> Uploading to [2021-04-05T06:04:54.794Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-05/D63849C06B6B67093493C71CE874ED06/e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322/dcbc81c7-a9c5-4d56-9eb1-6f3f53739e96.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210405%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210405T060454Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=11effb382a9a019d699299a98475430f2ff8d4aaa951e6ada1b244b4bba85a6d [2021-04-05T06:04:54.794Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-05T06:04:54.794Z] Dload Upload Total Spent Left Speed [2021-04-05T06:04:55.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5955 0 0 100 5955 0 15519 --:--:-- --:--:-- --:--:-- 15507 100 5955 0 0 100 5955 0 15513 --:--:-- --:--:-- --:--:-- 15507 [2021-04-05T06:04:55.370Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 [Pipeline] } [2021-04-05T06:04:55.393Z] 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] { (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 [2021-04-05T06:04:58.861Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:04:59.218Z] ---> package-listing.sh [2021-04-05T06:04:59.218Z] ++ facter osfamily [2021-04-05T06:04:59.218Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-05T06:04:59.218Z] + OS_FAMILY=redhat [2021-04-05T06:04:59.218Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-99 [2021-04-05T06:04:59.218Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-05T06:04:59.218Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-05T06:04:59.218Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-05T06:04:59.218Z] + PACKAGES=/tmp/packages_start.txt [2021-04-05T06:04:59.218Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-99 ']' [2021-04-05T06:04:59.218Z] + PACKAGES=/tmp/packages_end.txt [2021-04-05T06:04:59.218Z] + case "${OS_FAMILY}" in [2021-04-05T06:04:59.218Z] + rpm -qa [2021-04-05T06:04:59.218Z] + sort [2021-04-05T06:05:04.528Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-05T06:05:04.528Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-05T06:05:04.528Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-05T06:05:04.528Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-99 ']' [2021-04-05T06:05:04.528Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-99/archives/ [2021-04-05T06:05:04.528Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-99/archives/ [Pipeline] echo [2021-04-05T06:05:04.567Z] 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/dgexfoundry_go-mod-secrets_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-05T06:05:04.894Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:05:05.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T06:05:05.251Z] [2021-04-05T06:05:05.251Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:05:05.651Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T06:05:05.651Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-05T06:05:05.651Z] df20fa9351a1: Pulling fs layer [2021-04-05T06:05:05.651Z] 36b3adc4ff6f: Pulling fs layer [2021-04-05T06:05:05.652Z] 8ad3a11d3b57: Pulling fs layer [2021-04-05T06:05:05.652Z] 46f8f816bc3b: Pulling fs layer [2021-04-05T06:05:05.652Z] 93b61091891f: Pulling fs layer [2021-04-05T06:05:05.652Z] 93b9cdb0e59b: Pulling fs layer [2021-04-05T06:05:05.652Z] 5e14af77c1be: Pulling fs layer [2021-04-05T06:05:05.652Z] 01666e4c0597: Pulling fs layer [2021-04-05T06:05:05.652Z] aa168da1d23b: Pulling fs layer [2021-04-05T06:05:05.652Z] 46f8f816bc3b: Waiting [2021-04-05T06:05:05.652Z] 93b61091891f: Waiting [2021-04-05T06:05:05.652Z] 93b9cdb0e59b: Waiting [2021-04-05T06:05:05.652Z] 5e14af77c1be: Waiting [2021-04-05T06:05:05.652Z] 01666e4c0597: Waiting [2021-04-05T06:05:05.652Z] aa168da1d23b: Waiting [2021-04-05T06:05:05.652Z] 36b3adc4ff6f: Download complete [2021-04-05T06:05:05.652Z] 46f8f816bc3b: Verifying Checksum [2021-04-05T06:05:05.652Z] 46f8f816bc3b: Download complete [2021-04-05T06:05:05.652Z] df20fa9351a1: Verifying Checksum [2021-04-05T06:05:05.652Z] df20fa9351a1: Download complete [2021-04-05T06:05:05.652Z] 93b9cdb0e59b: Verifying Checksum [2021-04-05T06:05:05.652Z] 93b9cdb0e59b: Download complete [2021-04-05T06:05:05.917Z] 5e14af77c1be: Verifying Checksum [2021-04-05T06:05:05.917Z] 5e14af77c1be: Download complete [2021-04-05T06:05:05.917Z] 93b61091891f: Verifying Checksum [2021-04-05T06:05:05.917Z] 93b61091891f: Download complete [2021-04-05T06:05:05.917Z] 01666e4c0597: Verifying Checksum [2021-04-05T06:05:05.917Z] 01666e4c0597: Download complete [2021-04-05T06:05:05.917Z] 8ad3a11d3b57: Verifying Checksum [2021-04-05T06:05:05.917Z] 8ad3a11d3b57: Download complete [2021-04-05T06:05:06.185Z] df20fa9351a1: Pull complete [2021-04-05T06:05:06.185Z] 36b3adc4ff6f: Pull complete [2021-04-05T06:05:07.151Z] 8ad3a11d3b57: Pull complete [2021-04-05T06:05:07.151Z] 46f8f816bc3b: Pull complete [2021-04-05T06:05:07.417Z] 93b61091891f: Pull complete [2021-04-05T06:05:07.996Z] 93b9cdb0e59b: Pull complete [2021-04-05T06:05:08.581Z] aa168da1d23b: Verifying Checksum [2021-04-05T06:05:08.581Z] aa168da1d23b: Download complete [2021-04-05T06:05:08.581Z] 5e14af77c1be: Pull complete [2021-04-05T06:05:08.581Z] 01666e4c0597: Pull complete [2021-04-05T06:05:15.243Z] aa168da1d23b: Pull complete [2021-04-05T06:05:15.243Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-05T06:05:15.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T06:05:15.243Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-05T06:05:15.466Z] prd-centos7-docker-4c-2g-32754 does not seem to be running inside a container [2021-04-05T06:05:15.735Z] $ 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/dgexfoundry_go-mod-secrets_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-secrets_PR-99 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99:/w/workspace/dgexfoundry_go-mod-secrets_PR-99:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@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 [2021-04-05T06:05:19.067Z] $ docker top 8c18a1658d142cef723bd5e769d3ca837ca7f48740cad41b1c0e77b3a1b4425e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T06:05:19.691Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-05T06:05:20.018Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-05T06:05:20.338Z] + ls /var/log/sa-host [2021-04-05T06:05:20.338Z] + sadf -c /var/log/sa-host/sa05 [2021-04-05T06:05:20.338Z] file_magic: OK [2021-04-05T06:05:20.338Z] HZ: Using current value: 100 [2021-04-05T06:05:20.338Z] file_header: OK [2021-04-05T06:05:20.338Z] 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-04-05T06:05:20.338Z] Statistics: [2021-04-05T06:05:20.338Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-05T06:05:20.338Z] File successfully converted to sysstat format version 12.2.1 [2021-04-05T06:05:20.338Z] + sadf -c /var/log/sa-host/sa23 [2021-04-05T06:05:20.338Z] file_magic: OK [2021-04-05T06:05:20.338Z] HZ: Using current value: 100 [2021-04-05T06:05:20.338Z] file_header: OK [2021-04-05T06:05:20.338Z] 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-04-05T06:05:20.338Z] Statistics: [2021-04-05T06:05:20.338Z] Hnuu...uuuununununu... [2021-04-05T06:05:20.339Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-05T06:05:21.072Z] provisioning config files... [2021-04-05T06:05:21.094Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/config8639191831301737163tmp [Pipeline] { [Pipeline] echo [2021-04-05T06:05:21.213Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:05:21.558Z] ---> create-netrc.sh [Pipeline] } [2021-04-05T06:05:21.598Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-05T06:05:21.743Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:05:22.078Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-05T06:05:22.111Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:05:22.448Z] ---> sudo-logs.sh [2021-04-05T06:05:22.448Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-05T06:05:22.596Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:05:22.933Z] ---> job-cost.sh [2021-04-05T06:05:22.933Z] lf-activate-venv: SKIPPING [2021-04-05T06:05:22.933Z] DEBUG: total: 0.20999999344348907 [2021-04-05T06:05:22.933Z] INFO: Retrieving Stack Cost... [2021-04-05T06:05:24.857Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-05T06:05:25.437Z] INFO: Archiving Costs [Pipeline] echo [2021-04-05T06:05:25.480Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:05:25.860Z] ---> logs-deploy.sh [2021-04-05T06:05:25.860Z] lf-activate-venv: SKIPPING [2021-04-05T06:05:25.860Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-99/1 [2021-04-05T06:05:25.860Z] INFO: archiving workspace using pattern(s): [2021-04-05T06:05:27.779Z] Archives upload complete. [2021-04-05T06:05:27.779Z] INFO: archiving logs to Nexus