Pull request #42 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fa2fc1296830d69d85864f685d61264b9118533e+a114c3c07fc215ea9a9fe04f5a17874b1416d58e (6c8cdfefbecd3f4617fea5256e8f0ccdaaa04310) 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-ssh751789577375028278.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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-ssh2426633773458490650.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 6a41506d72e8e131afc862d141935157bee59f41 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-configuration/branches/PR-42/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-configuration/branches/PR-42/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8026890755594579568.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-configuration/branches/PR-42/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh474783145637296430.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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-ssh8869975847607020744.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 958cd7e315bbc9ba310183e4d590ee91b14940ee 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-configuration/branches/PR-42/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-configuration/branches/PR-42/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2770863049509409702.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 958cd7e315bbc9ba310183e4d590ee91b14940ee (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 958cd7e315bbc9ba310183e4d590ee91b14940ee # timeout=10 Commit message: "Fix: job-cost.sh no longer causes build failures" > 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 6a41506d72e8e131afc862d141935157bee59f41 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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-docker-4c-2g-915’ is offline Running on prd-centos7-docker-4c-2g-515 in /w/workspace/undry_go-mod-configuration_PR-42 [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-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-42 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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/undry_go-mod-configuration_PR-42@tmp/jenkins-gitclient-ssh7775283876310666231.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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/undry_go-mod-configuration_PR-42@tmp/jenkins-gitclient-ssh5881667836500566018.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit fa2fc1296830d69d85864f685d61264b9118533e Merge succeeded, producing fa2fc1296830d69d85864f685d61264b9118533e Checking out Revision fa2fc1296830d69d85864f685d61264b9118533e (PR-42) > git config core.sparsecheckout # timeout=10 > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # 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/undry_go-mod-configuration_PR-42@tmp/jenkins-gitclient-ssh1045198289996241102.key > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-28T12:04:54.637Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-28T12:04:54.838Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-28T12:04:54.959Z] ========================================================= [2021-06-28T12:04:54.959Z] EdgeX Global Pipelines Version Info [2021-06-28T12:04:54.959Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:04:56.499Z] ------------------- [2021-06-28T12:04:56.499Z] stable info: [2021-06-28T12:04:56.499Z] ------------------- [2021-06-28T12:04:56.499Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-28T12:04:56.499Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-28T12:04:56.499Z] Message: update stable to v1.0.195 [2021-06-28T12:04:57.072Z] ------------------- [2021-06-28T12:04:57.072Z] experimental info: [2021-06-28T12:04:57.072Z] ------------------- [2021-06-28T12:04:57.072Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-28T12:04:57.072Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-28T12:04:57.072Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-28T12:04:57.320Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-06-28T12:04:57.377Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-06-28T12:04:57.433Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-28T12:04:57.493Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-28T12:04:57.555Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-28T12:04:57.616Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-28T12:04:57.679Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-28T12:04:57.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-28T12:04:57.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-28T12:04:57.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-28T12:04:57.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-28T12:04:57.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo [2021-06-28T12:04:58.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-28T12:04:58.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-28T12:04:58.163Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-06-28T12:04:58.221Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-06-28T12:04:58.280Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-28T12:04:58.348Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-28T12:04:58.401Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-28T12:04:58.453Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-28T12:04:58.507Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-28T12:04:58.563Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-28T12:04:58.622Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-28T12:04:58.705Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-28T12:04:58.788Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-06-28T12:04:58.848Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-28T12:04:58.906Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-42 [Pipeline] echo [2021-06-28T12:04:58.968Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-42 [Pipeline] echo [2021-06-28T12:04:59.027Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-42 [Pipeline] echo [2021-06-28T12:04:59.089Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa2fc1296830d69d85864f685d61264b9118533e [Pipeline] echo [2021-06-28T12:04:59.152Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa2fc12 [Pipeline] echo [2021-06-28T12:04:59.218Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-28T12:04:59.914Z] + git log --format=format:%s -1 fa2fc1296830d69d85864f685d61264b9118533e [Pipeline] echo [2021-06-28T12:04:59.975Z] GIT_COMMIT: fa2fc1296830d69d85864f685d61264b9118533e, Commit Message: build(deps): Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.0 [Pipeline] echo [2021-06-28T12:05:00.012Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:05:01.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-28T12:05:01.136Z] [2021-06-28T12:05:01.136Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:05:01.500Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-28T12:05:01.500Z] latest: Pulling from edgex-devops/git-semver [2021-06-28T12:05:01.500Z] 31603596830f: Pulling fs layer [2021-06-28T12:05:01.500Z] 54011a49482f: Pulling fs layer [2021-06-28T12:05:01.500Z] a6820b24f6d8: Pulling fs layer [2021-06-28T12:05:01.500Z] f581987b2513: Pulling fs layer [2021-06-28T12:05:01.500Z] f581987b2513: Waiting [2021-06-28T12:05:01.500Z] 54011a49482f: Verifying Checksum [2021-06-28T12:05:01.500Z] 54011a49482f: Download complete [2021-06-28T12:05:01.765Z] 31603596830f: Verifying Checksum [2021-06-28T12:05:01.765Z] 31603596830f: Download complete [2021-06-28T12:05:01.765Z] f581987b2513: Verifying Checksum [2021-06-28T12:05:01.765Z] f581987b2513: Download complete [2021-06-28T12:05:02.031Z] a6820b24f6d8: Verifying Checksum [2021-06-28T12:05:02.031Z] a6820b24f6d8: Download complete [2021-06-28T12:05:02.031Z] 31603596830f: Pull complete [2021-06-28T12:05:02.031Z] 54011a49482f: Pull complete [2021-06-28T12:05:02.616Z] a6820b24f6d8: Pull complete [2021-06-28T12:05:02.878Z] f581987b2513: Pull complete [2021-06-28T12:05:02.878Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-28T12:05:02.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-28T12:05:02.878Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-28T12:05:03.009Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2021-06-28T12:05:03.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-42 -v /w/workspace/undry_go-mod-configuration_PR-42:/w/workspace/undry_go-mod-configuration_PR-42:rw,z -v /w/workspace/undry_go-mod-configuration_PR-42@tmp:/w/workspace/undry_go-mod-configuration_PR-42@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-28T12:05:04.071Z] $ docker top e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-28T12:05:04.304Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-28T12:05:04.305Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-28T12:05:04.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-28T12:05:04.415Z] $ docker exec e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 ssh-agent [2021-06-28T12:05:04.530Z] SSH_AUTH_SOCK=/tmp/ssh-jB5vSD29B5vj/agent.15 [2021-06-28T12:05:04.530Z] SSH_AGENT_PID=21 [2021-06-28T12:05:04.538Z] Running ssh-add (command line suppressed) [2021-06-28T12:05:04.640Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-42@tmp/private_key_9111176508935659294.key (/w/workspace/undry_go-mod-configuration_PR-42@tmp/private_key_9111176508935659294.key) [2021-06-28T12:05:04.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-28T12:05:05.024Z] + git tag --points-at HEAD [Pipeline] } [2021-06-28T12:05:05.043Z] $ docker exec --env ******** --env ******** e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 ssh-agent -k [2021-06-28T12:05:05.137Z] unset SSH_AUTH_SOCK; [2021-06-28T12:05:05.137Z] unset SSH_AGENT_PID; [2021-06-28T12:05:05.137Z] echo Agent pid 21 killed; [2021-06-28T12:05:05.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-28T12:05:05.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-28T12:05:05.266Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-28T12:05:05.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-28T12:05:05.377Z] $ docker exec e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 ssh-agent [2021-06-28T12:05:05.484Z] SSH_AUTH_SOCK=/tmp/ssh-YSeyTEBrNLhx/agent.55 [2021-06-28T12:05:05.484Z] SSH_AGENT_PID=62 [2021-06-28T12:05:05.492Z] Running ssh-add (command line suppressed) [2021-06-28T12:05:05.583Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-42@tmp/private_key_7646109037234251127.key (/w/workspace/undry_go-mod-configuration_PR-42@tmp/private_key_7646109037234251127.key) [2021-06-28T12:05:05.606Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-28T12:05:05.954Z] + git semver init [2021-06-28T12:05:05.954Z] # -> Open(): unable to determine branch for HEAD [2021-06-28T12:05:05.954Z] # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-42/.git [2021-06-28T12:05:05.954Z] # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-42 [2021-06-28T12:05:05.954Z] # $SEMVER_REMOTE_NAME = origin [2021-06-28T12:05:05.954Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-28T12:05:05.954Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-28T12:05:05.954Z] # $SEMVER_BRANCH = PR-42 [2021-06-28T12:05:05.954Z] # $SEMVER_TEMP = /tmp/semver-812792534 [2021-06-28T12:05:05.954Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-06-28T12:05:06.221Z] # '/tmp/semver-812792534' -> '/w/workspace/undry_go-mod-configuration_PR-42/.semver' [2021-06-28T12:05:06.221Z] # -> Force: false [2021-06-28T12:05:06.221Z] # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-42/.semver [Pipeline] } [2021-06-28T12:05:06.242Z] $ docker exec --env ******** --env ******** e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 ssh-agent -k [2021-06-28T12:05:06.336Z] unset SSH_AUTH_SOCK; [2021-06-28T12:05:06.337Z] unset SSH_AGENT_PID; [2021-06-28T12:05:06.337Z] echo Agent pid 62 killed; [2021-06-28T12:05:06.351Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-28T12:05:06.842Z] + git semver [Pipeline] } [2021-06-28T12:05:06.872Z] $ docker stop --time=1 e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 [2021-06-28T12:05:08.102Z] $ docker rm -f e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-28T12:05:08.535Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-28T12:05:08.880Z] Stashed 1 file(s) [Pipeline] echo [2021-06-28T12:05:08.907Z] [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-06-28T12:05:24.492Z] Still waiting to schedule task [2021-06-28T12:05:24.493Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-28T12:05:24.521Z] Still waiting to schedule task [2021-06-28T12:05:24.521Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1218’ is offline [2021-06-28T12:07:28.843Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-516 in /w/workspace/undry_go-mod-configuration_PR-42 [Pipeline] { [Pipeline] ws [2021-06-28T12:07:28.902Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2021-06-28T12:07:29.153Z] Selected Git installation does not exist. Using Default [2021-06-28T12:07:29.153Z] The recommended git tool is: NONE [2021-06-28T12:07:34.491Z] using credential edgex-jenkins-ssh [2021-06-28T12:07:34.514Z] Cloning the remote Git repository [2021-06-28T12:07:34.580Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-28T12:07:34.698Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2021-06-28T12:07:34.767Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-28T12:07:34.768Z] > git --version # timeout=10 [2021-06-28T12:07:34.794Z] > git --version # 'git version 2.17.1' [2021-06-28T12:07:34.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-28T12:07:34.989Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-28T12:07:36.400Z] Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit fa2fc1296830d69d85864f685d61264b9118533e [2021-06-28T12:07:35.841Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-06-28T12:07:35.863Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-28T12:07:35.901Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-06-28T12:07:35.938Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-28T12:07:35.939Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-28T12:07:35.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T12:07:36.425Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T12:07:36.441Z] > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 [2021-06-28T12:07:36.513Z] > git remote # timeout=10 [2021-06-28T12:07:36.531Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T12:07:36.620Z] Merge succeeded, producing fa2fc1296830d69d85864f685d61264b9118533e [2021-06-28T12:07:36.621Z] Checking out Revision fa2fc1296830d69d85864f685d61264b9118533e (PR-42) [2021-06-28T12:07:36.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-28T12:07:36.556Z] > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 [2021-06-28T12:07:36.606Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-28T12:07:36.633Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T12:07:36.644Z] > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 [2021-06-28T12:07:38.047Z] Running on prd-centos7-docker-4c-2g-518 in /w/workspace/undry_go-mod-configuration_PR-42 [Pipeline] { [Pipeline] ws [2021-06-28T12:07:38.107Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2021-06-28T12:07:38.280Z] Selected Git installation does not exist. Using Default [2021-06-28T12:07:38.280Z] The recommended git tool is: NONE [2021-06-28T12:07:40.725Z] using credential edgex-jenkins-ssh [2021-06-28T12:07:40.750Z] Cloning the remote Git repository [2021-06-28T12:07:40.965Z] Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.0" [2021-06-28T12:07:41.033Z] > git --version # timeout=10 [2021-06-28T12:07:41.052Z] > git --version # 'git version 2.17.1' [2021-06-28T12:07:41.067Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-06-28T12:07:40.766Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-28T12:07:40.843Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2021-06-28T12:07:40.887Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-28T12:07:40.887Z] > git --version # timeout=10 [2021-06-28T12:07:40.892Z] > git --version # 'git version 2.24.4' [2021-06-28T12:07:40.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-28T12:07:40.930Z] [INFO] Currently running in a labeled security context [2021-06-28T12:07:40.930Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-28T12:07:40.930Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh8337046934520940191.key [2021-06-28T12:07:40.941Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-28T12:07:41.452Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-06-28T12:07:41.460Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-28T12:07:41.469Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-06-28T12:07:41.480Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-28T12:07:41.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-28T12:07:41.481Z] [INFO] Currently running in a labeled security context [2021-06-28T12:07:41.481Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-28T12:07:41.481Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh2357404531412966396.key [2021-06-28T12:07:41.490Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-28T12:07:41.866Z] Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit fa2fc1296830d69d85864f685d61264b9118533e [2021-06-28T12:07:41.956Z] Merge succeeded, producing fa2fc1296830d69d85864f685d61264b9118533e [2021-06-28T12:07:41.957Z] Checking out Revision fa2fc1296830d69d85864f685d61264b9118533e (PR-42) [2021-06-28T12:07:41.880Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T12:07:41.888Z] > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 [2021-06-28T12:07:41.920Z] > git remote # timeout=10 [2021-06-28T12:07:41.927Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T12:07:41.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-28T12:07:41.933Z] [INFO] Currently running in a labeled security context [2021-06-28T12:07:41.933Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-28T12:07:41.933Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh616266390373410044.key [2021-06-28T12:07:41.944Z] > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 [2021-06-28T12:07:41.955Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-28T12:07:41.963Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T12:07:41.972Z] > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 [2021-06-28T12:07:42.843Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-28T12:07:43.267Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-28T12:07:43.640Z] + sudo service docker restart [2021-06-28T12:07:43.640Z] + true [2021-06-28T12:07:45.708Z] Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.0" [2021-06-28T12:07:45.733Z] > git --version # timeout=10 [2021-06-28T12:07:45.736Z] > git --version # 'git version 2.24.4' [2021-06-28T12:07:45.742Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-28T12:07:46.993Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-28T12:07:47.344Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-28T12:07:47.692Z] + true [2021-06-28T12:07:47.693Z] + sudo service docker restart [2021-06-28T12:07:47.693Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-06-28T12:08:02.501Z] ========================================================= [2021-06-28T12:08:02.501Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-28T12:08:02.501Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:08:02.927Z] + 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-06-28T12:08:03.526Z] Sending build context to Docker daemon 276.5kB [2021-06-28T12:08:03.802Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-06-28T12:08:03.802Z] Step 2/7 : FROM ${BASE} [2021-06-28T12:08:04.404Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-28T12:08:04.404Z] 595b0fe564bb: Pulling fs layer [2021-06-28T12:08:04.404Z] 3088b5b3c5c0: Pulling fs layer [2021-06-28T12:08:04.404Z] 5b7225fbf94c: Pulling fs layer [2021-06-28T12:08:04.404Z] ba82ee9f976e: Pulling fs layer [2021-06-28T12:08:04.404Z] 506bd15cee9f: Pulling fs layer [2021-06-28T12:08:04.404Z] 75a0a4a0db45: Pulling fs layer [2021-06-28T12:08:04.404Z] 618dc40b7e24: Pulling fs layer [2021-06-28T12:08:04.404Z] ba82ee9f976e: Waiting [2021-06-28T12:08:04.404Z] 506bd15cee9f: Waiting [2021-06-28T12:08:04.404Z] 618dc40b7e24: Waiting [2021-06-28T12:08:04.404Z] 75a0a4a0db45: Waiting [2021-06-28T12:08:04.404Z] 5b7225fbf94c: Verifying Checksum [2021-06-28T12:08:04.404Z] 5b7225fbf94c: Download complete [2021-06-28T12:08:04.404Z] 3088b5b3c5c0: Download complete [2021-06-28T12:08:04.404Z] 506bd15cee9f: Verifying Checksum [2021-06-28T12:08:04.404Z] 506bd15cee9f: Download complete [2021-06-28T12:08:04.404Z] 75a0a4a0db45: Download complete [2021-06-28T12:08:04.404Z] 595b0fe564bb: Verifying Checksum [2021-06-28T12:08:04.404Z] 595b0fe564bb: Download complete [2021-06-28T12:08:05.397Z] 595b0fe564bb: Pull complete [Pipeline] unstash [2021-06-28T12:08:06.000Z] 3088b5b3c5c0: Pull complete [Pipeline] echo [2021-06-28T12:08:06.012Z] ========================================================= [2021-06-28T12:08:06.012Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-28T12:08:06.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:08:06.277Z] 618dc40b7e24: Download complete [2021-06-28T12:08:06.277Z] 5b7225fbf94c: Pull complete [2021-06-28T12:08:06.397Z] + 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-06-28T12:08:06.657Z] Sending build context to Docker daemon 277.5kB [2021-06-28T12:08:06.657Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-06-28T12:08:06.657Z] Step 2/7 : FROM ${BASE} [2021-06-28T12:08:06.924Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-28T12:08:06.924Z] 540db60ca938: Pulling fs layer [2021-06-28T12:08:06.924Z] adcc1eea9eea: Pulling fs layer [2021-06-28T12:08:06.924Z] 4c4ab2625f07: Pulling fs layer [2021-06-28T12:08:06.924Z] 0510c868ecb4: Pulling fs layer [2021-06-28T12:08:06.924Z] afea3b2eda06: Pulling fs layer [2021-06-28T12:08:06.924Z] 7809a108b3ef: Pulling fs layer [2021-06-28T12:08:06.924Z] f706445af74f: Pulling fs layer [2021-06-28T12:08:06.924Z] afea3b2eda06: Waiting [2021-06-28T12:08:06.924Z] 7809a108b3ef: Waiting [2021-06-28T12:08:06.924Z] f706445af74f: Waiting [2021-06-28T12:08:06.924Z] 0510c868ecb4: Waiting [2021-06-28T12:08:06.924Z] 4c4ab2625f07: Verifying Checksum [2021-06-28T12:08:06.924Z] 4c4ab2625f07: Download complete [2021-06-28T12:08:06.924Z] adcc1eea9eea: Verifying Checksum [2021-06-28T12:08:06.924Z] adcc1eea9eea: Download complete [2021-06-28T12:08:06.924Z] afea3b2eda06: Verifying Checksum [2021-06-28T12:08:06.924Z] afea3b2eda06: Download complete [2021-06-28T12:08:06.924Z] 7809a108b3ef: Verifying Checksum [2021-06-28T12:08:06.924Z] 7809a108b3ef: Download complete [2021-06-28T12:08:06.924Z] 540db60ca938: Verifying Checksum [2021-06-28T12:08:06.924Z] 540db60ca938: Download complete [2021-06-28T12:08:07.190Z] 540db60ca938: Pull complete [2021-06-28T12:08:07.451Z] adcc1eea9eea: Pull complete [2021-06-28T12:08:07.451Z] 4c4ab2625f07: Pull complete [2021-06-28T12:08:08.899Z] ba82ee9f976e: Verifying Checksum [2021-06-28T12:08:08.899Z] ba82ee9f976e: Download complete [2021-06-28T12:08:09.364Z] f706445af74f: Verifying Checksum [2021-06-28T12:08:09.364Z] f706445af74f: Download complete [2021-06-28T12:08:09.629Z] 0510c868ecb4: Verifying Checksum [2021-06-28T12:08:09.629Z] 0510c868ecb4: Download complete [2021-06-28T12:08:12.964Z] 0510c868ecb4: Pull complete [2021-06-28T12:08:12.964Z] afea3b2eda06: Pull complete [2021-06-28T12:08:12.964Z] 7809a108b3ef: Pull complete [2021-06-28T12:08:14.384Z] f706445af74f: Pull complete [2021-06-28T12:08:14.384Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-28T12:08:14.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-28T12:08:14.384Z] ---> b068be0155e3 [2021-06-28T12:08:14.384Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-28T12:08:18.608Z] ---> Running in 5070adbe40f5 [2021-06-28T12:08:18.608Z] Removing intermediate container 5070adbe40f5 [2021-06-28T12:08:18.608Z] ---> b7511956b9a5 [2021-06-28T12:08:18.608Z] Step 4/7 : RUN apk add --update bash [2021-06-28T12:08:18.881Z] ---> Running in 2a9c8a9051d2 [2021-06-28T12:08:19.082Z] ba82ee9f976e: Pull complete [2021-06-28T12:08:19.142Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-28T12:08:19.356Z] 506bd15cee9f: Pull complete [2021-06-28T12:08:19.633Z] 75a0a4a0db45: Pull complete [2021-06-28T12:08:20.089Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-28T12:08:20.666Z] OK: 149 MiB in 40 packages [2021-06-28T12:08:20.934Z] Removing intermediate container 2a9c8a9051d2 [2021-06-28T12:08:20.934Z] ---> e785fb127530 [2021-06-28T12:08:20.934Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-06-28T12:08:20.934Z] ---> Running in 6acefeb38f3b [2021-06-28T12:08:20.934Z] Removing intermediate container 6acefeb38f3b [2021-06-28T12:08:20.934Z] ---> ba3121ea7dc2 [2021-06-28T12:08:20.934Z] Step 6/7 : COPY go.mod . [2021-06-28T12:08:21.196Z] ---> 29de9b9f2e4b [2021-06-28T12:08:21.196Z] Step 7/7 : RUN go mod download [2021-06-28T12:08:21.196Z] ---> Running in f15f99b2e2ba [2021-06-28T12:08:23.960Z] 618dc40b7e24: Pull complete [2021-06-28T12:08:23.960Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-28T12:08:23.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-28T12:08:23.960Z] ---> a36622ca3599 [2021-06-28T12:08:23.960Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-28T12:08:25.409Z] ---> Running in 0d5bbf746002 [2021-06-28T12:08:25.686Z] Removing intermediate container 0d5bbf746002 [2021-06-28T12:08:25.686Z] ---> 5761861883a0 [2021-06-28T12:08:25.686Z] Step 4/7 : RUN apk add --update bash [2021-06-28T12:08:25.964Z] ---> Running in 785a5148559c [2021-06-28T12:08:27.400Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-28T12:08:28.395Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-28T12:08:29.388Z] OK: 138 MiB in 40 packages [2021-06-28T12:08:30.376Z] Removing intermediate container 785a5148559c [2021-06-28T12:08:30.376Z] ---> eacbb5626206 [2021-06-28T12:08:30.376Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-06-28T12:08:30.376Z] ---> Running in f9a8d796f7ab [2021-06-28T12:08:30.974Z] Removing intermediate container f9a8d796f7ab [2021-06-28T12:08:30.974Z] ---> 7659851d63ac [2021-06-28T12:08:30.974Z] Step 6/7 : COPY go.mod . [2021-06-28T12:08:31.242Z] Removing intermediate container f15f99b2e2ba [2021-06-28T12:08:31.243Z] ---> 2555e160a052 [2021-06-28T12:08:31.243Z] Successfully built 2555e160a052 [2021-06-28T12:08:31.243Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:08:31.585Z] ---> e0c5f0a8e61a [2021-06-28T12:08:31.585Z] Step 7/7 : RUN go mod download [2021-06-28T12:08:31.606Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-28T12:08:31.606Z] . [Pipeline] withDockerContainer [2021-06-28T12:08:31.716Z] prd-centos7-docker-4c-2g-518 does not seem to be running inside a container [2021-06-28T12:08:31.767Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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-06-28T12:08:31.859Z] ---> Running in d3a20eb2df6b [2021-06-28T12:08:32.107Z] $ docker top f364845e9dcab97313bd01aac1820828a981cd0c6bd2dc7bfa50faf41bb2685b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-28T12:08:32.561Z] + go version [2021-06-28T12:08:32.561Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-28T12:08:32.622Z] $ docker stop --time=1 f364845e9dcab97313bd01aac1820828a981cd0c6bd2dc7bfa50faf41bb2685b [2021-06-28T12:08:33.809Z] $ docker rm -f f364845e9dcab97313bd01aac1820828a981cd0c6bd2dc7bfa50faf41bb2685b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:08:34.650Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-28T12:08:34.650Z] . [Pipeline] withDockerContainer [2021-06-28T12:08:34.753Z] prd-centos7-docker-4c-2g-518 does not seem to be running inside a container [2021-06-28T12:08:34.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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-06-28T12:08:35.158Z] $ docker top 93d495ffe5cf3c0b14624c255d507f7f085c613267aa7813ac73d4146191b43f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-28T12:08:35.601Z] + go mod tidy [Pipeline] sh [2021-06-28T12:08:35.949Z] + make test [2021-06-28T12:08:35.949Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-06-28T12:08:44.562Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.013s coverage: 85.7% of statements [2021-06-28T12:08:47.883Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.523s coverage: 87.4% of statements [2021-06-28T12:08:47.883Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.008s coverage: 100.0% of statements [2021-06-28T12:08:47.883Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-06-28T12:08:50.161Z] Removing intermediate container d3a20eb2df6b [2021-06-28T12:08:50.161Z] ---> 336fc28a9cc2 [2021-06-28T12:08:50.161Z] Successfully built 336fc28a9cc2 [2021-06-28T12:08:50.161Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:08:50.546Z] + docker inspect -f . ci-base-image-arm64 [2021-06-28T12:08:50.546Z] . [Pipeline] withDockerContainer [2021-06-28T12:08:50.801Z] prd-ubuntu18.04-docker-arm64-4c-16g-516 does not seem to be running inside a container [2021-06-28T12:08:50.889Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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-arm64 cat [2021-06-28T12:08:52.123Z] gofmt -l . [2021-06-28T12:08:52.123Z] [ "`gofmt -l .`" = "" ] [2021-06-28T12:08:52.435Z] $ docker top 6d15cb1bfe2efbb171d96b536e31f24e03c6a1789853d17bb33749fc83e91e8c -eo pid,comm [Pipeline] { [Pipeline] } [2021-06-28T12:08:52.808Z] $ docker stop --time=1 93d495ffe5cf3c0b14624c255d507f7f085c613267aa7813ac73d4146191b43f [2021-06-28T12:08:54.179Z] $ docker rm -f 93d495ffe5cf3c0b14624c255d507f7f085c613267aa7813ac73d4146191b43f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-06-28T12:08:54.620Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-28T12:08:54.823Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-06-28T12:08:55.036Z] + go version [2021-06-28T12:08:55.036Z] go version go1.16.5 linux/arm64 [Pipeline] stage [Pipeline] { (Build) [Pipeline] } [2021-06-28T12:08:55.141Z] $ docker stop --time=1 6d15cb1bfe2efbb171d96b536e31f24e03c6a1789853d17bb33749fc83e91e8c [2021-06-28T12:08:56.899Z] $ docker rm -f 6d15cb1bfe2efbb171d96b536e31f24e03c6a1789853d17bb33749fc83e91e8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-06-28T12:08:57.941Z] + docker inspect -f . ci-base-image-arm64 [2021-06-28T12:08:57.941Z] . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] withDockerContainer [2021-06-28T12:08:58.310Z] prd-ubuntu18.04-docker-arm64-4c-16g-516 does not seem to be running inside a container [2021-06-28T12:08:58.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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-arm64 cat [2021-06-28T12:08:59.793Z] $ docker top 4f234f320ce6da0ad049c332d2191fa923f652cfa2027097e888e055ae5bda9d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:09:00.767Z] ---> job-cost.sh [2021-06-28T12:09:00.767Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-roIu [2021-06-28T12:09:00.772Z] + go mod tidy [Pipeline] sh [2021-06-28T12:09:01.735Z] + make test [2021-06-28T12:09:01.736Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-06-28T12:09:08.924Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-28T12:09:23.917Z] lf-activate-venv(): INFO: Adding /tmp/venv-roIu/bin to PATH [2021-06-28T12:09:23.917Z] INFO: No Stack... [2021-06-28T12:09:23.917Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-28T12:09:23.917Z] INFO: Archiving Costs [Pipeline] sh [2021-06-28T12:09:24.254Z] + cat /w/workspace/go-mod-configuration/1/archives/cost.csv [2021-06-28T12:09:24.254Z] + cut -d, -f6 [Pipeline] lock [2021-06-28T12:09:24.314Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] [2021-06-28T12:09:24.321Z] Resource [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] did not exist. Created. [2021-06-28T12:09:24.321Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-28T12:09:24.747Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-28T12:09:24.827Z] Stashed 1 file(s) [Pipeline] } [2021-06-28T12:09:24.847Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-28T12:09:34.152Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.022s coverage: 85.7% of statements [2021-06-28T12:09:34.152Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.626s coverage: 87.4% of statements [2021-06-28T12:09:34.152Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.014s coverage: 100.0% of statements [2021-06-28T12:09:34.152Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-06-28T12:09:52.477Z] gofmt -l . [2021-06-28T12:09:52.477Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-06-28T12:09:52.526Z] $ docker stop --time=1 4f234f320ce6da0ad049c332d2191fa923f652cfa2027097e888e055ae5bda9d [2021-06-28T12:09:54.560Z] $ docker rm -f 4f234f320ce6da0ad049c332d2191fa923f652cfa2027097e888e055ae5bda9d [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-28T12:09:55.387Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-28T12:09:55.429Z] Warning: overwriting stash ‘coverage-report’ [2021-06-28T12:09:55.920Z] 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-06-28T12:09:57.017Z] ---> job-cost.sh [2021-06-28T12:09:57.017Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-il9F [2021-06-28T12:10:36.003Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-28T12:12:12.781Z] lf-activate-venv(): INFO: Adding /tmp/venv-il9F/bin to PATH [2021-06-28T12:12:12.782Z] INFO: No Stack... [2021-06-28T12:12:12.782Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-28T12:12:12.782Z] INFO: Archiving Costs [Pipeline] sh [2021-06-28T12:12:13.180Z] + + cutcat -d, /w/workspace/go-mod-configuration/1/archives/cost.csv -f6 [2021-06-28T12:12:13.180Z] [Pipeline] lock [2021-06-28T12:12:13.270Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] [2021-06-28T12:12:13.277Z] Resource [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] did not exist. Created. [2021-06-28T12:12:13.277Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-28T12:12:13.720Z] /w/workspace/go-mod-configuration/1@tmp/durable-8c79fa4a/script.sh: 1: /w/workspace/go-mod-configuration/1@tmp/durable-8c79fa4a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-28T12:12:14.090Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-28T12:12:14.133Z] Warning: overwriting stash ‘stack-cost’ [2021-06-28T12:12:14.279Z] Stashed 1 file(s) [Pipeline] } [2021-06-28T12:12:14.304Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-42-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] configFileProvider [2021-06-28T12:12:15.764Z] provisioning config files... [2021-06-28T12:12:15.777Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-42@tmp/config3919673204994347363tmp [Pipeline] { [Pipeline] sh [2021-06-28T12:12:16.132Z] + set +x [2021-06-28T12:12:16.132Z] + curl -s https://codecov.io/bash [2021-06-28T12:12:16.132Z] + bash -s -- [2021-06-28T12:12:16.132Z] [2021-06-28T12:12:16.132Z] _____ _ [2021-06-28T12:12:16.132Z] / ____| | | [2021-06-28T12:12:16.132Z] | | ___ __| | ___ ___ _____ __ [2021-06-28T12:12:16.132Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-28T12:12:16.132Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-28T12:12:16.132Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-28T12:12:16.132Z] Bash-1.0.3 [2021-06-28T12:12:16.132Z] [2021-06-28T12:12:16.132Z] [2021-06-28T12:12:16.132Z] ==> git version 2.24.4 found [2021-06-28T12:12:16.132Z] ==> 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-06-28T12:12:16.132Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-28T12:12:16.132Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-28T12:12:16.132Z] ==> Jenkins CI detected. [2021-06-28T12:12:16.132Z] project root: . [2021-06-28T12:12:16.132Z] --> token set from env [2021-06-28T12:12:16.132Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-28T12:12:16.394Z] ==> Running gcov in . (disable via -X gcov) [2021-06-28T12:12:16.394Z] ==> Python coveragepy not found [2021-06-28T12:12:16.394Z] ==> Searching for coverage reports in: [2021-06-28T12:12:16.394Z] + . [2021-06-28T12:12:16.394Z] -> Found 1 reports [2021-06-28T12:12:16.394Z] ==> Detecting git/mercurial file structure [2021-06-28T12:12:16.394Z] ==> Reading reports [2021-06-28T12:12:16.394Z] + ./coverage.out bytes=14452 [2021-06-28T12:12:16.394Z] ==> Appending adjustments [2021-06-28T12:12:16.394Z] https://docs.codecov.io/docs/fixing-reports [2021-06-28T12:12:16.394Z] + Found adjustments [2021-06-28T12:12:16.394Z] ==> Gzipping contents [2021-06-28T12:12:16.394Z] 4.0K /tmp/codecov.gvcY0N.gz [2021-06-28T12:12:16.394Z] ==> Uploading reports [2021-06-28T12:12:16.394Z] url: https://codecov.io [2021-06-28T12:12:16.394Z] query: branch=PR-42&commit=fa2fc1296830d69d85864f685d61264b9118533e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-42%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=42&job=&cmd_args= [2021-06-28T12:12:16.394Z] -> Pinging Codecov [2021-06-28T12:12:16.394Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-42&commit=fa2fc1296830d69d85864f685d61264b9118533e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-42%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=42&job=&cmd_args= [2021-06-28T12:12:16.966Z] -> Uploading to [2021-06-28T12:12:16.966Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-28/9F92B070CA9CA35F4914AC8684776953/fa2fc1296830d69d85864f685d61264b9118533e/d21490f0-d7ee-4528-b22b-0f07808924e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210628%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210628T121216Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a1b9a6c6576f9bbb6d03fa03836421b868c00d7fae8c5d5983f86ed0f138c6e7 [2021-06-28T12:12:16.966Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-28T12:12:16.966Z] Dload Upload Total Spent Left Speed [2021-06-28T12:12:17.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2654 0 0 100 2654 0 5918 --:--:-- --:--:-- --:--:-- 5924 [2021-06-28T12:12:17.228Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/fa2fc1296830d69d85864f685d61264b9118533e [Pipeline] } [2021-06-28T12:12:17.253Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:12:20.065Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:12:20.675Z] ---> package-listing.sh [2021-06-28T12:12:20.675Z] ++ facter osfamily [2021-06-28T12:12:20.675Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-28T12:12:20.942Z] + OS_FAMILY=redhat [2021-06-28T12:12:20.942Z] + workspace=/w/workspace/undry_go-mod-configuration_PR-42 [2021-06-28T12:12:20.942Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-28T12:12:20.942Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-28T12:12:20.942Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-28T12:12:20.942Z] + PACKAGES=/tmp/packages_start.txt [2021-06-28T12:12:20.942Z] + '[' /w/workspace/undry_go-mod-configuration_PR-42 ']' [2021-06-28T12:12:20.942Z] + PACKAGES=/tmp/packages_end.txt [2021-06-28T12:12:20.942Z] + case "${OS_FAMILY}" in [2021-06-28T12:12:20.942Z] + rpm -qa [2021-06-28T12:12:20.942Z] + sort [2021-06-28T12:12:21.518Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-28T12:12:21.518Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-28T12:12:21.518Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-28T12:12:21.518Z] + '[' /w/workspace/undry_go-mod-configuration_PR-42 ']' [2021-06-28T12:12:21.518Z] + mkdir -p /w/workspace/undry_go-mod-configuration_PR-42/archives/ [2021-06-28T12:12:21.518Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-42/archives/ [Pipeline] echo [2021-06-28T12:12:21.555Z] 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/undry_go-mod-configuration_PR-42/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-28T12:12:21.867Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:12:22.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-28T12:12:22.489Z] [2021-06-28T12:12:22.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-28T12:12:22.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-28T12:12:22.850Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-28T12:12:22.850Z] df20fa9351a1: Pulling fs layer [2021-06-28T12:12:22.850Z] 36b3adc4ff6f: Pulling fs layer [2021-06-28T12:12:22.850Z] 8ad3a11d3b57: Pulling fs layer [2021-06-28T12:12:22.850Z] 46f8f816bc3b: Pulling fs layer [2021-06-28T12:12:22.850Z] 93b61091891f: Pulling fs layer [2021-06-28T12:12:22.850Z] 93b9cdb0e59b: Pulling fs layer [2021-06-28T12:12:22.850Z] 5e14af77c1be: Pulling fs layer [2021-06-28T12:12:22.850Z] 01666e4c0597: Pulling fs layer [2021-06-28T12:12:22.850Z] aa168da1d23b: Pulling fs layer [2021-06-28T12:12:22.850Z] 46f8f816bc3b: Waiting [2021-06-28T12:12:22.850Z] 93b61091891f: Waiting [2021-06-28T12:12:22.850Z] 93b9cdb0e59b: Waiting [2021-06-28T12:12:22.850Z] 5e14af77c1be: Waiting [2021-06-28T12:12:22.850Z] 01666e4c0597: Waiting [2021-06-28T12:12:22.850Z] aa168da1d23b: Waiting [2021-06-28T12:12:22.850Z] 36b3adc4ff6f: Download complete [2021-06-28T12:12:22.850Z] 46f8f816bc3b: Verifying Checksum [2021-06-28T12:12:22.850Z] 46f8f816bc3b: Download complete [2021-06-28T12:12:23.116Z] df20fa9351a1: Verifying Checksum [2021-06-28T12:12:23.116Z] df20fa9351a1: Download complete [2021-06-28T12:12:23.116Z] 93b9cdb0e59b: Verifying Checksum [2021-06-28T12:12:23.116Z] 93b9cdb0e59b: Download complete [2021-06-28T12:12:23.116Z] 93b61091891f: Verifying Checksum [2021-06-28T12:12:23.116Z] 93b61091891f: Download complete [2021-06-28T12:12:23.116Z] 5e14af77c1be: Verifying Checksum [2021-06-28T12:12:23.116Z] 5e14af77c1be: Download complete [2021-06-28T12:12:23.116Z] 01666e4c0597: Verifying Checksum [2021-06-28T12:12:23.116Z] 01666e4c0597: Download complete [2021-06-28T12:12:23.116Z] 8ad3a11d3b57: Verifying Checksum [2021-06-28T12:12:23.116Z] 8ad3a11d3b57: Download complete [2021-06-28T12:12:23.116Z] df20fa9351a1: Pull complete [2021-06-28T12:12:23.378Z] 36b3adc4ff6f: Pull complete [2021-06-28T12:12:23.950Z] 8ad3a11d3b57: Pull complete [2021-06-28T12:12:23.950Z] 46f8f816bc3b: Pull complete [2021-06-28T12:12:24.212Z] 93b61091891f: Pull complete [2021-06-28T12:12:24.474Z] 93b9cdb0e59b: Pull complete [2021-06-28T12:12:24.474Z] 5e14af77c1be: Pull complete [2021-06-28T12:12:24.752Z] 01666e4c0597: Pull complete [2021-06-28T12:12:24.752Z] aa168da1d23b: Verifying Checksum [2021-06-28T12:12:24.752Z] aa168da1d23b: Download complete [2021-06-28T12:12:28.978Z] aa168da1d23b: Pull complete [2021-06-28T12:12:28.978Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-28T12:12:28.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-28T12:12:28.978Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-28T12:12:29.083Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2021-06-28T12:12:29.212Z] $ 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/undry_go-mod-configuration_PR-42/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_go-mod-configuration_PR-42 -v /w/workspace/undry_go-mod-configuration_PR-42:/w/workspace/undry_go-mod-configuration_PR-42:rw,z -v /w/workspace/undry_go-mod-configuration_PR-42@tmp:/w/workspace/undry_go-mod-configuration_PR-42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-28T12:12:31.705Z] $ docker top 3d95ec7fed14aac4b0f087ffd0bda1c79247098257fffa2f8e8b18bfe0707fed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-28T12:12:32.142Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-28T12:12:32.467Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-28T12:12:32.794Z] + ls /var/log/sa-host [2021-06-28T12:12:32.794Z] + sadf -c /var/log/sa-host/sa05 [2021-06-28T12:12:32.794Z] file_magic: OK [2021-06-28T12:12:32.794Z] HZ: Using current value: 100 [2021-06-28T12:12:32.794Z] file_header: OK [2021-06-28T12:12:32.794Z] 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-06-28T12:12:32.794Z] Statistics: [2021-06-28T12:12:32.794Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-28T12:12:32.794Z] File successfully converted to sysstat format version 12.2.1 [2021-06-28T12:12:32.794Z] + sadf -c /var/log/sa-host/sa28 [2021-06-28T12:12:32.794Z] file_magic: OK [2021-06-28T12:12:32.794Z] HZ: Using current value: 100 [2021-06-28T12:12:32.794Z] file_header: OK [2021-06-28T12:12:32.794Z] 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-06-28T12:12:32.794Z] Statistics: [2021-06-28T12:12:32.794Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-28T12:12:32.794Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-28T12:12:33.505Z] provisioning config files... [2021-06-28T12:12:33.520Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-42@tmp/config6807640241522208512tmp [Pipeline] { [Pipeline] echo [2021-06-28T12:12:33.580Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:12:33.928Z] ---> create-netrc.sh [Pipeline] } [2021-06-28T12:12:33.952Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:12:34.475Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-28T12:12:34.508Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:12:34.841Z] ---> sudo-logs.sh [2021-06-28T12:12:34.842Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-28T12:12:34.923Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:12:35.288Z] ---> job-cost.sh [2021-06-28T12:12:35.288Z] lf-activate-venv: SKIPPING [2021-06-28T12:12:35.288Z] DEBUG: total: 0.18000000715255737 [2021-06-28T12:12:35.288Z] INFO: Retrieving Stack Cost... [2021-06-28T12:12:36.234Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-28T12:12:36.499Z] INFO: Archiving Costs [Pipeline] echo [2021-06-28T12:12:36.535Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-28T12:12:36.877Z] ---> logs-deploy.sh [2021-06-28T12:12:36.877Z] lf-activate-venv: SKIPPING [2021-06-28T12:12:36.877Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-42/1 [2021-06-28T12:12:36.877Z] INFO: archiving workspace using pattern(s): [2021-06-28T12:12:37.823Z] Archives upload complete. [2021-06-28T12:12:37.823Z] INFO: archiving logs to Nexus