Pull request #118 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bc7c95552cd19ac50a7b1a44d76576ae3928974d+fb98e0c50a6079cd6039d0c16dfa27373e63787d (add8f40b0dabd8e1a63dee921b362653372f206c) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8886 in /w/workspace/xfoundry_go-mod-bootstrap_PR-118 [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-118 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fb98e0c50a6079cd6039d0c16dfa27373e63787d into PR head commit bc7c95552cd19ac50a7b1a44d76576ae3928974d Merge succeeded, producing bc7c95552cd19ac50a7b1a44d76576ae3928974d Checking out Revision bc7c95552cd19ac50a7b1a44d76576ae3928974d (PR-118) > 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 --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # 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 fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" First time build. Skipping changelog. > git rev-list --no-walk d71f7c68b6dd2c52244edf859b46b816d3a680d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:23:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:23:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:23:14 ========================================================= 15:23:14 EdgeX Global Pipelines Version Info 15:23:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:23:16 ------------------- 15:23:16 stable info: 15:23:16 ------------------- 15:23:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:23:16 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 15:23:16 Message: update stable to v1.0.148 15:23:17 ------------------- 15:23:17 experimental info: 15:23:17 ------------------- 15:23:17 Commited By: **** collab-it+edgex@linuxfoundation.org 15:23:17 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 15:23:17 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:23:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-118 [Pipeline] echo 15:23:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-118 [Pipeline] echo 15:23:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-118 [Pipeline] echo 15:23:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc7c95552cd19ac50a7b1a44d76576ae3928974d [Pipeline] echo 15:23:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc7c955 [Pipeline] echo 15:23:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:23:22 + git log --format=format:%s -1 bc7c95552cd19ac50a7b1a44d76576ae3928974d [Pipeline] echo 15:23:22 GIT_COMMIT: bc7c95552cd19ac50a7b1a44d76576ae3928974d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry [Pipeline] echo 15:23:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:23:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:23:23 15:23:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:23:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:23:23 latest: Pulling from edgex-devops/git-semver 15:23:23 31603596830f: Pulling fs layer 15:23:23 2a8b12db71e7: Pulling fs layer 15:23:23 6ca5941a6612: Pulling fs layer 15:23:23 ecc8261a40a4: Pulling fs layer 15:23:23 ecc8261a40a4: Waiting 15:23:23 2a8b12db71e7: Verifying Checksum 15:23:23 2a8b12db71e7: Download complete 15:23:24 31603596830f: Verifying Checksum 15:23:24 31603596830f: Download complete 15:23:24 ecc8261a40a4: Verifying Checksum 15:23:24 ecc8261a40a4: Download complete 15:23:24 6ca5941a6612: Verifying Checksum 15:23:24 6ca5941a6612: Download complete 15:23:24 31603596830f: Pull complete 15:23:24 2a8b12db71e7: Pull complete 15:23:25 6ca5941a6612: Pull complete 15:23:25 ecc8261a40a4: Pull complete 15:23:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:23:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:23:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:23:25 prd-centos7-docker-4c-2g-8886 does not seem to be running inside a container 15:23:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-118 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118:/w/workspace/xfoundry_go-mod-bootstrap_PR-118:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-118@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:23:28 $ docker top b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:23:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:23:28 [ssh-agent] Looking for ssh-agent implementation... 15:23:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:23:28 $ docker exec b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 ssh-agent 15:23:28 SSH_AUTH_SOCK=/tmp/ssh-eJHd7DpJikEC/agent.13 15:23:28 SSH_AGENT_PID=18 15:23:28 Running ssh-add (command line suppressed) 15:23:28 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/private_key_3631139472699872734.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/private_key_3631139472699872734.key) 15:23:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:23:29 + git tag --points-at HEAD [Pipeline] } 15:23:29 $ docker exec --env ******** --env ******** b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 ssh-agent -k 15:23:29 unset SSH_AUTH_SOCK; 15:23:29 unset SSH_AGENT_PID; 15:23:29 echo Agent pid 18 killed; 15:23:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:23:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:23:29 [ssh-agent] Looking for ssh-agent implementation... 15:23:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:23:29 $ docker exec b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 ssh-agent 15:23:30 SSH_AUTH_SOCK=/tmp/ssh-K7Zlqt0Zavi1/agent.48 15:23:30 SSH_AGENT_PID=54 15:23:30 Running ssh-add (command line suppressed) 15:23:30 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/private_key_6134904553084002807.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/private_key_6134904553084002807.key) 15:23:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:23:30 + git semver init 15:23:30 # -> Open(): unable to determine branch for HEAD 15:23:30 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-118/.git 15:23:30 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-118 15:23:30 # $SEMVER_REMOTE_NAME = origin 15:23:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:23:30 # $SEMVER_USER_NAME = edgex-jenkins 15:23:30 # $SEMVER_BRANCH = PR-118 15:23:30 # $SEMVER_TEMP = /tmp/semver-688978489 15:23:30 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:23:31 # '/tmp/semver-688978489' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-118/.semver' 15:23:31 # -> Force: false 15:23:31 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-118/.semver [Pipeline] } 15:23:31 $ docker exec --env ******** --env ******** b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 ssh-agent -k 15:23:31 unset SSH_AUTH_SOCK; 15:23:31 unset SSH_AGENT_PID; 15:23:31 echo Agent pid 54 killed; 15:23:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:23:32 + git semver [Pipeline] } 15:23:32 $ docker stop --time=1 b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 15:23:33 $ docker rm -f b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 [Pipeline] // withDockerContainer [Pipeline] sh 15:23:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:23:34 Stashed 1 file(s) [Pipeline] echo 15:23:34 [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 15:23:50 Still waiting to schedule task 15:23:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:23:50 Still waiting to schedule task 15:23:50 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:24:28 Running on prd-centos7-docker-4c-2g-8890 in /w/workspace/xfoundry_go-mod-bootstrap_PR-118 [Pipeline] { [Pipeline] ws 15:24:28 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 15:24:31 using credential edgex-jenkins-ssh 15:24:31 Cloning the remote Git repository 15:24:31 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:24:31 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 15:24:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:24:31 > git --version # timeout=10 15:24:31 > git --version # 'git version 2.16.5' 15:24:31 using GIT_SSH to set credentials SSH Credentials for GitHub 15:24:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:24:32 Merging remotes/origin/master commit fb98e0c50a6079cd6039d0c16dfa27373e63787d into PR head commit bc7c95552cd19ac50a7b1a44d76576ae3928974d 15:24:32 Merge succeeded, producing bc7c95552cd19ac50a7b1a44d76576ae3928974d 15:24:32 Checking out Revision bc7c95552cd19ac50a7b1a44d76576ae3928974d (PR-118) 15:24:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:24:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:24:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:24:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:24:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:24:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:24:32 > git config core.sparsecheckout # timeout=10 15:24:32 > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 15:24:32 > git remote # timeout=10 15:24:32 > git config --get remote.origin.url # timeout=10 15:24:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:24:32 > git merge fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 15:24:32 > git rev-parse HEAD^{commit} # timeout=10 15:24:32 > git config core.sparsecheckout # timeout=10 15:24:32 > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 15:24:36 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:24:37 ========================================================= 15:24:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:24:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:24:38 + 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 . 15:24:38 Sending build context to Docker daemon 546.8kB 15:24:38 Step 1/8 : ARG BASE=golang:1.15-alpine 15:24:38 Step 2/8 : FROM ${BASE} 15:24:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:24:38 df20fa9351a1: Pulling fs layer 15:24:38 ed8968b2872e: Pulling fs layer 15:24:38 a92cc7c5fd73: Pulling fs layer 15:24:38 e871e8e8d7a9: Pulling fs layer 15:24:38 e73272ec9a57: Pulling fs layer 15:24:38 1e910a182e73: Pulling fs layer 15:24:38 4e634b169226: Pulling fs layer 15:24:38 e73272ec9a57: Waiting 15:24:38 1e910a182e73: Waiting 15:24:38 4e634b169226: Waiting 15:24:38 e871e8e8d7a9: Waiting 15:24:38 a92cc7c5fd73: Verifying Checksum 15:24:38 a92cc7c5fd73: Download complete 15:24:39 ed8968b2872e: Verifying Checksum 15:24:39 ed8968b2872e: Download complete 15:24:39 e73272ec9a57: Verifying Checksum 15:24:39 e73272ec9a57: Download complete 15:24:39 1e910a182e73: Verifying Checksum 15:24:39 1e910a182e73: Download complete 15:24:40 df20fa9351a1: Download complete 15:24:40 df20fa9351a1: Pull complete 15:24:41 ed8968b2872e: Pull complete 15:24:41 a92cc7c5fd73: Pull complete 15:24:51 4e634b169226: Verifying Checksum 15:24:51 4e634b169226: Download complete 15:24:52 e871e8e8d7a9: Verifying Checksum 15:24:52 e871e8e8d7a9: Download complete 15:24:57 e871e8e8d7a9: Pull complete 15:24:57 e73272ec9a57: Pull complete 15:24:57 1e910a182e73: Pull complete 15:25:02 4e634b169226: Pull complete 15:25:02 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:25:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:25:02 ---> f7629b54cfaa 15:25:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:25:02 ---> Running in 1decaf47f016 15:25:02 Removing intermediate container 1decaf47f016 15:25:02 ---> 07ff6ee42eba 15:25:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:25:02 ---> Running in 8e4373b3bdcf 15:25:03 Removing intermediate container 8e4373b3bdcf 15:25:03 ---> cad92a9a7b45 15:25:03 Step 5/8 : RUN apk add --update --no-cache git make 15:25:03 ---> Running in 1d8bcebd9078 15:25:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:06 OK: 166 MiB in 39 packages 15:25:06 Removing intermediate container 1d8bcebd9078 15:25:06 ---> 3e891f154d8e 15:25:06 Step 6/8 : WORKDIR /build 15:25:06 ---> Running in 9b1b4d52acc2 15:25:06 Removing intermediate container 9b1b4d52acc2 15:25:06 ---> 1b9a8e912194 15:25:06 Step 7/8 : COPY go.mod . 15:25:07 ---> bef25e8a9c17 15:25:07 Step 8/8 : RUN go mod download 15:25:07 ---> Running in 600049a3fc2d 15:25:29 Removing intermediate container 600049a3fc2d 15:25:29 ---> ad1cb59ff8b8 15:25:29 Successfully built ad1cb59ff8b8 15:25:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:25:29 + docker inspect -f . ci-base-image-x86_64 15:25:29 . [Pipeline] withDockerContainer 15:25:29 prd-centos7-docker-4c-2g-8890 does not seem to be running inside a container 15:25:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:25:30 $ docker top 85659ed006f34efc0bfb90520a63c50c87508932614d4a426f25401ba50acaec -eo pid,comm [Pipeline] { [Pipeline] sh 15:25:31 + go version 15:25:31 go version go1.15.2 linux/amd64 [Pipeline] } 15:25:31 $ docker stop --time=1 85659ed006f34efc0bfb90520a63c50c87508932614d4a426f25401ba50acaec 15:25:32 $ docker rm -f 85659ed006f34efc0bfb90520a63c50c87508932614d4a426f25401ba50acaec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:25:33 + docker inspect -f . ci-base-image-x86_64 15:25:33 . [Pipeline] withDockerContainer 15:25:33 prd-centos7-docker-4c-2g-8890 does not seem to be running inside a container 15:25:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:25:34 $ docker top d68947e56c4def4b42ca417910200e0c8bb8f639def0fa803f4881bf89e8249b -eo pid,comm [Pipeline] { [Pipeline] sh 15:25:34 + make test 15:25:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:25:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 15:25:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.006s coverage: 9.0% of statements 15:25:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 15:25:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.017s coverage: 95.1% of statements 15:25:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 84.2% of statements 15:25:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 15:25:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 15:25:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 15:25:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.016s coverage: 100.0% of statements 15:25:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 15:25:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 15:25:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 15:25:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.005s coverage: 48.9% of statements 15:25:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 15:25:51 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 15:25:51 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements 15:25:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:25:53 gofmt -l . 15:25:53 [ "`gofmt -l .`" = "" ] [Pipeline] stash 15:25:53 Stashed 1 file(s) [Pipeline] } 15:25:53 $ docker stop --time=1 d68947e56c4def4b42ca417910200e0c8bb8f639def0fa803f4881bf89e8249b 15:25:55 $ docker rm -f d68947e56c4def4b42ca417910200e0c8bb8f639def0fa803f4881bf89e8249b [Pipeline] // withDockerContainer [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:26:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8893 in /w/workspace/xfoundry_go-mod-bootstrap_PR-118 [Pipeline] { [Pipeline] ws 15:26:11 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 15:26:16 using credential edgex-jenkins-ssh 15:26:16 Cloning the remote Git repository 15:26:16 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:26:16 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 15:26:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:26:16 > git --version # timeout=10 15:26:16 > git --version # 'git version 2.17.1' 15:26:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:26:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:26:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:26:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:26:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:26:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:26:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:26:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:26:18 Merging remotes/origin/master commit fb98e0c50a6079cd6039d0c16dfa27373e63787d into PR head commit bc7c95552cd19ac50a7b1a44d76576ae3928974d 15:26:18 Merge succeeded, producing bc7c95552cd19ac50a7b1a44d76576ae3928974d 15:26:18 Checking out Revision bc7c95552cd19ac50a7b1a44d76576ae3928974d (PR-118) 15:26:18 > git config core.sparsecheckout # timeout=10 15:26:18 > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 15:26:18 > git remote # timeout=10 15:26:18 > git config --get remote.origin.url # timeout=10 15:26:18 using GIT_SSH to set credentials SSH Credentials for GitHub 15:26:18 > git merge fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 15:26:18 > git rev-parse HEAD^{commit} # timeout=10 15:26:18 > git config core.sparsecheckout # timeout=10 15:26:18 > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 15:26:22 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:26:23 ========================================================= 15:26:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:26:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:26:24 + 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 . 15:26:25 Sending build context to Docker daemon 546.8kB 15:26:25 Step 1/8 : ARG BASE=golang:1.15-alpine 15:26:25 Step 2/8 : FROM ${BASE} 15:26:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:26:26 b538f80385f9: Pulling fs layer 15:26:26 74f711af9a0d: Pulling fs layer 15:26:26 99f96fe45779: Pulling fs layer 15:26:26 8529a6b9a6be: Pulling fs layer 15:26:26 45590311c82a: Pulling fs layer 15:26:26 69ca0ff8b7b3: Pulling fs layer 15:26:26 209524e5b208: Pulling fs layer 15:26:26 8529a6b9a6be: Waiting 15:26:26 45590311c82a: Waiting 15:26:26 69ca0ff8b7b3: Waiting 15:26:26 209524e5b208: Waiting 15:26:26 99f96fe45779: Verifying Checksum 15:26:26 99f96fe45779: Download complete 15:26:26 74f711af9a0d: Verifying Checksum 15:26:26 74f711af9a0d: Download complete 15:26:26 45590311c82a: Verifying Checksum 15:26:26 45590311c82a: Download complete 15:26:26 69ca0ff8b7b3: Verifying Checksum 15:26:26 69ca0ff8b7b3: Download complete 15:26:26 b538f80385f9: Verifying Checksum 15:26:26 b538f80385f9: Download complete 15:26:27 b538f80385f9: Pull complete 15:26:28 74f711af9a0d: Pull complete 15:26:28 99f96fe45779: Pull complete 15:26:28 209524e5b208: Verifying Checksum 15:26:28 209524e5b208: Download complete 15:26:29 8529a6b9a6be: Verifying Checksum 15:26:29 8529a6b9a6be: Download complete 15:26:40 8529a6b9a6be: Pull complete 15:26:40 45590311c82a: Pull complete 15:26:40 69ca0ff8b7b3: Pull complete 15:26:44 209524e5b208: Pull complete 15:26:44 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:26:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:26:44 ---> 5bddaf1c2fca 15:26:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:26:47 ---> Running in 2fdbcc9ac659 15:26:47 Removing intermediate container 2fdbcc9ac659 15:26:47 ---> 4936616c1d9e 15:26:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:47 ---> Running in 46bbd9d515fe 15:26:50 Removing intermediate container 46bbd9d515fe 15:26:50 ---> a5058cd95232 15:26:50 Step 5/8 : RUN apk add --update --no-cache git make 15:26:50 ---> Running in 21371cf2e93c 15:26:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:54 OK: 142 MiB in 39 packages 15:26:55 Removing intermediate container 21371cf2e93c 15:26:55 ---> d5d0b104da2c 15:26:55 Step 6/8 : WORKDIR /build 15:26:55 ---> Running in 243592c4e47f 15:26:56 Removing intermediate container 243592c4e47f 15:26:56 ---> 69eaa37db72d 15:26:56 Step 7/8 : COPY go.mod . 15:26:57 ---> a8c9330e1f68 15:26:57 Step 8/8 : RUN go mod download 15:26:57 ---> Running in faed5d0ea7a0 15:27:23 Removing intermediate container faed5d0ea7a0 15:27:23 ---> 9a88aa6e0e3a 15:27:23 Successfully built 9a88aa6e0e3a 15:27:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:27:24 + docker inspect -f . ci-base-image-arm64 15:27:24 . [Pipeline] withDockerContainer 15:27:24 prd-ubuntu18.04-docker-arm64-4c-16g-8893 does not seem to be running inside a container 15:27:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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-arm64 cat 15:27:26 $ docker top a3bd62f22ef2c6340693ce35dac4462457d058dfb9c337c42fa1493ebcc93bfb -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:27 + go version 15:27:27 go version go1.15.2 linux/arm64 [Pipeline] } 15:27:27 $ docker stop --time=1 a3bd62f22ef2c6340693ce35dac4462457d058dfb9c337c42fa1493ebcc93bfb 15:27:29 $ docker rm -f a3bd62f22ef2c6340693ce35dac4462457d058dfb9c337c42fa1493ebcc93bfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:27:31 + docker inspect -f . ci-base-image-arm64 15:27:31 . [Pipeline] withDockerContainer 15:27:32 prd-ubuntu18.04-docker-arm64-4c-16g-8893 does not seem to be running inside a container 15:27:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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-arm64 cat 15:27:34 $ docker top f1483a8b7df1b08a1c6716ee47aecfded3c750c17237c1fbb07d60c3fe5fc5be -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:35 + make test 15:27:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:28:02 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 15:28:05 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.016s coverage: 9.0% of statements 15:28:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 15:28:05 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.028s coverage: 95.1% of statements 15:28:05 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.054s coverage: 84.2% of statements 15:28:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 15:28:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 15:28:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 15:28:16 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.027s coverage: 100.0% of statements 15:28:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 15:28:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 15:28:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 15:28:16 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.012s coverage: 48.9% of statements 15:28:16 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 15:28:16 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 15:28:16 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.012s coverage: 91.3% of statements 15:28:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:28:19 gofmt -l . 15:28:19 [ "`gofmt -l .`" = "" ] [Pipeline] stash 15:28:19 Warning: overwriting stash ‘coverage-report’ 15:28:20 Stashed 1 file(s) [Pipeline] } 15:28:20 $ docker stop --time=1 f1483a8b7df1b08a1c6716ee47aecfded3c750c17237c1fbb07d60c3fe5fc5be 15:28:22 $ docker rm -f f1483a8b7df1b08a1c6716ee47aecfded3c750c17237c1fbb07d60c3fe5fc5be [Pipeline] // withDockerContainer [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 [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 15:28:25 provisioning config files... 15:28:25 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/config7165761543494326663tmp [Pipeline] { [Pipeline] sh 15:28:25 + set +x 15:28:25 + curl -s https://codecov.io/bash 15:28:25 + bash -s -- 15:28:26 15:28:26 _____ _ 15:28:26 / ____| | | 15:28:26 | | ___ __| | ___ ___ _____ __ 15:28:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:28:26 | |___| (_) | (_| | __/ (_| (_) \ V / 15:28:26 \_____\___/ \__,_|\___|\___\___/ \_/ 15:28:26 Bash-20201009-048fee3 15:28:26 15:28:26 15:28:26 ==> Jenkins CI detected. 15:28:26 project root: . 15:28:26 --> token set from env 15:28:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:28:26 ==> Running gcov in . (disable via -X gcov) 15:28:26 ==> Python coveragepy not found 15:28:26 ==> Searching for coverage reports in: 15:28:26 + . 15:28:26 -> Found 1 reports 15:28:26 ==> Detecting git/mercurial file structure 15:28:26 ==> Reading reports 15:28:26 + ./coverage.out bytes=20923 15:28:26 ==> Appending adjustments 15:28:26 https://docs.codecov.io/docs/fixing-reports 15:28:26 + Found adjustments 15:28:26 ==> Gzipping contents 15:28:26 ==> Uploading reports 15:28:26 url: https://codecov.io 15:28:26 query: branch=PR-118&commit=bc7c95552cd19ac50a7b1a44d76576ae3928974d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-118%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=118&job=&cmd_args= 15:28:26 -> Pinging Codecov 15:28:26 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-118&commit=bc7c95552cd19ac50a7b1a44d76576ae3928974d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-118%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=118&job=&cmd_args= 15:28:26 -> Uploading to 15:28:26 15:28:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:28:26 Dload Upload Total Spent Left Speed 15:28:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 15:28:26 X> Failed to upload 15:28:26 ==> Uploading to Codecov 15:28:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:28:26 Dload Upload Total Spent Left Speed 15:28:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 4491 0 0 100 4378 0 7036 --:--:-- --:--:-- --:--:-- 7027 100 4491 100 113 100 4378 181 7033 --:--:-- --:--:-- --:--:-- 7027 15:28:27 View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/bc7c95552cd19ac50a7b1a44d76576ae3928974d [Pipeline] } 15:28:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 15:28:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:28:30 ---> package-listing.sh 15:28:30 ++ facter osfamily 15:28:30 ++ tr '[:upper:]' '[:lower:]' 15:28:30 + OS_FAMILY=redhat 15:28:30 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-118 15:28:30 + START_PACKAGES=/tmp/packages_start.txt 15:28:30 + END_PACKAGES=/tmp/packages_end.txt 15:28:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:28:30 + PACKAGES=/tmp/packages_start.txt 15:28:30 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-118 ']' 15:28:30 + PACKAGES=/tmp/packages_end.txt 15:28:30 + case "${OS_FAMILY}" in 15:28:30 + rpm -qa 15:28:30 + sort 15:28:34 + '[' -f /tmp/packages_start.txt ']' 15:28:34 + '[' -f /tmp/packages_end.txt ']' 15:28:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:28:34 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-118 ']' 15:28:34 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-118/archives/ 15:28:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-118/archives/ [Pipeline] echo 15:28:34 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-118/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:28:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:28:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:28:35 15:28:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:28:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:28:35 alpine: Pulling from edgex-lftools-log-publisher 15:28:35 df20fa9351a1: Pulling fs layer 15:28:35 36b3adc4ff6f: Pulling fs layer 15:28:35 8ad3a11d3b57: Pulling fs layer 15:28:35 46f8f816bc3b: Pulling fs layer 15:28:35 93b61091891f: Pulling fs layer 15:28:35 93b9cdb0e59b: Pulling fs layer 15:28:35 5e14af77c1be: Pulling fs layer 15:28:35 01666e4c0597: Pulling fs layer 15:28:35 aa168da1d23b: Pulling fs layer 15:28:35 93b61091891f: Waiting 15:28:35 01666e4c0597: Waiting 15:28:35 93b9cdb0e59b: Waiting 15:28:35 5e14af77c1be: Waiting 15:28:35 aa168da1d23b: Waiting 15:28:35 46f8f816bc3b: Waiting 15:28:35 36b3adc4ff6f: Download complete 15:28:36 46f8f816bc3b: Download complete 15:28:37 93b61091891f: Verifying Checksum 15:28:37 93b61091891f: Download complete 15:28:37 93b9cdb0e59b: Download complete 15:28:37 5e14af77c1be: Verifying Checksum 15:28:37 5e14af77c1be: Download complete 15:28:37 01666e4c0597: Download complete 15:28:40 df20fa9351a1: Verifying Checksum 15:28:40 df20fa9351a1: Download complete 15:28:40 df20fa9351a1: Pull complete 15:28:40 36b3adc4ff6f: Pull complete 15:28:41 8ad3a11d3b57: Verifying Checksum 15:28:41 8ad3a11d3b57: Download complete 15:28:42 8ad3a11d3b57: Pull complete 15:28:42 46f8f816bc3b: Pull complete 15:28:42 93b61091891f: Pull complete 15:28:42 93b9cdb0e59b: Pull complete 15:28:42 5e14af77c1be: Pull complete 15:28:43 01666e4c0597: Pull complete 15:29:01 aa168da1d23b: Verifying Checksum 15:29:01 aa168da1d23b: Download complete 15:29:05 aa168da1d23b: Pull complete 15:29:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:29:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:29:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:29:05 prd-centos7-docker-4c-2g-8886 does not seem to be running inside a container 15:29:05 $ 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-118/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-118 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118:/w/workspace/xfoundry_go-mod-bootstrap_PR-118:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-118@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:10003/edgex-lftools-log-publisher:alpine cat 15:29:12 $ docker top 36921e2040f699ab014dd345bb4b62ee51edf6dfd1333241eb8eb23c695f818d -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:12 + touch /tmp/pre-build-complete [Pipeline] sh 15:29:13 + mkdir -p /var/log/sa [Pipeline] sh 15:29:13 + ls /var/log/sa-host 15:29:13 + sadf -c /var/log/sa-host/sa05 15:29:13 file_magic: OK 15:29:13 HZ: Using current value: 100 15:29:13 file_header: OK 15:29:13 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 15:29:13 Statistics: 15:29:13 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:29:13 File successfully converted to sysstat format version 12.2.1 15:29:13 + sadf -c /var/log/sa-host/sa26 15:29:13 file_magic: OK 15:29:13 HZ: Using current value: 100 15:29:13 file_header: OK 15:29:13 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 15:29:13 Statistics: 15:29:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:29:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:29:13 provisioning config files... 15:29:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/config2770108920537798857tmp [Pipeline] { [Pipeline] echo 15:29:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:29:14 ---> create-netrc.sh [Pipeline] } 15:29:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:29:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:29:14 ---> python-tools-install.sh [Pipeline] echo 15:29:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:29:14 ---> sudo-logs.sh 15:29:14 Archiving 'sudo' log.. [Pipeline] echo 15:29:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:29:15 ---> job-cost.sh 15:29:15 lf-activate-venv: SKIPPING 15:29:15 INFO: No Stack... 15:29:16 INFO: Retrieving Pricing Info for: v1-standard-2 15:29:16 INFO: Archiving Costs [Pipeline] echo 15:29:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:29:17 ---> logs-deploy.sh 15:29:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-118/3 15:29:17 INFO: archiving workspace using pattern(s): 15:29:19 Archives upload complete. 15:29:19 INFO: archiving logs to Nexus 15:29:20 ---> uname -a: 15:29:20 Linux prd-centos7-docker-4c-2g-8886.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:29:20 15:29:20 15:29:20 ---> lscpu: 15:29:20 Architecture: x86_64 15:29:20 CPU op-mode(s): 32-bit, 64-bit 15:29:20 Byte Order: Little Endian 15:29:20 Address sizes: 40 bits physical, 48 bits virtual 15:29:20 CPU(s): 4 15:29:20 On-line CPU(s) list: 0-3 15:29:20 Thread(s) per core: 1 15:29:20 Core(s) per socket: 1 15:29:20 Socket(s): 4 15:29:20 NUMA node(s): 1 15:29:20 Vendor ID: GenuineIntel 15:29:20 CPU family: 6 15:29:20 Model: 44 15:29:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:29:20 Stepping: 1 15:29:20 CPU MHz: 2933.438 15:29:20 BogoMIPS: 5866.87 15:29:20 Virtualization: VT-x 15:29:20 Hypervisor vendor: KVM 15:29:20 Virtualization type: full 15:29:20 L1d cache: 128 KiB 15:29:20 L1i cache: 128 KiB 15:29:20 L2 cache: 16 MiB 15:29:20 L3 cache: 64 MiB 15:29:20 NUMA node0 CPU(s): 0-3 15:29:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:29:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:29:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:29:20 Vulnerability Meltdown: Mitigation; PTI 15:29:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:29:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:29:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:29:20 Vulnerability Tsx async abort: Not affected 15:29:20 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 15:29:20 15:29:20 15:29:20 ---> nproc: 15:29:20 4 15:29:20 15:29:20 15:29:20 ---> df -h: 15:29:20 Filesystem Size Used Available Use% Mounted on 15:29:20 overlay 50.0G 7.2G 42.8G 14% / 15:29:20 tmpfs 64.0M 0 64.0M 0% /dev 15:29:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:29:20 shm 64.0M 0 64.0M 0% /dev/shm 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_go-mod-bootstrap_PR-118 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp 15:29:20 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 15:29:20 15:29:20 15:29:20 ---> free -m: 15:29:20 total used free shared buff/cache available 15:29:20 Mem: 1837 657 101 0 1078 1078 15:29:20 Swap: 1023 0 1023 15:29:20 15:29:20 15:29:20 ---> ip addr: 15:29:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:29:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:29:20 inet 127.0.0.1/8 scope host lo 15:29:20 valid_lft forever preferred_lft forever 15:29:20 inet6 ::1/128 scope host 15:29:20 valid_lft forever preferred_lft forever 15:29:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:29:20 link/ether fa:16:3e:78:83:4c brd ff:ff:ff:ff:ff:ff 15:29:20 inet 10.30.122.83/23 brd 10.30.123.255 scope global dynamic eth0 15:29:20 valid_lft 86002sec preferred_lft 86002sec 15:29:20 inet6 fe80::f816:3eff:fe78:834c/64 scope link 15:29:20 valid_lft forever preferred_lft forever 15:29:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:29:20 link/ether 02:42:8d:ac:87:3b brd ff:ff:ff:ff:ff:ff 15:29:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:29:20 valid_lft forever preferred_lft forever 15:29:20 inet6 fe80::42:8dff:feac:873b/64 scope link 15:29:20 valid_lft forever preferred_lft forever 15:29:20 15:29:20 15:29:20 ---> sar -b -r -n DEV: 15:29:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 15:29:20 15:29:20 15:22:24 LINUX RESTART (4 CPU) 15:29:20 15:29:20 15:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:29:20 15:24:01 58.46 14.98 43.47 0.00 5021.97 4807.92 0.00 15:29:20 15:25:01 0.73 0.02 0.72 0.00 0.53 14.89 0.00 15:29:20 15:26:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 15:29:20 15:27:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 15:29:20 15:28:01 0.22 0.00 0.22 0.00 0.00 3.66 0.00 15:29:20 15:29:01 66.66 37.85 28.81 0.00 4355.79 13045.54 0.00 15:29:20 Average: 20.98 8.79 12.19 0.00 1553.76 2975.12 0.00 15:29:20 15:29:20 15:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:29:20 15:24:01 158996 0 556964 29.60 2620 1162976 1110996 37.92 405644 1156028 132 15:29:20 15:25:01 161812 0 554140 29.45 2620 1162984 1098220 37.48 406124 1153556 12 15:29:20 15:26:01 162112 0 553836 29.43 2620 1162988 1098292 37.48 408580 1151532 8 15:29:20 15:27:01 161396 0 554552 29.47 2620 1162988 1092052 37.27 409924 1150412 16 15:29:20 15:28:01 162528 0 553412 29.41 2620 1162996 1075584 36.71 412192 1147364 16 15:29:20 15:29:01 73700 0 656180 34.87 2620 1149056 1501020 51.23 556548 1066984 23916 15:29:20 Average: 146757 0 571514 30.37 2620 1160665 1162694 39.68 433169 1137646 4017 15:29:20 15:29:20 15:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:29:20 15:24:01 eth0 397.56 245.05 965.19 90.59 0.00 0.00 0.00 0.00 15:29:20 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:24:01 docker0 3.35 2.34 0.58 3.65 0.00 0.00 0.00 0.00 15:29:20 15:25:01 eth0 2.21 0.67 0.68 0.37 0.00 0.00 0.00 0.00 15:29:20 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:26:01 eth0 1.80 0.87 0.65 0.45 0.00 0.00 0.00 0.00 15:29:20 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:27:01 eth0 1.67 0.32 0.38 0.23 0.00 0.00 0.00 0.00 15:29:20 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:28:01 eth0 1.28 0.70 0.74 0.44 0.00 0.00 0.00 0.00 15:29:20 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:29:01 eth0 297.54 263.96 2180.89 26.37 0.00 0.00 0.00 0.00 15:29:20 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 Average: eth0 116.25 84.83 523.66 19.55 0.00 0.00 0.00 0.00 15:29:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:20 Average: docker0 0.55 0.38 0.10 0.60 0.00 0.00 0.00 0.00 15:29:20 15:29:20 15:29:20 ---> sar -P ALL: 15:29:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 15:29:20 15:29:20 15:22:24 LINUX RESTART (4 CPU) 15:29:20 15:29:20 15:23:02 CPU %user %nice %system %iowait %steal %idle 15:29:20 15:24:01 all 10.25 0.00 3.87 2.13 0.01 83.74 15:29:20 15:24:01 0 9.15 0.00 4.62 5.52 0.02 80.69 15:29:20 15:24:01 1 9.71 0.00 3.79 1.09 0.02 85.39 15:29:20 15:24:01 2 10.42 0.00 3.34 1.43 0.02 84.78 15:29:20 15:24:01 3 11.72 0.00 3.73 0.48 0.00 84.07 15:29:20 15:25:01 all 0.16 0.00 0.05 0.00 0.00 99.79 15:29:20 15:25:01 0 0.05 0.00 0.05 0.00 0.00 99.90 15:29:20 15:25:01 1 0.50 0.00 0.03 0.00 0.00 99.47 15:29:20 15:25:01 2 0.05 0.00 0.05 0.00 0.00 99.90 15:29:20 15:25:01 3 0.05 0.00 0.07 0.00 0.00 99.88 15:29:20 15:26:01 all 0.15 0.00 0.04 0.00 0.00 99.80 15:29:20 15:26:01 0 0.05 0.00 0.02 0.00 0.00 99.93 15:29:20 15:26:01 1 0.48 0.00 0.07 0.00 0.00 99.45 15:29:20 15:26:01 2 0.05 0.00 0.05 0.00 0.00 99.90 15:29:20 15:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:29:20 15:27:01 all 0.14 0.00 0.03 0.00 0.00 99.83 15:29:20 15:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:29:20 15:27:01 1 0.47 0.00 0.03 0.00 0.00 99.50 15:29:20 15:27:01 2 0.07 0.00 0.07 0.00 0.00 99.87 15:29:20 15:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:29:20 15:28:01 all 0.20 0.00 0.07 0.00 0.00 99.72 15:29:20 15:28:01 0 0.05 0.00 0.03 0.00 0.02 99.90 15:29:20 15:28:01 1 0.30 0.00 0.17 0.00 0.00 99.53 15:29:20 15:28:01 2 0.37 0.00 0.07 0.00 0.00 99.57 15:29:20 15:28:01 3 0.10 0.00 0.03 0.00 0.00 99.87 15:29:20 15:29:01 all 4.49 0.00 2.53 0.84 0.03 92.11 15:29:20 15:29:01 0 4.20 0.00 2.35 0.17 0.02 93.27 15:29:20 15:29:01 1 4.16 0.00 2.78 1.82 0.03 91.22 15:29:20 15:29:01 2 4.99 0.00 2.50 0.12 0.03 92.36 15:29:20 15:29:01 3 4.61 0.00 2.51 1.24 0.05 91.59 15:29:20 Average: all 2.53 0.00 1.09 0.49 0.01 95.89 15:29:20 Average: 0 2.22 0.00 1.16 0.93 0.01 95.68 15:29:20 Average: 1 2.57 0.00 1.13 0.48 0.01 95.81 15:29:20 Average: 2 2.62 0.00 1.00 0.25 0.01 96.11 15:29:20 Average: 3 2.71 0.00 1.05 0.28 0.01 95.94 15:29:20 15:29:20 15:29:20