Pull request #41 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 46be54db7f748eeb69772261eda72bf9d7931ded+a114c3c07fc215ea9a9fe04f5a17874b1416d58e (7eee2cd99e1d4c25b5b59e7a16a572fa6c8b2de2) 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-ssh7466040230863711458.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-ssh737775598239174910.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-41/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-41/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6989133576936249966.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-41/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3280826727010996664.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-ssh314249704539890246.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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-41/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-41/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8498298696387145975.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 d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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-1825’ is offline Running on prd-centos7-docker-4c-2g-512 in /w/workspace/undry_go-mod-configuration_PR-41 [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-41 # 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-41@tmp/jenkins-gitclient-ssh1702697374479437559.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-41@tmp/jenkins-gitclient-ssh479976060831348176.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/41/head:refs/remotes/origin/PR-41 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit 46be54db7f748eeb69772261eda72bf9d7931ded Merge succeeded, producing 46be54db7f748eeb69772261eda72bf9d7931ded Checking out Revision 46be54db7f748eeb69772261eda72bf9d7931ded (PR-41) > git config core.sparsecheckout # timeout=10 > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # 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-41@tmp/jenkins-gitclient-ssh9171901420927362346.key > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" 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-21T12:03:58.370Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-21T12:03:58.603Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-21T12:03:58.725Z] ========================================================= [2021-06-21T12:03:58.725Z] EdgeX Global Pipelines Version Info [2021-06-21T12:03:58.725Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-21T12:04:00.243Z] ------------------- [2021-06-21T12:04:00.243Z] stable info: [2021-06-21T12:04:00.243Z] ------------------- [2021-06-21T12:04:00.243Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-21T12:04:00.243Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-21T12:04:00.243Z] Message: update stable to v1.0.195 [2021-06-21T12:04:00.817Z] ------------------- [2021-06-21T12:04:00.818Z] experimental info: [2021-06-21T12:04:00.818Z] ------------------- [2021-06-21T12:04:00.818Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-21T12:04:00.818Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-21T12:04:00.818Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-21T12:04:01.149Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-06-21T12:04:01.213Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-06-21T12:04:01.282Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-21T12:04:01.344Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-21T12:04:01.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-21T12:04:01.467Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-21T12:04:01.534Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-21T12:04:01.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-21T12:04:01.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-21T12:04:01.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-21T12:04:01.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-21T12:04:01.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo [2021-06-21T12:04:01.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-21T12:04:01.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-21T12:04:02.067Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-06-21T12:04:02.133Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-06-21T12:04:02.192Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-21T12:04:02.248Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-21T12:04:02.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-21T12:04:02.367Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-21T12:04:02.428Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-21T12:04:02.489Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-21T12:04:02.549Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-21T12:04:02.618Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-21T12:04:02.730Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-06-21T12:04:02.789Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-21T12:04:02.851Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-41 [Pipeline] echo [2021-06-21T12:04:02.914Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-41 [Pipeline] echo [2021-06-21T12:04:02.981Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-41 [Pipeline] echo [2021-06-21T12:04:03.052Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46be54db7f748eeb69772261eda72bf9d7931ded [Pipeline] echo [2021-06-21T12:04:03.158Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 46be54d [Pipeline] echo [2021-06-21T12:04:03.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-21T12:04:03.988Z] + git log --format=format:%s -1 46be54db7f748eeb69772261eda72bf9d7931ded [Pipeline] echo [2021-06-21T12:04:04.048Z] GIT_COMMIT: 46be54db7f748eeb69772261eda72bf9d7931ded, Commit Message: build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3 [Pipeline] echo [2021-06-21T12:04:04.090Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:04:05.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-21T12:04:05.195Z] [2021-06-21T12:04:05.195Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:04:05.578Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-21T12:04:05.578Z] latest: Pulling from edgex-devops/git-semver [2021-06-21T12:04:05.578Z] 31603596830f: Pulling fs layer [2021-06-21T12:04:05.578Z] 54011a49482f: Pulling fs layer [2021-06-21T12:04:05.578Z] a6820b24f6d8: Pulling fs layer [2021-06-21T12:04:05.578Z] f581987b2513: Pulling fs layer [2021-06-21T12:04:05.578Z] f581987b2513: Waiting [2021-06-21T12:04:05.578Z] 54011a49482f: Verifying Checksum [2021-06-21T12:04:05.578Z] 54011a49482f: Download complete [2021-06-21T12:04:05.846Z] 31603596830f: Verifying Checksum [2021-06-21T12:04:05.846Z] 31603596830f: Download complete [2021-06-21T12:04:05.846Z] a6820b24f6d8: Verifying Checksum [2021-06-21T12:04:05.846Z] a6820b24f6d8: Download complete [2021-06-21T12:04:05.846Z] f581987b2513: Verifying Checksum [2021-06-21T12:04:05.846Z] f581987b2513: Download complete [2021-06-21T12:04:06.111Z] 31603596830f: Pull complete [2021-06-21T12:04:06.111Z] 54011a49482f: Pull complete [2021-06-21T12:04:06.690Z] a6820b24f6d8: Pull complete [2021-06-21T12:04:06.956Z] f581987b2513: Pull complete [2021-06-21T12:04:06.956Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-21T12:04:06.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-21T12:04:06.956Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-21T12:04:07.069Z] prd-centos7-docker-4c-2g-512 does not seem to be running inside a container [2021-06-21T12:04:07.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-41 -v /w/workspace/undry_go-mod-configuration_PR-41:/w/workspace/undry_go-mod-configuration_PR-41:rw,z -v /w/workspace/undry_go-mod-configuration_PR-41@tmp:/w/workspace/undry_go-mod-configuration_PR-41@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-06-21T12:04:08.104Z] $ docker top 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-21T12:04:08.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-21T12:04:08.351Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-21T12:04:08.468Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-21T12:04:08.467Z] $ docker exec 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 ssh-agent [2021-06-21T12:04:08.582Z] SSH_AUTH_SOCK=/tmp/ssh-3sxcLIR4ydHt/agent.14 [2021-06-21T12:04:08.582Z] SSH_AGENT_PID=21 [2021-06-21T12:04:08.591Z] Running ssh-add (command line suppressed) [2021-06-21T12:04:08.682Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-41@tmp/private_key_1956904358946427037.key (/w/workspace/undry_go-mod-configuration_PR-41@tmp/private_key_1956904358946427037.key) [2021-06-21T12:04:08.704Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-21T12:04:09.066Z] + git tag --points-at HEAD [Pipeline] } [2021-06-21T12:04:09.087Z] $ docker exec --env ******** --env ******** 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 ssh-agent -k [2021-06-21T12:04:09.183Z] unset SSH_AUTH_SOCK; [2021-06-21T12:04:09.183Z] unset SSH_AGENT_PID; [2021-06-21T12:04:09.184Z] echo Agent pid 21 killed; [2021-06-21T12:04:09.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-21T12:04:09.353Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-21T12:04:09.353Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-21T12:04:09.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-21T12:04:09.472Z] $ docker exec 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 ssh-agent [2021-06-21T12:04:09.585Z] SSH_AUTH_SOCK=/tmp/ssh-1yTQSysfWYzf/agent.55 [2021-06-21T12:04:09.585Z] SSH_AGENT_PID=62 [2021-06-21T12:04:09.593Z] Running ssh-add (command line suppressed) [2021-06-21T12:04:09.679Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-41@tmp/private_key_3567540760341414444.key (/w/workspace/undry_go-mod-configuration_PR-41@tmp/private_key_3567540760341414444.key) [2021-06-21T12:04:09.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-21T12:04:10.111Z] + git semver init [2021-06-21T12:04:10.111Z] # -> Open(): unable to determine branch for HEAD [2021-06-21T12:04:10.111Z] # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-41/.git [2021-06-21T12:04:10.111Z] # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-41 [2021-06-21T12:04:10.111Z] # $SEMVER_REMOTE_NAME = origin [2021-06-21T12:04:10.111Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-21T12:04:10.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-21T12:04:10.111Z] # $SEMVER_BRANCH = PR-41 [2021-06-21T12:04:10.111Z] # $SEMVER_TEMP = /tmp/semver-823536648 [2021-06-21T12:04:10.111Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-06-21T12:04:10.376Z] # '/tmp/semver-823536648' -> '/w/workspace/undry_go-mod-configuration_PR-41/.semver' [2021-06-21T12:04:10.376Z] # -> Force: false [2021-06-21T12:04:10.376Z] # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-41/.semver [Pipeline] } [2021-06-21T12:04:10.399Z] $ docker exec --env ******** --env ******** 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 ssh-agent -k [2021-06-21T12:04:10.495Z] unset SSH_AUTH_SOCK; [2021-06-21T12:04:10.495Z] unset SSH_AGENT_PID; [2021-06-21T12:04:10.495Z] echo Agent pid 62 killed; [2021-06-21T12:04:10.514Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-21T12:04:11.046Z] + git semver [Pipeline] } [2021-06-21T12:04:11.079Z] $ docker stop --time=1 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 [2021-06-21T12:04:12.306Z] $ docker rm -f 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-21T12:04:12.741Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-21T12:04:13.066Z] Stashed 1 file(s) [Pipeline] echo [2021-06-21T12:04:13.087Z] [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-21T12:04:28.705Z] Still waiting to schedule task [2021-06-21T12:04:28.706Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-21T12:04:28.735Z] Still waiting to schedule task [2021-06-21T12:04:28.736Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-06-21T12:06:35.454Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-514 in /w/workspace/undry_go-mod-configuration_PR-41 [Pipeline] { [Pipeline] ws [2021-06-21T12:06:35.551Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2021-06-21T12:06:36.280Z] Selected Git installation does not exist. Using Default [2021-06-21T12:06:36.280Z] The recommended git tool is: NONE [2021-06-21T12:06:41.696Z] using credential edgex-jenkins-ssh [2021-06-21T12:06:41.719Z] Cloning the remote Git repository [2021-06-21T12:06:41.780Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-21T12:06:41.889Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2021-06-21T12:06:41.983Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-21T12:06:41.984Z] > git --version # timeout=10 [2021-06-21T12:06:42.001Z] > git --version # 'git version 2.17.1' [2021-06-21T12:06:42.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-21T12:06:42.081Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-21T12:06:43.376Z] Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit 46be54db7f748eeb69772261eda72bf9d7931ded [2021-06-21T12:06:43.550Z] Merge succeeded, producing 46be54db7f748eeb69772261eda72bf9d7931ded [2021-06-21T12:06:43.550Z] Checking out Revision 46be54db7f748eeb69772261eda72bf9d7931ded (PR-41) [2021-06-21T12:06:42.786Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-06-21T12:06:42.804Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-21T12:06:42.841Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-06-21T12:06:42.874Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-21T12:06:42.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-21T12:06:42.885Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/41/head:refs/remotes/origin/PR-41 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-21T12:06:43.391Z] > git config core.sparsecheckout # timeout=10 [2021-06-21T12:06:43.401Z] > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 [2021-06-21T12:06:43.465Z] > git remote # timeout=10 [2021-06-21T12:06:43.480Z] > git config --get remote.origin.url # timeout=10 [2021-06-21T12:06:43.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-21T12:06:43.514Z] > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 [2021-06-21T12:06:43.535Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-21T12:06:43.554Z] > git config core.sparsecheckout # timeout=10 [2021-06-21T12:06:43.563Z] > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 [2021-06-21T12:06:47.724Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" [2021-06-21T12:06:47.780Z] > git --version # timeout=10 [2021-06-21T12:06:47.806Z] > git --version # 'git version 2.17.1' [2021-06-21T12:06:47.816Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-21T12:06:49.576Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-21T12:06:50.084Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-21T12:06:50.462Z] + sudo service docker restart [2021-06-21T12:06:50.462Z] + true [2021-06-21T12:06:57.348Z] Running on prd-centos7-docker-4c-2g-515 in /w/workspace/undry_go-mod-configuration_PR-41 [Pipeline] { [Pipeline] ws [2021-06-21T12:06:57.416Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2021-06-21T12:06:57.579Z] Selected Git installation does not exist. Using Default [2021-06-21T12:06:57.579Z] The recommended git tool is: NONE [2021-06-21T12:06:59.934Z] using credential edgex-jenkins-ssh [2021-06-21T12:06:59.970Z] Cloning the remote Git repository [2021-06-21T12:07:00.002Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-21T12:07:00.077Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2021-06-21T12:07:00.114Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-21T12:07:00.114Z] > git --version # timeout=10 [2021-06-21T12:07:00.123Z] > git --version # 'git version 2.24.4' [2021-06-21T12:07:00.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-21T12:07:00.145Z] [INFO] Currently running in a labeled security context [2021-06-21T12:07:00.145Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-21T12:07:00.146Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh7252361110073461263.key [2021-06-21T12:07:00.163Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-21T12:07:00.707Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-06-21T12:07:00.723Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-21T12:07:00.734Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-06-21T12:07:00.749Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-06-21T12:07:00.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-21T12:07:00.750Z] [INFO] Currently running in a labeled security context [2021-06-21T12:07:00.750Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-21T12:07:00.750Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh339134071019694354.key [2021-06-21T12:07:00.756Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/41/head:refs/remotes/origin/PR-41 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-21T12:07:01.153Z] Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit 46be54db7f748eeb69772261eda72bf9d7931ded [2021-06-21T12:07:01.239Z] Merge succeeded, producing 46be54db7f748eeb69772261eda72bf9d7931ded [2021-06-21T12:07:01.240Z] Checking out Revision 46be54db7f748eeb69772261eda72bf9d7931ded (PR-41) [2021-06-21T12:07:01.158Z] > git config core.sparsecheckout # timeout=10 [2021-06-21T12:07:01.169Z] > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 [2021-06-21T12:07:01.197Z] > git remote # timeout=10 [2021-06-21T12:07:01.203Z] > git config --get remote.origin.url # timeout=10 [2021-06-21T12:07:01.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-21T12:07:01.215Z] [INFO] Currently running in a labeled security context [2021-06-21T12:07:01.215Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-21T12:07:01.215Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh1034375975156685639.key [2021-06-21T12:07:01.220Z] > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 [2021-06-21T12:07:01.229Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-21T12:07:01.242Z] > git config core.sparsecheckout # timeout=10 [2021-06-21T12:07:01.248Z] > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 [2021-06-21T12:07:04.936Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" [2021-06-21T12:07:04.959Z] > git --version # timeout=10 [2021-06-21T12:07:04.968Z] > git --version # 'git version 2.24.4' [2021-06-21T12:07:04.975Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-21T12:07:06.252Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-21T12:07:06.612Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-21T12:07:06.949Z] + sudo service docker restart [2021-06-21T12:07:06.949Z] + true [2021-06-21T12:07:06.949Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-06-21T12:07:09.179Z] ========================================================= [2021-06-21T12:07:09.179Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-21T12:07:09.179Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:07:09.577Z] + 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-21T12:07:10.173Z] Sending build context to Docker daemon 268.3kB [2021-06-21T12:07:10.446Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-06-21T12:07:10.446Z] Step 2/7 : FROM ${BASE} [2021-06-21T12:07:11.045Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-21T12:07:11.045Z] 595b0fe564bb: Pulling fs layer [2021-06-21T12:07:11.045Z] 3088b5b3c5c0: Pulling fs layer [2021-06-21T12:07:11.045Z] 5b7225fbf94c: Pulling fs layer [2021-06-21T12:07:11.045Z] ba82ee9f976e: Pulling fs layer [2021-06-21T12:07:11.045Z] 506bd15cee9f: Pulling fs layer [2021-06-21T12:07:11.045Z] 75a0a4a0db45: Pulling fs layer [2021-06-21T12:07:11.045Z] 618dc40b7e24: Pulling fs layer [2021-06-21T12:07:11.045Z] 506bd15cee9f: Waiting [2021-06-21T12:07:11.045Z] 75a0a4a0db45: Waiting [2021-06-21T12:07:11.045Z] 618dc40b7e24: Waiting [2021-06-21T12:07:11.045Z] ba82ee9f976e: Waiting [2021-06-21T12:07:11.045Z] 5b7225fbf94c: Verifying Checksum [2021-06-21T12:07:11.045Z] 5b7225fbf94c: Download complete [2021-06-21T12:07:11.045Z] 3088b5b3c5c0: Verifying Checksum [2021-06-21T12:07:11.045Z] 3088b5b3c5c0: Download complete [2021-06-21T12:07:11.045Z] 506bd15cee9f: Download complete [2021-06-21T12:07:11.045Z] 75a0a4a0db45: Verifying Checksum [2021-06-21T12:07:11.045Z] 75a0a4a0db45: Download complete [2021-06-21T12:07:11.045Z] 595b0fe564bb: Verifying Checksum [2021-06-21T12:07:11.045Z] 595b0fe564bb: Download complete [2021-06-21T12:07:11.647Z] 595b0fe564bb: Pull complete [2021-06-21T12:07:12.252Z] 3088b5b3c5c0: Pull complete [2021-06-21T12:07:12.525Z] 5b7225fbf94c: Pull complete [2021-06-21T12:07:13.514Z] 618dc40b7e24: Verifying Checksum [2021-06-21T12:07:13.514Z] 618dc40b7e24: Download complete [2021-06-21T12:07:14.955Z] ba82ee9f976e: Verifying Checksum [2021-06-21T12:07:14.955Z] ba82ee9f976e: Download complete [2021-06-21T12:07:25.119Z] ba82ee9f976e: Pull complete [2021-06-21T12:07:25.119Z] 506bd15cee9f: Pull complete [2021-06-21T12:07:25.119Z] 75a0a4a0db45: Pull complete [Pipeline] unstash [Pipeline] echo [2021-06-21T12:07:25.277Z] ========================================================= [2021-06-21T12:07:25.277Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-21T12:07:25.277Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:07:25.639Z] + 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-21T12:07:25.907Z] Sending build context to Docker daemon 269.3kB [2021-06-21T12:07:25.907Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-06-21T12:07:25.907Z] Step 2/7 : FROM ${BASE} [2021-06-21T12:07:26.171Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-21T12:07:26.171Z] 540db60ca938: Pulling fs layer [2021-06-21T12:07:26.171Z] adcc1eea9eea: Pulling fs layer [2021-06-21T12:07:26.171Z] 4c4ab2625f07: Pulling fs layer [2021-06-21T12:07:26.171Z] 0510c868ecb4: Pulling fs layer [2021-06-21T12:07:26.171Z] afea3b2eda06: Pulling fs layer [2021-06-21T12:07:26.171Z] 7809a108b3ef: Pulling fs layer [2021-06-21T12:07:26.171Z] f706445af74f: Pulling fs layer [2021-06-21T12:07:26.171Z] 0510c868ecb4: Waiting [2021-06-21T12:07:26.171Z] afea3b2eda06: Waiting [2021-06-21T12:07:26.171Z] 7809a108b3ef: Waiting [2021-06-21T12:07:26.171Z] f706445af74f: Waiting [2021-06-21T12:07:26.171Z] 4c4ab2625f07: Verifying Checksum [2021-06-21T12:07:26.171Z] 4c4ab2625f07: Download complete [2021-06-21T12:07:26.171Z] adcc1eea9eea: Verifying Checksum [2021-06-21T12:07:26.171Z] adcc1eea9eea: Download complete [2021-06-21T12:07:26.171Z] afea3b2eda06: Verifying Checksum [2021-06-21T12:07:26.171Z] afea3b2eda06: Download complete [2021-06-21T12:07:26.171Z] 7809a108b3ef: Verifying Checksum [2021-06-21T12:07:26.171Z] 7809a108b3ef: Download complete [2021-06-21T12:07:26.171Z] 540db60ca938: Verifying Checksum [2021-06-21T12:07:26.171Z] 540db60ca938: Download complete [2021-06-21T12:07:26.171Z] 540db60ca938: Pull complete [2021-06-21T12:07:26.434Z] adcc1eea9eea: Pull complete [2021-06-21T12:07:26.434Z] 4c4ab2625f07: Pull complete [2021-06-21T12:07:27.378Z] f706445af74f: Verifying Checksum [2021-06-21T12:07:27.378Z] f706445af74f: Download complete [2021-06-21T12:07:27.961Z] 0510c868ecb4: Verifying Checksum [2021-06-21T12:07:27.961Z] 0510c868ecb4: Download complete [2021-06-21T12:07:28.556Z] 618dc40b7e24: Pull complete [2021-06-21T12:07:28.557Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-21T12:07:28.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-21T12:07:28.831Z] ---> a36622ca3599 [2021-06-21T12:07:28.831Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-21T12:07:30.814Z] ---> Running in 92c2c193bc75 [2021-06-21T12:07:31.311Z] 0510c868ecb4: Pull complete [2021-06-21T12:07:31.311Z] afea3b2eda06: Pull complete [2021-06-21T12:07:31.311Z] 7809a108b3ef: Pull complete [2021-06-21T12:07:31.410Z] Removing intermediate container 92c2c193bc75 [2021-06-21T12:07:31.410Z] ---> 6663c4caf32e [2021-06-21T12:07:31.410Z] Step 4/7 : RUN apk add --update bash [2021-06-21T12:07:31.410Z] ---> Running in 1199d30c12a7 [2021-06-21T12:07:32.708Z] f706445af74f: Pull complete [2021-06-21T12:07:32.708Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-21T12:07:32.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-21T12:07:32.708Z] ---> b068be0155e3 [2021-06-21T12:07:32.708Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-21T12:07:32.851Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-21T12:07:33.829Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-21T12:07:34.824Z] OK: 138 MiB in 40 packages [2021-06-21T12:07:35.814Z] Removing intermediate container 1199d30c12a7 [2021-06-21T12:07:35.814Z] ---> 4c4464256fda [2021-06-21T12:07:35.814Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-06-21T12:07:35.814Z] ---> Running in bbab78f3e71d [2021-06-21T12:07:36.414Z] Removing intermediate container bbab78f3e71d [2021-06-21T12:07:36.414Z] ---> 5f75409e69d5 [2021-06-21T12:07:36.414Z] Step 6/7 : COPY go.mod . [2021-06-21T12:07:37.012Z] ---> f56580dbd7b8 [2021-06-21T12:07:37.012Z] Step 7/7 : RUN go mod download [2021-06-21T12:07:37.286Z] ---> Running in 400641d4ba76 [2021-06-21T12:07:38.018Z] ---> Running in ac79cf0bb671 [2021-06-21T12:07:38.018Z] Removing intermediate container ac79cf0bb671 [2021-06-21T12:07:38.018Z] ---> 44b17027dc0c [2021-06-21T12:07:38.018Z] Step 4/7 : RUN apk add --update bash [2021-06-21T12:07:38.018Z] ---> Running in 007a097638bf [2021-06-21T12:07:38.018Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-21T12:07:38.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-21T12:07:38.856Z] OK: 149 MiB in 40 packages [2021-06-21T12:07:39.120Z] Removing intermediate container 007a097638bf [2021-06-21T12:07:39.120Z] ---> 9338da45cd92 [2021-06-21T12:07:39.120Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-06-21T12:07:39.120Z] ---> Running in fd6a92a7676e [2021-06-21T12:07:39.120Z] Removing intermediate container fd6a92a7676e [2021-06-21T12:07:39.120Z] ---> c3903b743bba [2021-06-21T12:07:39.120Z] Step 6/7 : COPY go.mod . [2021-06-21T12:07:39.384Z] ---> 06d96a6799f8 [2021-06-21T12:07:39.384Z] Step 7/7 : RUN go mod download [2021-06-21T12:07:39.384Z] ---> Running in 237323dc9dad [2021-06-21T12:07:47.572Z] Removing intermediate container 237323dc9dad [2021-06-21T12:07:47.572Z] ---> a16f020b463c [2021-06-21T12:07:47.572Z] Successfully built a16f020b463c [2021-06-21T12:07:47.572Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:07:47.921Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-21T12:07:47.922Z] . [Pipeline] withDockerContainer [2021-06-21T12:07:48.024Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2021-06-21T12:07:48.063Z] $ 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-x86_64 cat [2021-06-21T12:07:48.418Z] $ docker top e75c5106d7d39d1a5dfc72e446e8b3a3cb5f0f89597cb2a3139239672fa563f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-21T12:07:48.858Z] + go version [2021-06-21T12:07:48.859Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-21T12:07:48.892Z] $ docker stop --time=1 e75c5106d7d39d1a5dfc72e446e8b3a3cb5f0f89597cb2a3139239672fa563f3 [2021-06-21T12:07:50.089Z] $ docker rm -f e75c5106d7d39d1a5dfc72e446e8b3a3cb5f0f89597cb2a3139239672fa563f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:07:51.081Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-21T12:07:51.081Z] . [Pipeline] withDockerContainer [2021-06-21T12:07:51.181Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2021-06-21T12:07:51.219Z] $ 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-x86_64 cat [2021-06-21T12:07:51.594Z] $ docker top 52c343ed09c0542f2f7935f7fc8d680faffc695b2101352eb511850b77850b5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-21T12:07:52.052Z] + go mod tidy [Pipeline] sh [2021-06-21T12:07:52.412Z] + make test [2021-06-21T12:07:52.412Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-06-21T12:07:55.602Z] Removing intermediate container 400641d4ba76 [2021-06-21T12:07:55.603Z] ---> d00b23fbed17 [2021-06-21T12:07:55.603Z] Successfully built d00b23fbed17 [2021-06-21T12:07:55.603Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:07:56.010Z] + docker inspect -f . ci-base-image-arm64 [2021-06-21T12:07:56.010Z] . [Pipeline] withDockerContainer [2021-06-21T12:07:56.274Z] prd-ubuntu18.04-docker-arm64-4c-16g-514 does not seem to be running inside a container [2021-06-21T12:07:56.356Z] $ 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-arm64 cat [2021-06-21T12:07:57.993Z] $ docker top f5ac4a959f71d0c3c34765b694535d7d0930ce0bdf279f98f8d2deac60acfb45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-21T12:07:59.029Z] + go version [2021-06-21T12:07:59.029Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-21T12:07:59.075Z] $ docker stop --time=1 f5ac4a959f71d0c3c34765b694535d7d0930ce0bdf279f98f8d2deac60acfb45 [2021-06-21T12:08:00.905Z] $ docker rm -f f5ac4a959f71d0c3c34765b694535d7d0930ce0bdf279f98f8d2deac60acfb45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:08:02.147Z] + docker inspect -f . ci-base-image-arm64 [2021-06-21T12:08:02.147Z] . [Pipeline] withDockerContainer [2021-06-21T12:08:02.436Z] prd-ubuntu18.04-docker-arm64-4c-16g-514 does not seem to be running inside a container [2021-06-21T12:08:02.521Z] $ 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-arm64 cat [2021-06-21T12:08:02.615Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.036s coverage: 85.7% of statements [2021-06-21T12:08:04.019Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.528s coverage: 87.4% of statements [2021-06-21T12:08:04.019Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.002s coverage: 100.0% of statements [2021-06-21T12:08:04.019Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-06-21T12:08:04.099Z] $ docker top 97388e3e5cc8b01e3e98bbb0f7451b7311366a158eff233ac0937b5c0127b20f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-21T12:08:05.147Z] + go mod tidy [Pipeline] sh [2021-06-21T12:08:06.117Z] + make test [2021-06-21T12:08:06.117Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-06-21T12:08:08.262Z] gofmt -l . [2021-06-21T12:08:08.262Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-06-21T12:08:08.293Z] $ docker stop --time=1 52c343ed09c0542f2f7935f7fc8d680faffc695b2101352eb511850b77850b5c [2021-06-21T12:08:09.711Z] $ docker rm -f 52c343ed09c0542f2f7935f7fc8d680faffc695b2101352eb511850b77850b5c [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-21T12:08:10.195Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-21T12:08:10.467Z] 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-06-21T12:08:12.202Z] ---> job-cost.sh [2021-06-21T12:08:12.202Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vQzM [2021-06-21T12:08:20.383Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-21T12:08:35.357Z] lf-activate-venv(): INFO: Adding /tmp/venv-vQzM/bin to PATH [2021-06-21T12:08:35.357Z] INFO: No Stack... [2021-06-21T12:08:35.357Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-21T12:08:35.357Z] INFO: Archiving Costs [Pipeline] sh [2021-06-21T12:08:35.708Z] + cut -d, -f6 [2021-06-21T12:08:35.708Z] + cat /w/workspace/go-mod-configuration/1/archives/cost.csv [Pipeline] lock [2021-06-21T12:08:35.782Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] [2021-06-21T12:08:35.788Z] Resource [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] did not exist. Created. [2021-06-21T12:08:35.788Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-21T12:08:36.216Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-21T12:08:36.302Z] Stashed 1 file(s) [Pipeline] } [2021-06-21T12:08:36.353Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-21T12:08:38.567Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.039s coverage: 85.7% of statements [2021-06-21T12:08:38.568Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.635s coverage: 87.4% of statements [2021-06-21T12:08:38.568Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.019s coverage: 100.0% of statements [2021-06-21T12:08:38.841Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-06-21T12:08:58.924Z] gofmt -l . [2021-06-21T12:08:58.924Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-06-21T12:08:58.957Z] $ docker stop --time=1 97388e3e5cc8b01e3e98bbb0f7451b7311366a158eff233ac0937b5c0127b20f [2021-06-21T12:09:00.912Z] $ docker rm -f 97388e3e5cc8b01e3e98bbb0f7451b7311366a158eff233ac0937b5c0127b20f [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-21T12:09:01.702Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-21T12:09:01.743Z] Warning: overwriting stash ‘coverage-report’ [2021-06-21T12:09:02.226Z] 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-21T12:09:03.415Z] ---> job-cost.sh [2021-06-21T12:09:03.415Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CJEG [2021-06-21T12:09:42.469Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-21T12:11:04.319Z] lf-activate-venv(): INFO: Adding /tmp/venv-CJEG/bin to PATH [2021-06-21T12:11:04.319Z] INFO: No Stack... [2021-06-21T12:11:04.319Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-21T12:11:04.319Z] INFO: Archiving Costs [Pipeline] sh [2021-06-21T12:11:04.724Z] + cat /w/workspace/go-mod-configuration/1/archives/cost.csv [2021-06-21T12:11:04.724Z] + cut -d, -f6 [Pipeline] lock [2021-06-21T12:11:04.845Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] [2021-06-21T12:11:04.852Z] Resource [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] did not exist. Created. [2021-06-21T12:11:04.852Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-21T12:11:05.403Z] /w/workspace/go-mod-configuration/1@tmp/durable-e9119d1a/script.sh: 1: /w/workspace/go-mod-configuration/1@tmp/durable-e9119d1a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-21T12:11:05.824Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-21T12:11:05.872Z] Warning: overwriting stash ‘stack-cost’ [2021-06-21T12:11:06.059Z] Stashed 1 file(s) [Pipeline] } [2021-06-21T12:11:06.082Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-41-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-21T12:11:07.504Z] provisioning config files... [2021-06-21T12:11:07.539Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-41@tmp/config7065995257464653442tmp [Pipeline] { [Pipeline] sh [2021-06-21T12:11:07.909Z] + set +x [2021-06-21T12:11:07.909Z] + curl -s https://codecov.io/bash [2021-06-21T12:11:07.909Z] + bash -s -- [2021-06-21T12:11:07.909Z] [2021-06-21T12:11:07.909Z] _____ _ [2021-06-21T12:11:07.909Z] / ____| | | [2021-06-21T12:11:07.909Z] | | ___ __| | ___ ___ _____ __ [2021-06-21T12:11:07.909Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-21T12:11:07.909Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-21T12:11:07.909Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-21T12:11:07.909Z] Bash-1.0.3 [2021-06-21T12:11:07.909Z] [2021-06-21T12:11:07.909Z] [2021-06-21T12:11:07.909Z] ==> git version 2.24.4 found [2021-06-21T12:11:07.909Z] ==> 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-21T12:11:07.909Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-21T12:11:07.909Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-21T12:11:07.909Z] ==> Jenkins CI detected. [2021-06-21T12:11:07.909Z] project root: . [2021-06-21T12:11:07.909Z] --> token set from env [2021-06-21T12:11:08.174Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-21T12:11:08.174Z] ==> Running gcov in . (disable via -X gcov) [2021-06-21T12:11:08.174Z] ==> Python coveragepy not found [2021-06-21T12:11:08.174Z] ==> Searching for coverage reports in: [2021-06-21T12:11:08.174Z] + . [2021-06-21T12:11:08.174Z] -> Found 1 reports [2021-06-21T12:11:08.174Z] ==> Detecting git/mercurial file structure [2021-06-21T12:11:08.174Z] ==> Reading reports [2021-06-21T12:11:08.174Z] + ./coverage.out bytes=14452 [2021-06-21T12:11:08.174Z] ==> Appending adjustments [2021-06-21T12:11:08.174Z] https://docs.codecov.io/docs/fixing-reports [2021-06-21T12:11:08.174Z] + Found adjustments [2021-06-21T12:11:08.174Z] ==> Gzipping contents [2021-06-21T12:11:08.174Z] 4.0K /tmp/codecov.H62wBa.gz [2021-06-21T12:11:08.174Z] ==> Uploading reports [2021-06-21T12:11:08.174Z] url: https://codecov.io [2021-06-21T12:11:08.174Z] query: branch=PR-41&commit=46be54db7f748eeb69772261eda72bf9d7931ded&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-41%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=41&job=&cmd_args= [2021-06-21T12:11:08.174Z] -> Pinging Codecov [2021-06-21T12:11:08.174Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-41&commit=46be54db7f748eeb69772261eda72bf9d7931ded&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-41%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=41&job=&cmd_args= [2021-06-21T12:11:08.777Z] -> Uploading to [2021-06-21T12:11:08.777Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-21/9F92B070CA9CA35F4914AC8684776953/46be54db7f748eeb69772261eda72bf9d7931ded/670c244c-cf43-4190-880d-b6ad47f2a16b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210621%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210621T121108Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=762480088a58d54737b3d1547431c6089d4bfa0e9de0ee6d5ad357bb19f3105f [2021-06-21T12:11:08.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-21T12:11:08.777Z] Dload Upload Total Spent Left Speed [2021-06-21T12:11:09.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2644 0 0 100 2644 0 7754 --:--:-- --:--:-- --:--:-- 7776 [2021-06-21T12:11:09.040Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/46be54db7f748eeb69772261eda72bf9d7931ded [Pipeline] } [2021-06-21T12:11:09.078Z] 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-21T12:11:11.984Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-21T12:11:12.622Z] ---> package-listing.sh [2021-06-21T12:11:12.622Z] ++ facter osfamily [2021-06-21T12:11:12.622Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-21T12:11:12.886Z] + OS_FAMILY=redhat [2021-06-21T12:11:12.886Z] + workspace=/w/workspace/undry_go-mod-configuration_PR-41 [2021-06-21T12:11:12.886Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-21T12:11:12.886Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-21T12:11:12.886Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-21T12:11:12.886Z] + PACKAGES=/tmp/packages_start.txt [2021-06-21T12:11:12.886Z] + '[' /w/workspace/undry_go-mod-configuration_PR-41 ']' [2021-06-21T12:11:12.886Z] + PACKAGES=/tmp/packages_end.txt [2021-06-21T12:11:12.886Z] + case "${OS_FAMILY}" in [2021-06-21T12:11:12.886Z] + rpm -qa [2021-06-21T12:11:12.886Z] + sort [2021-06-21T12:11:13.458Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-21T12:11:13.458Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-21T12:11:13.458Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-21T12:11:13.458Z] + '[' /w/workspace/undry_go-mod-configuration_PR-41 ']' [2021-06-21T12:11:13.458Z] + mkdir -p /w/workspace/undry_go-mod-configuration_PR-41/archives/ [2021-06-21T12:11:13.458Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-41/archives/ [Pipeline] echo [2021-06-21T12:11:13.493Z] 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-41/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-21T12:11:13.819Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:11:14.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-21T12:11:14.423Z] [2021-06-21T12:11:14.423Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-21T12:11:14.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-21T12:11:14.784Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-21T12:11:14.784Z] df20fa9351a1: Pulling fs layer [2021-06-21T12:11:14.784Z] 36b3adc4ff6f: Pulling fs layer [2021-06-21T12:11:14.784Z] 8ad3a11d3b57: Pulling fs layer [2021-06-21T12:11:14.784Z] 46f8f816bc3b: Pulling fs layer [2021-06-21T12:11:14.784Z] 93b61091891f: Pulling fs layer [2021-06-21T12:11:14.784Z] 93b9cdb0e59b: Pulling fs layer [2021-06-21T12:11:14.784Z] 5e14af77c1be: Pulling fs layer [2021-06-21T12:11:14.784Z] 01666e4c0597: Pulling fs layer [2021-06-21T12:11:14.784Z] aa168da1d23b: Pulling fs layer [2021-06-21T12:11:14.784Z] 46f8f816bc3b: Waiting [2021-06-21T12:11:14.784Z] 93b61091891f: Waiting [2021-06-21T12:11:14.784Z] 93b9cdb0e59b: Waiting [2021-06-21T12:11:14.784Z] 5e14af77c1be: Waiting [2021-06-21T12:11:14.784Z] 01666e4c0597: Waiting [2021-06-21T12:11:14.784Z] aa168da1d23b: Waiting [2021-06-21T12:11:14.784Z] 36b3adc4ff6f: Verifying Checksum [2021-06-21T12:11:14.784Z] 36b3adc4ff6f: Download complete [2021-06-21T12:11:15.047Z] 46f8f816bc3b: Verifying Checksum [2021-06-21T12:11:15.047Z] 46f8f816bc3b: Download complete [2021-06-21T12:11:15.047Z] df20fa9351a1: Verifying Checksum [2021-06-21T12:11:15.047Z] df20fa9351a1: Download complete [2021-06-21T12:11:15.047Z] 93b9cdb0e59b: Verifying Checksum [2021-06-21T12:11:15.047Z] 93b9cdb0e59b: Download complete [2021-06-21T12:11:15.047Z] 93b61091891f: Verifying Checksum [2021-06-21T12:11:15.047Z] 93b61091891f: Download complete [2021-06-21T12:11:15.047Z] 5e14af77c1be: Verifying Checksum [2021-06-21T12:11:15.047Z] 5e14af77c1be: Download complete [2021-06-21T12:11:15.047Z] 01666e4c0597: Verifying Checksum [2021-06-21T12:11:15.047Z] 01666e4c0597: Download complete [2021-06-21T12:11:15.047Z] 8ad3a11d3b57: Verifying Checksum [2021-06-21T12:11:15.047Z] 8ad3a11d3b57: Download complete [2021-06-21T12:11:15.311Z] df20fa9351a1: Pull complete [2021-06-21T12:11:15.311Z] 36b3adc4ff6f: Pull complete [2021-06-21T12:11:15.886Z] 8ad3a11d3b57: Pull complete [2021-06-21T12:11:15.886Z] 46f8f816bc3b: Pull complete [2021-06-21T12:11:16.149Z] 93b61091891f: Pull complete [2021-06-21T12:11:16.412Z] 93b9cdb0e59b: Pull complete [2021-06-21T12:11:16.412Z] 5e14af77c1be: Pull complete [2021-06-21T12:11:16.412Z] 01666e4c0597: Pull complete [2021-06-21T12:11:16.995Z] aa168da1d23b: Verifying Checksum [2021-06-21T12:11:16.995Z] aa168da1d23b: Download complete [2021-06-21T12:11:21.234Z] aa168da1d23b: Pull complete [2021-06-21T12:11:21.234Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-21T12:11:21.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-21T12:11:21.234Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-21T12:11:21.334Z] prd-centos7-docker-4c-2g-512 does not seem to be running inside a container [2021-06-21T12:11:21.372Z] $ 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-41/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-41 -v /w/workspace/undry_go-mod-configuration_PR-41:/w/workspace/undry_go-mod-configuration_PR-41:rw,z -v /w/workspace/undry_go-mod-configuration_PR-41@tmp:/w/workspace/undry_go-mod-configuration_PR-41@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-06-21T12:11:23.554Z] $ docker top 8c969c8eb2f0691c01aff0324d55e163b7262554554302d3c8b54a5f34a40d6d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-21T12:11:23.997Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-21T12:11:24.315Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-21T12:11:24.662Z] + ls /var/log/sa-host [2021-06-21T12:11:24.662Z] + sadf -c /var/log/sa-host/sa05 [2021-06-21T12:11:24.662Z] file_magic: OK [2021-06-21T12:11:24.662Z] HZ: Using current value: 100 [2021-06-21T12:11:24.662Z] file_header: OK [2021-06-21T12:11:24.662Z] 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-21T12:11:24.662Z] Statistics: [2021-06-21T12:11:24.662Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-21T12:11:24.662Z] File successfully converted to sysstat format version 12.2.1 [2021-06-21T12:11:24.662Z] + sadf -c /var/log/sa-host/sa21 [2021-06-21T12:11:24.662Z] file_magic: OK [2021-06-21T12:11:24.662Z] HZ: Using current value: 100 [2021-06-21T12:11:24.662Z] file_header: OK [2021-06-21T12:11:24.662Z] 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-21T12:11:24.662Z] Statistics: [2021-06-21T12:11:24.662Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-21T12:11:24.662Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-21T12:11:25.368Z] provisioning config files... [2021-06-21T12:11:25.382Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-41@tmp/config4371845349798729578tmp [Pipeline] { [Pipeline] echo [2021-06-21T12:11:25.442Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-21T12:11:25.771Z] ---> create-netrc.sh [Pipeline] } [2021-06-21T12:11:25.793Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-21T12:11:26.291Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-21T12:11:26.327Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-21T12:11:26.670Z] ---> sudo-logs.sh [2021-06-21T12:11:26.670Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-21T12:11:26.758Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-21T12:11:27.099Z] ---> job-cost.sh [2021-06-21T12:11:27.100Z] lf-activate-venv: SKIPPING [2021-06-21T12:11:27.100Z] DEBUG: total: 0.18000000715255737 [2021-06-21T12:11:27.100Z] INFO: Retrieving Stack Cost... [2021-06-21T12:11:28.067Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-21T12:11:28.328Z] INFO: Archiving Costs [Pipeline] echo [2021-06-21T12:11:28.364Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-21T12:11:28.712Z] ---> logs-deploy.sh [2021-06-21T12:11:28.712Z] lf-activate-venv: SKIPPING [2021-06-21T12:11:28.712Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-41/1 [2021-06-21T12:11:28.712Z] INFO: archiving workspace using pattern(s): [2021-06-21T12:11:29.660Z] Archives upload complete. [2021-06-21T12:11:29.660Z] INFO: archiving logs to Nexus