Pull request #440 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a330e7de4c1759d536c20ea475dc9053b4c8d296+63636778d30345d5ac12e48b8bf681c988e47fd6 (8ab7977a8b5c49c57d2540588825271fb278674c) 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16559119493972974705.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh14551577100395166432.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-440/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-440/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9978120206234135377.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-440/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5222848813067389510.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5350509969804066663.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-440/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-440/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1698009979941924964.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap 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 SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-6086 in /w/workspace/xfoundry_go-mod-bootstrap_PR-440 [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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-440 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/440/head:refs/remotes/origin/PR-440 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 63636778d30345d5ac12e48b8bf681c988e47fd6 into PR head commit a330e7de4c1759d536c20ea475dc9053b4c8d296 Merge succeeded, producing a330e7de4c1759d536c20ea475dc9053b4c8d296 Checking out Revision a330e7de4c1759d536c20ea475dc9053b4c8d296 (PR-440) > git config core.sparsecheckout # timeout=10 > git checkout -f a330e7de4c1759d536c20ea475dc9053b4c8d296 # 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 63636778d30345d5ac12e48b8bf681c988e47fd6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a330e7de4c1759d536c20ea475dc9053b4c8d296 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:57:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:57:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:57:35 ========================================================= 09:57:35 EdgeX Global Pipelines Version Info 09:57:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:57:36 ------------------- 09:57:36 stable info: 09:57:36 ------------------- 09:57:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:57:36 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 09:57:36 Message: update stable to v1.0.244 09:57:36 ------------------- 09:57:36 experimental info: 09:57:36 ------------------- 09:57:36 Commited By: **** collab-it+edgex@linuxfoundation.org 09:57:36 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 09:57:36 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:57:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-440 [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-440 [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-440 [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a330e7d [Pipeline] echo 09:57:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:57:39 + git rev-list -1 --merges a330e7de4c1759d536c20ea475dc9053b4c8d296~1..a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] echo 09:57:39 -----------> git rev-list -1 --merges a330e7de4c1759d536c20ea475dc9053b4c8d296~1..a330e7de4c1759d536c20ea475dc9053b4c8d296 a330e7de4c1759d536c20ea475dc9053b4c8d296 [false] [Pipeline] sh 09:57:39 + git log --format=format:%s -1 a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] echo 09:57:39 ========================================================= 09:57:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:57:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:57:39 + git log --format=format:%s -1 a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] echo 09:57:39 [semverPrep] GIT_COMMIT: a330e7de4c1759d536c20ea475dc9053b4c8d296, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo 09:57:39 [semverPrep] This is not a build commit. [Pipeline] sh 09:57:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:57:40 + grep -v github /etc/ssh/ssh_known_hosts 09:57:40 + [ -e /tmp/ssh_known_hosts ] 09:57:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:57:40 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:57:40 sudo tee -a /etc/ssh/ssh_known_hosts 09:57:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:41 09:57:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:42 0.1.4: Pulling from edgex-devops/py-git-semver 09:57:42 b85a868b505f: Pulling fs layer 09:57:42 e2be974225ed: Pulling fs layer 09:57:42 339a4e72a1f5: Pulling fs layer 09:57:42 988bab9f4d93: Pulling fs layer 09:57:42 1469e6f7b9e6: Pulling fs layer 09:57:42 eaf3925da568: Pulling fs layer 09:57:42 bab4dde63d76: Pulling fs layer 09:57:42 bde34c3a00c8: Pulling fs layer 09:57:42 b352a97aabf1: Pulling fs layer 09:57:42 4872d77fe225: Pulling fs layer 09:57:42 5851b861e8e6: Pulling fs layer 09:57:42 988bab9f4d93: Waiting 09:57:42 1469e6f7b9e6: Waiting 09:57:42 eaf3925da568: Waiting 09:57:42 bab4dde63d76: Waiting 09:57:42 4872d77fe225: Waiting 09:57:42 5851b861e8e6: Waiting 09:57:42 b352a97aabf1: Waiting 09:57:42 bde34c3a00c8: Waiting 09:57:42 e2be974225ed: Verifying Checksum 09:57:42 e2be974225ed: Download complete 09:57:42 988bab9f4d93: Verifying Checksum 09:57:42 988bab9f4d93: Download complete 09:57:42 339a4e72a1f5: Verifying Checksum 09:57:42 339a4e72a1f5: Download complete 09:57:42 1469e6f7b9e6: Verifying Checksum 09:57:42 1469e6f7b9e6: Download complete 09:57:42 eaf3925da568: Verifying Checksum 09:57:42 eaf3925da568: Download complete 09:57:42 bde34c3a00c8: Verifying Checksum 09:57:42 bde34c3a00c8: Download complete 09:57:42 b352a97aabf1: Download complete 09:57:42 4872d77fe225: Verifying Checksum 09:57:42 4872d77fe225: Download complete 09:57:42 5851b861e8e6: Verifying Checksum 09:57:42 5851b861e8e6: Download complete 09:57:42 b85a868b505f: Download complete 09:57:43 bab4dde63d76: Verifying Checksum 09:57:43 bab4dde63d76: Download complete 09:57:44 b85a868b505f: Pull complete 09:57:44 e2be974225ed: Pull complete 09:57:44 339a4e72a1f5: Pull complete 09:57:44 988bab9f4d93: Pull complete 09:57:44 1469e6f7b9e6: Pull complete 09:57:45 eaf3925da568: Pull complete 09:57:46 bab4dde63d76: Pull complete 09:57:46 bde34c3a00c8: Pull complete 09:57:47 b352a97aabf1: Pull complete 09:57:47 4872d77fe225: Pull complete 09:57:47 5851b861e8e6: Pull complete 09:57:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:57:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:57:47 prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container 09:57:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-440 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440:/w/workspace/xfoundry_go-mod-bootstrap_PR-440:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@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-devops/py-git-semver:0.1.4 cat 09:57:53 $ docker top 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:57:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:57:53 [ssh-agent] Looking for ssh-agent implementation... 09:57:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:57:53 $ docker exec 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 ssh-agent 09:57:53 SSH_AUTH_SOCK=/tmp/ssh-SxHoVsXIk9pK/agent.32 09:57:53 SSH_AGENT_PID=38 09:57:53 Running ssh-add (command line suppressed) 09:57:54 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp/private_key_14325459415805602481.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp/private_key_14325459415805602481.key) 09:57:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:57:54 + git tag --points-at HEAD [Pipeline] } 09:57:54 $ docker exec --env ******** --env ******** 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 ssh-agent -k 09:57:54 unset SSH_AUTH_SOCK; 09:57:54 unset SSH_AGENT_PID; 09:57:54 echo Agent pid 38 killed; 09:57:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:57:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:57:54 [ssh-agent] Looking for ssh-agent implementation... 09:57:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:57:54 $ docker exec 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 ssh-agent 09:57:54 SSH_AUTH_SOCK=/tmp/ssh-yvhOOnykvghY/agent.71 09:57:54 SSH_AGENT_PID=77 09:57:54 Running ssh-add (command line suppressed) 09:57:54 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp/private_key_10968336657227362333.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp/private_key_10968336657227362333.key) 09:57:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:57:55 + git semver init 09:57:55 2023-02-15 09:57:55,419 [run_init] DEBUG init version:0.0.0 force:False 09:57:55 2023-02-15 09:57:55,419 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver 09:57:55 2023-02-15 09:57:55,420 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver 09:57:55 2023-02-15 09:57:55,420 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-440, universal_newlines=False, shell=None, istream=None) 09:57:56 2023-02-15 09:57:56,376 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.git/info/exclude 09:57:56 2023-02-15 09:57:56,376 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver/PR-440 with force:False 09:57:56 2023-02-15 09:57:56,376 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver/PR-440 09:57:56 2023-02-15 09:57:56,381 [execute] INFO git cat-file --batch-check 09:57:56 2023-02-15 09:57:56,381 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver, universal_newlines=False, shell=None, istream=) 09:57:56 2023-02-15 09:57:56,388 [execute] INFO git cat-file --batch 09:57:56 2023-02-15 09:57:56,389 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver, universal_newlines=False, shell=None, istream=) 09:57:56 2023-02-15 09:57:56,395 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver/PR-440 09:57:56 0.0.0 [Pipeline] } 09:57:56 $ docker exec --env ******** --env ******** 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 ssh-agent -k 09:57:56 unset SSH_AUTH_SOCK; 09:57:56 unset SSH_AGENT_PID; 09:57:56 echo Agent pid 77 killed; 09:57:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:57:56 + git semver [Pipeline] } 09:57:57 $ docker stop --time=1 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 09:57:58 $ docker rm -f --volumes 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 [Pipeline] // withDockerContainer [Pipeline] sh 09:57:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:57:59 Stashed 1 file(s) [Pipeline] echo 09:57:59 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 09:57:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6092 in /w/workspace/xfoundry_go-mod-bootstrap_PR-440 [Pipeline] { [Pipeline] echo 09:57:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] ws 09:57:59 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] echo 09:57:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] checkout 09:57:59 Selected Git installation does not exist. Using Default 09:57:59 The recommended git tool is: NONE [Pipeline] echo 09:57:59 ========================================================= 09:57:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 09:57:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:58:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:58:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 09:58:00 213ec9aee27d: Pulling fs layer 09:58:00 4583459ba037: Pulling fs layer 09:58:00 93c1e223e6f2: Pulling fs layer 09:58:00 53926ce57604: Pulling fs layer 09:58:00 21b2b0c7a3f4: Pulling fs layer 09:58:00 22ff95d597cd: Pulling fs layer 09:58:00 12d6caf4c0d1: Pulling fs layer 09:58:00 96b7cbca73a9: Pulling fs layer 09:58:00 a7acece74701: Pulling fs layer 09:58:00 21b2b0c7a3f4: Waiting 09:58:00 22ff95d597cd: Waiting 09:58:00 12d6caf4c0d1: Waiting 09:58:00 96b7cbca73a9: Waiting 09:58:00 a7acece74701: Waiting 09:58:00 53926ce57604: Waiting 09:58:00 93c1e223e6f2: Verifying Checksum 09:58:00 93c1e223e6f2: Download complete 09:58:00 4583459ba037: Download complete 09:58:00 21b2b0c7a3f4: Verifying Checksum 09:58:00 21b2b0c7a3f4: Download complete 09:58:00 22ff95d597cd: Verifying Checksum 09:58:00 22ff95d597cd: Download complete 09:58:00 213ec9aee27d: Verifying Checksum 09:58:00 12d6caf4c0d1: Verifying Checksum 09:58:00 12d6caf4c0d1: Download complete 09:58:00 213ec9aee27d: Pull complete 09:58:01 4583459ba037: Pull complete 09:58:01 93c1e223e6f2: Pull complete 09:58:01 a7acece74701: Verifying Checksum 09:58:01 a7acece74701: Download complete 09:58:01 53926ce57604: Verifying Checksum 09:58:01 53926ce57604: Download complete 09:58:02 96b7cbca73a9: Verifying Checksum 09:58:02 96b7cbca73a9: Download complete 09:58:04 using credential edgex-jenkins-ssh 09:58:04 Cloning the remote Git repository 09:58:04 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 09:58:04 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 09:58:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:58:05 > git --version # timeout=10 09:58:05 > git --version # 'git version 2.25.1' 09:58:05 using GIT_SSH to set credentials SSH Credentials for GitHub 09:58:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:58:06 53926ce57604: Pull complete 09:58:06 21b2b0c7a3f4: Pull complete 09:58:06 22ff95d597cd: Pull complete 09:58:06 12d6caf4c0d1: Pull complete 09:58:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:58:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:58:08 Merging remotes/origin/main commit 63636778d30345d5ac12e48b8bf681c988e47fd6 into PR head commit a330e7de4c1759d536c20ea475dc9053b4c8d296 09:58:08 96b7cbca73a9: Pull complete 09:58:08 Merge succeeded, producing a330e7de4c1759d536c20ea475dc9053b4c8d296 09:58:08 Checking out Revision a330e7de4c1759d536c20ea475dc9053b4c8d296 (PR-440) 09:58:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:58:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:58:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:58:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/440/head:refs/remotes/origin/PR-440 +refs/heads/main:refs/remotes/origin/main # timeout=10 09:58:08 > git config core.sparsecheckout # timeout=10 09:58:08 > git checkout -f a330e7de4c1759d536c20ea475dc9053b4c8d296 # timeout=10 09:58:08 > git remote # timeout=10 09:58:08 > git config --get remote.origin.url # timeout=10 09:58:08 using GIT_SSH to set credentials SSH Credentials for GitHub 09:58:08 > git merge 63636778d30345d5ac12e48b8bf681c988e47fd6 # timeout=10 09:58:08 > git rev-parse HEAD^{commit} # timeout=10 09:58:08 > git config core.sparsecheckout # timeout=10 09:58:08 > git checkout -f a330e7de4c1759d536c20ea475dc9053b4c8d296 # timeout=10 09:58:08 a7acece74701: Pull complete 09:58:08 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 09:58:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:58:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 09:58:09 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 09:58:09 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:09 > git --version # timeout=10 09:58:09 > git --version # 'git version 2.25.1' 09:58:09 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 09:58:09 + docker inspect -f . ci-base-image-x86_64 09:58:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:09 prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container 09:58:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_PR-440 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440:/w/workspace/xfoundry_go-mod-bootstrap_PR-440:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@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 ******** ci-base-image-x86_64 cat 09:58:31 $ docker top e2a73792c0f0e731e9142c15438ac3abb43c64e64fb5435b23f333a85e0249a3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:58:31 + go version 09:58:31 go version go1.18.7 linux/amd64 [Pipeline] } 09:58:31 $ docker stop --time=1 e2a73792c0f0e731e9142c15438ac3abb43c64e64fb5435b23f333a85e0249a3 09:58:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:58:32 % Total % Received % Xferd Average Speed Time Time Time Current 09:58:32 Dload Upload Total Spent Left Speed 09:58:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 83339 09:58:34 $ docker rm -f --volumes e2a73792c0f0e731e9142c15438ac3abb43c64e64fb5435b23f333a85e0249a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix 09:58:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh 09:58:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 09:58:35 sudo tee /etc/docker/daemon.new 09:58:35 { 09:58:35 "registry-mirrors": [ 09:58:35 "https://nexus3.edgexfoundry.org:10001" 09:58:35 ], 09:58:35 "bip": "10.250.0.254/24", 09:58:35 "hosts": [ 09:58:35 "tcp://0.0.0.0:5555", 09:58:35 "unix:///var/run/docker.sock" 09:58:35 ], 09:58:35 "mtu": 1458, 09:58:35 "selinux-enabled": true, 09:58:35 "seccomp-profile": "/etc/docker/seccomp.json" 09:58:35 } [Pipeline] sh 09:58:35 + docker inspect -f . ci-base-image-x86_64 09:58:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:35 prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container 09:58:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_go-mod-bootstrap_PR-440 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440:/w/workspace/xfoundry_go-mod-bootstrap_PR-440:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@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 ******** ci-base-image-x86_64 cat 09:58:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 09:58:37 $ docker top 71df6c03dc268852077b38cf2e1ea5845417eb09752d5a0be4e3d59ea2ae94e3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 09:58:37 + sudo service docker restart 09:58:37 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-440 [Pipeline] fileExists [Pipeline] sh 09:58:38 + make test 09:58:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:58:38 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 09:58:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.14 09:58:38 go: downloading github.com/stretchr/testify v1.8.1 09:58:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.10 09:58:38 go: downloading github.com/google/uuid v1.3.0 09:58:38 go: downloading github.com/hashicorp/go-multierror v1.1.1 09:58:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 09:58:38 go: downloading github.com/pelletier/go-toml v1.9.5 09:58:38 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 09:58:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 09:58:38 go: downloading github.com/mitchellh/copystructure v1.2.0 09:58:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 09:58:38 go: downloading github.com/gorilla/mux v1.8.0 09:58:38 go: downloading github.com/davecgh/go-spew v1.1.1 09:58:38 go: downloading github.com/pmezard/go-difflib v1.0.0 09:58:38 go: downloading github.com/stretchr/objx v0.5.0 09:58:38 go: downloading gopkg.in/yaml.v3 v3.0.1 09:58:38 go: downloading github.com/hashicorp/errwrap v1.0.0 09:58:38 go: downloading github.com/go-kit/log v0.2.1 09:58:38 go: downloading github.com/go-playground/validator/v10 v10.11.2 09:58:38 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 09:58:38 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 09:58:38 go: downloading github.com/mitchellh/reflectwalk v1.0.2 09:58:38 go: downloading github.com/go-redis/redis/v7 v7.3.0 09:58:38 go: downloading github.com/go-playground/universal-translator v0.18.1 09:58:38 go: downloading github.com/leodido/go-urn v1.2.1 09:58:38 go: downloading golang.org/x/crypto v0.5.0 09:58:38 go: downloading golang.org/x/text v0.6.0 09:58:38 go: downloading github.com/hashicorp/consul/api v1.18.0 09:58:38 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:58:38 go: downloading github.com/zeebo/errs v1.3.0 09:58:38 go: downloading google.golang.org/grpc v1.51.0 09:58:38 go: downloading github.com/go-playground/locales v0.14.1 09:58:38 go: downloading github.com/gorilla/websocket v1.4.2 09:58:38 go: downloading golang.org/x/net v0.5.0 09:58:38 go: downloading golang.org/x/sync v0.1.0 09:58:38 go: downloading github.com/go-logfmt/logfmt v0.5.1 09:58:38 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 09:58:38 go: downloading google.golang.org/protobuf v1.28.1 09:58:38 go: downloading github.com/x448/float16 v0.8.4 09:58:38 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:58:38 go: downloading github.com/hashicorp/go-hclog v0.14.1 09:58:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:58:39 go: downloading github.com/hashicorp/serf v0.10.1 09:58:39 go: downloading github.com/mitchellh/mapstructure v1.5.0 09:58:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:58:39 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 09:58:39 go: downloading github.com/golang/protobuf v1.5.2 09:58:39 go: downloading golang.org/x/sys v0.4.0 09:58:39 go: downloading github.com/fatih/color v1.9.0 09:58:39 go: downloading github.com/mattn/go-isatty v0.0.14 09:58:39 go: downloading github.com/armon/go-metrics v0.3.10 09:58:39 go: downloading github.com/mattn/go-colorable v0.1.12 09:58:39 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 09:58:39 go: downloading github.com/hashicorp/golang-lru v0.5.4 09:58:49 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [Pipeline] unstash [Pipeline] echo 09:58:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:58:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:58:56 ========================================================= 09:58:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 09:58:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:58:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 09:58:57 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:58:57 9b18e9b68314: Pulling fs layer 09:58:57 35d82f9e3411: Pulling fs layer 09:58:57 e16973657156: Pulling fs layer 09:58:57 fc693d55d65f: Pulling fs layer 09:58:57 7e9fc2657dce: Pulling fs layer 09:58:57 dda99020689f: Pulling fs layer 09:58:57 db1c61fa0a46: Pulling fs layer 09:58:57 891c053d2c06: Pulling fs layer 09:58:57 fc693d55d65f: Waiting 09:58:57 7e9fc2657dce: Waiting 09:58:57 dda99020689f: Waiting 09:58:57 db1c61fa0a46: Waiting 09:58:57 891c053d2c06: Waiting 09:58:57 e16973657156: Verifying Checksum 09:58:57 e16973657156: Download complete 09:58:57 35d82f9e3411: Verifying Checksum 09:58:57 35d82f9e3411: Download complete 09:58:57 7e9fc2657dce: Download complete 09:58:57 dda99020689f: Verifying Checksum 09:58:57 dda99020689f: Download complete 09:58:57 9b18e9b68314: Verifying Checksum 09:58:57 9b18e9b68314: Download complete 09:58:58 9b18e9b68314: Pull complete 09:58:58 891c053d2c06: Verifying Checksum 09:58:58 891c053d2c06: Download complete 09:58:58 35d82f9e3411: Pull complete 09:58:58 e16973657156: Pull complete 09:58:59 db1c61fa0a46: Download complete 09:58:59 fc693d55d65f: Verifying Checksum 09:58:59 fc693d55d65f: Download complete 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.032s coverage: 35.4% of statements 09:59:11 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.015s coverage: 92.5% of statements 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.012s coverage: 85.3% of statements 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.023s coverage: 46.1% of statements 09:59:11 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 09:59:11 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.009s coverage: 100.0% of statements 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.321s coverage: 88.3% of statements 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.008s coverage: 25.0% of statements 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.041s coverage: 81.2% of statements 09:59:11 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.030s coverage: 31.2% of statements 09:59:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.011s coverage: 91.3% of statements 09:59:12 fc693d55d65f: Pull complete 09:59:12 7e9fc2657dce: Pull complete 09:59:12 dda99020689f: Pull complete 09:59:18 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 09:59:18 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:59:18 db1c61fa0a46: Pull complete 09:59:20 891c053d2c06: Pull complete 09:59:20 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 09:59:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 09:59:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 09:59:20 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:21 + docker inspect -f . ci-base-image-arm64 09:59:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:59:21 prd-ubuntu20.04-docker-arm64-4c-16g-6092 does not seem to be running inside a container 09:59:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:59:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:59:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** ci-base-image-arm64 cat 09:59:24 $ docker top b6658cde439afef14ca90010b71af8c9a4b5ca525cb3664f372d093a6c95fc34 -eo pid,comm [Pipeline] { [Pipeline] echo 09:59:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [Pipeline] } 09:59:25 $ docker stop --time=1 71df6c03dc268852077b38cf2e1ea5845417eb09752d5a0be4e3d59ea2ae94e3 09:59:25 + go version 09:59:25 go version go1.18.7 linux/arm64 09:59:28 $ docker rm -f --volumes 71df6c03dc268852077b38cf2e1ea5845417eb09752d5a0be4e3d59ea2ae94e3 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 09:59:29 $ docker stop --time=1 b6658cde439afef14ca90010b71af8c9a4b5ca525cb3664f372d093a6c95fc34 09:59:29 + sudo chown -R jenkins:jenkins . 09:59:30 $ docker rm -f --volumes b6658cde439afef14ca90010b71af8c9a4b5ca525cb3664f372d093a6c95fc34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash 09:59:31 Stashed 1 file(s) [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] script [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional 09:59:31 + docker inspect -f . ci-base-image-arm64 09:59:31 . [Pipeline] } [Pipeline] // stage Post stage [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:59:32 prd-ubuntu20.04-docker-arm64-4c-16g-6092 does not seem to be running inside a container 09:59:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** ci-base-image-arm64 cat 09:59:33 $ docker top 136ac85fef5428ca9f82e19cee8605bf2611c37c073a8bec5a852a472c6fcf7d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:59:34 09:59:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 09:59:34 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh [Pipeline] sh 09:59:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:59:34 latest: Pulling from edgex-lftools-log-publisher 09:59:34 5eb5b503b376: Pulling fs layer 09:59:34 5c69ac0246d0: Pulling fs layer 09:59:34 ec43610c2a17: Pulling fs layer 09:59:34 3a2ae6a8a46f: Pulling fs layer 09:59:34 33b1e0a273af: Pulling fs layer 09:59:34 5d3b04190fa2: Pulling fs layer 09:59:34 2f39f015ded8: Pulling fs layer 09:59:34 3a2ae6a8a46f: Waiting 09:59:34 33b1e0a273af: Waiting 09:59:34 5d3b04190fa2: Waiting 09:59:34 5c69ac0246d0: Download complete 09:59:34 3a2ae6a8a46f: Verifying Checksum 09:59:34 3a2ae6a8a46f: Download complete 09:59:34 33b1e0a273af: Verifying Checksum 09:59:34 33b1e0a273af: Download complete 09:59:34 5d3b04190fa2: Download complete 09:59:35 + make test 09:59:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:59:35 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 09:59:35 go: downloading github.com/pelletier/go-toml v1.9.5 09:59:35 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.14 09:59:35 go: downloading github.com/stretchr/testify v1.8.1 09:59:35 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 09:59:35 go: downloading github.com/mitchellh/copystructure v1.2.0 09:59:35 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 09:59:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 09:59:35 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.10 09:59:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 09:59:35 go: downloading github.com/gorilla/mux v1.8.0 09:59:35 go: downloading github.com/google/uuid v1.3.0 09:59:35 go: downloading github.com/hashicorp/go-multierror v1.1.1 09:59:35 go: downloading github.com/davecgh/go-spew v1.1.1 09:59:35 go: downloading github.com/pmezard/go-difflib v1.0.0 09:59:35 go: downloading gopkg.in/yaml.v3 v3.0.1 09:59:35 go: downloading github.com/stretchr/objx v0.5.0 09:59:35 go: downloading github.com/go-kit/log v0.2.1 09:59:35 go: downloading github.com/go-playground/validator/v10 v10.11.2 09:59:35 go: downloading github.com/mitchellh/reflectwalk v1.0.2 09:59:35 ec43610c2a17: Verifying Checksum 09:59:35 ec43610c2a17: Download complete 09:59:35 5eb5b503b376: Verifying Checksum 09:59:35 5eb5b503b376: Download complete 09:59:35 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 09:59:35 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 09:59:35 go: downloading github.com/gorilla/websocket v1.4.2 09:59:35 go: downloading golang.org/x/net v0.5.0 09:59:35 go: downloading golang.org/x/sync v0.1.0 09:59:35 go: downloading github.com/hashicorp/errwrap v1.0.0 09:59:36 go: downloading github.com/hashicorp/consul/api v1.18.0 09:59:36 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:59:36 go: downloading github.com/go-logfmt/logfmt v0.5.1 09:59:36 go: downloading github.com/go-playground/universal-translator v0.18.1 09:59:36 go: downloading github.com/leodido/go-urn v1.2.1 09:59:36 go: downloading golang.org/x/crypto v0.5.0 09:59:36 go: downloading golang.org/x/text v0.6.0 09:59:36 go: downloading github.com/go-redis/redis/v7 v7.3.0 09:59:36 go: downloading github.com/zeebo/errs v1.3.0 09:59:36 go: downloading google.golang.org/grpc v1.51.0 09:59:37 5eb5b503b376: Pull complete 09:59:37 5c69ac0246d0: Pull complete 09:59:37 go: downloading github.com/x448/float16 v0.8.4 09:59:37 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:59:37 go: downloading github.com/mitchellh/mapstructure v1.5.0 09:59:37 go: downloading github.com/go-playground/locales v0.14.1 09:59:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:59:37 go: downloading github.com/hashicorp/go-hclog v0.14.1 09:59:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:59:37 go: downloading github.com/hashicorp/serf v0.10.1 09:59:37 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 09:59:38 go: downloading google.golang.org/protobuf v1.28.1 09:59:38 ec43610c2a17: Pull complete 09:59:38 3a2ae6a8a46f: Pull complete 09:59:38 33b1e0a273af: Pull complete 09:59:38 5d3b04190fa2: Pull complete 09:59:40 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 09:59:40 go: downloading github.com/fatih/color v1.9.0 09:59:40 go: downloading github.com/mattn/go-isatty v0.0.14 09:59:40 go: downloading github.com/armon/go-metrics v0.3.10 09:59:40 go: downloading github.com/golang/protobuf v1.5.2 09:59:40 go: downloading golang.org/x/sys v0.4.0 09:59:40 go: downloading github.com/mattn/go-colorable v0.1.12 09:59:40 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 09:59:40 go: downloading github.com/hashicorp/golang-lru v0.5.4 09:59:43 2f39f015ded8: Pull complete 09:59:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:59:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:59:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:59:43 prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container 09:59:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-440 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440:/w/workspace/xfoundry_go-mod-bootstrap_PR-440:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:59:57 $ docker top a2b653ae19e871048d6eaa40cace18b124d44b4eea4cf47d299458b422e35361 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:58 ---> job-cost.sh 09:59:58 lf-activate-venv: SKIPPING 09:59:58 INFO: No Stack... 09:59:58 INFO: Retrieving Pricing Info for: v3-standard-8 09:59:59 INFO: Archiving Costs [Pipeline] sh 09:59:59 + cat /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives/cost.csv 09:59:59 + cut -d, -f6 [Pipeline] lock 09:59:59 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] 09:59:59 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] did not exist. Created. 09:59:59 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:59:59 + echo total: 0.4399999976158142 [Pipeline] stash 10:00:00 Stashed 1 file(s) [Pipeline] } 10:00:00 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:00:00 $ docker stop --time=1 a2b653ae19e871048d6eaa40cace18b124d44b4eea4cf47d299458b422e35361 10:00:01 $ docker rm -f --volumes a2b653ae19e871048d6eaa40cace18b124d44b4eea4cf47d299458b422e35361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:01:02 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.136s coverage: 35.4% of statements 10:01:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.097s coverage: 92.5% of statements 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.041s coverage: 85.3% of statements 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.110s coverage: 46.1% of statements 10:01:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 10:01:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.058s coverage: 100.0% of statements 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.369s coverage: 88.3% of statements 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.052s coverage: 25.0% of statements 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.130s coverage: 81.2% of statements 10:01:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.042s coverage: 31.2% of statements 10:01:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.018s coverage: 91.3% of statements 10:01:24 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:01:24 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:01:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:01:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 10:01:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:01:46 $ docker stop --time=1 136ac85fef5428ca9f82e19cee8605bf2611c37c073a8bec5a852a472c6fcf7d 10:01:48 $ docker rm -f --volumes 136ac85fef5428ca9f82e19cee8605bf2611c37c073a8bec5a852a472c6fcf7d [Pipeline] // withDockerContainer [Pipeline] sh 10:01:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:01:50 Warning: overwriting stash ‘coverage-report’ 10:01:51 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:01:52 10:01:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:01:52 arm64: Pulling from edgex-lftools-log-publisher 10:01:52 8998bd30e6a1: Pulling fs layer 10:01:52 04944245beec: Pulling fs layer 10:01:52 699f458cf7ca: Pulling fs layer 10:01:52 765212b225bb: Pulling fs layer 10:01:52 f23df028b6ca: Pulling fs layer 10:01:52 d65c8cfc05b1: Pulling fs layer 10:01:52 2437ff75d9bd: Pulling fs layer 10:01:52 f23df028b6ca: Waiting 10:01:52 d65c8cfc05b1: Waiting 10:01:52 765212b225bb: Waiting 10:01:52 2437ff75d9bd: Waiting 10:01:52 04944245beec: Verifying Checksum 10:01:52 04944245beec: Download complete 10:01:52 765212b225bb: Download complete 10:01:52 f23df028b6ca: Download complete 10:01:52 d65c8cfc05b1: Verifying Checksum 10:01:52 d65c8cfc05b1: Download complete 10:01:53 699f458cf7ca: Verifying Checksum 10:01:53 699f458cf7ca: Download complete 10:01:53 8998bd30e6a1: Verifying Checksum 10:01:53 8998bd30e6a1: Download complete 10:01:56 2437ff75d9bd: Verifying Checksum 10:01:56 2437ff75d9bd: Download complete 10:01:58 8998bd30e6a1: Pull complete 10:01:59 04944245beec: Pull complete 10:02:00 699f458cf7ca: Pull complete 10:02:00 765212b225bb: Pull complete 10:02:01 f23df028b6ca: Pull complete 10:02:01 d65c8cfc05b1: Pull complete 10:02:16 2437ff75d9bd: Pull complete 10:02:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:02:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:02:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:02:16 prd-ubuntu20.04-docker-arm64-4c-16g-6092 does not seem to be running inside a container 10:02:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:02:19 $ docker top 47b2bfb2ef4683e283c11bf6b753ac163df8675a27d9c22bab01975c8c5a3b15 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:02:20 ---> job-cost.sh 10:02:20 lf-activate-venv: SKIPPING 10:02:20 INFO: No Stack... 10:02:20 INFO: Retrieving Pricing Info for: v3-standard-4 10:02:21 INFO: Archiving Costs [Pipeline] sh 10:02:22 + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv 10:02:22 + cut -d, -f6 [Pipeline] lock 10:02:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] 10:02:22 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] did not exist. Created. 10:02:22 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:02:23 /w/workspace/go-mod-bootstrap/1@tmp/durable-db83d66f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:02:23 + echo total: 0.2199999988079071 [Pipeline] stash 10:02:23 Warning: overwriting stash ‘stack-cost’ 10:02:24 Stashed 1 file(s) [Pipeline] } 10:02:24 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:02:24 $ docker stop --time=1 47b2bfb2ef4683e283c11bf6b753ac163df8675a27d9c22bab01975c8c5a3b15 10:02:25 $ docker rm -f --volumes 47b2bfb2ef4683e283c11bf6b753ac163df8675a27d9c22bab01975c8c5a3b15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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 10:02:26 provisioning config files... 10:02:26 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp/config6397325575142187126tmp [Pipeline] { [Pipeline] sh 10:02:27 + set +x 10:02:27 + curl -s https://codecov.io/bash 10:02:27 + bash -s -- 10:02:27 10:02:27 _____ _ 10:02:27 / ____| | | 10:02:27 | | ___ __| | ___ ___ _____ __ 10:02:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:02:27 | |___| (_) | (_| | __/ (_| (_) \ V / 10:02:27 \_____\___/ \__,_|\___|\___\___/ \_/ 10:02:27 Bash-1.0.6 10:02:27 10:02:27 10:02:27 ==> git version 2.25.1 found 10:02:27 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 10:02:27 Release-Date: 2020-01-08 10:02:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:02:27 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:02:27 ==> Jenkins CI detected. 10:02:27 current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-440 10:02:27 project root: . 10:02:27 --> token set from env 10:02:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:02:27 ==> Running gcov in . (disable via -X gcov) 10:02:27 ==> Python coveragepy not found 10:02:27 ==> Searching for coverage reports in: 10:02:27 + . 10:02:27 -> Found 1 reports 10:02:27 ==> Detecting git/mercurial file structure 10:02:27 ==> Reading reports 10:02:27 + ./coverage.out bytes=77297 10:02:27 ==> Appending adjustments 10:02:27 https://docs.codecov.io/docs/fixing-reports 10:02:27 + Found adjustments 10:02:27 ==> Gzipping contents 10:02:27 16K /tmp/codecov.cjcPuH.gz 10:02:27 ==> Uploading reports 10:02:27 url: https://codecov.io 10:02:27 query: branch=PR-440&commit=a330e7de4c1759d536c20ea475dc9053b4c8d296&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-440%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=440&job=&cmd_args= 10:02:27 -> Pinging Codecov 10:02:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=PR-440&commit=a330e7de4c1759d536c20ea475dc9053b4c8d296&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-440%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=440&job=&cmd_args= 10:02:27 -> Uploading to 10:02:27 https://storage.googleapis.com/codecov/v4/raw/2023-02-15/833815588EE85121546D348822E98E2E/a330e7de4c1759d536c20ea475dc9053b4c8d296/862875b2-8eb8-422c-95ca-8054c07adadb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T100227Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=85cefee63a269a39e1e572d54c926e743d0fc4d67e03188c77c5718e0f1c4236 10:02:27 % Total % Received % Xferd Average Speed Time Time Time Current 10:02:27 Dload Upload Total Spent Left Speed 10:02:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12388 0 0 100 12388 0 48964 --:--:-- --:--:-- --:--:-- 48964 10:02:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] } 10:02:27 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:02:29 + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives ] 10:02:29 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives 10:02:29 total 16 10:02:29 drwxr-xr-x 3 root root 4096 Feb 15 09:59 . 10:02:29 drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 09:59 .. 10:02:29 drwxr-xr-x 2 root root 4096 Feb 15 09:59 cost 10:02:29 -rw-r--r-- 1 root root 89 Feb 15 09:59 cost.csv 10:02:29 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives 10:02:29 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives 10:02:29 total 16 10:02:29 drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 09:59 . 10:02:29 drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 09:59 .. 10:02:29 drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 09:59 cost 10:02:29 -rw-r--r-- 1 jenkins jenkins 89 Feb 15 09:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:02:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:02:30 ---> package-listing.sh 10:02:30 ++ facter osfamily 10:02:30 ++ tr '[:upper:]' '[:lower:]' 10:02:31 + OS_FAMILY=debian 10:02:31 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-440 10:02:31 + START_PACKAGES=/tmp/packages_start.txt 10:02:31 + END_PACKAGES=/tmp/packages_end.txt 10:02:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:02:31 + PACKAGES=/tmp/packages_start.txt 10:02:31 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-440 ']' 10:02:31 + PACKAGES=/tmp/packages_end.txt 10:02:31 + case "${OS_FAMILY}" in 10:02:31 + dpkg -l 10:02:31 + grep '^ii' 10:02:31 + '[' -f /tmp/packages_start.txt ']' 10:02:31 + '[' -f /tmp/packages_end.txt ']' 10:02:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:02:31 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-440 ']' 10:02:31 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives/ 10:02:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives/ [Pipeline] echo 10:02:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:02:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:02:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:02:32 prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container 10:02:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-440 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440:/w/workspace/xfoundry_go-mod-bootstrap_PR-440:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@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:10003/edgex-lftools-log-publisher:latest cat 10:02:32 $ docker top 9e5cc8e6da7500cfa7f7b06d8a760b6ec42ab17f80598a1fc77435fc9fc9171d -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:32 + touch /tmp/pre-build-complete [Pipeline] sh 10:02:33 + mkdir -p /var/log/sysstat [Pipeline] sh 10:02:33 + ls /var/log/sa-host 10:02:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:02:33 provisioning config files... 10:02:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp/config2206030765503183652tmp [Pipeline] { [Pipeline] echo 10:02:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:02:34 ---> create-netrc.sh [Pipeline] } 10:02:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:02:34 ---> python-tools-install.sh [Pipeline] echo 10:02:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:02:34 ---> sudo-logs.sh 10:02:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:02:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:02:35 ---> job-cost.sh 10:02:35 lf-activate-venv: SKIPPING 10:02:35 DEBUG: total: 0.4399999976158142 10:02:35 INFO: Retrieving Stack Cost... 10:02:35 INFO: Retrieving Pricing Info for: v3-standard-8 10:02:36 INFO: Archiving Costs [Pipeline] echo 10:02:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:02:36 ---> logs-deploy.sh 10:02:36 lf-activate-venv: SKIPPING 10:02:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-440/1 10:02:36 INFO: archiving workspace using pattern(s): 10:02:37 Archives upload complete. 10:02:37 INFO: archiving logs to Nexus 10:02:38 ---> uname -a: 10:02:38 Linux prd-ubuntu20-04-docker-8c-8g-6086 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:02:38 10:02:38 10:02:38 ---> lscpu: 10:02:38 Architecture: x86_64 10:02:38 CPU op-mode(s): 32-bit, 64-bit 10:02:38 Byte Order: Little Endian 10:02:38 Address sizes: 40 bits physical, 48 bits virtual 10:02:38 CPU(s): 8 10:02:38 On-line CPU(s) list: 0-7 10:02:38 Thread(s) per core: 1 10:02:38 Core(s) per socket: 1 10:02:38 Socket(s): 8 10:02:38 NUMA node(s): 1 10:02:38 Vendor ID: AuthenticAMD 10:02:38 CPU family: 23 10:02:38 Model: 49 10:02:38 Model name: AMD EPYC-Rome Processor 10:02:38 Stepping: 0 10:02:38 CPU MHz: 2799.996 10:02:38 BogoMIPS: 5599.99 10:02:38 Virtualization: AMD-V 10:02:38 Hypervisor vendor: KVM 10:02:38 Virtualization type: full 10:02:38 L1d cache: 256 KiB 10:02:38 L1i cache: 256 KiB 10:02:38 L2 cache: 4 MiB 10:02:38 L3 cache: 128 MiB 10:02:38 NUMA node0 CPU(s): 0-7 10:02:38 Vulnerability Itlb multihit: Not affected 10:02:38 Vulnerability L1tf: Not affected 10:02:38 Vulnerability Mds: Not affected 10:02:38 Vulnerability Meltdown: Not affected 10:02:38 Vulnerability Mmio stale data: Not affected 10:02:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:02:38 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:02:38 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:02:38 Vulnerability Srbds: Not affected 10:02:38 Vulnerability Tsx async abort: Not affected 10:02:38 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 rep_good nopl cpuid extd_apicid tsc_known_freq 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 perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:02:38 10:02:38 10:02:38 ---> nproc: 10:02:38 8 10:02:38 10:02:38 10:02:38 ---> df -h: 10:02:38 Filesystem Size Used Avail Use% Mounted on 10:02:38 overlay 155G 11G 145G 7% / 10:02:38 tmpfs 64M 0 64M 0% /dev 10:02:38 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:02:38 shm 64M 0 64M 0% /dev/shm 10:02:38 /dev/vda1 155G 11G 145G 7% /facter-os 10:02:38 10:02:38 10:02:38 ---> sar -b -r -n DEV: 10:02:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6086) 02/15/23 _x86_64_ (8 CPU) 10:02:38 10:02:38 08:32:55 LINUX RESTART (8 CPU) 10:02:38 10:02:38 08:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:02:38 08:34:01 83.86 33.11 50.75 0.00 3468.84 161244.92 0.00 10:02:38 08:35:01 3.00 0.00 3.00 0.00 0.00 213.58 0.00 10:02:38 08:36:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 10:02:38 08:37:01 0.98 0.00 0.98 0.00 0.00 12.93 0.00 10:02:38 08:38:01 3.13 0.97 2.16 0.00 67.38 66.31 0.00 10:02:38 08:39:01 18.26 0.00 18.26 0.00 0.00 1185.94 0.00 10:02:38 08:40:01 36.23 6.80 29.43 0.00 836.79 2859.79 0.00 10:02:38 08:41:01 21.30 0.00 21.30 0.00 0.00 2934.04 0.00 10:02:38 08:42:01 21.29 2.57 18.73 0.00 2516.76 3920.16 0.00 10:02:38 08:43:01 4.02 0.02 4.00 0.00 0.13 86.65 0.00 10:02:38 08:44:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 10:02:38 08:45:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 10:02:38 08:46:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 10:02:38 08:47:01 0.87 0.00 0.87 0.00 0.00 10.00 0.00 10:02:38 08:48:01 1.78 0.02 1.77 0.00 0.13 22.26 0.00 10:02:38 08:49:01 0.87 0.00 0.87 0.00 0.00 9.87 0.00 10:02:38 08:50:01 1.38 0.00 1.38 0.00 0.00 19.46 0.00 10:02:38 08:51:01 0.85 0.00 0.85 0.00 0.00 10.53 0.00 10:02:38 08:52:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 10:02:38 08:53:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 10:02:38 08:54:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 10:02:38 08:55:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 10:02:38 08:56:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 10:02:38 08:57:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 10:02:38 08:58:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 10:02:38 08:59:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 10:02:38 09:00:01 1.13 0.00 1.13 0.00 0.00 14.53 0.00 10:02:38 09:01:01 1.88 1.02 0.87 0.00 21.86 9.47 0.00 10:02:38 09:02:01 1.83 0.00 1.83 0.00 0.00 26.80 0.00 10:02:38 09:03:01 1.32 0.00 1.32 0.00 0.00 15.73 0.00 10:02:38 09:04:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 10:02:38 09:05:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 10:02:38 09:06:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 10:02:38 09:07:01 0.83 0.00 0.83 0.00 0.00 9.47 0.00 10:02:38 09:08:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 10:02:38 09:09:02 0.95 0.00 0.95 0.00 0.00 11.33 0.00 10:02:38 09:10:01 1.12 0.00 1.12 0.00 0.00 14.10 0.00 10:02:38 09:11:01 0.88 0.00 0.88 0.00 0.00 9.87 0.00 10:02:38 09:12:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 10:02:38 09:13:01 0.82 0.00 0.82 0.00 0.00 9.73 0.00 10:02:38 09:14:01 1.27 0.00 1.27 0.00 0.00 16.53 0.00 10:02:38 09:15:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 10:02:38 09:16:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 10:02:38 09:17:01 0.93 0.02 0.92 0.00 0.13 10.26 0.00 10:02:38 09:18:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 10:02:38 09:19:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 10:02:38 09:20:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 10:02:38 09:21:01 0.83 0.00 0.83 0.00 0.00 9.20 0.00 10:02:38 09:22:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 10:02:38 09:23:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 10:02:38 09:24:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 10:02:38 09:25:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 10:02:38 09:26:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 10:02:38 09:27:01 0.87 0.00 0.87 0.00 0.00 10.53 0.00 10:02:38 09:28:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 10:02:38 09:29:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 10:02:38 09:30:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 10:02:38 09:31:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 10:02:38 09:32:01 2.75 1.65 1.10 0.00 45.33 13.60 0.00 10:02:38 09:33:01 3.15 1.93 1.22 0.00 38.53 25.33 0.00 10:02:38 09:34:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 10:02:38 09:35:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 10:02:38 09:36:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 10:02:38 09:37:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 10:02:38 09:38:01 1.40 0.00 1.40 0.00 0.00 15.33 0.00 10:02:38 09:39:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 10:02:38 09:40:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 10:02:38 09:41:01 0.88 0.00 0.88 0.00 0.00 9.47 0.00 10:02:38 09:42:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 10:02:38 09:43:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 10:02:38 09:44:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 10:02:38 09:45:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 10:02:38 09:46:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 10:02:38 09:47:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 10:02:38 09:48:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 10:02:38 09:49:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 10:02:38 09:50:01 1.32 0.00 1.32 0.00 0.00 16.66 0.00 10:02:38 09:51:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 10:02:38 09:52:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 10:02:38 09:53:01 0.87 0.00 0.87 0.00 0.00 9.60 0.00 10:02:38 09:54:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 10:02:38 09:55:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 10:02:38 09:56:01 1.48 0.00 1.48 0.00 0.00 16.26 0.00 10:02:38 09:57:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 10:02:38 09:58:01 46.27 12.30 33.97 0.00 1809.20 11148.67 0.00 10:02:38 09:59:01 40.40 0.28 40.12 0.00 17.46 25545.48 0.00 10:02:38 10:00:01 51.98 0.22 51.77 0.00 5.87 29816.67 0.00 10:02:38 10:01:01 3.67 0.00 3.67 0.00 0.00 48.78 0.00 10:02:38 10:02:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 10:02:38 Average: 4.76 0.68 4.07 0.00 99.22 2698.41 0.00 10:02:38 10:02:38 08:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:02:38 08:34:01 30600084 31873072 502748 1.53 47256 1542236 1655692 4.88 612080 1414668 6032 10:02:38 08:35:01 30599436 31872476 502800 1.53 47280 1542240 1655692 4.88 613836 1414632 180 10:02:38 08:36:01 30599112 31872504 502980 1.53 47320 1542240 1655692 4.88 614592 1414936 12 10:02:38 08:37:01 30599276 31872696 502644 1.53 47368 1542236 1655692 4.88 614660 1414936 160 10:02:38 08:38:01 30581772 31862440 512448 1.56 48900 1547548 1690656 4.98 626924 1420440 468 10:02:38 08:39:01 30560884 31871336 503276 1.53 52056 1573716 1708888 5.04 620604 1446588 19332 10:02:38 08:40:01 30407272 31854740 502464 1.53 70676 1693252 1723352 5.08 715012 1488612 25780 10:02:38 08:41:01 30358884 31854928 501328 1.52 73552 1738172 1739480 5.13 716900 1533644 11004 10:02:38 08:42:01 30204340 31839228 512860 1.56 82920 1861552 1731796 5.10 868688 1519320 20 10:02:38 08:43:01 30208584 31838784 512944 1.56 81504 1858304 1724192 5.08 867216 1516116 4 10:02:38 08:44:01 30208016 31838280 513316 1.56 81552 1858304 1724192 5.08 867460 1516120 4 10:02:38 08:45:01 30207864 31838352 513360 1.56 81580 1858308 1724192 5.08 867216 1516344 140 10:02:38 08:46:01 30207840 31838360 513324 1.56 81592 1858308 1724192 5.08 867568 1516344 4 10:02:38 08:47:01 30208248 31838784 512672 1.56 81608 1858312 1724192 5.08 867152 1516344 136 10:02:38 08:48:01 30206764 31837408 513412 1.56 81644 1858316 1753840 5.17 867196 1516348 36 10:02:38 08:49:01 30207324 31837968 512800 1.56 81652 1858316 1753840 5.17 867544 1516348 132 10:02:38 08:50:01 30206980 31837648 513272 1.56 81684 1858296 1753840 5.17 867516 1516332 4 10:02:38 08:51:01 30207280 31837984 512916 1.56 81704 1858300 1753840 5.17 867656 1516332 140 10:02:38 08:52:01 30207440 31838292 512756 1.56 81720 1858432 1737528 5.12 867812 1516464 8 10:02:38 08:53:01 30207384 31838256 512732 1.56 81740 1858428 1737528 5.12 867532 1516468 160 10:02:38 08:54:01 30207424 31838320 512624 1.56 81756 1858436 1737528 5.12 867880 1516468 8 10:02:38 08:55:01 30207400 31838328 512564 1.56 81788 1858440 1737528 5.12 867908 1516472 144 10:02:38 08:56:01 30207560 31838516 512528 1.56 81800 1858444 1737528 5.12 867916 1516476 8 10:02:38 08:57:01 30207284 31838244 512760 1.56 81812 1858448 1721400 5.07 867968 1516480 136 10:02:38 08:58:01 30207560 31838520 512396 1.56 81844 1858440 1721400 5.07 867920 1516480 8 10:02:38 08:59:01 30207544 31838556 512304 1.56 81876 1858456 1721400 5.07 868228 1516488 140 10:02:38 09:00:01 30207496 31838556 512356 1.56 81904 1858460 1721400 5.07 868272 1516496 8 10:02:38 09:01:01 30196644 31828548 522076 1.59 81968 1859076 1783896 5.26 880324 1517044 256 10:02:38 09:02:01 30205060 31836972 513880 1.56 82008 1859080 1734492 5.11 868508 1517048 8 10:02:38 09:03:01 30205304 31837276 513588 1.56 82036 1859072 1734492 5.11 868548 1517052 8 10:02:38 09:04:01 30191012 31823000 527796 1.61 82044 1859084 1734492 5.11 884604 1517052 40 10:02:38 09:05:01 30191248 31823244 527460 1.60 82060 1859084 1718256 5.06 884740 1517056 16 10:02:38 09:06:01 30191128 31823156 527396 1.60 82088 1859088 1718256 5.06 884384 1517056 12 10:02:38 09:07:01 30190472 31822508 527972 1.61 82100 1859092 1718256 5.06 884372 1517060 8 10:02:38 09:08:01 30190660 31822696 527624 1.60 82120 1859084 1718256 5.06 884372 1517060 8 10:02:38 09:09:02 30203948 31836052 514444 1.56 82140 1859100 1718256 5.06 870788 1517072 8 10:02:38 09:10:01 30203844 31835992 514420 1.56 82164 1859104 1718256 5.06 870808 1517080 28 10:02:38 09:11:01 30203820 31835972 514368 1.56 82176 1859104 1718256 5.06 870976 1517080 12 10:02:38 09:12:01 30204000 31836156 514104 1.56 82196 1859108 1718256 5.06 871268 1517084 8 10:02:38 09:13:01 30203448 31835604 514576 1.56 82208 1859112 1718256 5.06 871100 1517084 8 10:02:38 09:14:01 30203368 31835596 514528 1.56 82244 1859108 1718256 5.06 871476 1517084 12 10:02:38 09:15:01 30203528 31835764 514484 1.56 82260 1859120 1718256 5.06 871400 1517088 28 10:02:38 09:16:01 30203796 31836080 514352 1.56 82288 1859120 1718256 5.06 871540 1517088 8 10:02:38 09:17:01 30203244 31835532 514836 1.57 82304 1859120 1734312 5.11 871712 1517092 8 10:02:38 09:18:01 30203116 31835468 514828 1.57 82320 1859128 1734312 5.11 871648 1517096 8 10:02:38 09:19:01 30203116 31835516 514756 1.57 82352 1859132 1734312 5.11 871812 1517100 32 10:02:38 09:20:01 30202760 31835172 515024 1.57 82360 1859136 1717652 5.06 871860 1517104 4 10:02:38 09:21:01 30202964 31835376 514748 1.57 82376 1859136 1717652 5.06 871844 1517104 16 10:02:38 09:22:01 30202924 31835376 514708 1.57 82388 1859140 1717652 5.06 871980 1517108 16 10:02:38 09:23:01 30203084 31835536 514668 1.57 82416 1859140 1717652 5.06 871964 1517108 12 10:02:38 09:24:01 30203020 31835520 514624 1.57 82424 1859144 1717652 5.06 872764 1517112 196 10:02:38 09:25:01 30203044 31835548 514576 1.56 82440 1859148 1717652 5.06 872204 1517116 4 10:02:38 09:26:01 30202460 31834988 515080 1.57 82460 1859148 1717652 5.06 872244 1517116 4 10:02:38 09:27:01 30202088 31834624 515300 1.57 82484 1859156 1717652 5.06 873468 1517124 236 10:02:38 09:28:01 30202380 31834920 514972 1.57 82508 1859148 1717652 5.06 872856 1517124 20 10:02:38 09:29:01 30202564 31835172 514928 1.57 82524 1859160 1717652 5.06 873116 1517136 32 10:02:38 09:30:01 30202540 31835180 514876 1.57 82552 1859168 1717652 5.06 873072 1517136 8 10:02:38 09:31:01 30201988 31834628 515348 1.57 82572 1859168 1717652 5.06 873076 1517136 8 10:02:38 09:32:01 30187068 31821164 528592 1.61 82596 1860524 1717652 5.06 887932 1518084 28 10:02:38 09:33:01 30148196 31784244 564592 1.72 82636 1861964 1717652 5.06 926716 1518700 8 10:02:38 09:34:01 30147320 31783420 565448 1.72 82656 1861960 1717652 5.06 926404 1518660 12 10:02:38 09:35:01 30147028 31783144 565660 1.72 82672 1861972 1717652 5.06 926408 1518664 16 10:02:38 09:36:01 30147220 31783336 565608 1.72 82684 1861976 1733716 5.11 926484 1518664 16 10:02:38 09:37:01 30147172 31783356 565512 1.72 82704 1862044 1733716 5.11 926528 1518724 28 10:02:38 09:38:01 30146872 31783108 565736 1.72 82712 1862044 1733716 5.11 926592 1518724 12 10:02:38 09:39:01 30146824 31783108 565648 1.72 82788 1862040 1733716 5.11 926844 1518732 8 10:02:38 09:40:01 30146776 31783116 565604 1.72 82804 1862052 1733716 5.11 926840 1518744 4 10:02:38 09:41:01 30146216 31782556 566084 1.72 82820 1862052 1733716 5.11 926872 1518744 8 10:02:38 09:42:01 30146140 31782460 566340 1.72 82840 1862056 1733716 5.11 926888 1518748 16 10:02:38 09:43:01 30146116 31782500 566304 1.72 82860 1862056 1733716 5.11 926988 1518752 12 10:02:38 09:44:01 30146036 31782448 566300 1.72 82888 1862052 1733716 5.11 927112 1518752 8 10:02:38 09:45:01 30145956 31782392 566260 1.72 82904 1862064 1749796 5.16 927140 1518756 4 10:02:38 09:46:01 30145428 31781992 566572 1.72 82916 1862200 1733096 5.11 927228 1518884 20 10:02:38 09:47:01 30145380 31781956 566536 1.72 82932 1862204 1733096 5.11 927236 1518896 8 10:02:38 09:48:01 30145256 31781896 566796 1.72 82948 1862204 1733096 5.11 927344 1518900 16 10:02:38 09:49:01 30144972 31781616 567212 1.72 82972 1862204 1733096 5.11 927540 1518904 12 10:02:38 09:50:01 30144880 31781688 567292 1.73 82996 1862340 1733096 5.11 927512 1519024 4 10:02:38 09:51:01 30144628 31781436 567528 1.73 83012 1862340 1733096 5.11 927504 1519024 8 10:02:38 09:52:01 30144580 31781396 567488 1.73 83040 1862344 1733096 5.11 927572 1519028 8 10:02:38 09:53:01 30144524 31781400 567468 1.73 83056 1862344 1733096 5.11 927636 1519032 8 10:02:38 09:54:01 30144692 31781600 567428 1.73 83064 1862352 1733096 5.11 927816 1519044 4 10:02:38 09:55:01 30144676 31781596 567388 1.73 83084 1862356 1733096 5.11 927780 1519048 8 10:02:38 09:56:01 30144328 31781248 567616 1.73 83100 1862356 1733096 5.11 928140 1519048 8 10:02:38 09:57:01 30144288 31781216 567568 1.73 83120 1862360 1733096 5.11 927864 1519052 8 10:02:38 09:58:01 29388744 31579036 741192 2.25 96256 2383172 1933556 5.70 1236928 1914356 173276 10:02:38 09:59:01 28232896 31517976 768772 2.34 124928 3375072 1904828 5.61 1600908 2597120 470832 10:02:38 10:00:01 28235064 31526024 761088 2.31 131108 3372536 1972932 5.81 1456340 2736872 352 10:02:38 10:01:01 28264580 31554888 735380 2.24 131164 3372396 1773452 5.23 1429924 2736672 12 10:02:38 10:02:01 28264700 31555012 735420 2.24 131184 3372400 1773452 5.23 1429744 2736676 12 10:02:38 Average: 30120204 31806832 541948 1.65 82114 1909626 1732887 5.11 898167 1568579 7978 10:02:38 10:02:38 08:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:02:38 08:34:01 ens3 109.55 99.32 464.47 22.43 0.00 0.00 0.00 0.00 10:02:38 08:34:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 10:02:38 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:35:01 ens3 1.52 0.50 1.49 0.03 0.00 0.00 0.00 0.00 10:02:38 08:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:36:01 ens3 1.93 0.68 0.46 0.29 0.00 0.00 0.00 0.00 10:02:38 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:37:01 ens3 2.45 1.00 0.83 0.50 0.00 0.00 0.00 0.00 10:02:38 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:38:01 ens3 2.53 2.21 3.31 0.60 0.00 0.00 0.00 0.00 10:02:38 08:38:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 10:02:38 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:39:01 ens3 149.31 91.15 448.83 6.18 0.00 0.00 0.00 0.00 10:02:38 08:39:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:02:38 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:40:01 ens3 189.62 101.37 829.39 6.65 0.00 0.00 0.00 0.00 10:02:38 08:40:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 10:02:38 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:41:01 ens3 195.87 95.98 757.79 6.23 0.00 0.00 0.00 0.00 10:02:38 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:42:01 ens3 46.47 28.57 220.25 1.95 0.00 0.00 0.00 0.00 10:02:38 08:42:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:43:01 ens3 0.22 0.15 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:44:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:45:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:46:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:47:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:48:01 ens3 0.15 0.07 0.01 0.00 0.00 0.00 0.00 0.00 10:02:38 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:49:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:50:01 ens3 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:51:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:52:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:53:01 ens3 0.23 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:54:01 ens3 0.30 0.17 0.24 0.07 0.00 0.00 0.00 0.00 10:02:38 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:55:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:56:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:57:01 ens3 0.20 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:58:01 ens3 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 08:59:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:00:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:01:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:02:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:03:01 ens3 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:04:01 ens3 0.98 0.38 0.37 0.27 0.00 0.00 0.00 0.00 10:02:38 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:05:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:06:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:07:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:08:01 ens3 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 10:02:38 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:09:02 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 10:02:38 09:09:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:11:01 ens3 0.27 0.13 0.20 0.01 0.00 0.00 0.00 0.00 10:02:38 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:12:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:13:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:14:01 ens3 0.55 0.32 0.16 0.08 0.00 0.00 0.00 0.00 10:02:38 09:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:15:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:16:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:17:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:19:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:21:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:22:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:24:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 10:02:38 09:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:27:01 ens3 0.48 0.37 0.26 0.21 0.00 0.00 0.00 0.00 10:02:38 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:28:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:29:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:30:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:31:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:32:01 ens3 1.10 1.00 0.72 0.44 0.00 0.00 0.00 0.00 10:02:38 09:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:33:01 ens3 10.01 8.88 12.01 6.20 0.00 0.00 0.00 0.00 10:02:38 09:33:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:34:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:35:01 ens3 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 10:02:38 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:38:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:39:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:42:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:44:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 10:02:38 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:45:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:48:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:49:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:50:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:53:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:54:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:02:38 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:58:01 ens3 325.58 253.68 4827.47 61.78 0.00 0.00 0.00 0.00 10:02:38 09:58:01 lo 3.53 3.53 0.33 0.33 0.00 0.00 0.00 0.00 10:02:38 09:58:01 docker0 4.80 3.77 0.54 45.11 0.00 0.00 0.00 0.00 10:02:38 09:59:01 ens3 121.14 103.53 1788.08 71.54 0.00 0.00 0.00 0.00 10:02:38 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 09:59:01 veth33121ea 37.02 45.25 3.41 579.72 0.00 0.00 0.00 0.05 10:02:38 09:59:01 docker0 37.02 45.15 2.90 579.71 0.00 0.00 0.00 0.00 10:02:38 10:00:01 ens3 107.28 75.10 2531.36 14.75 0.00 0.00 0.00 0.00 10:02:38 10:00:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 10:02:38 10:00:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 10:01:01 ens3 0.83 0.70 0.90 0.40 0.00 0.00 0.00 0.00 10:02:38 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 10:02:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:38 Average: ens3 14.34 9.78 133.61 2.27 0.00 0.00 0.00 0.00 10:02:38 Average: lo 0.16 0.16 0.01 0.01 0.00 0.00 0.00 0.00 10:02:38 Average: docker0 0.47 0.55 0.04 7.02 0.00 0.00 0.00 0.00 10:02:38 10:02:38