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 12:03:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:03:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:03:58 ========================================================= 12:03:58 EdgeX Global Pipelines Version Info 12:03:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:04:00 ------------------- 12:04:00 stable info: 12:04:00 ------------------- 12:04:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:04:00 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 12:04:00 Message: update stable to v1.0.195 12:04:00 ------------------- 12:04:00 experimental info: 12:04:00 ------------------- 12:04:00 Commited By: **** collab-it+edgex@linuxfoundation.org 12:04:00 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 12:04:00 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:04:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-41 [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-41 [Pipeline] echo 12:04:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-41 [Pipeline] echo 12:04:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46be54db7f748eeb69772261eda72bf9d7931ded [Pipeline] echo 12:04:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 46be54d [Pipeline] echo 12:04:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:04:03 + git log --format=format:%s -1 46be54db7f748eeb69772261eda72bf9d7931ded [Pipeline] echo 12:04:04 GIT_COMMIT: 46be54db7f748eeb69772261eda72bf9d7931ded, Commit Message: build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3 [Pipeline] echo 12:04:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:04:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:04:05 12:04:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:04:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:04:05 latest: Pulling from edgex-devops/git-semver 12:04:05 31603596830f: Pulling fs layer 12:04:05 54011a49482f: Pulling fs layer 12:04:05 a6820b24f6d8: Pulling fs layer 12:04:05 f581987b2513: Pulling fs layer 12:04:05 f581987b2513: Waiting 12:04:05 54011a49482f: Verifying Checksum 12:04:05 54011a49482f: Download complete 12:04:05 31603596830f: Verifying Checksum 12:04:05 31603596830f: Download complete 12:04:05 a6820b24f6d8: Verifying Checksum 12:04:05 a6820b24f6d8: Download complete 12:04:05 f581987b2513: Verifying Checksum 12:04:05 f581987b2513: Download complete 12:04:06 31603596830f: Pull complete 12:04:06 54011a49482f: Pull complete 12:04:06 a6820b24f6d8: Pull complete 12:04:06 f581987b2513: Pull complete 12:04:06 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 12:04:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:04:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:04:07 prd-centos7-docker-4c-2g-512 does not seem to be running inside a container 12:04:07 $ 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 12:04:08 $ docker top 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:04:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:08 [ssh-agent] Looking for ssh-agent implementation... 12:04:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:08 $ docker exec 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 ssh-agent 12:04:08 SSH_AUTH_SOCK=/tmp/ssh-3sxcLIR4ydHt/agent.14 12:04:08 SSH_AGENT_PID=21 12:04:08 Running ssh-add (command line suppressed) 12:04:08 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) 12:04:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:09 + git tag --points-at HEAD [Pipeline] } 12:04:09 $ docker exec --env ******** --env ******** 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 ssh-agent -k 12:04:09 unset SSH_AUTH_SOCK; 12:04:09 unset SSH_AGENT_PID; 12:04:09 echo Agent pid 21 killed; 12:04:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:04:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:09 [ssh-agent] Looking for ssh-agent implementation... 12:04:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:09 $ docker exec 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 ssh-agent 12:04:09 SSH_AUTH_SOCK=/tmp/ssh-1yTQSysfWYzf/agent.55 12:04:09 SSH_AGENT_PID=62 12:04:09 Running ssh-add (command line suppressed) 12:04:09 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) 12:04:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:10 + git semver init 12:04:10 # -> Open(): unable to determine branch for HEAD 12:04:10 # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-41/.git 12:04:10 # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-41 12:04:10 # $SEMVER_REMOTE_NAME = origin 12:04:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:04:10 # $SEMVER_USER_NAME = edgex-jenkins 12:04:10 # $SEMVER_BRANCH = PR-41 12:04:10 # $SEMVER_TEMP = /tmp/semver-823536648 12:04:10 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 12:04:10 # '/tmp/semver-823536648' -> '/w/workspace/undry_go-mod-configuration_PR-41/.semver' 12:04:10 # -> Force: false 12:04:10 # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-41/.semver [Pipeline] } 12:04:10 $ docker exec --env ******** --env ******** 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 ssh-agent -k 12:04:10 unset SSH_AUTH_SOCK; 12:04:10 unset SSH_AGENT_PID; 12:04:10 echo Agent pid 62 killed; 12:04:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:04:11 + git semver [Pipeline] } 12:04:11 $ docker stop --time=1 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 12:04:12 $ docker rm -f 14d626bb86682d071604e6642ed49559286db8c1a8bbc89b3e9785c0043fd6f0 [Pipeline] // withDockerContainer [Pipeline] sh 12:04:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:04:13 Stashed 1 file(s) [Pipeline] echo 12:04:13 [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 12:04:28 Still waiting to schedule task 12:04:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 12:04:28 Still waiting to schedule task 12:04:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:06:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-514 in /w/workspace/undry_go-mod-configuration_PR-41 [Pipeline] { [Pipeline] ws 12:06:35 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 12:06:36 Selected Git installation does not exist. Using Default 12:06:36 The recommended git tool is: NONE 12:06:41 using credential edgex-jenkins-ssh 12:06:41 Cloning the remote Git repository 12:06:41 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 12:06:41 > git init /w/workspace/go-mod-configuration/1 # timeout=10 12:06:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 12:06:41 > git --version # timeout=10 12:06:42 > git --version # 'git version 2.17.1' 12:06:42 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:06:43 Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit 46be54db7f748eeb69772261eda72bf9d7931ded 12:06:43 Merge succeeded, producing 46be54db7f748eeb69772261eda72bf9d7931ded 12:06:43 Checking out Revision 46be54db7f748eeb69772261eda72bf9d7931ded (PR-41) 12:06:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 12:06:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:06:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 12:06:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 12:06:42 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:42 > 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 12:06:43 > git config core.sparsecheckout # timeout=10 12:06:43 > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 12:06:43 > git remote # timeout=10 12:06:43 > git config --get remote.origin.url # timeout=10 12:06:43 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:43 > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 12:06:43 > git rev-parse HEAD^{commit} # timeout=10 12:06:43 > git config core.sparsecheckout # timeout=10 12:06:43 > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 12:06:47 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" 12:06:47 > git --version # timeout=10 12:06:47 > git --version # 'git version 2.17.1' 12:06:47 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:06:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:06:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:06:50 + sudo service docker restart 12:06:50 + true 12:06:57 Running on prd-centos7-docker-4c-2g-515 in /w/workspace/undry_go-mod-configuration_PR-41 [Pipeline] { [Pipeline] ws 12:06:57 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 12:06:57 Selected Git installation does not exist. Using Default 12:06:57 The recommended git tool is: NONE 12:06:59 using credential edgex-jenkins-ssh 12:06:59 Cloning the remote Git repository 12:07:00 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 12:07:00 > git init /w/workspace/go-mod-configuration/1 # timeout=10 12:07:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 12:07:00 > git --version # timeout=10 12:07:00 > git --version # 'git version 2.24.4' 12:07:00 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:00 [INFO] Currently running in a labeled security context 12:07:00 [INFO] Currently SELinux is 'enforcing' on the host 12:07:00 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh7252361110073461263.key 12:07:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 12:07:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 12:07:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 12:07:00 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:00 [INFO] Currently running in a labeled security context 12:07:00 [INFO] Currently SELinux is 'enforcing' on the host 12:07:00 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh339134071019694354.key 12:07:00 > 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 12:07:01 Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit 46be54db7f748eeb69772261eda72bf9d7931ded 12:07:01 Merge succeeded, producing 46be54db7f748eeb69772261eda72bf9d7931ded 12:07:01 Checking out Revision 46be54db7f748eeb69772261eda72bf9d7931ded (PR-41) 12:07:01 > git config core.sparsecheckout # timeout=10 12:07:01 > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 12:07:01 > git remote # timeout=10 12:07:01 > git config --get remote.origin.url # timeout=10 12:07:01 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:01 [INFO] Currently running in a labeled security context 12:07:01 [INFO] Currently SELinux is 'enforcing' on the host 12:07:01 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh1034375975156685639.key 12:07:01 > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 12:07:01 > git rev-parse HEAD^{commit} # timeout=10 12:07:01 > git config core.sparsecheckout # timeout=10 12:07:01 > git checkout -f 46be54db7f748eeb69772261eda72bf9d7931ded # timeout=10 12:07:04 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" 12:07:04 > git --version # timeout=10 12:07:04 > git --version # 'git version 2.24.4' 12:07:04 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:07:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:07:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:07:06 + sudo service docker restart 12:07:06 + true 12:07:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 12:07:09 ========================================================= 12:07:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 12:07:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:07:09 + 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 . 12:07:10 Sending build context to Docker daemon 268.3kB 12:07:10 Step 1/7 : ARG BASE=golang:1.16-alpine 12:07:10 Step 2/7 : FROM ${BASE} 12:07:11 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:07:11 595b0fe564bb: Pulling fs layer 12:07:11 3088b5b3c5c0: Pulling fs layer 12:07:11 5b7225fbf94c: Pulling fs layer 12:07:11 ba82ee9f976e: Pulling fs layer 12:07:11 506bd15cee9f: Pulling fs layer 12:07:11 75a0a4a0db45: Pulling fs layer 12:07:11 618dc40b7e24: Pulling fs layer 12:07:11 506bd15cee9f: Waiting 12:07:11 75a0a4a0db45: Waiting 12:07:11 618dc40b7e24: Waiting 12:07:11 ba82ee9f976e: Waiting 12:07:11 5b7225fbf94c: Verifying Checksum 12:07:11 5b7225fbf94c: Download complete 12:07:11 3088b5b3c5c0: Verifying Checksum 12:07:11 3088b5b3c5c0: Download complete 12:07:11 506bd15cee9f: Download complete 12:07:11 75a0a4a0db45: Verifying Checksum 12:07:11 75a0a4a0db45: Download complete 12:07:11 595b0fe564bb: Verifying Checksum 12:07:11 595b0fe564bb: Download complete 12:07:11 595b0fe564bb: Pull complete 12:07:12 3088b5b3c5c0: Pull complete 12:07:12 5b7225fbf94c: Pull complete 12:07:13 618dc40b7e24: Verifying Checksum 12:07:13 618dc40b7e24: Download complete 12:07:14 ba82ee9f976e: Verifying Checksum 12:07:14 ba82ee9f976e: Download complete 12:07:25 ba82ee9f976e: Pull complete 12:07:25 506bd15cee9f: Pull complete 12:07:25 75a0a4a0db45: Pull complete [Pipeline] unstash [Pipeline] echo 12:07:25 ========================================================= 12:07:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 12:07:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:07:25 + 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 . 12:07:25 Sending build context to Docker daemon 269.3kB 12:07:25 Step 1/7 : ARG BASE=golang:1.16-alpine 12:07:25 Step 2/7 : FROM ${BASE} 12:07:26 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 12:07:26 540db60ca938: Pulling fs layer 12:07:26 adcc1eea9eea: Pulling fs layer 12:07:26 4c4ab2625f07: Pulling fs layer 12:07:26 0510c868ecb4: Pulling fs layer 12:07:26 afea3b2eda06: Pulling fs layer 12:07:26 7809a108b3ef: Pulling fs layer 12:07:26 f706445af74f: Pulling fs layer 12:07:26 0510c868ecb4: Waiting 12:07:26 afea3b2eda06: Waiting 12:07:26 7809a108b3ef: Waiting 12:07:26 f706445af74f: Waiting 12:07:26 4c4ab2625f07: Verifying Checksum 12:07:26 4c4ab2625f07: Download complete 12:07:26 adcc1eea9eea: Verifying Checksum 12:07:26 adcc1eea9eea: Download complete 12:07:26 afea3b2eda06: Verifying Checksum 12:07:26 afea3b2eda06: Download complete 12:07:26 7809a108b3ef: Verifying Checksum 12:07:26 7809a108b3ef: Download complete 12:07:26 540db60ca938: Verifying Checksum 12:07:26 540db60ca938: Download complete 12:07:26 540db60ca938: Pull complete 12:07:26 adcc1eea9eea: Pull complete 12:07:26 4c4ab2625f07: Pull complete 12:07:27 f706445af74f: Verifying Checksum 12:07:27 f706445af74f: Download complete 12:07:27 0510c868ecb4: Verifying Checksum 12:07:27 0510c868ecb4: Download complete 12:07:28 618dc40b7e24: Pull complete 12:07:28 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 12:07:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 12:07:28 ---> a36622ca3599 12:07:28 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:07:30 ---> Running in 92c2c193bc75 12:07:31 0510c868ecb4: Pull complete 12:07:31 afea3b2eda06: Pull complete 12:07:31 7809a108b3ef: Pull complete 12:07:31 Removing intermediate container 92c2c193bc75 12:07:31 ---> 6663c4caf32e 12:07:31 Step 4/7 : RUN apk add --update bash 12:07:31 ---> Running in 1199d30c12a7 12:07:32 f706445af74f: Pull complete 12:07:32 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 12:07:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 12:07:32 ---> b068be0155e3 12:07:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:07:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 12:07:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 12:07:34 OK: 138 MiB in 40 packages 12:07:35 Removing intermediate container 1199d30c12a7 12:07:35 ---> 4c4464256fda 12:07:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:07:35 ---> Running in bbab78f3e71d 12:07:36 Removing intermediate container bbab78f3e71d 12:07:36 ---> 5f75409e69d5 12:07:36 Step 6/7 : COPY go.mod . 12:07:37 ---> f56580dbd7b8 12:07:37 Step 7/7 : RUN go mod download 12:07:37 ---> Running in 400641d4ba76 12:07:38 ---> Running in ac79cf0bb671 12:07:38 Removing intermediate container ac79cf0bb671 12:07:38 ---> 44b17027dc0c 12:07:38 Step 4/7 : RUN apk add --update bash 12:07:38 ---> Running in 007a097638bf 12:07:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 12:07:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 12:07:38 OK: 149 MiB in 40 packages 12:07:39 Removing intermediate container 007a097638bf 12:07:39 ---> 9338da45cd92 12:07:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:07:39 ---> Running in fd6a92a7676e 12:07:39 Removing intermediate container fd6a92a7676e 12:07:39 ---> c3903b743bba 12:07:39 Step 6/7 : COPY go.mod . 12:07:39 ---> 06d96a6799f8 12:07:39 Step 7/7 : RUN go mod download 12:07:39 ---> Running in 237323dc9dad 12:07:47 Removing intermediate container 237323dc9dad 12:07:47 ---> a16f020b463c 12:07:47 Successfully built a16f020b463c 12:07:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:07:47 + docker inspect -f . ci-base-image-x86_64 12:07:47 . [Pipeline] withDockerContainer 12:07:48 prd-centos7-docker-4c-2g-515 does not seem to be running inside a container 12:07:48 $ 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 12:07:48 $ docker top e75c5106d7d39d1a5dfc72e446e8b3a3cb5f0f89597cb2a3139239672fa563f3 -eo pid,comm [Pipeline] { [Pipeline] sh 12:07:48 + go version 12:07:48 go version go1.16.3 linux/amd64 [Pipeline] } 12:07:48 $ docker stop --time=1 e75c5106d7d39d1a5dfc72e446e8b3a3cb5f0f89597cb2a3139239672fa563f3 12:07:50 $ docker rm -f e75c5106d7d39d1a5dfc72e446e8b3a3cb5f0f89597cb2a3139239672fa563f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:07:51 + docker inspect -f . ci-base-image-x86_64 12:07:51 . [Pipeline] withDockerContainer 12:07:51 prd-centos7-docker-4c-2g-515 does not seem to be running inside a container 12:07:51 $ 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 12:07:51 $ docker top 52c343ed09c0542f2f7935f7fc8d680faffc695b2101352eb511850b77850b5c -eo pid,comm [Pipeline] { [Pipeline] sh 12:07:52 + go mod tidy [Pipeline] sh 12:07:52 + make test 12:07:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:07:55 Removing intermediate container 400641d4ba76 12:07:55 ---> d00b23fbed17 12:07:55 Successfully built d00b23fbed17 12:07:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:07:56 + docker inspect -f . ci-base-image-arm64 12:07:56 . [Pipeline] withDockerContainer 12:07:56 prd-ubuntu18.04-docker-arm64-4c-16g-514 does not seem to be running inside a container 12:07:56 $ 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 12:07:57 $ docker top f5ac4a959f71d0c3c34765b694535d7d0930ce0bdf279f98f8d2deac60acfb45 -eo pid,comm [Pipeline] { [Pipeline] sh 12:07:59 + go version 12:07:59 go version go1.16.5 linux/arm64 [Pipeline] } 12:07:59 $ docker stop --time=1 f5ac4a959f71d0c3c34765b694535d7d0930ce0bdf279f98f8d2deac60acfb45 12:08:00 $ docker rm -f f5ac4a959f71d0c3c34765b694535d7d0930ce0bdf279f98f8d2deac60acfb45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:08:02 + docker inspect -f . ci-base-image-arm64 12:08:02 . [Pipeline] withDockerContainer 12:08:02 prd-ubuntu18.04-docker-arm64-4c-16g-514 does not seem to be running inside a container 12:08:02 $ 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 12:08:02 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.036s coverage: 85.7% of statements 12:08:04 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.528s coverage: 87.4% of statements 12:08:04 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.002s coverage: 100.0% of statements 12:08:04 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:08:04 $ docker top 97388e3e5cc8b01e3e98bbb0f7451b7311366a158eff233ac0937b5c0127b20f -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:05 + go mod tidy [Pipeline] sh 12:08:06 + make test 12:08:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:08:08 gofmt -l . 12:08:08 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:08:08 $ docker stop --time=1 52c343ed09c0542f2f7935f7fc8d680faffc695b2101352eb511850b77850b5c 12:08:09 $ docker rm -f 52c343ed09c0542f2f7935f7fc8d680faffc695b2101352eb511850b77850b5c [Pipeline] // withDockerContainer [Pipeline] sh 12:08:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:08:10 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 12:08:12 ---> job-cost.sh 12:08:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vQzM 12:08:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:08:35 lf-activate-venv(): INFO: Adding /tmp/venv-vQzM/bin to PATH 12:08:35 INFO: No Stack... 12:08:35 INFO: Retrieving Pricing Info for: v3-standard-2 12:08:35 INFO: Archiving Costs [Pipeline] sh 12:08:35 + cut -d, -f6 12:08:35 + cat /w/workspace/go-mod-configuration/1/archives/cost.csv [Pipeline] lock 12:08:35 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] 12:08:35 Resource [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] did not exist. Created. 12:08:35 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:08:36 + echo total: 0.05999999865889549 [Pipeline] stash 12:08:36 Stashed 1 file(s) [Pipeline] } 12:08:36 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] } 12:08:38 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.039s coverage: 85.7% of statements 12:08:38 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.635s coverage: 87.4% of statements 12:08:38 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.019s coverage: 100.0% of statements 12:08:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:08:58 gofmt -l . 12:08:58 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:08:58 $ docker stop --time=1 97388e3e5cc8b01e3e98bbb0f7451b7311366a158eff233ac0937b5c0127b20f 12:09:00 $ docker rm -f 97388e3e5cc8b01e3e98bbb0f7451b7311366a158eff233ac0937b5c0127b20f [Pipeline] // withDockerContainer [Pipeline] sh 12:09:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:09:01 Warning: overwriting stash ‘coverage-report’ 12:09:02 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 12:09:03 ---> job-cost.sh 12:09:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CJEG 12:09:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:11:04 lf-activate-venv(): INFO: Adding /tmp/venv-CJEG/bin to PATH 12:11:04 INFO: No Stack... 12:11:04 INFO: Retrieving Pricing Info for: v2-standard-4 12:11:04 INFO: Archiving Costs [Pipeline] sh 12:11:04 + cat /w/workspace/go-mod-configuration/1/archives/cost.csv 12:11:04 + cut -d, -f6 [Pipeline] lock 12:11:04 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] 12:11:04 Resource [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] did not exist. Created. 12:11:04 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-41-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:11:05 /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 12:11:05 + echo total: 0.18000000715255737 [Pipeline] stash 12:11:05 Warning: overwriting stash ‘stack-cost’ 12:11:06 Stashed 1 file(s) [Pipeline] } 12:11:06 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 12:11:07 provisioning config files... 12:11:07 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-41@tmp/config7065995257464653442tmp [Pipeline] { [Pipeline] sh 12:11:07 + set +x 12:11:07 + curl -s https://codecov.io/bash 12:11:07 + bash -s -- 12:11:07 12:11:07 _____ _ 12:11:07 / ____| | | 12:11:07 | | ___ __| | ___ ___ _____ __ 12:11:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:11:07 | |___| (_) | (_| | __/ (_| (_) \ V / 12:11:07 \_____\___/ \__,_|\___|\___\___/ \_/ 12:11:07 Bash-1.0.3 12:11:07 12:11:07 12:11:07 ==> git version 2.24.4 found 12:11:07 ==> 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 12:11:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:11:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:11:07 ==> Jenkins CI detected. 12:11:07 project root: . 12:11:07 --> token set from env 12:11:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:11:08 ==> Running gcov in . (disable via -X gcov) 12:11:08 ==> Python coveragepy not found 12:11:08 ==> Searching for coverage reports in: 12:11:08 + . 12:11:08 -> Found 1 reports 12:11:08 ==> Detecting git/mercurial file structure 12:11:08 ==> Reading reports 12:11:08 + ./coverage.out bytes=14452 12:11:08 ==> Appending adjustments 12:11:08 https://docs.codecov.io/docs/fixing-reports 12:11:08 + Found adjustments 12:11:08 ==> Gzipping contents 12:11:08 4.0K /tmp/codecov.H62wBa.gz 12:11:08 ==> Uploading reports 12:11:08 url: https://codecov.io 12:11:08 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= 12:11:08 -> Pinging Codecov 12:11:08 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= 12:11:08 -> Uploading to 12:11:08 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 12:11:08 % Total % Received % Xferd Average Speed Time Time Time Current 12:11:08 Dload Upload Total Spent Left Speed 12:11:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2644 0 0 100 2644 0 7754 --:--:-- --:--:-- --:--:-- 7776 12:11:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/46be54db7f748eeb69772261eda72bf9d7931ded [Pipeline] } 12:11:09 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 12:11:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:11:12 ---> package-listing.sh 12:11:12 ++ facter osfamily 12:11:12 ++ tr '[:upper:]' '[:lower:]' 12:11:12 + OS_FAMILY=redhat 12:11:12 + workspace=/w/workspace/undry_go-mod-configuration_PR-41 12:11:12 + START_PACKAGES=/tmp/packages_start.txt 12:11:12 + END_PACKAGES=/tmp/packages_end.txt 12:11:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:11:12 + PACKAGES=/tmp/packages_start.txt 12:11:12 + '[' /w/workspace/undry_go-mod-configuration_PR-41 ']' 12:11:12 + PACKAGES=/tmp/packages_end.txt 12:11:12 + case "${OS_FAMILY}" in 12:11:12 + rpm -qa 12:11:12 + sort 12:11:13 + '[' -f /tmp/packages_start.txt ']' 12:11:13 + '[' -f /tmp/packages_end.txt ']' 12:11:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:11:13 + '[' /w/workspace/undry_go-mod-configuration_PR-41 ']' 12:11:13 + mkdir -p /w/workspace/undry_go-mod-configuration_PR-41/archives/ 12:11:13 + 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 12:11:13 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 12:11:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:11:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:11:14 12:11:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:11:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:11:14 alpine: Pulling from edgex-lftools-log-publisher 12:11:14 df20fa9351a1: Pulling fs layer 12:11:14 36b3adc4ff6f: Pulling fs layer 12:11:14 8ad3a11d3b57: Pulling fs layer 12:11:14 46f8f816bc3b: Pulling fs layer 12:11:14 93b61091891f: Pulling fs layer 12:11:14 93b9cdb0e59b: Pulling fs layer 12:11:14 5e14af77c1be: Pulling fs layer 12:11:14 01666e4c0597: Pulling fs layer 12:11:14 aa168da1d23b: Pulling fs layer 12:11:14 46f8f816bc3b: Waiting 12:11:14 93b61091891f: Waiting 12:11:14 93b9cdb0e59b: Waiting 12:11:14 5e14af77c1be: Waiting 12:11:14 01666e4c0597: Waiting 12:11:14 aa168da1d23b: Waiting 12:11:14 36b3adc4ff6f: Verifying Checksum 12:11:14 36b3adc4ff6f: Download complete 12:11:15 46f8f816bc3b: Verifying Checksum 12:11:15 46f8f816bc3b: Download complete 12:11:15 df20fa9351a1: Verifying Checksum 12:11:15 df20fa9351a1: Download complete 12:11:15 93b9cdb0e59b: Verifying Checksum 12:11:15 93b9cdb0e59b: Download complete 12:11:15 93b61091891f: Verifying Checksum 12:11:15 93b61091891f: Download complete 12:11:15 5e14af77c1be: Verifying Checksum 12:11:15 5e14af77c1be: Download complete 12:11:15 01666e4c0597: Verifying Checksum 12:11:15 01666e4c0597: Download complete 12:11:15 8ad3a11d3b57: Verifying Checksum 12:11:15 8ad3a11d3b57: Download complete 12:11:15 df20fa9351a1: Pull complete 12:11:15 36b3adc4ff6f: Pull complete 12:11:15 8ad3a11d3b57: Pull complete 12:11:15 46f8f816bc3b: Pull complete 12:11:16 93b61091891f: Pull complete 12:11:16 93b9cdb0e59b: Pull complete 12:11:16 5e14af77c1be: Pull complete 12:11:16 01666e4c0597: Pull complete 12:11:16 aa168da1d23b: Verifying Checksum 12:11:16 aa168da1d23b: Download complete 12:11:21 aa168da1d23b: Pull complete 12:11:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:11:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:11:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:11:21 prd-centos7-docker-4c-2g-512 does not seem to be running inside a container 12:11:21 $ 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 12:11:23 $ docker top 8c969c8eb2f0691c01aff0324d55e163b7262554554302d3c8b54a5f34a40d6d -eo pid,comm [Pipeline] { [Pipeline] sh 12:11:23 + touch /tmp/pre-build-complete [Pipeline] sh 12:11:24 + mkdir -p /var/log/sa [Pipeline] sh 12:11:24 + ls /var/log/sa-host 12:11:24 + sadf -c /var/log/sa-host/sa05 12:11:24 file_magic: OK 12:11:24 HZ: Using current value: 100 12:11:24 file_header: OK 12:11:24 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 12:11:24 Statistics: 12:11:24 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:11:24 File successfully converted to sysstat format version 12.2.1 12:11:24 + sadf -c /var/log/sa-host/sa21 12:11:24 file_magic: OK 12:11:24 HZ: Using current value: 100 12:11:24 file_header: OK 12:11:24 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 12:11:24 Statistics: 12:11:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:11:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:11:25 provisioning config files... 12:11:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-41@tmp/config4371845349798729578tmp [Pipeline] { [Pipeline] echo 12:11:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:11:25 ---> create-netrc.sh [Pipeline] } 12:11:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:11:26 ---> python-tools-install.sh [Pipeline] echo 12:11:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:11:26 ---> sudo-logs.sh 12:11:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:11:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:11:27 ---> job-cost.sh 12:11:27 lf-activate-venv: SKIPPING 12:11:27 DEBUG: total: 0.18000000715255737 12:11:27 INFO: Retrieving Stack Cost... 12:11:28 INFO: Retrieving Pricing Info for: v3-standard-2 12:11:28 INFO: Archiving Costs [Pipeline] echo 12:11:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:11:28 ---> logs-deploy.sh 12:11:28 lf-activate-venv: SKIPPING 12:11:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-41/1 12:11:28 INFO: archiving workspace using pattern(s): 12:11:29 Archives upload complete. 12:11:29 INFO: archiving logs to Nexus 12:11:30 ---> uname -a: 12:11:30 Linux prd-centos7-docker-4c-2g-512.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 12:11:30 12:11:30 12:11:30 ---> lscpu: 12:11:30 Architecture: x86_64 12:11:30 CPU op-mode(s): 32-bit, 64-bit 12:11:30 Byte Order: Little Endian 12:11:30 Address sizes: 40 bits physical, 48 bits virtual 12:11:30 CPU(s): 2 12:11:30 On-line CPU(s) list: 0,1 12:11:30 Thread(s) per core: 1 12:11:30 Core(s) per socket: 1 12:11:30 Socket(s): 2 12:11:30 NUMA node(s): 1 12:11:30 Vendor ID: AuthenticAMD 12:11:30 CPU family: 23 12:11:30 Model: 49 12:11:30 Model name: AMD EPYC-Rome Processor 12:11:30 Stepping: 0 12:11:30 CPU MHz: 2800.000 12:11:30 BogoMIPS: 5600.00 12:11:30 Virtualization: AMD-V 12:11:30 Hypervisor vendor: KVM 12:11:30 Virtualization type: full 12:11:30 L1d cache: 64 KiB 12:11:30 L1i cache: 64 KiB 12:11:30 L2 cache: 1 MiB 12:11:30 L3 cache: 32 MiB 12:11:30 NUMA node0 CPU(s): 0,1 12:11:30 Vulnerability Itlb multihit: Not affected 12:11:30 Vulnerability L1tf: Not affected 12:11:30 Vulnerability Mds: Not affected 12:11:30 Vulnerability Meltdown: Not affected 12:11:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:11:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:11:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:11:30 Vulnerability Srbds: Not affected 12:11:30 Vulnerability Tsx async abort: Not affected 12:11:30 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 12:11:30 12:11:30 12:11:30 ---> nproc: 12:11:30 2 12:11:30 12:11:30 12:11:30 ---> df -h: 12:11:30 Filesystem Size Used Available Use% Mounted on 12:11:30 overlay 40.0G 7.6G 32.4G 19% / 12:11:30 tmpfs 64.0M 0 64.0M 0% /dev 12:11:30 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 12:11:30 shm 64.0M 0 64.0M 0% /dev/shm 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/undry_go-mod-configuration_PR-41 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/undry_go-mod-configuration_PR-41@tmp 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 12:11:30 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 12:11:30 12:11:30 12:11:30 ---> free -m: 12:11:30 total used free shared buff/cache available 12:11:30 Mem: 7821 915 4813 0 2092 6727 12:11:30 Swap: 1023 0 1023 12:11:30 12:11:30 12:11:30 ---> ip addr: 12:11:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:11:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:11:30 inet 127.0.0.1/8 scope host lo 12:11:30 valid_lft forever preferred_lft forever 12:11:30 inet6 ::1/128 scope host 12:11:30 valid_lft forever preferred_lft forever 12:11:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:11:30 link/ether fa:16:3e:af:f7:58 brd ff:ff:ff:ff:ff:ff 12:11:30 inet 10.30.123.52/23 brd 10.30.123.255 scope global dynamic eth0 12:11:30 valid_lft 85919sec preferred_lft 85919sec 12:11:30 inet6 fe80::f816:3eff:feaf:f758/64 scope link 12:11:30 valid_lft forever preferred_lft forever 12:11:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:11:30 link/ether 02:42:e6:b8:2a:84 brd ff:ff:ff:ff:ff:ff 12:11:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:11:30 valid_lft forever preferred_lft forever 12:11:30 inet6 fe80::42:e6ff:feb8:2a84/64 scope link 12:11:30 valid_lft forever preferred_lft forever 12:11:30 12:11:30 12:11:30 ---> sar -b -r -n DEV: 12:11:30 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/21/21 _x86_64_ (2 CPU) 12:11:30 12:11:30 12:03:18 LINUX RESTART (2 CPU) 12:11:30 12:11:30 12:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:11:30 12:05:01 20.22 3.18 17.04 0.00 2522.05 2932.66 0.00 12:11:30 12:06:01 0.40 0.00 0.40 0.00 0.00 7.18 0.00 12:11:30 12:07:01 0.23 0.00 0.23 0.00 0.00 3.22 0.00 12:11:30 12:08:01 0.30 0.00 0.30 0.00 0.00 4.10 0.00 12:11:30 12:09:01 0.18 0.00 0.18 0.00 0.00 2.50 0.00 12:11:30 12:10:01 0.35 0.00 0.35 0.00 0.00 4.83 0.00 12:11:30 12:11:01 0.18 0.00 0.18 0.00 0.00 3.13 0.00 12:11:30 Average: 3.12 0.45 2.67 0.00 360.34 422.58 0.00 12:11:30 12:11:30 12:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:11:30 12:05:01 5486048 0 785640 9.81 2620 1734632 1249240 13.79 558168 1566720 20 12:11:30 12:06:01 5487548 0 784136 9.79 2620 1734636 1205836 13.31 557428 1566684 8 12:11:30 12:07:01 5485316 0 786364 9.82 2620 1734640 1206184 13.32 553056 1573068 8 12:11:30 12:08:01 5485576 0 786100 9.82 2620 1734644 1205836 13.31 553124 1573068 8 12:11:30 12:09:01 5485004 0 786664 9.82 2620 1734652 1205956 13.31 553132 1573788 16 12:11:30 12:10:01 5484932 0 786736 9.82 2620 1734652 1205992 13.31 553352 1573788 8 12:11:30 12:11:01 5483988 0 787668 9.83 2620 1734664 1205884 13.31 554548 1573828 8 12:11:30 Average: 5485487 0 786187 9.82 2620 1734646 1212133 13.38 554687 1571563 11 12:11:30 12:11:30 12:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:11:30 12:05:01 eth0 64.76 50.60 332.16 12.14 0.00 0.00 0.00 0.00 12:11:30 12:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:05:01 docker0 1.13 1.02 0.24 1.55 0.00 0.00 0.00 0.00 12:11:30 12:06:01 eth0 0.72 0.02 0.06 0.00 0.00 0.00 0.00 0.00 12:11:30 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:07:01 eth0 1.35 0.52 0.58 0.39 0.00 0.00 0.00 0.00 12:11:30 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:11:30 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:09:01 eth0 0.27 0.23 0.09 0.07 0.00 0.00 0.00 0.00 12:11:30 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:10:01 eth0 0.48 0.28 0.27 0.17 0.00 0.00 0.00 0.00 12:11:30 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:11:01 eth0 0.20 0.12 0.07 0.04 0.00 0.00 0.00 0.00 12:11:30 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 Average: eth0 9.70 7.41 47.61 1.83 0.00 0.00 0.00 0.00 12:11:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:30 Average: docker0 0.16 0.15 0.03 0.22 0.00 0.00 0.00 0.00 12:11:30 12:11:30 12:11:30 ---> sar -P ALL: 12:11:30 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/21/21 _x86_64_ (2 CPU) 12:11:30 12:11:30 12:03:18 LINUX RESTART (2 CPU) 12:11:30 12:11:30 12:04:01 CPU %user %nice %system %iowait %steal %idle 12:11:30 12:05:01 all 2.24 0.00 1.15 0.49 0.04 96.07 12:11:30 12:05:01 0 2.29 0.00 1.25 0.52 0.05 95.89 12:11:30 12:05:01 1 2.19 0.00 1.06 0.46 0.03 96.26 12:11:30 12:06:01 all 0.10 0.00 0.04 0.00 0.03 99.83 12:11:30 12:06:01 0 0.03 0.00 0.05 0.00 0.03 99.88 12:11:30 12:06:01 1 0.17 0.00 0.03 0.00 0.02 99.78 12:11:30 12:07:01 all 0.13 0.00 0.05 0.00 0.03 99.78 12:11:30 12:07:01 0 0.07 0.00 0.05 0.00 0.03 99.85 12:11:30 12:07:01 1 0.20 0.00 0.05 0.00 0.03 99.72 12:11:30 12:08:01 all 0.18 0.00 0.03 0.00 0.03 99.77 12:11:30 12:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:11:30 12:08:01 1 0.35 0.00 0.03 0.00 0.03 99.58 12:11:30 12:09:01 all 0.15 0.00 0.03 0.00 0.03 99.80 12:11:30 12:09:01 0 0.05 0.00 0.03 0.00 0.03 99.88 12:11:30 12:09:01 1 0.25 0.00 0.02 0.00 0.02 99.72 12:11:30 12:10:01 all 0.03 0.00 0.03 0.00 0.03 99.92 12:11:30 12:10:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:11:30 12:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:11:30 12:11:01 all 0.11 0.00 0.03 0.00 0.03 99.83 12:11:30 12:11:01 0 0.05 0.00 0.05 0.00 0.03 99.87 12:11:30 12:11:01 1 0.17 0.00 0.02 0.00 0.02 99.80 12:11:30 Average: all 0.42 0.00 0.19 0.07 0.03 99.29 12:11:30 Average: 0 0.36 0.00 0.21 0.07 0.03 99.32 12:11:30 Average: 1 0.48 0.00 0.18 0.06 0.02 99.26 12:11:30 12:11:30 12:11:30