Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bb23a71e0387f48b774a4c52a4064e316f42887d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, 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-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts 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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-716 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision bb23a71e0387f48b774a4c52a4064e316f42887d (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 Commit message: "Merge pull request #257 from kaisawind/master" > git rev-list --no-walk ec7a5b6265c5758a27c3e0991eb17bb4fa813902 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:51:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:51:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:51:40 ========================================================= 11:51:40 EdgeX Global Pipelines Version Info 11:51:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:51:42 ------------------- 11:51:42 stable info: 11:51:42 ------------------- 11:51:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:51:42 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 11:51:42 Message: update stable to v1.0.103 11:51:43 ------------------- 11:51:43 experimental info: 11:51:43 ------------------- 11:51:43 Commited By: **** collab-it+edgex@linuxfoundation.org 11:51:43 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 11:51:43 Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:51:45 + git log --format=format:%s -1 bb23a71e0387f48b774a4c52a4064e316f42887d [Pipeline] echo 11:51:45 GIT_COMMIT: bb23a71e0387f48b774a4c52a4064e316f42887d, Commit Message: Merge pull request #257 from kaisawind/master [Pipeline] echo 11:51:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:51:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:51:46 11:51:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:51:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:51:46 latest: Pulling from edgex-devops/git-semver 11:51:46 31603596830f: Pulling fs layer 11:51:46 2a8b12db71e7: Pulling fs layer 11:51:46 6ca5941a6612: Pulling fs layer 11:51:46 ecc8261a40a4: Pulling fs layer 11:51:46 ecc8261a40a4: Waiting 11:51:46 2a8b12db71e7: Verifying Checksum 11:51:46 2a8b12db71e7: Download complete 11:51:47 31603596830f: Verifying Checksum 11:51:47 31603596830f: Download complete 11:51:47 ecc8261a40a4: Verifying Checksum 11:51:47 ecc8261a40a4: Download complete 11:51:47 6ca5941a6612: Verifying Checksum 11:51:47 6ca5941a6612: Download complete 11:51:47 31603596830f: Pull complete 11:51:47 2a8b12db71e7: Pull complete 11:51:48 6ca5941a6612: Pull complete 11:51:48 ecc8261a40a4: Pull complete 11:51:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:51:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:51:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:51:48 prd-centos7-docker-4c-2g-716 does not seem to be running inside a container 11:51:48 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:51:50 $ docker top ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:51:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:51:51 [ssh-agent] Looking for ssh-agent implementation... 11:51:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:51:51 $ docker exec ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 ssh-agent 11:51:51 SSH_AUTH_SOCK=/tmp/ssh-Jn2jGaCk0P4p/agent.11 11:51:51 SSH_AGENT_PID=16 11:51:51 Running ssh-add (command line suppressed) 11:51:51 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6225175734367106332.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6225175734367106332.key) 11:51:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:51:51 + git describe --exact-match --tags HEAD 11:51:51 fatal: No names found, cannot describe anything. [Pipeline] } 11:51:51 $ docker exec --env ******** --env ******** ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 ssh-agent -k 11:51:52 unset SSH_AUTH_SOCK; 11:51:52 unset SSH_AGENT_PID; 11:51:52 echo Agent pid 16 killed; 11:51:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:51:52 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:51:52 This usually means this commit has not been tagged. [Pipeline] sshagent 11:51:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:51:52 [ssh-agent] Looking for ssh-agent implementation... 11:51:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:51:52 $ docker exec ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 ssh-agent 11:51:52 SSH_AUTH_SOCK=/tmp/ssh-8dT8TmwCsgc7/agent.45 11:51:52 SSH_AGENT_PID=50 11:51:52 Running ssh-add (command line suppressed) 11:51:52 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8354468844355991284.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8354468844355991284.key) 11:51:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:51:53 + git semver init 11:51:53 # -> Open(): unable to determine branch for HEAD 11:51:53 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 11:51:53 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 11:51:53 # $SEMVER_REMOTE_NAME = origin 11:51:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:51:53 # $SEMVER_USER_NAME = edgex-jenkins 11:51:53 # $SEMVER_BRANCH = master 11:51:53 # $SEMVER_TEMP = /tmp/semver-130150137 11:51:53 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 11:51:54 # '/tmp/semver-130150137' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 11:51:54 # -> Force: false 11:51:54 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 11:51:54 $ docker exec --env ******** --env ******** ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 ssh-agent -k 11:51:54 unset SSH_AUTH_SOCK; 11:51:54 unset SSH_AGENT_PID; 11:51:54 echo Agent pid 50 killed; 11:51:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:51:54 + git semver [Pipeline] } 11:51:54 $ docker stop --time=1 ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 11:51:56 $ docker rm -f ee7edd0541d936214a8cdf0e3192616844b756d238bb42fe5875247ecbefca65 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:51:57 Stashed 77 file(s) [Pipeline] echo 11:51:57 [edgeXSemver] initialized semver on version 0.1.66 [Pipeline] echo 11:51:57 Archived original version: [0.1.66] [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 11:52:12 Still waiting to schedule task 11:52:12 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-716’ 11:52:12 Still waiting to schedule task 11:52:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:53:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-717 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 11:53:47 Running in /w/workspace/go-mod-core-contracts/30 [Pipeline] { [Pipeline] checkout 11:53:52 using credential edgex-jenkins-ssh 11:53:52 Cloning the remote Git repository 11:53:52 Cloning with configured refspecs honoured and without tags 11:53:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 11:53:53 > git init /w/workspace/go-mod-core-contracts/30 # timeout=10 11:53:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:53:53 > git --version # timeout=10 11:53:53 using GIT_SSH to set credentials SSH Credentials for GitHub 11:53:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:53:54 Fetching without tags 11:53:54 Checking out Revision bb23a71e0387f48b774a4c52a4064e316f42887d (master) 11:53:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:53:54 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:53:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:53:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:53:54 using GIT_SSH to set credentials SSH Credentials for GitHub 11:53:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:53:54 > git config core.sparsecheckout # timeout=10 11:53:54 > git checkout -f bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 11:53:59 Commit message: "Merge pull request #257 from kaisawind/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:54:00 ========================================================= 11:54:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 11:54:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:54:01 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 11:54:02 Sending build context to Docker daemon 1.87MB 11:54:02 Step 1/7 : ARG BASE=golang:1.13-alpine 11:54:02 Step 2/7 : FROM ${BASE} 11:54:02 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:54:02 b538f80385f9: Pulling fs layer 11:54:02 74f711af9a0d: Pulling fs layer 11:54:02 99f96fe45779: Pulling fs layer 11:54:02 fd7a069fd194: Pulling fs layer 11:54:02 66aa3694b03b: Pulling fs layer 11:54:02 170f70906a0f: Pulling fs layer 11:54:02 ad7c5574e4b9: Pulling fs layer 11:54:02 e772456be8f7: Pulling fs layer 11:54:02 c890913d741a: Pulling fs layer 11:54:02 2480fcc9aa5a: Pulling fs layer 11:54:02 09adf4765672: Pulling fs layer 11:54:02 fd7a069fd194: Waiting 11:54:02 66aa3694b03b: Waiting 11:54:02 170f70906a0f: Waiting 11:54:02 ad7c5574e4b9: Waiting 11:54:02 e772456be8f7: Waiting 11:54:02 c890913d741a: Waiting 11:54:02 2480fcc9aa5a: Waiting 11:54:02 09adf4765672: Waiting 11:54:02 99f96fe45779: Verifying Checksum 11:54:02 99f96fe45779: Download complete 11:54:02 74f711af9a0d: Verifying Checksum 11:54:02 74f711af9a0d: Download complete 11:54:02 66aa3694b03b: Verifying Checksum 11:54:02 66aa3694b03b: Download complete 11:54:02 170f70906a0f: Verifying Checksum 11:54:02 170f70906a0f: Download complete 11:54:03 b538f80385f9: Verifying Checksum 11:54:03 b538f80385f9: Download complete 11:54:03 b538f80385f9: Pull complete 11:54:04 74f711af9a0d: Pull complete 11:54:04 99f96fe45779: Pull complete 11:54:05 ad7c5574e4b9: Verifying Checksum 11:54:05 ad7c5574e4b9: Download complete 11:54:05 c890913d741a: Download complete 11:54:07 2480fcc9aa5a: Verifying Checksum 11:54:07 2480fcc9aa5a: Download complete 11:54:07 09adf4765672: Verifying Checksum 11:54:07 09adf4765672: Download complete 11:54:08 fd7a069fd194: Verifying Checksum 11:54:08 fd7a069fd194: Download complete 11:54:09 e772456be8f7: Verifying Checksum 11:54:09 e772456be8f7: Download complete 11:54:21 fd7a069fd194: Pull complete 11:54:21 66aa3694b03b: Pull complete 11:54:21 170f70906a0f: Pull complete 11:54:24 ad7c5574e4b9: Pull complete 11:54:29 e772456be8f7: Pull complete 11:54:29 c890913d741a: Pull complete 11:54:31 Running on prd-centos7-docker-4c-2g-718 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 11:54:31 Running in /w/workspace/go-mod-core-contracts/30 [Pipeline] { [Pipeline] checkout 11:54:31 2480fcc9aa5a: Pull complete 11:54:31 09adf4765672: Pull complete 11:54:32 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 11:54:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 11:54:32 ---> 2248a725d1cf 11:54:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:54:33 using credential edgex-jenkins-ssh 11:54:33 Cloning the remote Git repository 11:54:33 Cloning with configured refspecs honoured and without tags 11:54:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 11:54:33 > git init /w/workspace/go-mod-core-contracts/30 # timeout=10 11:54:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:54:33 > git --version # timeout=10 11:54:33 using GIT_SSH to set credentials SSH Credentials for GitHub 11:54:34 Fetching without tags 11:54:34 Checking out Revision bb23a71e0387f48b774a4c52a4064e316f42887d (master) 11:54:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:54:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:54:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:54:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:54:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:54:34 using GIT_SSH to set credentials SSH Credentials for GitHub 11:54:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:54:34 > git config core.sparsecheckout # timeout=10 11:54:34 > git checkout -f bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 11:54:37 ---> Running in 2a9bae136754 11:54:37 Removing intermediate container 2a9bae136754 11:54:37 ---> 82d19bf03186 11:54:37 Step 4/7 : RUN apk add bash 11:54:37 ---> Running in 9ba0a589563c 11:54:38 Commit message: "Merge pull request #257 from kaisawind/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:54:39 ========================================================= 11:54:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 11:54:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:54:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 11:54:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:54:39 Sending build context to Docker daemon 1.87MB 11:54:39 Step 1/7 : ARG BASE=golang:1.13-alpine 11:54:39 Step 2/7 : FROM ${BASE} 11:54:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 11:54:40 df20fa9351a1: Pulling fs layer 11:54:40 ed8968b2872e: Pulling fs layer 11:54:40 a92cc7c5fd73: Pulling fs layer 11:54:40 2dd03ba5bac4: Pulling fs layer 11:54:40 1e091d79d1de: Pulling fs layer 11:54:40 481702a1767f: Pulling fs layer 11:54:40 f64a6f60c768: Pulling fs layer 11:54:40 e78d2573fc39: Pulling fs layer 11:54:40 e876d2f968b6: Pulling fs layer 11:54:40 ce8a83651883: Pulling fs layer 11:54:40 07967f4d0e4b: Pulling fs layer 11:54:40 2dd03ba5bac4: Waiting 11:54:40 1e091d79d1de: Waiting 11:54:40 481702a1767f: Waiting 11:54:40 f64a6f60c768: Waiting 11:54:40 e876d2f968b6: Waiting 11:54:40 ce8a83651883: Waiting 11:54:40 07967f4d0e4b: Waiting 11:54:40 e78d2573fc39: Waiting 11:54:40 a92cc7c5fd73: Verifying Checksum 11:54:40 a92cc7c5fd73: Download complete 11:54:40 ed8968b2872e: Verifying Checksum 11:54:40 ed8968b2872e: Download complete 11:54:40 1e091d79d1de: Verifying Checksum 11:54:40 1e091d79d1de: Download complete 11:54:40 481702a1767f: Download complete 11:54:40 df20fa9351a1: Verifying Checksum 11:54:40 df20fa9351a1: Download complete 11:54:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:54:40 df20fa9351a1: Pull complete 11:54:41 f64a6f60c768: Verifying Checksum 11:54:41 f64a6f60c768: Download complete 11:54:41 e876d2f968b6: Verifying Checksum 11:54:41 e876d2f968b6: Download complete 11:54:41 OK: 142 MiB in 39 packages 11:54:41 e78d2573fc39: Verifying Checksum 11:54:41 e78d2573fc39: Download complete 11:54:41 2dd03ba5bac4: Verifying Checksum 11:54:41 2dd03ba5bac4: Download complete 11:54:41 ce8a83651883: Verifying Checksum 11:54:41 ce8a83651883: Download complete 11:54:41 07967f4d0e4b: Verifying Checksum 11:54:41 07967f4d0e4b: Download complete 11:54:42 Removing intermediate container 9ba0a589563c 11:54:42 ---> 34e3d479ce46 11:54:42 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 11:54:42 ---> Running in 5dccf4bca4ea 11:54:42 Removing intermediate container 5dccf4bca4ea 11:54:42 ---> ef2ccab17f4a 11:54:42 Step 6/7 : COPY go.mod . 11:54:43 ---> 9e42e609acca 11:54:43 Step 7/7 : RUN go mod download 11:54:43 ed8968b2872e: Pull complete 11:54:43 a92cc7c5fd73: Pull complete 11:54:43 ---> Running in 64f48dc8ba7b 11:54:46 go: finding github.com/davecgh/go-spew v1.1.0 11:54:46 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:54:46 go: finding github.com/go-kit/kit v0.8.0 11:54:46 go: finding github.com/go-logfmt/logfmt v0.4.0 11:54:46 go: finding github.com/go-playground/assert/v2 v2.0.1 11:54:46 go: finding github.com/go-playground/locales v0.13.0 11:54:46 go: finding github.com/go-playground/universal-translator v0.17.0 11:54:46 go: finding github.com/go-playground/validator/v10 v10.3.0 11:54:46 go: finding github.com/go-stack/stack v1.8.0 11:54:46 go: finding github.com/google/uuid v1.1.0 11:54:46 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:54:46 go: finding github.com/leodido/go-urn v1.2.0 11:54:46 go: finding github.com/pmezard/go-difflib v1.0.0 11:54:46 go: finding github.com/stretchr/objx v0.1.0 11:54:46 go: finding github.com/stretchr/testify v1.5.1 11:54:46 go: finding github.com/x448/float16 v0.8.4 11:54:46 go: finding golang.org/x/text v0.3.2 11:54:46 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 11:54:46 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:54:46 go: finding gopkg.in/yaml.v2 v2.2.2 11:54:48 2dd03ba5bac4: Pull complete 11:54:48 1e091d79d1de: Pull complete 11:54:48 481702a1767f: Pull complete 11:54:57 f64a6f60c768: Pull complete 11:54:58 Removing intermediate container 64f48dc8ba7b 11:54:58 ---> 7efd5af9e46f 11:54:58 Successfully built 7efd5af9e46f 11:54:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } 11:54:59 e78d2573fc39: Pull complete 11:54:59 e876d2f968b6: Pull complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:55:01 ce8a83651883: Pull complete 11:55:01 07967f4d0e4b: Pull complete 11:55:01 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 11:55:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 11:55:01 ---> 5d7c900382c6 11:55:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:55:02 ---> Running in 0811e8d113f0 11:55:02 Removing intermediate container 0811e8d113f0 11:55:02 ---> 52e82c8c398d 11:55:02 Step 4/7 : RUN apk add bash 11:55:02 ---> Running in be3106e050d0 11:55:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:55:04 OK: 166 MiB in 39 packages 11:55:05 Removing intermediate container be3106e050d0 11:55:05 ---> e92d2b497b66 11:55:05 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 11:55:05 ---> Running in 958067274bb8 11:55:05 Removing intermediate container 958067274bb8 11:55:05 ---> 87c4ec986151 11:55:05 Step 6/7 : COPY go.mod . 11:55:05 ---> 9aa233738689 11:55:05 Step 7/7 : RUN go mod download 11:55:05 ---> Running in 7479a9a641de 11:55:06 go: finding github.com/davecgh/go-spew v1.1.0 11:55:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:55:06 go: finding github.com/go-kit/kit v0.8.0 11:55:06 go: finding github.com/go-logfmt/logfmt v0.4.0 11:55:06 go: finding github.com/go-playground/assert/v2 v2.0.1 11:55:07 go: finding github.com/go-playground/locales v0.13.0 11:55:07 go: finding github.com/go-playground/universal-translator v0.17.0 11:55:07 go: finding github.com/go-playground/validator/v10 v10.3.0 11:55:07 go: finding github.com/go-stack/stack v1.8.0 11:55:07 go: finding github.com/google/uuid v1.1.0 11:55:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:55:07 go: finding github.com/leodido/go-urn v1.2.0 11:55:07 go: finding github.com/pmezard/go-difflib v1.0.0 11:55:07 go: finding github.com/stretchr/objx v0.1.0 11:55:07 go: finding github.com/stretchr/testify v1.5.1 11:55:07 go: finding github.com/x448/float16 v0.8.4 11:55:07 go: finding golang.org/x/text v0.3.2 11:55:07 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 11:55:07 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:55:07 go: finding gopkg.in/yaml.v2 v2.2.2 11:55:15 Removing intermediate container 7479a9a641de 11:55:15 ---> a192b55bdb32 11:55:15 Successfully built a192b55bdb32 11:55:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 11:55:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:55:19 ---> package-listing.sh 11:55:19 ++ facter osfamily 11:55:19 ++ tr '[:upper:]' '[:lower:]' 11:55:19 + OS_FAMILY=redhat 11:55:19 + workspace=/w/workspace/dry_go-mod-core-contracts_master 11:55:19 + START_PACKAGES=/tmp/packages_start.txt 11:55:19 + END_PACKAGES=/tmp/packages_end.txt 11:55:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:55:19 + PACKAGES=/tmp/packages_start.txt 11:55:19 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 11:55:19 + PACKAGES=/tmp/packages_end.txt 11:55:19 + case "${OS_FAMILY}" in 11:55:19 + rpm -qa 11:55:19 + sort 11:55:23 + '[' -f /tmp/packages_start.txt ']' 11:55:23 + '[' -f /tmp/packages_end.txt ']' 11:55:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:55:23 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 11:55:23 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 11:55:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh 11:55:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:55:24 11:55:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:55:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:55:24 alpine: Pulling from edgex-lftools-log-publisher 11:55:24 c9b1b535fdd9: Pulling fs layer 11:55:24 2cc5ad85d9ab: Pulling fs layer 11:55:24 756a868c4378: Pulling fs layer 11:55:24 444b2fc9a129: Pulling fs layer 11:55:24 ea15f1150254: Pulling fs layer 11:55:24 41b27a9f41bf: Pulling fs layer 11:55:24 28c525ee5125: Pulling fs layer 11:55:24 094b1ea09ed8: Pulling fs layer 11:55:24 138eaada9080: Pulling fs layer 11:55:24 0622d0fa9048: Pulling fs layer 11:55:24 444b2fc9a129: Waiting 11:55:24 094b1ea09ed8: Waiting 11:55:24 ea15f1150254: Waiting 11:55:24 138eaada9080: Waiting 11:55:24 41b27a9f41bf: Waiting 11:55:24 28c525ee5125: Waiting 11:55:24 0622d0fa9048: Waiting 11:55:24 2cc5ad85d9ab: Verifying Checksum 11:55:24 2cc5ad85d9ab: Download complete 11:55:24 444b2fc9a129: Verifying Checksum 11:55:24 c9b1b535fdd9: Verifying Checksum 11:55:24 ea15f1150254: Verifying Checksum 11:55:24 ea15f1150254: Download complete 11:55:24 28c525ee5125: Verifying Checksum 11:55:24 28c525ee5125: Download complete 11:55:24 756a868c4378: Verifying Checksum 11:55:24 756a868c4378: Download complete 11:55:24 138eaada9080: Verifying Checksum 11:55:24 138eaada9080: Download complete 11:55:24 094b1ea09ed8: Verifying Checksum 11:55:24 094b1ea09ed8: Download complete 11:55:24 0622d0fa9048: Verifying Checksum 11:55:24 0622d0fa9048: Download complete 11:55:24 c9b1b535fdd9: Pull complete 11:55:25 2cc5ad85d9ab: Pull complete 11:55:25 41b27a9f41bf: Verifying Checksum 11:55:25 41b27a9f41bf: Download complete 11:55:26 756a868c4378: Pull complete 11:55:26 444b2fc9a129: Pull complete 11:55:27 ea15f1150254: Pull complete 11:55:31 41b27a9f41bf: Pull complete 11:55:31 28c525ee5125: Pull complete 11:55:33 094b1ea09ed8: Pull complete 11:55:33 138eaada9080: Pull complete 11:55:33 0622d0fa9048: Pull complete 11:55:33 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 11:55:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:55:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:55:33 prd-centos7-docker-4c-2g-716 does not seem to be running inside a container 11:55:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:55:37 $ docker top c35efb9f69aa20fe83053d4f73528e1859dda01052fc0ccb1e202b0476eb7b61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:55:38 provisioning config files... 11:55:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1156118719055517832tmp [Pipeline] { [Pipeline] echo 11:55:38 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:55:38 ---> create-netrc.sh [Pipeline] echo 11:55:38 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:55:38 ---> logs-deploy.sh 11:55:38 + ARCHIVE_ARTIFACTS= 11:55:38 + LOGS_SERVER=https://logs.edgexfoundry.org 11:55:38 + '[' https://logs.edgexfoundry.org == None ']' 11:55:38 + NEXUS_URL=https://nexus.edgexfoundry.org 11:55:38 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/30 11:55:38 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/30/ 11:55:38 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/30 /w/workspace/dry_go-mod-core-contracts_master 11:55:40 Archives upload complete. 11:55:40 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/30 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/30/ 11:55:40 ---> uname -a: 11:55:40 Linux c35efb9f69aa 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 11:55:40 11:55:40 11:55:40 ---> lscpu: 11:55:40 Architecture: x86_64 11:55:40 CPU op-mode(s): 32-bit, 64-bit 11:55:40 Byte Order: Little Endian 11:55:40 Address sizes: 40 bits physical, 48 bits virtual 11:55:40 CPU(s): 4 11:55:40 On-line CPU(s) list: 0-3 11:55:40 Thread(s) per core: 1 11:55:40 Core(s) per socket: 1 11:55:40 Socket(s): 4 11:55:40 NUMA node(s): 1 11:55:40 Vendor ID: GenuineIntel 11:55:40 CPU family: 6 11:55:40 Model: 44 11:55:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:55:40 Stepping: 1 11:55:40 CPU MHz: 2933.438 11:55:40 BogoMIPS: 5866.87 11:55:40 Virtualization: VT-x 11:55:40 Hypervisor vendor: KVM 11:55:40 Virtualization type: full 11:55:40 L1d cache: 128 KiB 11:55:40 L1i cache: 128 KiB 11:55:40 L2 cache: 16 MiB 11:55:40 L3 cache: 64 MiB 11:55:40 NUMA node0 CPU(s): 0-3 11:55:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:55:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:55:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:55:40 Vulnerability Meltdown: Mitigation; PTI 11:55:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:55:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:55:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:55:40 Vulnerability Tsx async abort: Not affected 11:55:40 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 11:55:40 11:55:40 11:55:40 ---> nproc: 11:55:40 4 11:55:40 11:55:40 11:55:40 ---> df -h: 11:55:40 Filesystem Size Used Available Use% Mounted on 11:55:40 overlay 50.0G 7.2G 42.8G 14% / 11:55:40 tmpfs 64.0M 0 64.0M 0% /dev 11:55:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:55:40 shm 64.0M 0 64.0M 0% /dev/shm 11:55:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 11:55:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 11:55:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 11:55:40 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 11:55:40 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_master 11:55:40 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_master@tmp 11:55:40 11:55:40 11:55:40 ---> free -m: 11:55:40 total used free shared buff/cache available 11:55:40 Mem: 1837 673 123 0 1040 1057 11:55:40 Swap: 1023 0 1023 11:55:40 11:55:40 11:55:40 ---> ip addr: 11:55:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:55:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:55:40 inet 127.0.0.1/8 scope host lo 11:55:40 valid_lft forever preferred_lft forever 11:55:40 6: eth0@if7: mtu 1458 qdisc noqueue state UP 11:55:40 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 11:55:40 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 11:55:40 valid_lft forever preferred_lft forever 11:55:40 11:55:40 11:55:40 ---> sar -b -r -n DEV: 11:55:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/23/20 _x86_64_ (4 CPU) 11:55:40 11:55:40 11:50:54 LINUX RESTART 11:55:40 11:55:40 11:52:01 tps rtps wtps bread/s bwrtn/s 11:55:40 11:53:01 2.33 0.00 2.33 0.00 51.79 11:55:40 11:54:01 0.35 0.00 0.35 0.00 4.75 11:55:40 11:55:01 0.43 0.00 0.43 0.00 6.24 11:55:40 Average: 1.04 0.00 1.04 0.00 20.93 11:55:40 11:55:40 11:52:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:55:40 11:53:01 174208 1707348 90.74 2620 1117900 1075280 36.70 447120 1101440 12 11:55:40 11:54:01 171488 1710068 90.89 2620 1117904 1072476 36.60 452328 1098804 8 11:55:40 11:55:01 171344 1710212 90.89 2620 1117912 1072560 36.60 452840 1098808 8 11:55:40 Average: 172347 1709209 90.84 2620 1117905 1073439 36.63 450763 1099684 9 11:55:40 11:55:40 11:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 11:55:40 11:53:01 eth0 0.73 0.12 0.06 0.03 0.00 0.00 0.00 11:55:40 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:40 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:40 11:54:01 eth0 3.98 1.93 3.22 0.31 0.00 0.00 0.00 11:55:40 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:40 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:40 11:55:01 eth0 0.53 0.30 0.28 0.20 0.00 0.00 0.00 11:55:40 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:40 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:40 Average: eth0 1.75 0.78 1.19 0.18 0.00 0.00 0.00 11:55:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:40 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:40 11:55:40 11:55:40 ---> sar -P ALL: 11:55:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/23/20 _x86_64_ (4 CPU) 11:55:40 11:55:40 11:50:54 LINUX RESTART 11:55:40 11:55:40 11:52:01 CPU %user %nice %system %iowait %steal %idle 11:55:40 11:53:01 all 0.18 0.00 0.04 0.00 0.00 99.78 11:55:40 11:53:01 0 0.05 0.00 0.07 0.00 0.00 99.88 11:55:40 11:53:01 1 0.03 0.00 0.05 0.00 0.00 99.92 11:55:40 11:53:01 2 0.53 0.00 0.02 0.00 0.00 99.45 11:55:40 11:53:01 3 0.10 0.00 0.05 0.00 0.00 99.85 11:55:40 11:54:01 all 0.18 0.00 0.04 0.00 0.00 99.78 11:55:40 11:54:01 0 0.05 0.00 0.07 0.00 0.00 99.88 11:55:40 11:54:01 1 0.07 0.00 0.02 0.00 0.00 99.92 11:55:40 11:54:01 2 0.58 0.00 0.03 0.00 0.00 99.38 11:55:40 11:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 11:55:40 11:55:01 all 0.17 0.00 0.03 0.00 0.00 99.80 11:55:40 11:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:55:40 11:55:01 1 0.07 0.00 0.03 0.00 0.00 99.90 11:55:40 11:55:01 2 0.55 0.00 0.05 0.00 0.00 99.40 11:55:40 11:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:55:40 Average: all 0.18 0.00 0.04 0.00 0.00 99.78 11:55:40 Average: 0 0.04 0.00 0.06 0.00 0.00 99.90 11:55:40 Average: 1 0.06 0.00 0.03 0.00 0.00 99.91 11:55:40 Average: 2 0.56 0.00 0.03 0.00 0.00 99.41 11:55:40 Average: 3 0.06 0.00 0.03 0.00 0.00 99.91 11:55:40 11:55:40 11:55:40