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 [2023-02-15T09:57:35.274Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T09:57:35.435Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T09:57:35.532Z] ========================================================= [2023-02-15T09:57:35.532Z] EdgeX Global Pipelines Version Info [2023-02-15T09:57:35.532Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T09:57:36.626Z] ------------------- [2023-02-15T09:57:36.626Z] stable info: [2023-02-15T09:57:36.626Z] ------------------- [2023-02-15T09:57:36.626Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T09:57:36.626Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T09:57:36.626Z] Message: update stable to v1.0.244 [2023-02-15T09:57:36.887Z] ------------------- [2023-02-15T09:57:36.887Z] experimental info: [2023-02-15T09:57:36.887Z] ------------------- [2023-02-15T09:57:36.887Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T09:57:36.887Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T09:57:36.887Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T09:57:37.171Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2023-02-15T09:57:37.215Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2023-02-15T09:57:37.252Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T09:57:37.289Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T09:57:37.326Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T09:57:37.371Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T09:57:37.407Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T09:57:37.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-15T09:57:37.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T09:57:37.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T09:57:37.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T09:57:37.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2023-02-15T09:57:37.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T09:57:37.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T09:57:37.725Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T09:57:37.762Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T09:57:37.802Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T09:57:37.837Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T09:57:37.873Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T09:57:37.912Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T09:57:37.956Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-15T09:57:37.995Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-15T09:57:38.032Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-15T09:57:38.071Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-15T09:57:38.110Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-02-15T09:57:38.148Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T09:57:38.186Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T09:57:38.225Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-440 [Pipeline] echo [2023-02-15T09:57:38.265Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-440 [Pipeline] echo [2023-02-15T09:57:38.297Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-440 [Pipeline] echo [2023-02-15T09:57:38.512Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] echo [2023-02-15T09:57:38.548Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a330e7d [Pipeline] echo [2023-02-15T09:57:38.587Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-15T09:57:39.105Z] + git rev-list -1 --merges a330e7de4c1759d536c20ea475dc9053b4c8d296~1..a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] echo [2023-02-15T09:57:39.140Z] -----------> git rev-list -1 --merges a330e7de4c1759d536c20ea475dc9053b4c8d296~1..a330e7de4c1759d536c20ea475dc9053b4c8d296 a330e7de4c1759d536c20ea475dc9053b4c8d296 [false] [Pipeline] sh [2023-02-15T09:57:39.459Z] + git log --format=format:%s -1 a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] echo [2023-02-15T09:57:39.489Z] ========================================================= [2023-02-15T09:57:39.490Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T09:57:39.490Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T09:57:39.916Z] + git log --format=format:%s -1 a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] echo [2023-02-15T09:57:39.947Z] [semverPrep] GIT_COMMIT: a330e7de4c1759d536c20ea475dc9053b4c8d296, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo [2023-02-15T09:57:39.980Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-15T09:57:40.383Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T09:57:40.383Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T09:57:40.383Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T09:57:40.383Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T09:57:40.383Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T09:57:40.383Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T09:57:40.383Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T09:57:40.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T09:57:41.438Z] [2023-02-15T09:57:41.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T09:57:41.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T09:57:42.415Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T09:57:42.415Z] b85a868b505f: Pulling fs layer [2023-02-15T09:57:42.415Z] e2be974225ed: Pulling fs layer [2023-02-15T09:57:42.415Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T09:57:42.415Z] 988bab9f4d93: Pulling fs layer [2023-02-15T09:57:42.415Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T09:57:42.415Z] eaf3925da568: Pulling fs layer [2023-02-15T09:57:42.415Z] bab4dde63d76: Pulling fs layer [2023-02-15T09:57:42.415Z] bde34c3a00c8: Pulling fs layer [2023-02-15T09:57:42.415Z] b352a97aabf1: Pulling fs layer [2023-02-15T09:57:42.415Z] 4872d77fe225: Pulling fs layer [2023-02-15T09:57:42.415Z] 5851b861e8e6: Pulling fs layer [2023-02-15T09:57:42.415Z] 988bab9f4d93: Waiting [2023-02-15T09:57:42.415Z] 1469e6f7b9e6: Waiting [2023-02-15T09:57:42.415Z] eaf3925da568: Waiting [2023-02-15T09:57:42.415Z] bab4dde63d76: Waiting [2023-02-15T09:57:42.415Z] 4872d77fe225: Waiting [2023-02-15T09:57:42.415Z] 5851b861e8e6: Waiting [2023-02-15T09:57:42.415Z] b352a97aabf1: Waiting [2023-02-15T09:57:42.415Z] bde34c3a00c8: Waiting [2023-02-15T09:57:42.415Z] e2be974225ed: Verifying Checksum [2023-02-15T09:57:42.415Z] e2be974225ed: Download complete [2023-02-15T09:57:42.415Z] 988bab9f4d93: Verifying Checksum [2023-02-15T09:57:42.415Z] 988bab9f4d93: Download complete [2023-02-15T09:57:42.682Z] 339a4e72a1f5: Verifying Checksum [2023-02-15T09:57:42.682Z] 339a4e72a1f5: Download complete [2023-02-15T09:57:42.682Z] 1469e6f7b9e6: Verifying Checksum [2023-02-15T09:57:42.682Z] 1469e6f7b9e6: Download complete [2023-02-15T09:57:42.682Z] eaf3925da568: Verifying Checksum [2023-02-15T09:57:42.682Z] eaf3925da568: Download complete [2023-02-15T09:57:42.682Z] bde34c3a00c8: Verifying Checksum [2023-02-15T09:57:42.682Z] bde34c3a00c8: Download complete [2023-02-15T09:57:42.942Z] b352a97aabf1: Download complete [2023-02-15T09:57:42.942Z] 4872d77fe225: Verifying Checksum [2023-02-15T09:57:42.942Z] 4872d77fe225: Download complete [2023-02-15T09:57:42.942Z] 5851b861e8e6: Verifying Checksum [2023-02-15T09:57:42.942Z] 5851b861e8e6: Download complete [2023-02-15T09:57:42.942Z] b85a868b505f: Download complete [2023-02-15T09:57:43.509Z] bab4dde63d76: Verifying Checksum [2023-02-15T09:57:43.509Z] bab4dde63d76: Download complete [2023-02-15T09:57:44.074Z] b85a868b505f: Pull complete [2023-02-15T09:57:44.331Z] e2be974225ed: Pull complete [2023-02-15T09:57:44.589Z] 339a4e72a1f5: Pull complete [2023-02-15T09:57:44.852Z] 988bab9f4d93: Pull complete [2023-02-15T09:57:44.852Z] 1469e6f7b9e6: Pull complete [2023-02-15T09:57:45.110Z] eaf3925da568: Pull complete [2023-02-15T09:57:46.482Z] bab4dde63d76: Pull complete [2023-02-15T09:57:46.482Z] bde34c3a00c8: Pull complete [2023-02-15T09:57:47.050Z] b352a97aabf1: Pull complete [2023-02-15T09:57:47.050Z] 4872d77fe225: Pull complete [2023-02-15T09:57:47.050Z] 5851b861e8e6: Pull complete [2023-02-15T09:57:47.050Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T09:57:47.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T09:57:47.050Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T09:57:47.274Z] prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container [2023-02-15T09:57:47.345Z] $ 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 [2023-02-15T09:57:53.481Z] $ docker top 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T09:57:53.620Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T09:57:53.620Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T09:57:53.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T09:57:53.791Z] $ docker exec 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 ssh-agent [2023-02-15T09:57:53.855Z] SSH_AUTH_SOCK=/tmp/ssh-SxHoVsXIk9pK/agent.32 [2023-02-15T09:57:53.855Z] SSH_AGENT_PID=38 [2023-02-15T09:57:53.863Z] Running ssh-add (command line suppressed) [2023-02-15T09:57:54.020Z] 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) [2023-02-15T09:57:53.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T09:57:54.323Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T09:57:54.393Z] $ docker exec --env ******** --env ******** 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 ssh-agent -k [2023-02-15T09:57:54.487Z] unset SSH_AUTH_SOCK; [2023-02-15T09:57:54.487Z] unset SSH_AGENT_PID; [2023-02-15T09:57:54.488Z] echo Agent pid 38 killed; [2023-02-15T09:57:54.455Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T09:57:54.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T09:57:54.535Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T09:57:54.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T09:57:54.680Z] $ docker exec 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 ssh-agent [2023-02-15T09:57:54.738Z] SSH_AUTH_SOCK=/tmp/ssh-yvhOOnykvghY/agent.71 [2023-02-15T09:57:54.738Z] SSH_AGENT_PID=77 [2023-02-15T09:57:54.742Z] Running ssh-add (command line suppressed) [2023-02-15T09:57:54.887Z] 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) [2023-02-15T09:57:54.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T09:57:55.185Z] + git semver init [2023-02-15T09:57:55.445Z] 2023-02-15 09:57:55,419 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T09:57:55.445Z] 2023-02-15 09:57:55,419 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver [2023-02-15T09:57:55.445Z] 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 [2023-02-15T09:57:55.445Z] 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) [2023-02-15T09:57:56.385Z] 2023-02-15 09:57:56,376 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.git/info/exclude [2023-02-15T09:57:56.385Z] 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 [2023-02-15T09:57:56.385Z] 2023-02-15 09:57:56,376 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver/PR-440 [2023-02-15T09:57:56.385Z] 2023-02-15 09:57:56,381 [execute] INFO git cat-file --batch-check [2023-02-15T09:57:56.385Z] 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=) [2023-02-15T09:57:56.385Z] 2023-02-15 09:57:56,388 [execute] INFO git cat-file --batch [2023-02-15T09:57:56.385Z] 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=) [2023-02-15T09:57:56.385Z] 2023-02-15 09:57:56,395 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-440/.semver/PR-440 [2023-02-15T09:57:56.385Z] 0.0.0 [Pipeline] } [2023-02-15T09:57:56.455Z] $ docker exec --env ******** --env ******** 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 ssh-agent -k [2023-02-15T09:57:56.545Z] unset SSH_AUTH_SOCK; [2023-02-15T09:57:56.545Z] unset SSH_AGENT_PID; [2023-02-15T09:57:56.545Z] echo Agent pid 77 killed; [2023-02-15T09:57:56.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T09:57:56.934Z] + git semver [Pipeline] } [2023-02-15T09:57:57.259Z] $ docker stop --time=1 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 [2023-02-15T09:57:58.602Z] $ docker rm -f --volumes 9b3053046b4b23fcebeefa5ee95e469b6e3256419eaba90ea152916868875aa5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T09:57:58.963Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T09:57:59.259Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T09:57:59.275Z] [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 [2023-02-15T09:57:59.779Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6092 in /w/workspace/xfoundry_go-mod-bootstrap_PR-440 [Pipeline] { [Pipeline] echo [2023-02-15T09:57:59.859Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] ws [2023-02-15T09:57:59.879Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] echo [2023-02-15T09:57:59.926Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] checkout [2023-02-15T09:57:59.966Z] Selected Git installation does not exist. Using Default [2023-02-15T09:57:59.966Z] The recommended git tool is: NONE [Pipeline] echo [2023-02-15T09:57:59.977Z] ========================================================= [2023-02-15T09:57:59.977Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T09:57:59.977Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-15T09:58:00.372Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T09:58:00.372Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T09:58:00.372Z] 213ec9aee27d: Pulling fs layer [2023-02-15T09:58:00.372Z] 4583459ba037: Pulling fs layer [2023-02-15T09:58:00.372Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T09:58:00.372Z] 53926ce57604: Pulling fs layer [2023-02-15T09:58:00.372Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T09:58:00.372Z] 22ff95d597cd: Pulling fs layer [2023-02-15T09:58:00.372Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T09:58:00.372Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T09:58:00.372Z] a7acece74701: Pulling fs layer [2023-02-15T09:58:00.372Z] 21b2b0c7a3f4: Waiting [2023-02-15T09:58:00.372Z] 22ff95d597cd: Waiting [2023-02-15T09:58:00.372Z] 12d6caf4c0d1: Waiting [2023-02-15T09:58:00.372Z] 96b7cbca73a9: Waiting [2023-02-15T09:58:00.372Z] a7acece74701: Waiting [2023-02-15T09:58:00.372Z] 53926ce57604: Waiting [2023-02-15T09:58:00.372Z] 93c1e223e6f2: Verifying Checksum [2023-02-15T09:58:00.372Z] 93c1e223e6f2: Download complete [2023-02-15T09:58:00.636Z] 4583459ba037: Download complete [2023-02-15T09:58:00.636Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T09:58:00.636Z] 21b2b0c7a3f4: Download complete [2023-02-15T09:58:00.636Z] 22ff95d597cd: Verifying Checksum [2023-02-15T09:58:00.636Z] 22ff95d597cd: Download complete [2023-02-15T09:58:00.636Z] 213ec9aee27d: Verifying Checksum [2023-02-15T09:58:00.636Z] 12d6caf4c0d1: Verifying Checksum [2023-02-15T09:58:00.636Z] 12d6caf4c0d1: Download complete [2023-02-15T09:58:00.915Z] 213ec9aee27d: Pull complete [2023-02-15T09:58:01.201Z] 4583459ba037: Pull complete [2023-02-15T09:58:01.479Z] 93c1e223e6f2: Pull complete [2023-02-15T09:58:01.745Z] a7acece74701: Verifying Checksum [2023-02-15T09:58:01.745Z] a7acece74701: Download complete [2023-02-15T09:58:01.745Z] 53926ce57604: Verifying Checksum [2023-02-15T09:58:01.745Z] 53926ce57604: Download complete [2023-02-15T09:58:02.003Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T09:58:02.004Z] 96b7cbca73a9: Download complete [2023-02-15T09:58:04.786Z] using credential edgex-jenkins-ssh [2023-02-15T09:58:04.806Z] Cloning the remote Git repository [2023-02-15T09:58:04.911Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-02-15T09:58:04.977Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2023-02-15T09:58:05.150Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-02-15T09:58:05.151Z] > git --version # timeout=10 [2023-02-15T09:58:05.172Z] > git --version # 'git version 2.25.1' [2023-02-15T09:58:05.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T09:58:05.232Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T09:58:06.190Z] 53926ce57604: Pull complete [2023-02-15T09:58:06.190Z] 21b2b0c7a3f4: Pull complete [2023-02-15T09:58:06.190Z] 22ff95d597cd: Pull complete [2023-02-15T09:58:06.190Z] 12d6caf4c0d1: Pull complete [2023-02-15T09:58:06.461Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-02-15T09:58:06.489Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T09:58:08.054Z] Merging remotes/origin/main commit 63636778d30345d5ac12e48b8bf681c988e47fd6 into PR head commit a330e7de4c1759d536c20ea475dc9053b4c8d296 [2023-02-15T09:58:08.115Z] 96b7cbca73a9: Pull complete [2023-02-15T09:58:08.363Z] Merge succeeded, producing a330e7de4c1759d536c20ea475dc9053b4c8d296 [2023-02-15T09:58:08.363Z] Checking out Revision a330e7de4c1759d536c20ea475dc9053b4c8d296 (PR-440) [2023-02-15T09:58:07.424Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-02-15T09:58:07.467Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-02-15T09:58:07.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T09:58:07.483Z] > 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 [2023-02-15T09:58:08.114Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T09:58:08.132Z] > git checkout -f a330e7de4c1759d536c20ea475dc9053b4c8d296 # timeout=10 [2023-02-15T09:58:08.232Z] > git remote # timeout=10 [2023-02-15T09:58:08.250Z] > git config --get remote.origin.url # timeout=10 [2023-02-15T09:58:08.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T09:58:08.284Z] > git merge 63636778d30345d5ac12e48b8bf681c988e47fd6 # timeout=10 [2023-02-15T09:58:08.310Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-15T09:58:08.413Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T09:58:08.433Z] > git checkout -f a330e7de4c1759d536c20ea475dc9053b4c8d296 # timeout=10 [2023-02-15T09:58:08.691Z] a7acece74701: Pull complete [2023-02-15T09:58:08.691Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T09:58:08.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T09:58:08.691Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-02-15T09:58:09.003Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [2023-02-15T09:58:09.027Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T09:58:09.145Z] > git --version # timeout=10 [2023-02-15T09:58:09.155Z] > git --version # 'git version 2.25.1' [2023-02-15T09:58:09.170Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T09:58:09.388Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T09:58:09.388Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T09:58:09.538Z] prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container [2023-02-15T09:58:09.612Z] $ 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 [2023-02-15T09:58:31.420Z] $ docker top e2a73792c0f0e731e9142c15438ac3abb43c64e64fb5435b23f333a85e0249a3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T09:58:31.764Z] + go version [2023-02-15T09:58:31.764Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T09:58:31.966Z] $ docker stop --time=1 e2a73792c0f0e731e9142c15438ac3abb43c64e64fb5435b23f333a85e0249a3 [2023-02-15T09:58:32.193Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T09:58:32.193Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T09:58:32.193Z] Dload Upload Total Spent Left Speed [2023-02-15T09:58:32.193Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 83339 [2023-02-15T09:58:34.587Z] $ docker rm -f --volumes e2a73792c0f0e731e9142c15438ac3abb43c64e64fb5435b23f333a85e0249a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2023-02-15T09:58:35.067Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-15T09:58:35.454Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2023-02-15T09:58:35.454Z] sudo tee /etc/docker/daemon.new [2023-02-15T09:58:35.454Z] { [2023-02-15T09:58:35.454Z] "registry-mirrors": [ [2023-02-15T09:58:35.454Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T09:58:35.454Z] ], [2023-02-15T09:58:35.454Z] "bip": "10.250.0.254/24", [2023-02-15T09:58:35.454Z] "hosts": [ [2023-02-15T09:58:35.454Z] "tcp://0.0.0.0:5555", [2023-02-15T09:58:35.454Z] "unix:///var/run/docker.sock" [2023-02-15T09:58:35.454Z] ], [2023-02-15T09:58:35.454Z] "mtu": 1458, [2023-02-15T09:58:35.454Z] "selinux-enabled": true, [2023-02-15T09:58:35.454Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T09:58:35.454Z] } [Pipeline] sh [2023-02-15T09:58:35.500Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T09:58:35.500Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T09:58:35.719Z] prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container [2023-02-15T09:58:35.802Z] $ 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 [2023-02-15T09:58:35.798Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2023-02-15T09:58:37.264Z] $ docker top 71df6c03dc268852077b38cf2e1ea5845417eb09752d5a0be4e3d59ea2ae94e3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-15T09:58:37.669Z] + sudo service docker restart [2023-02-15T09:58:37.743Z] + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-440 [Pipeline] fileExists [Pipeline] sh [2023-02-15T09:58:38.099Z] + make test [2023-02-15T09:58:38.099Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-15T09:58:38.099Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-02-15T09:58:38.099Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.14 [2023-02-15T09:58:38.099Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-15T09:58:38.099Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.10 [2023-02-15T09:58:38.099Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-15T09:58:38.099Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-02-15T09:58:38.099Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 [2023-02-15T09:58:38.099Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-15T09:58:38.099Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 [2023-02-15T09:58:38.099Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 [2023-02-15T09:58:38.358Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-02-15T09:58:38.358Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-02-15T09:58:38.358Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-02-15T09:58:38.358Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-15T09:58:38.358Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-15T09:58:38.358Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-15T09:58:38.358Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-15T09:58:38.358Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-02-15T09:58:38.358Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-15T09:58:38.358Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-02-15T09:58:38.358Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-02-15T09:58:38.358Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-15T09:58:38.358Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-02-15T09:58:38.358Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-02-15T09:58:38.358Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-02-15T09:58:38.358Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-15T09:58:38.618Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-15T09:58:38.618Z] go: downloading golang.org/x/text v0.6.0 [2023-02-15T09:58:38.618Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-15T09:58:38.618Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-15T09:58:38.618Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-02-15T09:58:38.618Z] go: downloading google.golang.org/grpc v1.51.0 [2023-02-15T09:58:38.618Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-02-15T09:58:38.876Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-02-15T09:58:38.876Z] go: downloading golang.org/x/net v0.5.0 [2023-02-15T09:58:38.876Z] go: downloading golang.org/x/sync v0.1.0 [2023-02-15T09:58:38.876Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-15T09:58:38.876Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-02-15T09:58:38.876Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-02-15T09:58:38.876Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-15T09:58:38.876Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-15T09:58:38.876Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-15T09:58:39.135Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-15T09:58:39.135Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-15T09:58:39.135Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-02-15T09:58:39.135Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-15T09:58:39.135Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-02-15T09:58:39.135Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-02-15T09:58:39.135Z] go: downloading golang.org/x/sys v0.4.0 [2023-02-15T09:58:39.135Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-15T09:58:39.135Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-02-15T09:58:39.394Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-15T09:58:39.394Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-02-15T09:58:39.394Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-15T09:58:39.653Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-15T09:58:49.621Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [Pipeline] unstash [Pipeline] echo [2023-02-15T09:58:56.140Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T09:58:56.178Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T09:58:56.214Z] ========================================================= [2023-02-15T09:58:56.214Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T09:58:56.214Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-15T09:58:56.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T09:58:57.223Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T09:58:57.223Z] 9b18e9b68314: Pulling fs layer [2023-02-15T09:58:57.223Z] 35d82f9e3411: Pulling fs layer [2023-02-15T09:58:57.223Z] e16973657156: Pulling fs layer [2023-02-15T09:58:57.223Z] fc693d55d65f: Pulling fs layer [2023-02-15T09:58:57.223Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T09:58:57.223Z] dda99020689f: Pulling fs layer [2023-02-15T09:58:57.223Z] db1c61fa0a46: Pulling fs layer [2023-02-15T09:58:57.223Z] 891c053d2c06: Pulling fs layer [2023-02-15T09:58:57.223Z] fc693d55d65f: Waiting [2023-02-15T09:58:57.223Z] 7e9fc2657dce: Waiting [2023-02-15T09:58:57.223Z] dda99020689f: Waiting [2023-02-15T09:58:57.223Z] db1c61fa0a46: Waiting [2023-02-15T09:58:57.223Z] 891c053d2c06: Waiting [2023-02-15T09:58:57.223Z] e16973657156: Verifying Checksum [2023-02-15T09:58:57.223Z] e16973657156: Download complete [2023-02-15T09:58:57.223Z] 35d82f9e3411: Verifying Checksum [2023-02-15T09:58:57.223Z] 35d82f9e3411: Download complete [2023-02-15T09:58:57.223Z] 7e9fc2657dce: Download complete [2023-02-15T09:58:57.223Z] dda99020689f: Verifying Checksum [2023-02-15T09:58:57.223Z] dda99020689f: Download complete [2023-02-15T09:58:57.223Z] 9b18e9b68314: Verifying Checksum [2023-02-15T09:58:57.223Z] 9b18e9b68314: Download complete [2023-02-15T09:58:58.200Z] 9b18e9b68314: Pull complete [2023-02-15T09:58:58.473Z] 891c053d2c06: Verifying Checksum [2023-02-15T09:58:58.473Z] 891c053d2c06: Download complete [2023-02-15T09:58:58.473Z] 35d82f9e3411: Pull complete [2023-02-15T09:58:58.741Z] e16973657156: Pull complete [2023-02-15T09:58:59.710Z] db1c61fa0a46: Download complete [2023-02-15T09:58:59.977Z] fc693d55d65f: Verifying Checksum [2023-02-15T09:58:59.977Z] fc693d55d65f: Download complete [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.032s coverage: 35.4% of statements [2023-02-15T09:59:11.545Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.015s coverage: 92.5% of statements [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.012s coverage: 85.3% of statements [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.023s coverage: 46.1% of statements [2023-02-15T09:59:11.545Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-02-15T09:59:11.545Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.009s coverage: 100.0% of statements [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.321s coverage: 88.3% of statements [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.008s coverage: 25.0% of statements [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.041s coverage: 81.2% of statements [2023-02-15T09:59:11.545Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.030s coverage: 31.2% of statements [2023-02-15T09:59:11.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.011s coverage: 91.3% of statements [2023-02-15T09:59:12.306Z] fc693d55d65f: Pull complete [2023-02-15T09:59:12.306Z] 7e9fc2657dce: Pull complete [2023-02-15T09:59:12.306Z] dda99020689f: Pull complete [2023-02-15T09:59:18.147Z] 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." [2023-02-15T09:59:18.147Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-02-15T09:59:18.992Z] db1c61fa0a46: Pull complete [2023-02-15T09:59:20.406Z] 891c053d2c06: Pull complete [2023-02-15T09:59:20.406Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T09:59:20.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T09:59:20.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-02-15T09:59:20.742Z] + 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 [2023-02-15T09:59:21.140Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T09:59:21.140Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T09:59:21.406Z] prd-ubuntu20.04-docker-arm64-4c-16g-6092 does not seem to be running inside a container [2023-02-15T09:59:21.429Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T09:59:21.429Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T09:59:21.522Z] $ 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 [2023-02-15T09:59:24.644Z] $ docker top b6658cde439afef14ca90010b71af8c9a4b5ca525cb3664f372d093a6c95fc34 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T09:59:24.874Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [Pipeline] } [2023-02-15T09:59:25.005Z] $ docker stop --time=1 71df6c03dc268852077b38cf2e1ea5845417eb09752d5a0be4e3d59ea2ae94e3 [2023-02-15T09:59:25.511Z] + go version [2023-02-15T09:59:25.511Z] go version go1.18.7 linux/arm64 [2023-02-15T09:59:28.684Z] $ docker rm -f --volumes 71df6c03dc268852077b38cf2e1ea5845417eb09752d5a0be4e3d59ea2ae94e3 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2023-02-15T09:59:29.138Z] $ docker stop --time=1 b6658cde439afef14ca90010b71af8c9a4b5ca525cb3664f372d093a6c95fc34 [2023-02-15T09:59:29.334Z] + sudo chown -R jenkins:jenkins . [2023-02-15T09:59:30.786Z] $ docker rm -f --volumes b6658cde439afef14ca90010b71af8c9a4b5ca525cb3664f372d093a6c95fc34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [2023-02-15T09:59:31.098Z] 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 [2023-02-15T09:59:31.785Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T09:59:31.785Z] . [Pipeline] } [Pipeline] // stage Post stage [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T09:59:32.166Z] prd-ubuntu20.04-docker-arm64-4c-16g-6092 does not seem to be running inside a container [2023-02-15T09:59:32.283Z] $ 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 [2023-02-15T09:59:33.484Z] $ docker top 136ac85fef5428ca9f82e19cee8605bf2611c37c073a8bec5a852a472c6fcf7d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T09:59:34.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T09:59:34.234Z] [2023-02-15T09:59:34.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-02-15T09:59:34.305Z] + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh [Pipeline] sh [2023-02-15T09:59:34.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T09:59:34.646Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T09:59:34.646Z] 5eb5b503b376: Pulling fs layer [2023-02-15T09:59:34.646Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T09:59:34.646Z] ec43610c2a17: Pulling fs layer [2023-02-15T09:59:34.646Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T09:59:34.646Z] 33b1e0a273af: Pulling fs layer [2023-02-15T09:59:34.646Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T09:59:34.646Z] 2f39f015ded8: Pulling fs layer [2023-02-15T09:59:34.646Z] 3a2ae6a8a46f: Waiting [2023-02-15T09:59:34.646Z] 33b1e0a273af: Waiting [2023-02-15T09:59:34.646Z] 5d3b04190fa2: Waiting [2023-02-15T09:59:34.929Z] 5c69ac0246d0: Download complete [2023-02-15T09:59:34.929Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-15T09:59:34.929Z] 3a2ae6a8a46f: Download complete [2023-02-15T09:59:34.929Z] 33b1e0a273af: Verifying Checksum [2023-02-15T09:59:34.929Z] 33b1e0a273af: Download complete [2023-02-15T09:59:34.929Z] 5d3b04190fa2: Download complete [2023-02-15T09:59:35.061Z] + make test [2023-02-15T09:59:35.061Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-15T09:59:35.061Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 [2023-02-15T09:59:35.061Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-15T09:59:35.061Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.14 [2023-02-15T09:59:35.331Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-15T09:59:35.331Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 [2023-02-15T09:59:35.331Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-02-15T09:59:35.331Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-02-15T09:59:35.331Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-02-15T09:59:35.331Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.10 [2023-02-15T09:59:35.331Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 [2023-02-15T09:59:35.596Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-02-15T09:59:35.596Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-15T09:59:35.596Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-02-15T09:59:35.596Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-15T09:59:35.596Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-15T09:59:35.596Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-15T09:59:35.596Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-15T09:59:35.596Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-15T09:59:35.597Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-02-15T09:59:35.597Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-02-15T09:59:35.622Z] ec43610c2a17: Verifying Checksum [2023-02-15T09:59:35.622Z] ec43610c2a17: Download complete [2023-02-15T09:59:35.622Z] 5eb5b503b376: Verifying Checksum [2023-02-15T09:59:35.622Z] 5eb5b503b376: Download complete [2023-02-15T09:59:35.862Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-02-15T09:59:35.862Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-15T09:59:35.862Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-02-15T09:59:35.862Z] go: downloading golang.org/x/net v0.5.0 [2023-02-15T09:59:35.862Z] go: downloading golang.org/x/sync v0.1.0 [2023-02-15T09:59:35.862Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-02-15T09:59:36.131Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-15T09:59:36.131Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-15T09:59:36.131Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-15T09:59:36.131Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-02-15T09:59:36.131Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-15T09:59:36.131Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-15T09:59:36.131Z] go: downloading golang.org/x/text v0.6.0 [2023-02-15T09:59:36.404Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-02-15T09:59:36.673Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-02-15T09:59:36.673Z] go: downloading google.golang.org/grpc v1.51.0 [2023-02-15T09:59:37.238Z] 5eb5b503b376: Pull complete [2023-02-15T09:59:37.496Z] 5c69ac0246d0: Pull complete [2023-02-15T09:59:37.633Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-15T09:59:37.633Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-15T09:59:37.633Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-02-15T09:59:37.633Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-02-15T09:59:37.633Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-15T09:59:37.633Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-15T09:59:37.633Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-15T09:59:37.902Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-15T09:59:37.902Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-02-15T09:59:38.171Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-02-15T09:59:38.430Z] ec43610c2a17: Pull complete [2023-02-15T09:59:38.430Z] 3a2ae6a8a46f: Pull complete [2023-02-15T09:59:38.998Z] 33b1e0a273af: Pull complete [2023-02-15T09:59:38.998Z] 5d3b04190fa2: Pull complete [2023-02-15T09:59:40.111Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-02-15T09:59:40.111Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-15T09:59:40.111Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-02-15T09:59:40.111Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-15T09:59:40.111Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-02-15T09:59:40.385Z] go: downloading golang.org/x/sys v0.4.0 [2023-02-15T09:59:40.385Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-02-15T09:59:40.385Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-15T09:59:40.653Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-15T09:59:43.195Z] 2f39f015ded8: Pull complete [2023-02-15T09:59:43.195Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T09:59:43.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T09:59:43.195Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T09:59:43.429Z] prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container [2023-02-15T09:59:43.507Z] $ 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 [2023-02-15T09:59:57.896Z] $ docker top a2b653ae19e871048d6eaa40cace18b124d44b4eea4cf47d299458b422e35361 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T09:59:58.331Z] ---> job-cost.sh [2023-02-15T09:59:58.331Z] lf-activate-venv: SKIPPING [2023-02-15T09:59:58.331Z] INFO: No Stack... [2023-02-15T09:59:58.638Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T09:59:59.206Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T09:59:59.521Z] + cat /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives/cost.csv [2023-02-15T09:59:59.521Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T09:59:59.569Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [2023-02-15T09:59:59.574Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] did not exist. Created. [2023-02-15T09:59:59.574Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T09:59:59.963Z] + echo total: 0.4399999976158142 [Pipeline] stash [2023-02-15T10:00:00.018Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T10:00:00.045Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T10:00:00.168Z] $ docker stop --time=1 a2b653ae19e871048d6eaa40cace18b124d44b4eea4cf47d299458b422e35361 [2023-02-15T10:00:01.636Z] $ docker rm -f --volumes a2b653ae19e871048d6eaa40cace18b124d44b4eea4cf47d299458b422e35361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-15T10:01:02.304Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.136s coverage: 35.4% of statements [2023-02-15T10:01:24.364Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.097s coverage: 92.5% of statements [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.041s coverage: 85.3% of statements [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.110s coverage: 46.1% of statements [2023-02-15T10:01:24.364Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-02-15T10:01:24.364Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.058s coverage: 100.0% of statements [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.369s coverage: 88.3% of statements [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.052s coverage: 25.0% of statements [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.130s coverage: 81.2% of statements [2023-02-15T10:01:24.364Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.042s coverage: 31.2% of statements [2023-02-15T10:01:24.364Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.018s coverage: 91.3% of statements [2023-02-15T10:01:24.364Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-15T10:01:24.364Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-02-15T10:01:46.435Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T10:01:46.435Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-15T10:01:46.478Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-15T10:01:46.564Z] $ docker stop --time=1 136ac85fef5428ca9f82e19cee8605bf2611c37c073a8bec5a852a472c6fcf7d [2023-02-15T10:01:48.417Z] $ docker rm -f --volumes 136ac85fef5428ca9f82e19cee8605bf2611c37c073a8bec5a852a472c6fcf7d [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T10:01:50.952Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-15T10:01:50.985Z] Warning: overwriting stash ‘coverage-report’ [2023-02-15T10:01:51.497Z] 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 [2023-02-15T10:01:52.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T10:01:52.296Z] [2023-02-15T10:01:52.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T10:01:52.688Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T10:01:52.957Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T10:01:52.957Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T10:01:52.957Z] 04944245beec: Pulling fs layer [2023-02-15T10:01:52.957Z] 699f458cf7ca: Pulling fs layer [2023-02-15T10:01:52.957Z] 765212b225bb: Pulling fs layer [2023-02-15T10:01:52.957Z] f23df028b6ca: Pulling fs layer [2023-02-15T10:01:52.957Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T10:01:52.957Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T10:01:52.957Z] f23df028b6ca: Waiting [2023-02-15T10:01:52.957Z] d65c8cfc05b1: Waiting [2023-02-15T10:01:52.957Z] 765212b225bb: Waiting [2023-02-15T10:01:52.957Z] 2437ff75d9bd: Waiting [2023-02-15T10:01:52.957Z] 04944245beec: Verifying Checksum [2023-02-15T10:01:52.957Z] 04944245beec: Download complete [2023-02-15T10:01:52.957Z] 765212b225bb: Download complete [2023-02-15T10:01:52.957Z] f23df028b6ca: Download complete [2023-02-15T10:01:52.957Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T10:01:52.957Z] d65c8cfc05b1: Download complete [2023-02-15T10:01:53.228Z] 699f458cf7ca: Verifying Checksum [2023-02-15T10:01:53.228Z] 699f458cf7ca: Download complete [2023-02-15T10:01:53.497Z] 8998bd30e6a1: Verifying Checksum [2023-02-15T10:01:53.497Z] 8998bd30e6a1: Download complete [2023-02-15T10:01:56.197Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T10:01:56.197Z] 2437ff75d9bd: Download complete [2023-02-15T10:01:58.818Z] 8998bd30e6a1: Pull complete [2023-02-15T10:01:59.088Z] 04944245beec: Pull complete [2023-02-15T10:02:00.502Z] 699f458cf7ca: Pull complete [2023-02-15T10:02:00.502Z] 765212b225bb: Pull complete [2023-02-15T10:02:01.462Z] f23df028b6ca: Pull complete [2023-02-15T10:02:01.463Z] d65c8cfc05b1: Pull complete [2023-02-15T10:02:16.465Z] 2437ff75d9bd: Pull complete [2023-02-15T10:02:16.465Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T10:02:16.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T10:02:16.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T10:02:16.778Z] prd-ubuntu20.04-docker-arm64-4c-16g-6092 does not seem to be running inside a container [2023-02-15T10:02:16.900Z] $ 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 [2023-02-15T10:02:19.774Z] $ docker top 47b2bfb2ef4683e283c11bf6b753ac163df8675a27d9c22bab01975c8c5a3b15 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T10:02:20.610Z] ---> job-cost.sh [2023-02-15T10:02:20.610Z] lf-activate-venv: SKIPPING [2023-02-15T10:02:20.610Z] INFO: No Stack... [2023-02-15T10:02:20.880Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T10:02:21.841Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T10:02:22.502Z] + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [2023-02-15T10:02:22.502Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T10:02:22.552Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [2023-02-15T10:02:22.556Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] did not exist. Created. [2023-02-15T10:02:22.557Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T10:02:23.281Z] /w/workspace/go-mod-bootstrap/1@tmp/durable-db83d66f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-15T10:02:23.955Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-15T10:02:23.988Z] Warning: overwriting stash ‘stack-cost’ [2023-02-15T10:02:24.034Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T10:02:24.047Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-440-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T10:02:24.166Z] $ docker stop --time=1 47b2bfb2ef4683e283c11bf6b753ac163df8675a27d9c22bab01975c8c5a3b15 [2023-02-15T10:02:25.684Z] $ 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 [2023-02-15T10:02:26.722Z] provisioning config files... [2023-02-15T10:02:26.741Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp/config6397325575142187126tmp [Pipeline] { [Pipeline] sh [2023-02-15T10:02:27.058Z] + set +x [2023-02-15T10:02:27.058Z] + curl -s https://codecov.io/bash [2023-02-15T10:02:27.058Z] + bash -s -- [2023-02-15T10:02:27.058Z] [2023-02-15T10:02:27.058Z] _____ _ [2023-02-15T10:02:27.058Z] / ____| | | [2023-02-15T10:02:27.058Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T10:02:27.058Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T10:02:27.058Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T10:02:27.058Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T10:02:27.058Z] Bash-1.0.6 [2023-02-15T10:02:27.058Z] [2023-02-15T10:02:27.058Z] [2023-02-15T10:02:27.058Z] ==> git version 2.25.1 found [2023-02-15T10:02:27.058Z] ==> 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 [2023-02-15T10:02:27.058Z] Release-Date: 2020-01-08 [2023-02-15T10:02:27.058Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-15T10:02:27.058Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T10:02:27.058Z] ==> Jenkins CI detected. [2023-02-15T10:02:27.058Z] current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-440 [2023-02-15T10:02:27.058Z] project root: . [2023-02-15T10:02:27.058Z] --> token set from env [2023-02-15T10:02:27.058Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T10:02:27.058Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T10:02:27.058Z] ==> Python coveragepy not found [2023-02-15T10:02:27.058Z] ==> Searching for coverage reports in: [2023-02-15T10:02:27.058Z] + . [2023-02-15T10:02:27.058Z] -> Found 1 reports [2023-02-15T10:02:27.058Z] ==> Detecting git/mercurial file structure [2023-02-15T10:02:27.058Z] ==> Reading reports [2023-02-15T10:02:27.058Z] + ./coverage.out bytes=77297 [2023-02-15T10:02:27.058Z] ==> Appending adjustments [2023-02-15T10:02:27.058Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T10:02:27.629Z] + Found adjustments [2023-02-15T10:02:27.629Z] ==> Gzipping contents [2023-02-15T10:02:27.629Z] 16K /tmp/codecov.cjcPuH.gz [2023-02-15T10:02:27.629Z] ==> Uploading reports [2023-02-15T10:02:27.629Z] url: https://codecov.io [2023-02-15T10:02:27.629Z] 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= [2023-02-15T10:02:27.629Z] -> Pinging Codecov [2023-02-15T10:02:27.629Z] 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= [2023-02-15T10:02:27.629Z] -> Uploading to [2023-02-15T10:02:27.629Z] 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 [2023-02-15T10:02:27.629Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T10:02:27.629Z] Dload Upload Total Spent Left Speed [2023-02-15T10:02:27.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12388 0 0 100 12388 0 48964 --:--:-- --:--:-- --:--:-- 48964 [2023-02-15T10:02:27.890Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/a330e7de4c1759d536c20ea475dc9053b4c8d296 [Pipeline] } [2023-02-15T10:02:27.919Z] 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 [2023-02-15T10:02:29.630Z] + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives ] [2023-02-15T10:02:29.630Z] + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives [2023-02-15T10:02:29.630Z] total 16 [2023-02-15T10:02:29.630Z] drwxr-xr-x 3 root root 4096 Feb 15 09:59 . [2023-02-15T10:02:29.630Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 09:59 .. [2023-02-15T10:02:29.630Z] drwxr-xr-x 2 root root 4096 Feb 15 09:59 cost [2023-02-15T10:02:29.630Z] -rw-r--r-- 1 root root 89 Feb 15 09:59 cost.csv [2023-02-15T10:02:29.630Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives [2023-02-15T10:02:29.630Z] + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives [2023-02-15T10:02:29.630Z] total 16 [2023-02-15T10:02:29.630Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 09:59 . [2023-02-15T10:02:29.630Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 09:59 .. [2023-02-15T10:02:29.630Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 09:59 cost [2023-02-15T10:02:29.630Z] -rw-r--r-- 1 jenkins jenkins 89 Feb 15 09:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-15T10:02:29.968Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T10:02:30.863Z] ---> package-listing.sh [2023-02-15T10:02:30.863Z] ++ facter osfamily [2023-02-15T10:02:30.863Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T10:02:31.122Z] + OS_FAMILY=debian [2023-02-15T10:02:31.122Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-440 [2023-02-15T10:02:31.122Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T10:02:31.122Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T10:02:31.122Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T10:02:31.122Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T10:02:31.122Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-440 ']' [2023-02-15T10:02:31.122Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T10:02:31.122Z] + case "${OS_FAMILY}" in [2023-02-15T10:02:31.122Z] + dpkg -l [2023-02-15T10:02:31.122Z] + grep '^ii' [2023-02-15T10:02:31.122Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T10:02:31.122Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T10:02:31.122Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T10:02:31.122Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-440 ']' [2023-02-15T10:02:31.122Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-440/archives/ [2023-02-15T10:02:31.122Z] + 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 [2023-02-15T10:02:31.157Z] 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 [2023-02-15T10:02:31.449Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T10:02:32.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T10:02:32.072Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T10:02:32.216Z] prd-ubuntu20.04-docker-8c-8g-6086 does not seem to be running inside a container [2023-02-15T10:02:32.291Z] $ 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 [2023-02-15T10:02:32.643Z] $ docker top 9e5cc8e6da7500cfa7f7b06d8a760b6ec42ab17f80598a1fc77435fc9fc9171d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T10:02:32.969Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T10:02:33.273Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T10:02:33.580Z] + ls /var/log/sa-host [2023-02-15T10:02:33.580Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T10:02:33.800Z] provisioning config files... [2023-02-15T10:02:33.808Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-440@tmp/config2206030765503183652tmp [Pipeline] { [Pipeline] echo [2023-02-15T10:02:33.858Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T10:02:34.184Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T10:02:34.227Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T10:02:34.636Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T10:02:34.667Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T10:02:34.975Z] ---> sudo-logs.sh [2023-02-15T10:02:34.975Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T10:02:35.062Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T10:02:35.368Z] ---> job-cost.sh [2023-02-15T10:02:35.368Z] lf-activate-venv: SKIPPING [2023-02-15T10:02:35.368Z] DEBUG: total: 0.4399999976158142 [2023-02-15T10:02:35.368Z] INFO: Retrieving Stack Cost... [2023-02-15T10:02:35.627Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T10:02:36.194Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T10:02:36.231Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T10:02:36.545Z] ---> logs-deploy.sh [2023-02-15T10:02:36.545Z] lf-activate-venv: SKIPPING [2023-02-15T10:02:36.545Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-440/1 [2023-02-15T10:02:36.545Z] INFO: archiving workspace using pattern(s): [2023-02-15T10:02:37.481Z] Archives upload complete. [2023-02-15T10:02:37.739Z] INFO: archiving logs to Nexus [2023-02-15T10:02:38.313Z] ---> uname -a: [2023-02-15T10:02:38.313Z] 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 [2023-02-15T10:02:38.313Z] [2023-02-15T10:02:38.313Z] [2023-02-15T10:02:38.313Z] ---> lscpu: [2023-02-15T10:02:38.313Z] Architecture: x86_64 [2023-02-15T10:02:38.313Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-15T10:02:38.313Z] Byte Order: Little Endian [2023-02-15T10:02:38.313Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-15T10:02:38.313Z] CPU(s): 8 [2023-02-15T10:02:38.313Z] On-line CPU(s) list: 0-7 [2023-02-15T10:02:38.313Z] Thread(s) per core: 1 [2023-02-15T10:02:38.313Z] Core(s) per socket: 1 [2023-02-15T10:02:38.313Z] Socket(s): 8 [2023-02-15T10:02:38.313Z] NUMA node(s): 1 [2023-02-15T10:02:38.313Z] Vendor ID: AuthenticAMD [2023-02-15T10:02:38.313Z] CPU family: 23 [2023-02-15T10:02:38.313Z] Model: 49 [2023-02-15T10:02:38.313Z] Model name: AMD EPYC-Rome Processor [2023-02-15T10:02:38.313Z] Stepping: 0 [2023-02-15T10:02:38.313Z] CPU MHz: 2799.996 [2023-02-15T10:02:38.313Z] BogoMIPS: 5599.99 [2023-02-15T10:02:38.313Z] Virtualization: AMD-V [2023-02-15T10:02:38.313Z] Hypervisor vendor: KVM [2023-02-15T10:02:38.313Z] Virtualization type: full [2023-02-15T10:02:38.313Z] L1d cache: 256 KiB [2023-02-15T10:02:38.313Z] L1i cache: 256 KiB [2023-02-15T10:02:38.313Z] L2 cache: 4 MiB [2023-02-15T10:02:38.313Z] L3 cache: 128 MiB [2023-02-15T10:02:38.313Z] NUMA node0 CPU(s): 0-7 [2023-02-15T10:02:38.313Z] Vulnerability Itlb multihit: Not affected [2023-02-15T10:02:38.313Z] Vulnerability L1tf: Not affected [2023-02-15T10:02:38.313Z] Vulnerability Mds: Not affected [2023-02-15T10:02:38.313Z] Vulnerability Meltdown: Not affected [2023-02-15T10:02:38.313Z] Vulnerability Mmio stale data: Not affected [2023-02-15T10:02:38.313Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-15T10:02:38.313Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-15T10:02:38.313Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-15T10:02:38.313Z] Vulnerability Srbds: Not affected [2023-02-15T10:02:38.313Z] Vulnerability Tsx async abort: Not affected [2023-02-15T10:02:38.313Z] 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 [2023-02-15T10:02:38.313Z] [2023-02-15T10:02:38.313Z] [2023-02-15T10:02:38.313Z] ---> nproc: [2023-02-15T10:02:38.313Z] 8 [2023-02-15T10:02:38.313Z] [2023-02-15T10:02:38.313Z] [2023-02-15T10:02:38.313Z] ---> df -h: [2023-02-15T10:02:38.313Z] Filesystem Size Used Avail Use% Mounted on [2023-02-15T10:02:38.313Z] overlay 155G 11G 145G 7% / [2023-02-15T10:02:38.313Z] tmpfs 64M 0 64M 0% /dev [2023-02-15T10:02:38.313Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-15T10:02:38.313Z] shm 64M 0 64M 0% /dev/shm [2023-02-15T10:02:38.313Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-02-15T10:02:38.313Z] [2023-02-15T10:02:38.314Z] [2023-02-15T10:02:38.314Z] ---> sar -b -r -n DEV: [2023-02-15T10:02:38.314Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6086) 02/15/23 _x86_64_ (8 CPU) [2023-02-15T10:02:38.314Z] [2023-02-15T10:02:38.314Z] 08:32:55 LINUX RESTART (8 CPU) [2023-02-15T10:02:38.314Z] [2023-02-15T10:02:38.314Z] 08:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-15T10:02:38.314Z] 08:34:01 83.86 33.11 50.75 0.00 3468.84 161244.92 0.00 [2023-02-15T10:02:38.314Z] 08:35:01 3.00 0.00 3.00 0.00 0.00 213.58 0.00 [2023-02-15T10:02:38.314Z] 08:36:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 [2023-02-15T10:02:38.314Z] 08:37:01 0.98 0.00 0.98 0.00 0.00 12.93 0.00 [2023-02-15T10:02:38.314Z] 08:38:01 3.13 0.97 2.16 0.00 67.38 66.31 0.00 [2023-02-15T10:02:38.314Z] 08:39:01 18.26 0.00 18.26 0.00 0.00 1185.94 0.00 [2023-02-15T10:02:38.314Z] 08:40:01 36.23 6.80 29.43 0.00 836.79 2859.79 0.00 [2023-02-15T10:02:38.314Z] 08:41:01 21.30 0.00 21.30 0.00 0.00 2934.04 0.00 [2023-02-15T10:02:38.314Z] 08:42:01 21.29 2.57 18.73 0.00 2516.76 3920.16 0.00 [2023-02-15T10:02:38.314Z] 08:43:01 4.02 0.02 4.00 0.00 0.13 86.65 0.00 [2023-02-15T10:02:38.314Z] 08:44:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 [2023-02-15T10:02:38.314Z] 08:45:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 [2023-02-15T10:02:38.314Z] 08:46:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 [2023-02-15T10:02:38.314Z] 08:47:01 0.87 0.00 0.87 0.00 0.00 10.00 0.00 [2023-02-15T10:02:38.314Z] 08:48:01 1.78 0.02 1.77 0.00 0.13 22.26 0.00 [2023-02-15T10:02:38.314Z] 08:49:01 0.87 0.00 0.87 0.00 0.00 9.87 0.00 [2023-02-15T10:02:38.314Z] 08:50:01 1.38 0.00 1.38 0.00 0.00 19.46 0.00 [2023-02-15T10:02:38.314Z] 08:51:01 0.85 0.00 0.85 0.00 0.00 10.53 0.00 [2023-02-15T10:02:38.314Z] 08:52:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 [2023-02-15T10:02:38.314Z] 08:53:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 [2023-02-15T10:02:38.314Z] 08:54:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 [2023-02-15T10:02:38.314Z] 08:55:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 [2023-02-15T10:02:38.314Z] 08:56:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 [2023-02-15T10:02:38.314Z] 08:57:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 [2023-02-15T10:02:38.314Z] 08:58:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 [2023-02-15T10:02:38.314Z] 08:59:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2023-02-15T10:02:38.314Z] 09:00:01 1.13 0.00 1.13 0.00 0.00 14.53 0.00 [2023-02-15T10:02:38.314Z] 09:01:01 1.88 1.02 0.87 0.00 21.86 9.47 0.00 [2023-02-15T10:02:38.314Z] 09:02:01 1.83 0.00 1.83 0.00 0.00 26.80 0.00 [2023-02-15T10:02:38.314Z] 09:03:01 1.32 0.00 1.32 0.00 0.00 15.73 0.00 [2023-02-15T10:02:38.314Z] 09:04:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 [2023-02-15T10:02:38.314Z] 09:05:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 [2023-02-15T10:02:38.314Z] 09:06:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 [2023-02-15T10:02:38.314Z] 09:07:01 0.83 0.00 0.83 0.00 0.00 9.47 0.00 [2023-02-15T10:02:38.314Z] 09:08:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 [2023-02-15T10:02:38.314Z] 09:09:02 0.95 0.00 0.95 0.00 0.00 11.33 0.00 [2023-02-15T10:02:38.314Z] 09:10:01 1.12 0.00 1.12 0.00 0.00 14.10 0.00 [2023-02-15T10:02:38.314Z] 09:11:01 0.88 0.00 0.88 0.00 0.00 9.87 0.00 [2023-02-15T10:02:38.314Z] 09:12:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 [2023-02-15T10:02:38.314Z] 09:13:01 0.82 0.00 0.82 0.00 0.00 9.73 0.00 [2023-02-15T10:02:38.314Z] 09:14:01 1.27 0.00 1.27 0.00 0.00 16.53 0.00 [2023-02-15T10:02:38.314Z] 09:15:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 [2023-02-15T10:02:38.314Z] 09:16:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 [2023-02-15T10:02:38.314Z] 09:17:01 0.93 0.02 0.92 0.00 0.13 10.26 0.00 [2023-02-15T10:02:38.314Z] 09:18:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 [2023-02-15T10:02:38.314Z] 09:19:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 [2023-02-15T10:02:38.314Z] 09:20:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 [2023-02-15T10:02:38.314Z] 09:21:01 0.83 0.00 0.83 0.00 0.00 9.20 0.00 [2023-02-15T10:02:38.314Z] 09:22:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 [2023-02-15T10:02:38.314Z] 09:23:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 [2023-02-15T10:02:38.314Z] 09:24:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 [2023-02-15T10:02:38.314Z] 09:25:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 [2023-02-15T10:02:38.314Z] 09:26:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 [2023-02-15T10:02:38.314Z] 09:27:01 0.87 0.00 0.87 0.00 0.00 10.53 0.00 [2023-02-15T10:02:38.314Z] 09:28:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 [2023-02-15T10:02:38.314Z] 09:29:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 [2023-02-15T10:02:38.314Z] 09:30:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 [2023-02-15T10:02:38.314Z] 09:31:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 [2023-02-15T10:02:38.314Z] 09:32:01 2.75 1.65 1.10 0.00 45.33 13.60 0.00 [2023-02-15T10:02:38.314Z] 09:33:01 3.15 1.93 1.22 0.00 38.53 25.33 0.00 [2023-02-15T10:02:38.314Z] 09:34:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 [2023-02-15T10:02:38.314Z] 09:35:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2023-02-15T10:02:38.314Z] 09:36:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 [2023-02-15T10:02:38.314Z] 09:37:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 [2023-02-15T10:02:38.314Z] 09:38:01 1.40 0.00 1.40 0.00 0.00 15.33 0.00 [2023-02-15T10:02:38.314Z] 09:39:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 [2023-02-15T10:02:38.314Z] 09:40:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 [2023-02-15T10:02:38.314Z] 09:41:01 0.88 0.00 0.88 0.00 0.00 9.47 0.00 [2023-02-15T10:02:38.314Z] 09:42:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 [2023-02-15T10:02:38.314Z] 09:43:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 [2023-02-15T10:02:38.314Z] 09:44:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 [2023-02-15T10:02:38.314Z] 09:45:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 [2023-02-15T10:02:38.314Z] 09:46:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 [2023-02-15T10:02:38.314Z] 09:47:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 [2023-02-15T10:02:38.314Z] 09:48:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 [2023-02-15T10:02:38.314Z] 09:49:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 [2023-02-15T10:02:38.314Z] 09:50:01 1.32 0.00 1.32 0.00 0.00 16.66 0.00 [2023-02-15T10:02:38.314Z] 09:51:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 [2023-02-15T10:02:38.314Z] 09:52:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 [2023-02-15T10:02:38.314Z] 09:53:01 0.87 0.00 0.87 0.00 0.00 9.60 0.00 [2023-02-15T10:02:38.314Z] 09:54:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 [2023-02-15T10:02:38.314Z] 09:55:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2023-02-15T10:02:38.314Z] 09:56:01 1.48 0.00 1.48 0.00 0.00 16.26 0.00 [2023-02-15T10:02:38.314Z] 09:57:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 [2023-02-15T10:02:38.314Z] 09:58:01 46.27 12.30 33.97 0.00 1809.20 11148.67 0.00 [2023-02-15T10:02:38.314Z] 09:59:01 40.40 0.28 40.12 0.00 17.46 25545.48 0.00 [2023-02-15T10:02:38.314Z] 10:00:01 51.98 0.22 51.77 0.00 5.87 29816.67 0.00 [2023-02-15T10:02:38.314Z] 10:01:01 3.67 0.00 3.67 0.00 0.00 48.78 0.00 [2023-02-15T10:02:38.314Z] 10:02:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 [2023-02-15T10:02:38.314Z] Average: 4.76 0.68 4.07 0.00 99.22 2698.41 0.00 [2023-02-15T10:02:38.314Z] [2023-02-15T10:02:38.314Z] 08:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-15T10:02:38.314Z] 08:34:01 30600084 31873072 502748 1.53 47256 1542236 1655692 4.88 612080 1414668 6032 [2023-02-15T10:02:38.314Z] 08:35:01 30599436 31872476 502800 1.53 47280 1542240 1655692 4.88 613836 1414632 180 [2023-02-15T10:02:38.314Z] 08:36:01 30599112 31872504 502980 1.53 47320 1542240 1655692 4.88 614592 1414936 12 [2023-02-15T10:02:38.314Z] 08:37:01 30599276 31872696 502644 1.53 47368 1542236 1655692 4.88 614660 1414936 160 [2023-02-15T10:02:38.314Z] 08:38:01 30581772 31862440 512448 1.56 48900 1547548 1690656 4.98 626924 1420440 468 [2023-02-15T10:02:38.314Z] 08:39:01 30560884 31871336 503276 1.53 52056 1573716 1708888 5.04 620604 1446588 19332 [2023-02-15T10:02:38.314Z] 08:40:01 30407272 31854740 502464 1.53 70676 1693252 1723352 5.08 715012 1488612 25780 [2023-02-15T10:02:38.314Z] 08:41:01 30358884 31854928 501328 1.52 73552 1738172 1739480 5.13 716900 1533644 11004 [2023-02-15T10:02:38.314Z] 08:42:01 30204340 31839228 512860 1.56 82920 1861552 1731796 5.10 868688 1519320 20 [2023-02-15T10:02:38.314Z] 08:43:01 30208584 31838784 512944 1.56 81504 1858304 1724192 5.08 867216 1516116 4 [2023-02-15T10:02:38.314Z] 08:44:01 30208016 31838280 513316 1.56 81552 1858304 1724192 5.08 867460 1516120 4 [2023-02-15T10:02:38.314Z] 08:45:01 30207864 31838352 513360 1.56 81580 1858308 1724192 5.08 867216 1516344 140 [2023-02-15T10:02:38.314Z] 08:46:01 30207840 31838360 513324 1.56 81592 1858308 1724192 5.08 867568 1516344 4 [2023-02-15T10:02:38.314Z] 08:47:01 30208248 31838784 512672 1.56 81608 1858312 1724192 5.08 867152 1516344 136 [2023-02-15T10:02:38.314Z] 08:48:01 30206764 31837408 513412 1.56 81644 1858316 1753840 5.17 867196 1516348 36 [2023-02-15T10:02:38.314Z] 08:49:01 30207324 31837968 512800 1.56 81652 1858316 1753840 5.17 867544 1516348 132 [2023-02-15T10:02:38.314Z] 08:50:01 30206980 31837648 513272 1.56 81684 1858296 1753840 5.17 867516 1516332 4 [2023-02-15T10:02:38.314Z] 08:51:01 30207280 31837984 512916 1.56 81704 1858300 1753840 5.17 867656 1516332 140 [2023-02-15T10:02:38.314Z] 08:52:01 30207440 31838292 512756 1.56 81720 1858432 1737528 5.12 867812 1516464 8 [2023-02-15T10:02:38.314Z] 08:53:01 30207384 31838256 512732 1.56 81740 1858428 1737528 5.12 867532 1516468 160 [2023-02-15T10:02:38.314Z] 08:54:01 30207424 31838320 512624 1.56 81756 1858436 1737528 5.12 867880 1516468 8 [2023-02-15T10:02:38.314Z] 08:55:01 30207400 31838328 512564 1.56 81788 1858440 1737528 5.12 867908 1516472 144 [2023-02-15T10:02:38.314Z] 08:56:01 30207560 31838516 512528 1.56 81800 1858444 1737528 5.12 867916 1516476 8 [2023-02-15T10:02:38.314Z] 08:57:01 30207284 31838244 512760 1.56 81812 1858448 1721400 5.07 867968 1516480 136 [2023-02-15T10:02:38.314Z] 08:58:01 30207560 31838520 512396 1.56 81844 1858440 1721400 5.07 867920 1516480 8 [2023-02-15T10:02:38.314Z] 08:59:01 30207544 31838556 512304 1.56 81876 1858456 1721400 5.07 868228 1516488 140 [2023-02-15T10:02:38.314Z] 09:00:01 30207496 31838556 512356 1.56 81904 1858460 1721400 5.07 868272 1516496 8 [2023-02-15T10:02:38.314Z] 09:01:01 30196644 31828548 522076 1.59 81968 1859076 1783896 5.26 880324 1517044 256 [2023-02-15T10:02:38.314Z] 09:02:01 30205060 31836972 513880 1.56 82008 1859080 1734492 5.11 868508 1517048 8 [2023-02-15T10:02:38.314Z] 09:03:01 30205304 31837276 513588 1.56 82036 1859072 1734492 5.11 868548 1517052 8 [2023-02-15T10:02:38.314Z] 09:04:01 30191012 31823000 527796 1.61 82044 1859084 1734492 5.11 884604 1517052 40 [2023-02-15T10:02:38.314Z] 09:05:01 30191248 31823244 527460 1.60 82060 1859084 1718256 5.06 884740 1517056 16 [2023-02-15T10:02:38.314Z] 09:06:01 30191128 31823156 527396 1.60 82088 1859088 1718256 5.06 884384 1517056 12 [2023-02-15T10:02:38.314Z] 09:07:01 30190472 31822508 527972 1.61 82100 1859092 1718256 5.06 884372 1517060 8 [2023-02-15T10:02:38.314Z] 09:08:01 30190660 31822696 527624 1.60 82120 1859084 1718256 5.06 884372 1517060 8 [2023-02-15T10:02:38.314Z] 09:09:02 30203948 31836052 514444 1.56 82140 1859100 1718256 5.06 870788 1517072 8 [2023-02-15T10:02:38.314Z] 09:10:01 30203844 31835992 514420 1.56 82164 1859104 1718256 5.06 870808 1517080 28 [2023-02-15T10:02:38.314Z] 09:11:01 30203820 31835972 514368 1.56 82176 1859104 1718256 5.06 870976 1517080 12 [2023-02-15T10:02:38.314Z] 09:12:01 30204000 31836156 514104 1.56 82196 1859108 1718256 5.06 871268 1517084 8 [2023-02-15T10:02:38.314Z] 09:13:01 30203448 31835604 514576 1.56 82208 1859112 1718256 5.06 871100 1517084 8 [2023-02-15T10:02:38.314Z] 09:14:01 30203368 31835596 514528 1.56 82244 1859108 1718256 5.06 871476 1517084 12 [2023-02-15T10:02:38.314Z] 09:15:01 30203528 31835764 514484 1.56 82260 1859120 1718256 5.06 871400 1517088 28 [2023-02-15T10:02:38.314Z] 09:16:01 30203796 31836080 514352 1.56 82288 1859120 1718256 5.06 871540 1517088 8 [2023-02-15T10:02:38.315Z] 09:17:01 30203244 31835532 514836 1.57 82304 1859120 1734312 5.11 871712 1517092 8 [2023-02-15T10:02:38.315Z] 09:18:01 30203116 31835468 514828 1.57 82320 1859128 1734312 5.11 871648 1517096 8 [2023-02-15T10:02:38.315Z] 09:19:01 30203116 31835516 514756 1.57 82352 1859132 1734312 5.11 871812 1517100 32 [2023-02-15T10:02:38.315Z] 09:20:01 30202760 31835172 515024 1.57 82360 1859136 1717652 5.06 871860 1517104 4 [2023-02-15T10:02:38.315Z] 09:21:01 30202964 31835376 514748 1.57 82376 1859136 1717652 5.06 871844 1517104 16 [2023-02-15T10:02:38.315Z] 09:22:01 30202924 31835376 514708 1.57 82388 1859140 1717652 5.06 871980 1517108 16 [2023-02-15T10:02:38.315Z] 09:23:01 30203084 31835536 514668 1.57 82416 1859140 1717652 5.06 871964 1517108 12 [2023-02-15T10:02:38.315Z] 09:24:01 30203020 31835520 514624 1.57 82424 1859144 1717652 5.06 872764 1517112 196 [2023-02-15T10:02:38.315Z] 09:25:01 30203044 31835548 514576 1.56 82440 1859148 1717652 5.06 872204 1517116 4 [2023-02-15T10:02:38.315Z] 09:26:01 30202460 31834988 515080 1.57 82460 1859148 1717652 5.06 872244 1517116 4 [2023-02-15T10:02:38.315Z] 09:27:01 30202088 31834624 515300 1.57 82484 1859156 1717652 5.06 873468 1517124 236 [2023-02-15T10:02:38.315Z] 09:28:01 30202380 31834920 514972 1.57 82508 1859148 1717652 5.06 872856 1517124 20 [2023-02-15T10:02:38.315Z] 09:29:01 30202564 31835172 514928 1.57 82524 1859160 1717652 5.06 873116 1517136 32 [2023-02-15T10:02:38.315Z] 09:30:01 30202540 31835180 514876 1.57 82552 1859168 1717652 5.06 873072 1517136 8 [2023-02-15T10:02:38.315Z] 09:31:01 30201988 31834628 515348 1.57 82572 1859168 1717652 5.06 873076 1517136 8 [2023-02-15T10:02:38.315Z] 09:32:01 30187068 31821164 528592 1.61 82596 1860524 1717652 5.06 887932 1518084 28 [2023-02-15T10:02:38.315Z] 09:33:01 30148196 31784244 564592 1.72 82636 1861964 1717652 5.06 926716 1518700 8 [2023-02-15T10:02:38.315Z] 09:34:01 30147320 31783420 565448 1.72 82656 1861960 1717652 5.06 926404 1518660 12 [2023-02-15T10:02:38.315Z] 09:35:01 30147028 31783144 565660 1.72 82672 1861972 1717652 5.06 926408 1518664 16 [2023-02-15T10:02:38.315Z] 09:36:01 30147220 31783336 565608 1.72 82684 1861976 1733716 5.11 926484 1518664 16 [2023-02-15T10:02:38.315Z] 09:37:01 30147172 31783356 565512 1.72 82704 1862044 1733716 5.11 926528 1518724 28 [2023-02-15T10:02:38.315Z] 09:38:01 30146872 31783108 565736 1.72 82712 1862044 1733716 5.11 926592 1518724 12 [2023-02-15T10:02:38.315Z] 09:39:01 30146824 31783108 565648 1.72 82788 1862040 1733716 5.11 926844 1518732 8 [2023-02-15T10:02:38.315Z] 09:40:01 30146776 31783116 565604 1.72 82804 1862052 1733716 5.11 926840 1518744 4 [2023-02-15T10:02:38.315Z] 09:41:01 30146216 31782556 566084 1.72 82820 1862052 1733716 5.11 926872 1518744 8 [2023-02-15T10:02:38.315Z] 09:42:01 30146140 31782460 566340 1.72 82840 1862056 1733716 5.11 926888 1518748 16 [2023-02-15T10:02:38.315Z] 09:43:01 30146116 31782500 566304 1.72 82860 1862056 1733716 5.11 926988 1518752 12 [2023-02-15T10:02:38.315Z] 09:44:01 30146036 31782448 566300 1.72 82888 1862052 1733716 5.11 927112 1518752 8 [2023-02-15T10:02:38.315Z] 09:45:01 30145956 31782392 566260 1.72 82904 1862064 1749796 5.16 927140 1518756 4 [2023-02-15T10:02:38.315Z] 09:46:01 30145428 31781992 566572 1.72 82916 1862200 1733096 5.11 927228 1518884 20 [2023-02-15T10:02:38.315Z] 09:47:01 30145380 31781956 566536 1.72 82932 1862204 1733096 5.11 927236 1518896 8 [2023-02-15T10:02:38.315Z] 09:48:01 30145256 31781896 566796 1.72 82948 1862204 1733096 5.11 927344 1518900 16 [2023-02-15T10:02:38.315Z] 09:49:01 30144972 31781616 567212 1.72 82972 1862204 1733096 5.11 927540 1518904 12 [2023-02-15T10:02:38.315Z] 09:50:01 30144880 31781688 567292 1.73 82996 1862340 1733096 5.11 927512 1519024 4 [2023-02-15T10:02:38.315Z] 09:51:01 30144628 31781436 567528 1.73 83012 1862340 1733096 5.11 927504 1519024 8 [2023-02-15T10:02:38.315Z] 09:52:01 30144580 31781396 567488 1.73 83040 1862344 1733096 5.11 927572 1519028 8 [2023-02-15T10:02:38.315Z] 09:53:01 30144524 31781400 567468 1.73 83056 1862344 1733096 5.11 927636 1519032 8 [2023-02-15T10:02:38.315Z] 09:54:01 30144692 31781600 567428 1.73 83064 1862352 1733096 5.11 927816 1519044 4 [2023-02-15T10:02:38.315Z] 09:55:01 30144676 31781596 567388 1.73 83084 1862356 1733096 5.11 927780 1519048 8 [2023-02-15T10:02:38.315Z] 09:56:01 30144328 31781248 567616 1.73 83100 1862356 1733096 5.11 928140 1519048 8 [2023-02-15T10:02:38.315Z] 09:57:01 30144288 31781216 567568 1.73 83120 1862360 1733096 5.11 927864 1519052 8 [2023-02-15T10:02:38.315Z] 09:58:01 29388744 31579036 741192 2.25 96256 2383172 1933556 5.70 1236928 1914356 173276 [2023-02-15T10:02:38.315Z] 09:59:01 28232896 31517976 768772 2.34 124928 3375072 1904828 5.61 1600908 2597120 470832 [2023-02-15T10:02:38.315Z] 10:00:01 28235064 31526024 761088 2.31 131108 3372536 1972932 5.81 1456340 2736872 352 [2023-02-15T10:02:38.315Z] 10:01:01 28264580 31554888 735380 2.24 131164 3372396 1773452 5.23 1429924 2736672 12 [2023-02-15T10:02:38.315Z] 10:02:01 28264700 31555012 735420 2.24 131184 3372400 1773452 5.23 1429744 2736676 12 [2023-02-15T10:02:38.315Z] Average: 30120204 31806832 541948 1.65 82114 1909626 1732887 5.11 898167 1568579 7978 [2023-02-15T10:02:38.315Z] [2023-02-15T10:02:38.315Z] 08:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-15T10:02:38.315Z] 08:34:01 ens3 109.55 99.32 464.47 22.43 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:34:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:35:01 ens3 1.52 0.50 1.49 0.03 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:36:01 ens3 1.93 0.68 0.46 0.29 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:37:01 ens3 2.45 1.00 0.83 0.50 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:38:01 ens3 2.53 2.21 3.31 0.60 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:38:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:39:01 ens3 149.31 91.15 448.83 6.18 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:39:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:40:01 ens3 189.62 101.37 829.39 6.65 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:40:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:41:01 ens3 195.87 95.98 757.79 6.23 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:42:01 ens3 46.47 28.57 220.25 1.95 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:42:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:43:01 ens3 0.22 0.15 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:44:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:45:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:46:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:47:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:48:01 ens3 0.15 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:49:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:50:01 ens3 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:51:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:52:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:53:01 ens3 0.23 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:54:01 ens3 0.30 0.17 0.24 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:55:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:56:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.315Z] 08:57:01 ens3 0.20 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 08:58:01 ens3 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 08:59:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:00:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:01:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:02:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:03:01 ens3 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:04:01 ens3 0.98 0.38 0.37 0.27 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:05:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:06:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:07:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:08:01 ens3 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:09:02 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:09:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:11:01 ens3 0.27 0.13 0.20 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:12:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:13:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:14:01 ens3 0.55 0.32 0.16 0.08 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:15:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:16:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:17:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:19:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:21:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:22:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:24:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:27:01 ens3 0.48 0.37 0.26 0.21 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:28:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:29:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:30:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:31:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:32:01 ens3 1.10 1.00 0.72 0.44 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:33:01 ens3 10.01 8.88 12.01 6.20 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:33:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:34:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:35:01 ens3 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:38:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:39:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.316Z] 09:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:42:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:44:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:45:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:48:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:49:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:50:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:53:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:54:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:58:01 ens3 325.58 253.68 4827.47 61.78 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:58:01 lo 3.53 3.53 0.33 0.33 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:58:01 docker0 4.80 3.77 0.54 45.11 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:59:01 ens3 121.14 103.53 1788.08 71.54 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 09:59:01 veth33121ea 37.02 45.25 3.41 579.72 0.00 0.00 0.00 0.05 [2023-02-15T10:02:38.317Z] 09:59:01 docker0 37.02 45.15 2.90 579.71 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:00:01 ens3 107.28 75.10 2531.36 14.75 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:00:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:00:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:01:01 ens3 0.83 0.70 0.90 0.40 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:02:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] Average: ens3 14.34 9.78 133.61 2.27 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] Average: lo 0.16 0.16 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] Average: docker0 0.47 0.55 0.04 7.02 0.00 0.00 0.00 0.00 [2023-02-15T10:02:38.317Z] [2023-02-15T10:02:38.317Z]