Pull request #286 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from f35ae93f1b4f815c22cbc2d21216e29408e5cc48+aa2b8c10f917c2938a24b062f2c2b0c252e10743 (c950395f35d3358b0f4e32db9b069dc73e213a36) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43532 in /w/workspace/dry_go-mod-core-contracts_PR-286 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-286 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/286/head:refs/remotes/origin/PR-286 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit f35ae93f1b4f815c22cbc2d21216e29408e5cc48 Merge succeeded, producing f35ae93f1b4f815c22cbc2d21216e29408e5cc48 Checking out Revision f35ae93f1b4f815c22cbc2d21216e29408e5cc48 (PR-286) > git config core.sparsecheckout # timeout=10 > git checkout -f f35ae93f1b4f815c22cbc2d21216e29408e5cc48 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f35ae93f1b4f815c22cbc2d21216e29408e5cc48 # timeout=10 Commit message: "Merge branch 'master' into upd-go-1-15" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:07:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:07:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:07:24 ========================================================= 03:07:24 EdgeX Global Pipelines Version Info 03:07:24 ========================================================= > git rev-list --no-walk 07405769b11aa55ea65a5e6d1bb6d616e31b9779 # timeout=10 [Pipeline] libraryResource [Pipeline] sh 03:07:25 ------------------- 03:07:25 stable info: 03:07:25 ------------------- 03:07:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:07:25 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 03:07:25 Message: update stable to v1.0.122 03:07:26 ------------------- 03:07:26 experimental info: 03:07:26 ------------------- 03:07:26 Commited By: **** collab-it+edgex@linuxfoundation.org 03:07:26 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 03:07:26 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:07:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-286 [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-286 [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-286 [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f35ae93f1b4f815c22cbc2d21216e29408e5cc48 [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f35ae93 [Pipeline] echo 03:07:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:07:30 + git log --format=format:%s -1 f35ae93f1b4f815c22cbc2d21216e29408e5cc48 [Pipeline] echo 03:07:30 GIT_COMMIT: f35ae93f1b4f815c22cbc2d21216e29408e5cc48, Commit Message: Merge branch 'master' into upd-go-1-15 [Pipeline] echo 03:07:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:07:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:07:32 03:07:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:07:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:07:32 latest: Pulling from edgex-devops/git-semver 03:07:32 31603596830f: Pulling fs layer 03:07:32 2a8b12db71e7: Pulling fs layer 03:07:32 6ca5941a6612: Pulling fs layer 03:07:32 ecc8261a40a4: Pulling fs layer 03:07:32 2a8b12db71e7: Verifying Checksum 03:07:32 2a8b12db71e7: Download complete 03:07:32 31603596830f: Verifying Checksum 03:07:32 31603596830f: Download complete 03:07:32 ecc8261a40a4: Verifying Checksum 03:07:32 ecc8261a40a4: Download complete 03:07:33 6ca5941a6612: Verifying Checksum 03:07:33 6ca5941a6612: Download complete 03:07:33 31603596830f: Pull complete 03:07:33 2a8b12db71e7: Pull complete 03:07:33 6ca5941a6612: Pull complete 03:07:34 ecc8261a40a4: Pull complete 03:07:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:07:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:07:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:07:34 prd-centos7-docker-4c-2g-43532 does not seem to be running inside a container 03:07:34 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-286 -v /w/workspace/dry_go-mod-core-contracts_PR-286:/w/workspace/dry_go-mod-core-contracts_PR-286:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-286@tmp:/w/workspace/dry_go-mod-core-contracts_PR-286@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:07:36 $ docker top 4c652864df17783264b269ad7a98ee84762317531917d3eab02b1ac3553c8160 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:07:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:07:36 [ssh-agent] Looking for ssh-agent implementation... 03:07:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:07:36 $ docker exec 4c652864df17783264b269ad7a98ee84762317531917d3eab02b1ac3553c8160 ssh-agent 03:07:36 SSH_AUTH_SOCK=/tmp/ssh-S0D7Emffuu5M/agent.12 03:07:36 SSH_AGENT_PID=18 03:07:36 Running ssh-add (command line suppressed) 03:07:37 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_5023609106774101591.key (/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_5023609106774101591.key) 03:07:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:07:37 + git describe --exact-match --tags HEAD 03:07:37 fatal: No names found, cannot describe anything. [Pipeline] } 03:07:37 $ docker exec --env ******** --env ******** 4c652864df17783264b269ad7a98ee84762317531917d3eab02b1ac3553c8160 ssh-agent -k 03:07:37 unset SSH_AUTH_SOCK; 03:07:37 unset SSH_AGENT_PID; 03:07:37 echo Agent pid 18 killed; 03:07:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:07:37 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:07:37 This usually means this commit has not been tagged. [Pipeline] sshagent 03:07:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:07:37 [ssh-agent] Looking for ssh-agent implementation... 03:07:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:07:38 $ docker exec 4c652864df17783264b269ad7a98ee84762317531917d3eab02b1ac3553c8160 ssh-agent 03:07:38 SSH_AUTH_SOCK=/tmp/ssh-x8kSNRKspyxa/agent.47 03:07:38 SSH_AGENT_PID=52 03:07:38 Running ssh-add (command line suppressed) 03:07:38 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_5464371317211165896.key (/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_5464371317211165896.key) 03:07:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:07:38 + git semver init 03:07:38 # -> Open(): unable to determine branch for HEAD 03:07:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-286/.git 03:07:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-286 03:07:38 # $SEMVER_REMOTE_NAME = origin 03:07:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:07:38 # $SEMVER_USER_NAME = edgex-jenkins 03:07:38 # $SEMVER_BRANCH = PR-286 03:07:38 # $SEMVER_TEMP = /tmp/semver-993692469 03:07:38 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 03:07:39 # '/tmp/semver-993692469' -> '/w/workspace/dry_go-mod-core-contracts_PR-286/.semver' 03:07:39 # -> Force: false 03:07:39 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-286/.semver [Pipeline] } 03:07:39 $ docker exec --env ******** --env ******** 4c652864df17783264b269ad7a98ee84762317531917d3eab02b1ac3553c8160 ssh-agent -k 03:07:39 unset SSH_AUTH_SOCK; 03:07:39 unset SSH_AGENT_PID; 03:07:39 echo Agent pid 52 killed; 03:07:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:07:39 + git semver [Pipeline] } 03:07:39 $ docker stop --time=1 4c652864df17783264b269ad7a98ee84762317531917d3eab02b1ac3553c8160 03:07:41 $ docker rm -f 4c652864df17783264b269ad7a98ee84762317531917d3eab02b1ac3553c8160 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:07:42 Stashed 95 file(s) [Pipeline] echo 03:07:42 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 03:07:42 Archived original 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 03:07:58 Still waiting to schedule task 03:07:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:07:58 Still waiting to schedule task 03:07:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:09:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43533 in /w/workspace/dry_go-mod-core-contracts_PR-286 [Pipeline] { [Pipeline] ws 03:09:57 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 03:10:02 using credential edgex-jenkins-ssh 03:10:02 Cloning the remote Git repository 03:10:02 Cloning with configured refspecs honoured and without tags 03:10:02 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:10:03 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 03:10:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:10:03 > git --version # timeout=10 03:10:03 > git --version # 'git version 2.17.1' 03:10:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:04 Fetching without tags 03:10:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:10:04 > git config --add remote.origin.fetch +refs/pull/286/head:refs/remotes/origin/PR-286 # timeout=10 03:10:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:10:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:10:04 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:05 Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit f35ae93f1b4f815c22cbc2d21216e29408e5cc48 03:10:05 Merge succeeded, producing f35ae93f1b4f815c22cbc2d21216e29408e5cc48 03:10:05 Checking out Revision f35ae93f1b4f815c22cbc2d21216e29408e5cc48 (PR-286) 03:10:05 > git config core.sparsecheckout # timeout=10 03:10:05 > git checkout -f f35ae93f1b4f815c22cbc2d21216e29408e5cc48 # timeout=10 03:10:05 > git remote # timeout=10 03:10:05 > git config --get remote.origin.url # timeout=10 03:10:05 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:05 > git merge aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 03:10:05 > git rev-parse HEAD^{commit} # timeout=10 03:10:05 > git config core.sparsecheckout # timeout=10 03:10:05 > git checkout -f f35ae93f1b4f815c22cbc2d21216e29408e5cc48 # timeout=10 03:10:09 Commit message: "Merge branch 'master' into upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:10:11 ========================================================= 03:10:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:10:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:10:12 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 03:10:13 Sending build context to Docker daemon 2.251MB 03:10:13 Step 1/7 : ARG BASE=golang:1.15-alpine 03:10:13 Step 2/7 : FROM ${BASE} 03:10:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:10:13 b538f80385f9: Pulling fs layer 03:10:13 74f711af9a0d: Pulling fs layer 03:10:13 99f96fe45779: Pulling fs layer 03:10:13 8529a6b9a6be: Pulling fs layer 03:10:13 45590311c82a: Pulling fs layer 03:10:13 69ca0ff8b7b3: Pulling fs layer 03:10:13 209524e5b208: Pulling fs layer 03:10:13 8529a6b9a6be: Waiting 03:10:13 45590311c82a: Waiting 03:10:13 69ca0ff8b7b3: Waiting 03:10:13 209524e5b208: Waiting 03:10:13 99f96fe45779: Verifying Checksum 03:10:13 99f96fe45779: Download complete 03:10:13 74f711af9a0d: Download complete 03:10:13 45590311c82a: Verifying Checksum 03:10:13 45590311c82a: Download complete 03:10:13 69ca0ff8b7b3: Verifying Checksum 03:10:13 69ca0ff8b7b3: Download complete 03:10:13 b538f80385f9: Verifying Checksum 03:10:13 b538f80385f9: Download complete 03:10:14 b538f80385f9: Pull complete 03:10:15 74f711af9a0d: Pull complete 03:10:16 99f96fe45779: Pull complete 03:10:16 209524e5b208: Verifying Checksum 03:10:16 209524e5b208: Download complete 03:10:17 8529a6b9a6be: Verifying Checksum 03:10:17 8529a6b9a6be: Download complete 03:10:22 Running on prd-centos7-docker-4c-2g-43534 in /w/workspace/dry_go-mod-core-contracts_PR-286 [Pipeline] { [Pipeline] ws 03:10:23 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 03:10:25 using credential edgex-jenkins-ssh 03:10:25 Cloning the remote Git repository 03:10:25 Cloning with configured refspecs honoured and without tags 03:10:26 Fetching without tags 03:10:25 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:10:25 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 03:10:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:10:25 > git --version # timeout=10 03:10:25 > git --version # 'git version 2.16.5' 03:10:25 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:10:26 > git config --add remote.origin.fetch +refs/pull/286/head:refs/remotes/origin/PR-286 # timeout=10 03:10:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:10:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:10:26 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:26 Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit f35ae93f1b4f815c22cbc2d21216e29408e5cc48 03:10:27 Merge succeeded, producing f35ae93f1b4f815c22cbc2d21216e29408e5cc48 03:10:27 Checking out Revision f35ae93f1b4f815c22cbc2d21216e29408e5cc48 (PR-286) 03:10:27 8529a6b9a6be: Pull complete 03:10:27 45590311c82a: Pull complete 03:10:27 69ca0ff8b7b3: Pull complete 03:10:26 > git config core.sparsecheckout # timeout=10 03:10:26 > git checkout -f f35ae93f1b4f815c22cbc2d21216e29408e5cc48 # timeout=10 03:10:27 > git remote # timeout=10 03:10:27 > git config --get remote.origin.url # timeout=10 03:10:27 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:27 > git merge aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 03:10:27 > git rev-parse HEAD^{commit} # timeout=10 03:10:27 > git config core.sparsecheckout # timeout=10 03:10:27 > git checkout -f f35ae93f1b4f815c22cbc2d21216e29408e5cc48 # timeout=10 03:10:30 Commit message: "Merge branch 'master' into upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:10:31 ========================================================= 03:10:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:10:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:10:32 209524e5b208: Pull complete 03:10:32 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:10:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:10:32 ---> 5bddaf1c2fca 03:10:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:10:32 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 03:10:32 Sending build context to Docker daemon 2.251MB 03:10:32 Step 1/7 : ARG BASE=golang:1.15-alpine 03:10:32 Step 2/7 : FROM ${BASE} 03:10:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:10:32 df20fa9351a1: Pulling fs layer 03:10:32 ed8968b2872e: Pulling fs layer 03:10:32 a92cc7c5fd73: Pulling fs layer 03:10:32 e871e8e8d7a9: Pulling fs layer 03:10:32 e73272ec9a57: Pulling fs layer 03:10:32 1e910a182e73: Pulling fs layer 03:10:32 4e634b169226: Pulling fs layer 03:10:32 e73272ec9a57: Waiting 03:10:32 1e910a182e73: Waiting 03:10:32 4e634b169226: Waiting 03:10:32 e871e8e8d7a9: Waiting 03:10:32 a92cc7c5fd73: Verifying Checksum 03:10:32 a92cc7c5fd73: Download complete 03:10:32 ed8968b2872e: Verifying Checksum 03:10:32 ed8968b2872e: Download complete 03:10:33 e73272ec9a57: Verifying Checksum 03:10:33 e73272ec9a57: Download complete 03:10:33 1e910a182e73: Verifying Checksum 03:10:33 1e910a182e73: Download complete 03:10:33 df20fa9351a1: Verifying Checksum 03:10:33 df20fa9351a1: Download complete 03:10:33 df20fa9351a1: Pull complete 03:10:34 ed8968b2872e: Pull complete 03:10:34 a92cc7c5fd73: Pull complete 03:10:34 ---> Running in 8bd8e2a4b95e 03:10:34 Removing intermediate container 8bd8e2a4b95e 03:10:34 ---> 4d7dc279a436 03:10:34 Step 4/7 : RUN apk add bash 03:10:34 ---> Running in 9843f1f51e4c 03:10:35 4e634b169226: Verifying Checksum 03:10:35 4e634b169226: Download complete 03:10:35 e871e8e8d7a9: Verifying Checksum 03:10:35 e871e8e8d7a9: Download complete 03:10:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:38 OK: 142 MiB in 39 packages 03:10:39 Removing intermediate container 9843f1f51e4c 03:10:39 ---> 94d18ce00d60 03:10:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:10:39 ---> Running in ca9f6327ecb5 03:10:40 Removing intermediate container ca9f6327ecb5 03:10:40 ---> ac8d37041948 03:10:40 Step 6/7 : COPY go.mod . 03:10:41 ---> 1672b268887a 03:10:41 Step 7/7 : RUN go mod download 03:10:41 ---> Running in 0bfa880bea1c 03:10:41 e871e8e8d7a9: Pull complete 03:10:41 e73272ec9a57: Pull complete 03:10:41 1e910a182e73: Pull complete 03:10:46 4e634b169226: Pull complete 03:10:46 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:10:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:10:46 ---> f7629b54cfaa 03:10:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:10:46 ---> Running in 2d3522752cba 03:10:46 Removing intermediate container 2d3522752cba 03:10:46 ---> b258e4b1f54f 03:10:46 Step 4/7 : RUN apk add bash 03:10:46 ---> Running in d2e56b0660d4 03:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:48 OK: 166 MiB in 39 packages 03:10:49 Removing intermediate container d2e56b0660d4 03:10:49 ---> cbe41a516dff 03:10:49 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:10:49 ---> Running in c9a63f2c3987 03:10:49 Removing intermediate container c9a63f2c3987 03:10:49 ---> a0208edc021b 03:10:49 Step 6/7 : COPY go.mod . 03:10:49 ---> 9738c09d5f85 03:10:49 Step 7/7 : RUN go mod download 03:10:49 ---> Running in 2e62d8889413 03:10:56 Removing intermediate container 0bfa880bea1c 03:10:56 ---> 3028918e9c6f 03:10:56 Successfully built 3028918e9c6f 03:10:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:10:56 + docker inspect -f . ci-base-image-arm64 03:10:56 . [Pipeline] withDockerContainer 03:10:56 prd-ubuntu18.04-docker-arm64-4c-16g-43533 does not seem to be running inside a container 03:10:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-arm64 cat 03:10:58 $ docker top 40e5fb640b7b61369d9556ded2638b91a70479483e1b469d68d933033e29b386 -eo pid,comm [Pipeline] { [Pipeline] sh 03:10:59 Removing intermediate container 2e62d8889413 03:10:59 ---> 67db5ee31b9d 03:10:59 Successfully built 67db5ee31b9d 03:10:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:11:00 + docker inspect -f . ci-base-image-x86_64 03:11:00 . [Pipeline] withDockerContainer 03:11:00 prd-centos7-docker-4c-2g-43534 does not seem to be running inside a container 03:11:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-x86_64 cat 03:11:00 + go version 03:11:00 go version go1.15.2 linux/arm64 03:11:00 $ docker top 123696cb040f1f40e468a641e147ffd7d86c36dc20e9538b89ef2510721270bb -eo pid,comm [Pipeline] { [Pipeline] } 03:11:01 $ docker stop --time=1 40e5fb640b7b61369d9556ded2638b91a70479483e1b469d68d933033e29b386 03:11:03 $ docker rm -f 40e5fb640b7b61369d9556ded2638b91a70479483e1b469d68d933033e29b386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 03:11:03 + go version 03:11:03 go version go1.15.2 linux/amd64 [Pipeline] } 03:11:03 $ docker stop --time=1 123696cb040f1f40e468a641e147ffd7d86c36dc20e9538b89ef2510721270bb 03:11:04 $ docker rm -f 123696cb040f1f40e468a641e147ffd7d86c36dc20e9538b89ef2510721270bb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (Test) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 03:11:05 + docker inspect -f . ci-base-image-arm64 03:11:05 . [Pipeline] withDockerContainer 03:11:05 + docker inspect -f . ci-base-image-x86_64 03:11:05 . 03:11:06 prd-ubuntu18.04-docker-arm64-4c-16g-43533 does not seem to be running inside a container 03:11:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-arm64 cat 03:11:07 $ docker top d8762aa5d06fac3561f2a7d15af03ada5770daced8b553068360caddc3db197d -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 03:11:08 prd-centos7-docker-4c-2g-43534 does not seem to be running inside a container 03:11:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-x86_64 cat 03:11:09 $ docker top bc5f40e485737683bcfff4946976dadb5b7ff17ea837cbd216905be50d10ab65 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 03:11:09 + make test 03:11:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:11:10 + make test 03:11:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:11:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 03:11:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.028s coverage: 85.7% of statements 03:11:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.025s coverage: 100.0% of statements 03:11:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.047s coverage: 45.4% of statements 03:11:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.031s coverage: 77.8% of statements 03:11:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 03:11:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements 03:11:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.022s coverage: 14.7% of statements 03:11:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.011s coverage: 100.0% of statements 03:11:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.039s coverage: 91.8% of statements 03:11:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 03:11:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 03:11:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.007s coverage: 100.0% of statements 03:11:18 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.006s coverage: 45.9% of statements 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.015s coverage: 63.0% of statements 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.028s coverage: 26.3% of statements 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.010s coverage: 15.4% of statements 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.032s coverage: 15.4% of statements 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.007s coverage: 14.3% of statements 03:11:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.009s coverage: 31.7% of statements 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.008s coverage: 100.0% of statements 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.022s coverage: 95.1% of statements 03:11:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 03:11:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 03:11:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:11:22 gofmt -l . 03:11:22 [ "`gofmt -l .`" = "" ] [Pipeline] stash 03:11:22 Stashed 1 file(s) [Pipeline] } 03:11:22 $ docker stop --time=1 bc5f40e485737683bcfff4946976dadb5b7ff17ea837cbd216905be50d10ab65 03:11:24 $ docker rm -f bc5f40e485737683bcfff4946976dadb5b7ff17ea837cbd216905be50d10ab65 [Pipeline] // withDockerContainer [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:11:32 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 03:11:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.061s coverage: 85.7% of statements 03:11:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements 03:11:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.049s coverage: 45.4% of statements 03:11:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.027s coverage: 77.8% of statements 03:11:34 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 03:11:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.023s coverage: 6.4% of statements 03:11:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements 03:11:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.043s coverage: 100.0% of statements 03:11:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.079s coverage: 91.8% of statements 03:11:37 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 03:11:37 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 03:11:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.036s coverage: 100.0% of statements 03:11:37 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.060s coverage: 45.9% of statements 03:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.151s coverage: 63.0% of statements 03:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.028s coverage: 26.3% of statements 03:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements 03:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.031s coverage: 15.4% of statements 03:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.026s coverage: 14.3% of statements 03:11:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 03:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.034s coverage: 31.7% of statements 03:11:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.032s coverage: 100.0% of statements 03:11:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.058s coverage: 95.1% of statements 03:11:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.026s coverage: 100.0% of statements 03:11:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 03:11:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:11:49 gofmt -l . 03:11:49 [ "`gofmt -l .`" = "" ] [Pipeline] stash 03:11:50 Warning: overwriting stash ‘coverage-report’ 03:11:51 Stashed 1 file(s) [Pipeline] } 03:11:51 $ docker stop --time=1 d8762aa5d06fac3561f2a7d15af03ada5770daced8b553068360caddc3db197d 03:11:53 $ docker rm -f d8762aa5d06fac3561f2a7d15af03ada5770daced8b553068360caddc3db197d [Pipeline] // withDockerContainer [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 [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] wrap 03:11:56 provisioning config files... 03:11:56 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config3835050455095595088tmp [Pipeline] { [Pipeline] sh 03:11:56 + curl -s https://codecov.io/bash 03:11:56 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config3835050455095595088tmp [Pipeline] } 03:11:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 03:11:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:11:59 ---> package-listing.sh 03:11:59 ++ facter osfamily 03:11:59 ++ tr '[:upper:]' '[:lower:]' 03:11:59 + OS_FAMILY=redhat 03:11:59 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-286 03:11:59 + START_PACKAGES=/tmp/packages_start.txt 03:11:59 + END_PACKAGES=/tmp/packages_end.txt 03:11:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:11:59 + PACKAGES=/tmp/packages_start.txt 03:11:59 + '[' /w/workspace/dry_go-mod-core-contracts_PR-286 ']' 03:11:59 + PACKAGES=/tmp/packages_end.txt 03:11:59 + case "${OS_FAMILY}" in 03:11:59 + rpm -qa 03:11:59 + sort 03:12:04 + '[' -f /tmp/packages_start.txt ']' 03:12:04 + '[' -f /tmp/packages_end.txt ']' 03:12:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:12:04 + '[' /w/workspace/dry_go-mod-core-contracts_PR-286 ']' 03:12:04 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-286/archives/ 03:12:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-286/archives/ [Pipeline] isUnix [Pipeline] sh 03:12:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:12:04 03:12:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:12:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:12:05 alpine: Pulling from edgex-lftools-log-publisher 03:12:05 df20fa9351a1: Pulling fs layer 03:12:05 36b3adc4ff6f: Pulling fs layer 03:12:05 8ad3a11d3b57: Pulling fs layer 03:12:05 46f8f816bc3b: Pulling fs layer 03:12:05 0dadc02b9964: Pulling fs layer 03:12:05 ce6a7cf60c04: Pulling fs layer 03:12:05 7a184a31f384: Pulling fs layer 03:12:05 0879bd2ef858: Pulling fs layer 03:12:05 46f8f816bc3b: Waiting 03:12:05 0dadc02b9964: Waiting 03:12:05 ce6a7cf60c04: Waiting 03:12:05 7a184a31f384: Waiting 03:12:05 0879bd2ef858: Waiting 03:12:05 36b3adc4ff6f: Download complete 03:12:05 46f8f816bc3b: Verifying Checksum 03:12:05 46f8f816bc3b: Download complete 03:12:05 df20fa9351a1: Verifying Checksum 03:12:05 0dadc02b9964: Download complete 03:12:05 ce6a7cf60c04: Download complete 03:12:05 7a184a31f384: Verifying Checksum 03:12:05 7a184a31f384: Download complete 03:12:05 8ad3a11d3b57: Verifying Checksum 03:12:05 df20fa9351a1: Pull complete 03:12:05 36b3adc4ff6f: Pull complete 03:12:05 0879bd2ef858: Verifying Checksum 03:12:05 0879bd2ef858: Download complete 03:12:06 8ad3a11d3b57: Pull complete 03:12:06 46f8f816bc3b: Pull complete 03:12:06 0dadc02b9964: Pull complete 03:12:07 ce6a7cf60c04: Pull complete 03:12:07 7a184a31f384: Pull complete 03:12:09 0879bd2ef858: Pull complete 03:12:09 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 03:12:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:12:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:12:09 prd-centos7-docker-4c-2g-43532 does not seem to be running inside a container 03:12:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_PR-286 -v /w/workspace/dry_go-mod-core-contracts_PR-286:/w/workspace/dry_go-mod-core-contracts_PR-286:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-286@tmp:/w/workspace/dry_go-mod-core-contracts_PR-286@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:12:14 $ docker top 4becb03b226592631c48ea498826b2aa1a9cc8fe84c1e84f618959f239be8fdc -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:15 + mkdir -p /var/log/sa [Pipeline] sh 03:12:15 + ls /var/log/sa-host 03:12:15 + sadf -c /var/log/sa-host/sa05 03:12:15 file_magic: OK 03:12:15 HZ: Using current value: 100 03:12:15 file_header: OK 03:12:15 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 03:12:15 Statistics: 03:12:15 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:12:15 File successfully converted to sysstat format version 12.2.1 03:12:15 + sadf -c /var/log/sa-host/sa16 03:12:15 file_magic: OK 03:12:15 HZ: Using current value: 100 03:12:15 file_header: OK 03:12:15 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 03:12:15 Statistics: 03:12:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:12:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:12:15 provisioning config files... 03:12:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config5837349517223579229tmp [Pipeline] { [Pipeline] echo 03:12:15 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:12:15 ---> create-netrc.sh [Pipeline] echo 03:12:15 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:12:16 ---> logs-deploy.sh 03:12:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-286/5 03:12:16 INFO: archiving workspace using pattern(s): 03:12:17 Archives upload complete. 03:12:17 INFO: archiving logs to Nexus 03:12:18 ---> uname -a: 03:12:18 Linux 4becb03b2265 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:12:18 03:12:18 03:12:18 ---> lscpu: 03:12:18 Architecture: x86_64 03:12:18 CPU op-mode(s): 32-bit, 64-bit 03:12:18 Byte Order: Little Endian 03:12:18 Address sizes: 40 bits physical, 48 bits virtual 03:12:18 CPU(s): 4 03:12:18 On-line CPU(s) list: 0-3 03:12:18 Thread(s) per core: 1 03:12:18 Core(s) per socket: 1 03:12:18 Socket(s): 4 03:12:18 NUMA node(s): 1 03:12:18 Vendor ID: GenuineIntel 03:12:18 CPU family: 6 03:12:18 Model: 44 03:12:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:12:18 Stepping: 1 03:12:18 CPU MHz: 2933.436 03:12:18 BogoMIPS: 5866.87 03:12:18 Virtualization: VT-x 03:12:18 Hypervisor vendor: KVM 03:12:18 Virtualization type: full 03:12:18 L1d cache: 128 KiB 03:12:18 L1i cache: 128 KiB 03:12:18 L2 cache: 16 MiB 03:12:18 L3 cache: 64 MiB 03:12:18 NUMA node0 CPU(s): 0-3 03:12:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:12:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:12:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:12:18 Vulnerability Meltdown: Mitigation; PTI 03:12:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:12:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:12:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:12:18 Vulnerability Tsx async abort: Not affected 03:12:18 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:12:18 03:12:18 03:12:18 ---> nproc: 03:12:18 4 03:12:18 03:12:18 03:12:18 ---> df -h: 03:12:18 Filesystem Size Used Available Use% Mounted on 03:12:18 overlay 50.0G 7.0G 43.0G 14% / 03:12:18 tmpfs 64.0M 0 64.0M 0% /dev 03:12:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:12:18 shm 64.0M 0 64.0M 0% /dev/shm 03:12:18 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 03:12:18 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 03:12:18 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 03:12:18 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-286 03:12:18 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-286@tmp 03:12:18 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 03:12:18 03:12:18 03:12:18 ---> free -m: 03:12:18 total used free shared buff/cache available 03:12:18 Mem: 1837 642 141 0 1053 1088 03:12:18 Swap: 1023 1 1022 03:12:18 03:12:18 03:12:18 ---> ip addr: 03:12:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:12:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:12:18 inet 127.0.0.1/8 scope host lo 03:12:18 valid_lft forever preferred_lft forever 03:12:18 6: eth0@if7: mtu 1458 qdisc noqueue state UP 03:12:18 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:12:18 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:12:18 valid_lft forever preferred_lft forever 03:12:18 03:12:18 03:12:18 ---> sar -b -r -n DEV: 03:12:18 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 03:12:18 03:12:18 03:06:32 LINUX RESTART (4 CPU) 03:12:18 03:12:18 03:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:12:18 03:08:01 136.50 47.55 88.95 0.00 7659.12 39584.85 0.00 03:12:18 03:09:01 2.86 0.00 2.86 0.00 0.00 79.57 0.00 03:12:18 03:10:01 0.45 0.00 0.45 0.00 0.00 7.33 0.00 03:12:18 03:11:01 0.28 0.00 0.28 0.00 0.00 4.46 0.00 03:12:18 03:12:02 30.27 29.90 0.37 0.00 3165.77 10.61 0.00 03:12:18 Average: 34.08 15.50 18.59 0.00 2165.63 7940.53 0.00 03:12:18 03:12:18 03:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:12:18 03:08:01 177292 0 559188 29.72 2620 1142456 1123944 38.36 400308 1142636 120 03:12:18 03:09:01 184184 0 552200 29.35 2620 1142552 1070976 36.55 397912 1139124 16 03:12:18 03:10:01 181688 0 554684 29.48 2620 1142564 1071216 36.56 401372 1139112 20 03:12:18 03:11:01 177648 0 558724 29.69 2620 1142564 1071284 36.56 405232 1138544 8 03:12:18 03:12:02 74460 0 585024 31.09 2620 1219452 1107536 37.80 429368 1213080 76 03:12:18 Average: 159054 0 561964 29.87 2620 1157918 1088991 37.17 406838 1154499 48 03:12:18 03:12:18 03:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:12:18 03:08:01 eth0 559.89 328.43 1068.26 107.69 0.00 0.00 0.00 0.00 03:12:18 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 03:08:01 docker0 5.19 3.65 0.98 10.91 0.00 0.00 0.00 0.00 03:12:18 03:09:01 eth0 0.53 0.07 0.04 0.01 0.00 0.00 0.00 0.00 03:12:18 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 03:10:01 eth0 1.20 0.52 0.40 0.22 0.00 0.00 0.00 0.00 03:12:18 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 03:11:01 eth0 2.68 1.30 2.23 0.23 0.00 0.00 0.00 0.00 03:12:18 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 03:12:02 eth0 7.98 4.73 7.83 2.55 0.00 0.00 0.00 0.00 03:12:18 03:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 03:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 Average: eth0 114.50 67.03 215.84 22.15 0.00 0.00 0.00 0.00 03:12:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:12:18 Average: docker0 1.04 0.73 0.20 2.18 0.00 0.00 0.00 0.00 03:12:18 03:12:18 03:12:18 ---> sar -P ALL: 03:12:18 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 03:12:18 03:12:18 03:06:32 LINUX RESTART (4 CPU) 03:12:18 03:12:18 03:07:01 CPU %user %nice %system %iowait %steal %idle 03:12:18 03:08:01 all 14.72 0.00 7.11 7.52 0.10 70.54 03:12:18 03:08:01 0 15.51 0.00 6.88 6.21 0.10 71.30 03:12:18 03:08:01 1 14.70 0.00 6.37 10.36 0.10 68.47 03:12:18 03:08:01 2 14.74 0.00 7.35 6.15 0.07 71.70 03:12:18 03:08:01 3 13.95 0.00 7.84 7.38 0.12 70.71 03:12:18 03:09:01 all 0.17 0.00 0.04 0.00 0.00 99.79 03:12:18 03:09:01 0 0.05 0.00 0.07 0.00 0.00 99.88 03:12:18 03:09:01 1 0.38 0.00 0.02 0.00 0.00 99.60 03:12:18 03:09:01 2 0.08 0.00 0.03 0.00 0.00 99.88 03:12:18 03:09:01 3 0.15 0.00 0.05 0.00 0.00 99.80 03:12:18 03:10:01 all 0.18 0.00 0.05 0.00 0.01 99.76 03:12:18 03:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:12:18 03:10:01 1 0.40 0.00 0.05 0.00 0.00 99.55 03:12:18 03:10:01 2 0.18 0.00 0.03 0.00 0.02 99.77 03:12:18 03:10:01 3 0.10 0.00 0.08 0.00 0.03 99.78 03:12:18 03:11:01 all 0.15 0.00 0.05 0.00 0.01 99.80 03:12:18 03:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:12:18 03:11:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:12:18 03:11:01 2 0.45 0.00 0.05 0.00 0.00 99.50 03:12:18 03:11:01 3 0.07 0.00 0.07 0.00 0.02 99.85 03:12:18 03:12:02 all 0.59 0.00 0.27 0.66 0.00 98.48 03:12:18 03:12:02 0 0.48 0.00 0.28 0.62 0.00 98.62 03:12:18 03:12:02 1 0.75 0.00 0.45 1.75 0.00 97.05 03:12:18 03:12:02 2 0.90 0.00 0.18 0.25 0.00 98.67 03:12:18 03:12:02 3 0.22 0.00 0.15 0.02 0.02 99.60 03:12:18 Average: all 3.12 0.00 1.48 1.62 0.03 93.75 03:12:18 Average: 0 3.18 0.00 1.44 1.35 0.02 94.01 03:12:18 Average: 1 3.21 0.00 1.37 2.39 0.02 93.00 03:12:18 Average: 2 3.23 0.00 1.51 1.26 0.02 93.98 03:12:18 Average: 3 2.86 0.00 1.62 1.46 0.04 94.03 03:12:18 03:12:18 03:12:18