Pull request #198 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7+7d55b1a752e90ce35ce058e6356abe6a055a3a1a (c1d5a513fa0a4f11de428c63a99380be4d7539e2) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-198/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 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-198/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 > 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 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32754’ Running on prd-centos7-docker-4c-2g-32758 in /w/workspace/xfoundry_go-mod-bootstrap_PR-198 [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-198 # 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/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7d55b1a752e90ce35ce058e6356abe6a055a3a1a into PR head commit 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 Merge succeeded, producing 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 Checking out Revision 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 (PR-198) > git config core.sparsecheckout # timeout=10 > git checkout -f 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 # 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 7d55b1a752e90ce35ce058e6356abe6a055a3a1a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-05T06:01:52.531Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-05T06:01:52.862Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-05T06:01:53.061Z] ========================================================= [2021-04-05T06:01:53.061Z] EdgeX Global Pipelines Version Info [2021-04-05T06:01:53.061Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:01:55.146Z] ------------------- [2021-04-05T06:01:55.146Z] stable info: [2021-04-05T06:01:55.146Z] ------------------- [2021-04-05T06:01:55.146Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-05T06:01:55.146Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-05T06:01:55.146Z] Message: update stable to v1.0.186 [2021-04-05T06:01:55.725Z] ------------------- [2021-04-05T06:01:55.725Z] experimental info: [2021-04-05T06:01:55.725Z] ------------------- [2021-04-05T06:01:55.725Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-05T06:01:55.725Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-05T06:01:55.725Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-05T06:01:56.089Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-04-05T06:01:56.209Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-04-05T06:01:56.328Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-05T06:01:56.459Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-05T06:01:56.602Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-05T06:01:56.726Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-05T06:01:56.845Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-05T06:01:57.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-05T06:01:57.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-05T06:01:57.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-05T06:01:57.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-05T06:01:57.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-04-05T06:01:57.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-05T06:01:57.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-05T06:01:57.892Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T06:01:58.010Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T06:01:58.133Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T06:01:58.258Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T06:01:58.388Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-05T06:01:58.513Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-05T06:01:58.634Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-05T06:01:58.764Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-05T06:01:58.883Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-05T06:01:59.013Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-05T06:01:59.131Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-05T06:01:59.252Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-05T06:01:59.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-198 [Pipeline] echo [2021-04-05T06:01:59.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-198 [Pipeline] echo [2021-04-05T06:01:59.639Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-198 [Pipeline] echo [2021-04-05T06:01:59.772Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 [Pipeline] echo [2021-04-05T06:01:59.888Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7323f9f [Pipeline] echo [2021-04-05T06:02:00.015Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T06:02:01.086Z] + git log --format=format:%s -1 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 [Pipeline] echo [2021-04-05T06:02:01.195Z] GIT_COMMIT: 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets/v2 [Pipeline] echo [2021-04-05T06:02:01.289Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:02:01.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T06:02:02.239Z] [2021-04-05T06:02:02.239Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:02:02.633Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T06:02:02.633Z] latest: Pulling from edgex-devops/git-semver [2021-04-05T06:02:02.633Z] 31603596830f: Pulling fs layer [2021-04-05T06:02:02.633Z] 2a8b12db71e7: Pulling fs layer [2021-04-05T06:02:02.633Z] 6ca5941a6612: Pulling fs layer [2021-04-05T06:02:02.633Z] ecc8261a40a4: Pulling fs layer [2021-04-05T06:02:02.633Z] ecc8261a40a4: Waiting [2021-04-05T06:02:02.633Z] 2a8b12db71e7: Verifying Checksum [2021-04-05T06:02:02.633Z] 2a8b12db71e7: Download complete [2021-04-05T06:02:02.904Z] 31603596830f: Verifying Checksum [2021-04-05T06:02:02.904Z] 31603596830f: Download complete [2021-04-05T06:02:02.904Z] ecc8261a40a4: Verifying Checksum [2021-04-05T06:02:02.904Z] ecc8261a40a4: Download complete [2021-04-05T06:02:02.904Z] 6ca5941a6612: Verifying Checksum [2021-04-05T06:02:02.904Z] 6ca5941a6612: Download complete [2021-04-05T06:02:03.485Z] 31603596830f: Pull complete [2021-04-05T06:02:03.485Z] 2a8b12db71e7: Pull complete [2021-04-05T06:02:04.458Z] 6ca5941a6612: Pull complete [2021-04-05T06:02:04.723Z] ecc8261a40a4: Pull complete [2021-04-05T06:02:04.723Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-05T06:02:04.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T06:02:04.723Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-05T06:02:04.893Z] prd-centos7-docker-4c-2g-32758 does not seem to be running inside a container [2021-04-05T06:02:04.953Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-198 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-198:/w/workspace/xfoundry_go-mod-bootstrap_PR-198:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-198@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-05T06:02:07.144Z] $ docker top ad718a8a7d4d57bc980feae40fb786ade248b6f270bbf12081f1c7a196b16fca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-05T06:02:07.511Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T06:02:07.511Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T06:02:07.747Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T06:02:07.751Z] $ docker exec ad718a8a7d4d57bc980feae40fb786ade248b6f270bbf12081f1c7a196b16fca ssh-agent [2021-04-05T06:02:07.941Z] SSH_AUTH_SOCK=/tmp/ssh-DQdp8kO5FhH9/agent.13 [2021-04-05T06:02:07.941Z] SSH_AGENT_PID=18 [2021-04-05T06:02:07.953Z] Running ssh-add (command line suppressed) [2021-04-05T06:02:08.085Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp/private_key_8905784942871876692.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp/private_key_8905784942871876692.key) [2021-04-05T06:02:08.148Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T06:02:08.526Z] + git tag --points-at HEAD [Pipeline] } [2021-04-05T06:02:08.680Z] $ docker exec --env ******** --env ******** ad718a8a7d4d57bc980feae40fb786ade248b6f270bbf12081f1c7a196b16fca ssh-agent -k [2021-04-05T06:02:08.826Z] unset SSH_AUTH_SOCK; [2021-04-05T06:02:08.826Z] unset SSH_AGENT_PID; [2021-04-05T06:02:08.826Z] echo Agent pid 18 killed; [2021-04-05T06:02:08.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-05T06:02:09.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T06:02:09.080Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T06:02:09.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T06:02:09.283Z] $ docker exec ad718a8a7d4d57bc980feae40fb786ade248b6f270bbf12081f1c7a196b16fca ssh-agent [2021-04-05T06:02:09.475Z] SSH_AUTH_SOCK=/tmp/ssh-xcUAZ3ga0LWi/agent.48 [2021-04-05T06:02:09.475Z] SSH_AGENT_PID=54 [2021-04-05T06:02:09.484Z] Running ssh-add (command line suppressed) [2021-04-05T06:02:09.613Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp/private_key_3748754494652612087.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp/private_key_3748754494652612087.key) [2021-04-05T06:02:09.673Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T06:02:10.068Z] + git semver init [2021-04-05T06:02:10.068Z] # -> Open(): unable to determine branch for HEAD [2021-04-05T06:02:10.068Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-198/.git [2021-04-05T06:02:10.068Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-198 [2021-04-05T06:02:10.068Z] # $SEMVER_REMOTE_NAME = origin [2021-04-05T06:02:10.068Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-05T06:02:10.068Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-05T06:02:10.068Z] # $SEMVER_BRANCH = PR-198 [2021-04-05T06:02:10.068Z] # $SEMVER_TEMP = /tmp/semver-594044447 [2021-04-05T06:02:10.068Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-04-05T06:02:10.653Z] # '/tmp/semver-594044447' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-198/.semver' [2021-04-05T06:02:10.653Z] # -> Force: false [2021-04-05T06:02:10.653Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-198/.semver [Pipeline] } [2021-04-05T06:02:10.677Z] $ docker exec --env ******** --env ******** ad718a8a7d4d57bc980feae40fb786ade248b6f270bbf12081f1c7a196b16fca ssh-agent -k [2021-04-05T06:02:10.806Z] unset SSH_AUTH_SOCK; [2021-04-05T06:02:10.806Z] unset SSH_AGENT_PID; [2021-04-05T06:02:10.806Z] echo Agent pid 54 killed; [2021-04-05T06:02:10.863Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-05T06:02:11.480Z] + git semver [Pipeline] } [2021-04-05T06:02:11.539Z] $ docker stop --time=1 ad718a8a7d4d57bc980feae40fb786ade248b6f270bbf12081f1c7a196b16fca [2021-04-05T06:02:13.210Z] $ docker rm -f ad718a8a7d4d57bc980feae40fb786ade248b6f270bbf12081f1c7a196b16fca [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T06:02:13.798Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-05T06:02:14.287Z] Stashed 1 file(s) [Pipeline] echo [2021-04-05T06:02:14.333Z] [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-04-05T06:02:30.235Z] Still waiting to schedule task [2021-04-05T06:02:30.235Z] ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32761’ is offline [2021-04-05T06:02:30.266Z] Still waiting to schedule task [2021-04-05T06:02:30.266Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-32755’ [2021-04-05T06:04:30.474Z] Running on prd-centos7-docker-4c-2g-32763 in /w/workspace/xfoundry_go-mod-bootstrap_PR-198 [Pipeline] { [Pipeline] ws [2021-04-05T06:04:30.576Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2021-04-05T06:04:47.128Z] using credential edgex-jenkins-ssh [2021-04-05T06:04:47.434Z] Cloning the remote Git repository [2021-04-05T06:04:47.708Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-05T06:04:47.880Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2021-04-05T06:04:48.161Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-05T06:04:48.162Z] > git --version # timeout=10 [2021-04-05T06:04:48.195Z] > git --version # 'git version 2.24.3' [2021-04-05T06:04:48.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:04:48.512Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T06:04:49.814Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-05T06:04:49.882Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T06:04:49.992Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-05T06:04:50.194Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-05T06:04:50.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:04:50.248Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-05T06:04:50.787Z] Merging remotes/origin/master commit 7d55b1a752e90ce35ce058e6356abe6a055a3a1a into PR head commit 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 [2021-04-05T06:04:51.682Z] Merge succeeded, producing 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 [2021-04-05T06:04:51.682Z] Checking out Revision 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 (PR-198) [2021-04-05T06:04:50.805Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T06:04:50.902Z] > git checkout -f 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 # timeout=10 [2021-04-05T06:04:51.084Z] > git remote # timeout=10 [2021-04-05T06:04:51.223Z] > git config --get remote.origin.url # timeout=10 [2021-04-05T06:04:51.374Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:04:51.434Z] > git merge 7d55b1a752e90ce35ce058e6356abe6a055a3a1a # timeout=10 [2021-04-05T06:04:51.573Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-05T06:04:51.684Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T06:04:51.774Z] > git checkout -f 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 # timeout=10 [2021-04-05T06:04:57.529Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-04-05T06:04:57.597Z] > git --version # timeout=10 [2021-04-05T06:04:57.732Z] > git --version # 'git version 2.24.3' [2021-04-05T06:04:57.894Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T06:05:00.446Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-05T06:05:01.979Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-05T06:05:02.669Z] + sudo service docker restart [2021-04-05T06:05:02.669Z] + true [2021-04-05T06:05:02.669Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-05T06:05:04.952Z] ========================================================= [2021-04-05T06:05:04.952Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-05T06:05:04.952Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:05:05.550Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-05T06:05:07.044Z] Sending build context to Docker daemon 793.1kB [2021-04-05T06:05:07.044Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-04-05T06:05:07.044Z] Step 2/8 : FROM ${BASE} [2021-04-05T06:05:07.044Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-05T06:05:07.044Z] 188c0c94c7c5: Pulling fs layer [2021-04-05T06:05:07.044Z] 0ef7d3d256c8: Pulling fs layer [2021-04-05T06:05:07.044Z] de9db76c5a1d: Pulling fs layer [2021-04-05T06:05:07.044Z] bca2f99d35d6: Pulling fs layer [2021-04-05T06:05:07.044Z] 93359f2a8cfa: Pulling fs layer [2021-04-05T06:05:07.044Z] 7c6f9722023f: Pulling fs layer [2021-04-05T06:05:07.044Z] a35cf1a2eb13: Pulling fs layer [2021-04-05T06:05:07.044Z] 93359f2a8cfa: Waiting [2021-04-05T06:05:07.044Z] bca2f99d35d6: Waiting [2021-04-05T06:05:07.044Z] a35cf1a2eb13: Waiting [2021-04-05T06:05:07.044Z] 7c6f9722023f: Waiting [2021-04-05T06:05:07.044Z] de9db76c5a1d: Verifying Checksum [2021-04-05T06:05:07.044Z] de9db76c5a1d: Download complete [2021-04-05T06:05:07.044Z] 0ef7d3d256c8: Verifying Checksum [2021-04-05T06:05:07.044Z] 0ef7d3d256c8: Download complete [2021-04-05T06:05:07.044Z] 93359f2a8cfa: Verifying Checksum [2021-04-05T06:05:07.044Z] 93359f2a8cfa: Download complete [2021-04-05T06:05:07.044Z] 7c6f9722023f: Verifying Checksum [2021-04-05T06:05:07.044Z] 7c6f9722023f: Download complete [2021-04-05T06:05:07.325Z] 188c0c94c7c5: Verifying Checksum [2021-04-05T06:05:07.325Z] 188c0c94c7c5: Download complete [2021-04-05T06:05:07.670Z] 188c0c94c7c5: Pull complete [2021-04-05T06:05:08.630Z] 0ef7d3d256c8: Pull complete [2021-04-05T06:05:09.093Z] de9db76c5a1d: Pull complete [2021-04-05T06:05:15.128Z] a35cf1a2eb13: Verifying Checksum [2021-04-05T06:05:15.128Z] a35cf1a2eb13: Download complete [2021-04-05T06:05:16.167Z] bca2f99d35d6: Verifying Checksum [2021-04-05T06:05:16.167Z] bca2f99d35d6: Download complete [2021-04-05T06:05:28.139Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32768 in /w/workspace/xfoundry_go-mod-bootstrap_PR-198 [Pipeline] { [Pipeline] ws [2021-04-05T06:05:28.228Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2021-04-05T06:05:33.624Z] using credential edgex-jenkins-ssh [2021-04-05T06:05:33.677Z] Cloning the remote Git repository [2021-04-05T06:05:33.731Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-05T06:05:33.843Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2021-04-05T06:05:33.911Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-05T06:05:33.912Z] > git --version # timeout=10 [2021-04-05T06:05:33.930Z] > git --version # 'git version 2.17.1' [2021-04-05T06:05:33.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:05:34.008Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T06:05:35.439Z] Merging remotes/origin/master commit 7d55b1a752e90ce35ce058e6356abe6a055a3a1a into PR head commit 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 [2021-04-05T06:05:35.723Z] Merge succeeded, producing 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 [2021-04-05T06:05:35.724Z] Checking out Revision 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 (PR-198) [2021-04-05T06:05:34.815Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-05T06:05:34.839Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T06:05:34.865Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-05T06:05:34.901Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-05T06:05:34.902Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:05:34.916Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-05T06:05:35.459Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T06:05:35.474Z] > git checkout -f 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 # timeout=10 [2021-04-05T06:05:35.565Z] > git remote # timeout=10 [2021-04-05T06:05:35.584Z] > git config --get remote.origin.url # timeout=10 [2021-04-05T06:05:35.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T06:05:35.663Z] > git merge 7d55b1a752e90ce35ce058e6356abe6a055a3a1a # timeout=10 [2021-04-05T06:05:35.692Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-05T06:05:35.742Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T06:05:35.764Z] > git checkout -f 7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 # timeout=10 [2021-04-05T06:05:38.920Z] bca2f99d35d6: Pull complete [2021-04-05T06:05:38.920Z] 93359f2a8cfa: Pull complete [2021-04-05T06:05:38.920Z] 7c6f9722023f: Pull complete [2021-04-05T06:05:40.171Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-04-05T06:05:40.244Z] > git --version # timeout=10 [2021-04-05T06:05:40.258Z] > git --version # 'git version 2.17.1' [2021-04-05T06:05:40.278Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T06:05:41.900Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-05T06:05:42.379Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-05T06:05:42.753Z] + + truesudo [2021-04-05T06:05:42.753Z] service docker restart [Pipeline] unstash [Pipeline] echo [2021-04-05T06:05:45.060Z] ========================================================= [2021-04-05T06:05:45.060Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-05T06:05:45.060Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:05:45.498Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-05T06:05:46.483Z] Sending build context to Docker daemon 792.1kB [2021-04-05T06:05:46.483Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-04-05T06:05:46.483Z] Step 2/8 : FROM ${BASE} [2021-04-05T06:05:46.759Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-05T06:05:46.759Z] 5f621e34cdf4: Pulling fs layer [2021-04-05T06:05:46.759Z] a4357932f1b6: Pulling fs layer [2021-04-05T06:05:46.759Z] 18c013af1878: Pulling fs layer [2021-04-05T06:05:46.759Z] 00ac8860ef70: Pulling fs layer [2021-04-05T06:05:46.759Z] 63d7cb157983: Pulling fs layer [2021-04-05T06:05:46.759Z] b116817d02f9: Pulling fs layer [2021-04-05T06:05:46.759Z] 745a02a5169b: Pulling fs layer [2021-04-05T06:05:46.759Z] 00ac8860ef70: Waiting [2021-04-05T06:05:46.759Z] 63d7cb157983: Waiting [2021-04-05T06:05:46.759Z] b116817d02f9: Waiting [2021-04-05T06:05:46.759Z] 745a02a5169b: Waiting [2021-04-05T06:05:46.759Z] 18c013af1878: Verifying Checksum [2021-04-05T06:05:46.759Z] 18c013af1878: Download complete [2021-04-05T06:05:46.759Z] a4357932f1b6: Verifying Checksum [2021-04-05T06:05:46.759Z] a4357932f1b6: Download complete [2021-04-05T06:05:46.759Z] 63d7cb157983: Verifying Checksum [2021-04-05T06:05:46.759Z] 63d7cb157983: Download complete [2021-04-05T06:05:46.759Z] b116817d02f9: Verifying Checksum [2021-04-05T06:05:46.759Z] b116817d02f9: Download complete [2021-04-05T06:05:46.759Z] 5f621e34cdf4: Verifying Checksum [2021-04-05T06:05:46.759Z] 5f621e34cdf4: Download complete [2021-04-05T06:05:47.153Z] a35cf1a2eb13: Pull complete [2021-04-05T06:05:47.153Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-05T06:05:47.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-05T06:05:47.153Z] ---> a62c8e92a672 [2021-04-05T06:05:47.153Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-05T06:05:47.153Z] ---> Running in 66a79750e166 [2021-04-05T06:05:47.745Z] 5f621e34cdf4: Pull complete [2021-04-05T06:05:47.844Z] Removing intermediate container 66a79750e166 [2021-04-05T06:05:47.844Z] ---> 8aa2f35acfa6 [2021-04-05T06:05:47.844Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-05T06:05:48.249Z] ---> Running in c90893d384ba [2021-04-05T06:05:48.345Z] a4357932f1b6: Pull complete [2021-04-05T06:05:48.619Z] 18c013af1878: Pull complete [2021-04-05T06:05:49.215Z] 745a02a5169b: Verifying Checksum [2021-04-05T06:05:49.215Z] 745a02a5169b: Download complete [2021-04-05T06:05:50.319Z] Removing intermediate container c90893d384ba [2021-04-05T06:05:50.319Z] ---> 0022c31e29da [2021-04-05T06:05:50.319Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-04-05T06:05:50.319Z] ---> Running in 242d096bc454 [2021-04-05T06:05:50.678Z] 00ac8860ef70: Verifying Checksum [2021-04-05T06:05:50.678Z] 00ac8860ef70: Download complete [2021-04-05T06:05:52.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-05T06:05:52.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-05T06:05:54.117Z] OK: 166 MiB in 39 packages [2021-04-05T06:05:55.223Z] Removing intermediate container 242d096bc454 [2021-04-05T06:05:55.223Z] ---> 095abb3a9f4a [2021-04-05T06:05:55.223Z] Step 6/8 : WORKDIR /build [2021-04-05T06:05:55.223Z] ---> Running in 9cbf4e3d7020 [2021-04-05T06:05:55.223Z] Removing intermediate container 9cbf4e3d7020 [2021-04-05T06:05:55.223Z] ---> e59e59005662 [2021-04-05T06:05:55.223Z] Step 7/8 : COPY go.mod . [2021-04-05T06:05:56.161Z] ---> 33ba77a09607 [2021-04-05T06:05:56.161Z] Step 8/8 : RUN go mod download [2021-04-05T06:05:56.161Z] ---> Running in 120a10263951 [2021-04-05T06:06:00.882Z] 00ac8860ef70: Pull complete [2021-04-05T06:06:00.882Z] 63d7cb157983: Pull complete [2021-04-05T06:06:00.882Z] b116817d02f9: Pull complete [2021-04-05T06:06:03.528Z] 745a02a5169b: Pull complete [2021-04-05T06:06:03.528Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-05T06:06:03.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-05T06:06:03.528Z] ---> b7e6874047d6 [2021-04-05T06:06:03.528Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-05T06:06:06.949Z] ---> Running in c33e26cb0ecd [2021-04-05T06:06:06.949Z] Removing intermediate container c33e26cb0ecd [2021-04-05T06:06:06.949Z] ---> b229b3cbd619 [2021-04-05T06:06:06.949Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-05T06:06:07.225Z] ---> Running in 97df89d789cd [2021-04-05T06:06:09.215Z] Removing intermediate container 97df89d789cd [2021-04-05T06:06:09.215Z] ---> e5b2b0cc1395 [2021-04-05T06:06:09.215Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-04-05T06:06:09.497Z] ---> Running in bc17361b0cd5 [2021-04-05T06:06:10.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-05T06:06:11.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-05T06:06:12.075Z] OK: 142 MiB in 39 packages [2021-04-05T06:06:13.521Z] Removing intermediate container bc17361b0cd5 [2021-04-05T06:06:13.521Z] ---> 6ba3410078de [2021-04-05T06:06:13.521Z] Step 6/8 : WORKDIR /build [2021-04-05T06:06:13.521Z] ---> Running in e24d98206e70 [2021-04-05T06:06:14.123Z] Removing intermediate container e24d98206e70 [2021-04-05T06:06:14.123Z] ---> 0bec5bc369fe [2021-04-05T06:06:14.123Z] Step 7/8 : COPY go.mod . [2021-04-05T06:06:14.733Z] ---> 55638445469c [2021-04-05T06:06:14.733Z] Step 8/8 : RUN go mod download [2021-04-05T06:06:15.008Z] ---> Running in debc593ce834 [2021-04-05T06:06:37.203Z] Removing intermediate container debc593ce834 [2021-04-05T06:06:37.203Z] ---> cf2193d4a47c [2021-04-05T06:06:37.203Z] Successfully built cf2193d4a47c [2021-04-05T06:06:37.203Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:06:37.409Z] Removing intermediate container 120a10263951 [2021-04-05T06:06:37.409Z] ---> a7b1bcfb1a72 [2021-04-05T06:06:37.410Z] Successfully built a7b1bcfb1a72 [2021-04-05T06:06:37.410Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:06:37.606Z] + docker inspect -f . ci-base-image-arm64 [2021-04-05T06:06:37.607Z] . [Pipeline] withDockerContainer [2021-04-05T06:06:38.242Z] prd-ubuntu18.04-docker-arm64-4c-16g-32768 does not seem to be running inside a container [2021-04-05T06:06:38.316Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-05T06:06:38.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-05T06:06:39.248Z] . [2021-04-05T06:06:39.966Z] $ docker top 0ec847a61ccf1cdb91728aebd3bf33fac5301ac453205dc9d0f1200d80b3a22f -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-04-05T06:06:41.519Z] prd-centos7-docker-4c-2g-32763 does not seem to be running inside a container [2021-04-05T06:06:41.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-05T06:06:44.378Z] $ docker top fe27838ce61e061aaeaab754a31e49bd7a6846e54a7ca1e6471a1dba37b39e0c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-05T06:06:45.826Z] + go version [2021-04-05T06:06:45.826Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-05T06:06:45.864Z] $ docker stop --time=1 0ec847a61ccf1cdb91728aebd3bf33fac5301ac453205dc9d0f1200d80b3a22f [2021-04-05T06:06:46.273Z] + go version [2021-04-05T06:06:47.053Z] go version go1.15.5 linux/amd64 [2021-04-05T06:06:47.870Z] $ docker rm -f 0ec847a61ccf1cdb91728aebd3bf33fac5301ac453205dc9d0f1200d80b3a22f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-04-05T06:06:48.280Z] $ docker stop --time=1 fe27838ce61e061aaeaab754a31e49bd7a6846e54a7ca1e6471a1dba37b39e0c [2021-04-05T06:06:50.977Z] $ docker rm -f fe27838ce61e061aaeaab754a31e49bd7a6846e54a7ca1e6471a1dba37b39e0c [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:06:52.713Z] + docker inspect -f . ci-base-image-arm64 [2021-04-05T06:06:52.713Z] . [Pipeline] withDockerContainer [2021-04-05T06:06:53.151Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-05T06:06:53.205Z] prd-ubuntu18.04-docker-arm64-4c-16g-32768 does not seem to be running inside a container [2021-04-05T06:06:53.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-05T06:06:53.528Z] . [2021-04-05T06:06:54.813Z] $ docker top de04c2f12b4744e2f98a3a3eb6fbbd684f08d9c8b2ba325a9203d7197c59010d -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-04-05T06:06:55.898Z] prd-centos7-docker-4c-2g-32763 does not seem to be running inside a container [2021-04-05T06:06:56.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-05T06:07:00.257Z] $ docker top d191ff2ec2d9dd336ca687747d1e7196252ff1c09d65047db12f925462e0a3ec -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-05T06:07:01.695Z] + make test [2021-04-05T06:07:01.695Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-05T06:07:02.125Z] + make test [2021-04-05T06:07:02.125Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-05T06:07:34.108Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-04-05T06:07:34.108Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.061s coverage: 5.6% of statements [2021-04-05T06:07:34.108Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-04-05T06:07:34.108Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.093s coverage: 92.2% of statements [2021-04-05T06:07:34.383Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.021s coverage: 85.3% of statements [2021-04-05T06:07:35.251Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-04-05T06:07:35.251Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.039s coverage: 5.6% of statements [2021-04-05T06:07:35.251Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-04-05T06:07:35.251Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.027s coverage: 92.2% of statements [2021-04-05T06:07:35.251Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.060s coverage: 85.3% of statements [2021-04-05T06:07:38.702Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.061s coverage: 34.3% of statements [2021-04-05T06:07:38.703Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-04-05T06:07:38.703Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-04-05T06:07:38.703Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.023s coverage: 25.0% of statements [2021-04-05T06:07:39.964Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.049s coverage: 34.3% of statements [2021-04-05T06:07:39.964Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-04-05T06:07:39.964Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-04-05T06:07:39.964Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.164s coverage: 25.0% of statements [2021-04-05T06:07:41.318Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.033s coverage: 95.3% of statements [2021-04-05T06:07:41.318Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-04-05T06:07:41.318Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/token 0.020s coverage: 100.0% of statements [2021-04-05T06:07:41.318Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-04-05T06:07:41.318Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements [2021-04-05T06:07:41.318Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-04-05T06:07:41.593Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-05T06:07:42.289Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.069s coverage: 95.3% of statements [2021-04-05T06:07:42.289Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-04-05T06:07:42.289Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/token 0.041s coverage: 100.0% of statements [2021-04-05T06:07:42.289Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-04-05T06:07:42.289Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.049s coverage: 91.3% of statements [2021-04-05T06:07:42.289Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-04-05T06:07:44.061Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-05T06:07:48.323Z] gofmt -l . [2021-04-05T06:07:48.323Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-05T06:07:48.362Z] $ docker stop --time=1 de04c2f12b4744e2f98a3a3eb6fbbd684f08d9c8b2ba325a9203d7197c59010d [2021-04-05T06:07:50.747Z] $ docker rm -f de04c2f12b4744e2f98a3a3eb6fbbd684f08d9c8b2ba325a9203d7197c59010d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T06:07:51.688Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-05T06:07:51.771Z] gofmt -l . [2021-04-05T06:07:51.771Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-05T06:07:52.021Z] $ docker stop --time=1 d191ff2ec2d9dd336ca687747d1e7196252ff1c09d65047db12f925462e0a3ec [2021-04-05T06:07:52.586Z] Stashed 1 file(s) [2021-04-05T06:07:55.511Z] $ docker rm -f d191ff2ec2d9dd336ca687747d1e7196252ff1c09d65047db12f925462e0a3ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-05T06:07:56.535Z] + sudo chown -R jenkins:jenkins . [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stash [2021-04-05T06:07:56.878Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:07:57.692Z] ---> job-cost.sh [2021-04-05T06:07:57.692Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ntnj [2021-04-05T06:07:58.851Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:08:01.305Z] ---> job-cost.sh [2021-04-05T06:08:01.749Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-he3h [2021-04-05T06:08:35.779Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-05T06:08:36.647Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-05T06:09:24.856Z] lf-activate-venv(): INFO: Adding /tmp/venv-he3h/bin to PATH [2021-04-05T06:09:24.856Z] INFO: No Stack... [2021-04-05T06:09:24.856Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-05T06:09:24.856Z] INFO: Archiving Costs [Pipeline] sh [2021-04-05T06:09:25.653Z] + cut -d, -f6 [2021-04-05T06:09:25.653Z] + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [Pipeline] lock [2021-04-05T06:09:26.174Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-198-1-stack-cost] [2021-04-05T06:09:26.180Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-198-1-stack-cost] did not exist. Created. [2021-04-05T06:09:26.181Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-05T06:09:26.750Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-05T06:09:27.322Z] Stashed 1 file(s) [Pipeline] } [2021-04-05T06:09:27.342Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-198-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-05T06:10:13.394Z] lf-activate-venv(): INFO: Adding /tmp/venv-Ntnj/bin to PATH [2021-04-05T06:10:13.394Z] INFO: No Stack... [2021-04-05T06:10:13.394Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-05T06:10:13.394Z] INFO: Archiving Costs [Pipeline] sh [2021-04-05T06:10:13.759Z] + cat+ /w/workspace/go-mod-bootstrap/1/archives/cost.csv [2021-04-05T06:10:13.759Z] cut -d, -f6 [Pipeline] lock [2021-04-05T06:10:13.896Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-198-1-stack-cost] [2021-04-05T06:10:13.907Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-198-1-stack-cost] did not exist. Created. [2021-04-05T06:10:13.907Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-05T06:10:14.415Z] /w/workspace/go-mod-bootstrap/1@tmp/durable-79412f44/script.sh: 1: /w/workspace/go-mod-bootstrap/1@tmp/durable-79412f44/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-05T06:10:14.795Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-05T06:10:14.836Z] Warning: overwriting stash ‘stack-cost’ [2021-04-05T06:10:14.986Z] Stashed 1 file(s) [Pipeline] } [2021-04-05T06:10:15.007Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-198-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] wrap [2021-04-05T06:10:16.598Z] provisioning config files... [2021-04-05T06:10:16.613Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp/config7726929723995346748tmp [Pipeline] { [Pipeline] sh [2021-04-05T06:10:17.042Z] + set +x [2021-04-05T06:10:17.042Z] + curl -s https://codecov.io/bash [2021-04-05T06:10:17.042Z] + bash -s -- [2021-04-05T06:10:17.305Z] [2021-04-05T06:10:17.305Z] _____ _ [2021-04-05T06:10:17.305Z] / ____| | | [2021-04-05T06:10:17.305Z] | | ___ __| | ___ ___ _____ __ [2021-04-05T06:10:17.305Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-05T06:10:17.305Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-05T06:10:17.305Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-05T06:10:17.305Z] Bash-20210309-2b87ace [2021-04-05T06:10:17.305Z] [2021-04-05T06:10:17.305Z] [2021-04-05T06:10:17.305Z] ==> git version 2.24.3 found [2021-04-05T06:10:17.305Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-05T06:10:17.305Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-05T06:10:17.305Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-05T06:10:17.305Z] ==> Jenkins CI detected. [2021-04-05T06:10:17.305Z] project root: . [2021-04-05T06:10:17.305Z] --> token set from env [2021-04-05T06:10:17.305Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-05T06:10:17.305Z] ==> Running gcov in . (disable via -X gcov) [2021-04-05T06:10:17.305Z] ==> Python coveragepy not found [2021-04-05T06:10:17.305Z] ==> Searching for coverage reports in: [2021-04-05T06:10:17.305Z] + . [2021-04-05T06:10:17.305Z] -> Found 1 reports [2021-04-05T06:10:17.305Z] ==> Detecting git/mercurial file structure [2021-04-05T06:10:17.305Z] ==> Reading reports [2021-04-05T06:10:17.305Z] + ./coverage.out bytes=31235 [2021-04-05T06:10:17.305Z] ==> Appending adjustments [2021-04-05T06:10:17.305Z] https://docs.codecov.io/docs/fixing-reports [2021-04-05T06:10:17.569Z] + Found adjustments [2021-04-05T06:10:17.569Z] ==> Gzipping contents [2021-04-05T06:10:17.569Z] 8.0K /tmp/codecov.4cQ6R8.gz [2021-04-05T06:10:17.569Z] ==> Uploading reports [2021-04-05T06:10:17.569Z] url: https://codecov.io [2021-04-05T06:10:17.569Z] query: branch=PR-198&commit=7323f9f89681ec8cab5a387dbab3dbc7f9d897d7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=198&job=&cmd_args= [2021-04-05T06:10:17.569Z] -> Pinging Codecov [2021-04-05T06:10:17.569Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-198&commit=7323f9f89681ec8cab5a387dbab3dbc7f9d897d7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=198&job=&cmd_args= [2021-04-05T06:10:18.147Z] -> Uploading to [2021-04-05T06:10:18.147Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-05/833815588EE85121546D348822E98E2E/7323f9f89681ec8cab5a387dbab3dbc7f9d897d7/b4d37af8-10b5-447a-b6df-1226bd0d4781.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210405%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210405T061017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a0c1ae3947cd756d2f6bec88e0d2d6e836eebbb8616aa541f62df3c8432cf0b3 [2021-04-05T06:10:18.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-05T06:10:18.147Z] Dload Upload Total Spent Left Speed [2021-04-05T06:10:18.415Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5746 0 0 100 5746 0 11945 --:--:-- --:--:-- --:--:-- 11945 100 5746 0 0 100 5746 0 11940 --:--:-- --:--:-- --:--:-- 11945 [2021-04-05T06:10:18.415Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/7323f9f89681ec8cab5a387dbab3dbc7f9d897d7 [Pipeline] } [2021-04-05T06:10:18.446Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:10:21.735Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:10:22.086Z] ---> package-listing.sh [2021-04-05T06:10:22.086Z] ++ facter osfamily [2021-04-05T06:10:22.086Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-05T06:10:22.086Z] + OS_FAMILY=redhat [2021-04-05T06:10:22.086Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-198 [2021-04-05T06:10:22.086Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-05T06:10:22.086Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-05T06:10:22.086Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-05T06:10:22.086Z] + PACKAGES=/tmp/packages_start.txt [2021-04-05T06:10:22.086Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-198 ']' [2021-04-05T06:10:22.086Z] + PACKAGES=/tmp/packages_end.txt [2021-04-05T06:10:22.086Z] + case "${OS_FAMILY}" in [2021-04-05T06:10:22.086Z] + rpm -qa [2021-04-05T06:10:22.086Z] + sort [2021-04-05T06:10:27.414Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-05T06:10:27.414Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-05T06:10:27.414Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-05T06:10:27.414Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-198 ']' [2021-04-05T06:10:27.414Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-198/archives/ [2021-04-05T06:10:27.414Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-198/archives/ [Pipeline] echo [2021-04-05T06:10:27.450Z] 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-198/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-05T06:10:27.773Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:10:28.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T06:10:28.130Z] [2021-04-05T06:10:28.130Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-05T06:10:28.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T06:10:28.531Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-05T06:10:28.531Z] df20fa9351a1: Pulling fs layer [2021-04-05T06:10:28.531Z] 36b3adc4ff6f: Pulling fs layer [2021-04-05T06:10:28.531Z] 8ad3a11d3b57: Pulling fs layer [2021-04-05T06:10:28.531Z] 46f8f816bc3b: Pulling fs layer [2021-04-05T06:10:28.531Z] 93b61091891f: Pulling fs layer [2021-04-05T06:10:28.531Z] 93b9cdb0e59b: Pulling fs layer [2021-04-05T06:10:28.531Z] 5e14af77c1be: Pulling fs layer [2021-04-05T06:10:28.531Z] 01666e4c0597: Pulling fs layer [2021-04-05T06:10:28.531Z] aa168da1d23b: Pulling fs layer [2021-04-05T06:10:28.531Z] 93b9cdb0e59b: Waiting [2021-04-05T06:10:28.531Z] 5e14af77c1be: Waiting [2021-04-05T06:10:28.531Z] 01666e4c0597: Waiting [2021-04-05T06:10:28.531Z] aa168da1d23b: Waiting [2021-04-05T06:10:28.531Z] 93b61091891f: Waiting [2021-04-05T06:10:28.531Z] 46f8f816bc3b: Waiting [2021-04-05T06:10:28.531Z] 36b3adc4ff6f: Verifying Checksum [2021-04-05T06:10:28.531Z] 36b3adc4ff6f: Download complete [2021-04-05T06:10:28.531Z] 46f8f816bc3b: Verifying Checksum [2021-04-05T06:10:28.531Z] 46f8f816bc3b: Download complete [2021-04-05T06:10:28.531Z] df20fa9351a1: Verifying Checksum [2021-04-05T06:10:28.531Z] df20fa9351a1: Download complete [2021-04-05T06:10:28.795Z] 93b9cdb0e59b: Verifying Checksum [2021-04-05T06:10:28.795Z] 93b9cdb0e59b: Download complete [2021-04-05T06:10:28.795Z] 5e14af77c1be: Verifying Checksum [2021-04-05T06:10:28.795Z] 5e14af77c1be: Download complete [2021-04-05T06:10:28.795Z] 01666e4c0597: Verifying Checksum [2021-04-05T06:10:28.795Z] 01666e4c0597: Download complete [2021-04-05T06:10:29.060Z] 93b61091891f: Verifying Checksum [2021-04-05T06:10:29.060Z] 93b61091891f: Download complete [2021-04-05T06:10:29.060Z] df20fa9351a1: Pull complete [2021-04-05T06:10:29.333Z] 8ad3a11d3b57: Verifying Checksum [2021-04-05T06:10:29.333Z] 8ad3a11d3b57: Download complete [2021-04-05T06:10:29.333Z] 36b3adc4ff6f: Pull complete [2021-04-05T06:10:30.299Z] 8ad3a11d3b57: Pull complete [2021-04-05T06:10:30.299Z] 46f8f816bc3b: Pull complete [2021-04-05T06:10:31.255Z] aa168da1d23b: Verifying Checksum [2021-04-05T06:10:31.255Z] aa168da1d23b: Download complete [2021-04-05T06:10:31.519Z] 93b61091891f: Pull complete [2021-04-05T06:10:31.784Z] 93b9cdb0e59b: Pull complete [2021-04-05T06:10:31.784Z] 5e14af77c1be: Pull complete [2021-04-05T06:10:32.057Z] 01666e4c0597: Pull complete [2021-04-05T06:10:38.733Z] aa168da1d23b: Pull complete [2021-04-05T06:10:38.733Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-05T06:10:38.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T06:10:38.733Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-05T06:10:38.993Z] prd-centos7-docker-4c-2g-32758 does not seem to be running inside a container [2021-04-05T06:10:39.042Z] $ 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-198/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-198 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-198:/w/workspace/xfoundry_go-mod-bootstrap_PR-198:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-198@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:10003/edgex-lftools-log-publisher:alpine cat [2021-04-05T06:10:42.106Z] $ docker top 554020ca041b4d4bcd2dccce6b042ea718e745c0e1f3cac1b578294d7fe88b28 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T06:10:42.637Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-05T06:10:43.004Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-05T06:10:43.331Z] + ls /var/log/sa-host [2021-04-05T06:10:43.331Z] + sadf -c /var/log/sa-host/sa05 [2021-04-05T06:10:43.331Z] file_magic: OK [2021-04-05T06:10:43.331Z] HZ: Using current value: 100 [2021-04-05T06:10:43.331Z] file_header: OK [2021-04-05T06:10:43.331Z] 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-04-05T06:10:43.331Z] Statistics: [2021-04-05T06:10:43.331Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-05T06:10:43.331Z] File successfully converted to sysstat format version 12.2.1 [2021-04-05T06:10:43.331Z] + sadf -c /var/log/sa-host/sa23 [2021-04-05T06:10:43.331Z] file_magic: OK [2021-04-05T06:10:43.331Z] HZ: Using current value: 100 [2021-04-05T06:10:43.331Z] file_header: OK [2021-04-05T06:10:43.331Z] 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-04-05T06:10:43.331Z] Statistics: [2021-04-05T06:10:43.331Z] Hnuu...uuuununununu... [2021-04-05T06:10:43.331Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-05T06:10:43.640Z] provisioning config files... [2021-04-05T06:10:43.658Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp/config2437596305087403760tmp [Pipeline] { [Pipeline] echo [2021-04-05T06:10:43.776Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:10:44.141Z] ---> create-netrc.sh [Pipeline] } [2021-04-05T06:10:44.168Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-05T06:10:44.310Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:10:44.665Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-05T06:10:44.699Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:10:45.048Z] ---> sudo-logs.sh [2021-04-05T06:10:45.049Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-05T06:10:45.168Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:10:45.512Z] ---> job-cost.sh [2021-04-05T06:10:45.512Z] lf-activate-venv: SKIPPING [2021-04-05T06:10:45.512Z] DEBUG: total: 0.20999999344348907 [2021-04-05T06:10:45.512Z] INFO: Retrieving Stack Cost... [2021-04-05T06:10:46.907Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-05T06:10:47.171Z] INFO: Archiving Costs [Pipeline] echo [2021-04-05T06:10:47.207Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T06:10:47.554Z] ---> logs-deploy.sh [2021-04-05T06:10:47.554Z] lf-activate-venv: SKIPPING [2021-04-05T06:10:47.554Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-198/1 [2021-04-05T06:10:47.554Z] INFO: archiving workspace using pattern(s): [2021-04-05T06:10:49.490Z] Archives upload complete. [2021-04-05T06:10:49.490Z] INFO: archiving logs to Nexus [2021-04-05T06:10:50.442Z] ---> uname -a: [2021-04-05T06:10:50.442Z] Linux prd-centos7-docker-4c-2g-32758.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-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] ---> lscpu: [2021-04-05T06:10:50.442Z] Architecture: x86_64 [2021-04-05T06:10:50.442Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-05T06:10:50.442Z] Byte Order: Little Endian [2021-04-05T06:10:50.442Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-05T06:10:50.442Z] CPU(s): 4 [2021-04-05T06:10:50.442Z] On-line CPU(s) list: 0-3 [2021-04-05T06:10:50.442Z] Thread(s) per core: 1 [2021-04-05T06:10:50.442Z] Core(s) per socket: 1 [2021-04-05T06:10:50.442Z] Socket(s): 4 [2021-04-05T06:10:50.442Z] NUMA node(s): 1 [2021-04-05T06:10:50.442Z] Vendor ID: GenuineIntel [2021-04-05T06:10:50.442Z] CPU family: 6 [2021-04-05T06:10:50.442Z] Model: 44 [2021-04-05T06:10:50.442Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-05T06:10:50.442Z] Stepping: 1 [2021-04-05T06:10:50.442Z] CPU MHz: 2933.436 [2021-04-05T06:10:50.442Z] BogoMIPS: 5866.87 [2021-04-05T06:10:50.442Z] Virtualization: VT-x [2021-04-05T06:10:50.442Z] Hypervisor vendor: KVM [2021-04-05T06:10:50.442Z] Virtualization type: full [2021-04-05T06:10:50.442Z] L1d cache: 128 KiB [2021-04-05T06:10:50.442Z] L1i cache: 128 KiB [2021-04-05T06:10:50.442Z] L2 cache: 16 MiB [2021-04-05T06:10:50.442Z] L3 cache: 64 MiB [2021-04-05T06:10:50.442Z] NUMA node0 CPU(s): 0-3 [2021-04-05T06:10:50.442Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-05T06:10:50.442Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-05T06:10:50.442Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-05T06:10:50.442Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-05T06:10:50.442Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-05T06:10:50.442Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-05T06:10:50.442Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-05T06:10:50.442Z] Vulnerability Srbds: Not affected [2021-04-05T06:10:50.442Z] Vulnerability Tsx async abort: Not affected [2021-04-05T06:10:50.442Z] 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-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] ---> nproc: [2021-04-05T06:10:50.442Z] 4 [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] ---> df -h: [2021-04-05T06:10:50.442Z] Filesystem Size Used Available Use% Mounted on [2021-04-05T06:10:50.442Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-05T06:10:50.442Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-05T06:10:50.442Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-05T06:10:50.442Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-198 [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-198@tmp [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-05T06:10:50.442Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] ---> free -m: [2021-04-05T06:10:50.442Z] total used free shared buff/cache available [2021-04-05T06:10:50.442Z] Mem: 1837 712 91 0 1033 1020 [2021-04-05T06:10:50.442Z] Swap: 1023 1 1022 [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] ---> ip addr: [2021-04-05T06:10:50.442Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-05T06:10:50.442Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-05T06:10:50.442Z] inet 127.0.0.1/8 scope host lo [2021-04-05T06:10:50.442Z] valid_lft forever preferred_lft forever [2021-04-05T06:10:50.442Z] inet6 ::1/128 scope host [2021-04-05T06:10:50.442Z] valid_lft forever preferred_lft forever [2021-04-05T06:10:50.442Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-05T06:10:50.442Z] link/ether fa:16:3e:bf:46:9c brd ff:ff:ff:ff:ff:ff [2021-04-05T06:10:50.442Z] inet 10.30.123.240/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-05T06:10:50.442Z] valid_lft 85825sec preferred_lft 85825sec [2021-04-05T06:10:50.442Z] inet6 fe80::f816:3eff:febf:469c/64 scope link [2021-04-05T06:10:50.442Z] valid_lft forever preferred_lft forever [2021-04-05T06:10:50.442Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-05T06:10:50.442Z] link/ether 02:42:e3:02:64:84 brd ff:ff:ff:ff:ff:ff [2021-04-05T06:10:50.442Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-05T06:10:50.442Z] valid_lft forever preferred_lft forever [2021-04-05T06:10:50.442Z] inet6 fe80::42:e3ff:fe02:6484/64 scope link [2021-04-05T06:10:50.442Z] valid_lft forever preferred_lft forever [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] ---> sar -b -r -n DEV: [2021-04-05T06:10:50.442Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/05/21 _x86_64_ (4 CPU) [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] 06:01:04 LINUX RESTART (4 CPU) [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] 06:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-05T06:10:50.442Z] 06:03:02 27.26 7.96 19.31 0.00 2042.34 2853.55 0.00 [2021-04-05T06:10:50.442Z] 06:04:01 1.68 0.00 1.68 0.00 0.00 30.47 0.00 [2021-04-05T06:10:50.442Z] 06:05:01 0.28 0.00 0.28 0.00 0.00 4.58 0.00 [2021-04-05T06:10:50.442Z] 06:06:01 0.33 0.00 0.33 0.00 0.00 5.03 0.00 [2021-04-05T06:10:50.442Z] 06:07:01 0.28 0.00 0.28 0.00 0.00 4.60 0.00 [2021-04-05T06:10:50.442Z] 06:08:01 0.38 0.00 0.38 0.00 0.00 4.91 0.00 [2021-04-05T06:10:50.442Z] 06:09:01 0.35 0.00 0.35 0.00 0.00 5.15 0.00 [2021-04-05T06:10:50.442Z] 06:10:01 0.27 0.00 0.27 0.00 0.00 4.23 0.00 [2021-04-05T06:10:50.442Z] Average: 3.86 1.00 2.86 0.00 255.94 364.92 0.00 [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] 06:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-05T06:10:50.442Z] 06:03:02 136280 0 613560 32.61 2620 1129084 1120980 38.26 451788 1093256 24 [2021-04-05T06:10:50.442Z] 06:04:01 141052 0 608780 32.36 2620 1129092 1103096 37.65 449756 1091288 8 [2021-04-05T06:10:50.442Z] 06:05:01 141404 0 608424 32.34 2620 1129096 1080588 36.88 453664 1087436 8 [2021-04-05T06:10:50.442Z] 06:06:01 141488 0 608340 32.33 2620 1129096 1080588 36.88 453800 1087436 20 [2021-04-05T06:10:50.442Z] 06:07:01 138944 0 610876 32.47 2620 1129104 1080624 36.88 452768 1091388 20 [2021-04-05T06:10:50.442Z] 06:08:01 138928 0 610888 32.47 2620 1129108 1080636 36.88 452852 1091388 12 [2021-04-05T06:10:50.442Z] 06:09:01 140112 0 609700 32.40 2620 1129112 1080456 36.87 451656 1091452 20 [2021-04-05T06:10:50.442Z] 06:10:01 140036 0 609772 32.41 2620 1129116 1080456 36.87 451640 1091452 12 [2021-04-05T06:10:50.442Z] Average: 139780 0 610042 32.42 2620 1129101 1088428 37.15 452240 1090637 16 [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] 06:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-05T06:10:50.442Z] 06:03:02 eth0 69.64 54.63 339.25 27.84 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:03:02 docker0 2.88 2.43 0.85 6.13 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:04:01 eth0 3.42 0.32 0.53 0.20 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:05:01 eth0 3.88 0.75 1.02 0.58 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:06:01 eth0 2.21 0.53 0.65 0.39 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:07:01 eth0 1.95 0.67 0.77 0.43 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:08:01 eth0 0.58 0.33 0.27 0.23 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:09:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:10:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] Average: eth0 10.27 7.19 42.92 3.72 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] Average: docker0 0.36 0.30 0.11 0.77 0.00 0.00 0.00 0.00 [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] ---> sar -P ALL: [2021-04-05T06:10:50.442Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/05/21 _x86_64_ (4 CPU) [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] 06:01:04 LINUX RESTART (4 CPU) [2021-04-05T06:10:50.442Z] [2021-04-05T06:10:50.442Z] 06:02:01 CPU %user %nice %system %iowait %steal %idle [2021-04-05T06:10:50.442Z] 06:03:02 all 2.55 0.00 1.77 0.64 0.09 94.95 [2021-04-05T06:10:50.442Z] 06:03:02 0 2.94 0.00 1.96 0.35 0.08 94.66 [2021-04-05T06:10:50.442Z] 06:03:02 1 2.21 0.00 2.00 0.45 0.10 95.24 [2021-04-05T06:10:50.442Z] 06:03:02 2 2.55 0.00 1.37 0.40 0.08 95.59 [2021-04-05T06:10:50.442Z] 06:03:02 3 2.50 0.00 1.76 1.36 0.08 94.30 [2021-04-05T06:10:50.442Z] 06:04:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2021-04-05T06:10:50.442Z] 06:04:01 0 0.07 0.00 0.07 0.00 0.00 99.86 [2021-04-05T06:10:50.442Z] 06:04:01 1 0.05 0.00 0.05 0.02 0.00 99.88 [2021-04-05T06:10:50.442Z] 06:04:01 2 0.42 0.00 0.05 0.00 0.00 99.53 [2021-04-05T06:10:50.442Z] 06:04:01 3 0.17 0.00 0.03 0.00 0.02 99.78 [2021-04-05T06:10:50.442Z] 06:05:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2021-04-05T06:10:50.442Z] 06:05:01 0 0.10 0.00 0.07 0.00 0.00 99.83 [2021-04-05T06:10:50.442Z] 06:05:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2021-04-05T06:10:50.442Z] 06:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-05T06:10:50.442Z] 06:05:01 3 0.57 0.00 0.05 0.00 0.00 99.38 [2021-04-05T06:10:50.442Z] 06:06:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-04-05T06:10:50.442Z] 06:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-05T06:10:50.442Z] 06:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-05T06:10:50.442Z] 06:06:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-04-05T06:10:50.442Z] 06:06:01 3 0.45 0.00 0.05 0.00 0.02 99.48 [2021-04-05T06:10:50.442Z] 06:07:01 all 0.06 0.00 0.05 0.00 0.03 99.85 [2021-04-05T06:10:50.442Z] 06:07:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-04-05T06:10:50.442Z] 06:07:01 1 0.12 0.00 0.08 0.00 0.02 99.78 [2021-04-05T06:10:50.442Z] 06:07:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-05T06:10:50.442Z] 06:07:01 3 0.07 0.00 0.05 0.00 0.05 99.83 [2021-04-05T06:10:50.442Z] 06:08:01 all 0.05 0.00 0.04 0.00 0.00 99.90 [2021-04-05T06:10:50.442Z] 06:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-05T06:10:50.442Z] 06:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-05T06:10:50.442Z] 06:08:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-05T06:10:50.442Z] 06:08:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2021-04-05T06:10:50.442Z] 06:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-05T06:10:50.442Z] 06:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-05T06:10:50.442Z] 06:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-05T06:10:50.442Z] 06:09:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-05T06:10:50.443Z] 06:09:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-05T06:10:50.443Z] 06:10:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-05T06:10:50.443Z] 06:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-05T06:10:50.443Z] 06:10:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-05T06:10:50.443Z] 06:10:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-05T06:10:50.443Z] 06:10:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-05T06:10:50.443Z] Average: all 0.44 0.00 0.26 0.08 0.02 99.21 [2021-04-05T06:10:50.443Z] Average: 0 0.40 0.00 0.28 0.04 0.02 99.26 [2021-04-05T06:10:50.443Z] Average: 1 0.33 0.00 0.28 0.06 0.02 99.32 [2021-04-05T06:10:50.443Z] Average: 2 0.41 0.00 0.20 0.05 0.01 99.32 [2021-04-05T06:10:50.443Z] Average: 3 0.60 0.00 0.26 0.17 0.02 98.95 [2021-04-05T06:10:50.443Z] [2021-04-05T06:10:50.443Z] [2021-04-05T06:10:50.443Z]