Pull request #228 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 028a0e7e35253d8bea1cba43bf359faff050a28b+6424ef1aa096d3293dded1f1f35f7c692ad4658b (4cdc84753e70adcba907be0dfcf2a5126da40009) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4104’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4111 in /w/workspace/xfoundry_go-mod-bootstrap_PR-228 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-228 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6424ef1aa096d3293dded1f1f35f7c692ad4658b into PR head commit 028a0e7e35253d8bea1cba43bf359faff050a28b Merge succeeded, producing 3c0be964356eddaf06394924de840221175d3a5b Checking out Revision 3c0be964356eddaf06394924de840221175d3a5b (PR-228) > git config core.sparsecheckout # timeout=10 > git checkout -f 028a0e7e35253d8bea1cba43bf359faff050a28b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6424ef1aa096d3293dded1f1f35f7c692ad4658b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c0be964356eddaf06394924de840221175d3a5b # timeout=10 Commit message: "Merge commit '6424ef1aa096d3293dded1f1f35f7c692ad4658b' into HEAD" > git rev-list --no-walk 028a0e7e35253d8bea1cba43bf359faff050a28b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T17:32:06.554Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T17:32:06.643Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T17:32:06.674Z] ========================================================= [2021-05-10T17:32:06.674Z] EdgeX Global Pipelines Version Info [2021-05-10T17:32:06.674Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:32:08.679Z] ------------------- [2021-05-10T17:32:08.679Z] stable info: [2021-05-10T17:32:08.679Z] ------------------- [2021-05-10T17:32:08.679Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T17:32:08.679Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T17:32:08.679Z] Message: update stable to v1.0.191 [2021-05-10T17:32:09.253Z] ------------------- [2021-05-10T17:32:09.253Z] experimental info: [2021-05-10T17:32:09.253Z] ------------------- [2021-05-10T17:32:09.253Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T17:32:09.253Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-10T17:32:09.253Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T17:32:09.375Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-05-10T17:32:09.412Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-05-10T17:32:09.436Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T17:32:09.472Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T17:32:09.497Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T17:32:09.529Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T17:32:09.560Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T17:32:09.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T17:32:09.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-10T17:32:09.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T17:32:09.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T17:32:09.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-05-10T17:32:09.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T17:32:09.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T17:32:09.838Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:32:09.873Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:32:09.897Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:32:09.945Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:32:09.970Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T17:32:10.004Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T17:32:10.025Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-10T17:32:10.059Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-10T17:32:10.089Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T17:32:10.121Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T17:32:10.146Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-10T17:32:10.180Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T17:32:10.204Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-228 [Pipeline] echo [2021-05-10T17:32:10.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-228 [Pipeline] echo [2021-05-10T17:32:10.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-228 [Pipeline] echo [2021-05-10T17:32:10.300Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c0be964356eddaf06394924de840221175d3a5b [Pipeline] echo [2021-05-10T17:32:10.325Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c0be96 [Pipeline] echo [2021-05-10T17:32:10.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T17:32:10.837Z] + git log --format=format:%s -1 3c0be964356eddaf06394924de840221175d3a5b [Pipeline] echo [2021-05-10T17:32:10.919Z] GIT_COMMIT: 3c0be964356eddaf06394924de840221175d3a5b, Commit Message: Merge commit '6424ef1aa096d3293dded1f1f35f7c692ad4658b' into HEAD [Pipeline] echo [2021-05-10T17:32:10.933Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:32:11.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:32:11.766Z] [2021-05-10T17:32:11.766Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:32:12.085Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:32:12.085Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T17:32:12.085Z] 31603596830f: Pulling fs layer [2021-05-10T17:32:12.085Z] 54011a49482f: Pulling fs layer [2021-05-10T17:32:12.085Z] a6820b24f6d8: Pulling fs layer [2021-05-10T17:32:12.085Z] f581987b2513: Pulling fs layer [2021-05-10T17:32:12.085Z] f581987b2513: Waiting [2021-05-10T17:32:12.085Z] 54011a49482f: Verifying Checksum [2021-05-10T17:32:12.085Z] 54011a49482f: Download complete [2021-05-10T17:32:12.348Z] 31603596830f: Verifying Checksum [2021-05-10T17:32:12.348Z] 31603596830f: Download complete [2021-05-10T17:32:12.348Z] a6820b24f6d8: Verifying Checksum [2021-05-10T17:32:12.348Z] a6820b24f6d8: Download complete [2021-05-10T17:32:12.348Z] f581987b2513: Verifying Checksum [2021-05-10T17:32:12.348Z] f581987b2513: Download complete [2021-05-10T17:32:12.612Z] 31603596830f: Pull complete [2021-05-10T17:32:12.874Z] 54011a49482f: Pull complete [2021-05-10T17:32:13.821Z] a6820b24f6d8: Pull complete [2021-05-10T17:32:13.821Z] f581987b2513: Pull complete [2021-05-10T17:32:13.821Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T17:32:14.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:32:14.083Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T17:32:14.181Z] prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container [2021-05-10T17:32:14.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-228 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228:/w/workspace/xfoundry_go-mod-bootstrap_PR-228:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T17:32:16.247Z] $ docker top 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T17:32:16.489Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:32:16.489Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:32:16.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:32:16.728Z] $ docker exec 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b ssh-agent [2021-05-10T17:32:16.908Z] SSH_AUTH_SOCK=/tmp/ssh-MoaEMed7N08H/agent.12 [2021-05-10T17:32:16.908Z] SSH_AGENT_PID=17 [2021-05-10T17:32:16.919Z] Running ssh-add (command line suppressed) [2021-05-10T17:32:17.040Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/private_key_6893678682286290964.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/private_key_6893678682286290964.key) [2021-05-10T17:32:17.095Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:32:17.410Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T17:32:17.431Z] $ docker exec --env ******** --env ******** 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b ssh-agent -k [2021-05-10T17:32:17.544Z] unset SSH_AUTH_SOCK; [2021-05-10T17:32:17.544Z] unset SSH_AGENT_PID; [2021-05-10T17:32:17.544Z] echo Agent pid 17 killed; [2021-05-10T17:32:17.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T17:32:17.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:32:17.638Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:32:17.808Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:32:17.812Z] $ docker exec 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b ssh-agent [2021-05-10T17:32:17.975Z] SSH_AUTH_SOCK=/tmp/ssh-NIKYHB5EfaRV/agent.46 [2021-05-10T17:32:17.975Z] SSH_AGENT_PID=52 [2021-05-10T17:32:17.984Z] Running ssh-add (command line suppressed) [2021-05-10T17:32:18.100Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/private_key_1834963838139111219.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/private_key_1834963838139111219.key) [2021-05-10T17:32:18.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:32:18.453Z] + git semver init [2021-05-10T17:32:18.453Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T17:32:18.453Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-228/.git [2021-05-10T17:32:18.453Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-228 [2021-05-10T17:32:18.453Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T17:32:18.453Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T17:32:18.453Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T17:32:18.453Z] # $SEMVER_BRANCH = PR-228 [2021-05-10T17:32:18.453Z] # $SEMVER_TEMP = /tmp/semver-411754620 [2021-05-10T17:32:18.453Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-05-10T17:32:19.029Z] # '/tmp/semver-411754620' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-228/.semver' [2021-05-10T17:32:19.029Z] # -> Force: false [2021-05-10T17:32:19.029Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-228/.semver [Pipeline] } [2021-05-10T17:32:19.045Z] $ docker exec --env ******** --env ******** 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b ssh-agent -k [2021-05-10T17:32:19.181Z] unset SSH_AUTH_SOCK; [2021-05-10T17:32:19.181Z] unset SSH_AGENT_PID; [2021-05-10T17:32:19.182Z] echo Agent pid 52 killed; [2021-05-10T17:32:19.235Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T17:32:19.577Z] + git semver [Pipeline] } [2021-05-10T17:32:19.596Z] $ docker stop --time=1 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b [2021-05-10T17:32:21.345Z] $ docker rm -f 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T17:32:22.201Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T17:32:22.655Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T17:32:22.659Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-10T17:32:37.875Z] Still waiting to schedule task [2021-05-10T17:32:37.875Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4108’ is offline; ‘prd-centos7-docker-4c-2g-4113’ is offline; ‘prd-centos7-docker-4c-2g-4114’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-10T17:32:37.877Z] Still waiting to schedule task [2021-05-10T17:32:37.878Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-10T17:34:28.364Z] Running on prd-centos7-docker-4c-2g-4122 in /w/workspace/xfoundry_go-mod-bootstrap_PR-228 [Pipeline] { [Pipeline] ws [2021-05-10T17:34:28.385Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2021-05-10T17:34:31.179Z] using credential edgex-jenkins-ssh [2021-05-10T17:34:31.193Z] Cloning the remote Git repository [2021-05-10T17:34:31.158Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T17:34:31.241Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2021-05-10T17:34:31.308Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T17:34:31.308Z] > git --version # timeout=10 [2021-05-10T17:34:31.314Z] > git --version # 'git version 2.24.3' [2021-05-10T17:34:31.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:34:31.341Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:34:32.560Z] Merging remotes/origin/master commit 6424ef1aa096d3293dded1f1f35f7c692ad4658b into PR head commit 028a0e7e35253d8bea1cba43bf359faff050a28b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T17:34:32.719Z] Failed in branch amd64 [2021-05-10T17:34:32.014Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-10T17:34:32.022Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:34:32.042Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-10T17:34:32.088Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T17:34:32.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:34:32.094Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T17:34:32.569Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T17:34:32.574Z] > git checkout -f 028a0e7e35253d8bea1cba43bf359faff050a28b # timeout=10 [2021-05-10T17:35:09.390Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4119 in /w/workspace/xfoundry_go-mod-bootstrap_PR-228 [Pipeline] { [Pipeline] ws [2021-05-10T17:35:09.411Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2021-05-10T17:35:14.839Z] using credential edgex-jenkins-ssh [2021-05-10T17:35:14.858Z] Cloning the remote Git repository [2021-05-10T17:35:14.929Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T17:35:15.136Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2021-05-10T17:35:15.228Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T17:35:15.228Z] > git --version # timeout=10 [2021-05-10T17:35:15.246Z] > git --version # 'git version 2.17.1' [2021-05-10T17:35:15.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:35:15.350Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:35:16.897Z] Merging remotes/origin/master commit 6424ef1aa096d3293dded1f1f35f7c692ad4658b into PR head commit 028a0e7e35253d8bea1cba43bf359faff050a28b [2021-05-10T17:35:16.232Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-10T17:35:16.247Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:35:16.278Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-10T17:35:16.309Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T17:35:16.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:35:16.323Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T17:35:16.907Z] > git config core.sparsecheckout # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T17:35:17.070Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:18.210Z] ---> sysstat.sh [2021-05-10T17:35:16.938Z] > git checkout -f 028a0e7e35253d8bea1cba43bf359faff050a28b # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:18.801Z] ---> package-listing.sh [2021-05-10T17:35:18.801Z] ++ facter osfamily [2021-05-10T17:35:18.801Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T17:35:18.801Z] + OS_FAMILY=redhat [2021-05-10T17:35:18.801Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-228 [2021-05-10T17:35:18.801Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T17:35:18.801Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T17:35:18.801Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T17:35:18.801Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T17:35:18.801Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-228 ']' [2021-05-10T17:35:18.801Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T17:35:18.801Z] + case "${OS_FAMILY}" in [2021-05-10T17:35:18.801Z] + rpm -qa [2021-05-10T17:35:18.801Z] + sort [2021-05-10T17:35:23.051Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T17:35:23.051Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T17:35:23.051Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T17:35:23.315Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-228 ']' [2021-05-10T17:35:23.315Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-228/archives/ [2021-05-10T17:35:23.315Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-228/archives/ [Pipeline] echo [2021-05-10T17:35:23.332Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T17:35:23.650Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:35:23.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:35:23.959Z] [2021-05-10T17:35:23.959Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:35:24.396Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:35:24.396Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T17:35:24.396Z] df20fa9351a1: Pulling fs layer [2021-05-10T17:35:24.396Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T17:35:24.396Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T17:35:24.396Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T17:35:24.396Z] 93b61091891f: Pulling fs layer [2021-05-10T17:35:24.396Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T17:35:24.396Z] 5e14af77c1be: Pulling fs layer [2021-05-10T17:35:24.396Z] 01666e4c0597: Pulling fs layer [2021-05-10T17:35:24.396Z] aa168da1d23b: Pulling fs layer [2021-05-10T17:35:24.396Z] 93b61091891f: Waiting [2021-05-10T17:35:24.396Z] 93b9cdb0e59b: Waiting [2021-05-10T17:35:24.396Z] 5e14af77c1be: Waiting [2021-05-10T17:35:24.396Z] 01666e4c0597: Waiting [2021-05-10T17:35:24.396Z] aa168da1d23b: Waiting [2021-05-10T17:35:24.396Z] 46f8f816bc3b: Waiting [2021-05-10T17:35:24.396Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T17:35:24.396Z] 36b3adc4ff6f: Download complete [2021-05-10T17:35:24.396Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T17:35:24.396Z] 46f8f816bc3b: Download complete [2021-05-10T17:35:24.396Z] df20fa9351a1: Download complete [2021-05-10T17:35:24.396Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T17:35:24.396Z] 93b9cdb0e59b: Download complete [2021-05-10T17:35:24.396Z] 5e14af77c1be: Verifying Checksum [2021-05-10T17:35:24.396Z] 5e14af77c1be: Download complete [2021-05-10T17:35:24.396Z] 01666e4c0597: Verifying Checksum [2021-05-10T17:35:24.396Z] 01666e4c0597: Download complete [2021-05-10T17:35:24.396Z] 93b61091891f: Verifying Checksum [2021-05-10T17:35:24.396Z] 93b61091891f: Download complete [2021-05-10T17:35:24.738Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T17:35:24.738Z] 8ad3a11d3b57: Download complete [2021-05-10T17:35:25.007Z] df20fa9351a1: Pull complete [2021-05-10T17:35:25.278Z] 36b3adc4ff6f: Pull complete [2021-05-10T17:35:26.241Z] 8ad3a11d3b57: Pull complete [2021-05-10T17:35:26.241Z] 46f8f816bc3b: Pull complete [2021-05-10T17:35:27.202Z] 93b61091891f: Pull complete [2021-05-10T17:35:27.202Z] 93b9cdb0e59b: Pull complete [2021-05-10T17:35:27.202Z] 5e14af77c1be: Pull complete [2021-05-10T17:35:27.465Z] 01666e4c0597: Pull complete [2021-05-10T17:35:27.737Z] aa168da1d23b: Verifying Checksum [2021-05-10T17:35:27.737Z] aa168da1d23b: Download complete [2021-05-10T17:35:35.964Z] aa168da1d23b: Pull complete [2021-05-10T17:35:35.964Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T17:35:35.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:35:35.964Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T17:35:36.201Z] prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container [2021-05-10T17:35:36.271Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-228 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228:/w/workspace/xfoundry_go-mod-bootstrap_PR-228:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-228@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T17:35:39.928Z] $ docker top a2b0dec24a3dc09bd5b7cc0ad1a88a61349cd426cc0bde274e95915b5e83d76e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:35:40.379Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T17:35:40.715Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T17:35:41.041Z] + ls /var/log/sa-host [2021-05-10T17:35:41.041Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T17:35:41.041Z] file_magic: OK [2021-05-10T17:35:41.041Z] HZ: Using current value: 100 [2021-05-10T17:35:41.041Z] file_header: OK [2021-05-10T17:35:41.041Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-10T17:35:41.041Z] Statistics: [2021-05-10T17:35:41.041Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T17:35:41.041Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T17:35:41.041Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T17:35:41.041Z] file_magic: OK [2021-05-10T17:35:41.041Z] HZ: Using current value: 100 [2021-05-10T17:35:41.041Z] file_header: OK [2021-05-10T17:35:41.041Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-10T17:35:41.041Z] Statistics: [2021-05-10T17:35:41.041Z] Hnuu...uuuununununu... [2021-05-10T17:35:41.041Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T17:35:41.221Z] provisioning config files... [2021-05-10T17:35:41.250Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/config5204892968436740055tmp [Pipeline] { [Pipeline] echo [2021-05-10T17:35:41.282Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:41.587Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T17:35:41.600Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T17:35:41.632Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:41.951Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T17:35:41.964Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:42.269Z] ---> sudo-logs.sh [2021-05-10T17:35:42.270Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T17:35:42.345Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:42.669Z] ---> job-cost.sh [2021-05-10T17:35:42.669Z] lf-activate-venv: SKIPPING [2021-05-10T17:35:42.669Z] INFO: No Stack... [2021-05-10T17:35:44.062Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T17:35:44.642Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T17:35:44.661Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:44.964Z] ---> logs-deploy.sh [2021-05-10T17:35:44.964Z] lf-activate-venv: SKIPPING [2021-05-10T17:35:44.964Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-228/2 [2021-05-10T17:35:44.964Z] INFO: archiving workspace using pattern(s): [2021-05-10T17:35:46.885Z] Archives upload complete. [2021-05-10T17:35:46.885Z] INFO: archiving logs to Nexus [2021-05-10T17:35:47.836Z] ---> uname -a: [2021-05-10T17:35:47.836Z] Linux prd-centos7-docker-4c-2g-4111.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-10T17:35:47.836Z] [2021-05-10T17:35:47.836Z] [2021-05-10T17:35:47.836Z] ---> lscpu: [2021-05-10T17:35:47.836Z] Architecture: x86_64 [2021-05-10T17:35:47.836Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-10T17:35:47.836Z] Byte Order: Little Endian [2021-05-10T17:35:47.836Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-10T17:35:47.836Z] CPU(s): 4 [2021-05-10T17:35:47.836Z] On-line CPU(s) list: 0-3 [2021-05-10T17:35:47.836Z] Thread(s) per core: 1 [2021-05-10T17:35:47.836Z] Core(s) per socket: 1 [2021-05-10T17:35:47.836Z] Socket(s): 4 [2021-05-10T17:35:47.836Z] NUMA node(s): 1 [2021-05-10T17:35:47.836Z] Vendor ID: GenuineIntel [2021-05-10T17:35:47.836Z] CPU family: 6 [2021-05-10T17:35:47.836Z] Model: 44 [2021-05-10T17:35:47.836Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-10T17:35:47.836Z] Stepping: 1 [2021-05-10T17:35:47.836Z] CPU MHz: 2933.438 [2021-05-10T17:35:47.836Z] BogoMIPS: 5866.87 [2021-05-10T17:35:47.836Z] Virtualization: VT-x [2021-05-10T17:35:47.836Z] Hypervisor vendor: KVM [2021-05-10T17:35:47.836Z] Virtualization type: full [2021-05-10T17:35:47.836Z] L1d cache: 128 KiB [2021-05-10T17:35:47.836Z] L1i cache: 128 KiB [2021-05-10T17:35:47.836Z] L2 cache: 16 MiB [2021-05-10T17:35:47.836Z] L3 cache: 64 MiB [2021-05-10T17:35:47.836Z] NUMA node0 CPU(s): 0-3 [2021-05-10T17:35:47.836Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-10T17:35:47.836Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-10T17:35:47.836Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-10T17:35:47.836Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-10T17:35:47.836Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-10T17:35:47.836Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-10T17:35:47.836Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-10T17:35:47.836Z] Vulnerability Srbds: Not affected [2021-05-10T17:35:47.836Z] Vulnerability Tsx async abort: Not affected [2021-05-10T17:35:47.836Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-10T17:35:47.836Z] [2021-05-10T17:35:47.836Z] [2021-05-10T17:35:47.836Z] ---> nproc: [2021-05-10T17:35:47.836Z] 4 [2021-05-10T17:35:47.836Z] [2021-05-10T17:35:47.836Z] [2021-05-10T17:35:47.836Z] ---> df -h: [2021-05-10T17:35:47.836Z] Filesystem Size Used Available Use% Mounted on [2021-05-10T17:35:47.836Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-10T17:35:47.836Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-10T17:35:47.836Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-10T17:35:47.836Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-10T17:35:47.836Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-10T17:35:47.836Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-10T17:35:47.836Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-10T17:35:47.836Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-10T17:35:47.837Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-10T17:35:47.837Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-10T17:35:47.837Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-10T17:35:47.837Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-10T17:35:47.837Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-228 [2021-05-10T17:35:47.837Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] ---> free -m: [2021-05-10T17:35:47.837Z] total used free shared buff/cache available [2021-05-10T17:35:47.837Z] Mem: 1837 722 102 0 1012 1010 [2021-05-10T17:35:47.837Z] Swap: 1023 1 1022 [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] ---> ip addr: [2021-05-10T17:35:47.837Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-10T17:35:47.837Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-10T17:35:47.837Z] inet 127.0.0.1/8 scope host lo [2021-05-10T17:35:47.837Z] valid_lft forever preferred_lft forever [2021-05-10T17:35:47.837Z] inet6 ::1/128 scope host [2021-05-10T17:35:47.837Z] valid_lft forever preferred_lft forever [2021-05-10T17:35:47.837Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-10T17:35:47.837Z] link/ether fa:16:3e:62:79:a8 brd ff:ff:ff:ff:ff:ff [2021-05-10T17:35:47.837Z] inet 10.30.122.149/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-10T17:35:47.837Z] valid_lft 86146sec preferred_lft 86146sec [2021-05-10T17:35:47.837Z] inet6 fe80::f816:3eff:fe62:79a8/64 scope link [2021-05-10T17:35:47.837Z] valid_lft forever preferred_lft forever [2021-05-10T17:35:47.837Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-10T17:35:47.837Z] link/ether 02:42:d3:66:8b:c3 brd ff:ff:ff:ff:ff:ff [2021-05-10T17:35:47.837Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-10T17:35:47.837Z] valid_lft forever preferred_lft forever [2021-05-10T17:35:47.837Z] inet6 fe80::42:d3ff:fe66:8bc3/64 scope link [2021-05-10T17:35:47.837Z] valid_lft forever preferred_lft forever [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] ---> sar -b -r -n DEV: [2021-05-10T17:35:47.837Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] 17:31:21 LINUX RESTART (4 CPU) [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] 17:32:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-10T17:35:47.837Z] 17:33:01 51.26 13.15 38.10 0.00 4599.17 3309.92 0.00 [2021-05-10T17:35:47.837Z] 17:34:01 1.27 0.00 1.27 0.00 0.00 27.96 0.00 [2021-05-10T17:35:47.837Z] 17:35:01 0.35 0.00 0.35 0.00 0.00 4.66 0.00 [2021-05-10T17:35:47.837Z] Average: 17.25 4.29 12.96 0.00 1499.16 1089.90 0.00 [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] 17:32:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-10T17:35:47.837Z] 17:33:01 168136 0 610540 32.45 2620 1100248 1121532 38.28 430256 1083456 8 [2021-05-10T17:35:47.837Z] 17:34:01 172664 0 605956 32.21 2620 1100304 1105692 37.74 428940 1081088 20 [2021-05-10T17:35:47.837Z] 17:35:01 170148 0 608516 32.34 2620 1100260 1092364 37.28 431024 1082012 20 [2021-05-10T17:35:47.837Z] Average: 170316 0 608337 32.33 2620 1100271 1106529 37.76 430073 1082185 16 [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] 17:32:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-10T17:35:47.837Z] 17:33:01 eth0 166.27 116.58 470.43 28.82 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] 17:33:01 docker0 3.60 2.53 1.04 7.73 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] 17:34:01 eth0 2.98 0.87 0.96 0.60 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] 17:35:01 eth0 5.43 0.95 1.38 0.75 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] Average: eth0 57.03 38.61 154.13 9.85 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] Average: docker0 1.17 0.83 0.34 2.52 0.00 0.00 0.00 0.00 [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] ---> sar -P ALL: [2021-05-10T17:35:47.837Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] 17:31:21 LINUX RESTART (4 CPU) [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] 17:32:03 CPU %user %nice %system %iowait %steal %idle [2021-05-10T17:35:47.837Z] 17:33:01 all 3.54 0.00 2.25 1.39 0.07 92.77 [2021-05-10T17:35:47.837Z] 17:33:01 0 4.06 0.00 2.91 0.84 0.05 92.14 [2021-05-10T17:35:47.837Z] 17:33:01 1 3.80 0.00 2.00 0.14 0.05 94.01 [2021-05-10T17:35:47.837Z] 17:33:01 2 3.32 0.00 1.88 2.41 0.09 92.31 [2021-05-10T17:35:47.837Z] 17:33:01 3 2.97 0.00 2.20 2.15 0.07 92.61 [2021-05-10T17:35:47.837Z] 17:34:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-05-10T17:35:47.837Z] 17:34:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-05-10T17:35:47.837Z] 17:34:01 1 0.47 0.00 0.05 0.00 0.00 99.48 [2021-05-10T17:35:47.837Z] 17:34:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-05-10T17:35:47.837Z] 17:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-10T17:35:47.837Z] 17:35:01 all 0.14 0.00 0.04 0.00 0.02 99.80 [2021-05-10T17:35:47.837Z] 17:35:01 0 0.10 0.00 0.05 0.00 0.03 99.82 [2021-05-10T17:35:47.837Z] 17:35:01 1 0.23 0.00 0.03 0.00 0.02 99.72 [2021-05-10T17:35:47.837Z] 17:35:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2021-05-10T17:35:47.837Z] 17:35:01 3 0.13 0.00 0.05 0.00 0.00 99.82 [2021-05-10T17:35:47.837Z] Average: all 1.24 0.00 0.76 0.45 0.03 97.52 [2021-05-10T17:35:47.837Z] Average: 0 1.36 0.00 0.98 0.27 0.03 97.36 [2021-05-10T17:35:47.837Z] Average: 1 1.47 0.00 0.68 0.05 0.02 97.79 [2021-05-10T17:35:47.837Z] Average: 2 1.13 0.00 0.64 0.78 0.03 97.42 [2021-05-10T17:35:47.837Z] Average: 3 1.02 0.00 0.74 0.70 0.02 97.52 [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z] [2021-05-10T17:35:47.837Z]