Pull request #479 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b75d2c69fee0c44e5fa4313f72fae0557648a201+86c0411d57e58dc9cd52f2a308b5af3201381109 (29ca7b688971af2e7d9f33eaa1170b3679e66cc5) 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-ssh17445827457211764512.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh9794215386588405128.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-479/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-479/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14390671899495234916.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-479/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9305472842788802787.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh3192802593143720443.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-479/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-479/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh497246772181678024.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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.20 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-433 in /w/workspace/xfoundry_go-mod-bootstrap_PR-479 [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-479 # 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/479/head:refs/remotes/origin/PR-479 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 86c0411d57e58dc9cd52f2a308b5af3201381109 into PR head commit b75d2c69fee0c44e5fa4313f72fae0557648a201 Merge succeeded, producing b75d2c69fee0c44e5fa4313f72fae0557648a201 Checking out Revision b75d2c69fee0c44e5fa4313f72fae0557648a201 (PR-479) 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 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f b75d2c69fee0c44e5fa4313f72fae0557648a201 # 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 86c0411d57e58dc9cd52f2a308b5af3201381109 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b75d2c69fee0c44e5fa4313f72fae0557648a201 # timeout=10 [Pipeline] timeout [2023-03-15T09:57:27.215Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-15T09:57:27.393Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-15T09:57:27.483Z] ========================================================= [2023-03-15T09:57:27.483Z] EdgeX Global Pipelines Version Info [2023-03-15T09:57:27.483Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-15T09:57:28.219Z] ------------------- [2023-03-15T09:57:28.219Z] stable info: [2023-03-15T09:57:28.219Z] ------------------- [2023-03-15T09:57:28.219Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-15T09:57:28.219Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-15T09:57:28.219Z] Message: update stable to v1.0.245 [2023-03-15T09:57:28.795Z] ------------------- [2023-03-15T09:57:28.795Z] experimental info: [2023-03-15T09:57:28.795Z] ------------------- [2023-03-15T09:57:28.795Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-15T09:57:28.795Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-15T09:57:28.795Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-15T09:57:29.086Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2023-03-15T09:57:29.122Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2023-03-15T09:57:29.160Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-15T09:57:29.202Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-15T09:57:29.251Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-15T09:57:29.293Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-15T09:57:29.332Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-15T09:57:29.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-15T09:57:29.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-15T09:57:29.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-15T09:57:29.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-15T09:57:29.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2023-03-15T09:57:29.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-15T09:57:29.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-15T09:57:29.659Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-03-15T09:57:29.700Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-15T09:57:29.737Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-15T09:57:29.775Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-15T09:57:29.813Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-15T09:57:29.854Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-15T09:57:29.894Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-15T09:57:29.935Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-15T09:57:29.980Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-15T09:57:30.020Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-15T09:57:30.060Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-03-15T09:57:30.134Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-15T09:57:30.175Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-15T09:57:30.216Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-479 [Pipeline] echo [2023-03-15T09:57:30.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-479 [Pipeline] echo [2023-03-15T09:57:30.298Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-479 [Pipeline] echo [2023-03-15T09:57:30.337Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] echo [2023-03-15T09:57:30.376Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b75d2c6 [Pipeline] echo [2023-03-15T09:57:30.412Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-15T09:57:30.943Z] + git rev-list -1 --merges b75d2c69fee0c44e5fa4313f72fae0557648a201~1..b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] echo [2023-03-15T09:57:30.976Z] -----------> git rev-list -1 --merges b75d2c69fee0c44e5fa4313f72fae0557648a201~1..b75d2c69fee0c44e5fa4313f72fae0557648a201 b75d2c69fee0c44e5fa4313f72fae0557648a201 [false] [Pipeline] sh [2023-03-15T09:57:31.292Z] + git log --format=format:%s -1 b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] echo [2023-03-15T09:57:31.326Z] ========================================================= [2023-03-15T09:57:31.326Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-15T09:57:31.327Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-15T09:57:31.753Z] + git log --format=format:%s -1 b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] echo [2023-03-15T09:57:31.785Z] [semverPrep] GIT_COMMIT: b75d2c69fee0c44e5fa4313f72fae0557648a201, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo [2023-03-15T09:57:31.814Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-15T09:57:32.205Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-15T09:57:32.205Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-15T09:57:32.205Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-15T09:57:32.205Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-15T09:57:32.205Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-15T09:57:32.205Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-15T09:57:32.205Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T09:57:32.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-15T09:57:32.685Z] [2023-03-15T09:57:32.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T09:57:33.066Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-15T09:57:33.066Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-15T09:57:33.066Z] b85a868b505f: Pulling fs layer [2023-03-15T09:57:33.066Z] e2be974225ed: Pulling fs layer [2023-03-15T09:57:33.066Z] 339a4e72a1f5: Pulling fs layer [2023-03-15T09:57:33.066Z] 988bab9f4d93: Pulling fs layer [2023-03-15T09:57:33.066Z] 1469e6f7b9e6: Pulling fs layer [2023-03-15T09:57:33.066Z] eaf3925da568: Pulling fs layer [2023-03-15T09:57:33.066Z] bab4dde63d76: Pulling fs layer [2023-03-15T09:57:33.066Z] bde34c3a00c8: Pulling fs layer [2023-03-15T09:57:33.066Z] b352a97aabf1: Pulling fs layer [2023-03-15T09:57:33.066Z] 4872d77fe225: Pulling fs layer [2023-03-15T09:57:33.066Z] 1469e6f7b9e6: Waiting [2023-03-15T09:57:33.066Z] bab4dde63d76: Waiting [2023-03-15T09:57:33.066Z] eaf3925da568: Waiting [2023-03-15T09:57:33.066Z] bde34c3a00c8: Waiting [2023-03-15T09:57:33.066Z] b352a97aabf1: Waiting [2023-03-15T09:57:33.066Z] 5851b861e8e6: Pulling fs layer [2023-03-15T09:57:33.066Z] 4872d77fe225: Waiting [2023-03-15T09:57:33.066Z] 5851b861e8e6: Waiting [2023-03-15T09:57:33.327Z] e2be974225ed: Download complete [2023-03-15T09:57:33.327Z] 988bab9f4d93: Verifying Checksum [2023-03-15T09:57:33.327Z] 988bab9f4d93: Download complete [2023-03-15T09:57:33.327Z] 1469e6f7b9e6: Verifying Checksum [2023-03-15T09:57:33.327Z] 1469e6f7b9e6: Download complete [2023-03-15T09:57:33.327Z] eaf3925da568: Verifying Checksum [2023-03-15T09:57:33.327Z] eaf3925da568: Download complete [2023-03-15T09:57:33.327Z] 339a4e72a1f5: Verifying Checksum [2023-03-15T09:57:33.327Z] 339a4e72a1f5: Download complete [2023-03-15T09:57:33.327Z] bde34c3a00c8: Verifying Checksum [2023-03-15T09:57:33.327Z] bde34c3a00c8: Download complete [2023-03-15T09:57:33.327Z] b352a97aabf1: Verifying Checksum [2023-03-15T09:57:33.327Z] b352a97aabf1: Download complete [2023-03-15T09:57:33.587Z] 4872d77fe225: Verifying Checksum [2023-03-15T09:57:33.587Z] 4872d77fe225: Download complete [2023-03-15T09:57:33.587Z] 5851b861e8e6: Verifying Checksum [2023-03-15T09:57:33.587Z] 5851b861e8e6: Download complete [2023-03-15T09:57:33.587Z] b85a868b505f: Verifying Checksum [2023-03-15T09:57:33.587Z] b85a868b505f: Download complete [2023-03-15T09:57:33.845Z] bab4dde63d76: Verifying Checksum [2023-03-15T09:57:33.845Z] bab4dde63d76: Download complete [2023-03-15T09:57:34.780Z] b85a868b505f: Pull complete [2023-03-15T09:57:34.780Z] e2be974225ed: Pull complete [2023-03-15T09:57:35.347Z] 339a4e72a1f5: Pull complete [2023-03-15T09:57:35.347Z] 988bab9f4d93: Pull complete [2023-03-15T09:57:35.607Z] 1469e6f7b9e6: Pull complete [2023-03-15T09:57:35.607Z] eaf3925da568: Pull complete [2023-03-15T09:57:37.510Z] bab4dde63d76: Pull complete [2023-03-15T09:57:37.511Z] bde34c3a00c8: Pull complete [2023-03-15T09:57:37.511Z] b352a97aabf1: Pull complete [2023-03-15T09:57:37.511Z] 4872d77fe225: Pull complete [2023-03-15T09:57:37.771Z] 5851b861e8e6: Pull complete [2023-03-15T09:57:37.771Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-15T09:57:37.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-15T09:57:37.771Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T09:57:37.987Z] prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container [2023-03-15T09:57:38.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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-03-15T09:57:42.714Z] $ docker top c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db -eo pid,comm [2023-03-15T09:57:42.773Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-15T09:57:42.773Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-15T09:57:42.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-15T09:57:42.898Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-15T09:57:43.010Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-15T09:57:43.006Z] $ docker exec c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db ssh-agent [2023-03-15T09:57:43.125Z] SSH_AUTH_SOCK=/tmp/ssh-te4UYJFLDzWu/agent.32 [2023-03-15T09:57:43.125Z] SSH_AGENT_PID=38 [2023-03-15T09:57:43.131Z] Running ssh-add (command line suppressed) [2023-03-15T09:57:43.220Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/private_key_14661623269004247463.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/private_key_14661623269004247463.key) [2023-03-15T09:57:43.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-15T09:57:43.577Z] + git tag --points-at HEAD [Pipeline] } [2023-03-15T09:57:43.595Z] $ docker exec --env ******** --env ******** c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db ssh-agent -k [2023-03-15T09:57:43.694Z] unset SSH_AUTH_SOCK; [2023-03-15T09:57:43.695Z] unset SSH_AGENT_PID; [2023-03-15T09:57:43.695Z] echo Agent pid 38 killed; [2023-03-15T09:57:43.710Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-15T09:57:43.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-15T09:57:43.808Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-15T09:57:43.915Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-15T09:57:43.911Z] $ docker exec c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db ssh-agent [2023-03-15T09:57:44.029Z] SSH_AUTH_SOCK=/tmp/ssh-6Jh4xaBKXRx8/agent.70 [2023-03-15T09:57:44.029Z] SSH_AGENT_PID=76 [2023-03-15T09:57:44.035Z] Running ssh-add (command line suppressed) [2023-03-15T09:57:44.151Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/private_key_1608761549935663865.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/private_key_1608761549935663865.key) [2023-03-15T09:57:44.169Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-15T09:57:44.490Z] + git semver init [2023-03-15T09:57:44.749Z] 2023-03-15 09:57:44,673 [run_init] DEBUG init version:0.0.0 force:False [2023-03-15T09:57:44.749Z] 2023-03-15 09:57:44,673 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver [2023-03-15T09:57:44.749Z] 2023-03-15 09:57:44,674 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver [2023-03-15T09:57:44.749Z] 2023-03-15 09:57:44,674 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-479, universal_newlines=False, shell=None, istream=None) [2023-03-15T09:57:45.684Z] 2023-03-15 09:57:45,547 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.git/info/exclude [2023-03-15T09:57:45.684Z] 2023-03-15 09:57:45,547 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver/PR-479 with force:False [2023-03-15T09:57:45.684Z] 2023-03-15 09:57:45,548 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver/PR-479 [2023-03-15T09:57:45.684Z] 2023-03-15 09:57:45,552 [execute] INFO git cat-file --batch-check [2023-03-15T09:57:45.684Z] 2023-03-15 09:57:45,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver, universal_newlines=False, shell=None, istream=) [2023-03-15T09:57:45.684Z] 2023-03-15 09:57:45,557 [execute] INFO git cat-file --batch [2023-03-15T09:57:45.684Z] 2023-03-15 09:57:45,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver, universal_newlines=False, shell=None, istream=) [2023-03-15T09:57:45.684Z] 2023-03-15 09:57:45,561 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver/PR-479 [2023-03-15T09:57:45.684Z] 0.0.0 [Pipeline] } [2023-03-15T09:57:45.710Z] $ docker exec --env ******** --env ******** c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db ssh-agent -k [2023-03-15T09:57:45.801Z] unset SSH_AUTH_SOCK; [2023-03-15T09:57:45.801Z] unset SSH_AGENT_PID; [2023-03-15T09:57:45.801Z] echo Agent pid 76 killed; [2023-03-15T09:57:45.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-15T09:57:46.247Z] + git semver [Pipeline] } [2023-03-15T09:57:46.524Z] $ docker stop --time=1 c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db [2023-03-15T09:57:47.807Z] $ docker rm -f --volumes c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-15T09:57:48.205Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-15T09:57:48.540Z] Stashed 1 file(s) [Pipeline] echo [2023-03-15T09:57:48.556Z] [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 [Pipeline] echo [2023-03-15T09:57:49.080Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-15T09:57:49.118Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-15T09:57:49.151Z] ========================================================= [2023-03-15T09:57:49.151Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-15T09:57:49.151Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-15T09:57:49.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-15T09:57:49.531Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-15T09:57:49.531Z] 63b65145d645: Pulling fs layer [2023-03-15T09:57:49.531Z] a2d21d5440eb: Pulling fs layer [2023-03-15T09:57:49.531Z] 935e6c44a52c: Pulling fs layer [2023-03-15T09:57:49.531Z] 94cc34f8dd06: Pulling fs layer [2023-03-15T09:57:49.531Z] 30dea6a524f1: Pulling fs layer [2023-03-15T09:57:49.531Z] a2aff8979fd8: Pulling fs layer [2023-03-15T09:57:49.531Z] 6808be2612f2: Pulling fs layer [2023-03-15T09:57:49.531Z] f25807f1079a: Pulling fs layer [2023-03-15T09:57:49.531Z] 6808be2612f2: Waiting [2023-03-15T09:57:49.531Z] 30dea6a524f1: Waiting [2023-03-15T09:57:49.531Z] f25807f1079a: Waiting [2023-03-15T09:57:49.531Z] a2aff8979fd8: Waiting [2023-03-15T09:57:49.531Z] 94cc34f8dd06: Waiting [2023-03-15T09:57:49.531Z] a2d21d5440eb: Verifying Checksum [2023-03-15T09:57:49.531Z] a2d21d5440eb: Download complete [2023-03-15T09:57:49.531Z] 94cc34f8dd06: Verifying Checksum [2023-03-15T09:57:49.531Z] 94cc34f8dd06: Download complete [2023-03-15T09:57:49.531Z] 30dea6a524f1: Verifying Checksum [2023-03-15T09:57:49.531Z] 30dea6a524f1: Download complete [2023-03-15T09:57:49.531Z] 63b65145d645: Verifying Checksum [2023-03-15T09:57:49.531Z] 63b65145d645: Download complete [2023-03-15T09:57:49.531Z] a2aff8979fd8: Verifying Checksum [2023-03-15T09:57:49.531Z] a2aff8979fd8: Download complete [2023-03-15T09:57:49.791Z] 63b65145d645: Pull complete [2023-03-15T09:57:49.791Z] a2d21d5440eb: Pull complete [2023-03-15T09:57:50.367Z] f25807f1079a: Verifying Checksum [2023-03-15T09:57:50.367Z] f25807f1079a: Download complete [2023-03-15T09:57:50.367Z] 935e6c44a52c: Verifying Checksum [2023-03-15T09:57:50.367Z] 935e6c44a52c: Download complete [2023-03-15T09:57:50.625Z] 6808be2612f2: Verifying Checksum [2023-03-15T09:57:50.625Z] 6808be2612f2: Download complete [2023-03-15T09:57:53.933Z] 935e6c44a52c: Pull complete [2023-03-15T09:57:53.933Z] 94cc34f8dd06: Pull complete [2023-03-15T09:57:53.933Z] 30dea6a524f1: Pull complete [2023-03-15T09:57:53.933Z] a2aff8979fd8: Pull complete [2023-03-15T09:57:55.829Z] 6808be2612f2: Pull complete [2023-03-15T09:57:56.762Z] f25807f1079a: Pull complete [2023-03-15T09:57:56.762Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-15T09:57:56.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-15T09:57:56.762Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh [2023-03-15T09:57:57.071Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T09:57:57.443Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-15T09:57:57.443Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T09:57:57.595Z] prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container [2023-03-15T09:57:57.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_PR-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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-03-15T09:58:03.924Z] Still waiting to schedule task [2023-03-15T09:58:03.924Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-15T09:58:04.490Z] $ docker top d3f6a919bb9cd2c7f6fc6724ba453ff404c03a45eb889ba86b945e58e1b312aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T09:58:04.896Z] + go version [2023-03-15T09:58:04.896Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-15T09:58:04.921Z] $ docker stop --time=1 d3f6a919bb9cd2c7f6fc6724ba453ff404c03a45eb889ba86b945e58e1b312aa [2023-03-15T09:58:06.172Z] $ docker rm -f --volumes d3f6a919bb9cd2c7f6fc6724ba453ff404c03a45eb889ba86b945e58e1b312aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T09:58:06.859Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-15T09:58:06.859Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T09:58:07.012Z] prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container [2023-03-15T09:58:07.032Z] $ 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-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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-03-15T09:58:07.354Z] $ docker top 232b55d704f23fe732d752edd01671729ca9c3b8fc1b50fd1fd20255eed96a17 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T09:58:07.738Z] + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-479 [Pipeline] fileExists [Pipeline] sh [2023-03-15T09:58:08.093Z] + make test [2023-03-15T09:58:08.093Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-03-15T09:58:08.093Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-03-15T09:58:08.093Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.27 [2023-03-15T09:58:08.093Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-03-15T09:58:08.093Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.18 [2023-03-15T09:58:08.093Z] go: downloading github.com/google/uuid v1.3.0 [2023-03-15T09:58:08.093Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-03-15T09:58:08.093Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 [2023-03-15T09:58:08.093Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-03-15T09:58:08.093Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-03-15T09:58:08.093Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.9 [2023-03-15T09:58:08.351Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-03-15T09:58:08.351Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 [2023-03-15T09:58:08.351Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-03-15T09:58:08.351Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-15T09:58:08.351Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-15T09:58:08.351Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-15T09:58:08.351Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-15T09:58:08.351Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-03-15T09:58:08.351Z] go: downloading github.com/go-kit/log v0.2.1 [2023-03-15T09:58:08.351Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-03-15T09:58:08.351Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-03-15T09:58:08.351Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-03-15T09:58:08.351Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-03-15T09:58:08.351Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-03-15T09:58:08.351Z] go: downloading golang.org/x/net v0.7.0 [2023-03-15T09:58:08.351Z] go: downloading golang.org/x/sync v0.1.0 [2023-03-15T09:58:08.351Z] go: downloading github.com/hashicorp/consul/api v1.19.1 [2023-03-15T09:58:08.351Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-03-15T09:58:08.351Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-03-15T09:58:08.351Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-03-15T09:58:08.351Z] go: downloading github.com/x448/float16 v0.8.4 [2023-03-15T09:58:08.351Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-03-15T09:58:08.351Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-03-15T09:58:08.351Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-03-15T09:58:08.351Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-03-15T09:58:08.351Z] go: downloading golang.org/x/crypto v0.6.0 [2023-03-15T09:58:08.351Z] go: downloading golang.org/x/text v0.7.0 [2023-03-15T09:58:08.351Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-03-15T09:58:08.351Z] go: downloading google.golang.org/grpc v1.51.0 [2023-03-15T09:58:08.610Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-03-15T09:58:08.610Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-03-15T09:58:08.868Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-03-15T09:58:08.868Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-03-15T09:58:08.868Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-03-15T09:58:08.868Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-03-15T09:58:08.868Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-03-15T09:58:08.868Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-03-15T09:58:08.868Z] go: downloading github.com/fatih/color v1.9.0 [2023-03-15T09:58:08.868Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-03-15T09:58:08.868Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-03-15T09:58:08.868Z] go: downloading golang.org/x/sys v0.5.0 [2023-03-15T09:58:08.868Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-03-15T09:58:08.868Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-03-15T09:58:08.868Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-03-15T09:58:08.868Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-03-15T09:58:23.754Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-03-15T09:58:24.011Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-03-15T09:58:24.577Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-03-15T09:58:24.577Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-03-15T09:58:25.969Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-03-15T09:58:44.073Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.042s coverage: 36.5% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.015s coverage: 92.5% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.007s coverage: 85.3% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.025s coverage: 42.3% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.009s coverage: 100.0% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.358s coverage: 87.7% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.019s coverage: 25.0% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.042s coverage: 79.2% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.013s coverage: 31.2% of statements [2023-03-15T09:58:44.074Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.006s coverage: 91.3% of statements [2023-03-15T09:58:50.825Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-03-15T09:58:54.107Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-15T09:58:54.107Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-15T09:58:54.149Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-15T09:58:54.170Z] $ docker stop --time=1 232b55d704f23fe732d752edd01671729ca9c3b8fc1b50fd1fd20255eed96a17 [2023-03-15T09:58:57.172Z] $ docker rm -f --volumes 232b55d704f23fe732d752edd01671729ca9c3b8fc1b50fd1fd20255eed96a17 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-15T09:58:57.861Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-15T09:58:57.942Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T09:58:58.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-15T09:58:58.871Z] [2023-03-15T09:58:58.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T09:58:59.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-15T09:58:59.506Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-15T09:58:59.506Z] 5eb5b503b376: Pulling fs layer [2023-03-15T09:58:59.506Z] 5c69ac0246d0: Pulling fs layer [2023-03-15T09:58:59.506Z] ec43610c2a17: Pulling fs layer [2023-03-15T09:58:59.506Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-15T09:58:59.506Z] 33b1e0a273af: Pulling fs layer [2023-03-15T09:58:59.506Z] 5d3b04190fa2: Pulling fs layer [2023-03-15T09:58:59.506Z] 2f39f015ded8: Pulling fs layer [2023-03-15T09:58:59.506Z] 3a2ae6a8a46f: Waiting [2023-03-15T09:58:59.506Z] 33b1e0a273af: Waiting [2023-03-15T09:58:59.506Z] 5d3b04190fa2: Waiting [2023-03-15T09:58:59.506Z] 2f39f015ded8: Waiting [2023-03-15T09:58:59.506Z] 5c69ac0246d0: Download complete [2023-03-15T09:58:59.506Z] 3a2ae6a8a46f: Download complete [2023-03-15T09:58:59.506Z] 33b1e0a273af: Verifying Checksum [2023-03-15T09:58:59.506Z] 33b1e0a273af: Download complete [2023-03-15T09:58:59.506Z] 5d3b04190fa2: Verifying Checksum [2023-03-15T09:58:59.506Z] 5d3b04190fa2: Download complete [2023-03-15T09:58:59.506Z] ec43610c2a17: Verifying Checksum [2023-03-15T09:58:59.506Z] ec43610c2a17: Download complete [2023-03-15T09:58:59.769Z] 5eb5b503b376: Verifying Checksum [2023-03-15T09:58:59.769Z] 5eb5b503b376: Download complete [2023-03-15T09:59:00.335Z] 2f39f015ded8: Download complete [2023-03-15T09:59:00.903Z] 5eb5b503b376: Pull complete [2023-03-15T09:59:01.163Z] 5c69ac0246d0: Pull complete [2023-03-15T09:59:01.423Z] ec43610c2a17: Pull complete [2023-03-15T09:59:01.423Z] 3a2ae6a8a46f: Pull complete [2023-03-15T09:59:01.680Z] 33b1e0a273af: Pull complete [2023-03-15T09:59:01.940Z] 5d3b04190fa2: Pull complete [2023-03-15T09:59:06.128Z] 2f39f015ded8: Pull complete [2023-03-15T09:59:06.128Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-15T09:59:06.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-15T09:59:06.128Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T09:59:06.355Z] prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container [2023-03-15T09:59:06.377Z] $ 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-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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-03-15T09:59:13.027Z] $ docker top 4e551c55436764ce2fe5fd5b71af62c675e13a6939ab0bf59feb8433b4d97eb4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-15T09:59:13.498Z] ---> job-cost.sh [2023-03-15T09:59:13.498Z] lf-activate-venv: SKIPPING [2023-03-15T09:59:13.498Z] INFO: No Stack... [2023-03-15T09:59:13.756Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-15T09:59:14.336Z] INFO: Archiving Costs [Pipeline] sh [2023-03-15T09:59:14.661Z] + cat+ /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives/cost.csv [2023-03-15T09:59:14.661Z] cut -d, -f6 [Pipeline] lock [2023-03-15T09:59:14.708Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [2023-03-15T09:59:14.714Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] did not exist. Created. [2023-03-15T09:59:14.714Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-15T09:59:15.111Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-15T09:59:15.160Z] Stashed 1 file(s) [Pipeline] } [2023-03-15T09:59:15.197Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-15T09:59:15.267Z] $ docker stop --time=1 4e551c55436764ce2fe5fd5b71af62c675e13a6939ab0bf59feb8433b4d97eb4 [2023-03-15T09:59:16.412Z] $ docker rm -f --volumes 4e551c55436764ce2fe5fd5b71af62c675e13a6939ab0bf59feb8433b4d97eb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-15T09:59:42.822Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-435 in /w/workspace/xfoundry_go-mod-bootstrap_PR-479 [Pipeline] { [Pipeline] ws [2023-03-15T09:59:42.883Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2023-03-15T09:59:42.963Z] Selected Git installation does not exist. Using Default [2023-03-15T09:59:42.963Z] The recommended git tool is: NONE [2023-03-15T09:59:48.691Z] using credential edgex-jenkins-ssh [2023-03-15T09:59:48.713Z] Cloning the remote Git repository [2023-03-15T09:59:48.760Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-03-15T09:59:48.857Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2023-03-15T09:59:49.008Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-03-15T09:59:49.010Z] > git --version # timeout=10 [2023-03-15T09:59:49.034Z] > git --version # 'git version 2.25.1' [2023-03-15T09:59:49.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-15T09:59:49.185Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-15T09:59:50.392Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-03-15T09:59:50.410Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-15T09:59:51.233Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-03-15T09:59:51.276Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-03-15T09:59:51.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-15T09:59:51.292Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/479/head:refs/remotes/origin/PR-479 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-15T09:59:51.888Z] Merging remotes/origin/main commit 86c0411d57e58dc9cd52f2a308b5af3201381109 into PR head commit b75d2c69fee0c44e5fa4313f72fae0557648a201 [2023-03-15T09:59:52.182Z] Merge succeeded, producing b75d2c69fee0c44e5fa4313f72fae0557648a201 [2023-03-15T09:59:52.182Z] Checking out Revision b75d2c69fee0c44e5fa4313f72fae0557648a201 (PR-479) [2023-03-15T09:59:52.674Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" [2023-03-15T09:59:52.728Z] > git --version # timeout=10 [2023-03-15T09:59:52.744Z] > git --version # 'git version 2.25.1' [2023-03-15T09:59:52.761Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-15T09:59:51.911Z] > git config core.sparsecheckout # timeout=10 [2023-03-15T09:59:51.977Z] > git checkout -f b75d2c69fee0c44e5fa4313f72fae0557648a201 # timeout=10 [2023-03-15T09:59:52.083Z] > git remote # timeout=10 [2023-03-15T09:59:52.104Z] > git config --get remote.origin.url # timeout=10 [2023-03-15T09:59:52.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-15T09:59:52.142Z] > git merge 86c0411d57e58dc9cd52f2a308b5af3201381109 # timeout=10 [2023-03-15T09:59:52.170Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-15T09:59:52.193Z] > git config core.sparsecheckout # timeout=10 [2023-03-15T09:59:52.206Z] > git checkout -f b75d2c69fee0c44e5fa4313f72fae0557648a201 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-15T09:59:53.919Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-15T09:59:53.919Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-15T09:59:53.919Z] Dload Upload Total Spent Left Speed [2023-03-15T09:59:53.919Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 81737 0 --:--:-- --:--:-- --:--:-- 81737 [Pipeline] sh [2023-03-15T09:59:54.549Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-15T09:59:54.896Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-15T09:59:54.896Z] + sudo tee /etc/docker/daemon.new [2023-03-15T09:59:54.896Z] { [2023-03-15T09:59:54.896Z] "registry-mirrors": [ [2023-03-15T09:59:54.896Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-15T09:59:54.896Z] ], [2023-03-15T09:59:54.896Z] "bip": "10.250.0.254/24", [2023-03-15T09:59:54.896Z] "hosts": [ [2023-03-15T09:59:54.896Z] "tcp://0.0.0.0:5555", [2023-03-15T09:59:54.896Z] "unix:///var/run/docker.sock" [2023-03-15T09:59:54.896Z] ], [2023-03-15T09:59:54.896Z] "mtu": 1458, [2023-03-15T09:59:54.896Z] "selinux-enabled": true, [2023-03-15T09:59:54.896Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-15T09:59:54.896Z] } [Pipeline] sh [2023-03-15T09:59:55.240Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-15T09:59:55.581Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-03-15T10:00:14.079Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-15T10:00:14.122Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-15T10:00:14.165Z] ========================================================= [2023-03-15T10:00:14.165Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-15T10:00:14.165Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-15T10:00:14.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-15T10:00:15.178Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-15T10:00:15.178Z] af6eaf76a39c: Pulling fs layer [2023-03-15T10:00:15.178Z] 55522c791124: Pulling fs layer [2023-03-15T10:00:15.178Z] ce5c4a1c91eb: Pulling fs layer [2023-03-15T10:00:15.178Z] 169dfbe0d373: Pulling fs layer [2023-03-15T10:00:15.178Z] e1ff8fa3b103: Pulling fs layer [2023-03-15T10:00:15.178Z] 52ebb69f0ebf: Pulling fs layer [2023-03-15T10:00:15.178Z] 5abe8eddf0d5: Pulling fs layer [2023-03-15T10:00:15.178Z] 169dfbe0d373: Waiting [2023-03-15T10:00:15.178Z] e1ff8fa3b103: Waiting [2023-03-15T10:00:15.178Z] 52ebb69f0ebf: Waiting [2023-03-15T10:00:15.178Z] 5abe8eddf0d5: Waiting [2023-03-15T10:00:15.178Z] 55522c791124: Verifying Checksum [2023-03-15T10:00:15.178Z] 55522c791124: Download complete [2023-03-15T10:00:15.178Z] 169dfbe0d373: Verifying Checksum [2023-03-15T10:00:15.178Z] 169dfbe0d373: Download complete [2023-03-15T10:00:15.178Z] e1ff8fa3b103: Download complete [2023-03-15T10:00:15.178Z] af6eaf76a39c: Verifying Checksum [2023-03-15T10:00:15.178Z] af6eaf76a39c: Download complete [2023-03-15T10:00:16.162Z] af6eaf76a39c: Pull complete [2023-03-15T10:00:16.435Z] 5abe8eddf0d5: Download complete [2023-03-15T10:00:16.709Z] 55522c791124: Pull complete [2023-03-15T10:00:17.695Z] ce5c4a1c91eb: Verifying Checksum [2023-03-15T10:00:17.695Z] ce5c4a1c91eb: Download complete [2023-03-15T10:00:17.964Z] 52ebb69f0ebf: Verifying Checksum [2023-03-15T10:00:17.964Z] 52ebb69f0ebf: Download complete [2023-03-15T10:00:30.307Z] ce5c4a1c91eb: Pull complete [2023-03-15T10:00:30.307Z] 169dfbe0d373: Pull complete [2023-03-15T10:00:30.307Z] e1ff8fa3b103: Pull complete [2023-03-15T10:00:36.988Z] 52ebb69f0ebf: Pull complete [2023-03-15T10:00:39.630Z] 5abe8eddf0d5: Pull complete [2023-03-15T10:00:39.630Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-15T10:00:39.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-15T10:00:39.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh [2023-03-15T10:00:40.003Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T10:00:40.430Z] + docker inspect -f . ci-base-image-arm64 [2023-03-15T10:00:40.430Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T10:00:40.733Z] prd-ubuntu20.04-docker-arm64-4c-16g-435 does not seem to be running inside a container [2023-03-15T10:00:40.810Z] $ 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-03-15T10:00:43.912Z] $ docker top 5378534a5a2ec20ea6e8700d3d6c4a4a81769ac298dc82fecd1cab371d8ee2f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T10:00:44.796Z] + go version [2023-03-15T10:00:44.796Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-15T10:00:44.835Z] $ docker stop --time=1 5378534a5a2ec20ea6e8700d3d6c4a4a81769ac298dc82fecd1cab371d8ee2f8 [2023-03-15T10:00:46.461Z] $ docker rm -f --volumes 5378534a5a2ec20ea6e8700d3d6c4a4a81769ac298dc82fecd1cab371d8ee2f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T10:00:47.305Z] + docker inspect -f . ci-base-image-arm64 [2023-03-15T10:00:47.305Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T10:00:47.572Z] prd-ubuntu20.04-docker-arm64-4c-16g-435 does not seem to be running inside a container [2023-03-15T10:00:47.643Z] $ 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-03-15T10:00:50.448Z] $ docker top e002b211b4a18a3250f5fceeaef3d03ac560373ca536bfb9bdb40fb3592f984d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T10:00:50.974Z] + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh [2023-03-15T10:00:51.354Z] + make test [2023-03-15T10:00:51.354Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-03-15T10:00:51.620Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.27 [2023-03-15T10:00:51.620Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 [2023-03-15T10:00:51.886Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-03-15T10:00:51.886Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 [2023-03-15T10:00:51.886Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-03-15T10:00:52.156Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-03-15T10:00:52.156Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-03-15T10:00:52.156Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.18 [2023-03-15T10:00:52.156Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-03-15T10:00:52.422Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.9 [2023-03-15T10:00:52.422Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-03-15T10:00:52.422Z] go: downloading github.com/google/uuid v1.3.0 [2023-03-15T10:00:52.422Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-03-15T10:00:52.422Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-15T10:00:52.422Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-15T10:00:52.698Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-15T10:00:52.698Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-15T10:00:52.698Z] go: downloading github.com/go-kit/log v0.2.1 [2023-03-15T10:00:52.698Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-03-15T10:00:52.698Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-03-15T10:00:52.966Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-03-15T10:00:52.966Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-03-15T10:00:52.966Z] go: downloading golang.org/x/net v0.7.0 [2023-03-15T10:00:52.966Z] go: downloading golang.org/x/sync v0.1.0 [2023-03-15T10:00:52.966Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-03-15T10:00:53.236Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-03-15T10:00:53.237Z] go: downloading github.com/hashicorp/consul/api v1.19.1 [2023-03-15T10:00:53.237Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-03-15T10:00:53.237Z] go: downloading github.com/x448/float16 v0.8.4 [2023-03-15T10:00:53.237Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-03-15T10:00:53.237Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-03-15T10:00:53.237Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-03-15T10:00:53.502Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-03-15T10:00:53.502Z] go: downloading golang.org/x/crypto v0.6.0 [2023-03-15T10:00:53.502Z] go: downloading golang.org/x/text v0.7.0 [2023-03-15T10:00:53.772Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-03-15T10:00:53.772Z] go: downloading google.golang.org/grpc v1.51.0 [2023-03-15T10:00:55.186Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-03-15T10:00:55.186Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-03-15T10:00:55.186Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-03-15T10:00:55.186Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-03-15T10:00:55.467Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-03-15T10:00:55.467Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-03-15T10:00:55.467Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-03-15T10:00:55.467Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-03-15T10:00:55.734Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-03-15T10:00:56.695Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-03-15T10:00:56.695Z] go: downloading github.com/fatih/color v1.9.0 [2023-03-15T10:00:56.967Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-03-15T10:00:56.967Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-03-15T10:00:56.967Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-03-15T10:00:57.233Z] go: downloading golang.org/x/sys v0.5.0 [2023-03-15T10:00:57.233Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-03-15T10:00:57.233Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-03-15T10:00:57.500Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-03-15T10:03:04.242Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-03-15T10:03:14.322Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-03-15T10:03:24.396Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-03-15T10:03:24.396Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-03-15T10:03:34.488Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.120s coverage: 36.5% of statements [2023-03-15T10:03:34.488Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.066s coverage: 92.5% of statements [2023-03-15T10:03:34.488Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.018s coverage: 85.3% of statements [2023-03-15T10:03:34.488Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.092s coverage: 42.3% of statements [2023-03-15T10:03:34.488Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.066s coverage: 100.0% of statements [2023-03-15T10:03:34.488Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.380s coverage: 87.7% of statements [2023-03-15T10:03:34.488Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.052s coverage: 25.0% of statements [2023-03-15T10:03:34.768Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-03-15T10:03:38.106Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.156s coverage: 79.2% of statements [2023-03-15T10:03:38.106Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.050s coverage: 31.2% of statements [2023-03-15T10:03:38.106Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.020s coverage: 91.3% of statements [2023-03-15T10:03:38.699Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-15T10:03:38.699Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-03-15T10:04:10.965Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-15T10:04:10.965Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-15T10:04:11.004Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-15T10:04:11.039Z] $ docker stop --time=1 e002b211b4a18a3250f5fceeaef3d03ac560373ca536bfb9bdb40fb3592f984d [2023-03-15T10:04:13.047Z] $ docker rm -f --volumes e002b211b4a18a3250f5fceeaef3d03ac560373ca536bfb9bdb40fb3592f984d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-15T10:04:16.133Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-15T10:04:16.170Z] Warning: overwriting stash ‘coverage-report’ [2023-03-15T10:04:16.894Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T10:04:17.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-15T10:04:17.719Z] [2023-03-15T10:04:17.719Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T10:04:18.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-15T10:04:18.115Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-15T10:04:18.115Z] 8998bd30e6a1: Pulling fs layer [2023-03-15T10:04:18.115Z] 04944245beec: Pulling fs layer [2023-03-15T10:04:18.115Z] 699f458cf7ca: Pulling fs layer [2023-03-15T10:04:18.115Z] 765212b225bb: Pulling fs layer [2023-03-15T10:04:18.115Z] f23df028b6ca: Pulling fs layer [2023-03-15T10:04:18.115Z] d65c8cfc05b1: Pulling fs layer [2023-03-15T10:04:18.115Z] 2437ff75d9bd: Pulling fs layer [2023-03-15T10:04:18.115Z] 765212b225bb: Waiting [2023-03-15T10:04:18.115Z] f23df028b6ca: Waiting [2023-03-15T10:04:18.115Z] d65c8cfc05b1: Waiting [2023-03-15T10:04:18.115Z] 2437ff75d9bd: Waiting [2023-03-15T10:04:18.384Z] 04944245beec: Verifying Checksum [2023-03-15T10:04:18.384Z] 04944245beec: Download complete [2023-03-15T10:04:18.384Z] 765212b225bb: Verifying Checksum [2023-03-15T10:04:18.384Z] 765212b225bb: Download complete [2023-03-15T10:04:18.384Z] f23df028b6ca: Verifying Checksum [2023-03-15T10:04:18.384Z] f23df028b6ca: Download complete [2023-03-15T10:04:18.384Z] d65c8cfc05b1: Verifying Checksum [2023-03-15T10:04:18.384Z] d65c8cfc05b1: Download complete [2023-03-15T10:04:18.652Z] 699f458cf7ca: Verifying Checksum [2023-03-15T10:04:18.652Z] 699f458cf7ca: Download complete [2023-03-15T10:04:18.918Z] 8998bd30e6a1: Verifying Checksum [2023-03-15T10:04:18.918Z] 8998bd30e6a1: Download complete [2023-03-15T10:04:21.501Z] 2437ff75d9bd: Verifying Checksum [2023-03-15T10:04:21.501Z] 2437ff75d9bd: Download complete [2023-03-15T10:04:24.084Z] 8998bd30e6a1: Pull complete [2023-03-15T10:04:24.360Z] 04944245beec: Pull complete [2023-03-15T10:04:25.784Z] 699f458cf7ca: Pull complete [2023-03-15T10:04:26.054Z] 765212b225bb: Pull complete [2023-03-15T10:04:27.013Z] f23df028b6ca: Pull complete [2023-03-15T10:04:27.280Z] d65c8cfc05b1: Pull complete [2023-03-15T10:04:49.365Z] 2437ff75d9bd: Pull complete [2023-03-15T10:04:49.365Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-15T10:04:49.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-15T10:04:49.365Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T10:04:49.706Z] prd-ubuntu20.04-docker-arm64-4c-16g-435 does not seem to be running inside a container [2023-03-15T10:04:49.798Z] $ 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-03-15T10:04:51.990Z] $ docker top d95073d281fcdab4412e24f399c52d11ae064c34024280dda7f39cdad994e415 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-15T10:04:52.943Z] ---> job-cost.sh [2023-03-15T10:04:52.943Z] lf-activate-venv: SKIPPING [2023-03-15T10:04:52.943Z] INFO: No Stack... [2023-03-15T10:04:53.525Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-15T10:04:54.110Z] INFO: Archiving Costs [Pipeline] sh [2023-03-15T10:04:54.764Z] + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [2023-03-15T10:04:54.764Z] + cut -d, -f6 [Pipeline] lock [2023-03-15T10:04:54.851Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [2023-03-15T10:04:54.857Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] did not exist. Created. [2023-03-15T10:04:54.857Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-15T10:04:55.603Z] /w/workspace/go-mod-bootstrap/1@tmp/durable-3ae0796c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-15T10:04:56.309Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-15T10:04:56.345Z] Warning: overwriting stash ‘stack-cost’ [2023-03-15T10:04:56.411Z] Stashed 1 file(s) [Pipeline] } [2023-03-15T10:04:56.428Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-15T10:04:56.507Z] $ docker stop --time=1 d95073d281fcdab4412e24f399c52d11ae064c34024280dda7f39cdad994e415 [2023-03-15T10:04:58.184Z] $ docker rm -f --volumes d95073d281fcdab4412e24f399c52d11ae064c34024280dda7f39cdad994e415 [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-03-15T10:04:59.196Z] provisioning config files... [2023-03-15T10:04:59.206Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/config2378774416374100147tmp [Pipeline] { [Pipeline] sh [2023-03-15T10:04:59.535Z] + set +x [2023-03-15T10:04:59.535Z] + curl -s https://codecov.io/bash [2023-03-15T10:04:59.535Z] + bash -s -- [2023-03-15T10:04:59.535Z] [2023-03-15T10:04:59.535Z] _____ _ [2023-03-15T10:04:59.535Z] / ____| | | [2023-03-15T10:04:59.535Z] | | ___ __| | ___ ___ _____ __ [2023-03-15T10:04:59.535Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-15T10:04:59.535Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-15T10:04:59.535Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-15T10:04:59.535Z] Bash-1.0.6 [2023-03-15T10:04:59.535Z] [2023-03-15T10:04:59.535Z] [2023-03-15T10:04:59.535Z] ==> git version 2.25.1 found [2023-03-15T10:04:59.535Z] ==> 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-03-15T10:04:59.535Z] Release-Date: 2020-01-08 [2023-03-15T10:04:59.535Z] 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-03-15T10:04:59.535Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-15T10:04:59.535Z] ==> Jenkins CI detected. [2023-03-15T10:04:59.535Z] current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-479 [2023-03-15T10:04:59.535Z] project root: . [2023-03-15T10:04:59.535Z] --> token set from env [2023-03-15T10:04:59.535Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-15T10:04:59.535Z] ==> Running gcov in . (disable via -X gcov) [2023-03-15T10:04:59.535Z] ==> Python coveragepy not found [2023-03-15T10:04:59.535Z] ==> Searching for coverage reports in: [2023-03-15T10:04:59.535Z] + . [2023-03-15T10:04:59.535Z] -> Found 1 reports [2023-03-15T10:04:59.535Z] ==> Detecting git/mercurial file structure [2023-03-15T10:04:59.795Z] ==> Reading reports [2023-03-15T10:04:59.795Z] + ./coverage.out bytes=84831 [2023-03-15T10:04:59.795Z] ==> Appending adjustments [2023-03-15T10:04:59.795Z] https://docs.codecov.io/docs/fixing-reports [2023-03-15T10:05:00.054Z] + Found adjustments [2023-03-15T10:05:00.054Z] ==> Gzipping contents [2023-03-15T10:05:00.054Z] 16K /tmp/codecov.o1JLW3.gz [2023-03-15T10:05:00.054Z] ==> Uploading reports [2023-03-15T10:05:00.054Z] url: https://codecov.io [2023-03-15T10:05:00.055Z] query: branch=PR-479&commit=b75d2c69fee0c44e5fa4313f72fae0557648a201&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-479%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=479&job=&cmd_args= [2023-03-15T10:05:00.055Z] -> Pinging Codecov [2023-03-15T10:05:00.055Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=PR-479&commit=b75d2c69fee0c44e5fa4313f72fae0557648a201&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-479%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=479&job=&cmd_args= [2023-03-15T10:05:00.055Z] -> Uploading to [2023-03-15T10:05:00.055Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-15/833815588EE85121546D348822E98E2E/b75d2c69fee0c44e5fa4313f72fae0557648a201/d9052eb8-ac29-4055-acb9-d2cfcec9b38d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230315T100459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c247b002411a943ad387af6b92e1dc41ba2db1e9a816f82ea0ea8f49f79408ad [2023-03-15T10:05:00.055Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-15T10:05:00.055Z] Dload Upload Total Spent Left Speed [2023-03-15T10:05:00.314Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13389 0 0 100 13389 0 52920 --:--:-- --:--:-- --:--:-- 52920 [2023-03-15T10:05:00.314Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] } [2023-03-15T10:05:00.340Z] 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-03-15T10:05:02.020Z] + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives ] [2023-03-15T10:05:02.020Z] + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives [2023-03-15T10:05:02.020Z] total 16 [2023-03-15T10:05:02.020Z] drwxr-xr-x 3 root root 4096 Mar 15 09:59 . [2023-03-15T10:05:02.020Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 09:59 .. [2023-03-15T10:05:02.020Z] drwxr-xr-x 2 root root 4096 Mar 15 09:59 cost [2023-03-15T10:05:02.020Z] -rw-r--r-- 1 root root 89 Mar 15 09:59 cost.csv [2023-03-15T10:05:02.020Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives [2023-03-15T10:05:02.020Z] + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives [2023-03-15T10:05:02.020Z] total 16 [2023-03-15T10:05:02.020Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 09:59 . [2023-03-15T10:05:02.020Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 09:59 .. [2023-03-15T10:05:02.020Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 15 09:59 cost [2023-03-15T10:05:02.020Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 15 09:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-15T10:05:02.344Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T10:05:03.234Z] ---> package-listing.sh [2023-03-15T10:05:03.234Z] ++ facter osfamily [2023-03-15T10:05:03.234Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-15T10:05:03.493Z] + OS_FAMILY=debian [2023-03-15T10:05:03.493Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-479 [2023-03-15T10:05:03.493Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-15T10:05:03.493Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-15T10:05:03.493Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-15T10:05:03.493Z] + PACKAGES=/tmp/packages_start.txt [2023-03-15T10:05:03.493Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-479 ']' [2023-03-15T10:05:03.493Z] + PACKAGES=/tmp/packages_end.txt [2023-03-15T10:05:03.493Z] + case "${OS_FAMILY}" in [2023-03-15T10:05:03.493Z] + dpkg -l [2023-03-15T10:05:03.493Z] + grep '^ii' [2023-03-15T10:05:03.493Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-15T10:05:03.493Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-15T10:05:03.493Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-15T10:05:03.493Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-479 ']' [2023-03-15T10:05:03.493Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives/ [2023-03-15T10:05:03.493Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives/ [Pipeline] echo [2023-03-15T10:05:03.525Z] 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-479/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-15T10:05:03.813Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T10:05:04.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-15T10:05:04.420Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T10:05:04.558Z] prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container [2023-03-15T10:05:04.571Z] $ 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-479/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-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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-03-15T10:05:04.801Z] $ docker top 1d7704f6d5b7dc36cc3a0764e4be7cf74b4b774e403d206b3eae4df7aed9bab8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T10:05:05.199Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-15T10:05:05.501Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-15T10:05:05.810Z] + ls /var/log/sa-host [2023-03-15T10:05:05.811Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-15T10:05:05.945Z] provisioning config files... [2023-03-15T10:05:05.953Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/config7648301099337905697tmp [Pipeline] { [Pipeline] echo [2023-03-15T10:05:06.005Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T10:05:06.311Z] ---> create-netrc.sh [Pipeline] } [2023-03-15T10:05:06.338Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-15T10:05:06.733Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-15T10:05:06.764Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T10:05:07.075Z] ---> sudo-logs.sh [2023-03-15T10:05:07.075Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-15T10:05:07.165Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T10:05:07.470Z] ---> job-cost.sh [2023-03-15T10:05:07.470Z] lf-activate-venv: SKIPPING [2023-03-15T10:05:07.470Z] DEBUG: total: 0.2199999988079071 [2023-03-15T10:05:07.470Z] INFO: Retrieving Stack Cost... [2023-03-15T10:05:08.037Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-15T10:05:08.295Z] INFO: Archiving Costs [Pipeline] echo [2023-03-15T10:05:08.331Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T10:05:08.641Z] ---> logs-deploy.sh [2023-03-15T10:05:08.641Z] lf-activate-venv: SKIPPING [2023-03-15T10:05:08.641Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-479/1 [2023-03-15T10:05:08.641Z] INFO: archiving workspace using pattern(s): [2023-03-15T10:05:09.577Z] Archives upload complete. [2023-03-15T10:05:09.835Z] INFO: archiving logs to Nexus [2023-03-15T10:05:10.403Z] ---> uname -a: [2023-03-15T10:05:10.403Z] Linux prd-ubuntu20-04-docker-8c-8g-433 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] ---> lscpu: [2023-03-15T10:05:10.403Z] Architecture: x86_64 [2023-03-15T10:05:10.403Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-15T10:05:10.403Z] Byte Order: Little Endian [2023-03-15T10:05:10.403Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-15T10:05:10.403Z] CPU(s): 8 [2023-03-15T10:05:10.403Z] On-line CPU(s) list: 0-7 [2023-03-15T10:05:10.403Z] Thread(s) per core: 1 [2023-03-15T10:05:10.403Z] Core(s) per socket: 1 [2023-03-15T10:05:10.403Z] Socket(s): 8 [2023-03-15T10:05:10.403Z] NUMA node(s): 1 [2023-03-15T10:05:10.403Z] Vendor ID: AuthenticAMD [2023-03-15T10:05:10.403Z] CPU family: 23 [2023-03-15T10:05:10.403Z] Model: 49 [2023-03-15T10:05:10.403Z] Model name: AMD EPYC-Rome Processor [2023-03-15T10:05:10.403Z] Stepping: 0 [2023-03-15T10:05:10.403Z] CPU MHz: 2799.996 [2023-03-15T10:05:10.403Z] BogoMIPS: 5599.99 [2023-03-15T10:05:10.403Z] Virtualization: AMD-V [2023-03-15T10:05:10.403Z] Hypervisor vendor: KVM [2023-03-15T10:05:10.403Z] Virtualization type: full [2023-03-15T10:05:10.403Z] L1d cache: 256 KiB [2023-03-15T10:05:10.403Z] L1i cache: 256 KiB [2023-03-15T10:05:10.403Z] L2 cache: 4 MiB [2023-03-15T10:05:10.403Z] L3 cache: 128 MiB [2023-03-15T10:05:10.403Z] NUMA node0 CPU(s): 0-7 [2023-03-15T10:05:10.403Z] Vulnerability Itlb multihit: Not affected [2023-03-15T10:05:10.403Z] Vulnerability L1tf: Not affected [2023-03-15T10:05:10.403Z] Vulnerability Mds: Not affected [2023-03-15T10:05:10.403Z] Vulnerability Meltdown: Not affected [2023-03-15T10:05:10.403Z] Vulnerability Mmio stale data: Not affected [2023-03-15T10:05:10.403Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-15T10:05:10.403Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-15T10:05:10.403Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-15T10:05:10.403Z] Vulnerability Srbds: Not affected [2023-03-15T10:05:10.403Z] Vulnerability Tsx async abort: Not affected [2023-03-15T10:05:10.403Z] 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-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] ---> nproc: [2023-03-15T10:05:10.403Z] 8 [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] ---> df -h: [2023-03-15T10:05:10.403Z] Filesystem Size Used Avail Use% Mounted on [2023-03-15T10:05:10.403Z] overlay 155G 11G 145G 7% / [2023-03-15T10:05:10.403Z] tmpfs 64M 0 64M 0% /dev [2023-03-15T10:05:10.403Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-15T10:05:10.403Z] shm 64M 0 64M 0% /dev/shm [2023-03-15T10:05:10.403Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] ---> sar -b -r -n DEV: [2023-03-15T10:05:10.403Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-433) 03/15/23 _x86_64_ (8 CPU) [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] 09:40:16 LINUX RESTART (8 CPU) [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] 09:41:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-15T10:05:10.403Z] 09:42:01 6.37 0.00 6.37 0.00 0.00 391.54 0.00 [2023-03-15T10:05:10.403Z] 09:43:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 [2023-03-15T10:05:10.403Z] 09:44:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 [2023-03-15T10:05:10.403Z] 09:45:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 [2023-03-15T10:05:10.403Z] 09:46:01 52.57 11.60 40.98 0.00 5176.74 8739.34 0.00 [2023-03-15T10:05:10.403Z] 09:47:01 6.00 0.02 5.98 0.00 0.13 122.49 0.00 [2023-03-15T10:05:10.403Z] 09:48:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 [2023-03-15T10:05:10.403Z] 09:49:01 1.93 0.00 1.93 0.00 0.00 22.53 0.00 [2023-03-15T10:05:10.403Z] 09:50:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 [2023-03-15T10:05:10.403Z] 09:51:01 2.00 0.00 2.00 0.00 0.00 22.80 0.00 [2023-03-15T10:05:10.403Z] 09:52:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 [2023-03-15T10:05:10.403Z] 09:53:01 1.85 0.00 1.85 0.00 0.00 21.73 0.00 [2023-03-15T10:05:10.403Z] 09:54:02 1.37 0.00 1.37 0.00 0.00 16.13 0.00 [2023-03-15T10:05:10.403Z] 09:55:01 5.73 3.88 1.85 0.00 88.24 32.67 0.00 [2023-03-15T10:05:10.403Z] 09:56:01 1.87 0.02 1.85 0.00 0.13 25.33 0.00 [2023-03-15T10:05:10.403Z] 09:57:01 1.25 0.00 1.25 0.00 0.00 16.13 0.00 [2023-03-15T10:05:10.403Z] 09:58:01 59.87 12.30 47.58 0.00 1816.23 23113.75 0.00 [2023-03-15T10:05:10.403Z] 09:59:01 56.20 0.35 55.85 0.00 11.33 29467.64 0.00 [2023-03-15T10:05:10.403Z] 10:00:01 31.38 0.03 31.34 0.00 2.93 16555.64 0.00 [2023-03-15T10:05:10.403Z] 10:01:01 1.88 0.00 1.88 0.00 0.00 21.46 0.00 [2023-03-15T10:05:10.403Z] 10:02:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 [2023-03-15T10:05:10.403Z] 10:03:01 0.98 0.00 0.98 0.00 0.00 13.33 0.00 [2023-03-15T10:05:10.403Z] 10:04:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 [2023-03-15T10:05:10.403Z] 10:05:01 1.82 0.07 1.75 0.00 4.80 24.80 0.00 [2023-03-15T10:05:10.403Z] Average: 10.12 1.18 8.94 0.00 296.20 3284.28 0.00 [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] 09:41:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-15T10:05:10.403Z] 09:42:01 30615168 31879424 493608 1.50 47208 1538792 1647292 4.85 606132 1406716 4 [2023-03-15T10:05:10.403Z] 09:43:01 30615100 31879480 492828 1.50 47280 1538780 1647292 4.85 606652 1406704 20 [2023-03-15T10:05:10.403Z] 09:44:01 30615028 31879568 492808 1.50 47312 1538796 1647292 4.85 606620 1406796 12 [2023-03-15T10:05:10.403Z] 09:45:01 30614728 31879332 492956 1.50 47344 1538800 1647292 4.85 607636 1406828 20 [2023-03-15T10:05:10.403Z] 09:46:01 30076796 31841908 505764 1.54 81452 1994488 1709352 5.04 935672 1575844 896 [2023-03-15T10:05:10.403Z] 09:47:01 30082800 31843244 504588 1.53 80088 1991224 1692240 4.99 933320 1572640 8 [2023-03-15T10:05:10.403Z] 09:48:01 30083236 31843748 504184 1.53 80176 1991236 1692240 4.99 933212 1572648 8 [2023-03-15T10:05:10.403Z] 09:49:01 30083252 31843876 504044 1.53 80272 1991228 1692240 4.99 933332 1572644 8 [2023-03-15T10:05:10.403Z] 09:50:01 30081180 31842144 505956 1.54 80368 1991232 1692240 4.99 937092 1572888 8 [2023-03-15T10:05:10.403Z] 09:51:01 30081464 31842544 505460 1.54 80456 1991252 1692240 4.99 937352 1572888 8 [2023-03-15T10:05:10.403Z] 09:52:01 30081156 31842588 505616 1.54 80552 1991244 1692240 4.99 937280 1573164 12 [2023-03-15T10:05:10.403Z] 09:53:01 30080956 31842524 505524 1.54 80648 1991256 1692240 4.99 937664 1573176 8 [2023-03-15T10:05:10.403Z] 09:54:02 30081116 31842752 505456 1.54 80748 1991204 1692240 4.99 937800 1573184 4 [2023-03-15T10:05:10.403Z] 09:55:01 30036480 31801684 545760 1.66 80816 1994140 1692240 4.99 980504 1574688 16 [2023-03-15T10:05:10.403Z] 09:56:01 30032416 31797700 549736 1.67 80884 1994108 1723248 5.08 980880 1574640 16 [2023-03-15T10:05:10.403Z] 09:57:01 30032792 31798140 549112 1.67 80932 1994116 1723248 5.08 980528 1574644 8 [2023-03-15T10:05:10.403Z] 09:58:01 28691388 31561912 733032 2.23 105308 3034548 1844708 5.44 1315584 2489160 342972 [2023-03-15T10:05:10.403Z] 09:59:01 28395784 31528176 765040 2.33 126584 3254796 2078064 6.12 1451544 2620188 227228 [2023-03-15T10:05:10.403Z] 10:00:01 28156260 31558440 733308 2.23 128960 3486852 1755768 5.17 1437720 2839216 8 [2023-03-15T10:05:10.403Z] 10:01:01 28155468 31557720 733816 2.23 129004 3486856 1755768 5.17 1437280 2839220 36 [2023-03-15T10:05:10.403Z] 10:02:01 28162712 31565032 726344 2.21 129036 3486852 1755768 5.17 1430044 2839224 28 [2023-03-15T10:05:10.403Z] 10:03:01 28163052 31565312 725992 2.21 129048 3486864 1755768 5.17 1430200 2839228 48 [2023-03-15T10:05:10.403Z] 10:04:01 28170560 31572872 718616 2.19 129068 3486868 1755768 5.17 1423072 2839232 20 [2023-03-15T10:05:10.403Z] 10:05:01 28169832 31572368 718584 2.19 129092 3487008 1786988 5.27 1423992 2839028 4 [2023-03-15T10:05:10.403Z] Average: 29556614 31749270 584089 1.78 90110 2386356 1727657 5.09 1047546 1943941 23808 [2023-03-15T10:05:10.403Z] [2023-03-15T10:05:10.403Z] 09:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-15T10:05:10.403Z] 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:42:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:43:01 ens3 0.68 0.37 0.27 0.20 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:44:01 ens3 0.63 0.00 0.06 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:45:01 ens3 0.73 0.52 0.36 0.28 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:46:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:46:01 ens3 165.37 81.22 2802.37 5.85 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.403Z] 09:47:01 ens3 0.28 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:49:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:50:01 ens3 1.02 0.37 1.45 0.02 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:51:01 ens3 0.28 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:53:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:54:02 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:55:01 lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:55:01 ens3 14.50 11.25 12.58 6.94 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:56:01 ens3 0.20 0.20 0.09 0.10 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:57:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:58:01 lo 3.40 3.40 0.33 0.33 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:58:01 ens3 434.76 280.74 6061.98 100.23 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:58:01 docker0 6.45 5.52 0.67 47.24 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:59:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:59:01 ens3 172.31 101.40 3116.59 20.61 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 09:59:01 docker0 32.32 62.11 2.63 581.80 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:00:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:00:01 ens3 16.93 11.36 25.41 6.06 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:01:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:02:01 ens3 0.68 0.22 0.14 0.08 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:03:01 ens3 0.45 0.47 0.26 0.22 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:04:01 ens3 0.43 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:05:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:05:01 ens3 5.05 3.58 4.63 1.77 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] Average: lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] Average: ens3 34.00 20.55 501.79 5.94 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] Average: docker0 1.62 2.82 0.14 26.25 0.00 0.00 0.00 0.00 [2023-03-15T10:05:10.404Z] [2023-03-15T10:05:10.404Z] [2023-03-15T10:05:10.404Z] ---> sar -P ALL: [2023-03-15T10:05:10.404Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-433) 03/15/23 _x86_64_ (8 CPU) [2023-03-15T10:05:10.404Z] [2023-03-15T10:05:10.404Z] 09:40:16 LINUX RESTART (8 CPU) [2023-03-15T10:05:10.404Z] [2023-03-15T10:05:10.404Z] 09:41:02 CPU %user %nice %system %iowait %steal %idle [2023-03-15T10:05:10.404Z] 09:42:01 all 0.14 0.00 0.01 0.06 0.01 99.78 [2023-03-15T10:05:10.404Z] 09:42:01 0 0.02 0.00 0.02 0.27 0.00 99.69 [2023-03-15T10:05:10.404Z] 09:42:01 1 1.01 0.00 0.02 0.17 0.02 98.79 [2023-03-15T10:05:10.404Z] 09:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.404Z] 09:42:01 3 0.08 0.00 0.03 0.02 0.02 99.85 [2023-03-15T10:05:10.404Z] 09:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:42:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2023-03-15T10:05:10.404Z] 09:43:01 all 0.03 0.00 0.01 0.01 0.00 99.96 [2023-03-15T10:05:10.404Z] 09:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:43:01 1 0.02 0.00 0.00 0.07 0.00 99.92 [2023-03-15T10:05:10.404Z] 09:43:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-15T10:05:10.404Z] 09:43:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-15T10:05:10.404Z] 09:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.404Z] 09:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.404Z] 09:43:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-15T10:05:10.404Z] 09:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.404Z] 09:44:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-15T10:05:10.404Z] 09:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:44:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2023-03-15T10:05:10.404Z] 09:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.404Z] 09:44:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2023-03-15T10:05:10.404Z] 09:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:45:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-03-15T10:05:10.404Z] 09:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-15T10:05:10.404Z] 09:45:01 1 0.03 0.00 0.00 0.05 0.02 99.90 [2023-03-15T10:05:10.404Z] 09:45:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-15T10:05:10.404Z] 09:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-15T10:05:10.404Z] 09:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.404Z] 09:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.404Z] 09:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.404Z] 09:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.404Z] 09:46:01 all 2.28 0.00 1.49 0.84 0.02 95.37 [2023-03-15T10:05:10.404Z] 09:46:01 0 2.40 0.00 1.50 0.07 0.00 96.03 [2023-03-15T10:05:10.404Z] 09:46:01 1 2.36 0.00 2.21 0.60 0.02 94.82 [2023-03-15T10:05:10.404Z] 09:46:01 2 2.66 0.00 0.88 0.10 0.02 96.34 [2023-03-15T10:05:10.404Z] 09:46:01 3 2.76 0.00 1.25 0.07 0.02 95.91 [2023-03-15T10:05:10.404Z] 09:46:01 4 1.62 0.00 1.45 1.92 0.02 94.99 [2023-03-15T10:05:10.404Z] 09:46:01 5 1.82 0.00 0.87 3.62 0.02 93.67 [2023-03-15T10:05:10.404Z] 09:46:01 6 2.63 0.00 2.73 0.05 0.03 94.56 [2023-03-15T10:05:10.404Z] 09:46:01 7 2.03 0.00 1.00 0.32 0.02 96.63 [2023-03-15T10:05:10.404Z] 09:47:01 all 0.08 0.00 0.05 0.03 0.01 99.84 [2023-03-15T10:05:10.404Z] 09:47:01 0 0.27 0.00 0.08 0.02 0.02 99.62 [2023-03-15T10:05:10.404Z] 09:47:01 1 0.10 0.00 0.05 0.02 0.00 99.83 [2023-03-15T10:05:10.404Z] 09:47:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2023-03-15T10:05:10.404Z] 09:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-15T10:05:10.404Z] 09:47:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-15T10:05:10.404Z] 09:47:01 5 0.03 0.00 0.03 0.17 0.02 99.75 [2023-03-15T10:05:10.404Z] 09:47:01 6 0.03 0.00 0.05 0.00 0.00 99.92 [2023-03-15T10:05:10.404Z] 09:47:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-15T10:05:10.404Z] 09:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2023-03-15T10:05:10.404Z] 09:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.404Z] 09:48:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-15T10:05:10.404Z] 09:48:01 2 0.10 0.00 0.03 0.00 0.02 99.85 [2023-03-15T10:05:10.404Z] 09:48:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-15T10:05:10.404Z] 09:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:48:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-15T10:05:10.404Z] 09:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.404Z] 09:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:49:01 all 0.20 0.00 0.01 0.01 0.00 99.79 [2023-03-15T10:05:10.405Z] 09:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:49:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:49:01 2 1.52 0.00 0.03 0.00 0.00 98.45 [2023-03-15T10:05:10.405Z] 09:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:49:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-15T10:05:10.405Z] 09:49:01 5 0.00 0.00 0.02 0.05 0.00 99.93 [2023-03-15T10:05:10.405Z] 09:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:50:01 all 0.06 0.00 0.01 0.01 0.00 99.92 [2023-03-15T10:05:10.405Z] 09:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-15T10:05:10.405Z] 09:50:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-15T10:05:10.405Z] 09:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-15T10:05:10.405Z] 09:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:50:01 5 0.00 0.00 0.02 0.05 0.00 99.93 [2023-03-15T10:05:10.405Z] 09:50:01 6 0.30 0.00 0.03 0.00 0.00 99.67 [2023-03-15T10:05:10.405Z] 09:50:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:51:01 all 0.01 0.00 0.01 0.03 0.00 99.94 [2023-03-15T10:05:10.405Z] 09:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:51:01 1 0.05 0.00 0.02 0.02 0.00 99.92 [2023-03-15T10:05:10.405Z] 09:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-15T10:05:10.405Z] 09:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-15T10:05:10.405Z] 09:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:51:01 5 0.00 0.00 0.00 0.22 0.00 99.78 [2023-03-15T10:05:10.405Z] 09:51:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:52:01 all 0.04 0.00 0.02 0.03 0.00 99.91 [2023-03-15T10:05:10.405Z] 09:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:52:01 1 0.05 0.00 0.00 0.02 0.02 99.92 [2023-03-15T10:05:10.405Z] 09:52:01 2 0.18 0.00 0.07 0.00 0.00 99.75 [2023-03-15T10:05:10.405Z] 09:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:52:01 5 0.00 0.00 0.02 0.23 0.00 99.75 [2023-03-15T10:05:10.405Z] 09:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:52:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-15T10:05:10.405Z] [2023-03-15T10:05:10.405Z] 09:52:01 CPU %user %nice %system %iowait %steal %idle [2023-03-15T10:05:10.405Z] 09:53:01 all 0.03 0.00 0.01 0.02 0.00 99.94 [2023-03-15T10:05:10.405Z] 09:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:53:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-15T10:05:10.405Z] 09:53:01 2 0.17 0.00 0.03 0.00 0.02 99.78 [2023-03-15T10:05:10.405Z] 09:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:53:01 5 0.00 0.00 0.00 0.17 0.00 99.83 [2023-03-15T10:05:10.405Z] 09:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:54:02 all 0.04 0.00 0.01 0.06 0.00 99.90 [2023-03-15T10:05:10.405Z] 09:54:02 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:54:02 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:54:02 2 0.27 0.00 0.03 0.03 0.02 99.65 [2023-03-15T10:05:10.405Z] 09:54:02 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:54:02 4 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:54:02 5 0.00 0.00 0.02 0.38 0.00 99.60 [2023-03-15T10:05:10.405Z] 09:54:02 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:54:02 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:55:01 all 0.48 0.00 0.05 0.07 0.01 99.39 [2023-03-15T10:05:10.405Z] 09:55:01 0 0.30 0.00 0.05 0.20 0.00 99.44 [2023-03-15T10:05:10.405Z] 09:55:01 1 0.47 0.00 0.10 0.05 0.02 99.36 [2023-03-15T10:05:10.405Z] 09:55:01 2 0.78 0.00 0.07 0.05 0.02 99.08 [2023-03-15T10:05:10.405Z] 09:55:01 3 0.24 0.00 0.03 0.00 0.02 99.71 [2023-03-15T10:05:10.405Z] 09:55:01 4 0.71 0.00 0.03 0.15 0.00 99.10 [2023-03-15T10:05:10.405Z] 09:55:01 5 0.03 0.00 0.03 0.08 0.00 99.85 [2023-03-15T10:05:10.405Z] 09:55:01 6 1.20 0.00 0.02 0.00 0.02 98.76 [2023-03-15T10:05:10.405Z] 09:55:01 7 0.08 0.00 0.07 0.00 0.00 99.85 [2023-03-15T10:05:10.405Z] 09:56:01 all 0.03 0.00 0.03 0.23 0.00 99.70 [2023-03-15T10:05:10.405Z] 09:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-15T10:05:10.405Z] 09:56:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-15T10:05:10.405Z] 09:56:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2023-03-15T10:05:10.405Z] 09:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-15T10:05:10.405Z] 09:56:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-03-15T10:05:10.405Z] 09:56:01 5 0.02 0.00 0.02 1.85 0.00 98.12 [2023-03-15T10:05:10.405Z] 09:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-15T10:05:10.405Z] 09:56:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-15T10:05:10.405Z] 09:57:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2023-03-15T10:05:10.405Z] 09:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:57:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-15T10:05:10.405Z] 09:57:01 2 1.32 0.00 0.05 0.00 0.02 98.61 [2023-03-15T10:05:10.405Z] 09:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 09:57:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 09:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 09:58:01 all 6.68 0.00 2.29 1.95 0.04 89.04 [2023-03-15T10:05:10.405Z] 09:58:01 0 6.01 0.00 2.33 0.23 0.03 91.40 [2023-03-15T10:05:10.405Z] 09:58:01 1 6.50 0.00 2.08 0.97 0.05 90.41 [2023-03-15T10:05:10.405Z] 09:58:01 2 7.23 0.00 2.20 0.88 0.05 89.64 [2023-03-15T10:05:10.405Z] 09:58:01 3 8.99 0.00 1.68 0.05 0.03 89.24 [2023-03-15T10:05:10.405Z] 09:58:01 4 5.85 0.00 2.92 10.97 0.03 80.23 [2023-03-15T10:05:10.405Z] 09:58:01 5 5.23 0.00 2.19 2.22 0.03 90.33 [2023-03-15T10:05:10.405Z] 09:58:01 6 7.04 0.00 2.46 0.12 0.03 90.34 [2023-03-15T10:05:10.405Z] 09:58:01 7 6.62 0.00 2.44 0.17 0.05 90.72 [2023-03-15T10:05:10.405Z] 09:59:01 all 27.88 0.00 4.78 2.38 0.07 64.90 [2023-03-15T10:05:10.405Z] 09:59:01 0 28.13 0.00 5.33 0.50 0.08 65.96 [2023-03-15T10:05:10.405Z] 09:59:01 1 27.68 0.00 4.41 0.20 0.07 67.64 [2023-03-15T10:05:10.405Z] 09:59:01 2 28.08 0.00 4.48 0.15 0.05 67.25 [2023-03-15T10:05:10.405Z] 09:59:01 3 28.20 0.00 5.16 4.02 0.07 62.55 [2023-03-15T10:05:10.405Z] 09:59:01 4 26.63 0.00 4.34 4.83 0.07 64.13 [2023-03-15T10:05:10.405Z] 09:59:01 5 28.32 0.00 5.41 8.38 0.07 57.82 [2023-03-15T10:05:10.405Z] 09:59:01 6 28.38 0.00 4.71 0.18 0.07 66.66 [2023-03-15T10:05:10.405Z] 09:59:01 7 27.57 0.00 4.38 0.76 0.07 67.22 [2023-03-15T10:05:10.405Z] 10:00:01 all 2.01 0.00 0.83 1.47 0.02 95.68 [2023-03-15T10:05:10.405Z] 10:00:01 0 2.06 0.00 1.66 0.62 0.02 95.65 [2023-03-15T10:05:10.405Z] 10:00:01 1 1.94 0.00 0.55 0.00 0.02 97.49 [2023-03-15T10:05:10.405Z] 10:00:01 2 2.09 0.00 0.60 0.00 0.02 97.29 [2023-03-15T10:05:10.405Z] 10:00:01 3 1.68 0.00 0.65 2.92 0.02 94.73 [2023-03-15T10:05:10.405Z] 10:00:01 4 2.75 0.00 0.42 0.00 0.02 96.82 [2023-03-15T10:05:10.405Z] 10:00:01 5 2.13 0.00 1.49 8.14 0.03 88.20 [2023-03-15T10:05:10.405Z] 10:00:01 6 1.94 0.00 0.68 0.07 0.00 97.31 [2023-03-15T10:05:10.405Z] 10:00:01 7 1.49 0.00 0.55 0.07 0.03 97.86 [2023-03-15T10:05:10.405Z] 10:01:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2023-03-15T10:05:10.405Z] 10:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-15T10:05:10.405Z] 10:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 10:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 10:01:01 3 0.08 0.00 0.05 0.00 0.02 99.85 [2023-03-15T10:05:10.405Z] 10:01:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-15T10:05:10.405Z] 10:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 10:01:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-15T10:05:10.405Z] 10:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 10:02:01 all 0.04 0.00 0.06 0.00 0.00 99.90 [2023-03-15T10:05:10.405Z] 10:02:01 0 0.05 0.00 0.17 0.00 0.00 99.78 [2023-03-15T10:05:10.405Z] 10:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-15T10:05:10.405Z] 10:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 10:02:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-15T10:05:10.405Z] 10:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 10:02:01 5 0.03 0.00 0.10 0.00 0.00 99.87 [2023-03-15T10:05:10.405Z] 10:02:01 6 0.07 0.00 0.15 0.00 0.02 99.77 [2023-03-15T10:05:10.405Z] 10:02:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-15T10:05:10.405Z] 10:03:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2023-03-15T10:05:10.405Z] 10:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.405Z] 10:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-15T10:05:10.405Z] 10:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 10:03:01 3 0.15 0.00 0.05 0.00 0.00 99.80 [2023-03-15T10:05:10.405Z] 10:03:01 4 1.00 0.00 0.03 0.00 0.00 98.97 [2023-03-15T10:05:10.405Z] 10:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] 10:03:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2023-03-15T10:05:10.405Z] 10:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-15T10:05:10.405Z] [2023-03-15T10:05:10.405Z] 10:03:01 CPU %user %nice %system %iowait %steal %idle [2023-03-15T10:05:10.405Z] 10:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-03-15T10:05:10.405Z] 10:04:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-15T10:05:10.405Z] 10:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-15T10:05:10.405Z] 10:04:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2023-03-15T10:05:10.405Z] 10:04:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-15T10:05:10.405Z] 10:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-15T10:05:10.405Z] 10:04:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-15T10:05:10.405Z] 10:04:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-15T10:05:10.405Z] 10:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-15T10:05:10.406Z] 10:05:01 all 0.10 0.00 0.08 0.01 0.01 99.81 [2023-03-15T10:05:10.406Z] 10:05:01 0 0.12 0.00 0.05 0.02 0.02 99.80 [2023-03-15T10:05:10.406Z] 10:05:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2023-03-15T10:05:10.406Z] 10:05:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2023-03-15T10:05:10.406Z] 10:05:01 3 0.08 0.00 0.17 0.00 0.02 99.73 [2023-03-15T10:05:10.406Z] 10:05:01 4 0.10 0.00 0.07 0.00 0.00 99.83 [2023-03-15T10:05:10.406Z] 10:05:01 5 0.08 0.00 0.08 0.00 0.00 99.83 [2023-03-15T10:05:10.406Z] 10:05:01 6 0.12 0.00 0.07 0.02 0.02 99.78 [2023-03-15T10:05:10.406Z] 10:05:01 7 0.12 0.00 0.08 0.03 0.02 99.75 [2023-03-15T10:05:10.406Z] Average: all 1.68 0.00 0.41 0.30 0.01 97.60 [2023-03-15T10:05:10.406Z] Average: 0 1.65 0.00 0.47 0.08 0.01 97.79 [2023-03-15T10:05:10.406Z] Average: 1 1.69 0.00 0.40 0.09 0.01 97.81 [2023-03-15T10:05:10.406Z] Average: 2 1.87 0.00 0.37 0.05 0.01 97.70 [2023-03-15T10:05:10.406Z] Average: 3 1.77 0.00 0.39 0.29 0.01 97.53 [2023-03-15T10:05:10.406Z] Average: 4 1.60 0.00 0.39 0.74 0.01 97.26 [2023-03-15T10:05:10.406Z] Average: 5 1.57 0.00 0.43 1.06 0.01 96.94 [2023-03-15T10:05:10.406Z] Average: 6 1.74 0.00 0.46 0.02 0.01 97.77 [2023-03-15T10:05:10.406Z] Average: 7 1.58 0.00 0.36 0.06 0.01 98.00 [2023-03-15T10:05:10.406Z] [2023-03-15T10:05:10.406Z] [2023-03-15T10:05:10.406Z]