Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 02e15b8c7f216d4af99e550946e7c2b91bcc16c7+28858e1a00223f131b6314f62cafbd60f8376407 (cf400277959b3b41bfcc79fc41fa99219bc4ad00) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6333266244521501070.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4776650637081978044.key > 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 c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2591832103537767216.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd # timeout=10 Commit message: "Merge pull request #338 from ernestojeda/add-latest-tag" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2100446529733308516.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3100213134690647615.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-884 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-628 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh4603766232721364354.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 28858e1a00223f131b6314f62cafbd60f8376407 into PR head commit 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 Merge succeeded, producing 9d129c74d17b811044b20af500287ab692e53510 Checking out Revision 9d129c74d17b811044b20af500287ab692e53510 (PR-628) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh1982820198881834001.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh5597570333488061101.key > git merge 28858e1a00223f131b6314f62cafbd60f8376407 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9d129c74d17b811044b20af500287ab692e53510 # timeout=10 Commit message: "Merge commit '28858e1a00223f131b6314f62cafbd60f8376407' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:40:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 7d41161b9ddd9358a559308ff85aeb012da2bd43 # timeout=10 [Pipeline] withCredentials 08:40:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:40:38 ========================================================= 08:40:38 EdgeX Global Pipelines Version Info 08:40:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:40:40 ------------------- 08:40:40 stable info: 08:40:40 ------------------- 08:40:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:40:40 Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 08:40:40 Message: update stable to v1.0.193 08:40:40 ------------------- 08:40:40 experimental info: 08:40:40 ------------------- 08:40:40 Commited By: **** collab-it+edgex@linuxfoundation.org 08:40:40 Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 08:40:40 Message: update experimental to v1.0.193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-628 [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-628 [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-628 [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9d129c74d17b811044b20af500287ab692e53510 [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9d129c7 [Pipeline] echo 08:40:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:40:42 + git log --format=format:%s -1 9d129c74d17b811044b20af500287ab692e53510 [Pipeline] echo 08:40:42 GIT_COMMIT: 9d129c74d17b811044b20af500287ab692e53510, Commit Message: Merge commit '28858e1a00223f131b6314f62cafbd60f8376407' into HEAD [Pipeline] echo 08:40:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:40:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:40:46 08:40:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:40:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:40:47 latest: Pulling from edgex-devops/git-semver 08:40:47 31603596830f: Pulling fs layer 08:40:47 54011a49482f: Pulling fs layer 08:40:47 a6820b24f6d8: Pulling fs layer 08:40:47 f581987b2513: Pulling fs layer 08:40:47 f581987b2513: Waiting 08:40:47 54011a49482f: Verifying Checksum 08:40:47 54011a49482f: Download complete 08:40:47 31603596830f: Verifying Checksum 08:40:47 31603596830f: Download complete 08:40:47 a6820b24f6d8: Verifying Checksum 08:40:47 a6820b24f6d8: Download complete 08:40:47 f581987b2513: Verifying Checksum 08:40:47 f581987b2513: Download complete 08:40:47 31603596830f: Pull complete 08:40:47 54011a49482f: Pull complete 08:40:48 a6820b24f6d8: Pull complete 08:40:48 f581987b2513: Pull complete 08:40:48 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:40:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:40:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:40:48 prd-centos7-docker-4c-2g-884 does not seem to be running inside a container 08:40:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-628 -v /w/workspace/dry_go-mod-core-contracts_PR-628:/w/workspace/dry_go-mod-core-contracts_PR-628:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-628@tmp:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:40:49 $ docker top 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:40:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:40:49 [ssh-agent] Looking for ssh-agent implementation... 08:40:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:40:49 $ docker exec 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 ssh-agent 08:40:50 SSH_AUTH_SOCK=/tmp/ssh-gRIl3vbwWAXS/agent.13 08:40:50 SSH_AGENT_PID=18 08:40:50 Running ssh-add (command line suppressed) 08:40:50 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_6386428555827812461.key (/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_6386428555827812461.key) 08:40:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:40:50 + git tag --points-at HEAD [Pipeline] } 08:40:50 $ docker exec --env ******** --env ******** 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 ssh-agent -k 08:40:50 unset SSH_AUTH_SOCK; 08:40:50 unset SSH_AGENT_PID; 08:40:50 echo Agent pid 18 killed; 08:40:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:40:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:40:50 [ssh-agent] Looking for ssh-agent implementation... 08:40:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:40:50 $ docker exec 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 ssh-agent 08:40:50 SSH_AUTH_SOCK=/tmp/ssh-3uHp4ectKSg7/agent.50 08:40:50 SSH_AGENT_PID=56 08:40:50 Running ssh-add (command line suppressed) 08:40:50 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_4700289664619312925.key (/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_4700289664619312925.key) 08:40:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:40:51 + git semver init 08:40:51 # -> Open(): unable to determine branch for HEAD 08:40:51 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.git 08:40:51 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-628 08:40:51 # $SEMVER_REMOTE_NAME = origin 08:40:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:40:51 # $SEMVER_USER_NAME = edgex-jenkins 08:40:51 # $SEMVER_BRANCH = PR-628 08:40:51 # $SEMVER_TEMP = /tmp/semver-253977689 08:40:51 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:40:51 # '/tmp/semver-253977689' -> '/w/workspace/dry_go-mod-core-contracts_PR-628/.semver' 08:40:51 # -> Force: false 08:40:51 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.semver [Pipeline] } 08:40:51 $ docker exec --env ******** --env ******** 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 ssh-agent -k 08:40:51 unset SSH_AUTH_SOCK; 08:40:51 unset SSH_AGENT_PID; 08:40:51 echo Agent pid 56 killed; 08:40:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:40:52 + git semver [Pipeline] } 08:40:52 $ docker stop --time=1 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 08:40:53 $ docker rm -f 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 [Pipeline] // withDockerContainer [Pipeline] sh 08:40:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:40:54 Stashed 1 file(s) [Pipeline] echo 08:40:54 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 08:41:09 Still waiting to schedule task 08:41:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:41:09 Still waiting to schedule task 08:41:09 ‘prd-ubuntu18.04-docker-arm64-4c-16g-882’ is offline 08:43:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-885 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws 08:43:04 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 08:43:04 Selected Git installation does not exist. Using Default 08:43:04 The recommended git tool is: NONE 08:43:10 using credential edgex-jenkins-ssh 08:43:10 Cloning the remote Git repository 08:43:10 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:43:10 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 08:43:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:43:11 > git --version # timeout=10 08:43:11 > git --version # 'git version 2.17.1' 08:43:11 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:43:13 Merging remotes/origin/master commit 28858e1a00223f131b6314f62cafbd60f8376407 into PR head commit 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 08:43:13 Merge succeeded, producing b9ed8c8e9915e88298181cb9f35e30cce685a073 08:43:13 Checking out Revision b9ed8c8e9915e88298181cb9f35e30cce685a073 (PR-628) 08:43:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:43:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:43:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:43:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:43:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:43:13 > git config core.sparsecheckout # timeout=10 08:43:13 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 08:43:13 > git remote # timeout=10 08:43:13 > git config --get remote.origin.url # timeout=10 08:43:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:13 > git merge 28858e1a00223f131b6314f62cafbd60f8376407 # timeout=10 08:43:13 > git rev-parse HEAD^{commit} # timeout=10 08:43:13 > git config core.sparsecheckout # timeout=10 08:43:13 > git checkout -f b9ed8c8e9915e88298181cb9f35e30cce685a073 # timeout=10 08:43:17 Commit message: "Merge commit '28858e1a00223f131b6314f62cafbd60f8376407' into HEAD" 08:43:17 First time build. Skipping changelog. 08:43:17 > git rev-list --no-walk 7d41161b9ddd9358a559308ff85aeb012da2bd43 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:43:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:43:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:43:20 + sudo service docker restart+ 08:43:20 true [Pipeline] unstash [Pipeline] echo 08:43:38 ========================================================= 08:43:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:43:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:43:39 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 08:43:40 Sending build context to Docker daemon 3.309MB 08:43:40 Step 1/7 : ARG BASE=golang:1.16-alpine 08:43:40 Step 2/7 : FROM ${BASE} 08:43:40 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:43:40 595b0fe564bb: Pulling fs layer 08:43:40 7186ed65a4f7: Pulling fs layer 08:43:40 316046926c0a: Pulling fs layer 08:43:40 4ebd0625c992: Pulling fs layer 08:43:40 207e8628e3a3: Pulling fs layer 08:43:40 c791037a9be2: Pulling fs layer 08:43:40 4ebd0625c992: Waiting 08:43:40 207e8628e3a3: Waiting 08:43:40 ffd874e62e21: Pulling fs layer 08:43:40 c791037a9be2: Waiting 08:43:40 ffd874e62e21: Waiting 08:43:40 316046926c0a: Verifying Checksum 08:43:40 316046926c0a: Download complete 08:43:40 7186ed65a4f7: Verifying Checksum 08:43:40 7186ed65a4f7: Download complete 08:43:40 207e8628e3a3: Download complete 08:43:40 c791037a9be2: Verifying Checksum 08:43:40 c791037a9be2: Download complete 08:43:40 595b0fe564bb: Verifying Checksum 08:43:40 595b0fe564bb: Download complete 08:43:41 595b0fe564bb: Pull complete 08:43:42 7186ed65a4f7: Pull complete 08:43:42 316046926c0a: Pull complete 08:43:43 ffd874e62e21: Verifying Checksum 08:43:43 ffd874e62e21: Download complete 08:43:44 4ebd0625c992: Download complete 08:43:54 4ebd0625c992: Pull complete 08:43:55 207e8628e3a3: Pull complete 08:43:55 c791037a9be2: Pull complete 08:43:59 ffd874e62e21: Pull complete 08:43:59 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:43:59 ---> cfc18b08335c 08:43:59 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:44:01 ---> Running in 9419c76fd703 08:44:01 Removing intermediate container 9419c76fd703 08:44:01 ---> 52b9cf85b5e6 08:44:01 Step 4/7 : RUN apk add bash 08:44:01 ---> Running in e9c5b8cfd246 08:44:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:04 OK: 138 MiB in 40 packages 08:44:06 Removing intermediate container e9c5b8cfd246 08:44:06 ---> 224a671d6eaa 08:44:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:44:06 ---> Running in ccf3fc1e56d5 08:44:06 Removing intermediate container ccf3fc1e56d5 08:44:06 ---> d9d7c48ddee0 08:44:06 Step 6/7 : COPY go.mod . 08:44:07 ---> 909bc2f3e01e 08:44:07 Step 7/7 : RUN go mod download 08:44:07 ---> Running in 4c3cfad97022 08:44:26 Removing intermediate container 4c3cfad97022 08:44:26 ---> 7f563b2b225a 08:44:26 Successfully built 7f563b2b225a 08:44:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:44:26 + docker inspect -f . ci-base-image-arm64 08:44:26 . [Pipeline] withDockerContainer 08:44:26 prd-ubuntu18.04-docker-arm64-4c-16g-885 does not seem to be running inside a container 08:44:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:44:28 $ docker top 2fbd8dd77f252971f5db6c7321b4d12a493063eb6211c16aa117275499f36467 -eo pid,comm [Pipeline] { [Pipeline] sh 08:44:29 + go version 08:44:29 go version go1.16.3 linux/arm64 [Pipeline] } 08:44:29 $ docker stop --time=1 2fbd8dd77f252971f5db6c7321b4d12a493063eb6211c16aa117275499f36467 08:44:31 $ docker rm -f 2fbd8dd77f252971f5db6c7321b4d12a493063eb6211c16aa117275499f36467 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:32 + docker inspect -f . ci-base-image-arm64 08:44:32 . [Pipeline] withDockerContainer 08:44:32 prd-ubuntu18.04-docker-arm64-4c-16g-885 does not seem to be running inside a container 08:44:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:44:34 $ docker top eec28d9397bdd34586355ee0787ba3b0ab5200879e086899235cda694cfdfa0f -eo pid,comm [Pipeline] { [Pipeline] sh 08:44:35 + go mod tidy [Pipeline] sh 08:44:36 + make test 08:44:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:45:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:45:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.058s coverage: 85.7% of statements 08:45:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.042s coverage: 100.0% of statements 08:45:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.063s coverage: 45.4% of statements 08:45:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.028s coverage: 77.8% of statements 08:45:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:45:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.015s coverage: 26.3% of statements 08:45:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.082s coverage: 14.7% of statements 08:45:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements 08:45:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.070s coverage: 91.8% of statements 08:45:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:45:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:45:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.033s coverage: 100.0% of statements 08:45:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.040s coverage: 35.5% of statements 08:45:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.201s coverage: 63.0% of statements 08:45:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements 08:45:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements 08:45:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.012s coverage: 15.4% of statements 08:45:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.044s coverage: 14.3% of statements 08:45:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:45:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 08:45:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.338s coverage: 83.2% of statements 08:45:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:45:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:45:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:45:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.094s coverage: 45.5% of statements 08:45:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.060s coverage: 90.0% of statements 08:45:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.200s coverage: 86.2% of statements 08:45:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.068s coverage: 59.5% of statements 08:45:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.032s coverage: 58.2% of statements 08:45:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:45:44 gofmt -l . 08:45:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:45:44 $ docker stop --time=1 eec28d9397bdd34586355ee0787ba3b0ab5200879e086899235cda694cfdfa0f 08:45:46 $ docker rm -f eec28d9397bdd34586355ee0787ba3b0ab5200879e086899235cda694cfdfa0f [Pipeline] // withDockerContainer [Pipeline] sh 08:45:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:45:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:45:48 ---> job-cost.sh 08:45:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EjZa 08:46:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:47:49 lf-activate-venv(): INFO: Adding /tmp/venv-EjZa/bin to PATH 08:47:49 INFO: No Stack... 08:47:49 INFO: Retrieving Pricing Info for: v2-standard-4 08:47:49 INFO: Archiving Costs [Pipeline] sh 08:47:49 + cut -d, -f6 08:47:49 + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [Pipeline] lock 08:47:49 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] 08:47:49 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] did not exist. Created. 08:47:49 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:47:50 + echo total: 0.18000000715255737 [Pipeline] stash 08:47:50 Stashed 1 file(s) [Pipeline] } 08:47:50 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:54:05 Running on prd-centos7-docker-4c-2g-887 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws 08:54:05 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 08:54:05 Selected Git installation does not exist. Using Default 08:54:05 The recommended git tool is: NONE 08:54:08 using credential edgex-jenkins-ssh 08:54:08 Cloning the remote Git repository 08:54:07 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:54:07 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 08:54:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:54:07 > git --version # timeout=10 08:54:07 > git --version # 'git version 2.24.4' 08:54:07 using GIT_SSH to set credentials SSH Credentials for GitHub 08:54:07 [INFO] Currently running in a labeled security context 08:54:07 [INFO] Currently SELinux is 'enforcing' on the host 08:54:07 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh5815529297396868981.key 08:54:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:54:09 Merging remotes/origin/master commit 28858e1a00223f131b6314f62cafbd60f8376407 into PR head commit 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 08:54:09 Merge succeeded, producing 60700f6f9eb379d329c76313ae8d53867731ada2 08:54:09 Checking out Revision 60700f6f9eb379d329c76313ae8d53867731ada2 (PR-628) 08:54:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:54:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:54:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:54:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:54:08 using GIT_SSH to set credentials SSH Credentials for GitHub 08:54:08 [INFO] Currently running in a labeled security context 08:54:08 [INFO] Currently SELinux is 'enforcing' on the host 08:54:08 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh1382243584485494968.key 08:54:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:54:09 > git config core.sparsecheckout # timeout=10 08:54:09 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 08:54:09 > git remote # timeout=10 08:54:09 > git config --get remote.origin.url # timeout=10 08:54:09 using GIT_SSH to set credentials SSH Credentials for GitHub 08:54:09 [INFO] Currently running in a labeled security context 08:54:09 [INFO] Currently SELinux is 'enforcing' on the host 08:54:09 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh3661837530537364564.key 08:54:09 > git merge 28858e1a00223f131b6314f62cafbd60f8376407 # timeout=10 08:54:09 > git rev-parse HEAD^{commit} # timeout=10 08:54:09 > git config core.sparsecheckout # timeout=10 08:54:09 > git checkout -f 60700f6f9eb379d329c76313ae8d53867731ada2 # timeout=10 08:54:13 Commit message: "Merge commit '28858e1a00223f131b6314f62cafbd60f8376407' into HEAD" 08:54:13 First time build. Skipping changelog. 08:54:13 > git rev-list --no-walk 7d41161b9ddd9358a559308ff85aeb012da2bd43 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:54:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:54:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:54:15 + true 08:54:15 + sudo service docker restart 08:54:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 08:54:33 ========================================================= 08:54:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:54:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:54:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 08:54:34 Sending build context to Docker daemon 3.31MB 08:54:34 Step 1/7 : ARG BASE=golang:1.16-alpine 08:54:34 Step 2/7 : FROM ${BASE} 08:54:34 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:54:34 540db60ca938: Pulling fs layer 08:54:34 adcc1eea9eea: Pulling fs layer 08:54:34 4c4ab2625f07: Pulling fs layer 08:54:34 0510c868ecb4: Pulling fs layer 08:54:34 afea3b2eda06: Pulling fs layer 08:54:34 7809a108b3ef: Pulling fs layer 08:54:34 f706445af74f: Pulling fs layer 08:54:34 afea3b2eda06: Waiting 08:54:34 7809a108b3ef: Waiting 08:54:34 f706445af74f: Waiting 08:54:34 0510c868ecb4: Waiting 08:54:34 4c4ab2625f07: Verifying Checksum 08:54:34 4c4ab2625f07: Download complete 08:54:34 adcc1eea9eea: Download complete 08:54:34 afea3b2eda06: Verifying Checksum 08:54:34 afea3b2eda06: Download complete 08:54:34 7809a108b3ef: Verifying Checksum 08:54:34 7809a108b3ef: Download complete 08:54:34 540db60ca938: Verifying Checksum 08:54:34 540db60ca938: Download complete 08:54:34 540db60ca938: Pull complete 08:54:34 adcc1eea9eea: Pull complete 08:54:34 4c4ab2625f07: Pull complete 08:54:36 f706445af74f: Verifying Checksum 08:54:36 f706445af74f: Download complete 08:54:36 0510c868ecb4: Verifying Checksum 08:54:36 0510c868ecb4: Download complete 08:54:40 0510c868ecb4: Pull complete 08:54:40 afea3b2eda06: Pull complete 08:54:40 7809a108b3ef: Pull complete 08:54:41 f706445af74f: Pull complete 08:54:41 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:54:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:54:41 ---> b068be0155e3 08:54:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:54:44 ---> Running in 2a1f5e2be3e8 08:54:44 Removing intermediate container 2a1f5e2be3e8 08:54:44 ---> 3226e4776883 08:54:44 Step 4/7 : RUN apk add bash 08:54:44 ---> Running in b13577e4ce05 08:54:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:54:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:54:47 OK: 149 MiB in 40 packages 08:54:47 Removing intermediate container b13577e4ce05 08:54:47 ---> bb4dd1953384 08:54:47 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:54:47 ---> Running in e7a81173128f 08:54:47 Removing intermediate container e7a81173128f 08:54:47 ---> a673ffd6e7e5 08:54:47 Step 6/7 : COPY go.mod . 08:54:47 ---> c47cdd264479 08:54:47 Step 7/7 : RUN go mod download 08:54:47 ---> Running in c1bffcddf1bd 08:54:56 Removing intermediate container c1bffcddf1bd 08:54:56 ---> b1f4c7c4ff47 08:54:56 Successfully built b1f4c7c4ff47 08:54:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:54:56 + docker inspect -f . ci-base-image-x86_64 08:54:56 . [Pipeline] withDockerContainer 08:54:56 prd-centos7-docker-4c-2g-887 does not seem to be running inside a container 08:54:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:54:56 $ docker top ee706deb0bc76eaf78968a8eabebcf377fdd25dd98d2c71e7a3b4b91d6bb8d9d -eo pid,comm [Pipeline] { [Pipeline] sh 08:54:57 + go version 08:54:57 go version go1.16.3 linux/amd64 [Pipeline] } 08:54:57 $ docker stop --time=1 ee706deb0bc76eaf78968a8eabebcf377fdd25dd98d2c71e7a3b4b91d6bb8d9d 08:54:58 $ docker rm -f ee706deb0bc76eaf78968a8eabebcf377fdd25dd98d2c71e7a3b4b91d6bb8d9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:54:59 + docker inspect -f . ci-base-image-x86_64 08:54:59 . [Pipeline] withDockerContainer 08:54:59 prd-centos7-docker-4c-2g-887 does not seem to be running inside a container 08:54:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:54:59 $ docker top 6496006a2d432a827af55894cf066c6ef74a3f1009289fb75cf3b85593e0b052 -eo pid,comm [Pipeline] { [Pipeline] sh 08:55:00 + go mod tidy [Pipeline] sh 08:55:00 + make test 08:55:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:55:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:55:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.005s coverage: 85.7% of statements 08:55:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.007s coverage: 100.0% of statements 08:55:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.006s coverage: 45.4% of statements 08:55:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.003s coverage: 77.8% of statements 08:55:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:55:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.008s coverage: 26.3% of statements 08:55:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.019s coverage: 14.7% of statements 08:55:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements 08:55:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.008s coverage: 91.8% of statements 08:55:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:55:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:55:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.002s coverage: 100.0% of statements 08:55:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.004s coverage: 35.5% of statements 08:55:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.010s coverage: 63.0% of statements 08:55:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements 08:55:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.025s coverage: 15.4% of statements 08:55:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements 08:55:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements 08:55:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:55:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 08:55:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.051s coverage: 83.2% of statements 08:55:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:55:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:55:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.018s coverage: 45.5% of statements 08:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.007s coverage: 90.0% of statements 08:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.025s coverage: 86.2% of statements 08:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 59.5% of statements 08:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.006s coverage: 58.2% of statements 08:55:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:55:20 gofmt -l . 08:55:20 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:55:20 $ docker stop --time=1 6496006a2d432a827af55894cf066c6ef74a3f1009289fb75cf3b85593e0b052 08:55:21 $ docker rm -f 6496006a2d432a827af55894cf066c6ef74a3f1009289fb75cf3b85593e0b052 [Pipeline] // withDockerContainer [Pipeline] sh 08:55:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:55:22 Warning: overwriting stash ‘coverage-report’ 08:55:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:55:23 ---> job-cost.sh 08:55:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9UXn 08:55:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:55:46 lf-activate-venv(): INFO: Adding /tmp/venv-9UXn/bin to PATH 08:55:46 INFO: No Stack... 08:55:46 INFO: Retrieving Pricing Info for: v3-standard-2 08:55:46 INFO: Archiving Costs [Pipeline] sh 08:55:46 + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv 08:55:46 + cut -d, -f6 [Pipeline] lock 08:55:46 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] 08:55:46 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] did not exist. Created. 08:55:46 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:55:47 /w/workspace/go-mod-core-contracts/3@tmp/durable-cb5260b6/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 08:55:47 + echo total: 0.05999999865889549 [Pipeline] stash 08:55:47 Warning: overwriting stash ‘stack-cost’ 08:55:47 Stashed 1 file(s) [Pipeline] } 08:55:47 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 08:55:48 provisioning config files... 08:55:48 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config6838400078446789818tmp [Pipeline] { [Pipeline] sh 08:55:48 + set +x 08:55:48 + curl -s https://codecov.io/bash 08:55:48 + bash -s -- 08:55:48 08:55:48 _____ _ 08:55:48 / ____| | | 08:55:48 | | ___ __| | ___ ___ _____ __ 08:55:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:55:48 | |___| (_) | (_| | __/ (_| (_) \ V / 08:55:48 \_____\___/ \__,_|\___|\___\___/ \_/ 08:55:48 Bash-1.0.3 08:55:48 08:55:48 08:55:48 ==> git version 2.24.4 found 08:55:48 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:55:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:55:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:55:48 ==> Jenkins CI detected. 08:55:48 project root: . 08:55:48 --> token set from env 08:55:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:55:49 ==> Running gcov in . (disable via -X gcov) 08:55:49 ==> Python coveragepy not found 08:55:49 ==> Searching for coverage reports in: 08:55:49 + . 08:55:49 -> Found 1 reports 08:55:49 ==> Detecting git/mercurial file structure 08:55:49 ==> Reading reports 08:55:49 + ./coverage.out bytes=186285 08:55:49 ==> Appending adjustments 08:55:49 https://docs.codecov.io/docs/fixing-reports 08:55:50 + Found adjustments 08:55:50 ==> Gzipping contents 08:55:50 28K /tmp/codecov.bvbxMn.gz 08:55:50 ==> Uploading reports 08:55:50 url: https://codecov.io 08:55:50 query: branch=PR-628&commit=9d129c74d17b811044b20af500287ab692e53510&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-628%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=628&job=&cmd_args= 08:55:50 -> Pinging Codecov 08:55:50 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-628&commit=9d129c74d17b811044b20af500287ab692e53510&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-628%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=628&job=&cmd_args= 08:55:50 -> Uploading to 08:55:50 https://storage.googleapis.com/codecov/v4/raw/2021-06-08/71470A77251A30514AAF9C0BB2E5B6CE/9d129c74d17b811044b20af500287ab692e53510/5d4d459c-119f-4cc2-a3fa-a3391c785487.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210608%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210608T085550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=081e30d4908f72f2bdbf084e4af61fce2b59961959f9577df269ed6248fed61b 08:55:50 % Total % Received % Xferd Average Speed Time Time Time Current 08:55:50 Dload Upload Total Spent Left Speed 08:55:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27253 0 0 100 27253 0 81069 --:--:-- --:--:-- --:--:-- 80869 08:55:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9d129c74d17b811044b20af500287ab692e53510 [Pipeline] } 08:55:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:55:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:55:53 ---> package-listing.sh 08:55:53 ++ facter osfamily 08:55:53 ++ tr '[:upper:]' '[:lower:]' 08:55:53 + OS_FAMILY=redhat 08:55:53 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-628 08:55:53 + START_PACKAGES=/tmp/packages_start.txt 08:55:53 + END_PACKAGES=/tmp/packages_end.txt 08:55:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:55:53 + PACKAGES=/tmp/packages_start.txt 08:55:53 + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' 08:55:53 + PACKAGES=/tmp/packages_end.txt 08:55:53 + case "${OS_FAMILY}" in 08:55:53 + sort 08:55:53 + rpm -qa 08:55:54 + '[' -f /tmp/packages_start.txt ']' 08:55:54 + '[' -f /tmp/packages_end.txt ']' 08:55:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:55:54 + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' 08:55:54 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ 08:55:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ [Pipeline] echo 08:55:54 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-628/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:55:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:55:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:55:55 08:55:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:55:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:55:55 alpine: Pulling from edgex-lftools-log-publisher 08:55:55 df20fa9351a1: Pulling fs layer 08:55:55 36b3adc4ff6f: Pulling fs layer 08:55:55 8ad3a11d3b57: Pulling fs layer 08:55:55 46f8f816bc3b: Pulling fs layer 08:55:55 93b61091891f: Pulling fs layer 08:55:55 93b9cdb0e59b: Pulling fs layer 08:55:55 5e14af77c1be: Pulling fs layer 08:55:55 01666e4c0597: Pulling fs layer 08:55:55 aa168da1d23b: Pulling fs layer 08:55:55 93b9cdb0e59b: Waiting 08:55:55 5e14af77c1be: Waiting 08:55:55 01666e4c0597: Waiting 08:55:55 aa168da1d23b: Waiting 08:55:55 93b61091891f: Waiting 08:55:55 46f8f816bc3b: Waiting 08:55:55 36b3adc4ff6f: Verifying Checksum 08:55:55 36b3adc4ff6f: Download complete 08:55:55 46f8f816bc3b: Verifying Checksum 08:55:55 46f8f816bc3b: Download complete 08:55:56 df20fa9351a1: Verifying Checksum 08:55:56 df20fa9351a1: Download complete 08:55:56 93b9cdb0e59b: Verifying Checksum 08:55:56 93b9cdb0e59b: Download complete 08:55:56 93b61091891f: Verifying Checksum 08:55:56 93b61091891f: Download complete 08:55:56 5e14af77c1be: Verifying Checksum 08:55:56 5e14af77c1be: Download complete 08:55:56 01666e4c0597: Verifying Checksum 08:55:56 01666e4c0597: Download complete 08:55:56 df20fa9351a1: Pull complete 08:55:56 8ad3a11d3b57: Verifying Checksum 08:55:56 8ad3a11d3b57: Download complete 08:55:56 36b3adc4ff6f: Pull complete 08:55:56 8ad3a11d3b57: Pull complete 08:55:56 46f8f816bc3b: Pull complete 08:55:57 93b61091891f: Pull complete 08:55:57 93b9cdb0e59b: Pull complete 08:55:57 5e14af77c1be: Pull complete 08:55:57 01666e4c0597: Pull complete 08:55:57 aa168da1d23b: Verifying Checksum 08:55:57 aa168da1d23b: Download complete 08:56:02 aa168da1d23b: Pull complete 08:56:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:56:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:56:02 prd-centos7-docker-4c-2g-884 does not seem to be running inside a container 08:56:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-628/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-628 -v /w/workspace/dry_go-mod-core-contracts_PR-628:/w/workspace/dry_go-mod-core-contracts_PR-628:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-628@tmp:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:56:04 $ docker top 2b0a01533f4dc0ffa0a62241dc0070e73a453582b229538828fdb419f49af480 -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:04 + touch /tmp/pre-build-complete [Pipeline] sh 08:56:04 + mkdir -p /var/log/sa [Pipeline] sh 08:56:05 + ls /var/log/sa-host 08:56:05 + sadf -c /var/log/sa-host/sa05 08:56:05 file_magic: OK 08:56:05 HZ: Using current value: 100 08:56:05 file_header: OK 08:56:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:56:05 Statistics: 08:56:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:56:05 File successfully converted to sysstat format version 12.2.1 08:56:05 + sadf -c /var/log/sa-host/sa08 08:56:05 file_magic: OK 08:56:05 HZ: Using current value: 100 08:56:05 file_header: OK 08:56:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:56:05 Statistics: 08:56:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:56:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:56:05 provisioning config files... 08:56:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config2274451110185103950tmp [Pipeline] { [Pipeline] echo 08:56:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:56:06 ---> create-netrc.sh [Pipeline] } 08:56:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:56:06 ---> python-tools-install.sh [Pipeline] echo 08:56:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:56:06 ---> sudo-logs.sh 08:56:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:56:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:56:07 ---> job-cost.sh 08:56:07 lf-activate-venv: SKIPPING 08:56:07 DEBUG: total: 0.05999999865889549 08:56:07 INFO: Retrieving Stack Cost... 08:56:08 INFO: Retrieving Pricing Info for: v3-standard-2 08:56:08 INFO: Archiving Costs [Pipeline] echo 08:56:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:56:09 ---> logs-deploy.sh 08:56:09 lf-activate-venv: SKIPPING 08:56:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-628/3 08:56:09 INFO: archiving workspace using pattern(s): 08:56:10 Archives upload complete. 08:56:10 INFO: archiving logs to Nexus 08:56:10 ---> uname -a: 08:56:10 Linux prd-centos7-docker-4c-2g-884.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 08:56:10 08:56:10 08:56:10 ---> lscpu: 08:56:10 Architecture: x86_64 08:56:10 CPU op-mode(s): 32-bit, 64-bit 08:56:10 Byte Order: Little Endian 08:56:10 Address sizes: 40 bits physical, 48 bits virtual 08:56:10 CPU(s): 2 08:56:10 On-line CPU(s) list: 0,1 08:56:10 Thread(s) per core: 1 08:56:10 Core(s) per socket: 1 08:56:10 Socket(s): 2 08:56:10 NUMA node(s): 1 08:56:10 Vendor ID: AuthenticAMD 08:56:10 CPU family: 23 08:56:10 Model: 49 08:56:10 Model name: AMD EPYC-Rome Processor 08:56:10 Stepping: 0 08:56:10 CPU MHz: 2800.000 08:56:10 BogoMIPS: 5600.00 08:56:10 Virtualization: AMD-V 08:56:10 Hypervisor vendor: KVM 08:56:10 Virtualization type: full 08:56:10 L1d cache: 64 KiB 08:56:10 L1i cache: 64 KiB 08:56:10 L2 cache: 1 MiB 08:56:10 L3 cache: 32 MiB 08:56:10 NUMA node0 CPU(s): 0,1 08:56:10 Vulnerability Itlb multihit: Not affected 08:56:10 Vulnerability L1tf: Not affected 08:56:10 Vulnerability Mds: Not affected 08:56:10 Vulnerability Meltdown: Not affected 08:56:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:56:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:56:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:56:10 Vulnerability Srbds: Not affected 08:56:10 Vulnerability Tsx async abort: Not affected 08:56:10 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 08:56:10 08:56:10 08:56:10 ---> nproc: 08:56:10 2 08:56:10 08:56:10 08:56:10 ---> df -h: 08:56:10 Filesystem Size Used Available Use% Mounted on 08:56:10 overlay 40.0G 7.2G 32.8G 18% / 08:56:10 tmpfs 64.0M 0 64.0M 0% /dev 08:56:10 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 08:56:10 shm 64.0M 0 64.0M 0% /dev/shm 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /facter-os 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/resolv.conf 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hostname 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hosts 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/auth.log 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /run/cloud-init/result.json 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/dry_go-mod-core-contracts_PR-628 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/dry_go-mod-core-contracts_PR-628@tmp 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/sa-host 08:56:10 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/secure 08:56:10 08:56:10 08:56:10 ---> free -m: 08:56:10 total used free shared buff/cache available 08:56:10 Mem: 7821 980 4742 0 2098 6663 08:56:10 Swap: 1023 0 1023 08:56:10 08:56:10 08:56:10 ---> ip addr: 08:56:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:56:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:56:10 inet 127.0.0.1/8 scope host lo 08:56:10 valid_lft forever preferred_lft forever 08:56:10 inet6 ::1/128 scope host 08:56:10 valid_lft forever preferred_lft forever 08:56:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:56:10 link/ether fa:16:3e:39:c2:5e brd ff:ff:ff:ff:ff:ff 08:56:10 inet 10.30.122.125/23 brd 10.30.123.255 scope global dynamic eth0 08:56:10 valid_lft 85436sec preferred_lft 85436sec 08:56:10 inet6 fe80::f816:3eff:fe39:c25e/64 scope link 08:56:10 valid_lft forever preferred_lft forever 08:56:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:56:10 link/ether 02:42:7b:d2:d1:36 brd ff:ff:ff:ff:ff:ff 08:56:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:56:10 valid_lft forever preferred_lft forever 08:56:10 inet6 fe80::42:7bff:fed2:d136/64 scope link 08:56:10 valid_lft forever preferred_lft forever 08:56:10 08:56:10 08:56:10 ---> sar -b -r -n DEV: 08:56:10 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/08/21 _x86_64_ (2 CPU) 08:56:10 08:56:10 08:39:55 LINUX RESTART (2 CPU) 08:56:10 08:56:10 08:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:56:10 08:42:01 1.68 0.00 1.68 0.00 0.00 39.20 0.00 08:56:10 08:43:01 0.40 0.00 0.40 0.00 0.00 5.71 0.00 08:56:10 08:44:01 0.30 0.00 0.30 0.00 0.00 3.91 0.00 08:56:10 08:45:01 0.25 0.00 0.25 0.00 0.00 3.46 0.00 08:56:10 08:46:01 0.30 0.00 0.30 0.00 0.00 4.43 0.00 08:56:10 08:47:01 0.32 0.00 0.32 0.00 0.00 3.33 0.00 08:56:10 08:48:01 0.20 0.00 0.20 0.00 0.00 2.90 0.00 08:56:10 08:49:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 08:56:10 08:50:01 0.33 0.00 0.33 0.00 0.00 5.41 0.00 08:56:10 08:51:01 0.20 0.00 0.20 0.00 0.00 1.67 0.00 08:56:10 08:52:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 08:56:10 08:53:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 08:56:10 08:54:01 0.52 0.00 0.52 0.00 0.00 6.13 0.00 08:56:10 08:55:01 0.80 0.15 0.65 0.00 4.80 8.46 0.00 08:56:10 08:56:01 8.26 0.13 8.13 0.00 13.72 356.89 0.00 08:56:10 Average: 0.95 0.02 0.94 0.00 1.23 29.98 0.00 08:56:10 08:56:10 08:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:56:10 08:42:01 5457600 0 807532 10.08 2620 1741188 1197512 13.22 579160 1572340 20 08:56:10 08:43:01 5457684 0 807440 10.08 2620 1741196 1197512 13.22 579788 1571608 8 08:56:10 08:44:01 5454664 0 810460 10.12 2620 1741196 1197800 13.22 582552 1571608 8 08:56:10 08:45:01 5456964 0 808156 10.09 2620 1741200 1197512 13.22 573024 1579440 8 08:56:10 08:46:01 5457072 0 808040 10.09 2620 1741208 1197620 13.22 573688 1579440 8 08:56:10 08:47:01 5455740 0 809372 10.11 2620 1741208 1197512 13.22 574128 1579440 8 08:56:10 08:48:01 5453896 0 811204 10.13 2620 1741220 1197560 13.22 576344 1579440 20 08:56:10 08:49:01 5442104 0 822992 10.28 2620 1741224 1197584 13.22 588164 1579440 8 08:56:10 08:50:01 5442320 0 822772 10.27 2620 1741228 1197512 13.22 589812 1577456 8 08:56:10 08:51:01 5441496 0 823592 10.28 2620 1741232 1197620 13.22 590588 1577456 12 08:56:10 08:52:01 5441340 0 823744 10.29 2620 1741236 1197632 13.22 597916 1570204 8 08:56:10 08:53:01 5442252 0 822828 10.27 2620 1741240 1197512 13.22 597200 1570200 8 08:56:10 08:54:01 5442152 0 822924 10.28 2620 1741244 1197512 13.22 596604 1570680 20 08:56:10 08:55:01 5441364 0 823708 10.28 2620 1741248 1197656 13.22 597428 1570680 8 08:56:10 08:56:01 4920856 0 939380 11.73 2620 2146084 1393860 15.39 787380 1834436 403848 08:56:10 Average: 5413834 0 824276 10.29 2620 1768210 1210661 13.37 598918 1592258 26933 08:56:10 08:56:10 08:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:56:10 08:42:01 eth0 0.82 0.10 0.07 0.03 0.00 0.00 0.00 0.00 08:56:10 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:43:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:56:10 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:44:01 eth0 4.31 1.88 3.32 0.30 0.00 0.00 0.00 0.00 08:56:10 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:56:10 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:46:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:56:10 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:47:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:56:10 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:48:01 eth0 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:56:10 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:49:01 eth0 0.22 0.17 0.12 0.07 0.00 0.00 0.00 0.00 08:56:10 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:56:10 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:51:01 eth0 0.32 0.23 0.14 0.08 0.00 0.00 0.00 0.00 08:56:10 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:52:01 eth0 0.22 0.18 0.12 0.07 0.00 0.00 0.00 0.00 08:56:10 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:53:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:56:10 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:54:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:56:10 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:55:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 08:56:10 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:56:01 eth0 217.15 191.91 2171.36 18.97 0.00 0.00 0.00 0.00 08:56:10 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 Average: eth0 15.01 13.04 145.08 1.32 0.00 0.00 0.00 0.00 08:56:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:10 08:56:10 08:56:10 ---> sar -P ALL: 08:56:10 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/08/21 _x86_64_ (2 CPU) 08:56:10 08:56:10 08:39:55 LINUX RESTART (2 CPU) 08:56:10 08:56:10 08:41:01 CPU %user %nice %system %iowait %steal %idle 08:56:10 08:42:01 all 0.10 0.00 0.04 0.00 0.04 99.82 08:56:10 08:42:01 0 0.15 0.00 0.05 0.00 0.05 99.75 08:56:10 08:42:01 1 0.05 0.00 0.03 0.00 0.03 99.88 08:56:10 08:43:01 all 0.05 0.00 0.03 0.00 0.03 99.90 08:56:10 08:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:56:10 08:43:01 1 0.07 0.00 0.03 0.00 0.03 99.87 08:56:10 08:44:01 all 0.13 0.00 0.04 0.00 0.03 99.81 08:56:10 08:44:01 0 0.18 0.00 0.05 0.00 0.03 99.73 08:56:10 08:44:01 1 0.07 0.00 0.03 0.00 0.02 99.88 08:56:10 08:45:01 all 0.14 0.00 0.25 0.00 0.04 99.57 08:56:10 08:45:01 0 0.22 0.00 0.32 0.00 0.05 99.42 08:56:10 08:45:01 1 0.07 0.00 0.18 0.00 0.03 99.72 08:56:10 08:46:01 all 0.10 0.00 0.03 0.00 0.02 99.86 08:56:10 08:46:01 0 0.18 0.00 0.03 0.00 0.02 99.77 08:56:10 08:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:56:10 08:47:01 all 0.11 0.00 0.02 0.00 0.03 99.85 08:56:10 08:47:01 0 0.18 0.00 0.02 0.00 0.03 99.77 08:56:10 08:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:56:10 08:48:01 all 0.12 0.00 0.03 0.00 0.03 99.82 08:56:10 08:48:01 0 0.20 0.00 0.02 0.00 0.03 99.75 08:56:10 08:48:01 1 0.03 0.00 0.05 0.00 0.02 99.90 08:56:10 08:49:01 all 0.09 0.00 0.03 0.00 0.03 99.86 08:56:10 08:49:01 0 0.17 0.00 0.02 0.00 0.02 99.80 08:56:10 08:49:01 1 0.02 0.00 0.03 0.00 0.03 99.92 08:56:10 08:50:01 all 0.12 0.00 0.03 0.00 0.03 99.83 08:56:10 08:50:01 0 0.20 0.00 0.03 0.00 0.03 99.73 08:56:10 08:50:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:56:10 08:51:01 all 0.09 0.00 0.03 0.00 0.03 99.86 08:56:10 08:51:01 0 0.07 0.00 0.02 0.00 0.02 99.90 08:56:10 08:51:01 1 0.12 0.00 0.03 0.00 0.03 99.82 08:56:10 08:52:01 all 0.04 0.00 0.03 0.00 0.03 99.91 08:56:10 08:52:01 0 0.05 0.00 0.03 0.00 0.03 99.88 08:56:10 08:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:56:10 08:56:10 08:52:01 CPU %user %nice %system %iowait %steal %idle 08:56:10 08:53:01 all 0.04 0.00 0.03 0.00 0.03 99.91 08:56:10 08:53:01 0 0.00 0.00 0.02 0.00 0.03 99.95 08:56:10 08:53:01 1 0.08 0.00 0.03 0.00 0.02 99.87 08:56:10 08:54:01 all 0.10 0.00 0.02 0.00 0.03 99.85 08:56:10 08:54:01 0 0.05 0.00 0.02 0.00 0.05 99.88 08:56:10 08:54:01 1 0.15 0.00 0.02 0.00 0.02 99.82 08:56:10 08:55:01 all 0.13 0.00 0.03 0.00 0.03 99.82 08:56:10 08:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:56:10 08:55:01 1 0.22 0.00 0.05 0.00 0.03 99.70 08:56:10 08:56:01 all 7.17 0.00 2.57 0.03 0.04 90.19 08:56:10 08:56:01 0 7.96 0.00 2.62 0.05 0.03 89.34 08:56:10 08:56:01 1 6.38 0.00 2.52 0.02 0.05 91.03 08:56:10 Average: all 0.56 0.00 0.21 0.00 0.03 99.20 08:56:10 Average: 0 0.64 0.00 0.22 0.00 0.03 99.11 08:56:10 Average: 1 0.49 0.00 0.20 0.00 0.03 99.28 08:56:10 08:56:10 08:56:10