Pull request #2735 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 9ed8153e0ad24017bf8e6434dc17343141c62d06+ac752d64f668fa491594c1427640d28afa24e84a (401a6c82a17ec53b5792bf746e54f81c1a1a94e4) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Running on prd-centos7-docker-4c-2g-3547 in /w/workspace/edgexfoundry_edgex-go_PR-2735 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/edgex-go.git > git init /w/workspace/edgex-go/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ac752d64f668fa491594c1427640d28afa24e84a into PR head commit 9ed8153e0ad24017bf8e6434dc17343141c62d06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2735/head:refs/remotes/origin/PR-2735 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ed8153e0ad24017bf8e6434dc17343141c62d06 # timeout=10 Merge succeeded, producing fe4c21d6ea759a51840a734c453e59e75159bac5 Checking out Revision fe4c21d6ea759a51840a734c453e59e75159bac5 (PR-2735) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe4c21d6ea759a51840a734c453e59e75159bac5 # timeout=10 Commit message: "Merge commit 'ac752d64f668fa491594c1427640d28afa24e84a' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:07:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 242d4ac046b8aeeadee82f45789d3fc30e749afb # timeout=10 [Pipeline] withCredentials 01:07:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:07:22 ========================================================= 01:07:22 EdgeX Global Pipelines Version Info 01:07:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:07:24 ------------------- 01:07:24 stable info: 01:07:24 ------------------- 01:07:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:07:24 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 01:07:24 Message: update stable to v1.0.131 01:07:25 ------------------- 01:07:25 experimental info: 01:07:25 ------------------- 01:07:25 Commited By: **** collab-it+edgex@linuxfoundation.org 01:07:25 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 01:07:25 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:07:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:07:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:07:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2735 [Pipeline] echo 01:07:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2735 [Pipeline] echo 01:07:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2735 [Pipeline] echo 01:07:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe4c21d6ea759a51840a734c453e59e75159bac5 [Pipeline] echo 01:07:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe4c21d [Pipeline] echo 01:07:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 01:07:29 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ dirname cmd/core-command/Dockerfile 01:07:29 ++ cut -d/ -f2 01:07:29 + echo core-command,cmd/core-command/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ cut -d/ -f2 01:07:29 ++ dirname cmd/core-data/Dockerfile 01:07:29 + echo core-data,cmd/core-data/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ dirname cmd/core-metadata/Dockerfile 01:07:29 ++ cut -d/ -f2 01:07:29 + echo core-metadata,cmd/core-metadata/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ dirname cmd/security-proxy-setup/Dockerfile 01:07:29 ++ cut -d/ -f2 01:07:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ cut -d/ -f2 01:07:29 ++ dirname cmd/security-secrets-setup/Dockerfile 01:07:29 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:07:29 ++ cut -d/ -f2 01:07:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ dirname cmd/support-logging/Dockerfile 01:07:29 ++ cut -d/ -f2 01:07:29 + echo support-logging,cmd/support-logging/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ dirname cmd/support-notifications/Dockerfile 01:07:29 ++ cut -d/ -f2 01:07:29 + echo support-notifications,cmd/support-notifications/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ dirname cmd/support-scheduler/Dockerfile 01:07:29 ++ cut -d/ -f2 01:07:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:07:29 + for file in '`ls cmd/**/Dockerfile`' 01:07:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:07:29 ++ cut -d/ -f2 01:07:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:07:29 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 01:07:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:07:30 01:07:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:07:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:07:31 latest: Pulling from edgex-devops/git-semver 01:07:31 31603596830f: Pulling fs layer 01:07:31 2a8b12db71e7: Pulling fs layer 01:07:31 6ca5941a6612: Pulling fs layer 01:07:31 ecc8261a40a4: Pulling fs layer 01:07:31 ecc8261a40a4: Waiting 01:07:31 2a8b12db71e7: Verifying Checksum 01:07:31 2a8b12db71e7: Download complete 01:07:31 31603596830f: Download complete 01:07:31 ecc8261a40a4: Verifying Checksum 01:07:31 ecc8261a40a4: Download complete 01:07:31 6ca5941a6612: Verifying Checksum 01:07:31 6ca5941a6612: Download complete 01:07:32 31603596830f: Pull complete 01:07:32 2a8b12db71e7: Pull complete 01:07:34 6ca5941a6612: Pull complete 01:07:34 ecc8261a40a4: Pull complete 01:07:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:07:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:07:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:07:34 prd-centos7-docker-4c-2g-3547 does not seem to be running inside a container 01:07:34 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:07:37 $ docker top 4d5e423dfd6fc24f8833b2ad72ae05719953d8a9a5b0ad13c1e4a00e95cc9cfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:07:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:07:38 [ssh-agent] Looking for ssh-agent implementation... 01:07:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:07:38 $ docker exec 4d5e423dfd6fc24f8833b2ad72ae05719953d8a9a5b0ad13c1e4a00e95cc9cfb ssh-agent 01:07:39 SSH_AUTH_SOCK=/tmp/ssh-h8FmXHvOtk2i/agent.11 01:07:39 SSH_AGENT_PID=16 01:07:39 Running ssh-add (command line suppressed) 01:07:39 Identity added: /w/workspace/edgex-go/10@tmp/private_key_6733343318381061498.key (/w/workspace/edgex-go/10@tmp/private_key_6733343318381061498.key) 01:07:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:07:40 + git describe --exact-match --tags HEAD 01:07:40 fatal: no tag exactly matches 'fe4c21d6ea759a51840a734c453e59e75159bac5' [Pipeline] } 01:07:40 $ docker exec --env ******** --env ******** 4d5e423dfd6fc24f8833b2ad72ae05719953d8a9a5b0ad13c1e4a00e95cc9cfb ssh-agent -k 01:07:40 unset SSH_AUTH_SOCK; 01:07:40 unset SSH_AGENT_PID; 01:07:40 echo Agent pid 16 killed; 01:07:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:07:40 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:07:40 This usually means this commit has not been tagged. [Pipeline] sshagent 01:07:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:07:40 [ssh-agent] Looking for ssh-agent implementation... 01:07:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:07:41 $ docker exec 4d5e423dfd6fc24f8833b2ad72ae05719953d8a9a5b0ad13c1e4a00e95cc9cfb ssh-agent 01:07:41 SSH_AUTH_SOCK=/tmp/ssh-FVObDxPB8J3q/agent.44 01:07:41 SSH_AGENT_PID=49 01:07:41 Running ssh-add (command line suppressed) 01:07:41 Identity added: /w/workspace/edgex-go/10@tmp/private_key_2430018484926670129.key (/w/workspace/edgex-go/10@tmp/private_key_2430018484926670129.key) 01:07:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:07:42 + git semver init 01:07:42 # -> Open(): unable to determine branch for HEAD 01:07:42 # $GIT_DIR = /w/workspace/edgex-go/10/.git 01:07:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 01:07:42 # $SEMVER_REMOTE_NAME = origin 01:07:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:07:42 # $SEMVER_USER_NAME = edgex-jenkins 01:07:42 # $SEMVER_BRANCH = PR-2735 01:07:42 # $SEMVER_TEMP = /tmp/semver-244796359 01:07:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:08:22 # '/tmp/semver-244796359' -> '/w/workspace/edgex-go/10/.semver' 01:08:22 # -> Force: false 01:08:22 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 01:08:22 $ docker exec --env ******** --env ******** 4d5e423dfd6fc24f8833b2ad72ae05719953d8a9a5b0ad13c1e4a00e95cc9cfb ssh-agent -k 01:08:22 unset SSH_AUTH_SOCK; 01:08:22 unset SSH_AGENT_PID; 01:08:22 echo Agent pid 49 killed; 01:08:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:08:23 + git semver [Pipeline] } 01:08:23 $ docker stop --time=1 4d5e423dfd6fc24f8833b2ad72ae05719953d8a9a5b0ad13c1e4a00e95cc9cfb 01:08:25 $ docker rm -f 4d5e423dfd6fc24f8833b2ad72ae05719953d8a9a5b0ad13c1e4a00e95cc9cfb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:08:47 Stashed 68 file(s) [Pipeline] echo 01:08:47 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 01:08:48 ========================================================= 01:08:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:08:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:08:48 + 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 . 01:08:54 Sending build context to Docker daemon 324.7MB 01:08:54 Step 1/7 : ARG BASE=golang:1.15-alpine 01:08:54 Step 2/7 : FROM ${BASE} 01:08:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:08:54 df20fa9351a1: Pulling fs layer 01:08:54 ed8968b2872e: Pulling fs layer 01:08:54 a92cc7c5fd73: Pulling fs layer 01:08:54 e871e8e8d7a9: Pulling fs layer 01:08:54 e73272ec9a57: Pulling fs layer 01:08:54 1e910a182e73: Pulling fs layer 01:08:54 4e634b169226: Pulling fs layer 01:08:54 e871e8e8d7a9: Waiting 01:08:54 e73272ec9a57: Waiting 01:08:54 1e910a182e73: Waiting 01:08:54 4e634b169226: Waiting 01:08:54 a92cc7c5fd73: Verifying Checksum 01:08:54 a92cc7c5fd73: Download complete 01:08:54 ed8968b2872e: Verifying Checksum 01:08:54 ed8968b2872e: Download complete 01:08:54 e73272ec9a57: Download complete 01:08:54 1e910a182e73: Verifying Checksum 01:08:54 1e910a182e73: Download complete 01:08:55 df20fa9351a1: Verifying Checksum 01:08:55 df20fa9351a1: Download complete 01:08:56 df20fa9351a1: Pull complete 01:08:56 ed8968b2872e: Pull complete 01:08:57 a92cc7c5fd73: Pull complete 01:08:59 4e634b169226: Verifying Checksum 01:08:59 4e634b169226: Download complete 01:09:00 e871e8e8d7a9: Verifying Checksum 01:09:00 e871e8e8d7a9: Download complete 01:09:03 Still waiting to schedule task 01:09:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:09:10 e871e8e8d7a9: Pull complete 01:09:10 e73272ec9a57: Pull complete 01:09:10 1e910a182e73: Pull complete 01:09:16 4e634b169226: Pull complete 01:09:16 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:09:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:09:16 ---> f7629b54cfaa 01:09:16 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 01:09:16 ---> Running in 48722a05b228 01:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:09:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:09:19 (1/12) Installing libmagic (5.38-r0) 01:09:20 (2/12) Installing file (5.38-r0) 01:09:20 (3/12) Installing libc-dev (0.7.2-r3) 01:09:20 (4/12) Installing g++ (9.3.0-r2) 01:09:24 (5/12) Installing fortify-headers (1.1-r0) 01:09:24 (6/12) Installing patch (2.7.6-r6) 01:09:24 (7/12) Installing build-base (0.5-r2) 01:09:24 (8/12) Installing libsodium (1.0.18-r0) 01:09:24 (9/12) Installing pkgconf (1.7.2-r0) 01:09:25 (10/12) Installing libsodium-dev (1.0.18-r0) 01:09:25 (11/12) Installing libzmq (4.3.3-r0) 01:09:25 (12/12) Installing zeromq-dev (4.3.3-r0) 01:09:25 Executing busybox-1.31.1-r16.trigger 01:09:25 OK: 233 MiB in 51 packages 01:09:29 Removing intermediate container 48722a05b228 01:09:29 ---> 33319cd05bae 01:09:29 Step 4/7 : WORKDIR /edgex-go 01:09:29 ---> Running in 87fbc7f638b6 01:09:29 Removing intermediate container 87fbc7f638b6 01:09:29 ---> baa045dd57d8 01:09:29 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 01:09:30 latest: Pulling from library/docker 01:09:30 df20fa9351a1: Already exists 01:09:30 25ad7478873d: Pulling fs layer 01:09:30 4684f6177b5d: Pulling fs layer 01:09:30 8ba584e970af: Pulling fs layer 01:09:30 3cdc74d2b06d: Pulling fs layer 01:09:30 4cf5a0d07c1f: Pulling fs layer 01:09:30 fca0ccc462d5: Pulling fs layer 01:09:30 3cdc74d2b06d: Waiting 01:09:30 4cf5a0d07c1f: Waiting 01:09:30 fca0ccc462d5: Waiting 01:09:30 4684f6177b5d: Verifying Checksum 01:09:30 4684f6177b5d: Download complete 01:09:30 25ad7478873d: Verifying Checksum 01:09:30 3cdc74d2b06d: Verifying Checksum 01:09:30 3cdc74d2b06d: Download complete 01:09:30 4cf5a0d07c1f: Verifying Checksum 01:09:30 4cf5a0d07c1f: Download complete 01:09:31 fca0ccc462d5: Verifying Checksum 01:09:31 fca0ccc462d5: Download complete 01:09:31 25ad7478873d: Pull complete 01:09:31 4684f6177b5d: Pull complete 01:09:32 8ba584e970af: Download complete 01:09:37 8ba584e970af: Pull complete 01:09:37 3cdc74d2b06d: Pull complete 01:09:37 4cf5a0d07c1f: Pull complete 01:09:37 fca0ccc462d5: Pull complete 01:09:37 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 01:09:37 Status: Downloaded newer image for docker:latest 01:09:40 ---> 47e6f46edaa9 01:09:40 Step 6/7 : COPY go.mod . 01:09:40 ---> cca176390fd6 01:09:40 Step 7/7 : RUN go mod download 01:09:40 ---> Running in 04a18e8f7b75 01:10:02 Removing intermediate container 04a18e8f7b75 01:10:02 ---> 2b552e68cef9 01:10:02 Successfully built 2b552e68cef9 01:10:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:10:03 + docker inspect -f . ci-base-image-x86_64 01:10:03 . [Pipeline] withDockerContainer 01:10:03 prd-centos7-docker-4c-2g-3547 does not seem to be running inside a container 01:10:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 01:10:04 $ docker top ea68530f5e958993d26d375dc47470a289d7debf542656ce89d9ae1a606dfdf1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:10:05 + go version 01:10:05 go version go1.15.2 linux/amd64 [Pipeline] } 01:10:05 $ docker stop --time=1 ea68530f5e958993d26d375dc47470a289d7debf542656ce89d9ae1a606dfdf1 01:10:06 $ docker rm -f ea68530f5e958993d26d375dc47470a289d7debf542656ce89d9ae1a606dfdf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:10:07 + docker inspect -f . ci-base-image-x86_64 01:10:07 . [Pipeline] withDockerContainer 01:10:08 prd-centos7-docker-4c-2g-3547 does not seem to be running inside a container 01:10:08 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 01:10:09 $ docker top 5a8c38e0dc043999398b5220593fc3ffae283ac6ff0a5eaa8ccc1e4a0e132cca -eo pid,comm [Pipeline] { [Pipeline] echo 01:10:10 ========================================================= 01:10:10 [edgeXBuildGoParallel] Running Tests and Build... 01:10:10 ========================================================= [Pipeline] sh 01:10:11 + make test 01:10:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:10:15 ? github.com/edgexfoundry/edgex-go [no test files] 01:10:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:10:38 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 01:10:38 internal/core/metadata/v2/router.go:33:8: undefined: httpController 01:10:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:10:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s 01:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements 01:10:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3564 in /w/workspace/edgexfoundry_edgex-go_PR-2735 [Pipeline] { [Pipeline] ws 01:10:58 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 01:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.210s coverage: 27.2% of statements 01:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements 01:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 01:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.406s coverage: 86.0% of statements 01:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.028s coverage: 93.5% of statements 01:11:00 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] 01:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements 01:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.025s coverage: 100.0% of statements 01:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 01:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements 01:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements 01:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.020s coverage: 100.0% of statements 01:11:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 01:11:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.015s coverage: 0.0% of statements [no tests to run] 01:11:03 using credential edgex-jenkins-ssh 01:11:03 Cloning the remote Git repository 01:11:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:11:04 > git init /w/workspace/edgex-go/10 # timeout=10 01:11:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:11:04 > git --version # timeout=10 01:11:04 > git --version # 'git version 2.17.1' 01:11:04 using GIT_SSH to set credentials SSH Credentials for GitHub 01:11:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:11:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.338s coverage: 63.5% of statements 01:11:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements 01:11:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.204s coverage: 55.9% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.762s coverage: 86.3% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.532s coverage: 72.2% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.220s coverage: 72.1% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.047s coverage: 28.8% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.066s coverage: 96.8% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 31.1% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.281s coverage: 84.1% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.025s coverage: 42.9% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.023s coverage: 100.0% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.033s coverage: 46.9% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.010s coverage: 100.0% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.061s coverage: 29.1% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements 01:11:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 01:11:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements 01:11:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 01:11:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements 01:11:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 01:11:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.073s coverage: 100.0% of statements 01:11:22 make: *** [Makefile:81: test] Error 2 [Pipeline] } 01:11:22 $ docker stop --time=1 5a8c38e0dc043999398b5220593fc3ffae283ac6ff0a5eaa8ccc1e4a0e132cca 01:11:22 Merging remotes/origin/master commit ac752d64f668fa491594c1427640d28afa24e84a into PR head commit 9ed8153e0ad24017bf8e6434dc17343141c62d06 01:11:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:11:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:11:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:11:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:11:21 using GIT_SSH to set credentials SSH Credentials for GitHub 01:11:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2735/head:refs/remotes/origin/PR-2735 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:11:22 > git config core.sparsecheckout # timeout=10 01:11:23 Merge succeeded, producing f45e1c10580cb6026340a031a40f35376cb500e1 01:11:23 Checking out Revision f45e1c10580cb6026340a031a40f35376cb500e1 (PR-2735) 01:11:24 $ docker rm -f 5a8c38e0dc043999398b5220593fc3ffae283ac6ff0a5eaa8ccc1e4a0e132cca 01:11:22 > git checkout -f 9ed8153e0ad24017bf8e6434dc17343141c62d06 # timeout=10 01:11:22 > git remote # timeout=10 01:11:22 > git config --get remote.origin.url # timeout=10 01:11:22 using GIT_SSH to set credentials SSH Credentials for GitHub 01:11:22 > git merge ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 01:11:23 > git rev-parse HEAD^{commit} # timeout=10 01:11:23 > git config core.sparsecheckout # timeout=10 01:11:23 > git checkout -f f45e1c10580cb6026340a031a40f35376cb500e1 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:11:26 Failed in branch amd64 01:11:27 Commit message: "Merge commit 'ac752d64f668fa491594c1427640d28afa24e84a' into HEAD" 01:11:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 01:11:27 > git rev-list --no-walk 242d4ac046b8aeeadee82f45789d3fc30e749afb # timeout=10 [Pipeline] echo 01:11:40 ========================================================= 01:11:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:11:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:11:40 + 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 . 01:11:45 Sending build context to Docker daemon 324.7MB 01:11:45 Step 1/7 : ARG BASE=golang:1.15-alpine 01:11:45 Step 2/7 : FROM ${BASE} 01:11:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:11:45 b538f80385f9: Pulling fs layer 01:11:45 74f711af9a0d: Pulling fs layer 01:11:45 99f96fe45779: Pulling fs layer 01:11:45 8529a6b9a6be: Pulling fs layer 01:11:45 45590311c82a: Pulling fs layer 01:11:45 69ca0ff8b7b3: Pulling fs layer 01:11:45 209524e5b208: Pulling fs layer 01:11:45 8529a6b9a6be: Waiting 01:11:45 45590311c82a: Waiting 01:11:45 69ca0ff8b7b3: Waiting 01:11:45 209524e5b208: Waiting 01:11:45 99f96fe45779: Verifying Checksum 01:11:45 99f96fe45779: Download complete 01:11:45 74f711af9a0d: Verifying Checksum 01:11:45 74f711af9a0d: Download complete 01:11:45 45590311c82a: Download complete 01:11:45 69ca0ff8b7b3: Download complete 01:11:45 b538f80385f9: Download complete 01:11:46 b538f80385f9: Pull complete 01:11:46 74f711af9a0d: Pull complete 01:11:47 99f96fe45779: Pull complete 01:11:48 209524e5b208: Verifying Checksum 01:11:48 209524e5b208: Download complete 01:11:49 8529a6b9a6be: Verifying Checksum 01:11:49 8529a6b9a6be: Download complete 01:11:59 8529a6b9a6be: Pull complete 01:11:59 45590311c82a: Pull complete 01:11:59 69ca0ff8b7b3: Pull complete 01:12:04 209524e5b208: Pull complete 01:12:04 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:12:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:12:04 ---> 5bddaf1c2fca 01:12:04 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 01:12:07 ---> Running in 3fbac95e4a84 01:12:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:12:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:12:10 (1/12) Installing libmagic (5.38-r0) 01:12:10 (2/12) Installing file (5.38-r0) 01:12:10 (3/12) Installing libc-dev (0.7.2-r3) 01:12:10 (4/12) Installing g++ (9.3.0-r2) 01:12:14 (5/12) Installing fortify-headers (1.1-r0) 01:12:14 (6/12) Installing patch (2.7.6-r6) 01:12:14 (7/12) Installing build-base (0.5-r2) 01:12:14 (8/12) Installing libsodium (1.0.18-r0) 01:12:14 (9/12) Installing pkgconf (1.7.2-r0) 01:12:14 (10/12) Installing libsodium-dev (1.0.18-r0) 01:12:14 (11/12) Installing libzmq (4.3.3-r0) 01:12:14 (12/12) Installing zeromq-dev (4.3.3-r0) 01:12:14 Executing busybox-1.31.1-r16.trigger 01:12:14 OK: 217 MiB in 51 packages 01:12:19 Removing intermediate container 3fbac95e4a84 01:12:19 ---> 1ca2f6d75983 01:12:19 Step 4/7 : WORKDIR /edgex-go 01:12:19 ---> Running in 68ea815a67da 01:12:19 Removing intermediate container 68ea815a67da 01:12:19 ---> 142969fae2c3 01:12:19 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 01:12:20 latest: Pulling from library/docker 01:12:20 b538f80385f9: Already exists 01:12:20 259a493cd78d: Pulling fs layer 01:12:20 b8e66b5100f5: Pulling fs layer 01:12:20 7f8258a56ab6: Pulling fs layer 01:12:20 75a0a0ebb566: Pulling fs layer 01:12:20 4a2c62f0a2a3: Pulling fs layer 01:12:20 294320357d30: Pulling fs layer 01:12:20 75a0a0ebb566: Waiting 01:12:20 4a2c62f0a2a3: Waiting 01:12:20 294320357d30: Waiting 01:12:20 b8e66b5100f5: Verifying Checksum 01:12:20 b8e66b5100f5: Download complete 01:12:20 259a493cd78d: Verifying Checksum 01:12:20 259a493cd78d: Download complete 01:12:20 75a0a0ebb566: Verifying Checksum 01:12:20 75a0a0ebb566: Download complete 01:12:20 4a2c62f0a2a3: Verifying Checksum 01:12:20 4a2c62f0a2a3: Download complete 01:12:20 294320357d30: Verifying Checksum 01:12:20 294320357d30: Download complete 01:12:21 259a493cd78d: Pull complete 01:12:21 b8e66b5100f5: Pull complete 01:12:21 7f8258a56ab6: Verifying Checksum 01:12:21 7f8258a56ab6: Download complete 01:12:25 7f8258a56ab6: Pull complete 01:12:25 75a0a0ebb566: Pull complete 01:12:25 4a2c62f0a2a3: Pull complete 01:12:26 294320357d30: Pull complete 01:12:26 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 01:12:26 Status: Downloaded newer image for docker:latest 01:12:29 ---> 4c2e55f4f66d 01:12:29 Step 6/7 : COPY go.mod . 01:12:29 ---> 6ed8a542c0e4 01:12:29 Step 7/7 : RUN go mod download 01:12:30 ---> Running in e2b2a09f68ef 01:12:57 Removing intermediate container e2b2a09f68ef 01:12:57 ---> 35066773fb19 01:12:57 Successfully built 35066773fb19 01:12:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:12:57 + docker inspect -f . ci-base-image-arm64 01:12:57 . [Pipeline] withDockerContainer 01:12:57 prd-ubuntu18.04-docker-arm64-4c-16g-3564 does not seem to be running inside a container 01:12:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat 01:12:59 $ docker top 6c8bdf1faaeadff64a2c255522c9c122c923c6c1bc75149a00c51a4d936c9b41 -eo pid,comm [Pipeline] { [Pipeline] sh 01:13:01 + go version 01:13:01 go version go1.15.2 linux/arm64 [Pipeline] } 01:13:01 $ docker stop --time=1 6c8bdf1faaeadff64a2c255522c9c122c923c6c1bc75149a00c51a4d936c9b41 01:13:02 $ docker rm -f 6c8bdf1faaeadff64a2c255522c9c122c923c6c1bc75149a00c51a4d936c9b41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:13:03 + docker inspect -f . ci-base-image-arm64 01:13:03 . [Pipeline] withDockerContainer 01:13:04 prd-ubuntu18.04-docker-arm64-4c-16g-3564 does not seem to be running inside a container 01:13:04 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat 01:13:05 $ docker top 80da0038b633423e6ad73fab0cbcec05388dd6bc8495ac1b44aaf6d474c171de -eo pid,comm [Pipeline] { [Pipeline] echo 01:13:06 ========================================================= 01:13:06 [edgeXBuildGoParallel] Running Tests and Build... 01:13:06 ========================================================= [Pipeline] sh 01:13:06 + make test 01:13:06 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:13:09 ? github.com/edgexfoundry/edgex-go [no test files] 01:13:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:13:48 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 01:13:48 internal/core/metadata/v2/router.go:33:8: undefined: httpController 01:13:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:13:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.034s 01:14:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements 01:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.2% of statements 01:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 01:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 01:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.050s coverage: 84.0% of statements 01:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.366s coverage: 93.5% of statements 01:14:15 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] 01:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.036s coverage: 100.0% of statements 01:14:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 01:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 86.7% of statements 01:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.089s coverage: 97.5% of statements 01:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.033s coverage: 100.0% of statements 01:14:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.103s coverage: 100.0% of statements 01:14:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 01:14:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.019s coverage: 0.0% of statements [no tests to run] 01:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.138s coverage: 63.5% of statements 01:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements 01:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.254s coverage: 55.9% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 21.661s coverage: 86.3% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.172s coverage: 72.2% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.425s coverage: 72.1% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.012s coverage: 48.4% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.062s coverage: 31.1% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.1% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.020s coverage: 42.9% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.039s coverage: 100.0% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.062s coverage: 83.8% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 46.9% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.166s coverage: 29.1% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 01:14:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements 01:14:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.027s coverage: 87.9% of statements 01:14:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 01:14:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements 01:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements 01:14:50 make: *** [Makefile:81: test] Error 2 [Pipeline] } 01:14:50 $ docker stop --time=1 80da0038b633423e6ad73fab0cbcec05388dd6bc8495ac1b44aaf6d474c171de 01:14:53 $ docker rm -f 80da0038b633423e6ad73fab0cbcec05388dd6bc8495ac1b44aaf6d474c171de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:14:55 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 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:14:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:14:58 ---> package-listing.sh 01:14:58 ++ facter osfamily 01:14:58 ++ tr '[:upper:]' '[:lower:]' 01:14:58 + OS_FAMILY=redhat 01:14:58 + workspace=/w/workspace/edgex-go/10 01:14:58 + START_PACKAGES=/tmp/packages_start.txt 01:14:58 + END_PACKAGES=/tmp/packages_end.txt 01:14:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:14:58 + PACKAGES=/tmp/packages_start.txt 01:14:58 + '[' /w/workspace/edgex-go/10 ']' 01:14:58 + PACKAGES=/tmp/packages_end.txt 01:14:58 + case "${OS_FAMILY}" in 01:14:58 + rpm -qa 01:14:58 + sort 01:15:03 + '[' -f /tmp/packages_start.txt ']' 01:15:03 + '[' -f /tmp/packages_end.txt ']' 01:15:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:15:03 + '[' /w/workspace/edgex-go/10 ']' 01:15:03 + mkdir -p /w/workspace/edgex-go/10/archives/ 01:15:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:15:03 provisioning config files... 01:15:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config770265746966478301tmp [Pipeline] { [Pipeline] echo 01:15:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:15:04 ---> create-netrc.sh [Pipeline] } 01:15:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:15:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:15:04 ---> python-tools-install.sh 01:15:04 Generating Requirements File 01:16:57 Python 3.6.8 01:16:57 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 01:16:57 appdirs==1.4.3 01:16:57 argcomplete==1.12.1 01:16:57 aspy.yaml==1.3.0 01:16:57 attrs==19.3.0 01:16:57 Babel==2.8.0 01:16:57 beautifulsoup4==4.8.2 01:16:57 boto3==1.11.6 01:16:57 botocore==1.14.6 01:16:57 bs4==0.0.1 01:16:57 cachetools==4.1.1 01:16:57 certifi==2019.11.28 01:16:57 cffi==1.14.3 01:16:57 cfgv==2.0.1 01:16:57 chardet==3.0.4 01:16:57 click==7.1 01:16:57 cliff==3.4.0 01:16:57 cmd2==1.3.11 01:16:57 colorama==0.4.3 01:16:57 cryptography==3.1.1 01:16:57 debtcollector==2.2.0 01:16:57 decorator==4.4.2 01:16:57 defusedxml==0.6.0 01:16:57 Deprecated==1.2.7 01:16:57 distlib==0.3.1 01:16:57 distro==1.2.0 01:16:57 dnspython==1.16.0 01:16:57 docker==4.2.0 01:16:57 docutils==0.15.2 01:16:57 dogpile.cache==1.0.2 01:16:57 email-validator==1.0.5 01:16:57 filelock==3.0.12 01:16:57 future==0.18.2 01:16:57 google-auth==1.22.1 01:16:57 httplib2==0.17.0 01:16:57 identify==1.4.11 01:16:57 idna==2.9 01:16:57 importlib-metadata==1.7.0 01:16:57 importlib-resources==1.5.0 01:16:57 iso8601==0.1.13 01:16:57 Jinja2==2.11.1 01:16:57 jmespath==0.10.0 01:16:57 jsonpatch==1.26 01:16:57 jsonpointer==2.0 01:16:57 jsonschema==3.2.0 01:16:57 keystoneauth1==4.2.1 01:16:57 kubernetes==11.0.0 01:16:57 lftools==0.34.2 01:16:57 lxml==4.5.0 01:16:57 MarkupSafe==0.23 01:16:57 msgpack==1.0.0 01:16:57 multi-key-dict==2.0.3 01:16:57 munch==2.5.0 01:16:57 netaddr==0.8.0 01:16:57 netifaces==0.10.9 01:16:57 niet==1.4.2 01:16:57 nodeenv==1.3.5 01:16:57 oauth2client==4.1.3 01:16:57 oauthlib==3.1.0 01:16:57 openstacksdk==0.50.0 01:16:57 os-client-config==2.1.0 01:16:57 os-service-types==1.7.0 01:16:57 osc-lib==2.2.1 01:16:57 oslo.config==8.3.2 01:16:57 oslo.context==3.1.1 01:16:57 oslo.i18n==5.0.1 01:16:57 oslo.log==4.4.0 01:16:57 oslo.serialization==4.0.1 01:16:57 oslo.utils==4.6.0 01:16:57 packaging==20.4 01:16:57 pbr==5.4.4 01:16:57 pluggy==0.13.1 01:16:57 prettytable==0.7.2 01:16:57 py==1.9.0 01:16:57 pyasn1==0.4.8 01:16:57 pyasn1-modules==0.2.8 01:16:57 pycparser==2.20 01:16:57 pygerrit2==2.0.10 01:16:57 PyGithub==1.46 01:16:57 pyinotify==0.9.6 01:16:57 PyJWT==1.7.1 01:16:57 pyparsing==2.4.7 01:16:57 pyperclip==1.8.0 01:16:57 pyroute2==0.4.13 01:16:57 pyrsistent==0.15.7 01:16:57 PySocks==1.6.8 01:16:57 python-cinderclient==7.2.0 01:16:57 python-dateutil==2.8.1 01:16:57 python-heatclient==2.2.1 01:16:57 python-jenkins==1.7.0 01:16:57 python-keystoneclient==4.1.1 01:16:57 python-magnumclient==3.2.1 01:16:57 python-novaclient==17.2.1 01:16:57 python-openstackclient==5.4.0 01:16:57 python-swiftclient==3.10.1 01:16:57 pytz==2020.1 01:16:57 PyYAML==5.3 01:16:57 requests==2.23.0 01:16:57 requests-oauthlib==1.3.0 01:16:57 requestsexceptions==1.4.0 01:16:57 rfc3986==1.4.0 01:16:57 rpm==4.11.3 01:16:57 rsa==4.0 01:16:57 ruamel.yaml==0.16.10 01:16:57 ruamel.yaml.clib==0.2.0 01:16:57 s3transfer==0.3.3 01:16:57 shade==1.27.2 01:16:57 simplejson==3.17.2 01:16:57 six==1.14.0 01:16:57 soupsieve==2.0 01:16:57 stevedore==3.2.2 01:16:57 tabulate==0.8.6 01:16:57 toml==0.10.0 01:16:57 tox==3.20.0 01:16:57 tqdm==4.43.0 01:16:57 urllib3==1.25.8 01:16:57 virtualenv==20.0.33 01:16:57 wcwidth==0.2.5 01:16:57 websocket-client==0.57.0 01:16:57 wrapt==1.12.1 01:16:57 xdg==3.0.2 01:16:57 xmltodict==0.12.0 01:16:57 yq==2.11.1 01:16:57 zipp==3.3.0 01:16:57 Cache entry deserialization failed, entry ignored 01:16:57 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 01:16:59 Python 2.7.5 01:16:59 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 01:16:59 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 01:17:00 ansible==2.9.7 01:17:00 Babel==0.9.6 01:17:00 backports.ssl-match-hostname==3.5.0.1 01:17:00 beautifulsoup4==4.4.1 01:17:00 bodhi==2.11.0 01:17:00 bodhi-client==2.11.0 01:17:00 CCColUtils==1.4 01:17:00 cffi==1.6.0 01:17:00 chardet==2.2.1 01:17:00 click==6.7 01:17:00 cloud-init==18.5 01:17:00 configobj==4.7.2 01:17:00 cryptography==1.7.2 01:17:00 decorator==3.4.0 01:17:00 distro==1.2.0 01:17:00 enum34==1.0.4 01:17:00 fedpkg==1.38 01:17:00 futures==3.1.1 01:17:00 gitdb==0.6.4 01:17:00 GitPython==1.0.1 01:17:00 html5lib==0.999 01:17:00 httplib2==0.9.2 01:17:00 idna==2.4 01:17:00 iniparse==0.4 01:17:00 ipaddress==1.0.16 01:17:00 IPy==0.75 01:17:00 javapackages==1.0.0 01:17:00 Jinja2==2.7.2 01:17:00 jmespath==0.9.4 01:17:00 jsonpatch==1.2 01:17:00 jsonpointer==1.9 01:17:00 kerberos==1.1 01:17:00 kitchen==1.1.1 01:17:00 langtable==0.0.31 01:17:00 lockfile==0.9.1 01:17:00 lxml==3.2.1 01:17:00 MarkupSafe==0.11 01:17:00 munch==2.0.2 01:17:00 offtrac==0.1.0 01:17:00 openidc-client==0.6.0 01:17:00 packagedb-cli==2.14.1 01:17:00 paramiko==2.1.1 01:17:00 perf==0.1 01:17:00 ply==3.4 01:17:00 policycoreutils-default-encoding==0.1 01:17:00 prettytable==0.7.2 01:17:00 pyasn1==0.1.9 01:17:00 pycparser==2.14 01:17:00 pycurl==7.19.0 01:17:00 pygobject==3.22.0 01:17:00 pygpgme==0.3 01:17:00 pyliblzma==0.5.3 01:17:00 pyOpenSSL==0.13.1 01:17:00 pyparsing==1.5.6 01:17:00 pyserial==2.6 01:17:00 python-augeas==0.5.0 01:17:00 python-bugzilla==2.3.0 01:17:00 python-dateutil==1.5 01:17:00 python-fedora==0.10.0 01:17:00 python-linux-procfs==0.4.9 01:17:00 python-yubico==1.2.3 01:17:00 pyudev==0.15 01:17:00 pyusb==1.0.0b1 01:17:00 pyxattr==0.5.1 01:17:00 PyYAML==3.10 01:17:00 requests==2.6.0 01:17:00 requests-kerberos==0.7.0 01:17:00 rpkg==1.60 01:17:00 schedutils==0.4 01:17:00 seobject==0.1 01:17:00 sepolicy==1.1 01:17:00 six==1.9.0 01:17:00 smmap==0.9.0 01:17:00 urlgrabber==3.10 01:17:00 urllib3==1.10.2 01:17:00 virtualenv==15.1.0 01:17:00 yum-langpacks==0.4.2 01:17:00 yum-metadata-parser==1.1.4 [Pipeline] echo 01:17:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:17:00 ---> sudo-logs.sh 01:17:00 Archiving 'sudo' log.. [Pipeline] echo 01:17:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:17:01 ---> job-cost.sh 01:17:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Fob0 01:17:16 Cache entry deserialization failed, entry ignored 01:17:16 Cache entry deserialization failed, entry ignored 01:17:17 Cache entry deserialization failed, entry ignored 01:17:18 Cache entry deserialization failed, entry ignored 01:17:18 Cache entry deserialization failed, entry ignored 01:17:18 Cache entry deserialization failed, entry ignored 01:17:18 Cache entry deserialization failed, entry ignored 01:17:18 Cache entry deserialization failed, entry ignored 01:17:19 Cache entry deserialization failed, entry ignored 01:17:19 Cache entry deserialization failed, entry ignored 01:17:19 Cache entry deserialization failed, entry ignored 01:17:19 Cache entry deserialization failed, entry ignored 01:17:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:18:03 lf-activate-venv(): INFO: Adding /tmp/venv-Fob0/bin to PATH 01:18:03 INFO: No Stack... 01:18:03 INFO: Retrieving Pricing Info for: v1-standard-2 01:18:04 INFO: Archiving Costs [Pipeline] echo 01:18:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:18:04 ---> logs-deploy.sh 01:18:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2735/10 01:18:04 INFO: archiving workspace using pattern(s): 01:18:06 Archives upload complete. 01:18:06 INFO: archiving logs to Nexus 01:18:08 ---> uname -a: 01:18:08 Linux prd-centos7-docker-4c-2g-3547.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 01:18:08 01:18:08 01:18:08 ---> lscpu: 01:18:08 Architecture: x86_64 01:18:08 CPU op-mode(s): 32-bit, 64-bit 01:18:08 Byte Order: Little Endian 01:18:08 CPU(s): 4 01:18:08 On-line CPU(s) list: 0-3 01:18:08 Thread(s) per core: 1 01:18:08 Core(s) per socket: 1 01:18:08 Socket(s): 4 01:18:08 NUMA node(s): 1 01:18:08 Vendor ID: GenuineIntel 01:18:08 CPU family: 6 01:18:08 Model: 44 01:18:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:18:08 Stepping: 1 01:18:08 CPU MHz: 2933.438 01:18:08 BogoMIPS: 5866.87 01:18:08 Virtualization: VT-x 01:18:08 Hypervisor vendor: KVM 01:18:08 Virtualization type: full 01:18:08 L1d cache: 32K 01:18:08 L1i cache: 32K 01:18:08 L2 cache: 4096K 01:18:08 L3 cache: 16384K 01:18:08 NUMA node0 CPU(s): 0-3 01:18:08 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 01:18:08 01:18:08 01:18:08 ---> nproc: 01:18:08 4 01:18:08 01:18:08 01:18:08 ---> df -h: 01:18:08 Filesystem Size Used Avail Use% Mounted on 01:18:08 devtmpfs 887M 0 887M 0% /dev 01:18:08 tmpfs 919M 0 919M 0% /dev/shm 01:18:08 tmpfs 919M 17M 903M 2% /run 01:18:08 tmpfs 919M 0 919M 0% /sys/fs/cgroup 01:18:08 /dev/vda1 50G 8.2G 42G 17% / 01:18:08 tmpfs 184M 0 184M 0% /run/user/1001 01:18:08 tmpfs 184M 0 184M 0% /run/user/0 01:18:08 01:18:08 01:18:08 ---> free -m: 01:18:08 total used free shared buff/cache available 01:18:08 Mem: 1837 655 72 15 1109 983 01:18:08 Swap: 1023 4 1019 01:18:08 01:18:08 01:18:08 ---> ip addr: 01:18:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 01:18:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:18:08 inet 127.0.0.1/8 scope host lo 01:18:08 valid_lft forever preferred_lft forever 01:18:08 inet6 ::1/128 scope host 01:18:08 valid_lft forever preferred_lft forever 01:18:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 01:18:08 link/ether fa:16:3e:b4:b5:b1 brd ff:ff:ff:ff:ff:ff 01:18:08 inet 10.30.122.223/23 brd 10.30.123.255 scope global dynamic eth0 01:18:08 valid_lft 83670sec preferred_lft 83670sec 01:18:08 inet6 fe80::f816:3eff:feb4:b5b1/64 scope link 01:18:08 valid_lft forever preferred_lft forever 01:18:08 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 01:18:08 link/ether 02:42:a7:f9:45:15 brd ff:ff:ff:ff:ff:ff 01:18:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:18:08 valid_lft forever preferred_lft forever 01:18:08 inet6 fe80::42:a7ff:fef9:4515/64 scope link 01:18:08 valid_lft forever preferred_lft forever 01:18:08 01:18:08 01:18:08 ---> sar -b -r -n DEV: 01:18:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 01:18:08 01:18:08 12:32:11 AM LINUX RESTART 01:18:08 01:18:08 12:33:01 AM tps rtps wtps bread/s bwrtn/s 01:18:08 12:34:02 AM 101.66 50.47 51.19 3261.36 35473.82 01:18:08 12:35:01 AM 17.80 5.26 12.54 622.85 2350.69 01:18:08 12:36:01 AM 0.37 0.00 0.37 0.00 6.75 01:18:08 12:37:01 AM 0.30 0.00 0.30 0.00 5.64 01:18:08 12:38:01 AM 0.37 0.00 0.37 0.00 6.14 01:18:08 12:39:01 AM 0.37 0.00 0.37 0.00 6.68 01:18:08 12:40:01 AM 0.27 0.00 0.27 0.00 3.86 01:18:08 12:41:02 AM 0.32 0.00 0.32 0.00 5.81 01:18:08 12:42:01 AM 0.27 0.00 0.27 0.00 4.78 01:18:08 12:43:01 AM 0.25 0.00 0.25 0.00 3.25 01:18:08 12:44:01 AM 0.23 0.00 0.23 0.00 2.96 01:18:08 12:45:01 AM 0.20 0.00 0.20 0.00 1.93 01:18:08 12:46:01 AM 0.30 0.00 0.30 0.00 3.25 01:18:08 12:47:01 AM 0.42 0.17 0.25 5.33 2.30 01:18:08 12:48:01 AM 0.68 0.00 0.68 0.00 13.89 01:18:08 12:49:01 AM 0.28 0.00 0.28 0.00 2.86 01:18:08 12:50:01 AM 0.27 0.00 0.27 0.00 3.66 01:18:08 12:51:01 AM 0.32 0.00 0.32 0.00 3.36 01:18:08 12:52:01 AM 0.23 0.00 0.23 0.00 2.35 01:18:08 12:53:01 AM 0.27 0.00 0.27 0.00 3.40 01:18:08 12:54:02 AM 0.22 0.00 0.22 0.00 2.30 01:18:08 12:55:01 AM 0.29 0.00 0.29 0.00 3.47 01:18:08 12:56:01 AM 0.25 0.00 0.25 0.00 2.30 01:18:08 12:57:01 AM 0.17 0.00 0.17 0.00 1.62 01:18:08 12:58:01 AM 0.28 0.00 0.28 0.00 3.13 01:18:08 12:59:01 AM 0.25 0.00 0.25 0.00 2.73 01:18:08 01:00:01 AM 0.27 0.00 0.27 0.00 3.36 01:18:08 01:01:01 AM 0.27 0.05 0.22 0.67 2.28 01:18:08 01:02:01 AM 0.42 0.08 0.33 1.60 5.70 01:18:08 01:03:01 AM 0.22 0.00 0.22 0.00 2.15 01:18:08 01:04:01 AM 0.25 0.00 0.25 0.00 3.11 01:18:08 01:05:01 AM 0.25 0.00 0.25 0.00 2.73 01:18:08 01:06:01 AM 0.20 0.00 0.20 0.00 2.16 01:18:08 01:07:02 AM 0.30 0.07 0.23 0.67 2.05 01:18:08 01:08:01 AM 57.37 15.00 42.36 5130.26 9994.18 01:18:08 01:09:01 AM 91.88 50.35 41.53 4176.71 22799.07 01:18:08 01:10:01 AM 260.53 64.98 195.54 3163.55 49619.60 01:18:08 01:11:01 AM 198.80 135.40 63.41 6824.72 4422.61 01:18:08 01:12:01 AM 30.28 6.88 23.41 540.44 2003.20 01:18:08 01:13:01 AM 1.65 0.03 1.62 0.27 30.71 01:18:08 01:14:01 AM 0.40 0.15 0.25 74.43 3.35 01:18:08 01:15:02 AM 38.70 38.40 0.30 3905.77 10.53 01:18:08 01:16:01 AM 65.97 21.51 44.46 1173.94 3420.32 01:18:08 01:17:01 AM 86.17 22.64 63.53 1536.07 8471.45 01:18:08 01:18:01 AM 94.92 9.61 85.31 403.20 6035.66 01:18:08 Average: 23.46 9.37 14.10 684.48 3220.76 01:18:08 01:18:08 12:33:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:18:08 12:34:02 AM 68776 1812780 96.34 2620 1338008 1013316 34.58 316900 1342476 24428 01:18:08 12:35:01 AM 123428 1758128 93.44 2620 1288088 1014364 34.62 319080 1287328 36 01:18:08 12:36:01 AM 127980 1753576 93.20 2620 1288096 970004 33.10 315404 1287308 12 01:18:08 12:37:01 AM 125472 1756084 93.33 2620 1288096 970104 33.11 320304 1285256 8 01:18:08 12:38:01 AM 125384 1756172 93.34 2620 1288100 970068 33.11 324908 1280980 8 01:18:08 12:39:01 AM 125396 1756160 93.34 2620 1288108 970172 33.11 325852 1280312 8 01:18:08 12:40:01 AM 125836 1755720 93.31 2620 1288108 978212 33.38 324904 1280312 8 01:18:08 12:41:02 AM 126288 1755268 93.29 2620 1288116 978092 33.38 320304 1284232 12 01:18:08 12:42:01 AM 125756 1755800 93.32 2620 1288120 978248 33.39 321136 1284232 8 01:18:08 12:43:01 AM 125504 1756052 93.33 2620 1288128 978472 33.39 321788 1284300 16 01:18:08 12:44:01 AM 124144 1757412 93.40 2620 1288128 978620 33.40 322308 1284392 16 01:18:08 12:45:01 AM 126164 1755392 93.29 2620 1288192 978284 33.39 320460 1284408 20 01:18:08 12:46:01 AM 126188 1755368 93.29 2620 1288140 978284 33.39 320192 1284424 8 01:18:08 12:47:01 AM 126288 1755268 93.29 2620 1288140 978284 33.39 320456 1284424 16 01:18:08 12:48:01 AM 126264 1755292 93.29 2620 1288148 978284 33.39 320200 1284424 8 01:18:08 12:49:01 AM 125696 1755860 93.32 2620 1288156 978356 33.39 320840 1284424 16 01:18:08 12:50:01 AM 126000 1755556 93.30 2620 1288160 978284 33.39 320460 1284424 12 01:18:08 12:51:01 AM 126336 1755220 93.29 2620 1288164 978284 33.39 320480 1284424 8 01:18:08 12:52:01 AM 124752 1756804 93.37 2620 1288172 978524 33.40 321664 1284424 8 01:18:08 12:53:01 AM 126304 1755252 93.29 2620 1288172 978284 33.39 320384 1284424 8 01:18:08 12:54:02 AM 125984 1755572 93.30 2620 1288176 978380 33.39 320896 1284424 8 01:18:08 12:55:01 AM 126508 1755048 93.28 2620 1288184 978284 33.39 320396 1284424 8 01:18:08 12:56:01 AM 126416 1755140 93.28 2620 1288184 978284 33.39 320272 1284424 8 01:18:08 12:57:01 AM 126228 1755328 93.29 2620 1288192 978284 33.39 320264 1284424 8 01:18:08 12:58:01 AM 126360 1755196 93.28 2620 1288196 978284 33.39 320372 1284424 8 01:18:08 12:59:01 AM 123008 1758548 93.46 2620 1288204 978332 33.39 323476 1284424 8 01:18:08 01:00:01 AM 123264 1758292 93.45 2620 1288260 978356 33.39 323644 1284440 20 01:18:08 01:01:01 AM 122296 1759260 93.50 2620 1288208 981056 33.48 323964 1284424 8 01:18:08 01:02:01 AM 123228 1758328 93.45 2620 1288352 978792 33.40 323388 1284504 8 01:18:08 01:03:01 AM 123080 1758476 93.46 2620 1288356 978792 33.40 323268 1284504 8 01:18:08 01:04:01 AM 122412 1759144 93.49 2620 1288360 978864 33.41 323704 1284504 8 01:18:08 01:05:01 AM 121700 1759856 93.53 2620 1288368 978996 33.41 324504 1284504 8 01:18:08 01:06:01 AM 123092 1758464 93.46 2620 1288372 978792 33.40 323404 1284508 8 01:18:08 01:07:02 AM 104932 1776624 94.42 2620 1294524 1013300 34.58 339924 1284648 6140 01:18:08 01:08:01 AM 81724 1799832 95.66 2620 1147728 1339472 45.71 582476 1052144 81484 01:18:08 01:09:01 AM 77872 1803684 95.86 2596 1102980 1545360 52.74 697768 936560 94592 01:18:08 01:10:01 AM 155168 1726388 91.75 1492 984000 1297620 44.29 725280 752196 12 01:18:08 01:11:01 AM 254872 1626684 86.45 1080 792352 1782244 60.82 708120 679312 59292 01:18:08 01:12:01 AM 531136 1350420 71.77 1080 672324 1086420 37.08 560620 563856 20 01:18:08 01:13:01 AM 537616 1343940 71.43 1080 672336 1052484 35.92 558380 562964 8 01:18:08 01:14:01 AM 534780 1346776 71.58 1080 674580 1052700 35.93 558648 565196 8 01:18:08 01:15:02 AM 395200 1486356 79.00 1080 791436 1087708 37.12 590736 671976 8 01:18:08 01:16:01 AM 197968 1683588 89.48 1080 943760 1112616 37.97 689856 763236 40376 01:18:08 01:17:01 AM 156484 1725072 91.68 752 1003452 1094968 37.37 572216 883504 77724 01:18:08 01:18:01 AM 125836 1755720 93.31 420 1004868 1090972 37.23 595236 861972 55656 01:18:08 Average: 160558 1720998 91.47 2299 1192095 1041864 35.56 395307 1155921 9780 01:18:08 01:18:08 12:33:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 01:18:08 12:34:02 AM eth0 88.19 59.68 359.72 21.25 0.00 0.00 0.00 01:18:08 12:34:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:34:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:35:01 AM eth0 1.88 0.32 0.77 0.03 0.00 0.00 0.00 01:18:08 12:35:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:35:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:36:01 AM eth0 2.48 0.71 0.69 0.40 0.00 0.00 0.00 01:18:08 12:36:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:36:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:37:01 AM eth0 2.76 0.43 0.70 0.39 0.00 0.00 0.00 01:18:08 12:37:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:37:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:38:01 AM eth0 1.36 0.63 0.60 0.41 0.00 0.00 0.00 01:18:08 12:38:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:38:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:39:01 AM eth0 0.67 0.38 0.35 0.26 0.00 0.00 0.00 01:18:08 12:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:39:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:40:01 AM eth0 0.23 0.13 0.07 0.01 0.00 0.00 0.00 01:18:08 12:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:40:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:41:02 AM eth0 0.70 0.10 0.06 0.01 0.00 0.00 0.00 01:18:08 12:41:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:41:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:42:01 AM eth0 1.01 0.34 0.31 0.20 0.00 0.00 0.00 01:18:08 12:42:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:42:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:43:01 AM eth0 2.46 0.80 0.90 0.56 0.00 0.00 0.00 01:18:08 12:43:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:43:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:44:01 AM eth0 2.03 0.67 0.80 0.49 0.00 0.00 0.00 01:18:08 12:44:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:44:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:45:01 AM eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 01:18:08 12:45:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:45:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:46:01 AM eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 01:18:08 12:46:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:46:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:47:01 AM eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 01:18:08 12:47:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:47:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:48:01 AM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 01:18:08 12:48:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:48:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:49:01 AM eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 01:18:08 12:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:49:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:50:01 AM eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 01:18:08 12:50:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:50:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:51:01 AM eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 01:18:08 12:51:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:51:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:52:01 AM eth0 1.08 0.52 0.33 0.21 0.00 0.00 0.00 01:18:08 12:52:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:52:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:53:01 AM eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 01:18:08 12:53:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:53:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:54:02 AM eth0 0.33 0.23 0.14 0.08 0.00 0.00 0.00 01:18:08 12:54:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:54:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:55:01 AM eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 01:18:08 12:55:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:55:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:56:01 AM eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 01:18:08 12:56:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:56:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:57:01 AM eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 01:18:08 12:57:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:57:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:58:01 AM eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 01:18:08 12:58:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:58:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:59:01 AM eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 01:18:08 12:59:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 12:59:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:00:01 AM eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 01:18:08 01:00:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:00:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:01:01 AM eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 01:18:08 01:01:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:01:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:02:01 AM eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:02:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:02:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:03:01 AM eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 01:18:08 01:03:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:03:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:04:01 AM eth0 0.50 0.17 0.11 0.07 0.00 0.00 0.00 01:18:08 01:04:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:04:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:05:01 AM eth0 0.77 0.40 0.35 0.21 0.00 0.00 0.00 01:18:08 01:05:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:05:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:06:01 AM eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 01:18:08 01:06:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:06:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:07:02 AM eth0 29.72 24.68 119.41 14.72 0.00 0.00 0.00 01:18:08 01:07:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:07:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:08:01 AM veth6c08c46 764.44 503.24 72.28 2410.80 0.00 0.00 0.00 01:18:08 01:08:01 AM eth0 1147.02 1167.05 6154.71 186.40 0.00 0.00 0.00 01:18:08 01:08:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 01:18:08 01:08:01 AM docker0 764.44 503.11 61.83 2410.79 0.00 0.00 0.00 01:18:08 01:09:01 AM eth0 890.92 665.17 3240.86 2739.55 0.00 0.00 0.00 01:18:08 01:09:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:09:01 AM docker0 80.07 55.62 6.44 263.03 0.00 0.00 0.00 01:18:08 01:10:01 AM eth0 337.21 220.83 1986.76 27.94 0.00 0.00 0.00 01:18:08 01:10:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:10:01 AM docker0 128.60 171.52 9.42 838.61 0.00 0.00 0.00 01:18:08 01:11:01 AM eth0 39.65 32.54 32.80 64.88 0.00 0.00 0.00 01:18:08 01:11:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:11:01 AM vethd519d40 0.00 0.13 0.00 0.01 0.00 0.00 0.00 01:18:08 01:11:01 AM docker0 960.81 722.06 76.70 3473.20 0.00 0.00 0.00 01:18:08 01:12:01 AM eth0 11.65 9.01 9.85 5.01 0.00 0.00 0.00 01:18:08 01:12:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:12:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:13:01 AM eth0 0.75 0.07 0.06 0.01 0.00 0.00 0.00 01:18:08 01:13:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:13:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:14:01 AM eth0 0.55 0.37 0.39 0.26 0.00 0.00 0.00 01:18:08 01:14:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:14:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:15:02 AM eth0 4.72 2.84 4.89 1.96 0.00 0.00 0.00 01:18:08 01:15:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:15:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:16:01 AM eth0 118.63 64.93 834.73 10.56 0.00 0.00 0.00 01:18:08 01:16:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:16:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:17:01 AM eth0 15.71 14.22 15.97 39.40 0.00 0.00 0.00 01:18:08 01:17:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:17:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:18:01 AM eth0 37.01 23.09 118.32 8.65 0.00 0.00 0.00 01:18:08 01:18:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 01:18:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 Average: eth0 57.13 48.35 272.90 68.61 0.00 0.00 0.00 01:18:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:18:08 Average: docker0 21.43 16.10 1.71 77.46 0.00 0.00 0.00 01:18:08 01:18:08 01:18:08 ---> sar -P ALL: 01:18:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 01:18:08 01:18:08 12:32:11 AM LINUX RESTART 01:18:08 01:18:08 12:33:01 AM CPU %user %nice %system %iowait %steal %idle 01:18:08 12:34:02 AM all 9.60 0.00 8.71 8.06 46.10 27.53 01:18:08 12:34:02 AM 0 8.93 0.00 8.45 9.34 46.81 26.47 01:18:08 12:34:02 AM 1 8.48 0.00 6.87 8.86 46.62 29.16 01:18:08 12:34:02 AM 2 9.36 0.00 11.54 6.10 45.75 27.25 01:18:08 12:34:02 AM 3 11.68 0.00 8.09 7.84 45.17 27.21 01:18:08 12:35:01 AM all 3.62 0.00 3.58 0.44 21.33 71.03 01:18:08 12:35:01 AM 0 3.31 0.00 3.27 0.72 22.11 70.59 01:18:08 12:35:01 AM 1 3.29 0.00 3.24 0.17 22.00 71.30 01:18:08 12:35:01 AM 2 3.47 0.00 3.84 0.77 20.43 71.49 01:18:08 12:35:01 AM 3 4.43 0.00 3.97 0.11 20.74 70.76 01:18:08 12:36:01 AM all 0.13 0.00 0.14 0.00 1.41 98.32 01:18:08 12:36:01 AM 0 0.03 0.00 0.15 0.00 0.65 99.17 01:18:08 12:36:01 AM 1 0.13 0.00 0.15 0.00 2.39 97.33 01:18:08 12:36:01 AM 2 0.05 0.00 0.12 0.00 1.52 98.32 01:18:08 12:36:01 AM 3 0.28 0.00 0.17 0.00 1.11 98.45 01:18:08 12:37:01 AM all 0.09 0.00 0.04 0.00 1.05 98.82 01:18:08 12:37:01 AM 0 0.03 0.00 0.02 0.00 0.71 99.24 01:18:08 12:37:01 AM 1 0.07 0.00 0.05 0.00 1.93 97.95 01:18:08 12:37:01 AM 2 0.03 0.00 0.07 0.00 0.86 99.04 01:18:08 12:37:01 AM 3 0.25 0.00 0.02 0.00 0.68 99.06 01:18:08 12:38:01 AM all 0.05 0.00 0.05 0.00 1.84 98.06 01:18:08 12:38:01 AM 0 0.03 0.00 0.03 0.00 2.43 97.51 01:18:08 12:38:01 AM 1 0.02 0.00 0.03 0.00 2.16 97.79 01:18:08 12:38:01 AM 2 0.02 0.00 0.08 0.00 1.38 98.52 01:18:08 12:38:01 AM 3 0.12 0.00 0.02 0.00 1.37 98.50 01:18:08 12:39:01 AM all 0.08 0.00 0.03 0.00 0.63 99.26 01:18:08 12:39:01 AM 0 0.03 0.00 0.03 0.00 1.24 98.70 01:18:08 12:39:01 AM 1 0.02 0.00 0.02 0.00 0.30 99.67 01:18:08 12:39:01 AM 2 0.03 0.00 0.05 0.00 0.51 99.40 01:18:08 12:39:01 AM 3 0.27 0.00 0.02 0.00 0.46 99.25 01:18:08 12:40:01 AM all 0.06 0.00 0.02 0.00 0.68 99.23 01:18:08 12:40:01 AM 0 0.07 0.00 0.05 0.00 1.43 98.45 01:18:08 12:40:01 AM 1 0.03 0.00 0.00 0.00 0.38 99.59 01:18:08 12:40:01 AM 2 0.00 0.00 0.03 0.00 0.36 99.60 01:18:08 12:40:01 AM 3 0.15 0.00 0.03 0.00 0.53 99.29 01:18:08 12:41:02 AM all 0.05 0.00 0.04 0.00 0.85 99.06 01:18:08 12:41:02 AM 0 0.02 0.00 0.03 0.00 1.69 98.26 01:18:08 12:41:02 AM 1 0.00 0.00 0.02 0.00 0.41 99.57 01:18:08 12:41:02 AM 2 0.02 0.00 0.05 0.00 0.60 99.34 01:18:08 12:41:02 AM 3 0.17 0.00 0.03 0.00 0.71 99.09 01:18:08 12:42:01 AM all 0.08 0.00 0.03 0.00 0.89 99.00 01:18:08 12:42:01 AM 0 0.03 0.00 0.03 0.00 1.55 98.38 01:18:08 12:42:01 AM 1 0.08 0.00 0.02 0.00 0.34 99.56 01:18:08 12:42:01 AM 2 0.03 0.00 0.05 0.00 0.94 98.98 01:18:08 12:42:01 AM 3 0.19 0.00 0.02 0.00 0.72 99.07 01:18:08 12:43:01 AM all 0.08 0.00 0.02 0.00 1.06 98.84 01:18:08 12:43:01 AM 0 0.07 0.00 0.02 0.00 1.17 98.74 01:18:08 12:43:01 AM 1 0.02 0.00 0.03 0.00 0.78 99.17 01:18:08 12:43:01 AM 2 0.05 0.00 0.02 0.00 0.68 99.25 01:18:08 12:43:01 AM 3 0.20 0.00 0.00 0.00 1.60 98.20 01:18:08 12:44:01 AM all 0.13 0.00 0.03 0.00 0.60 99.25 01:18:08 12:44:01 AM 0 0.03 0.00 0.02 0.00 0.83 99.12 01:18:08 12:44:01 AM 1 0.03 0.00 0.02 0.00 0.48 99.47 01:18:08 12:44:01 AM 2 0.03 0.00 0.02 0.00 0.68 99.27 01:18:08 12:44:01 AM 3 0.43 0.00 0.05 0.00 0.40 99.12 01:18:08 01:18:08 12:44:01 AM CPU %user %nice %system %iowait %steal %idle 01:18:08 12:45:01 AM all 0.05 0.00 0.02 0.00 0.54 99.38 01:18:08 12:45:01 AM 0 0.00 0.00 0.05 0.00 0.56 99.39 01:18:08 12:45:01 AM 1 0.02 0.00 0.05 0.00 0.83 99.11 01:18:08 12:45:01 AM 2 0.00 0.00 0.02 0.00 0.18 99.80 01:18:08 12:45:01 AM 3 0.17 0.00 0.02 0.00 0.61 99.20 01:18:08 12:46:01 AM all 0.07 0.00 0.03 0.00 0.44 99.46 01:18:08 12:46:01 AM 0 0.02 0.00 0.02 0.00 0.10 99.87 01:18:08 12:46:01 AM 1 0.07 0.00 0.05 0.00 1.14 98.74 01:18:08 12:46:01 AM 2 0.02 0.00 0.02 0.00 0.15 99.82 01:18:08 12:46:01 AM 3 0.22 0.00 0.02 0.00 0.37 99.40 01:18:08 12:47:01 AM all 0.11 0.00 0.05 0.00 0.18 99.66 01:18:08 12:47:01 AM 0 0.37 0.00 0.07 0.00 0.18 99.38 01:18:08 12:47:01 AM 1 0.03 0.00 0.05 0.00 0.40 99.52 01:18:08 12:47:01 AM 2 0.02 0.00 0.05 0.00 0.05 99.88 01:18:08 12:47:01 AM 3 0.00 0.00 0.02 0.00 0.05 99.93 01:18:08 12:48:01 AM all 0.12 0.00 0.04 0.00 0.17 99.67 01:18:08 12:48:01 AM 0 0.37 0.00 0.02 0.00 0.18 99.43 01:18:08 12:48:01 AM 1 0.10 0.00 0.07 0.00 0.33 99.50 01:18:08 12:48:01 AM 2 0.02 0.00 0.05 0.00 0.17 99.77 01:18:08 12:48:01 AM 3 0.02 0.00 0.03 0.00 0.07 99.88 01:18:08 12:49:01 AM all 0.10 0.00 0.02 0.00 0.20 99.68 01:18:08 12:49:01 AM 0 0.30 0.00 0.05 0.00 0.37 99.28 01:18:08 12:49:01 AM 1 0.05 0.00 0.03 0.00 0.27 99.65 01:18:08 12:49:01 AM 2 0.02 0.00 0.02 0.00 0.12 99.85 01:18:08 12:49:01 AM 3 0.02 0.00 0.02 0.00 0.03 99.93 01:18:08 12:50:01 AM all 0.11 0.00 0.03 0.00 0.20 99.65 01:18:08 12:50:01 AM 0 0.37 0.00 0.02 0.00 0.15 99.47 01:18:08 12:50:01 AM 1 0.05 0.00 0.05 0.00 0.48 99.42 01:18:08 12:50:01 AM 2 0.02 0.00 0.02 0.00 0.03 99.93 01:18:08 12:50:01 AM 3 0.00 0.00 0.03 0.00 0.13 99.83 01:18:08 12:51:01 AM all 0.12 0.00 0.03 0.00 0.08 99.77 01:18:08 12:51:01 AM 0 0.45 0.00 0.05 0.00 0.15 99.35 01:18:08 12:51:01 AM 1 0.00 0.00 0.00 0.00 0.08 99.92 01:18:08 12:51:01 AM 2 0.03 0.00 0.03 0.00 0.08 99.85 01:18:08 12:51:01 AM 3 0.02 0.00 0.03 0.00 0.00 99.95 01:18:08 12:52:01 AM all 0.09 0.00 0.02 0.00 0.26 99.63 01:18:08 12:52:01 AM 0 0.27 0.00 0.03 0.00 0.40 99.30 01:18:08 12:52:01 AM 1 0.05 0.00 0.02 0.00 0.25 99.68 01:18:08 12:52:01 AM 2 0.03 0.00 0.02 0.00 0.33 99.62 01:18:08 12:52:01 AM 3 0.05 0.00 0.02 0.00 0.07 99.87 01:18:08 12:53:01 AM all 0.10 0.00 0.02 0.00 0.17 99.70 01:18:08 12:53:01 AM 0 0.03 0.00 0.03 0.00 0.23 99.70 01:18:08 12:53:01 AM 1 0.02 0.00 0.00 0.00 0.23 99.75 01:18:08 12:53:01 AM 2 0.02 0.00 0.03 0.00 0.05 99.90 01:18:08 12:53:01 AM 3 0.32 0.00 0.02 0.00 0.17 99.50 01:18:08 12:54:02 AM all 0.10 0.00 0.03 0.00 0.17 99.69 01:18:08 12:54:02 AM 0 0.02 0.00 0.05 0.00 0.40 99.53 01:18:08 12:54:02 AM 1 0.00 0.00 0.03 0.00 0.17 99.80 01:18:08 12:54:02 AM 2 0.02 0.00 0.02 0.00 0.02 99.95 01:18:08 12:54:02 AM 3 0.37 0.00 0.05 0.00 0.12 99.47 01:18:08 12:55:01 AM all 0.11 0.00 0.02 0.00 0.17 99.70 01:18:08 12:55:01 AM 0 0.03 0.00 0.03 0.00 0.39 99.54 01:18:08 12:55:01 AM 1 0.00 0.00 0.00 0.00 0.07 99.93 01:18:08 12:55:01 AM 2 0.03 0.00 0.02 0.00 0.10 99.85 01:18:08 12:55:01 AM 3 0.39 0.00 0.02 0.00 0.10 99.49 01:18:08 01:18:08 12:55:01 AM CPU %user %nice %system %iowait %steal %idle 01:18:08 12:56:01 AM all 0.10 0.00 0.02 0.00 0.22 99.65 01:18:08 12:56:01 AM 0 0.07 0.00 0.05 0.00 0.43 99.45 01:18:08 12:56:01 AM 1 0.00 0.00 0.02 0.00 0.08 99.90 01:18:08 12:56:01 AM 2 0.00 0.00 0.02 0.00 0.13 99.85 01:18:08 12:56:01 AM 3 0.33 0.00 0.00 0.00 0.27 99.40 01:18:08 12:57:01 AM all 0.12 0.00 0.02 0.00 0.06 99.80 01:18:08 12:57:01 AM 0 0.02 0.00 0.00 0.00 0.03 99.95 01:18:08 12:57:01 AM 1 0.47 0.00 0.02 0.00 0.12 99.40 01:18:08 12:57:01 AM 2 0.03 0.00 0.05 0.00 0.03 99.88 01:18:08 12:57:01 AM 3 0.02 0.00 0.02 0.00 0.05 99.92 01:18:08 12:58:01 AM all 0.09 0.00 0.02 0.00 0.10 99.78 01:18:08 12:58:01 AM 0 0.00 0.00 0.02 0.00 0.13 99.85 01:18:08 12:58:01 AM 1 0.32 0.00 0.02 0.00 0.13 99.53 01:18:08 12:58:01 AM 2 0.02 0.00 0.03 0.00 0.13 99.82 01:18:08 12:58:01 AM 3 0.02 0.00 0.00 0.00 0.02 99.97 01:18:08 12:59:01 AM all 0.13 0.00 0.02 0.00 0.07 99.78 01:18:08 12:59:01 AM 0 0.05 0.00 0.05 0.00 0.10 99.80 01:18:08 12:59:01 AM 1 0.43 0.00 0.02 0.00 0.07 99.48 01:18:08 12:59:01 AM 2 0.02 0.00 0.03 0.00 0.03 99.92 01:18:08 12:59:01 AM 3 0.02 0.00 0.00 0.00 0.08 99.90 01:18:08 01:00:01 AM all 0.10 0.00 0.04 0.00 0.19 99.67 01:18:08 01:00:01 AM 0 0.03 0.00 0.07 0.00 0.27 99.63 01:18:08 01:00:01 AM 1 0.33 0.00 0.05 0.00 0.22 99.40 01:18:08 01:00:01 AM 2 0.02 0.00 0.00 0.00 0.13 99.85 01:18:08 01:00:01 AM 3 0.05 0.00 0.03 0.00 0.15 99.77 01:18:08 01:01:01 AM all 0.11 0.00 0.04 0.00 0.38 99.47 01:18:08 01:01:01 AM 0 0.00 0.00 0.05 0.00 0.18 99.77 01:18:08 01:01:01 AM 1 0.32 0.00 0.05 0.02 0.55 99.07 01:18:08 01:01:01 AM 2 0.07 0.00 0.05 0.00 0.45 99.44 01:18:08 01:01:01 AM 3 0.02 0.00 0.03 0.00 0.33 99.62 01:18:08 01:02:01 AM all 0.09 0.00 0.05 0.00 0.31 99.56 01:18:08 01:02:01 AM 0 0.02 0.00 0.05 0.00 0.12 99.82 01:18:08 01:02:01 AM 1 0.02 0.00 0.05 0.02 0.17 99.75 01:18:08 01:02:01 AM 2 0.02 0.00 0.05 0.00 0.53 99.40 01:18:08 01:02:01 AM 3 0.32 0.00 0.05 0.00 0.45 99.19 01:18:08 01:03:01 AM all 0.07 0.00 0.03 0.00 0.27 99.62 01:18:08 01:03:01 AM 0 0.00 0.00 0.00 0.00 0.08 99.92 01:18:08 01:03:01 AM 1 0.02 0.00 0.02 0.00 0.17 99.80 01:18:08 01:03:01 AM 2 0.25 0.00 0.03 0.00 0.23 99.48 01:18:08 01:03:01 AM 3 0.03 0.00 0.07 0.00 0.61 99.29 01:18:08 01:04:01 AM all 0.10 0.00 0.03 0.00 0.22 99.65 01:18:08 01:04:01 AM 0 0.02 0.00 0.03 0.00 0.02 99.93 01:18:08 01:04:01 AM 1 0.02 0.00 0.03 0.00 0.12 99.83 01:18:08 01:04:01 AM 2 0.30 0.00 0.02 0.00 0.25 99.43 01:18:08 01:04:01 AM 3 0.07 0.00 0.05 0.00 0.50 99.39 01:18:08 01:05:01 AM all 0.11 0.00 0.02 0.00 0.18 99.68 01:18:08 01:05:01 AM 0 0.02 0.00 0.00 0.00 0.02 99.97 01:18:08 01:05:01 AM 1 0.05 0.00 0.07 0.00 0.38 99.50 01:18:08 01:05:01 AM 2 0.20 0.00 0.02 0.00 0.17 99.62 01:18:08 01:05:01 AM 3 0.17 0.00 0.02 0.00 0.15 99.67 01:18:08 01:06:01 AM all 0.14 0.00 0.02 0.00 0.05 99.78 01:18:08 01:06:01 AM 0 0.00 0.00 0.02 0.00 0.02 99.97 01:18:08 01:06:01 AM 1 0.02 0.00 0.02 0.00 0.02 99.95 01:18:08 01:06:01 AM 2 0.02 0.00 0.02 0.00 0.05 99.92 01:18:08 01:06:01 AM 3 0.52 0.00 0.05 0.00 0.12 99.32 01:18:08 01:18:08 01:06:01 AM CPU %user %nice %system %iowait %steal %idle 01:18:08 01:07:02 AM all 1.07 0.00 0.15 0.00 0.88 97.89 01:18:08 01:07:02 AM 0 0.52 0.00 0.17 0.00 1.05 98.27 01:18:08 01:07:02 AM 1 1.38 0.00 0.13 0.00 0.78 97.71 01:18:08 01:07:02 AM 2 0.83 0.00 0.13 0.00 1.02 98.02 01:18:08 01:07:02 AM 3 1.57 0.00 0.15 0.00 0.68 97.60 01:18:08 01:08:01 AM all 7.64 0.00 3.79 1.38 17.81 69.37 01:18:08 01:08:01 AM 0 7.02 0.00 3.79 0.18 20.14 68.87 01:18:08 01:08:01 AM 1 8.49 0.00 3.87 2.04 17.87 67.73 01:18:08 01:08:01 AM 2 7.98 0.00 3.82 1.75 16.85 69.61 01:18:08 01:08:01 AM 3 7.07 0.00 3.65 1.56 16.39 71.33 01:18:08 01:09:01 AM all 11.24 0.00 2.95 0.49 16.92 68.41 01:18:08 01:09:01 AM 0 15.71 0.00 3.10 0.34 18.44 62.41 01:18:08 01:09:01 AM 1 9.37 0.00 3.04 0.21 16.80 70.58 01:18:08 01:09:01 AM 2 12.14 0.00 2.90 0.95 15.46 68.55 01:18:08 01:09:01 AM 3 8.02 0.00 2.80 0.46 17.06 71.67 01:18:08 01:10:01 AM all 7.12 0.00 5.87 4.69 16.05 66.28 01:18:08 01:10:01 AM 0 6.79 0.00 5.13 4.39 17.71 65.98 01:18:08 01:10:01 AM 1 6.59 0.00 6.21 5.81 15.46 65.93 01:18:08 01:10:01 AM 2 7.48 0.00 6.25 4.77 15.75 65.75 01:18:08 01:10:01 AM 3 7.61 0.00 5.89 3.78 15.26 67.46 01:18:08 01:11:01 AM all 31.69 0.00 13.30 3.63 24.22 27.16 01:18:08 01:11:01 AM 0 32.08 0.00 13.75 3.20 24.15 26.83 01:18:08 01:11:01 AM 1 32.13 0.00 13.14 4.26 25.84 24.62 01:18:08 01:11:01 AM 2 30.96 0.00 12.27 3.65 23.21 29.91 01:18:08 01:11:01 AM 3 31.63 0.00 14.01 3.42 23.72 27.21 01:18:08 01:12:01 AM all 15.05 0.00 4.17 0.94 6.56 73.28 01:18:08 01:12:01 AM 0 16.08 0.00 3.79 1.29 5.67 73.18 01:18:08 01:12:01 AM 1 16.01 0.00 5.22 0.75 6.49 71.53 01:18:08 01:12:01 AM 2 12.85 0.00 3.90 1.16 7.86 74.23 01:18:08 01:12:01 AM 3 15.30 0.00 3.83 0.56 6.15 74.16 01:18:08 01:13:01 AM all 0.11 0.00 0.03 0.00 0.20 99.65 01:18:08 01:13:01 AM 0 0.00 0.00 0.03 0.00 0.08 99.88 01:18:08 01:13:01 AM 1 0.05 0.00 0.02 0.00 0.33 99.60 01:18:08 01:13:01 AM 2 0.37 0.00 0.05 0.00 0.20 99.38 01:18:08 01:13:01 AM 3 0.02 0.00 0.03 0.00 0.23 99.72 01:18:08 01:14:01 AM all 0.09 0.00 0.02 0.01 0.27 99.60 01:18:08 01:14:01 AM 0 0.02 0.00 0.02 0.00 0.07 99.90 01:18:08 01:14:01 AM 1 0.03 0.00 0.03 0.03 0.35 99.55 01:18:08 01:14:01 AM 2 0.30 0.00 0.02 0.00 0.27 99.42 01:18:08 01:14:01 AM 3 0.02 0.00 0.02 0.00 0.38 99.58 01:18:08 01:15:02 AM all 0.51 0.00 0.20 1.08 0.69 97.53 01:18:08 01:15:02 AM 0 0.27 0.00 0.10 0.85 0.47 98.32 01:18:08 01:15:02 AM 1 0.15 0.00 0.17 0.76 0.73 98.19 01:18:08 01:15:02 AM 2 1.05 0.00 0.27 1.34 0.78 96.56 01:18:08 01:15:02 AM 3 0.58 0.00 0.22 1.38 0.81 97.01 01:18:08 01:16:01 AM all 15.04 0.00 1.61 0.81 5.06 77.48 01:18:08 01:16:01 AM 0 41.65 0.00 2.92 1.29 5.50 48.64 01:18:08 01:16:01 AM 1 4.68 0.00 0.83 0.57 4.62 89.30 01:18:08 01:16:01 AM 2 8.92 0.00 1.86 0.70 4.77 83.75 01:18:08 01:16:01 AM 3 7.37 0.00 0.99 0.68 5.40 85.57 01:18:08 01:17:01 AM all 13.93 0.00 3.05 1.32 5.69 76.01 01:18:08 01:17:01 AM 0 14.03 0.00 2.08 0.65 4.41 78.82 01:18:08 01:17:01 AM 1 20.35 0.00 4.60 0.91 5.39 68.75 01:18:08 01:17:01 AM 2 7.38 0.00 2.07 1.58 6.45 82.52 01:18:08 01:17:01 AM 3 14.14 0.00 3.47 2.16 6.49 73.74 01:18:08 01:18:08 01:17:01 AM CPU %user %nice %system %iowait %steal %idle 01:18:08 01:18:01 AM all 14.94 0.00 2.63 1.19 3.93 77.31 01:18:08 01:18:01 AM 0 26.08 0.00 2.34 1.21 3.89 66.48 01:18:08 01:18:01 AM 1 11.02 0.00 2.79 0.94 4.24 81.01 01:18:08 01:18:01 AM 2 11.16 0.00 2.38 0.87 4.00 81.59 01:18:08 01:18:01 AM 3 11.80 0.00 2.95 1.78 3.60 79.87 01:18:08 Average: all 2.94 0.00 1.14 0.55 4.13 91.24 01:18:08 Average: 0 3.74 0.00 1.11 0.54 4.30 90.30 01:18:08 Average: 1 2.72 0.00 1.14 0.59 4.24 91.32 01:18:08 Average: 2 2.54 0.00 1.18 0.53 3.97 91.78 01:18:08 Average: 3 2.78 0.00 1.13 0.54 4.00 91.54 01:18:08 01:18:08 01:18:08