Pull request #243 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0+8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e (5a43143d3e352f050b12f14ad9b350179dec6f3e) 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8475993254259485363.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6141468419718373831.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 9d0281235b943b7ad605f650702698f9078b2862 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-bootstrap/branches/PR-243/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-243/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3328883411340244161.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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-243/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7502181338404633491.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2219256005732735124.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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-bootstrap/branches/PR-243/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-243/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5441712201400152648.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 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 9d0281235b943b7ad605f650702698f9078b2862 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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_IMAGE_NAME: go-mod-bootstrap 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 ‘prd-centos7-blackbox-4c-2g-15642’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-15738’ is offline ‘prd-centos7-docker-4c-2g-309’ is offline Running on prd-centos7-docker-4c-2g-15742 in /w/workspace/xfoundry_go-mod-bootstrap_PR-243 [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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-243 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/jenkins-gitclient-ssh4727082997754796924.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/jenkins-gitclient-ssh5743633801535209133.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/243/head:refs/remotes/origin/PR-243 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e into PR head commit d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 Merge succeeded, producing d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 Checking out Revision d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 (PR-243) > git config core.sparsecheckout # timeout=10 > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/jenkins-gitclient-ssh3367350354140283162.key > git merge 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # 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.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-24T05:49:03.958Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-24T05:49:06.546Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-24T05:49:06.788Z] ========================================================= [2021-05-24T05:49:06.788Z] EdgeX Global Pipelines Version Info [2021-05-24T05:49:06.788Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-24T05:49:15.662Z] ------------------- [2021-05-24T05:49:15.662Z] stable info: [2021-05-24T05:49:15.662Z] ------------------- [2021-05-24T05:49:15.662Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-24T05:49:15.662Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-24T05:49:15.662Z] Message: update stable to v1.0.192 [2021-05-24T05:49:15.662Z] ------------------- [2021-05-24T05:49:15.662Z] experimental info: [2021-05-24T05:49:15.662Z] ------------------- [2021-05-24T05:49:15.663Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-24T05:49:15.663Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-24T05:49:15.663Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-24T05:49:16.143Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-05-24T05:49:16.267Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-05-24T05:49:18.699Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-24T05:49:18.779Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-24T05:49:18.854Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-24T05:49:18.969Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-24T05:49:21.204Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-24T05:49:21.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-24T05:49:21.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-24T05:49:21.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-24T05:49:24.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-24T05:49:24.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2021-05-24T05:49:24.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-24T05:49:24.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-24T05:49:27.028Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-24T05:49:27.152Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-24T05:49:27.285Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-24T05:49:27.352Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-24T05:49:27.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-24T05:49:29.795Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-24T05:49:29.927Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-24T05:49:30.036Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-24T05:49:30.138Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-24T05:49:32.340Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-24T05:49:32.413Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-24T05:49:32.547Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-24T05:49:32.671Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-243 [Pipeline] echo [2021-05-24T05:49:32.827Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-243 [Pipeline] echo [2021-05-24T05:49:35.011Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-243 [Pipeline] echo [2021-05-24T05:49:35.098Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 [Pipeline] echo [2021-05-24T05:49:35.193Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d524c09 [Pipeline] echo [2021-05-24T05:49:35.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-24T05:49:40.595Z] + git log --format=format:%s -1 d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 [Pipeline] echo [2021-05-24T05:49:40.733Z] GIT_COMMIT: d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-05-24T05:49:40.799Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:49:45.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-24T05:49:45.903Z] [2021-05-24T05:49:45.903Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:49:46.364Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-24T05:49:46.364Z] latest: Pulling from edgex-devops/git-semver [2021-05-24T05:49:46.364Z] 31603596830f: Pulling fs layer [2021-05-24T05:49:46.364Z] 54011a49482f: Pulling fs layer [2021-05-24T05:49:46.364Z] a6820b24f6d8: Pulling fs layer [2021-05-24T05:49:46.364Z] f581987b2513: Pulling fs layer [2021-05-24T05:49:46.364Z] f581987b2513: Waiting [2021-05-24T05:49:46.364Z] 54011a49482f: Verifying Checksum [2021-05-24T05:49:46.364Z] 54011a49482f: Download complete [2021-05-24T05:49:48.420Z] 31603596830f: Verifying Checksum [2021-05-24T05:49:48.420Z] 31603596830f: Download complete [2021-05-24T05:49:48.420Z] f581987b2513: Verifying Checksum [2021-05-24T05:49:48.420Z] f581987b2513: Download complete [2021-05-24T05:49:48.420Z] a6820b24f6d8: Verifying Checksum [2021-05-24T05:49:48.420Z] a6820b24f6d8: Download complete [2021-05-24T05:49:48.420Z] 31603596830f: Pull complete [2021-05-24T05:49:48.420Z] 54011a49482f: Pull complete [2021-05-24T05:49:48.420Z] a6820b24f6d8: Pull complete [2021-05-24T05:49:48.420Z] f581987b2513: Pull complete [2021-05-24T05:49:48.420Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-24T05:49:48.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-24T05:49:48.420Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-24T05:49:48.588Z] prd-centos7-docker-4c-2g-15742 does not seem to be running inside a container [2021-05-24T05:49:48.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-243 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-243:/w/workspace/xfoundry_go-mod-bootstrap_PR-243:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-243@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:10004/edgex-devops/git-semver:latest cat [2021-05-24T05:49:50.888Z] $ docker top 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-24T05:49:51.165Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-24T05:49:51.165Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-24T05:49:51.297Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-24T05:49:51.303Z] $ docker exec 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 ssh-agent [2021-05-24T05:49:51.427Z] SSH_AUTH_SOCK=/tmp/ssh-WVPMZQW2G3ic/agent.15 [2021-05-24T05:49:51.427Z] SSH_AGENT_PID=21 [2021-05-24T05:49:51.441Z] Running ssh-add (command line suppressed) [2021-05-24T05:49:51.563Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/private_key_2583793879519399504.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/private_key_2583793879519399504.key) [2021-05-24T05:49:51.580Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-24T05:49:53.980Z] + git tag --points-at HEAD [Pipeline] } [2021-05-24T05:49:54.015Z] $ docker exec --env ******** --env ******** 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 ssh-agent -k [2021-05-24T05:49:54.118Z] unset SSH_AUTH_SOCK; [2021-05-24T05:49:54.118Z] unset SSH_AGENT_PID; [2021-05-24T05:49:54.118Z] echo Agent pid 21 killed; [2021-05-24T05:49:54.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-24T05:49:56.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-24T05:49:56.737Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-24T05:49:56.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-24T05:49:56.875Z] $ docker exec 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 ssh-agent [2021-05-24T05:49:57.009Z] SSH_AUTH_SOCK=/tmp/ssh-lFTR9C93cti4/agent.55 [2021-05-24T05:49:57.009Z] SSH_AGENT_PID=61 [2021-05-24T05:49:57.026Z] Running ssh-add (command line suppressed) [2021-05-24T05:49:57.138Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/private_key_6588178878139368509.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/private_key_6588178878139368509.key) [2021-05-24T05:49:57.167Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-24T05:49:59.480Z] + git semver init [2021-05-24T05:49:59.480Z] # -> Open(): unable to determine branch for HEAD [2021-05-24T05:49:59.480Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-243/.git [2021-05-24T05:49:59.480Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-243 [2021-05-24T05:49:59.480Z] # $SEMVER_REMOTE_NAME = origin [2021-05-24T05:49:59.480Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-24T05:49:59.480Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-24T05:49:59.480Z] # $SEMVER_BRANCH = PR-243 [2021-05-24T05:49:59.480Z] # $SEMVER_TEMP = /tmp/semver-995225213 [2021-05-24T05:49:59.480Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-05-24T05:49:59.480Z] # '/tmp/semver-995225213' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-243/.semver' [2021-05-24T05:49:59.480Z] # -> Force: false [2021-05-24T05:49:59.480Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-243/.semver [Pipeline] } [2021-05-24T05:49:59.530Z] $ docker exec --env ******** --env ******** 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 ssh-agent -k [2021-05-24T05:49:59.631Z] unset SSH_AUTH_SOCK; [2021-05-24T05:49:59.631Z] unset SSH_AGENT_PID; [2021-05-24T05:49:59.631Z] echo Agent pid 61 killed; [2021-05-24T05:49:59.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-24T05:50:02.326Z] + git semver [Pipeline] } [2021-05-24T05:50:02.420Z] $ docker stop --time=1 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 [2021-05-24T05:50:05.142Z] $ docker rm -f 13221c0461263847f4c029e8a640cbd61c804a43441015f17ca06543b9368359 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-24T05:50:05.919Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-24T05:50:08.560Z] Stashed 1 file(s) [Pipeline] echo [2021-05-24T05:50:08.587Z] [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-05-24T05:50:27.155Z] Still waiting to schedule task [2021-05-24T05:50:27.156Z] ‘prd-centos7-blackbox-4c-2g-15642’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-24T05:50:27.156Z] Still waiting to schedule task [2021-05-24T05:50:27.156Z] ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-24T05:50:27.156Z] ‘prd-centos7-docker-4c-2g-15748’ is offline [2021-05-24T05:50:27.156Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-24T05:50:27.156Z] ‘prd-centos7-docker-4c-2g-309’ is offline [2021-05-24T05:53:07.037Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15756 in /w/workspace/xfoundry_go-mod-bootstrap_PR-243 [Pipeline] { [Pipeline] ws [2021-05-24T05:53:07.143Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2021-05-24T05:53:09.533Z] Selected Git installation does not exist. Using Default [2021-05-24T05:53:09.533Z] The recommended git tool is: NONE [2021-05-24T05:53:45.025Z] using credential edgex-jenkins-ssh [2021-05-24T05:53:45.090Z] Cloning the remote Git repository [2021-05-24T05:53:45.146Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-24T05:53:45.328Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2021-05-24T05:53:45.395Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-24T05:53:45.395Z] > git --version # timeout=10 [2021-05-24T05:53:45.409Z] > git --version # 'git version 2.17.1' [2021-05-24T05:53:45.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T05:53:47.555Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T05:53:48.340Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-24T05:53:48.358Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T05:53:49.914Z] Running on prd-centos7-docker-4c-2g-15758 in /w/workspace/xfoundry_go-mod-bootstrap_PR-243 [Pipeline] { [Pipeline] ws [2021-05-24T05:53:50.010Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2021-05-24T05:53:50.234Z] Selected Git installation does not exist. Using Default [2021-05-24T05:53:50.234Z] The recommended git tool is: NONE [2021-05-24T05:53:52.432Z] Merging remotes/origin/master commit 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e into PR head commit d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 [2021-05-24T05:53:49.910Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-24T05:53:49.943Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-24T05:53:49.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T05:53:49.960Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/243/head:refs/remotes/origin/PR-243 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-24T05:53:52.462Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T05:53:52.478Z] > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 [2021-05-24T05:53:52.629Z] Merge succeeded, producing d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 [2021-05-24T05:53:52.630Z] Checking out Revision d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 (PR-243) [2021-05-24T05:53:52.558Z] > git remote # timeout=10 [2021-05-24T05:53:52.574Z] > git config --get remote.origin.url # timeout=10 [2021-05-24T05:53:52.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T05:53:52.595Z] > git merge 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e # timeout=10 [2021-05-24T05:53:52.615Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-24T05:53:52.637Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T05:53:52.646Z] > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 [2021-05-24T05:54:05.036Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-24T05:54:05.096Z] > git --version # timeout=10 [2021-05-24T05:54:05.107Z] > git --version # 'git version 2.17.1' [2021-05-24T05:54:05.119Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-24T05:54:05.200Z] using credential edgex-jenkins-ssh [2021-05-24T05:54:05.292Z] Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [2021-05-24T05:54:05.313Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-24T05:54:05.378Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2021-05-24T05:54:05.410Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-24T05:54:05.410Z] > git --version # timeout=10 [2021-05-24T05:54:05.417Z] > git --version # 'git version 2.24.4' [2021-05-24T05:54:05.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T05:54:05.498Z] [INFO] Currently running in a labeled security context [2021-05-24T05:54:05.498Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-24T05:54:05.498Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/1@tmp/jenkins-gitclient-ssh2239847158797183539.key [2021-05-24T05:54:05.518Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-24T05:54:06.296Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-24T05:54:06.301Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-24T05:54:08.268Z] Merging remotes/origin/master commit 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e into PR head commit d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 [2021-05-24T05:54:07.676Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-24T05:54:07.695Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-24T05:54:07.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T05:54:07.700Z] [INFO] Currently running in a labeled security context [2021-05-24T05:54:07.701Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-24T05:54:07.701Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/1@tmp/jenkins-gitclient-ssh6950774922307452650.key [2021-05-24T05:54:07.706Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/243/head:refs/remotes/origin/PR-243 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-24T05:54:08.277Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T05:54:08.283Z] > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 [2021-05-24T05:54:08.310Z] > git remote # timeout=10 [2021-05-24T05:54:08.314Z] > git config --get remote.origin.url # timeout=10 [2021-05-24T05:54:08.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-24T05:54:08.321Z] [INFO] Currently running in a labeled security context [2021-05-24T05:54:08.321Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-24T05:54:08.322Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/1@tmp/jenkins-gitclient-ssh4948918452185662942.key [2021-05-24T05:54:08.327Z] > git merge 8514a5ecfe8f73ce3ba0ada0cb1aaf7ea85f900e # timeout=10 [2021-05-24T05:54:10.302Z] Merge succeeded, producing d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 [2021-05-24T05:54:10.303Z] Checking out Revision d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 (PR-243) [2021-05-24T05:54:10.759Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-24T05:54:10.295Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-24T05:54:10.306Z] > git config core.sparsecheckout # timeout=10 [2021-05-24T05:54:10.317Z] > git checkout -f d524c090c1bcf4183bb4eaa2f250bdc780c0a4e0 # timeout=10 [2021-05-24T05:54:13.197Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-24T05:54:15.680Z] + true [2021-05-24T05:54:15.680Z] + sudo service docker restart [2021-05-24T05:54:15.968Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-24T05:54:15.996Z] > git --version # timeout=10 [2021-05-24T05:54:16.000Z] > git --version # 'git version 2.24.4' [2021-05-24T05:54:16.014Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-24T05:54:25.563Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-24T05:54:25.990Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-24T05:54:28.396Z] + true [2021-05-24T05:54:28.396Z] + sudo service docker restart [2021-05-24T05:54:28.396Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-24T05:54:34.869Z] ========================================================= [2021-05-24T05:54:34.869Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-24T05:54:34.869Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:54:35.281Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-24T05:54:37.366Z] Sending build context to Docker daemon 966.7kB [2021-05-24T05:54:37.366Z] Step 1/8 : ARG BASE=golang:1.16-alpine [2021-05-24T05:54:37.366Z] Step 2/8 : FROM ${BASE} [2021-05-24T05:54:37.366Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-24T05:54:37.366Z] 595b0fe564bb: Pulling fs layer [2021-05-24T05:54:37.366Z] 7186ed65a4f7: Pulling fs layer [2021-05-24T05:54:37.366Z] 316046926c0a: Pulling fs layer [2021-05-24T05:54:37.366Z] 4ebd0625c992: Pulling fs layer [2021-05-24T05:54:37.366Z] 207e8628e3a3: Pulling fs layer [2021-05-24T05:54:37.366Z] c791037a9be2: Pulling fs layer [2021-05-24T05:54:37.366Z] ffd874e62e21: Pulling fs layer [2021-05-24T05:54:37.366Z] 4ebd0625c992: Waiting [2021-05-24T05:54:37.366Z] 207e8628e3a3: Waiting [2021-05-24T05:54:37.366Z] ffd874e62e21: Waiting [2021-05-24T05:54:37.366Z] c791037a9be2: Waiting [2021-05-24T05:54:37.366Z] 316046926c0a: Verifying Checksum [2021-05-24T05:54:37.366Z] 316046926c0a: Download complete [2021-05-24T05:54:37.366Z] 7186ed65a4f7: Verifying Checksum [2021-05-24T05:54:37.366Z] 7186ed65a4f7: Download complete [2021-05-24T05:54:37.366Z] 207e8628e3a3: Verifying Checksum [2021-05-24T05:54:37.366Z] 207e8628e3a3: Download complete [2021-05-24T05:54:37.366Z] c791037a9be2: Download complete [2021-05-24T05:54:37.366Z] 595b0fe564bb: Verifying Checksum [2021-05-24T05:54:37.366Z] 595b0fe564bb: Download complete [2021-05-24T05:54:37.366Z] 595b0fe564bb: Pull complete [2021-05-24T05:54:37.977Z] 7186ed65a4f7: Pull complete [2021-05-24T05:54:40.357Z] 316046926c0a: Pull complete [2021-05-24T05:54:40.357Z] ffd874e62e21: Download complete [2021-05-24T05:54:40.963Z] 4ebd0625c992: Verifying Checksum [2021-05-24T05:54:40.963Z] 4ebd0625c992: Download complete [Pipeline] unstash [Pipeline] echo [2021-05-24T05:54:48.014Z] ========================================================= [2021-05-24T05:54:48.014Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-24T05:54:48.014Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:54:48.355Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-24T05:54:51.081Z] Sending build context to Docker daemon 967.7kB [2021-05-24T05:54:51.081Z] Step 1/8 : ARG BASE=golang:1.16-alpine [2021-05-24T05:54:51.081Z] Step 2/8 : FROM ${BASE} [2021-05-24T05:54:51.081Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-24T05:54:51.081Z] 540db60ca938: Pulling fs layer [2021-05-24T05:54:51.081Z] adcc1eea9eea: Pulling fs layer [2021-05-24T05:54:51.081Z] 4c4ab2625f07: Pulling fs layer [2021-05-24T05:54:51.081Z] 0510c868ecb4: Pulling fs layer [2021-05-24T05:54:51.081Z] afea3b2eda06: Pulling fs layer [2021-05-24T05:54:51.081Z] 7809a108b3ef: Pulling fs layer [2021-05-24T05:54:51.081Z] f706445af74f: Pulling fs layer [2021-05-24T05:54:51.081Z] afea3b2eda06: Waiting [2021-05-24T05:54:51.081Z] 7809a108b3ef: Waiting [2021-05-24T05:54:51.081Z] f706445af74f: Waiting [2021-05-24T05:54:51.081Z] 0510c868ecb4: Waiting [2021-05-24T05:54:51.081Z] 4c4ab2625f07: Verifying Checksum [2021-05-24T05:54:51.081Z] 4c4ab2625f07: Download complete [2021-05-24T05:54:51.081Z] adcc1eea9eea: Verifying Checksum [2021-05-24T05:54:51.081Z] adcc1eea9eea: Download complete [2021-05-24T05:54:51.081Z] afea3b2eda06: Verifying Checksum [2021-05-24T05:54:51.081Z] afea3b2eda06: Download complete [2021-05-24T05:54:51.081Z] 7809a108b3ef: Verifying Checksum [2021-05-24T05:54:51.081Z] 7809a108b3ef: Download complete [2021-05-24T05:54:51.081Z] 540db60ca938: Verifying Checksum [2021-05-24T05:54:51.081Z] 540db60ca938: Download complete [2021-05-24T05:54:51.081Z] 540db60ca938: Pull complete [2021-05-24T05:54:51.081Z] adcc1eea9eea: Pull complete [2021-05-24T05:54:51.083Z] 4ebd0625c992: Pull complete [2021-05-24T05:54:51.083Z] 207e8628e3a3: Pull complete [2021-05-24T05:54:51.357Z] c791037a9be2: Pull complete [2021-05-24T05:54:51.358Z] 4c4ab2625f07: Pull complete [2021-05-24T05:54:51.619Z] f706445af74f: Verifying Checksum [2021-05-24T05:54:51.619Z] f706445af74f: Download complete [2021-05-24T05:54:51.880Z] 0510c868ecb4: Verifying Checksum [2021-05-24T05:54:51.880Z] 0510c868ecb4: Download complete [2021-05-24T05:54:56.007Z] ffd874e62e21: Pull complete [2021-05-24T05:54:56.007Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-24T05:54:56.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-24T05:54:56.007Z] ---> cfc18b08335c [2021-05-24T05:54:56.007Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-24T05:54:56.617Z] ---> Running in ecd613337191 [2021-05-24T05:54:57.228Z] Removing intermediate container ecd613337191 [2021-05-24T05:54:57.228Z] ---> 3b12bbc531e9 [2021-05-24T05:54:57.228Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-24T05:54:57.228Z] ---> Running in eb6d05bf384f [2021-05-24T05:54:59.216Z] 0510c868ecb4: Pull complete [2021-05-24T05:54:59.216Z] afea3b2eda06: Pull complete [2021-05-24T05:54:59.216Z] 7809a108b3ef: Pull complete [2021-05-24T05:55:01.508Z] f706445af74f: Pull complete [2021-05-24T05:55:01.508Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-24T05:55:01.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-24T05:55:01.508Z] ---> b068be0155e3 [2021-05-24T05:55:01.508Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-24T05:55:01.530Z] Removing intermediate container eb6d05bf384f [2021-05-24T05:55:01.531Z] ---> 9b55308de4af [2021-05-24T05:55:01.531Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-05-24T05:55:01.531Z] ---> Running in 19cc9c34b662 [2021-05-24T05:55:01.531Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-24T05:55:02.131Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-24T05:55:04.585Z] OK: 138 MiB in 40 packages [2021-05-24T05:55:04.585Z] Removing intermediate container 19cc9c34b662 [2021-05-24T05:55:04.585Z] ---> cbd23cf03437 [2021-05-24T05:55:04.585Z] Step 6/8 : WORKDIR /build [2021-05-24T05:55:04.585Z] ---> Running in e2df4c3821ab [2021-05-24T05:55:04.585Z] Removing intermediate container e2df4c3821ab [2021-05-24T05:55:04.585Z] ---> a517927c3a3e [2021-05-24T05:55:04.585Z] Step 7/8 : COPY go.mod . [2021-05-24T05:55:05.183Z] ---> b69b228744c4 [2021-05-24T05:55:05.183Z] Step 8/8 : RUN go mod download [2021-05-24T05:55:05.459Z] ---> Running in fcea974dbf75 [2021-05-24T05:55:31.235Z] Removing intermediate container fcea974dbf75 [2021-05-24T05:55:31.235Z] ---> d3f9ad4faa62 [2021-05-24T05:55:31.235Z] Successfully built d3f9ad4faa62 [2021-05-24T05:55:31.235Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:55:31.620Z] + docker inspect -f . ci-base-image-arm64 [2021-05-24T05:55:31.620Z] . [Pipeline] withDockerContainer [2021-05-24T05:55:31.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-15756 does not seem to be running inside a container [2021-05-24T05:55:31.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-arm64 cat [2021-05-24T05:55:33.647Z] $ docker top c2f2e258b7e747e3a54e33378d4519f1bb952232d8590b438a00fa66f1f41ccb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T05:55:36.621Z] + go version [2021-05-24T05:55:36.622Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-24T05:55:36.666Z] $ docker stop --time=1 c2f2e258b7e747e3a54e33378d4519f1bb952232d8590b438a00fa66f1f41ccb [2021-05-24T05:55:40.202Z] $ docker rm -f c2f2e258b7e747e3a54e33378d4519f1bb952232d8590b438a00fa66f1f41ccb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:55:41.286Z] + docker inspect -f . ci-base-image-arm64 [2021-05-24T05:55:41.286Z] . [Pipeline] withDockerContainer [2021-05-24T05:55:41.562Z] prd-ubuntu18.04-docker-arm64-4c-16g-15756 does not seem to be running inside a container [2021-05-24T05:55:41.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-arm64 cat [2021-05-24T05:55:44.189Z] ---> Running in 63e5ccd576ce [2021-05-24T05:55:44.189Z] Removing intermediate container 63e5ccd576ce [2021-05-24T05:55:44.189Z] ---> 8a01c02ea1b4 [2021-05-24T05:55:44.189Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-24T05:55:44.189Z] ---> Running in dda8cd61f724 [2021-05-24T05:55:44.189Z] Removing intermediate container dda8cd61f724 [2021-05-24T05:55:44.189Z] ---> e6fc9d5e18f9 [2021-05-24T05:55:44.189Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-05-24T05:55:44.189Z] ---> Running in 8746016fb3a2 [2021-05-24T05:55:44.203Z] $ docker top 69ee91e9cf702c0b513f4b314aae79608b4e9b0f9180e5397ee850585f51dc5e -eo pid,comm [2021-05-24T05:55:44.513Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-05-24T05:55:46.855Z] + go mod tidy [2021-05-24T05:55:46.866Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-24T05:55:46.866Z] OK: 149 MiB in 40 packages [Pipeline] sh [2021-05-24T05:55:47.127Z] Removing intermediate container 8746016fb3a2 [2021-05-24T05:55:47.127Z] ---> 76962cda89ad [2021-05-24T05:55:47.127Z] Step 6/8 : WORKDIR /build [2021-05-24T05:55:49.597Z] ---> Running in d0896948f2bd [2021-05-24T05:55:49.597Z] Removing intermediate container d0896948f2bd [2021-05-24T05:55:49.597Z] ---> cfa2345e1d6a [2021-05-24T05:55:49.597Z] Step 7/8 : COPY go.mod . [2021-05-24T05:55:49.597Z] ---> 9f0acc664ce3 [2021-05-24T05:55:49.597Z] Step 8/8 : RUN go mod download [2021-05-24T05:55:49.597Z] ---> Running in 3f78a00f418d [2021-05-24T05:55:49.620Z] + make test [2021-05-24T05:55:49.620Z] go mod tidy [2021-05-24T05:55:49.620Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-24T05:56:24.204Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-05-24T05:56:25.208Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.044s coverage: 5.4% of statements [2021-05-24T05:56:25.209Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-05-24T05:56:25.814Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.051s coverage: 92.2% of statements [2021-05-24T05:56:25.814Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.029s coverage: 85.3% of statements [2021-05-24T05:56:27.815Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-05-24T05:56:27.815Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-05-24T05:56:27.815Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-05-24T05:56:28.808Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.040s coverage: 100.0% of statements [2021-05-24T05:56:28.808Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.038s coverage: 26.7% of statements [2021-05-24T05:56:35.835Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.060s coverage: 90.7% of statements [2021-05-24T05:56:35.836Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-05-24T05:56:35.836Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-05-24T05:56:35.836Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.017s coverage: 91.3% of statements [2021-05-24T05:56:35.836Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-05-24T05:56:35.836Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-24T05:56:38.792Z] Removing intermediate container 3f78a00f418d [2021-05-24T05:56:38.792Z] ---> 3470598102bf [2021-05-24T05:56:38.792Z] Successfully built 3470598102bf [2021-05-24T05:56:38.792Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:56:39.154Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-24T05:56:39.154Z] . [Pipeline] withDockerContainer [2021-05-24T05:56:39.316Z] prd-centos7-docker-4c-2g-15758 does not seem to be running inside a container [2021-05-24T05:56:39.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-x86_64 cat [2021-05-24T05:56:40.463Z] $ docker top d92ec41400efdedcb0b52eb8e9a4011e65d6a02ade81e628204125741471093a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T05:56:40.922Z] + go version [2021-05-24T05:56:40.922Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-24T05:56:40.952Z] $ docker stop --time=1 d92ec41400efdedcb0b52eb8e9a4011e65d6a02ade81e628204125741471093a [2021-05-24T05:56:43.833Z] $ docker rm -f d92ec41400efdedcb0b52eb8e9a4011e65d6a02ade81e628204125741471093a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-24T05:56:44.739Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-24T05:56:44.739Z] . [Pipeline] withDockerContainer [2021-05-24T05:56:44.836Z] prd-centos7-docker-4c-2g-15758 does not seem to be running inside a container [2021-05-24T05:56:44.882Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-x86_64 cat [2021-05-24T05:56:45.707Z] $ docker top 434768c0fe6bd419809c9a7e3a8e27102995d0bb55e0c3368b9ae407c72012f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T05:56:46.147Z] + go mod tidy [Pipeline] sh [2021-05-24T05:56:46.774Z] + make test [2021-05-24T05:56:46.774Z] go mod tidy [2021-05-24T05:56:46.774Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-24T05:56:57.962Z] gofmt -l . [2021-05-24T05:56:57.963Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-24T05:56:57.996Z] $ docker stop --time=1 69ee91e9cf702c0b513f4b314aae79608b4e9b0f9180e5397ee850585f51dc5e [2021-05-24T05:56:59.952Z] $ docker rm -f 69ee91e9cf702c0b513f4b314aae79608b4e9b0f9180e5397ee850585f51dc5e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-24T05:57:00.794Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-24T05:57:01.339Z] 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 [2021-05-24T05:57:02.059Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-05-24T05:57:02.059Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.007s coverage: 5.4% of statements [2021-05-24T05:57:02.059Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-05-24T05:57:02.059Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.008s coverage: 92.2% of statements [2021-05-24T05:57:02.059Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.006s coverage: 85.3% of statements [2021-05-24T05:57:02.059Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-05-24T05:57:02.059Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] Post stage [Pipeline] libraryResource [2021-05-24T05:57:04.243Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-05-24T05:57:04.243Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.005s coverage: 100.0% of statements [2021-05-24T05:57:04.243Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.006s coverage: 26.7% of statements [Pipeline] sh [2021-05-24T05:57:04.661Z] ---> job-cost.sh [2021-05-24T05:57:04.661Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6EdL [2021-05-24T05:57:06.796Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.012s coverage: 90.7% of statements [2021-05-24T05:57:06.797Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-05-24T05:57:06.797Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-05-24T05:57:06.797Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.004s coverage: 91.3% of statements [2021-05-24T05:57:06.797Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-05-24T05:57:06.797Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-24T05:57:14.143Z] gofmt -l . [2021-05-24T05:57:14.143Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-24T05:57:14.175Z] $ docker stop --time=1 434768c0fe6bd419809c9a7e3a8e27102995d0bb55e0c3368b9ae407c72012f6 [2021-05-24T05:57:20.251Z] $ docker rm -f 434768c0fe6bd419809c9a7e3a8e27102995d0bb55e0c3368b9ae407c72012f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-24T05:57:20.767Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-24T05:57:20.803Z] Warning: overwriting stash ‘coverage-report’ [2021-05-24T05:57:20.980Z] 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-05-24T05:57:22.156Z] ---> job-cost.sh [2021-05-24T05:57:22.156Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3b7a [2021-05-24T05:57:40.636Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-24T05:57:41.272Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-24T05:58:07.095Z] lf-activate-venv(): INFO: Adding /tmp/venv-3b7a/bin to PATH [2021-05-24T05:58:07.095Z] INFO: No Stack... [2021-05-24T05:58:07.095Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-24T05:58:08.044Z] INFO: Archiving Costs [Pipeline] sh [2021-05-24T05:58:09.161Z] + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [2021-05-24T05:58:09.161Z] + cut -d, -f6 [Pipeline] lock [2021-05-24T05:58:11.357Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-243-1-stack-cost] [2021-05-24T05:58:11.365Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-243-1-stack-cost] did not exist. Created. [2021-05-24T05:58:11.366Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-243-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-24T05:58:11.784Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-05-24T05:58:11.903Z] Stashed 1 file(s) [Pipeline] } [2021-05-24T05:58:11.927Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-243-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-24T05:59:08.647Z] lf-activate-venv(): INFO: Adding /tmp/venv-6EdL/bin to PATH [2021-05-24T05:59:08.647Z] INFO: No Stack... [2021-05-24T05:59:08.647Z] INFO: Retrieving Pricing Info for: v2-standard-4 Error when executing always post condition: hudson.AbortException: script returned exit code 7 at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-24T06:01:26.421Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:01:31.546Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:01:32.158Z] ---> package-listing.sh [2021-05-24T06:01:32.158Z] ++ facter osfamily [2021-05-24T06:01:32.158Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-24T06:01:34.455Z] + OS_FAMILY=redhat [2021-05-24T06:01:34.455Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-243 [2021-05-24T06:01:34.455Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-24T06:01:34.455Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-24T06:01:34.455Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-24T06:01:34.455Z] + PACKAGES=/tmp/packages_start.txt [2021-05-24T06:01:34.455Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-243 ']' [2021-05-24T06:01:34.455Z] + PACKAGES=/tmp/packages_end.txt [2021-05-24T06:01:34.455Z] + case "${OS_FAMILY}" in [2021-05-24T06:01:34.455Z] + rpm -qa [2021-05-24T06:01:34.455Z] + sort [2021-05-24T06:01:34.455Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-24T06:01:34.455Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-24T06:01:34.455Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-24T06:01:34.455Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-243 ']' [2021-05-24T06:01:34.455Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-243/archives/ [2021-05-24T06:01:34.455Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-243/archives/ [Pipeline] echo [2021-05-24T06:01:34.583Z] 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/xfoundry_go-mod-bootstrap_PR-243/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-24T06:01:34.955Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:01:35.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-24T06:01:35.554Z] [2021-05-24T06:01:35.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-24T06:01:35.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-24T06:01:35.949Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-24T06:01:35.949Z] df20fa9351a1: Pulling fs layer [2021-05-24T06:01:35.949Z] 36b3adc4ff6f: Pulling fs layer [2021-05-24T06:01:35.949Z] 8ad3a11d3b57: Pulling fs layer [2021-05-24T06:01:35.949Z] 46f8f816bc3b: Pulling fs layer [2021-05-24T06:01:35.949Z] 93b61091891f: Pulling fs layer [2021-05-24T06:01:35.949Z] 93b9cdb0e59b: Pulling fs layer [2021-05-24T06:01:35.949Z] 5e14af77c1be: Pulling fs layer [2021-05-24T06:01:35.949Z] 01666e4c0597: Pulling fs layer [2021-05-24T06:01:35.949Z] aa168da1d23b: Pulling fs layer [2021-05-24T06:01:35.949Z] 46f8f816bc3b: Waiting [2021-05-24T06:01:35.949Z] 93b61091891f: Waiting [2021-05-24T06:01:35.949Z] 93b9cdb0e59b: Waiting [2021-05-24T06:01:35.949Z] 5e14af77c1be: Waiting [2021-05-24T06:01:35.949Z] 01666e4c0597: Waiting [2021-05-24T06:01:35.949Z] aa168da1d23b: Waiting [2021-05-24T06:01:35.949Z] 36b3adc4ff6f: Verifying Checksum [2021-05-24T06:01:35.949Z] 36b3adc4ff6f: Download complete [2021-05-24T06:01:35.949Z] 46f8f816bc3b: Verifying Checksum [2021-05-24T06:01:35.949Z] 46f8f816bc3b: Download complete [2021-05-24T06:01:36.217Z] df20fa9351a1: Verifying Checksum [2021-05-24T06:01:36.217Z] df20fa9351a1: Download complete [2021-05-24T06:01:36.217Z] 93b9cdb0e59b: Verifying Checksum [2021-05-24T06:01:36.217Z] 93b9cdb0e59b: Download complete [2021-05-24T06:01:36.217Z] 93b61091891f: Verifying Checksum [2021-05-24T06:01:36.217Z] 93b61091891f: Download complete [2021-05-24T06:01:36.217Z] 5e14af77c1be: Verifying Checksum [2021-05-24T06:01:36.217Z] 5e14af77c1be: Download complete [2021-05-24T06:01:36.217Z] 01666e4c0597: Verifying Checksum [2021-05-24T06:01:36.217Z] 01666e4c0597: Download complete [2021-05-24T06:01:36.217Z] 8ad3a11d3b57: Verifying Checksum [2021-05-24T06:01:36.217Z] 8ad3a11d3b57: Download complete [2021-05-24T06:01:36.217Z] df20fa9351a1: Pull complete [2021-05-24T06:01:36.480Z] 36b3adc4ff6f: Pull complete [2021-05-24T06:01:37.085Z] 8ad3a11d3b57: Pull complete [2021-05-24T06:01:37.085Z] 46f8f816bc3b: Pull complete [2021-05-24T06:01:37.349Z] 93b61091891f: Pull complete [2021-05-24T06:01:37.620Z] 93b9cdb0e59b: Pull complete [2021-05-24T06:01:37.620Z] 5e14af77c1be: Pull complete [2021-05-24T06:01:37.887Z] 01666e4c0597: Pull complete [2021-05-24T06:01:40.438Z] aa168da1d23b: Verifying Checksum [2021-05-24T06:01:40.438Z] aa168da1d23b: Download complete [2021-05-24T06:01:43.045Z] aa168da1d23b: Pull complete [2021-05-24T06:01:43.045Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-24T06:01:43.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-24T06:01:43.045Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-24T06:01:43.142Z] prd-centos7-docker-4c-2g-15742 does not seem to be running inside a container [2021-05-24T06:01:43.208Z] $ 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/xfoundry_go-mod-bootstrap_PR-243/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-243 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-243:/w/workspace/xfoundry_go-mod-bootstrap_PR-243:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-243@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-24T06:01:47.985Z] $ docker top eec147bb50eeaf7b8f6f2d010dbde9fdaa153f33f52a0305692a3c26d61aa51f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-24T06:01:48.463Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-24T06:01:48.787Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-24T06:01:49.106Z] + ls /var/log/sa-host [2021-05-24T06:01:49.106Z] + sadf -c /var/log/sa-host/sa05 [2021-05-24T06:01:49.106Z] file_magic: OK [2021-05-24T06:01:49.106Z] HZ: Using current value: 100 [2021-05-24T06:01:49.106Z] file_header: OK [2021-05-24T06:01:49.106Z] 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-05-24T06:01:49.106Z] Statistics: [2021-05-24T06:01:49.106Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-24T06:01:49.106Z] File successfully converted to sysstat format version 12.2.1 [2021-05-24T06:01:49.106Z] + sadf -c /var/log/sa-host/sa24 [2021-05-24T06:01:49.106Z] file_magic: OK [2021-05-24T06:01:49.106Z] HZ: Using current value: 100 [2021-05-24T06:01:49.106Z] file_header: OK [2021-05-24T06:01:49.106Z] 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-05-24T06:01:49.106Z] Statistics: [2021-05-24T06:01:49.106Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-24T06:01:49.106Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-24T06:01:49.391Z] provisioning config files... [2021-05-24T06:01:49.409Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-243@tmp/config7382805067768627770tmp [Pipeline] { [Pipeline] echo [2021-05-24T06:01:49.518Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:01:49.857Z] ---> create-netrc.sh [Pipeline] } [2021-05-24T06:01:52.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-24T06:01:52.334Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:01:52.818Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-24T06:01:52.868Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:01:55.105Z] ---> sudo-logs.sh [2021-05-24T06:01:55.105Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-24T06:01:55.248Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:01:55.594Z] ---> job-cost.sh [2021-05-24T06:01:55.594Z] lf-activate-venv: SKIPPING [2021-05-24T06:01:55.594Z] DEBUG: total: 0.05999999865889549 [2021-05-24T06:01:55.594Z] INFO: Retrieving Stack Cost... [2021-05-24T06:01:56.543Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-24T06:01:57.119Z] INFO: Archiving Costs [Pipeline] echo [2021-05-24T06:01:59.211Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-24T06:01:59.711Z] ---> logs-deploy.sh [2021-05-24T06:01:59.711Z] lf-activate-venv: SKIPPING [2021-05-24T06:01:59.711Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-243/1 [2021-05-24T06:01:59.711Z] INFO: archiving workspace using pattern(s):