Pull request #150 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 176a44137c4ca621c507a1cf99374e931fd2b491+85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 (3e9caea899dc0953150a0414a2d9f62c6b1b347c) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21075’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21078 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [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-150 # 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/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 into PR head commit 176a44137c4ca621c507a1cf99374e931fd2b491 Merge succeeded, producing 27b04f218e55454238c7b1933bf092d7411cb914 Checking out Revision 27b04f218e55454238c7b1933bf092d7411cb914 (PR-150) > git config core.sparsecheckout # timeout=10 > git checkout -f 176a44137c4ca621c507a1cf99374e931fd2b491 # 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 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 27b04f218e55454238c7b1933bf092d7411cb914 # timeout=10 Commit message: "Merge commit '85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8' into HEAD" > git rev-list --no-walk 176a44137c4ca621c507a1cf99374e931fd2b491 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T03:16:09.884Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T03:16:10.136Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T03:16:10.306Z] ========================================================= [2021-01-19T03:16:10.306Z] EdgeX Global Pipelines Version Info [2021-01-19T03:16:10.306Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:16:11.796Z] ------------------- [2021-01-19T03:16:11.796Z] stable info: [2021-01-19T03:16:11.796Z] ------------------- [2021-01-19T03:16:11.796Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T03:16:11.796Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T03:16:11.796Z] Message: update stable to v1.0.177 [2021-01-19T03:16:12.753Z] ------------------- [2021-01-19T03:16:12.753Z] experimental info: [2021-01-19T03:16:12.753Z] ------------------- [2021-01-19T03:16:12.753Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T03:16:12.753Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T03:16:12.753Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T03:16:13.026Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-01-19T03:16:13.126Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-01-19T03:16:13.219Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T03:16:13.310Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T03:16:13.400Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T03:16:13.490Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T03:16:13.580Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T03:16:13.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T03:16:13.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T03:16:13.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T03:16:14.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T03:16:14.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-01-19T03:16:14.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T03:16:14.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T03:16:14.436Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:16:14.526Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:16:14.623Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:16:14.711Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:16:14.793Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-19T03:16:14.908Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T03:16:15.003Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T03:16:15.089Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T03:16:15.180Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T03:16:15.266Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T03:16:15.371Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T03:16:15.535Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T03:16:15.678Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T03:16:15.767Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-150 [Pipeline] echo [2021-01-19T03:16:15.891Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-150 [Pipeline] echo [2021-01-19T03:16:15.990Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-150 [Pipeline] echo [2021-01-19T03:16:16.087Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27b04f218e55454238c7b1933bf092d7411cb914 [Pipeline] echo [2021-01-19T03:16:16.174Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27b04f2 [Pipeline] echo [2021-01-19T03:16:16.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:16:16.935Z] + git log --format=format:%s -1 27b04f218e55454238c7b1933bf092d7411cb914 [Pipeline] echo [2021-01-19T03:16:17.004Z] GIT_COMMIT: 27b04f218e55454238c7b1933bf092d7411cb914, Commit Message: Merge commit '85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8' into HEAD [Pipeline] echo [2021-01-19T03:16:17.048Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:16:17.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:16:17.904Z] [2021-01-19T03:16:17.904Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:16:18.258Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:16:18.258Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T03:16:18.258Z] 31603596830f: Pulling fs layer [2021-01-19T03:16:18.258Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T03:16:18.258Z] 6ca5941a6612: Pulling fs layer [2021-01-19T03:16:18.258Z] ecc8261a40a4: Pulling fs layer [2021-01-19T03:16:18.258Z] ecc8261a40a4: Waiting [2021-01-19T03:16:18.258Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T03:16:18.258Z] 2a8b12db71e7: Download complete [2021-01-19T03:16:18.528Z] 31603596830f: Verifying Checksum [2021-01-19T03:16:18.528Z] 31603596830f: Download complete [2021-01-19T03:16:18.528Z] ecc8261a40a4: Verifying Checksum [2021-01-19T03:16:18.528Z] ecc8261a40a4: Download complete [2021-01-19T03:16:18.528Z] 6ca5941a6612: Verifying Checksum [2021-01-19T03:16:18.528Z] 6ca5941a6612: Download complete [2021-01-19T03:16:18.793Z] 31603596830f: Pull complete [2021-01-19T03:16:19.056Z] 2a8b12db71e7: Pull complete [2021-01-19T03:16:20.056Z] 6ca5941a6612: Pull complete [2021-01-19T03:16:20.320Z] ecc8261a40a4: Pull complete [2021-01-19T03:16:20.320Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T03:16:20.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:16:20.320Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T03:16:20.463Z] prd-centos7-docker-4c-2g-21078 does not seem to be running inside a container [2021-01-19T03:16:20.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-150 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150:/w/workspace/xfoundry_go-mod-bootstrap_PR-150:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@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-01-19T03:16:22.477Z] $ docker top 10e49428179b885b1c6f9cd68aac9881c03db445dcdda45df4e1014a13778219 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:16:22.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:16:22.765Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:16:22.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:16:22.992Z] $ docker exec 10e49428179b885b1c6f9cd68aac9881c03db445dcdda45df4e1014a13778219 ssh-agent [2021-01-19T03:16:23.170Z] SSH_AUTH_SOCK=/tmp/ssh-GqMtCkL3zlgh/agent.11 [2021-01-19T03:16:23.170Z] SSH_AGENT_PID=17 [2021-01-19T03:16:23.186Z] Running ssh-add (command line suppressed) [2021-01-19T03:16:23.308Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_4760127049965140401.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_4760127049965140401.key) [2021-01-19T03:16:23.361Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:16:23.694Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T03:16:23.814Z] $ docker exec --env ******** --env ******** 10e49428179b885b1c6f9cd68aac9881c03db445dcdda45df4e1014a13778219 ssh-agent -k [2021-01-19T03:16:23.970Z] unset SSH_AUTH_SOCK; [2021-01-19T03:16:23.970Z] unset SSH_AGENT_PID; [2021-01-19T03:16:23.971Z] echo Agent pid 17 killed; [2021-01-19T03:16:24.021Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T03:16:24.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:16:24.178Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:16:24.349Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:16:24.353Z] $ docker exec 10e49428179b885b1c6f9cd68aac9881c03db445dcdda45df4e1014a13778219 ssh-agent [2021-01-19T03:16:24.523Z] SSH_AUTH_SOCK=/tmp/ssh-j2goweSmOX15/agent.45 [2021-01-19T03:16:24.523Z] SSH_AGENT_PID=50 [2021-01-19T03:16:24.530Z] Running ssh-add (command line suppressed) [2021-01-19T03:16:24.665Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_9061845878863366616.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_9061845878863366616.key) [2021-01-19T03:16:24.722Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:16:25.068Z] + git semver init [2021-01-19T03:16:25.068Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:16:25.068Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-150/.git [2021-01-19T03:16:25.068Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [2021-01-19T03:16:25.068Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:16:25.068Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:16:25.068Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:16:25.068Z] # $SEMVER_BRANCH = PR-150 [2021-01-19T03:16:25.068Z] # $SEMVER_TEMP = /tmp/semver-929455949 [2021-01-19T03:16:25.068Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-01-19T03:16:25.647Z] # '/tmp/semver-929455949' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-150/.semver' [2021-01-19T03:16:25.647Z] # -> Force: false [2021-01-19T03:16:25.647Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-150/.semver [Pipeline] } [2021-01-19T03:16:25.662Z] $ docker exec --env ******** --env ******** 10e49428179b885b1c6f9cd68aac9881c03db445dcdda45df4e1014a13778219 ssh-agent -k [2021-01-19T03:16:25.785Z] unset SSH_AUTH_SOCK; [2021-01-19T03:16:25.786Z] unset SSH_AGENT_PID; [2021-01-19T03:16:25.786Z] echo Agent pid 50 killed; [2021-01-19T03:16:25.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:16:26.309Z] + git semver [Pipeline] } [2021-01-19T03:16:26.334Z] $ docker stop --time=1 10e49428179b885b1c6f9cd68aac9881c03db445dcdda45df4e1014a13778219 [2021-01-19T03:16:28.033Z] $ docker rm -f 10e49428179b885b1c6f9cd68aac9881c03db445dcdda45df4e1014a13778219 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:16:28.534Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T03:16:28.927Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T03:16:28.931Z] [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-01-19T03:16:44.453Z] Still waiting to schedule task [2021-01-19T03:16:44.453Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21076’ is offline; ‘prd-centos7-docker-4c-2g-21079’ is offline; ‘prd-centos7-docker-4c-2g-21080’ is offline; ‘prd-centos7-docker-4c-2g-21081’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T03:16:44.456Z] Still waiting to schedule task [2021-01-19T03:16:44.456Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-19T03:18:09.490Z] Running on prd-centos7-docker-4c-2g-21085 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [Pipeline] { [Pipeline] ws [2021-01-19T03:18:09.544Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2021-01-19T03:18:12.182Z] using credential edgex-jenkins-ssh [2021-01-19T03:18:12.240Z] Cloning the remote Git repository [2021-01-19T03:18:12.269Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-19T03:18:12.340Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2021-01-19T03:18:12.403Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-19T03:18:12.403Z] > git --version # timeout=10 [2021-01-19T03:18:12.417Z] > git --version # 'git version 2.24.3' [2021-01-19T03:18:12.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:18:12.446Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:18:13.068Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-19T03:18:13.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:18:13.090Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-19T03:18:13.104Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-19T03:18:13.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:18:13.110Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:18:13.463Z] Merging remotes/origin/master commit 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 into PR head commit 176a44137c4ca621c507a1cf99374e931fd2b491 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T03:18:13.833Z] Failed in branch amd64 [2021-01-19T03:18:13.472Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:18:13.477Z] > git checkout -f 176a44137c4ca621c507a1cf99374e931fd2b491 # timeout=10 [2021-01-19T03:19:21.208Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21087 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [Pipeline] { [Pipeline] ws [2021-01-19T03:19:21.266Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2021-01-19T03:19:26.554Z] using credential edgex-jenkins-ssh [2021-01-19T03:19:26.616Z] Cloning the remote Git repository [2021-01-19T03:19:26.661Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-19T03:19:26.772Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2021-01-19T03:19:26.861Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-19T03:19:26.862Z] > git --version # timeout=10 [2021-01-19T03:19:26.887Z] > git --version # 'git version 2.17.1' [2021-01-19T03:19:26.889Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:19:26.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:19:28.459Z] Merging remotes/origin/master commit 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 into PR head commit 176a44137c4ca621c507a1cf99374e931fd2b491 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T03:19:28.856Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [2021-01-19T03:19:27.832Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-19T03:19:27.851Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:19:27.887Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-19T03:19:27.921Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-19T03:19:27.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:19:27.934Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:19:28.469Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:19:28.492Z] > git checkout -f 176a44137c4ca621c507a1cf99374e931fd2b491 # timeout=10 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-19T03:19:31.601Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:19:32.212Z] ---> package-listing.sh [2021-01-19T03:19:32.212Z] ++ facter osfamily [2021-01-19T03:19:32.212Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T03:19:32.212Z] + OS_FAMILY=redhat [2021-01-19T03:19:32.212Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-150 [2021-01-19T03:19:32.212Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T03:19:32.212Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T03:19:32.212Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T03:19:32.212Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T03:19:32.212Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-150 ']' [2021-01-19T03:19:32.212Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T03:19:32.212Z] + case "${OS_FAMILY}" in [2021-01-19T03:19:32.212Z] + rpm -qa [2021-01-19T03:19:32.212Z] + sort [2021-01-19T03:19:38.850Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T03:19:38.850Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T03:19:38.850Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T03:19:38.850Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-150 ']' [2021-01-19T03:19:38.850Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-150/archives/ [2021-01-19T03:19:38.850Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-150/archives/ [Pipeline] echo [2021-01-19T03:19:38.867Z] 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-150/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T03:19:39.169Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:19:39.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:19:39.493Z] [2021-01-19T03:19:39.493Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:19:39.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:19:39.866Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T03:19:39.866Z] df20fa9351a1: Pulling fs layer [2021-01-19T03:19:39.866Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T03:19:39.866Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T03:19:39.866Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T03:19:39.866Z] 93b61091891f: Pulling fs layer [2021-01-19T03:19:39.866Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T03:19:39.866Z] 5e14af77c1be: Pulling fs layer [2021-01-19T03:19:39.866Z] 01666e4c0597: Pulling fs layer [2021-01-19T03:19:39.866Z] aa168da1d23b: Pulling fs layer [2021-01-19T03:19:39.866Z] 93b9cdb0e59b: Waiting [2021-01-19T03:19:39.866Z] 01666e4c0597: Waiting [2021-01-19T03:19:39.866Z] 5e14af77c1be: Waiting [2021-01-19T03:19:39.866Z] aa168da1d23b: Waiting [2021-01-19T03:19:39.866Z] 46f8f816bc3b: Waiting [2021-01-19T03:19:39.866Z] 93b61091891f: Waiting [2021-01-19T03:19:39.866Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T03:19:39.866Z] 36b3adc4ff6f: Download complete [2021-01-19T03:19:39.866Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T03:19:39.866Z] 46f8f816bc3b: Download complete [2021-01-19T03:19:40.134Z] df20fa9351a1: Verifying Checksum [2021-01-19T03:19:40.134Z] df20fa9351a1: Download complete [2021-01-19T03:19:40.134Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T03:19:40.134Z] 93b9cdb0e59b: Download complete [2021-01-19T03:19:40.134Z] 93b61091891f: Download complete [2021-01-19T03:19:40.134Z] 5e14af77c1be: Verifying Checksum [2021-01-19T03:19:40.134Z] 5e14af77c1be: Download complete [2021-01-19T03:19:40.134Z] 01666e4c0597: Verifying Checksum [2021-01-19T03:19:40.134Z] 01666e4c0597: Download complete [2021-01-19T03:19:40.398Z] df20fa9351a1: Pull complete [2021-01-19T03:19:40.663Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T03:19:40.663Z] 8ad3a11d3b57: Download complete [2021-01-19T03:19:40.663Z] 36b3adc4ff6f: Pull complete [2021-01-19T03:19:41.651Z] 8ad3a11d3b57: Pull complete [2021-01-19T03:19:41.651Z] 46f8f816bc3b: Pull complete [2021-01-19T03:19:42.247Z] 93b61091891f: Pull complete [2021-01-19T03:19:42.516Z] 93b9cdb0e59b: Pull complete [2021-01-19T03:19:42.782Z] 5e14af77c1be: Pull complete [2021-01-19T03:19:42.782Z] aa168da1d23b: Verifying Checksum [2021-01-19T03:19:42.782Z] aa168da1d23b: Download complete [2021-01-19T03:19:42.782Z] 01666e4c0597: Pull complete [2021-01-19T03:19:51.050Z] aa168da1d23b: Pull complete [2021-01-19T03:19:51.050Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T03:19:51.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:19:51.050Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T03:19:51.287Z] prd-centos7-docker-4c-2g-21078 does not seem to be running inside a container [2021-01-19T03:19:51.345Z] $ 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-150/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-150 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150:/w/workspace/xfoundry_go-mod-bootstrap_PR-150:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@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-01-19T03:19:54.570Z] $ docker top 5ddc46c160c8d10ab643366f52acfe85d409d1f2a4ddf7c6e89794b4157d4bcb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:19:55.182Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T03:19:55.494Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T03:19:55.805Z] + ls /var/log/sa-host [2021-01-19T03:19:55.805Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T03:19:55.805Z] file_magic: OK [2021-01-19T03:19:55.805Z] HZ: Using current value: 100 [2021-01-19T03:19:55.805Z] file_header: OK [2021-01-19T03:19:55.805Z] 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-01-19T03:19:55.805Z] Statistics: [2021-01-19T03:19:55.805Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T03:19:55.805Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T03:19:55.805Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T03:19:55.805Z] file_magic: OK [2021-01-19T03:19:55.805Z] HZ: Using current value: 100 [2021-01-19T03:19:55.805Z] file_header: OK [2021-01-19T03:19:55.805Z] 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-01-19T03:19:55.805Z] Statistics: [2021-01-19T03:19:55.805Z] Hnuu...uuuununununu... [2021-01-19T03:19:55.805Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T03:19:56.043Z] provisioning config files... [2021-01-19T03:19:56.064Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/config4198404187559458784tmp [Pipeline] { [Pipeline] echo [2021-01-19T03:19:56.140Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:19:56.451Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T03:19:56.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T03:19:56.559Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:19:56.874Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T03:19:56.892Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:19:57.216Z] ---> sudo-logs.sh [2021-01-19T03:19:57.216Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T03:19:57.230Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:19:57.546Z] ---> job-cost.sh [2021-01-19T03:19:57.546Z] lf-activate-venv: SKIPPING [2021-01-19T03:19:57.546Z] INFO: No Stack... [2021-01-19T03:19:58.977Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T03:19:59.241Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T03:19:59.256Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:19:59.564Z] ---> logs-deploy.sh [2021-01-19T03:19:59.564Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-150/2 [2021-01-19T03:19:59.564Z] INFO: archiving workspace using pattern(s): [2021-01-19T03:20:01.543Z] Archives upload complete. [2021-01-19T03:20:01.543Z] INFO: archiving logs to Nexus [2021-01-19T03:20:02.969Z] ---> uname -a: [2021-01-19T03:20:02.969Z] Linux prd-centos7-docker-4c-2g-21078.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-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] ---> lscpu: [2021-01-19T03:20:02.969Z] Architecture: x86_64 [2021-01-19T03:20:02.969Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T03:20:02.969Z] Byte Order: Little Endian [2021-01-19T03:20:02.969Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T03:20:02.969Z] CPU(s): 4 [2021-01-19T03:20:02.969Z] On-line CPU(s) list: 0-3 [2021-01-19T03:20:02.969Z] Thread(s) per core: 1 [2021-01-19T03:20:02.969Z] Core(s) per socket: 1 [2021-01-19T03:20:02.969Z] Socket(s): 4 [2021-01-19T03:20:02.969Z] NUMA node(s): 1 [2021-01-19T03:20:02.969Z] Vendor ID: GenuineIntel [2021-01-19T03:20:02.969Z] CPU family: 6 [2021-01-19T03:20:02.969Z] Model: 44 [2021-01-19T03:20:02.969Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T03:20:02.969Z] Stepping: 1 [2021-01-19T03:20:02.969Z] CPU MHz: 2933.438 [2021-01-19T03:20:02.969Z] BogoMIPS: 5866.87 [2021-01-19T03:20:02.969Z] Virtualization: VT-x [2021-01-19T03:20:02.969Z] Hypervisor vendor: KVM [2021-01-19T03:20:02.969Z] Virtualization type: full [2021-01-19T03:20:02.969Z] L1d cache: 128 KiB [2021-01-19T03:20:02.969Z] L1i cache: 128 KiB [2021-01-19T03:20:02.969Z] L2 cache: 16 MiB [2021-01-19T03:20:02.969Z] L3 cache: 64 MiB [2021-01-19T03:20:02.969Z] NUMA node0 CPU(s): 0-3 [2021-01-19T03:20:02.969Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T03:20:02.969Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T03:20:02.969Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T03:20:02.969Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T03:20:02.969Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T03:20:02.969Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T03:20:02.969Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T03:20:02.969Z] Vulnerability Srbds: Not affected [2021-01-19T03:20:02.969Z] Vulnerability Tsx async abort: Not affected [2021-01-19T03:20:02.969Z] 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-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] ---> nproc: [2021-01-19T03:20:02.969Z] 4 [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] ---> df -h: [2021-01-19T03:20:02.969Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T03:20:02.969Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-19T03:20:02.969Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T03:20:02.969Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T03:20:02.969Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp [2021-01-19T03:20:02.969Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] ---> free -m: [2021-01-19T03:20:02.969Z] total used free shared buff/cache available [2021-01-19T03:20:02.969Z] Mem: 1837 728 111 0 997 1004 [2021-01-19T03:20:02.969Z] Swap: 1023 0 1023 [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] ---> ip addr: [2021-01-19T03:20:02.969Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T03:20:02.969Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T03:20:02.969Z] inet 127.0.0.1/8 scope host lo [2021-01-19T03:20:02.969Z] valid_lft forever preferred_lft forever [2021-01-19T03:20:02.969Z] inet6 ::1/128 scope host [2021-01-19T03:20:02.969Z] valid_lft forever preferred_lft forever [2021-01-19T03:20:02.969Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T03:20:02.969Z] link/ether fa:16:3e:5f:3f:9b brd ff:ff:ff:ff:ff:ff [2021-01-19T03:20:02.969Z] inet 10.30.123.78/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T03:20:02.969Z] valid_lft 86129sec preferred_lft 86129sec [2021-01-19T03:20:02.969Z] inet6 fe80::f816:3eff:fe5f:3f9b/64 scope link [2021-01-19T03:20:02.969Z] valid_lft forever preferred_lft forever [2021-01-19T03:20:02.969Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T03:20:02.969Z] link/ether 02:42:7c:40:cc:16 brd ff:ff:ff:ff:ff:ff [2021-01-19T03:20:02.969Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T03:20:02.969Z] valid_lft forever preferred_lft forever [2021-01-19T03:20:02.969Z] inet6 fe80::42:7cff:fe40:cc16/64 scope link [2021-01-19T03:20:02.969Z] valid_lft forever preferred_lft forever [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] ---> sar -b -r -n DEV: [2021-01-19T03:20:02.969Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] 03:15:19 LINUX RESTART (4 CPU) [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] 03:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T03:20:02.969Z] 03:17:02 52.46 15.39 37.07 0.00 4595.04 3131.85 0.00 [2021-01-19T03:20:02.969Z] 03:18:01 1.96 0.00 1.96 0.00 0.00 39.59 0.00 [2021-01-19T03:20:02.969Z] 03:19:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 [2021-01-19T03:20:02.969Z] Average: 18.31 5.16 13.15 0.00 1540.82 1064.09 0.00 [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] 03:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T03:20:02.969Z] 03:17:02 151900 0 625732 33.26 2620 1101292 1121024 38.26 449748 1080660 132 [2021-01-19T03:20:02.969Z] 03:18:01 156500 0 621124 33.01 2620 1101300 1108016 37.81 449384 1076856 8 [2021-01-19T03:20:02.969Z] 03:19:01 155324 0 622296 33.07 2620 1101304 1108092 37.82 448240 1080004 16 [2021-01-19T03:20:02.969Z] Average: 154575 0 623051 33.11 2620 1101299 1112377 37.96 449124 1079173 52 [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] 03:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T03:20:02.969Z] 03:17:02 eth0 212.08 144.51 559.03 55.60 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] 03:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] 03:17:02 docker0 2.28 1.78 0.63 4.59 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] 03:18:01 eth0 4.18 0.91 1.29 0.75 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] 03:19:01 eth0 3.10 0.97 0.97 0.63 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] Average: eth0 73.53 49.08 188.21 19.11 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] Average: docker0 0.76 0.60 0.21 1.54 0.00 0.00 0.00 0.00 [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] ---> sar -P ALL: [2021-01-19T03:20:02.969Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] 03:15:19 LINUX RESTART (4 CPU) [2021-01-19T03:20:02.969Z] [2021-01-19T03:20:02.969Z] 03:16:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T03:20:02.969Z] 03:17:02 all 5.90 0.00 2.58 1.19 0.23 90.11 [2021-01-19T03:20:02.969Z] 03:17:02 0 6.81 0.00 2.22 0.47 0.17 90.33 [2021-01-19T03:20:02.969Z] 03:17:02 1 5.80 0.00 2.99 1.31 0.27 89.63 [2021-01-19T03:20:02.969Z] 03:17:02 2 7.08 0.00 2.46 0.61 0.12 89.74 [2021-01-19T03:20:02.969Z] 03:17:02 3 3.93 0.00 2.64 2.35 0.35 90.73 [2021-01-19T03:20:02.969Z] 03:18:01 all 0.16 0.00 0.06 0.00 0.01 99.77 [2021-01-19T03:20:02.969Z] 03:18:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-19T03:20:02.969Z] 03:18:01 1 0.42 0.00 0.08 0.00 0.00 99.49 [2021-01-19T03:20:02.970Z] 03:18:01 2 0.10 0.00 0.07 0.00 0.02 99.81 [2021-01-19T03:20:02.970Z] 03:18:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T03:20:02.970Z] 03:19:01 all 0.22 0.00 0.05 0.00 0.02 99.71 [2021-01-19T03:20:02.970Z] 03:19:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2021-01-19T03:20:02.970Z] 03:19:01 1 0.42 0.00 0.10 0.00 0.02 99.47 [2021-01-19T03:20:02.970Z] 03:19:01 2 0.17 0.00 0.03 0.00 0.02 99.78 [2021-01-19T03:20:02.970Z] 03:19:01 3 0.22 0.00 0.05 0.00 0.02 99.72 [2021-01-19T03:20:02.970Z] Average: all 2.09 0.00 0.90 0.40 0.08 96.53 [2021-01-19T03:20:02.970Z] Average: 0 2.31 0.00 0.77 0.16 0.07 96.70 [2021-01-19T03:20:02.970Z] Average: 1 2.21 0.00 1.06 0.44 0.10 96.19 [2021-01-19T03:20:02.970Z] Average: 2 2.45 0.00 0.85 0.20 0.05 96.45 [2021-01-19T03:20:02.970Z] Average: 3 1.41 0.00 0.91 0.78 0.12 96.77 [2021-01-19T03:20:02.970Z] [2021-01-19T03:20:02.970Z] [2021-01-19T03:20:02.970Z]