Pull request #638 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 5a62b1919045b236cdd89aeba551f6a4d15c10f4+b30736090bd95023ceca9bd198846be8d66a7c94 (1e83151b6924f87d1a5de664b346ad64678b8795) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go 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-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20319 in /w/workspace/ndry_app-functions-sdk-go_PR-638 [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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-638 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/638/head:refs/remotes/origin/PR-638 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b30736090bd95023ceca9bd198846be8d66a7c94 into PR head commit 5a62b1919045b236cdd89aeba551f6a4d15c10f4 Merge succeeded, producing 5a62b1919045b236cdd89aeba551f6a4d15c10f4 Checking out Revision 5a62b1919045b236cdd89aeba551f6a4d15c10f4 (PR-638) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a62b1919045b236cdd89aeba551f6a4d15c10f4 # 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 b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5a62b1919045b236cdd89aeba551f6a4d15c10f4 # timeout=10 Commit message: "build: Update to use go-mod-messaging v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:40:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 8568ae036c2da8e10c41891c53ba3e55357143b7 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:40:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:40:21 ========================================================= 22:40:21 EdgeX Global Pipelines Version Info 22:40:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:40:23 ------------------- 22:40:23 stable info: 22:40:23 ------------------- 22:40:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:40:23 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 22:40:23 Message: update stable to v1.0.177 22:40:24 ------------------- 22:40:24 experimental info: 22:40:24 ------------------- 22:40:24 Commited By: **** collab-it+edgex@linuxfoundation.org 22:40:24 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 22:40:24 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:40:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:40:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:40:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-638 [Pipeline] echo 22:40:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-638 [Pipeline] echo 22:40:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-638 [Pipeline] echo 22:40:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5a62b1919045b236cdd89aeba551f6a4d15c10f4 [Pipeline] echo 22:40:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5a62b19 [Pipeline] echo 22:40:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:40:29 + git log --format=format:%s -1 5a62b1919045b236cdd89aeba551f6a4d15c10f4 [Pipeline] echo 22:40:29 GIT_COMMIT: 5a62b1919045b236cdd89aeba551f6a4d15c10f4, Commit Message: build: Update to use go-mod-messaging v2 [Pipeline] echo 22:40:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:40:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:40:30 22:40:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:40:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:40:30 latest: Pulling from edgex-devops/git-semver 22:40:30 31603596830f: Pulling fs layer 22:40:30 2a8b12db71e7: Pulling fs layer 22:40:30 6ca5941a6612: Pulling fs layer 22:40:30 ecc8261a40a4: Pulling fs layer 22:40:30 ecc8261a40a4: Waiting 22:40:30 2a8b12db71e7: Verifying Checksum 22:40:30 2a8b12db71e7: Download complete 22:40:31 31603596830f: Verifying Checksum 22:40:31 31603596830f: Download complete 22:40:31 6ca5941a6612: Verifying Checksum 22:40:31 6ca5941a6612: Download complete 22:40:31 ecc8261a40a4: Download complete 22:40:31 31603596830f: Pull complete 22:40:31 2a8b12db71e7: Pull complete 22:40:32 6ca5941a6612: Pull complete 22:40:32 ecc8261a40a4: Pull complete 22:40:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:40:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:40:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:40:33 prd-centos7-docker-4c-2g-20319 does not seem to be running inside a container 22:40:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-638 -v /w/workspace/ndry_app-functions-sdk-go_PR-638:/w/workspace/ndry_app-functions-sdk-go_PR-638:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-638@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-638@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:40:35 $ docker top 08c73639f77c309cd28facb4b64e562a046e3921607a837131299f25692cc3cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:40:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:40:35 [ssh-agent] Looking for ssh-agent implementation... 22:40:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:40:35 $ docker exec 08c73639f77c309cd28facb4b64e562a046e3921607a837131299f25692cc3cd ssh-agent 22:40:35 SSH_AUTH_SOCK=/tmp/ssh-flz8K6PBzs7w/agent.12 22:40:35 SSH_AGENT_PID=17 22:40:36 Running ssh-add (command line suppressed) 22:40:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-638@tmp/private_key_1244638388522148254.key (/w/workspace/ndry_app-functions-sdk-go_PR-638@tmp/private_key_1244638388522148254.key) 22:40:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:40:36 + git tag --points-at HEAD [Pipeline] } 22:40:36 $ docker exec --env ******** --env ******** 08c73639f77c309cd28facb4b64e562a046e3921607a837131299f25692cc3cd ssh-agent -k 22:40:36 unset SSH_AUTH_SOCK; 22:40:36 unset SSH_AGENT_PID; 22:40:36 echo Agent pid 17 killed; 22:40:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:40:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:40:36 [ssh-agent] Looking for ssh-agent implementation... 22:40:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:40:37 $ docker exec 08c73639f77c309cd28facb4b64e562a046e3921607a837131299f25692cc3cd ssh-agent 22:40:37 SSH_AUTH_SOCK=/tmp/ssh-ZOqmnTOxWBHq/agent.47 22:40:37 SSH_AGENT_PID=52 22:40:37 Running ssh-add (command line suppressed) 22:40:37 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-638@tmp/private_key_3655720625088426670.key (/w/workspace/ndry_app-functions-sdk-go_PR-638@tmp/private_key_3655720625088426670.key) 22:40:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:40:37 + git semver init 22:40:37 # -> Open(): unable to determine branch for HEAD 22:40:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-638/.git 22:40:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-638 22:40:37 # $SEMVER_REMOTE_NAME = origin 22:40:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:40:37 # $SEMVER_USER_NAME = edgex-jenkins 22:40:37 # $SEMVER_BRANCH = PR-638 22:40:37 # $SEMVER_TEMP = /tmp/semver-002550100 22:40:37 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:40:41 # '/tmp/semver-002550100' -> '/w/workspace/ndry_app-functions-sdk-go_PR-638/.semver' 22:40:41 # -> Force: false 22:40:41 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-638/.semver [Pipeline] } 22:40:41 $ docker exec --env ******** --env ******** 08c73639f77c309cd28facb4b64e562a046e3921607a837131299f25692cc3cd ssh-agent -k 22:40:41 unset SSH_AUTH_SOCK; 22:40:41 unset SSH_AGENT_PID; 22:40:41 echo Agent pid 52 killed; 22:40:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:40:42 + git semver [Pipeline] } 22:40:42 $ docker stop --time=1 08c73639f77c309cd28facb4b64e562a046e3921607a837131299f25692cc3cd 22:40:44 $ docker rm -f 08c73639f77c309cd28facb4b64e562a046e3921607a837131299f25692cc3cd [Pipeline] // withDockerContainer [Pipeline] sh 22:40:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:40:45 Stashed 1 file(s) [Pipeline] echo 22:40:45 [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 22:41:01 Still waiting to schedule task 22:41:01 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20315’ is offline; ‘prd-centos7-docker-4c-2g-20320’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 22:41:01 Still waiting to schedule task 22:41:01 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:42:48 Running on prd-centos7-docker-4c-2g-20321 in /w/workspace/ndry_app-functions-sdk-go_PR-638 [Pipeline] { [Pipeline] ws 22:42:48 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:42:52 using credential edgex-jenkins-ssh 22:42:52 Cloning the remote Git repository 22:42:52 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:42:52 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 22:42:52 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:42:52 > git --version # timeout=10 22:42:52 > git --version # 'git version 2.24.3' 22:42:52 using GIT_SSH to set credentials SSH Credentials for GitHub 22:42:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:42:54 Merging remotes/origin/master commit b30736090bd95023ceca9bd198846be8d66a7c94 into PR head commit 5a62b1919045b236cdd89aeba551f6a4d15c10f4 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:42:55 Failed in branch amd64 22:42:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:42:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:42:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:42:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:42:54 using GIT_SSH to set credentials SSH Credentials for GitHub 22:42:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/638/head:refs/remotes/origin/PR-638 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:42:54 > git config core.sparsecheckout # timeout=10 22:42:55 > git checkout -f 5a62b1919045b236cdd89aeba551f6a4d15c10f4 # timeout=10 22:44:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20323 in /w/workspace/ndry_app-functions-sdk-go_PR-638 [Pipeline] { [Pipeline] ws 22:44:42 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:44:48 using credential edgex-jenkins-ssh 22:44:48 Cloning the remote Git repository 22:44:48 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:44:48 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 22:44:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:44:48 > git --version # timeout=10 22:44:48 > git --version # 'git version 2.17.1' 22:44:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:52 Merging remotes/origin/master commit b30736090bd95023ceca9bd198846be8d66a7c94 into PR head commit 5a62b1919045b236cdd89aeba551f6a4d15c10f4 [Pipeline] } [Pipeline] // ws [Pipeline] } 22:44:51 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:44:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:51 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:44:51 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:44:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/638/head:refs/remotes/origin/PR-638 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:52 > git config core.sparsecheckout # timeout=10 22:44:52 > git checkout -f 5a62b1919045b236cdd89aeba551f6a4d15c10f4 # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:44:53 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:44:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:44:56 ---> package-listing.sh 22:44:56 ++ facter osfamily 22:44:56 ++ tr '[:upper:]' '[:lower:]' 22:44:56 + OS_FAMILY=redhat 22:44:56 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-638 22:44:56 + START_PACKAGES=/tmp/packages_start.txt 22:44:56 + END_PACKAGES=/tmp/packages_end.txt 22:44:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:44:56 + PACKAGES=/tmp/packages_start.txt 22:44:56 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-638 ']' 22:44:56 + PACKAGES=/tmp/packages_end.txt 22:44:56 + case "${OS_FAMILY}" in 22:44:56 + rpm -qa 22:44:56 + sort 22:45:02 + '[' -f /tmp/packages_start.txt ']' 22:45:02 + '[' -f /tmp/packages_end.txt ']' 22:45:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:45:02 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-638 ']' 22:45:02 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-638/archives/ 22:45:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-638/archives/ [Pipeline] echo 22:45:02 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/ndry_app-functions-sdk-go_PR-638/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:45:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:45:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:45:02 22:45:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:45:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:45:03 alpine: Pulling from edgex-lftools-log-publisher 22:45:03 df20fa9351a1: Pulling fs layer 22:45:03 36b3adc4ff6f: Pulling fs layer 22:45:03 8ad3a11d3b57: Pulling fs layer 22:45:03 46f8f816bc3b: Pulling fs layer 22:45:03 93b61091891f: Pulling fs layer 22:45:03 93b9cdb0e59b: Pulling fs layer 22:45:03 5e14af77c1be: Pulling fs layer 22:45:03 01666e4c0597: Pulling fs layer 22:45:03 aa168da1d23b: Pulling fs layer 22:45:03 93b61091891f: Waiting 22:45:03 5e14af77c1be: Waiting 22:45:03 93b9cdb0e59b: Waiting 22:45:03 aa168da1d23b: Waiting 22:45:03 36b3adc4ff6f: Verifying Checksum 22:45:03 36b3adc4ff6f: Download complete 22:45:03 46f8f816bc3b: Download complete 22:45:03 df20fa9351a1: Download complete 22:45:03 93b9cdb0e59b: Verifying Checksum 22:45:03 93b9cdb0e59b: Download complete 22:45:03 5e14af77c1be: Verifying Checksum 22:45:03 5e14af77c1be: Download complete 22:45:03 01666e4c0597: Download complete 22:45:03 93b61091891f: Verifying Checksum 22:45:03 93b61091891f: Download complete 22:45:03 8ad3a11d3b57: Verifying Checksum 22:45:03 8ad3a11d3b57: Download complete 22:45:03 df20fa9351a1: Pull complete 22:45:04 36b3adc4ff6f: Pull complete 22:45:04 8ad3a11d3b57: Pull complete 22:45:04 46f8f816bc3b: Pull complete 22:45:05 93b61091891f: Pull complete 22:45:05 93b9cdb0e59b: Pull complete 22:45:06 5e14af77c1be: Pull complete 22:45:06 01666e4c0597: Pull complete 22:45:08 aa168da1d23b: Verifying Checksum 22:45:08 aa168da1d23b: Download complete 22:45:15 aa168da1d23b: Pull complete 22:45:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:45:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:45:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:45:15 prd-centos7-docker-4c-2g-20319 does not seem to be running inside a container 22:45:15 $ 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/ndry_app-functions-sdk-go_PR-638/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-638 -v /w/workspace/ndry_app-functions-sdk-go_PR-638:/w/workspace/ndry_app-functions-sdk-go_PR-638:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-638@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-638@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:45:20 $ docker top 44f1413f6a8884b51f0210d5a326b11c4f9aa6f9f12a7e955d195a3d5dd27a8d -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:20 + touch /tmp/pre-build-complete [Pipeline] sh 22:45:20 + mkdir -p /var/log/sa [Pipeline] sh 22:45:21 + ls /var/log/sa-host 22:45:21 + sadf -c /var/log/sa-host/sa14 22:45:21 file_magic: OK 22:45:21 HZ: Using current value: 100 22:45:21 file_header: OK 22:45:21 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 22:45:21 Statistics: 22:45:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:45:21 File successfully converted to sysstat format version 12.2.1 22:45:21 + sadf -c /var/log/sa-host/sa23 22:45:21 file_magic: OK 22:45:21 HZ: Using current value: 100 22:45:21 file_header: OK 22:45:21 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 22:45:21 Statistics: 22:45:21 Hnuu...uuuununununu... 22:45:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:45:21 provisioning config files... 22:45:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-638@tmp/config4480480879745922977tmp [Pipeline] { [Pipeline] echo 22:45:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:45:22 ---> create-netrc.sh [Pipeline] } 22:45:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:45:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:45:22 ---> python-tools-install.sh [Pipeline] echo 22:45:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:45:23 ---> sudo-logs.sh 22:45:23 Archiving 'sudo' log.. [Pipeline] echo 22:45:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:45:23 ---> job-cost.sh 22:45:23 lf-activate-venv: SKIPPING 22:45:23 INFO: No Stack... 22:45:24 INFO: Retrieving Pricing Info for: v1-standard-2 22:45:25 INFO: Archiving Costs [Pipeline] echo 22:45:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:45:25 ---> logs-deploy.sh 22:45:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-638/2 22:45:25 INFO: archiving workspace using pattern(s): 22:45:27 Archives upload complete. 22:45:27 INFO: archiving logs to Nexus 22:45:28 ---> uname -a: 22:45:28 Linux prd-centos7-docker-4c-2g-20319.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:45:28 22:45:28 22:45:28 ---> lscpu: 22:45:28 Architecture: x86_64 22:45:28 CPU op-mode(s): 32-bit, 64-bit 22:45:28 Byte Order: Little Endian 22:45:28 Address sizes: 40 bits physical, 48 bits virtual 22:45:28 CPU(s): 4 22:45:28 On-line CPU(s) list: 0-3 22:45:28 Thread(s) per core: 1 22:45:28 Core(s) per socket: 1 22:45:28 Socket(s): 4 22:45:28 NUMA node(s): 1 22:45:28 Vendor ID: GenuineIntel 22:45:28 CPU family: 6 22:45:28 Model: 44 22:45:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:45:28 Stepping: 1 22:45:28 CPU MHz: 2933.436 22:45:28 BogoMIPS: 5866.87 22:45:28 Virtualization: VT-x 22:45:28 Hypervisor vendor: KVM 22:45:28 Virtualization type: full 22:45:28 L1d cache: 128 KiB 22:45:28 L1i cache: 128 KiB 22:45:28 L2 cache: 16 MiB 22:45:28 L3 cache: 64 MiB 22:45:28 NUMA node0 CPU(s): 0-3 22:45:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:45:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:45:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:45:28 Vulnerability Meltdown: Mitigation; PTI 22:45:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:45:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:45:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:45:28 Vulnerability Srbds: Not affected 22:45:28 Vulnerability Tsx async abort: Not affected 22:45:28 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 22:45:28 22:45:28 22:45:28 ---> nproc: 22:45:28 4 22:45:28 22:45:28 22:45:28 ---> df -h: 22:45:28 Filesystem Size Used Available Use% Mounted on 22:45:28 overlay 50.0G 7.3G 42.7G 15% / 22:45:28 tmpfs 64.0M 0 64.0M 0% /dev 22:45:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:45:28 shm 64.0M 0 64.0M 0% /dev/shm 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-638@tmp 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:45:28 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-638 22:45:28 22:45:28 22:45:28 ---> free -m: 22:45:28 total used free shared buff/cache available 22:45:28 Mem: 1837 679 95 0 1062 1053 22:45:28 Swap: 1023 1 1022 22:45:28 22:45:28 22:45:28 ---> ip addr: 22:45:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:45:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:45:28 inet 127.0.0.1/8 scope host lo 22:45:28 valid_lft forever preferred_lft forever 22:45:28 inet6 ::1/128 scope host 22:45:28 valid_lft forever preferred_lft forever 22:45:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:45:28 link/ether fa:16:3e:2c:63:6f brd ff:ff:ff:ff:ff:ff 22:45:28 inet 10.30.122.29/23 brd 10.30.123.255 scope global dynamic eth0 22:45:28 valid_lft 86058sec preferred_lft 86058sec 22:45:28 inet6 fe80::f816:3eff:fe2c:636f/64 scope link 22:45:28 valid_lft forever preferred_lft forever 22:45:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:45:28 link/ether 02:42:2a:fa:e4:58 brd ff:ff:ff:ff:ff:ff 22:45:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:45:28 valid_lft forever preferred_lft forever 22:45:28 inet6 fe80::42:2aff:fefa:e458/64 scope link 22:45:28 valid_lft forever preferred_lft forever 22:45:28 22:45:28 22:45:28 ---> sar -b -r -n DEV: 22:45:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 22:45:28 22:45:28 22:39:33 LINUX RESTART (4 CPU) 22:45:28 22:45:28 22:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:45:28 22:41:01 81.89 31.92 49.98 0.00 6599.33 5797.27 0.00 22:45:28 22:42:01 2.50 0.00 2.50 0.00 0.00 58.27 0.00 22:45:28 22:43:01 0.52 0.00 0.52 0.00 0.00 8.53 0.00 22:45:28 22:44:01 0.68 0.00 0.68 0.00 0.00 7.51 0.00 22:45:28 22:45:01 46.61 46.15 0.47 0.00 3745.76 5.09 0.00 22:45:28 Average: 26.45 15.62 10.83 0.00 2069.87 1175.95 0.00 22:45:28 22:45:28 22:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:45:28 22:41:01 228076 0 585572 31.12 2620 1065276 1111204 37.92 390080 1062120 128 22:45:28 22:42:01 232596 0 581008 30.88 2620 1065320 1088944 37.16 390592 1058460 20 22:45:28 22:43:01 233076 0 580520 30.85 2620 1065328 1078808 36.82 395252 1053600 20 22:45:28 22:44:01 231292 0 582304 30.95 2620 1065328 1078820 36.82 397132 1052888 20 22:45:28 22:45:01 117196 0 583868 31.03 2620 1177860 1080324 36.87 408824 1155576 96 22:45:28 Average: 208447 0 582654 30.97 2620 1087822 1087620 37.12 396376 1076529 57 22:45:28 22:45:28 22:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:45:28 22:41:01 eth0 395.62 330.99 1635.44 105.27 0.00 0.00 0.00 0.00 22:45:28 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 22:41:01 docker0 66.35 57.85 7.25 302.47 0.00 0.00 0.00 0.00 22:45:28 22:42:01 eth0 1.18 0.88 3.15 0.26 0.00 0.00 0.00 0.00 22:45:28 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 22:43:01 eth0 1.45 0.55 0.59 0.37 0.00 0.00 0.00 0.00 22:45:28 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 22:44:01 eth0 1.50 0.27 0.37 0.19 0.00 0.00 0.00 0.00 22:45:28 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 22:45:01 eth0 5.69 3.33 5.11 2.10 0.00 0.00 0.00 0.00 22:45:28 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 Average: eth0 81.13 67.24 329.10 21.65 0.00 0.00 0.00 0.00 22:45:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:28 Average: docker0 13.28 11.58 1.45 60.53 0.00 0.00 0.00 0.00 22:45:28 22:45:28 22:45:28 ---> sar -P ALL: 22:45:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 22:45:28 22:45:28 22:39:33 LINUX RESTART (4 CPU) 22:45:28 22:45:28 22:40:01 CPU %user %nice %system %iowait %steal %idle 22:45:28 22:41:01 all 14.04 0.00 4.75 2.13 0.13 78.95 22:45:28 22:41:01 0 12.07 0.00 5.56 0.58 0.12 81.67 22:45:28 22:41:01 1 11.17 0.00 4.42 3.09 0.15 81.17 22:45:28 22:41:01 2 16.44 0.00 4.82 3.43 0.10 75.21 22:45:28 22:41:01 3 16.46 0.00 4.22 1.41 0.15 77.76 22:45:28 22:42:01 all 0.17 0.00 0.07 0.00 0.01 99.75 22:45:28 22:42:01 0 0.07 0.00 0.08 0.00 0.02 99.83 22:45:28 22:42:01 1 0.08 0.00 0.10 0.00 0.02 99.80 22:45:28 22:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:45:28 22:42:01 3 0.45 0.00 0.05 0.00 0.02 99.48 22:45:28 22:43:01 all 0.17 0.00 0.13 0.00 0.00 99.70 22:45:28 22:43:01 0 0.05 0.00 0.12 0.00 0.00 99.83 22:45:28 22:43:01 1 0.10 0.00 0.20 0.00 0.00 99.70 22:45:28 22:43:01 2 0.08 0.00 0.13 0.00 0.00 99.78 22:45:28 22:43:01 3 0.45 0.00 0.08 0.00 0.00 99.47 22:45:28 22:44:01 all 0.14 0.00 0.03 0.00 0.00 99.82 22:45:28 22:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:45:28 22:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:45:28 22:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:45:28 22:44:01 3 0.47 0.00 0.02 0.00 0.00 99.52 22:45:28 22:45:01 all 0.85 0.00 0.40 1.13 0.03 97.59 22:45:28 22:45:01 0 0.70 0.00 0.30 0.23 0.02 98.75 22:45:28 22:45:01 1 1.55 0.00 0.60 1.82 0.02 96.01 22:45:28 22:45:01 2 0.33 0.00 0.38 0.65 0.02 98.62 22:45:28 22:45:01 3 0.84 0.00 0.32 1.84 0.05 96.96 22:45:28 Average: all 3.04 0.00 1.07 0.65 0.03 95.22 22:45:28 Average: 0 2.55 0.00 1.20 0.16 0.03 96.06 22:45:28 Average: 1 2.56 0.00 1.06 0.97 0.04 95.37 22:45:28 Average: 2 3.36 0.00 1.07 0.81 0.02 94.74 22:45:28 Average: 3 3.68 0.00 0.92 0.65 0.04 94.70 22:45:28 22:45:28 22:45:28