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 [2021-06-08T08:40:38.615Z] 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 [2021-06-08T08:40:38.715Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-08T08:40:38.747Z] ========================================================= [2021-06-08T08:40:38.747Z] EdgeX Global Pipelines Version Info [2021-06-08T08:40:38.747Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-08T08:40:40.295Z] ------------------- [2021-06-08T08:40:40.296Z] stable info: [2021-06-08T08:40:40.296Z] ------------------- [2021-06-08T08:40:40.296Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-08T08:40:40.296Z] Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd [2021-06-08T08:40:40.296Z] Message: update stable to v1.0.193 [2021-06-08T08:40:40.894Z] ------------------- [2021-06-08T08:40:40.894Z] experimental info: [2021-06-08T08:40:40.894Z] ------------------- [2021-06-08T08:40:40.894Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-08T08:40:40.894Z] Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd [2021-06-08T08:40:40.894Z] Message: update experimental to v1.0.193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-08T08:40:41.028Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-06-08T08:40:41.054Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-06-08T08:40:41.081Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-08T08:40:41.110Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-08T08:40:41.137Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-08T08:40:41.165Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-08T08:40:41.191Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-08T08:40:41.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-08T08:40:41.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-08T08:40:41.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-08T08:40:41.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-08T08:40:41.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo [2021-06-08T08:40:41.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-08T08:40:41.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-08T08:40:41.401Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-06-08T08:40:41.426Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-06-08T08:40:41.454Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-08T08:40:41.480Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-08T08:40:41.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-08T08:40:41.532Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-08T08:40:41.557Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-08T08:40:41.582Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-08T08:40:41.612Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-08T08:40:41.637Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-08T08:40:41.661Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-06-08T08:40:41.687Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-08T08:40:41.712Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-628 [Pipeline] echo [2021-06-08T08:40:41.737Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-628 [Pipeline] echo [2021-06-08T08:40:41.762Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-628 [Pipeline] echo [2021-06-08T08:40:41.787Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9d129c74d17b811044b20af500287ab692e53510 [Pipeline] echo [2021-06-08T08:40:41.840Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9d129c7 [Pipeline] echo [2021-06-08T08:40:41.866Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T08:40:42.350Z] + git log --format=format:%s -1 9d129c74d17b811044b20af500287ab692e53510 [Pipeline] echo [2021-06-08T08:40:42.389Z] GIT_COMMIT: 9d129c74d17b811044b20af500287ab692e53510, Commit Message: Merge commit '28858e1a00223f131b6314f62cafbd60f8376407' into HEAD [Pipeline] echo [2021-06-08T08:40:42.404Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:40:46.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T08:40:46.859Z] [2021-06-08T08:40:46.859Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:40:47.189Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T08:40:47.189Z] latest: Pulling from edgex-devops/git-semver [2021-06-08T08:40:47.189Z] 31603596830f: Pulling fs layer [2021-06-08T08:40:47.189Z] 54011a49482f: Pulling fs layer [2021-06-08T08:40:47.189Z] a6820b24f6d8: Pulling fs layer [2021-06-08T08:40:47.189Z] f581987b2513: Pulling fs layer [2021-06-08T08:40:47.189Z] f581987b2513: Waiting [2021-06-08T08:40:47.189Z] 54011a49482f: Verifying Checksum [2021-06-08T08:40:47.189Z] 54011a49482f: Download complete [2021-06-08T08:40:47.189Z] 31603596830f: Verifying Checksum [2021-06-08T08:40:47.189Z] 31603596830f: Download complete [2021-06-08T08:40:47.453Z] a6820b24f6d8: Verifying Checksum [2021-06-08T08:40:47.453Z] a6820b24f6d8: Download complete [2021-06-08T08:40:47.453Z] f581987b2513: Verifying Checksum [2021-06-08T08:40:47.453Z] f581987b2513: Download complete [2021-06-08T08:40:47.453Z] 31603596830f: Pull complete [2021-06-08T08:40:47.718Z] 54011a49482f: Pull complete [2021-06-08T08:40:48.304Z] a6820b24f6d8: Pull complete [2021-06-08T08:40:48.304Z] f581987b2513: Pull complete [2021-06-08T08:40:48.565Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-08T08:40:48.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T08:40:48.565Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-08T08:40:48.651Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2021-06-08T08:40:48.704Z] $ 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 [2021-06-08T08:40:49.689Z] $ docker top 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-08T08:40:49.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-08T08:40:49.829Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-08T08:40:49.941Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-08T08:40:49.942Z] $ docker exec 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 ssh-agent [2021-06-08T08:40:50.059Z] SSH_AUTH_SOCK=/tmp/ssh-gRIl3vbwWAXS/agent.13 [2021-06-08T08:40:50.059Z] SSH_AGENT_PID=18 [2021-06-08T08:40:50.067Z] Running ssh-add (command line suppressed) [2021-06-08T08:40:50.170Z] 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) [2021-06-08T08:40:50.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-08T08:40:50.495Z] + git tag --points-at HEAD [Pipeline] } [2021-06-08T08:40:50.512Z] $ docker exec --env ******** --env ******** 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 ssh-agent -k [2021-06-08T08:40:50.605Z] unset SSH_AUTH_SOCK; [2021-06-08T08:40:50.606Z] unset SSH_AGENT_PID; [2021-06-08T08:40:50.606Z] echo Agent pid 18 killed; [2021-06-08T08:40:50.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-08T08:40:50.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-08T08:40:50.671Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-08T08:40:50.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-08T08:40:50.793Z] $ docker exec 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 ssh-agent [2021-06-08T08:40:50.899Z] SSH_AUTH_SOCK=/tmp/ssh-3uHp4ectKSg7/agent.50 [2021-06-08T08:40:50.899Z] SSH_AGENT_PID=56 [2021-06-08T08:40:50.904Z] Running ssh-add (command line suppressed) [2021-06-08T08:40:50.993Z] 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) [2021-06-08T08:40:51.011Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-08T08:40:51.310Z] + git semver init [2021-06-08T08:40:51.311Z] # -> Open(): unable to determine branch for HEAD [2021-06-08T08:40:51.311Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.git [2021-06-08T08:40:51.311Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-628 [2021-06-08T08:40:51.311Z] # $SEMVER_REMOTE_NAME = origin [2021-06-08T08:40:51.311Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-08T08:40:51.311Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-08T08:40:51.311Z] # $SEMVER_BRANCH = PR-628 [2021-06-08T08:40:51.311Z] # $SEMVER_TEMP = /tmp/semver-253977689 [2021-06-08T08:40:51.311Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-06-08T08:40:51.885Z] # '/tmp/semver-253977689' -> '/w/workspace/dry_go-mod-core-contracts_PR-628/.semver' [2021-06-08T08:40:51.885Z] # -> Force: false [2021-06-08T08:40:51.885Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.semver [Pipeline] } [2021-06-08T08:40:51.892Z] $ docker exec --env ******** --env ******** 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 ssh-agent -k [2021-06-08T08:40:51.980Z] unset SSH_AUTH_SOCK; [2021-06-08T08:40:51.981Z] unset SSH_AGENT_PID; [2021-06-08T08:40:51.981Z] echo Agent pid 56 killed; [2021-06-08T08:40:51.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-08T08:40:52.335Z] + git semver [Pipeline] } [2021-06-08T08:40:52.346Z] $ docker stop --time=1 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 [2021-06-08T08:40:53.641Z] $ docker rm -f 08b5f8476b82fe6fdc40f96037d0295fb469b4a840a139b26c513ab7c33c88e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T08:40:54.019Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-08T08:40:54.286Z] Stashed 1 file(s) [Pipeline] echo [2021-06-08T08:40:54.290Z] [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 [2021-06-08T08:41:09.571Z] Still waiting to schedule task [2021-06-08T08:41:09.572Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-08T08:41:09.574Z] Still waiting to schedule task [2021-06-08T08:41:09.574Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-882’ is offline [2021-06-08T08:43:04.689Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-885 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws [2021-06-08T08:43:04.714Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-06-08T08:43:04.936Z] Selected Git installation does not exist. Using Default [2021-06-08T08:43:04.936Z] The recommended git tool is: NONE [2021-06-08T08:43:10.718Z] using credential edgex-jenkins-ssh [2021-06-08T08:43:10.738Z] Cloning the remote Git repository [2021-06-08T08:43:10.786Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-06-08T08:43:10.925Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-06-08T08:43:11.033Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-06-08T08:43:11.034Z] > git --version # timeout=10 [2021-06-08T08:43:11.055Z] > git --version # 'git version 2.17.1' [2021-06-08T08:43:11.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T08:43:11.146Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T08:43:13.095Z] Merging remotes/origin/master commit 28858e1a00223f131b6314f62cafbd60f8376407 into PR head commit 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 [2021-06-08T08:43:13.487Z] Merge succeeded, producing b9ed8c8e9915e88298181cb9f35e30cce685a073 [2021-06-08T08:43:13.488Z] Checking out Revision b9ed8c8e9915e88298181cb9f35e30cce685a073 (PR-628) [2021-06-08T08:43:12.389Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-06-08T08:43:12.419Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T08:43:12.443Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-06-08T08:43:12.475Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-06-08T08:43:12.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T08:43:12.491Z] > 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 [2021-06-08T08:43:13.113Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T08:43:13.131Z] > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 [2021-06-08T08:43:13.279Z] > git remote # timeout=10 [2021-06-08T08:43:13.299Z] > git config --get remote.origin.url # timeout=10 [2021-06-08T08:43:13.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T08:43:13.325Z] > git merge 28858e1a00223f131b6314f62cafbd60f8376407 # timeout=10 [2021-06-08T08:43:13.466Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-08T08:43:13.493Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T08:43:13.502Z] > git checkout -f b9ed8c8e9915e88298181cb9f35e30cce685a073 # timeout=10 [2021-06-08T08:43:17.809Z] Commit message: "Merge commit '28858e1a00223f131b6314f62cafbd60f8376407' into HEAD" [2021-06-08T08:43:17.836Z] First time build. Skipping changelog. [2021-06-08T08:43:17.816Z] > git rev-list --no-walk 7d41161b9ddd9358a559308ff85aeb012da2bd43 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T08:43:19.276Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-08T08:43:19.698Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-08T08:43:20.048Z] + sudo service docker restart+ [2021-06-08T08:43:20.048Z] true [Pipeline] unstash [Pipeline] echo [2021-06-08T08:43:38.707Z] ========================================================= [2021-06-08T08:43:38.707Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-08T08:43:38.707Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:43:39.058Z] + 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 . [2021-06-08T08:43:40.044Z] Sending build context to Docker daemon 3.309MB [2021-06-08T08:43:40.044Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-06-08T08:43:40.044Z] Step 2/7 : FROM ${BASE} [2021-06-08T08:43:40.644Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-08T08:43:40.644Z] 595b0fe564bb: Pulling fs layer [2021-06-08T08:43:40.644Z] 7186ed65a4f7: Pulling fs layer [2021-06-08T08:43:40.644Z] 316046926c0a: Pulling fs layer [2021-06-08T08:43:40.644Z] 4ebd0625c992: Pulling fs layer [2021-06-08T08:43:40.644Z] 207e8628e3a3: Pulling fs layer [2021-06-08T08:43:40.644Z] c791037a9be2: Pulling fs layer [2021-06-08T08:43:40.644Z] 4ebd0625c992: Waiting [2021-06-08T08:43:40.644Z] 207e8628e3a3: Waiting [2021-06-08T08:43:40.644Z] ffd874e62e21: Pulling fs layer [2021-06-08T08:43:40.644Z] c791037a9be2: Waiting [2021-06-08T08:43:40.644Z] ffd874e62e21: Waiting [2021-06-08T08:43:40.644Z] 316046926c0a: Verifying Checksum [2021-06-08T08:43:40.644Z] 316046926c0a: Download complete [2021-06-08T08:43:40.920Z] 7186ed65a4f7: Verifying Checksum [2021-06-08T08:43:40.920Z] 7186ed65a4f7: Download complete [2021-06-08T08:43:40.920Z] 207e8628e3a3: Download complete [2021-06-08T08:43:40.920Z] c791037a9be2: Verifying Checksum [2021-06-08T08:43:40.920Z] c791037a9be2: Download complete [2021-06-08T08:43:40.920Z] 595b0fe564bb: Verifying Checksum [2021-06-08T08:43:40.920Z] 595b0fe564bb: Download complete [2021-06-08T08:43:41.518Z] 595b0fe564bb: Pull complete [2021-06-08T08:43:42.124Z] 7186ed65a4f7: Pull complete [2021-06-08T08:43:42.731Z] 316046926c0a: Pull complete [2021-06-08T08:43:43.343Z] ffd874e62e21: Verifying Checksum [2021-06-08T08:43:43.343Z] ffd874e62e21: Download complete [2021-06-08T08:43:44.781Z] 4ebd0625c992: Download complete [2021-06-08T08:43:54.974Z] 4ebd0625c992: Pull complete [2021-06-08T08:43:55.249Z] 207e8628e3a3: Pull complete [2021-06-08T08:43:55.845Z] c791037a9be2: Pull complete [2021-06-08T08:43:59.274Z] ffd874e62e21: Pull complete [2021-06-08T08:43:59.274Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-08T08:43:59.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-08T08:43:59.274Z] ---> cfc18b08335c [2021-06-08T08:43:59.274Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-06-08T08:44:01.274Z] ---> Running in 9419c76fd703 [2021-06-08T08:44:01.552Z] Removing intermediate container 9419c76fd703 [2021-06-08T08:44:01.552Z] ---> 52b9cf85b5e6 [2021-06-08T08:44:01.552Z] Step 4/7 : RUN apk add bash [2021-06-08T08:44:01.552Z] ---> Running in e9c5b8cfd246 [2021-06-08T08:44:03.027Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T08:44:04.001Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T08:44:04.985Z] OK: 138 MiB in 40 packages [2021-06-08T08:44:06.429Z] Removing intermediate container e9c5b8cfd246 [2021-06-08T08:44:06.429Z] ---> 224a671d6eaa [2021-06-08T08:44:06.429Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-06-08T08:44:06.429Z] ---> Running in ccf3fc1e56d5 [2021-06-08T08:44:06.703Z] Removing intermediate container ccf3fc1e56d5 [2021-06-08T08:44:06.704Z] ---> d9d7c48ddee0 [2021-06-08T08:44:06.704Z] Step 6/7 : COPY go.mod . [2021-06-08T08:44:07.709Z] ---> 909bc2f3e01e [2021-06-08T08:44:07.709Z] Step 7/7 : RUN go mod download [2021-06-08T08:44:07.709Z] ---> Running in 4c3cfad97022 [2021-06-08T08:44:26.037Z] Removing intermediate container 4c3cfad97022 [2021-06-08T08:44:26.038Z] ---> 7f563b2b225a [2021-06-08T08:44:26.038Z] Successfully built 7f563b2b225a [2021-06-08T08:44:26.038Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:44:26.402Z] + docker inspect -f . ci-base-image-arm64 [2021-06-08T08:44:26.403Z] . [Pipeline] withDockerContainer [2021-06-08T08:44:26.845Z] prd-ubuntu18.04-docker-arm64-4c-16g-885 does not seem to be running inside a container [2021-06-08T08:44:26.972Z] $ 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 [2021-06-08T08:44:28.698Z] $ docker top 2fbd8dd77f252971f5db6c7321b4d12a493063eb6211c16aa117275499f36467 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T08:44:29.833Z] + go version [2021-06-08T08:44:29.834Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-08T08:44:29.856Z] $ docker stop --time=1 2fbd8dd77f252971f5db6c7321b4d12a493063eb6211c16aa117275499f36467 [2021-06-08T08:44:31.646Z] $ docker rm -f 2fbd8dd77f252971f5db6c7321b4d12a493063eb6211c16aa117275499f36467 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:44:32.360Z] + docker inspect -f . ci-base-image-arm64 [2021-06-08T08:44:32.361Z] . [Pipeline] withDockerContainer [2021-06-08T08:44:32.622Z] prd-ubuntu18.04-docker-arm64-4c-16g-885 does not seem to be running inside a container [2021-06-08T08:44:32.703Z] $ 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 [2021-06-08T08:44:34.295Z] $ docker top eec28d9397bdd34586355ee0787ba3b0ab5200879e086899235cda694cfdfa0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T08:44:35.202Z] + go mod tidy [Pipeline] sh [2021-06-08T08:44:36.145Z] + make test [2021-06-08T08:44:36.145Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-06-08T08:45:03.011Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-06-08T08:45:03.011Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.058s coverage: 85.7% of statements [2021-06-08T08:45:03.011Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.042s coverage: 100.0% of statements [2021-06-08T08:45:03.011Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.063s coverage: 45.4% of statements [2021-06-08T08:45:03.329Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.028s coverage: 77.8% of statements [2021-06-08T08:45:03.329Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-06-08T08:45:06.739Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.015s coverage: 26.3% of statements [2021-06-08T08:45:06.740Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.082s coverage: 14.7% of statements [2021-06-08T08:45:06.740Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements [2021-06-08T08:45:06.740Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.070s coverage: 91.8% of statements [2021-06-08T08:45:06.740Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-06-08T08:45:06.740Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-06-08T08:45:06.740Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.033s coverage: 100.0% of statements [2021-06-08T08:45:07.742Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.040s coverage: 35.5% of statements [2021-06-08T08:45:13.172Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.201s coverage: 63.0% of statements [2021-06-08T08:45:13.172Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements [2021-06-08T08:45:13.172Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-06-08T08:45:13.172Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.012s coverage: 15.4% of statements [2021-06-08T08:45:13.172Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.044s coverage: 14.3% of statements [2021-06-08T08:45:13.783Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-06-08T08:45:13.783Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-06-08T08:45:20.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.338s coverage: 83.2% of statements [2021-06-08T08:45:20.509Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-06-08T08:45:20.509Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-06-08T08:45:20.509Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-06-08T08:45:20.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.094s coverage: 45.5% of statements [2021-06-08T08:45:20.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.060s coverage: 90.0% of statements [2021-06-08T08:45:21.106Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.200s coverage: 86.2% of statements [2021-06-08T08:45:21.106Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.068s coverage: 59.5% of statements [2021-06-08T08:45:22.087Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.032s coverage: 58.2% of statements [2021-06-08T08:45:22.088Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-06-08T08:45:44.301Z] gofmt -l . [2021-06-08T08:45:44.301Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-06-08T08:45:44.322Z] $ docker stop --time=1 eec28d9397bdd34586355ee0787ba3b0ab5200879e086899235cda694cfdfa0f [2021-06-08T08:45:46.351Z] $ docker rm -f eec28d9397bdd34586355ee0787ba3b0ab5200879e086899235cda694cfdfa0f [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T08:45:47.222Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-08T08:45:47.894Z] 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 [2021-06-08T08:45:48.662Z] ---> job-cost.sh [2021-06-08T08:45:48.663Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EjZa [2021-06-08T08:46:27.643Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-08T08:47:49.389Z] lf-activate-venv(): INFO: Adding /tmp/venv-EjZa/bin to PATH [2021-06-08T08:47:49.389Z] INFO: No Stack... [2021-06-08T08:47:49.389Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-08T08:47:49.389Z] INFO: Archiving Costs [Pipeline] sh [2021-06-08T08:47:49.734Z] + cut -d, -f6 [2021-06-08T08:47:49.734Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [Pipeline] lock [2021-06-08T08:47:49.915Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] [2021-06-08T08:47:49.926Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] did not exist. Created. [2021-06-08T08:47:49.926Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-08T08:47:50.425Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-08T08:47:50.660Z] Stashed 1 file(s) [Pipeline] } [2021-06-08T08:47:50.669Z] 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] } [2021-06-08T08:54:05.808Z] Running on prd-centos7-docker-4c-2g-887 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws [2021-06-08T08:54:05.832Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-06-08T08:54:05.950Z] Selected Git installation does not exist. Using Default [2021-06-08T08:54:05.950Z] The recommended git tool is: NONE [2021-06-08T08:54:08.381Z] using credential edgex-jenkins-ssh [2021-06-08T08:54:08.409Z] Cloning the remote Git repository [2021-06-08T08:54:07.807Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-06-08T08:54:07.884Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-06-08T08:54:07.929Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-06-08T08:54:07.929Z] > git --version # timeout=10 [2021-06-08T08:54:07.941Z] > git --version # 'git version 2.24.4' [2021-06-08T08:54:07.942Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T08:54:07.968Z] [INFO] Currently running in a labeled security context [2021-06-08T08:54:07.968Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T08:54:07.968Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh5815529297396868981.key [2021-06-08T08:54:07.982Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T08:54:09.678Z] Merging remotes/origin/master commit 28858e1a00223f131b6314f62cafbd60f8376407 into PR head commit 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 [2021-06-08T08:54:09.806Z] Merge succeeded, producing 60700f6f9eb379d329c76313ae8d53867731ada2 [2021-06-08T08:54:09.807Z] Checking out Revision 60700f6f9eb379d329c76313ae8d53867731ada2 (PR-628) [2021-06-08T08:54:08.673Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-06-08T08:54:08.680Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T08:54:08.698Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-06-08T08:54:08.711Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-06-08T08:54:08.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T08:54:08.712Z] [INFO] Currently running in a labeled security context [2021-06-08T08:54:08.712Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T08:54:08.713Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh1382243584485494968.key [2021-06-08T08:54:08.721Z] > 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 [2021-06-08T08:54:09.171Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T08:54:09.184Z] > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 [2021-06-08T08:54:09.233Z] > git remote # timeout=10 [2021-06-08T08:54:09.240Z] > git config --get remote.origin.url # timeout=10 [2021-06-08T08:54:09.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T08:54:09.249Z] [INFO] Currently running in a labeled security context [2021-06-08T08:54:09.249Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T08:54:09.249Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh3661837530537364564.key [2021-06-08T08:54:09.261Z] > git merge 28858e1a00223f131b6314f62cafbd60f8376407 # timeout=10 [2021-06-08T08:54:09.293Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-08T08:54:09.303Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T08:54:09.309Z] > git checkout -f 60700f6f9eb379d329c76313ae8d53867731ada2 # timeout=10 [2021-06-08T08:54:13.680Z] Commit message: "Merge commit '28858e1a00223f131b6314f62cafbd60f8376407' into HEAD" [2021-06-08T08:54:13.690Z] First time build. Skipping changelog. [2021-06-08T08:54:13.500Z] > git rev-list --no-walk 7d41161b9ddd9358a559308ff85aeb012da2bd43 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T08:54:14.863Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-08T08:54:15.201Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-08T08:54:15.501Z] + true [2021-06-08T08:54:15.502Z] + sudo service docker restart [2021-06-08T08:54:15.502Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-06-08T08:54:33.804Z] ========================================================= [2021-06-08T08:54:33.805Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-08T08:54:33.805Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:54:34.126Z] + 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 . [2021-06-08T08:54:34.126Z] Sending build context to Docker daemon 3.31MB [2021-06-08T08:54:34.393Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-06-08T08:54:34.393Z] Step 2/7 : FROM ${BASE} [2021-06-08T08:54:34.393Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-08T08:54:34.393Z] 540db60ca938: Pulling fs layer [2021-06-08T08:54:34.393Z] adcc1eea9eea: Pulling fs layer [2021-06-08T08:54:34.393Z] 4c4ab2625f07: Pulling fs layer [2021-06-08T08:54:34.393Z] 0510c868ecb4: Pulling fs layer [2021-06-08T08:54:34.393Z] afea3b2eda06: Pulling fs layer [2021-06-08T08:54:34.393Z] 7809a108b3ef: Pulling fs layer [2021-06-08T08:54:34.393Z] f706445af74f: Pulling fs layer [2021-06-08T08:54:34.393Z] afea3b2eda06: Waiting [2021-06-08T08:54:34.393Z] 7809a108b3ef: Waiting [2021-06-08T08:54:34.393Z] f706445af74f: Waiting [2021-06-08T08:54:34.393Z] 0510c868ecb4: Waiting [2021-06-08T08:54:34.393Z] 4c4ab2625f07: Verifying Checksum [2021-06-08T08:54:34.393Z] 4c4ab2625f07: Download complete [2021-06-08T08:54:34.393Z] adcc1eea9eea: Download complete [2021-06-08T08:54:34.660Z] afea3b2eda06: Verifying Checksum [2021-06-08T08:54:34.661Z] afea3b2eda06: Download complete [2021-06-08T08:54:34.661Z] 7809a108b3ef: Verifying Checksum [2021-06-08T08:54:34.661Z] 7809a108b3ef: Download complete [2021-06-08T08:54:34.661Z] 540db60ca938: Verifying Checksum [2021-06-08T08:54:34.661Z] 540db60ca938: Download complete [2021-06-08T08:54:34.661Z] 540db60ca938: Pull complete [2021-06-08T08:54:34.924Z] adcc1eea9eea: Pull complete [2021-06-08T08:54:34.924Z] 4c4ab2625f07: Pull complete [2021-06-08T08:54:36.313Z] f706445af74f: Verifying Checksum [2021-06-08T08:54:36.313Z] f706445af74f: Download complete [2021-06-08T08:54:36.891Z] 0510c868ecb4: Verifying Checksum [2021-06-08T08:54:36.891Z] 0510c868ecb4: Download complete [2021-06-08T08:54:40.256Z] 0510c868ecb4: Pull complete [2021-06-08T08:54:40.256Z] afea3b2eda06: Pull complete [2021-06-08T08:54:40.256Z] 7809a108b3ef: Pull complete [2021-06-08T08:54:41.651Z] f706445af74f: Pull complete [2021-06-08T08:54:41.651Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-08T08:54:41.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-08T08:54:41.651Z] ---> b068be0155e3 [2021-06-08T08:54:41.651Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-06-08T08:54:44.966Z] ---> Running in 2a1f5e2be3e8 [2021-06-08T08:54:44.966Z] Removing intermediate container 2a1f5e2be3e8 [2021-06-08T08:54:44.966Z] ---> 3226e4776883 [2021-06-08T08:54:44.966Z] Step 4/7 : RUN apk add bash [2021-06-08T08:54:44.966Z] ---> Running in b13577e4ce05 [2021-06-08T08:54:45.231Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T08:54:46.632Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T08:54:47.210Z] OK: 149 MiB in 40 packages [2021-06-08T08:54:47.473Z] Removing intermediate container b13577e4ce05 [2021-06-08T08:54:47.473Z] ---> bb4dd1953384 [2021-06-08T08:54:47.473Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-06-08T08:54:47.734Z] ---> Running in e7a81173128f [2021-06-08T08:54:47.734Z] Removing intermediate container e7a81173128f [2021-06-08T08:54:47.734Z] ---> a673ffd6e7e5 [2021-06-08T08:54:47.734Z] Step 6/7 : COPY go.mod . [2021-06-08T08:54:47.999Z] ---> c47cdd264479 [2021-06-08T08:54:47.999Z] Step 7/7 : RUN go mod download [2021-06-08T08:54:47.999Z] ---> Running in c1bffcddf1bd [2021-06-08T08:54:56.168Z] Removing intermediate container c1bffcddf1bd [2021-06-08T08:54:56.168Z] ---> b1f4c7c4ff47 [2021-06-08T08:54:56.168Z] Successfully built b1f4c7c4ff47 [2021-06-08T08:54:56.168Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:54:56.489Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-08T08:54:56.490Z] . [Pipeline] withDockerContainer [2021-06-08T08:54:56.572Z] prd-centos7-docker-4c-2g-887 does not seem to be running inside a container [2021-06-08T08:54:56.618Z] $ 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 [2021-06-08T08:54:56.967Z] $ docker top ee706deb0bc76eaf78968a8eabebcf377fdd25dd98d2c71e7a3b4b91d6bb8d9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T08:54:57.366Z] + go version [2021-06-08T08:54:57.366Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-08T08:54:57.379Z] $ docker stop --time=1 ee706deb0bc76eaf78968a8eabebcf377fdd25dd98d2c71e7a3b4b91d6bb8d9d [2021-06-08T08:54:58.555Z] $ docker rm -f ee706deb0bc76eaf78968a8eabebcf377fdd25dd98d2c71e7a3b4b91d6bb8d9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:54:59.159Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-08T08:54:59.159Z] . [Pipeline] withDockerContainer [2021-06-08T08:54:59.237Z] prd-centos7-docker-4c-2g-887 does not seem to be running inside a container [2021-06-08T08:54:59.277Z] $ 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 [2021-06-08T08:54:59.644Z] $ docker top 6496006a2d432a827af55894cf066c6ef74a3f1009289fb75cf3b85593e0b052 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T08:55:00.022Z] + go mod tidy [Pipeline] sh [2021-06-08T08:55:00.353Z] + make test [2021-06-08T08:55:00.353Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-06-08T08:55:05.803Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-06-08T08:55:06.763Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.005s coverage: 85.7% of statements [2021-06-08T08:55:06.763Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.007s coverage: 100.0% of statements [2021-06-08T08:55:07.032Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.006s coverage: 45.4% of statements [2021-06-08T08:55:07.032Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.003s coverage: 77.8% of statements [2021-06-08T08:55:07.032Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-06-08T08:55:08.465Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.008s coverage: 26.3% of statements [2021-06-08T08:55:08.465Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.019s coverage: 14.7% of statements [2021-06-08T08:55:08.728Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements [2021-06-08T08:55:08.988Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.008s coverage: 91.8% of statements [2021-06-08T08:55:08.988Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-06-08T08:55:08.988Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-06-08T08:55:08.988Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.002s coverage: 100.0% of statements [2021-06-08T08:55:09.253Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.004s coverage: 35.5% of statements [2021-06-08T08:55:10.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.010s coverage: 63.0% of statements [2021-06-08T08:55:10.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements [2021-06-08T08:55:10.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.025s coverage: 15.4% of statements [2021-06-08T08:55:10.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements [2021-06-08T08:55:10.478Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements [2021-06-08T08:55:11.443Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-06-08T08:55:11.443Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-06-08T08:55:12.868Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.051s coverage: 83.2% of statements [2021-06-08T08:55:12.868Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-06-08T08:55:12.868Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-06-08T08:55:12.868Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-06-08T08:55:14.288Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.018s coverage: 45.5% of statements [2021-06-08T08:55:14.288Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.007s coverage: 90.0% of statements [2021-06-08T08:55:14.288Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.025s coverage: 86.2% of statements [2021-06-08T08:55:14.552Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 59.5% of statements [2021-06-08T08:55:14.824Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.006s coverage: 58.2% of statements [2021-06-08T08:55:14.824Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-06-08T08:55:20.171Z] gofmt -l . [2021-06-08T08:55:20.171Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-06-08T08:55:20.185Z] $ docker stop --time=1 6496006a2d432a827af55894cf066c6ef74a3f1009289fb75cf3b85593e0b052 [2021-06-08T08:55:21.599Z] $ docker rm -f 6496006a2d432a827af55894cf066c6ef74a3f1009289fb75cf3b85593e0b052 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T08:55:22.051Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-08T08:55:22.078Z] Warning: overwriting stash ‘coverage-report’ [2021-06-08T08:55:22.308Z] 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 [2021-06-08T08:55:23.192Z] ---> job-cost.sh [2021-06-08T08:55:23.192Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9UXn [2021-06-08T08:55:31.385Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-08T08:55:46.371Z] lf-activate-venv(): INFO: Adding /tmp/venv-9UXn/bin to PATH [2021-06-08T08:55:46.371Z] INFO: No Stack... [2021-06-08T08:55:46.371Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-08T08:55:46.371Z] INFO: Archiving Costs [Pipeline] sh [2021-06-08T08:55:46.680Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [2021-06-08T08:55:46.680Z] + cut -d, -f6 [Pipeline] lock [2021-06-08T08:55:46.717Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] [2021-06-08T08:55:46.726Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] did not exist. Created. [2021-06-08T08:55:46.726Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-08T08:55:47.062Z] /w/workspace/go-mod-core-contracts/3@tmp/durable-cb5260b6/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-06-08T08:55:47.388Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-08T08:55:47.401Z] Warning: overwriting stash ‘stack-cost’ [2021-06-08T08:55:47.450Z] Stashed 1 file(s) [Pipeline] } [2021-06-08T08:55:47.459Z] 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 [2021-06-08T08:55:48.537Z] provisioning config files... [2021-06-08T08:55:48.560Z] 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 [2021-06-08T08:55:48.900Z] + set +x [2021-06-08T08:55:48.900Z] + curl -s https://codecov.io/bash [2021-06-08T08:55:48.900Z] + bash -s -- [2021-06-08T08:55:48.900Z] [2021-06-08T08:55:48.900Z] _____ _ [2021-06-08T08:55:48.900Z] / ____| | | [2021-06-08T08:55:48.900Z] | | ___ __| | ___ ___ _____ __ [2021-06-08T08:55:48.900Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-08T08:55:48.900Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-08T08:55:48.900Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-08T08:55:48.900Z] Bash-1.0.3 [2021-06-08T08:55:48.900Z] [2021-06-08T08:55:48.900Z] [2021-06-08T08:55:48.900Z] ==> git version 2.24.4 found [2021-06-08T08:55:48.900Z] ==> 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 [2021-06-08T08:55:48.900Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-08T08:55:48.900Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-08T08:55:48.900Z] ==> Jenkins CI detected. [2021-06-08T08:55:48.900Z] project root: . [2021-06-08T08:55:48.900Z] --> token set from env [2021-06-08T08:55:48.900Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-08T08:55:49.165Z] ==> Running gcov in . (disable via -X gcov) [2021-06-08T08:55:49.165Z] ==> Python coveragepy not found [2021-06-08T08:55:49.165Z] ==> Searching for coverage reports in: [2021-06-08T08:55:49.165Z] + . [2021-06-08T08:55:49.165Z] -> Found 1 reports [2021-06-08T08:55:49.165Z] ==> Detecting git/mercurial file structure [2021-06-08T08:55:49.165Z] ==> Reading reports [2021-06-08T08:55:49.165Z] + ./coverage.out bytes=186285 [2021-06-08T08:55:49.165Z] ==> Appending adjustments [2021-06-08T08:55:49.165Z] https://docs.codecov.io/docs/fixing-reports [2021-06-08T08:55:50.116Z] + Found adjustments [2021-06-08T08:55:50.116Z] ==> Gzipping contents [2021-06-08T08:55:50.116Z] 28K /tmp/codecov.bvbxMn.gz [2021-06-08T08:55:50.116Z] ==> Uploading reports [2021-06-08T08:55:50.116Z] url: https://codecov.io [2021-06-08T08:55:50.116Z] 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= [2021-06-08T08:55:50.116Z] -> Pinging Codecov [2021-06-08T08:55:50.116Z] 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= [2021-06-08T08:55:50.382Z] -> Uploading to [2021-06-08T08:55:50.382Z] 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 [2021-06-08T08:55:50.382Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-08T08:55:50.382Z] Dload Upload Total Spent Left Speed [2021-06-08T08:55:50.906Z] 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 [2021-06-08T08:55:50.907Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9d129c74d17b811044b20af500287ab692e53510 [Pipeline] } [2021-06-08T08:55:50.916Z] 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 [2021-06-08T08:55:53.115Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T08:55:53.692Z] ---> package-listing.sh [2021-06-08T08:55:53.692Z] ++ facter osfamily [2021-06-08T08:55:53.692Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-08T08:55:53.958Z] + OS_FAMILY=redhat [2021-06-08T08:55:53.958Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-628 [2021-06-08T08:55:53.958Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-08T08:55:53.958Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-08T08:55:53.958Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-08T08:55:53.958Z] + PACKAGES=/tmp/packages_start.txt [2021-06-08T08:55:53.958Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' [2021-06-08T08:55:53.958Z] + PACKAGES=/tmp/packages_end.txt [2021-06-08T08:55:53.958Z] + case "${OS_FAMILY}" in [2021-06-08T08:55:53.958Z] + sort [2021-06-08T08:55:53.958Z] + rpm -qa [2021-06-08T08:55:54.532Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-08T08:55:54.532Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-08T08:55:54.532Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-08T08:55:54.532Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' [2021-06-08T08:55:54.532Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ [2021-06-08T08:55:54.532Z] + 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 [2021-06-08T08:55:54.546Z] 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 [2021-06-08T08:55:54.849Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:55:55.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T08:55:55.417Z] [2021-06-08T08:55:55.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-08T08:55:55.741Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T08:55:55.741Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-08T08:55:55.741Z] df20fa9351a1: Pulling fs layer [2021-06-08T08:55:55.741Z] 36b3adc4ff6f: Pulling fs layer [2021-06-08T08:55:55.741Z] 8ad3a11d3b57: Pulling fs layer [2021-06-08T08:55:55.741Z] 46f8f816bc3b: Pulling fs layer [2021-06-08T08:55:55.741Z] 93b61091891f: Pulling fs layer [2021-06-08T08:55:55.741Z] 93b9cdb0e59b: Pulling fs layer [2021-06-08T08:55:55.741Z] 5e14af77c1be: Pulling fs layer [2021-06-08T08:55:55.741Z] 01666e4c0597: Pulling fs layer [2021-06-08T08:55:55.741Z] aa168da1d23b: Pulling fs layer [2021-06-08T08:55:55.741Z] 93b9cdb0e59b: Waiting [2021-06-08T08:55:55.741Z] 5e14af77c1be: Waiting [2021-06-08T08:55:55.741Z] 01666e4c0597: Waiting [2021-06-08T08:55:55.741Z] aa168da1d23b: Waiting [2021-06-08T08:55:55.741Z] 93b61091891f: Waiting [2021-06-08T08:55:55.741Z] 46f8f816bc3b: Waiting [2021-06-08T08:55:55.741Z] 36b3adc4ff6f: Verifying Checksum [2021-06-08T08:55:55.741Z] 36b3adc4ff6f: Download complete [2021-06-08T08:55:55.741Z] 46f8f816bc3b: Verifying Checksum [2021-06-08T08:55:55.741Z] 46f8f816bc3b: Download complete [2021-06-08T08:55:56.007Z] df20fa9351a1: Verifying Checksum [2021-06-08T08:55:56.007Z] df20fa9351a1: Download complete [2021-06-08T08:55:56.007Z] 93b9cdb0e59b: Verifying Checksum [2021-06-08T08:55:56.007Z] 93b9cdb0e59b: Download complete [2021-06-08T08:55:56.007Z] 93b61091891f: Verifying Checksum [2021-06-08T08:55:56.007Z] 93b61091891f: Download complete [2021-06-08T08:55:56.007Z] 5e14af77c1be: Verifying Checksum [2021-06-08T08:55:56.007Z] 5e14af77c1be: Download complete [2021-06-08T08:55:56.007Z] 01666e4c0597: Verifying Checksum [2021-06-08T08:55:56.007Z] 01666e4c0597: Download complete [2021-06-08T08:55:56.007Z] df20fa9351a1: Pull complete [2021-06-08T08:55:56.270Z] 8ad3a11d3b57: Verifying Checksum [2021-06-08T08:55:56.270Z] 8ad3a11d3b57: Download complete [2021-06-08T08:55:56.270Z] 36b3adc4ff6f: Pull complete [2021-06-08T08:55:56.854Z] 8ad3a11d3b57: Pull complete [2021-06-08T08:55:56.854Z] 46f8f816bc3b: Pull complete [2021-06-08T08:55:57.117Z] 93b61091891f: Pull complete [2021-06-08T08:55:57.117Z] 93b9cdb0e59b: Pull complete [2021-06-08T08:55:57.378Z] 5e14af77c1be: Pull complete [2021-06-08T08:55:57.378Z] 01666e4c0597: Pull complete [2021-06-08T08:55:57.954Z] aa168da1d23b: Verifying Checksum [2021-06-08T08:55:57.954Z] aa168da1d23b: Download complete [2021-06-08T08:56:02.188Z] aa168da1d23b: Pull complete [2021-06-08T08:56:02.188Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-08T08:56:02.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T08:56:02.188Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-08T08:56:02.267Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2021-06-08T08:56:02.303Z] $ 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 [2021-06-08T08:56:04.225Z] $ docker top 2b0a01533f4dc0ffa0a62241dc0070e73a453582b229538828fdb419f49af480 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T08:56:04.615Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-08T08:56:04.918Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-08T08:56:05.218Z] + ls /var/log/sa-host [2021-06-08T08:56:05.218Z] + sadf -c /var/log/sa-host/sa05 [2021-06-08T08:56:05.218Z] file_magic: OK [2021-06-08T08:56:05.218Z] HZ: Using current value: 100 [2021-06-08T08:56:05.218Z] file_header: OK [2021-06-08T08:56:05.218Z] 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 [2021-06-08T08:56:05.218Z] Statistics: [2021-06-08T08:56:05.218Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-08T08:56:05.218Z] File successfully converted to sysstat format version 12.2.1 [2021-06-08T08:56:05.218Z] + sadf -c /var/log/sa-host/sa08 [2021-06-08T08:56:05.218Z] file_magic: OK [2021-06-08T08:56:05.218Z] HZ: Using current value: 100 [2021-06-08T08:56:05.218Z] file_header: OK [2021-06-08T08:56:05.218Z] 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 [2021-06-08T08:56:05.218Z] Statistics: [2021-06-08T08:56:05.218Z] 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... [2021-06-08T08:56:05.218Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T08:56:05.872Z] provisioning config files... [2021-06-08T08:56:05.886Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config2274451110185103950tmp [Pipeline] { [Pipeline] echo [2021-06-08T08:56:05.910Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T08:56:06.211Z] ---> create-netrc.sh [Pipeline] } [2021-06-08T08:56:06.220Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-08T08:56:06.660Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-08T08:56:06.672Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T08:56:06.966Z] ---> sudo-logs.sh [2021-06-08T08:56:06.966Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-08T08:56:07.000Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T08:56:07.294Z] ---> job-cost.sh [2021-06-08T08:56:07.294Z] lf-activate-venv: SKIPPING [2021-06-08T08:56:07.294Z] DEBUG: total: 0.05999999865889549 [2021-06-08T08:56:07.294Z] INFO: Retrieving Stack Cost... [2021-06-08T08:56:08.243Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-08T08:56:08.814Z] INFO: Archiving Costs [Pipeline] echo [2021-06-08T08:56:08.827Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T08:56:09.119Z] ---> logs-deploy.sh [2021-06-08T08:56:09.119Z] lf-activate-venv: SKIPPING [2021-06-08T08:56:09.119Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-628/3 [2021-06-08T08:56:09.119Z] INFO: archiving workspace using pattern(s): [2021-06-08T08:56:10.066Z] Archives upload complete. [2021-06-08T08:56:10.066Z] INFO: archiving logs to Nexus [2021-06-08T08:56:10.643Z] ---> uname -a: [2021-06-08T08:56:10.643Z] 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 [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] ---> lscpu: [2021-06-08T08:56:10.643Z] Architecture: x86_64 [2021-06-08T08:56:10.643Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-08T08:56:10.643Z] Byte Order: Little Endian [2021-06-08T08:56:10.643Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-08T08:56:10.643Z] CPU(s): 2 [2021-06-08T08:56:10.643Z] On-line CPU(s) list: 0,1 [2021-06-08T08:56:10.643Z] Thread(s) per core: 1 [2021-06-08T08:56:10.643Z] Core(s) per socket: 1 [2021-06-08T08:56:10.643Z] Socket(s): 2 [2021-06-08T08:56:10.643Z] NUMA node(s): 1 [2021-06-08T08:56:10.643Z] Vendor ID: AuthenticAMD [2021-06-08T08:56:10.643Z] CPU family: 23 [2021-06-08T08:56:10.643Z] Model: 49 [2021-06-08T08:56:10.643Z] Model name: AMD EPYC-Rome Processor [2021-06-08T08:56:10.643Z] Stepping: 0 [2021-06-08T08:56:10.643Z] CPU MHz: 2800.000 [2021-06-08T08:56:10.643Z] BogoMIPS: 5600.00 [2021-06-08T08:56:10.643Z] Virtualization: AMD-V [2021-06-08T08:56:10.643Z] Hypervisor vendor: KVM [2021-06-08T08:56:10.643Z] Virtualization type: full [2021-06-08T08:56:10.643Z] L1d cache: 64 KiB [2021-06-08T08:56:10.643Z] L1i cache: 64 KiB [2021-06-08T08:56:10.643Z] L2 cache: 1 MiB [2021-06-08T08:56:10.643Z] L3 cache: 32 MiB [2021-06-08T08:56:10.643Z] NUMA node0 CPU(s): 0,1 [2021-06-08T08:56:10.643Z] Vulnerability Itlb multihit: Not affected [2021-06-08T08:56:10.643Z] Vulnerability L1tf: Not affected [2021-06-08T08:56:10.643Z] Vulnerability Mds: Not affected [2021-06-08T08:56:10.643Z] Vulnerability Meltdown: Not affected [2021-06-08T08:56:10.643Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-08T08:56:10.643Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-08T08:56:10.643Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-08T08:56:10.643Z] Vulnerability Srbds: Not affected [2021-06-08T08:56:10.643Z] Vulnerability Tsx async abort: Not affected [2021-06-08T08:56:10.643Z] 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 [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] ---> nproc: [2021-06-08T08:56:10.643Z] 2 [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] ---> df -h: [2021-06-08T08:56:10.643Z] Filesystem Size Used Available Use% Mounted on [2021-06-08T08:56:10.643Z] overlay 40.0G 7.2G 32.8G 18% / [2021-06-08T08:56:10.643Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-08T08:56:10.643Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-08T08:56:10.643Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /facter-os [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /etc/resolv.conf [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hostname [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hosts [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/auth.log [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /run/cloud-init/result.json [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/dry_go-mod-core-contracts_PR-628 [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/dry_go-mod-core-contracts_PR-628@tmp [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/sa-host [2021-06-08T08:56:10.643Z] /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/secure [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] ---> free -m: [2021-06-08T08:56:10.643Z] total used free shared buff/cache available [2021-06-08T08:56:10.643Z] Mem: 7821 980 4742 0 2098 6663 [2021-06-08T08:56:10.643Z] Swap: 1023 0 1023 [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] ---> ip addr: [2021-06-08T08:56:10.643Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-08T08:56:10.643Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-08T08:56:10.643Z] inet 127.0.0.1/8 scope host lo [2021-06-08T08:56:10.643Z] valid_lft forever preferred_lft forever [2021-06-08T08:56:10.643Z] inet6 ::1/128 scope host [2021-06-08T08:56:10.643Z] valid_lft forever preferred_lft forever [2021-06-08T08:56:10.643Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-08T08:56:10.643Z] link/ether fa:16:3e:39:c2:5e brd ff:ff:ff:ff:ff:ff [2021-06-08T08:56:10.643Z] inet 10.30.122.125/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-08T08:56:10.643Z] valid_lft 85436sec preferred_lft 85436sec [2021-06-08T08:56:10.643Z] inet6 fe80::f816:3eff:fe39:c25e/64 scope link [2021-06-08T08:56:10.643Z] valid_lft forever preferred_lft forever [2021-06-08T08:56:10.643Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-08T08:56:10.643Z] link/ether 02:42:7b:d2:d1:36 brd ff:ff:ff:ff:ff:ff [2021-06-08T08:56:10.643Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-08T08:56:10.643Z] valid_lft forever preferred_lft forever [2021-06-08T08:56:10.643Z] inet6 fe80::42:7bff:fed2:d136/64 scope link [2021-06-08T08:56:10.643Z] valid_lft forever preferred_lft forever [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] ---> sar -b -r -n DEV: [2021-06-08T08:56:10.643Z] 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) [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] 08:39:55 LINUX RESTART (2 CPU) [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] 08:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-08T08:56:10.643Z] 08:42:01 1.68 0.00 1.68 0.00 0.00 39.20 0.00 [2021-06-08T08:56:10.643Z] 08:43:01 0.40 0.00 0.40 0.00 0.00 5.71 0.00 [2021-06-08T08:56:10.643Z] 08:44:01 0.30 0.00 0.30 0.00 0.00 3.91 0.00 [2021-06-08T08:56:10.643Z] 08:45:01 0.25 0.00 0.25 0.00 0.00 3.46 0.00 [2021-06-08T08:56:10.643Z] 08:46:01 0.30 0.00 0.30 0.00 0.00 4.43 0.00 [2021-06-08T08:56:10.643Z] 08:47:01 0.32 0.00 0.32 0.00 0.00 3.33 0.00 [2021-06-08T08:56:10.643Z] 08:48:01 0.20 0.00 0.20 0.00 0.00 2.90 0.00 [2021-06-08T08:56:10.643Z] 08:49:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 [2021-06-08T08:56:10.643Z] 08:50:01 0.33 0.00 0.33 0.00 0.00 5.41 0.00 [2021-06-08T08:56:10.643Z] 08:51:01 0.20 0.00 0.20 0.00 0.00 1.67 0.00 [2021-06-08T08:56:10.643Z] 08:52:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-06-08T08:56:10.643Z] 08:53:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 [2021-06-08T08:56:10.643Z] 08:54:01 0.52 0.00 0.52 0.00 0.00 6.13 0.00 [2021-06-08T08:56:10.643Z] 08:55:01 0.80 0.15 0.65 0.00 4.80 8.46 0.00 [2021-06-08T08:56:10.643Z] 08:56:01 8.26 0.13 8.13 0.00 13.72 356.89 0.00 [2021-06-08T08:56:10.643Z] Average: 0.95 0.02 0.94 0.00 1.23 29.98 0.00 [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] 08:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-08T08:56:10.643Z] 08:42:01 5457600 0 807532 10.08 2620 1741188 1197512 13.22 579160 1572340 20 [2021-06-08T08:56:10.643Z] 08:43:01 5457684 0 807440 10.08 2620 1741196 1197512 13.22 579788 1571608 8 [2021-06-08T08:56:10.643Z] 08:44:01 5454664 0 810460 10.12 2620 1741196 1197800 13.22 582552 1571608 8 [2021-06-08T08:56:10.643Z] 08:45:01 5456964 0 808156 10.09 2620 1741200 1197512 13.22 573024 1579440 8 [2021-06-08T08:56:10.643Z] 08:46:01 5457072 0 808040 10.09 2620 1741208 1197620 13.22 573688 1579440 8 [2021-06-08T08:56:10.643Z] 08:47:01 5455740 0 809372 10.11 2620 1741208 1197512 13.22 574128 1579440 8 [2021-06-08T08:56:10.643Z] 08:48:01 5453896 0 811204 10.13 2620 1741220 1197560 13.22 576344 1579440 20 [2021-06-08T08:56:10.643Z] 08:49:01 5442104 0 822992 10.28 2620 1741224 1197584 13.22 588164 1579440 8 [2021-06-08T08:56:10.643Z] 08:50:01 5442320 0 822772 10.27 2620 1741228 1197512 13.22 589812 1577456 8 [2021-06-08T08:56:10.643Z] 08:51:01 5441496 0 823592 10.28 2620 1741232 1197620 13.22 590588 1577456 12 [2021-06-08T08:56:10.643Z] 08:52:01 5441340 0 823744 10.29 2620 1741236 1197632 13.22 597916 1570204 8 [2021-06-08T08:56:10.643Z] 08:53:01 5442252 0 822828 10.27 2620 1741240 1197512 13.22 597200 1570200 8 [2021-06-08T08:56:10.643Z] 08:54:01 5442152 0 822924 10.28 2620 1741244 1197512 13.22 596604 1570680 20 [2021-06-08T08:56:10.643Z] 08:55:01 5441364 0 823708 10.28 2620 1741248 1197656 13.22 597428 1570680 8 [2021-06-08T08:56:10.643Z] 08:56:01 4920856 0 939380 11.73 2620 2146084 1393860 15.39 787380 1834436 403848 [2021-06-08T08:56:10.643Z] Average: 5413834 0 824276 10.29 2620 1768210 1210661 13.37 598918 1592258 26933 [2021-06-08T08:56:10.643Z] [2021-06-08T08:56:10.643Z] 08:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-08T08:56:10.643Z] 08:42:01 eth0 0.82 0.10 0.07 0.03 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:43:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:44:01 eth0 4.31 1.88 3.32 0.30 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:46:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:47:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.643Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:48:01 eth0 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:49:01 eth0 0.22 0.17 0.12 0.07 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:51:01 eth0 0.32 0.23 0.14 0.08 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:52:01 eth0 0.22 0.18 0.12 0.07 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:53:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:54:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:55:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:56:01 eth0 217.15 191.91 2171.36 18.97 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] Average: eth0 15.01 13.04 145.08 1.32 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T08:56:10.644Z] [2021-06-08T08:56:10.644Z] [2021-06-08T08:56:10.644Z] ---> sar -P ALL: [2021-06-08T08:56:10.644Z] 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) [2021-06-08T08:56:10.644Z] [2021-06-08T08:56:10.644Z] 08:39:55 LINUX RESTART (2 CPU) [2021-06-08T08:56:10.644Z] [2021-06-08T08:56:10.644Z] 08:41:01 CPU %user %nice %system %iowait %steal %idle [2021-06-08T08:56:10.644Z] 08:42:01 all 0.10 0.00 0.04 0.00 0.04 99.82 [2021-06-08T08:56:10.644Z] 08:42:01 0 0.15 0.00 0.05 0.00 0.05 99.75 [2021-06-08T08:56:10.644Z] 08:42:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-08T08:56:10.644Z] 08:43:01 all 0.05 0.00 0.03 0.00 0.03 99.90 [2021-06-08T08:56:10.644Z] 08:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-08T08:56:10.644Z] 08:43:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-08T08:56:10.644Z] 08:44:01 all 0.13 0.00 0.04 0.00 0.03 99.81 [2021-06-08T08:56:10.644Z] 08:44:01 0 0.18 0.00 0.05 0.00 0.03 99.73 [2021-06-08T08:56:10.644Z] 08:44:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-06-08T08:56:10.644Z] 08:45:01 all 0.14 0.00 0.25 0.00 0.04 99.57 [2021-06-08T08:56:10.644Z] 08:45:01 0 0.22 0.00 0.32 0.00 0.05 99.42 [2021-06-08T08:56:10.644Z] 08:45:01 1 0.07 0.00 0.18 0.00 0.03 99.72 [2021-06-08T08:56:10.644Z] 08:46:01 all 0.10 0.00 0.03 0.00 0.02 99.86 [2021-06-08T08:56:10.644Z] 08:46:01 0 0.18 0.00 0.03 0.00 0.02 99.77 [2021-06-08T08:56:10.644Z] 08:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-08T08:56:10.644Z] 08:47:01 all 0.11 0.00 0.02 0.00 0.03 99.85 [2021-06-08T08:56:10.644Z] 08:47:01 0 0.18 0.00 0.02 0.00 0.03 99.77 [2021-06-08T08:56:10.644Z] 08:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-08T08:56:10.644Z] 08:48:01 all 0.12 0.00 0.03 0.00 0.03 99.82 [2021-06-08T08:56:10.644Z] 08:48:01 0 0.20 0.00 0.02 0.00 0.03 99.75 [2021-06-08T08:56:10.644Z] 08:48:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-06-08T08:56:10.644Z] 08:49:01 all 0.09 0.00 0.03 0.00 0.03 99.86 [2021-06-08T08:56:10.644Z] 08:49:01 0 0.17 0.00 0.02 0.00 0.02 99.80 [2021-06-08T08:56:10.644Z] 08:49:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-08T08:56:10.644Z] 08:50:01 all 0.12 0.00 0.03 0.00 0.03 99.83 [2021-06-08T08:56:10.644Z] 08:50:01 0 0.20 0.00 0.03 0.00 0.03 99.73 [2021-06-08T08:56:10.644Z] 08:50:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-08T08:56:10.644Z] 08:51:01 all 0.09 0.00 0.03 0.00 0.03 99.86 [2021-06-08T08:56:10.644Z] 08:51:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-08T08:56:10.644Z] 08:51:01 1 0.12 0.00 0.03 0.00 0.03 99.82 [2021-06-08T08:56:10.644Z] 08:52:01 all 0.04 0.00 0.03 0.00 0.03 99.91 [2021-06-08T08:56:10.644Z] 08:52:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-08T08:56:10.644Z] 08:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-08T08:56:10.644Z] [2021-06-08T08:56:10.644Z] 08:52:01 CPU %user %nice %system %iowait %steal %idle [2021-06-08T08:56:10.644Z] 08:53:01 all 0.04 0.00 0.03 0.00 0.03 99.91 [2021-06-08T08:56:10.644Z] 08:53:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2021-06-08T08:56:10.644Z] 08:53:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2021-06-08T08:56:10.644Z] 08:54:01 all 0.10 0.00 0.02 0.00 0.03 99.85 [2021-06-08T08:56:10.644Z] 08:54:01 0 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-08T08:56:10.644Z] 08:54:01 1 0.15 0.00 0.02 0.00 0.02 99.82 [2021-06-08T08:56:10.644Z] 08:55:01 all 0.13 0.00 0.03 0.00 0.03 99.82 [2021-06-08T08:56:10.644Z] 08:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-08T08:56:10.644Z] 08:55:01 1 0.22 0.00 0.05 0.00 0.03 99.70 [2021-06-08T08:56:10.644Z] 08:56:01 all 7.17 0.00 2.57 0.03 0.04 90.19 [2021-06-08T08:56:10.644Z] 08:56:01 0 7.96 0.00 2.62 0.05 0.03 89.34 [2021-06-08T08:56:10.644Z] 08:56:01 1 6.38 0.00 2.52 0.02 0.05 91.03 [2021-06-08T08:56:10.644Z] Average: all 0.56 0.00 0.21 0.00 0.03 99.20 [2021-06-08T08:56:10.644Z] Average: 0 0.64 0.00 0.22 0.00 0.03 99.11 [2021-06-08T08:56:10.644Z] Average: 1 0.49 0.00 0.20 0.00 0.03 99.28 [2021-06-08T08:56:10.644Z] [2021-06-08T08:56:10.644Z] [2021-06-08T08:56:10.644Z]