Pull request #149 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e101e7413b34b04bb5fba6c925e43659a9f8fdf3+963987e627e8dcac0df49593e42f1bbbca2c5392 (6d9059d1657c0eb37525793a2d3454cad3a775f2) 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-ssh12743863013532696453.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15471279820194590035.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-149/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/device-rfid-llrp-go/branches/PR-149/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13928002577278975945.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/device-rfid-llrp-go/branches/PR-149/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16104755125086522060.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11543113863538255793.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/device-rfid-llrp-go/branches/PR-149/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/device-rfid-llrp-go/branches/PR-149/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10730379377093768158.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [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: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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: true 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-5095 in /w/workspace/undry_device-rfid-llrp-go_PR-149 [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/device-rfid-llrp-go.git > git init /w/workspace/undry_device-rfid-llrp-go_PR-149 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.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/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 963987e627e8dcac0df49593e42f1bbbca2c5392 into PR head commit e101e7413b34b04bb5fba6c925e43659a9f8fdf3 Merge succeeded, producing e101e7413b34b04bb5fba6c925e43659a9f8fdf3 Checking out Revision e101e7413b34b04bb5fba6c925e43659a9f8fdf3 (PR-149) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.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/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/149/head:refs/remotes/origin/PR-149 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e101e7413b34b04bb5fba6c925e43659a9f8fdf3 # 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 963987e627e8dcac0df49593e42f1bbbca2c5392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e101e7413b34b04bb5fba6c925e43659a9f8fdf3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-08T10:04:22.239Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-08T10:04:22.404Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-08T10:04:22.495Z] ========================================================= [2023-02-08T10:04:22.496Z] EdgeX Global Pipelines Version Info [2023-02-08T10:04:22.496Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:04:23.240Z] ------------------- [2023-02-08T10:04:23.240Z] stable info: [2023-02-08T10:04:23.240Z] ------------------- [2023-02-08T10:04:23.240Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-08T10:04:23.240Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-08T10:04:23.240Z] Message: update stable to v1.0.244 [2023-02-08T10:04:23.810Z] ------------------- [2023-02-08T10:04:23.810Z] experimental info: [2023-02-08T10:04:23.810Z] ------------------- [2023-02-08T10:04:23.810Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-08T10:04:23.810Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-08T10:04:23.810Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-08T10:04:24.083Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-02-08T10:04:24.125Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-02-08T10:04:24.164Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-08T10:04:24.206Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-08T10:04:24.251Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-08T10:04:24.294Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-08T10:04:24.338Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-08T10:04:24.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-08T10:04:24.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-08T10:04:24.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-08T10:04:24.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-08T10:04:24.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-02-08T10:04:24.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-08T10:04:24.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-08T10:04:24.666Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-08T10:04:24.708Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-08T10:04:24.749Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-08T10:04:24.792Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-08T10:04:24.833Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-08T10:04:24.870Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-08T10:04:24.912Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-08T10:04:24.951Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-08T10:04:24.993Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-08T10:04:25.037Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-08T10:04:25.076Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-08T10:04:25.116Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-08T10:04:25.155Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-08T10:04:25.191Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-149 [Pipeline] echo [2023-02-08T10:04:25.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-149 [Pipeline] echo [2023-02-08T10:04:25.269Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-149 [Pipeline] echo [2023-02-08T10:04:25.309Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] echo [2023-02-08T10:04:25.354Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e101e74 [Pipeline] echo [2023-02-08T10:04:25.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T10:04:25.506Z] provisioning config files... [2023-02-08T10:04:25.522Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/config15899692024858784055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:04:25.864Z] ---> docker-login.sh [2023-02-08T10:04:25.864Z] nexus3.edgexfoundry.org:10001 [2023-02-08T10:04:26.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:26.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:26.123Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:26.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:26.123Z] [2023-02-08T10:04:26.123Z] Login Succeeded [2023-02-08T10:04:26.123Z] nexus3.edgexfoundry.org:10002 [2023-02-08T10:04:26.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:26.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:26.383Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:26.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:26.383Z] [2023-02-08T10:04:26.383Z] Login Succeeded [2023-02-08T10:04:26.383Z] nexus3.edgexfoundry.org:10003 [2023-02-08T10:04:26.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:26.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:26.383Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:26.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:26.383Z] [2023-02-08T10:04:26.383Z] Login Succeeded [2023-02-08T10:04:26.383Z] nexus3.edgexfoundry.org:10004 [2023-02-08T10:04:26.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:26.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:26.643Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:26.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:26.643Z] [2023-02-08T10:04:26.643Z] Login Succeeded [2023-02-08T10:04:26.643Z] docker.io [2023-02-08T10:04:26.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:26.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:26.902Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:26.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:26.902Z] [2023-02-08T10:04:26.902Z] Login Succeeded [2023-02-08T10:04:26.902Z] ---> docker-login.sh ends [Pipeline] } [2023-02-08T10:04:26.932Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-08T10:04:27.566Z] + git rev-list -1 --merges e101e7413b34b04bb5fba6c925e43659a9f8fdf3~1..e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] echo [2023-02-08T10:04:27.601Z] -----------> git rev-list -1 --merges e101e7413b34b04bb5fba6c925e43659a9f8fdf3~1..e101e7413b34b04bb5fba6c925e43659a9f8fdf3 e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [false] [Pipeline] sh [2023-02-08T10:04:27.913Z] + git log --format=format:%s -1 e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] echo [2023-02-08T10:04:27.944Z] ========================================================= [2023-02-08T10:04:27.944Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-08T10:04:27.944Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-08T10:04:28.379Z] + git log --format=format:%s -1 e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] echo [2023-02-08T10:04:28.409Z] [semverPrep] GIT_COMMIT: e101e7413b34b04bb5fba6c925e43659a9f8fdf3, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-02-08T10:04:28.438Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-08T10:04:28.839Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T10:04:28.839Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-08T10:04:28.839Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-08T10:04:28.839Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-08T10:04:28.839Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-08T10:04:28.839Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-08T10:04:28.839Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:04:29.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T10:04:29.310Z] [2023-02-08T10:04:29.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:04:29.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T10:04:29.698Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-08T10:04:29.698Z] b85a868b505f: Pulling fs layer [2023-02-08T10:04:29.698Z] e2be974225ed: Pulling fs layer [2023-02-08T10:04:29.698Z] 339a4e72a1f5: Pulling fs layer [2023-02-08T10:04:29.698Z] 988bab9f4d93: Pulling fs layer [2023-02-08T10:04:29.698Z] 1469e6f7b9e6: Pulling fs layer [2023-02-08T10:04:29.698Z] eaf3925da568: Pulling fs layer [2023-02-08T10:04:29.698Z] bab4dde63d76: Pulling fs layer [2023-02-08T10:04:29.698Z] bde34c3a00c8: Pulling fs layer [2023-02-08T10:04:29.698Z] b352a97aabf1: Pulling fs layer [2023-02-08T10:04:29.698Z] 4872d77fe225: Pulling fs layer [2023-02-08T10:04:29.698Z] 5851b861e8e6: Pulling fs layer [2023-02-08T10:04:29.698Z] 1469e6f7b9e6: Waiting [2023-02-08T10:04:29.698Z] eaf3925da568: Waiting [2023-02-08T10:04:29.698Z] bab4dde63d76: Waiting [2023-02-08T10:04:29.698Z] 4872d77fe225: Waiting [2023-02-08T10:04:29.698Z] 5851b861e8e6: Waiting [2023-02-08T10:04:29.698Z] 988bab9f4d93: Waiting [2023-02-08T10:04:29.698Z] bde34c3a00c8: Waiting [2023-02-08T10:04:29.698Z] b352a97aabf1: Waiting [2023-02-08T10:04:29.698Z] e2be974225ed: Download complete [2023-02-08T10:04:29.698Z] 988bab9f4d93: Download complete [2023-02-08T10:04:29.968Z] 1469e6f7b9e6: Verifying Checksum [2023-02-08T10:04:29.968Z] 1469e6f7b9e6: Download complete [2023-02-08T10:04:29.968Z] eaf3925da568: Download complete [2023-02-08T10:04:30.232Z] 339a4e72a1f5: Verifying Checksum [2023-02-08T10:04:30.232Z] 339a4e72a1f5: Download complete [2023-02-08T10:04:30.232Z] bde34c3a00c8: Download complete [2023-02-08T10:04:30.232Z] b352a97aabf1: Verifying Checksum [2023-02-08T10:04:30.232Z] b352a97aabf1: Download complete [2023-02-08T10:04:30.232Z] 4872d77fe225: Verifying Checksum [2023-02-08T10:04:30.232Z] 4872d77fe225: Download complete [2023-02-08T10:04:30.232Z] 5851b861e8e6: Verifying Checksum [2023-02-08T10:04:30.232Z] 5851b861e8e6: Download complete [2023-02-08T10:04:30.232Z] b85a868b505f: Verifying Checksum [2023-02-08T10:04:30.232Z] b85a868b505f: Download complete [2023-02-08T10:04:30.814Z] bab4dde63d76: Verifying Checksum [2023-02-08T10:04:31.381Z] b85a868b505f: Pull complete [2023-02-08T10:04:31.381Z] e2be974225ed: Pull complete [2023-02-08T10:04:31.946Z] 339a4e72a1f5: Pull complete [2023-02-08T10:04:31.946Z] 988bab9f4d93: Pull complete [2023-02-08T10:04:32.205Z] 1469e6f7b9e6: Pull complete [2023-02-08T10:04:32.205Z] eaf3925da568: Pull complete [2023-02-08T10:04:33.583Z] bab4dde63d76: Pull complete [2023-02-08T10:04:33.843Z] bde34c3a00c8: Pull complete [2023-02-08T10:04:33.843Z] b352a97aabf1: Pull complete [2023-02-08T10:04:33.843Z] 4872d77fe225: Pull complete [2023-02-08T10:04:34.103Z] 5851b861e8e6: Pull complete [2023-02-08T10:04:34.103Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-08T10:04:34.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T10:04:34.103Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T10:04:34.301Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-02-08T10:04:34.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-149 -v /w/workspace/undry_device-rfid-llrp-go_PR-149:/w/workspace/undry_device-rfid-llrp-go_PR-149:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T10:04:35.972Z] $ docker top 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 -eo pid,comm [2023-02-08T10:04:36.056Z] 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-02-08T10:04:36.056Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T10:04:36.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T10:04:36.178Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T10:04:36.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T10:04:36.269Z] $ docker exec 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 ssh-agent [2023-02-08T10:04:36.401Z] SSH_AUTH_SOCK=/tmp/ssh-VRn32YDewEj7/agent.32 [2023-02-08T10:04:36.401Z] SSH_AGENT_PID=38 [2023-02-08T10:04:36.408Z] Running ssh-add (command line suppressed) [2023-02-08T10:04:36.492Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/private_key_14888388805251392787.key (/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/private_key_14888388805251392787.key) [2023-02-08T10:04:36.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T10:04:36.861Z] + git tag --points-at HEAD [Pipeline] } [2023-02-08T10:04:36.853Z] $ docker exec --env ******** --env ******** 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 ssh-agent -k [2023-02-08T10:04:36.958Z] unset SSH_AUTH_SOCK; [2023-02-08T10:04:36.958Z] unset SSH_AGENT_PID; [2023-02-08T10:04:36.958Z] echo Agent pid 38 killed; [2023-02-08T10:04:36.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-08T10:04:37.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T10:04:37.083Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T10:04:37.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T10:04:37.172Z] $ docker exec 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 ssh-agent [2023-02-08T10:04:37.307Z] SSH_AUTH_SOCK=/tmp/ssh-ewJ4KntuO5b0/agent.70 [2023-02-08T10:04:37.307Z] SSH_AGENT_PID=76 [2023-02-08T10:04:37.314Z] Running ssh-add (command line suppressed) [2023-02-08T10:04:37.382Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/private_key_11802288722853100362.key (/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/private_key_11802288722853100362.key) [2023-02-08T10:04:37.426Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T10:04:37.748Z] + git semver init [2023-02-08T10:04:38.009Z] 2023-02-08 10:04:37,908 [run_init] DEBUG init version:0.0.0 force:False [2023-02-08T10:04:38.009Z] 2023-02-08 10:04:37,909 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-149/.semver [2023-02-08T10:04:38.009Z] 2023-02-08 10:04:37,909 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-149/.semver [2023-02-08T10:04:38.009Z] 2023-02-08 10:04:37,910 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-149/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-149, universal_newlines=False, shell=None, istream=None) [2023-02-08T10:04:38.946Z] 2023-02-08 10:04:38,781 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-149/.git/info/exclude [2023-02-08T10:04:38.946Z] 2023-02-08 10:04:38,782 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-149/.semver/PR-149 with force:False [2023-02-08T10:04:38.946Z] 2023-02-08 10:04:38,782 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-149/.semver/PR-149 [2023-02-08T10:04:38.946Z] 2023-02-08 10:04:38,786 [execute] INFO git cat-file --batch-check [2023-02-08T10:04:38.946Z] 2023-02-08 10:04:38,786 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-149/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T10:04:38.946Z] 2023-02-08 10:04:38,792 [execute] INFO git cat-file --batch [2023-02-08T10:04:38.946Z] 2023-02-08 10:04:38,792 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-149/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T10:04:38.946Z] 2023-02-08 10:04:38,796 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-149/.semver/PR-149 [2023-02-08T10:04:38.946Z] 0.0.0 [Pipeline] } [2023-02-08T10:04:38.940Z] $ docker exec --env ******** --env ******** 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 ssh-agent -k [2023-02-08T10:04:39.031Z] unset SSH_AUTH_SOCK; [2023-02-08T10:04:39.032Z] unset SSH_AGENT_PID; [2023-02-08T10:04:39.032Z] echo Agent pid 76 killed; [2023-02-08T10:04:39.069Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T10:04:39.496Z] + git semver [Pipeline] } [2023-02-08T10:04:39.746Z] $ docker stop --time=1 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 [2023-02-08T10:04:41.042Z] $ docker rm -f --volumes 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T10:04:41.472Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-08T10:04:41.743Z] Stashed 1 file(s) [Pipeline] echo [2023-02-08T10:04:41.770Z] [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) [2023-02-08T10:04:42.276Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5100 in /w/workspace/undry_device-rfid-llrp-go_PR-149 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T10:04:42.381Z] provisioning config files... [2023-02-08T10:04:42.391Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/config7400856153907618576tmp [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2023-02-08T10:04:42.539Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-02-08T10:04:42.610Z] Selected Git installation does not exist. Using Default [2023-02-08T10:04:42.610Z] The recommended git tool is: NONE [2023-02-08T10:04:42.762Z] ---> docker-login.sh [2023-02-08T10:04:42.762Z] nexus3.edgexfoundry.org:10001 [2023-02-08T10:04:42.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:42.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:42.762Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:42.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:42.762Z] [2023-02-08T10:04:42.762Z] Login Succeeded [2023-02-08T10:04:42.762Z] nexus3.edgexfoundry.org:10002 [2023-02-08T10:04:42.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:42.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:42.762Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:42.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:42.762Z] [2023-02-08T10:04:42.762Z] Login Succeeded [2023-02-08T10:04:42.762Z] nexus3.edgexfoundry.org:10003 [2023-02-08T10:04:43.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:43.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:43.020Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:43.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:43.020Z] [2023-02-08T10:04:43.020Z] Login Succeeded [2023-02-08T10:04:43.020Z] nexus3.edgexfoundry.org:10004 [2023-02-08T10:04:43.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:43.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:43.020Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:43.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:43.020Z] [2023-02-08T10:04:43.020Z] Login Succeeded [2023-02-08T10:04:43.020Z] docker.io [2023-02-08T10:04:43.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:04:43.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:04:43.280Z] Configure a credential helper to remove this warning. See [2023-02-08T10:04:43.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:04:43.280Z] [2023-02-08T10:04:43.280Z] Login Succeeded [2023-02-08T10:04:43.280Z] ---> docker-login.sh ends [Pipeline] } [2023-02-08T10:04:43.308Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-08T10:04:43.492Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T10:04:43.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T10:04:43.560Z] ========================================================= [2023-02-08T10:04:43.560Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-08T10:04:43.560Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:04:44.043Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-08T10:04:44.043Z] Sending build context to Docker daemon 4.107MB [2023-02-08T10:04:44.043Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-08T10:04:44.043Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-08T10:04:44.043Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-08T10:04:44.043Z] 213ec9aee27d: Pulling fs layer [2023-02-08T10:04:44.043Z] 4583459ba037: Pulling fs layer [2023-02-08T10:04:44.043Z] 93c1e223e6f2: Pulling fs layer [2023-02-08T10:04:44.043Z] 53926ce57604: Pulling fs layer [2023-02-08T10:04:44.043Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-08T10:04:44.043Z] 22ff95d597cd: Pulling fs layer [2023-02-08T10:04:44.043Z] 12d6caf4c0d1: Pulling fs layer [2023-02-08T10:04:44.043Z] 96b7cbca73a9: Pulling fs layer [2023-02-08T10:04:44.043Z] a7acece74701: Pulling fs layer [2023-02-08T10:04:44.043Z] 53926ce57604: Waiting [2023-02-08T10:04:44.043Z] 21b2b0c7a3f4: Waiting [2023-02-08T10:04:44.043Z] 22ff95d597cd: Waiting [2023-02-08T10:04:44.043Z] 12d6caf4c0d1: Waiting [2023-02-08T10:04:44.043Z] a7acece74701: Waiting [2023-02-08T10:04:44.043Z] 96b7cbca73a9: Waiting [2023-02-08T10:04:44.043Z] 93c1e223e6f2: Verifying Checksum [2023-02-08T10:04:44.043Z] 93c1e223e6f2: Download complete [2023-02-08T10:04:44.316Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-08T10:04:44.316Z] 21b2b0c7a3f4: Download complete [2023-02-08T10:04:44.316Z] 22ff95d597cd: Download complete [2023-02-08T10:04:44.591Z] 213ec9aee27d: Download complete [2023-02-08T10:04:44.591Z] 12d6caf4c0d1: Verifying Checksum [2023-02-08T10:04:44.591Z] 12d6caf4c0d1: Download complete [2023-02-08T10:04:44.591Z] 213ec9aee27d: Pull complete [2023-02-08T10:04:44.864Z] 4583459ba037: Pull complete [2023-02-08T10:04:44.864Z] 93c1e223e6f2: Pull complete [2023-02-08T10:04:47.018Z] 53926ce57604: Verifying Checksum [2023-02-08T10:04:47.018Z] 53926ce57604: Download complete [2023-02-08T10:04:47.018Z] a7acece74701: Verifying Checksum [2023-02-08T10:04:47.018Z] a7acece74701: Download complete [2023-02-08T10:04:47.018Z] 96b7cbca73a9: Verifying Checksum [2023-02-08T10:04:47.018Z] 96b7cbca73a9: Download complete [2023-02-08T10:04:47.170Z] using credential edgex-jenkins-ssh [2023-02-08T10:04:47.185Z] Cloning the remote Git repository [2023-02-08T10:04:47.218Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-08T10:04:47.278Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-02-08T10:04:49.092Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-08T10:04:49.093Z] > git --version # timeout=10 [2023-02-08T10:04:49.116Z] > git --version # 'git version 2.25.1' [2023-02-08T10:04:49.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-08T10:04:49.179Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-08T10:04:51.201Z] 53926ce57604: Pull complete [2023-02-08T10:04:51.201Z] 21b2b0c7a3f4: Pull complete [2023-02-08T10:04:51.201Z] 22ff95d597cd: Pull complete [2023-02-08T10:04:51.201Z] 12d6caf4c0d1: Pull complete [2023-02-08T10:04:50.293Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-02-08T10:04:50.319Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-08T10:04:51.193Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-02-08T10:04:51.247Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-08T10:04:51.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-08T10:04:51.267Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/149/head:refs/remotes/origin/PR-149 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-08T10:04:51.828Z] Merging remotes/origin/main commit 963987e627e8dcac0df49593e42f1bbbca2c5392 into PR head commit e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [2023-02-08T10:04:52.048Z] Merge succeeded, producing e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [2023-02-08T10:04:52.048Z] Checking out Revision e101e7413b34b04bb5fba6c925e43659a9f8fdf3 (PR-149) [2023-02-08T10:04:52.527Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-02-08T10:04:52.575Z] 96b7cbca73a9: Pull complete [2023-02-08T10:04:52.560Z] > git --version # timeout=10 [2023-02-08T10:04:52.570Z] > git --version # 'git version 2.25.1' [2023-02-08T10:04:52.581Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [2023-02-08T10:04:51.836Z] > git config core.sparsecheckout # timeout=10 [2023-02-08T10:04:51.850Z] > git checkout -f e101e7413b34b04bb5fba6c925e43659a9f8fdf3 # timeout=10 [2023-02-08T10:04:51.952Z] > git remote # timeout=10 [2023-02-08T10:04:51.967Z] > git config --get remote.origin.url # timeout=10 [2023-02-08T10:04:51.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-08T10:04:52.000Z] > git merge 963987e627e8dcac0df49593e42f1bbbca2c5392 # timeout=10 [2023-02-08T10:04:52.022Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-08T10:04:52.043Z] > git config core.sparsecheckout # timeout=10 [2023-02-08T10:04:52.053Z] > git checkout -f e101e7413b34b04bb5fba6c925e43659a9f8fdf3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-08T10:04:53.509Z] a7acece74701: Pull complete [2023-02-08T10:04:53.509Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-08T10:04:53.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T10:04:53.509Z] ---> db6d94c90886 [2023-02-08T10:04:53.509Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-08T10:04:53.673Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-08T10:04:53.673Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T10:04:53.673Z] Dload Upload Total Spent Left Speed [2023-02-08T10:04:53.673Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 259k 0 --:--:-- --:--:-- --:--:-- 264k [Pipeline] sh [2023-02-08T10:04:54.258Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-08T10:04:54.599Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-08T10:04:54.599Z] + sudo tee /etc/docker/daemon.new [2023-02-08T10:04:54.599Z] { [2023-02-08T10:04:54.599Z] "registry-mirrors": [ [2023-02-08T10:04:54.599Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-08T10:04:54.599Z] ], [2023-02-08T10:04:54.599Z] "bip": "10.250.0.254/24", [2023-02-08T10:04:54.599Z] "hosts": [ [2023-02-08T10:04:54.599Z] "tcp://0.0.0.0:5555", [2023-02-08T10:04:54.599Z] "unix:///var/run/docker.sock" [2023-02-08T10:04:54.599Z] ], [2023-02-08T10:04:54.599Z] "mtu": 1458, [2023-02-08T10:04:54.599Z] "selinux-enabled": true, [2023-02-08T10:04:54.599Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-08T10:04:54.599Z] } [Pipeline] sh [2023-02-08T10:04:54.941Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-08T10:04:55.280Z] + sudo service docker restart [2023-02-08T10:04:56.044Z] ---> Running in 852433b93833 [2023-02-08T10:04:56.044Z] Removing intermediate container 852433b93833 [2023-02-08T10:04:56.044Z] ---> 30c5ea2c9cc9 [2023-02-08T10:04:56.044Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-08T10:04:56.044Z] ---> Running in d2e87e82d913 [2023-02-08T10:04:56.301Z] Removing intermediate container d2e87e82d913 [2023-02-08T10:04:56.301Z] ---> fa30b51c8c97 [2023-02-08T10:04:56.301Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-08T10:04:56.301Z] ---> Running in 8b2e2546cc7b [2023-02-08T10:04:56.301Z] Removing intermediate container 8b2e2546cc7b [2023-02-08T10:04:56.301Z] ---> 30cf99748aad [2023-02-08T10:04:56.301Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-08T10:04:56.301Z] ---> Running in 37e8e2b58059 [2023-02-08T10:04:56.301Z] Removing intermediate container 37e8e2b58059 [2023-02-08T10:04:56.301Z] ---> 4087ab1e2a5a [2023-02-08T10:04:56.301Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-08T10:04:56.301Z] ---> Running in 95ea5cbd093a [2023-02-08T10:04:56.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T10:04:56.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T10:04:57.077Z] OK: 211 MiB in 51 packages [2023-02-08T10:04:57.339Z] Removing intermediate container 95ea5cbd093a [2023-02-08T10:04:57.339Z] ---> 953272bc935d [2023-02-08T10:04:57.339Z] Step 8/12 : WORKDIR /app [2023-02-08T10:04:57.339Z] ---> Running in 83922b9447f6 [2023-02-08T10:04:57.339Z] Removing intermediate container 83922b9447f6 [2023-02-08T10:04:57.339Z] ---> aebdbed066da [2023-02-08T10:04:57.339Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-08T10:04:57.598Z] ---> 217ba3ca0e71 [2023-02-08T10:04:57.598Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T10:04:57.598Z] ---> Running in 233461c265e5 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T10:05:13.590Z] provisioning config files... [2023-02-08T10:05:13.624Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config3276695434381557745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:05:14.027Z] ---> docker-login.sh [2023-02-08T10:05:14.027Z] nexus3.edgexfoundry.org:10001 [2023-02-08T10:05:14.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:05:14.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:05:14.565Z] Configure a credential helper to remove this warning. See [2023-02-08T10:05:14.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:05:14.565Z] [2023-02-08T10:05:14.565Z] Login Succeeded [2023-02-08T10:05:14.565Z] nexus3.edgexfoundry.org:10002 [2023-02-08T10:05:14.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:05:14.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:05:14.837Z] Configure a credential helper to remove this warning. See [2023-02-08T10:05:14.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:05:14.837Z] [2023-02-08T10:05:14.837Z] Login Succeeded [2023-02-08T10:05:14.837Z] nexus3.edgexfoundry.org:10003 [2023-02-08T10:05:15.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:05:15.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:05:15.379Z] Configure a credential helper to remove this warning. See [2023-02-08T10:05:15.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:05:15.379Z] [2023-02-08T10:05:15.379Z] Login Succeeded [2023-02-08T10:05:15.379Z] nexus3.edgexfoundry.org:10004 [2023-02-08T10:05:15.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:05:15.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:05:15.648Z] Configure a credential helper to remove this warning. See [2023-02-08T10:05:15.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:05:15.648Z] [2023-02-08T10:05:15.648Z] Login Succeeded [2023-02-08T10:05:15.648Z] docker.io [2023-02-08T10:05:15.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T10:05:16.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T10:05:16.187Z] Configure a credential helper to remove this warning. See [2023-02-08T10:05:16.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T10:05:16.187Z] [2023-02-08T10:05:16.187Z] Login Succeeded [2023-02-08T10:05:16.187Z] ---> docker-login.sh ends [Pipeline] } [2023-02-08T10:05:16.218Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-08T10:05:16.573Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T10:05:16.614Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T10:05:16.652Z] ========================================================= [2023-02-08T10:05:16.652Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-08T10:05:16.652Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:05:17.159Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-08T10:05:17.428Z] Sending build context to Docker daemon 1.22MB [2023-02-08T10:05:17.428Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-08T10:05:17.428Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-08T10:05:17.702Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-08T10:05:17.702Z] 9b18e9b68314: Pulling fs layer [2023-02-08T10:05:17.702Z] 35d82f9e3411: Pulling fs layer [2023-02-08T10:05:17.702Z] e16973657156: Pulling fs layer [2023-02-08T10:05:17.702Z] fc693d55d65f: Pulling fs layer [2023-02-08T10:05:17.702Z] 7e9fc2657dce: Pulling fs layer [2023-02-08T10:05:17.702Z] dda99020689f: Pulling fs layer [2023-02-08T10:05:17.702Z] db1c61fa0a46: Pulling fs layer [2023-02-08T10:05:17.702Z] 891c053d2c06: Pulling fs layer [2023-02-08T10:05:17.702Z] fc693d55d65f: Waiting [2023-02-08T10:05:17.702Z] dda99020689f: Waiting [2023-02-08T10:05:17.702Z] 7e9fc2657dce: Waiting [2023-02-08T10:05:17.702Z] db1c61fa0a46: Waiting [2023-02-08T10:05:17.702Z] 891c053d2c06: Waiting [2023-02-08T10:05:17.702Z] e16973657156: Verifying Checksum [2023-02-08T10:05:17.702Z] e16973657156: Download complete [2023-02-08T10:05:17.702Z] 35d82f9e3411: Download complete [2023-02-08T10:05:17.702Z] 7e9fc2657dce: Verifying Checksum [2023-02-08T10:05:17.702Z] 7e9fc2657dce: Download complete [2023-02-08T10:05:17.702Z] dda99020689f: Verifying Checksum [2023-02-08T10:05:17.702Z] dda99020689f: Download complete [2023-02-08T10:05:17.702Z] 9b18e9b68314: Verifying Checksum [2023-02-08T10:05:17.702Z] 9b18e9b68314: Download complete [2023-02-08T10:05:18.676Z] 9b18e9b68314: Pull complete [2023-02-08T10:05:18.947Z] 891c053d2c06: Verifying Checksum [2023-02-08T10:05:19.225Z] 35d82f9e3411: Pull complete [2023-02-08T10:05:19.499Z] e16973657156: Pull complete [2023-02-08T10:05:20.089Z] db1c61fa0a46: Verifying Checksum [2023-02-08T10:05:20.089Z] db1c61fa0a46: Download complete [2023-02-08T10:05:20.672Z] fc693d55d65f: Download complete [2023-02-08T10:05:29.730Z] Removing intermediate container 233461c265e5 [2023-02-08T10:05:29.730Z] ---> 40777841bbca [2023-02-08T10:05:29.730Z] Step 11/12 : COPY . . [2023-02-08T10:05:29.730Z] ---> f074bc0dfe2d [2023-02-08T10:05:29.730Z] Step 12/12 : RUN $MAKE [2023-02-08T10:05:29.730Z] ---> Running in d3c1ec34edba [2023-02-08T10:05:29.730Z] noop [2023-02-08T10:05:29.730Z] Removing intermediate container d3c1ec34edba [2023-02-08T10:05:29.730Z] ---> 173fb088c519 [2023-02-08T10:05:29.730Z] Successfully built 173fb088c519 [2023-02-08T10:05:29.730Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:05:30.189Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-08T10:05:30.189Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T10:05:30.350Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-02-08T10:05:30.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-149 -v /w/workspace/undry_device-rfid-llrp-go_PR-149:/w/workspace/undry_device-rfid-llrp-go_PR-149:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-08T10:05:30.689Z] $ docker top 05bd1e1baa21fdc846f9137457f9fd422ae55003fc12504f04fdffecf0ebeb44 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T10:05:31.114Z] + go version [2023-02-08T10:05:31.114Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-08T10:05:31.120Z] $ docker stop --time=1 05bd1e1baa21fdc846f9137457f9fd422ae55003fc12504f04fdffecf0ebeb44 [2023-02-08T10:05:32.424Z] $ docker rm -f --volumes 05bd1e1baa21fdc846f9137457f9fd422ae55003fc12504f04fdffecf0ebeb44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:05:33.018Z] fc693d55d65f: Pull complete [2023-02-08T10:05:33.018Z] 7e9fc2657dce: Pull complete [2023-02-08T10:05:33.018Z] dda99020689f: Pull complete [2023-02-08T10:05:33.259Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-08T10:05:33.259Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T10:05:33.418Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-02-08T10:05:33.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-rfid-llrp-go_PR-149 -v /w/workspace/undry_device-rfid-llrp-go_PR-149:/w/workspace/undry_device-rfid-llrp-go_PR-149:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-08T10:05:33.735Z] $ docker top f7a2a403055a4a5791f612b78f0972124324a99be7e0e02703d5ea4d6ad16d36 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T10:05:34.152Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-149 [Pipeline] fileExists [Pipeline] sh [2023-02-08T10:05:34.509Z] + make test [2023-02-08T10:05:34.509Z] go test ./... -coverprofile=coverage.out ./... [2023-02-08T10:05:34.767Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-02-08T10:05:39.697Z] db1c61fa0a46: Pull complete [2023-02-08T10:05:41.107Z] 891c053d2c06: Pull complete [2023-02-08T10:05:41.107Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-08T10:05:41.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-08T10:05:41.107Z] ---> f96f9c87975a [2023-02-08T10:05:41.107Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-08T10:05:42.517Z] ---> Running in fb3e0beeec5c [2023-02-08T10:05:42.793Z] Removing intermediate container fb3e0beeec5c [2023-02-08T10:05:42.793Z] ---> 06cdd88000a7 [2023-02-08T10:05:42.793Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-08T10:05:42.793Z] ---> Running in c7a7cd6b508e [2023-02-08T10:05:43.061Z] Removing intermediate container c7a7cd6b508e [2023-02-08T10:05:43.061Z] ---> 5ef49389acb9 [2023-02-08T10:05:43.062Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-08T10:05:43.333Z] ---> Running in 4ad1a61d6bb1 [2023-02-08T10:05:43.601Z] Removing intermediate container 4ad1a61d6bb1 [2023-02-08T10:05:43.601Z] ---> 898aed855224 [2023-02-08T10:05:43.601Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-08T10:05:43.601Z] ---> Running in fc2fd65581dd [2023-02-08T10:05:43.874Z] Removing intermediate container fc2fd65581dd [2023-02-08T10:05:43.874Z] ---> ee6816cd7936 [2023-02-08T10:05:43.874Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-08T10:05:43.874Z] ---> Running in ef8f89f63ce5 [2023-02-08T10:05:44.725Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-02-08T10:05:44.725Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-02-08T10:05:45.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T10:05:45.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T10:05:46.252Z] OK: 221 MiB in 51 packages [2023-02-08T10:05:47.212Z] Removing intermediate container ef8f89f63ce5 [2023-02-08T10:05:47.212Z] ---> 5511cc7b8a42 [2023-02-08T10:05:47.212Z] Step 8/12 : WORKDIR /app [2023-02-08T10:05:47.212Z] ---> Running in c23c6c179711 [2023-02-08T10:05:47.481Z] Removing intermediate container c23c6c179711 [2023-02-08T10:05:47.481Z] ---> 1d06c5caf71e [2023-02-08T10:05:47.481Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-08T10:05:47.755Z] ---> b4abbb2f1533 [2023-02-08T10:05:47.755Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T10:05:48.003Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.284s coverage: 38.5% of statements [2023-02-08T10:05:48.003Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.250s coverage: 52.0% of statements [2023-02-08T10:05:48.003Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.013s coverage: 96.4% of statements [2023-02-08T10:05:48.026Z] ---> Running in ac5fc852fa5c [2023-02-08T10:05:56.109Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-08T10:05:56.109Z] go vet ./... [2023-02-08T10:05:58.648Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-08T10:05:58.648Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-08T10:05:58.648Z] ./bin/test-attribution-txt.sh [2023-02-08T10:05:58.648Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-08T10:05:58.648Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-08T10:05:58.683Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-08T10:05:58.679Z] $ docker stop --time=1 f7a2a403055a4a5791f612b78f0972124324a99be7e0e02703d5ea4d6ad16d36 [2023-02-08T10:06:00.869Z] $ docker rm -f --volumes f7a2a403055a4a5791f612b78f0972124324a99be7e0e02703d5ea4d6ad16d36 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T10:06:01.400Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-08T10:06:01.495Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-08T10:06:02.159Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-08T10:06:02.468Z] + ls -al . [2023-02-08T10:06:02.468Z] total 636 [2023-02-08T10:06:02.468Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 8 10:05 . [2023-02-08T10:06:02.468Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 .. [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 134 Feb 8 10:04 .dockerignore [2023-02-08T10:06:02.468Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 8 10:05 .git [2023-02-08T10:06:02.468Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 8 10:04 .github [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 946 Feb 8 10:04 .gitignore [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 8 10:04 .golangci.yml [2023-02-08T10:06:02.468Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 8 10:04 .semver [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 10896 Feb 8 10:04 Attribution.txt [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 5905 Feb 8 10:04 CHANGELOG.md [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 1347 Feb 8 10:04 Dockerfile [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 8 10:04 GOVERNANCE.md [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 683 Feb 8 10:04 Jenkinsfile [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 8 10:04 LICENSE [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 2018 Feb 8 10:04 Makefile [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 8 10:04 OWNERS.md [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 28496 Feb 8 10:04 README.md [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 8 10:04 VERSION [2023-02-08T10:06:02.468Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 bin [2023-02-08T10:06:02.468Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 cmd [2023-02-08T10:06:02.468Z] -rw-r--r-- 1 jenkins jenkins 460049 Feb 8 10:05 coverage.out [2023-02-08T10:06:02.468Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 examples [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 3461 Feb 8 10:04 go.mod [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 33030 Feb 8 10:04 go.sum [2023-02-08T10:06:02.468Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 images [2023-02-08T10:06:02.468Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 8 10:04 internal [2023-02-08T10:06:02.468Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 snap [2023-02-08T10:06:02.468Z] -rw-rw-r-- 1 jenkins jenkins 193 Feb 8 10:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:06:02.856Z] + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=e101e7413b34b04bb5fba6c925e43659a9f8fdf3 --label arch=amd64 --label version=0.0.0 . [2023-02-08T10:06:02.857Z] Sending build context to Docker daemon 4.107MB [2023-02-08T10:06:02.857Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-08T10:06:02.857Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-08T10:06:02.857Z] ---> 173fb088c519 [2023-02-08T10:06:02.857Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-08T10:06:03.799Z] ---> Running in 2ddefffcec76 [2023-02-08T10:06:04.059Z] Removing intermediate container 2ddefffcec76 [2023-02-08T10:06:04.059Z] ---> e9fb6bccc977 [2023-02-08T10:06:04.059Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-08T10:06:04.059Z] ---> Running in 8b0989952fb0 [2023-02-08T10:06:04.318Z] Removing intermediate container 8b0989952fb0 [2023-02-08T10:06:04.318Z] ---> 953851a4101c [2023-02-08T10:06:04.318Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-02-08T10:06:04.575Z] ---> Running in 574f67573c3c [2023-02-08T10:06:04.575Z] Removing intermediate container 574f67573c3c [2023-02-08T10:06:04.575Z] ---> 53d2b46550d3 [2023-02-08T10:06:04.575Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-08T10:06:04.575Z] ---> Running in 56a44e0d90fb [2023-02-08T10:06:04.834Z] Removing intermediate container 56a44e0d90fb [2023-02-08T10:06:04.834Z] ---> b1078021bc7f [2023-02-08T10:06:04.834Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-08T10:06:04.834Z] ---> Running in b0405313d9d0 [2023-02-08T10:06:05.094Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T10:06:05.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T10:06:05.617Z] OK: 211 MiB in 51 packages [2023-02-08T10:06:05.875Z] Removing intermediate container b0405313d9d0 [2023-02-08T10:06:05.875Z] ---> 52e55841cef7 [2023-02-08T10:06:05.875Z] Step 8/24 : WORKDIR /app [2023-02-08T10:06:05.875Z] ---> Running in ad7d1c20a26b [2023-02-08T10:06:06.133Z] Removing intermediate container ad7d1c20a26b [2023-02-08T10:06:06.133Z] ---> d91bd02961ff [2023-02-08T10:06:06.133Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-08T10:06:06.133Z] ---> 04cbb754b813 [2023-02-08T10:06:06.133Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T10:06:06.133Z] ---> Running in d3b9c6ae0d84 [2023-02-08T10:06:07.071Z] Removing intermediate container d3b9c6ae0d84 [2023-02-08T10:06:07.071Z] ---> 5a9d7dc22c12 [2023-02-08T10:06:07.071Z] Step 11/24 : COPY . . [2023-02-08T10:06:07.330Z] ---> ca192e07972d [2023-02-08T10:06:07.330Z] Step 12/24 : RUN $MAKE [2023-02-08T10:06:07.330Z] ---> Running in 3c8c024878ed [2023-02-08T10:06:07.588Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-02-08T10:06:25.677Z] Removing intermediate container 3c8c024878ed [2023-02-08T10:06:25.677Z] ---> a34c645253d4 [2023-02-08T10:06:25.677Z] Step 13/24 : FROM alpine:3.16 [2023-02-08T10:06:25.677Z] 3.16: Pulling from library/alpine [2023-02-08T10:06:25.938Z] ca7dd9ec2225: Pulling fs layer [2023-02-08T10:06:25.938Z] ca7dd9ec2225: Verifying Checksum [2023-02-08T10:06:25.938Z] ca7dd9ec2225: Download complete [2023-02-08T10:06:26.197Z] ca7dd9ec2225: Pull complete [2023-02-08T10:06:26.197Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T10:06:26.197Z] Status: Downloaded newer image for alpine:3.16 [2023-02-08T10:06:26.197Z] ---> bfe296a52501 [2023-02-08T10:06:26.197Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-08T10:06:26.197Z] ---> Running in 17d11aa57e09 [2023-02-08T10:06:26.197Z] Removing intermediate container 17d11aa57e09 [2023-02-08T10:06:26.197Z] ---> d5a00d947576 [2023-02-08T10:06:26.197Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-08T10:06:26.197Z] ---> Running in d4736bd1cd68 [2023-02-08T10:06:26.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T10:06:26.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T10:06:27.022Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T10:06:27.022Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T10:06:27.022Z] OK: 6 MiB in 15 packages [2023-02-08T10:06:27.960Z] Removing intermediate container d4736bd1cd68 [2023-02-08T10:06:27.960Z] ---> 24e176960377 [2023-02-08T10:06:27.960Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-02-08T10:06:27.960Z] ---> 251febe0fbc9 [2023-02-08T10:06:27.960Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-02-08T10:06:28.218Z] ---> 884924219435 [2023-02-08T10:06:28.218Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-02-08T10:06:29.156Z] ---> e8142ac95957 [2023-02-08T10:06:29.156Z] Step 19/24 : EXPOSE 59989 [2023-02-08T10:06:29.156Z] ---> Running in bb2f8e31f23e [2023-02-08T10:06:29.156Z] Removing intermediate container bb2f8e31f23e [2023-02-08T10:06:29.156Z] ---> e22ac15cf42f [2023-02-08T10:06:29.156Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-02-08T10:06:29.156Z] ---> Running in 7b7f556cef68 [2023-02-08T10:06:29.422Z] Removing intermediate container 7b7f556cef68 [2023-02-08T10:06:29.422Z] ---> eedce650d45b [2023-02-08T10:06:29.422Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T10:06:29.422Z] ---> Running in 62ea1eb0954a [2023-02-08T10:06:29.682Z] Removing intermediate container 62ea1eb0954a [2023-02-08T10:06:29.682Z] ---> d9329db4fdf9 [2023-02-08T10:06:29.682Z] Step 22/24 : LABEL arch=amd64 [2023-02-08T10:06:29.682Z] ---> Running in 1c69b018758f [2023-02-08T10:06:29.942Z] Removing intermediate container 1c69b018758f [2023-02-08T10:06:29.942Z] ---> 753d6b24a32e [2023-02-08T10:06:29.942Z] Step 23/24 : LABEL git_sha=e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [2023-02-08T10:06:29.942Z] ---> Running in d37fec9f2c49 [2023-02-08T10:06:29.942Z] Removing intermediate container d37fec9f2c49 [2023-02-08T10:06:29.942Z] ---> f7f67a2078f4 [2023-02-08T10:06:29.942Z] Step 24/24 : LABEL version=0.0.0 [2023-02-08T10:06:30.201Z] ---> Running in 5be699ed1d61 [2023-02-08T10:06:30.201Z] Removing intermediate container 5be699ed1d61 [2023-02-08T10:06:30.201Z] ---> d80bcee07834 [2023-02-08T10:06:30.201Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-08T10:06:30.201Z] Successfully built d80bcee07834 [2023-02-08T10:06:30.201Z] Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [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-02-08T10:06:31.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T10:06:31.081Z] [2023-02-08T10:06:31.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:06:31.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T10:06:31.475Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-08T10:06:31.475Z] 5eb5b503b376: Pulling fs layer [2023-02-08T10:06:31.475Z] 5c69ac0246d0: Pulling fs layer [2023-02-08T10:06:31.475Z] ec43610c2a17: Pulling fs layer [2023-02-08T10:06:31.475Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-08T10:06:31.475Z] 33b1e0a273af: Pulling fs layer [2023-02-08T10:06:31.475Z] 5d3b04190fa2: Pulling fs layer [2023-02-08T10:06:31.475Z] 2f39f015ded8: Pulling fs layer [2023-02-08T10:06:31.475Z] 33b1e0a273af: Waiting [2023-02-08T10:06:31.475Z] 5d3b04190fa2: Waiting [2023-02-08T10:06:31.475Z] 2f39f015ded8: Waiting [2023-02-08T10:06:31.475Z] 3a2ae6a8a46f: Waiting [2023-02-08T10:06:31.475Z] 5c69ac0246d0: Download complete [2023-02-08T10:06:31.475Z] 3a2ae6a8a46f: Download complete [2023-02-08T10:06:31.742Z] 33b1e0a273af: Verifying Checksum [2023-02-08T10:06:31.742Z] 33b1e0a273af: Download complete [2023-02-08T10:06:31.742Z] 5d3b04190fa2: Download complete [2023-02-08T10:06:32.003Z] ec43610c2a17: Verifying Checksum [2023-02-08T10:06:32.003Z] ec43610c2a17: Download complete [2023-02-08T10:06:32.003Z] 5eb5b503b376: Verifying Checksum [2023-02-08T10:06:32.003Z] 5eb5b503b376: Download complete [2023-02-08T10:06:32.949Z] 2f39f015ded8: Download complete [2023-02-08T10:06:33.208Z] 5eb5b503b376: Pull complete [2023-02-08T10:06:33.208Z] 5c69ac0246d0: Pull complete [2023-02-08T10:06:33.774Z] ec43610c2a17: Pull complete [2023-02-08T10:06:33.774Z] 3a2ae6a8a46f: Pull complete [2023-02-08T10:06:33.774Z] 33b1e0a273af: Pull complete [2023-02-08T10:06:34.034Z] 5d3b04190fa2: Pull complete [2023-02-08T10:06:38.219Z] 2f39f015ded8: Pull complete [2023-02-08T10:06:38.219Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-08T10:06:38.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T10:06:38.219Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T10:06:38.420Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-02-08T10:06:38.416Z] $ 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/undry_device-rfid-llrp-go_PR-149 -v /w/workspace/undry_device-rfid-llrp-go_PR-149:/w/workspace/undry_device-rfid-llrp-go_PR-149:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-08T10:06:40.505Z] $ docker top a42e49ce1c016504e7ba65a684723847b4c9f7e773a84c95027e547dbb303224 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:06:40.980Z] ---> job-cost.sh [2023-02-08T10:06:40.980Z] lf-activate-venv: SKIPPING [2023-02-08T10:06:40.980Z] INFO: No Stack... [2023-02-08T10:06:41.548Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-08T10:06:41.806Z] INFO: Archiving Costs [Pipeline] sh [2023-02-08T10:06:42.118Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-149/archives/cost.csv [2023-02-08T10:06:42.118Z] + cut -d, -f6 [Pipeline] lock [2023-02-08T10:06:42.169Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [2023-02-08T10:06:42.174Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] did not exist. Created. [2023-02-08T10:06:42.174Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-08T10:06:42.566Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-08T10:06:42.620Z] Stashed 1 file(s) [Pipeline] } [2023-02-08T10:06:42.649Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-08T10:06:42.699Z] $ docker stop --time=1 a42e49ce1c016504e7ba65a684723847b4c9f7e773a84c95027e547dbb303224 [2023-02-08T10:06:43.854Z] $ docker rm -f --volumes a42e49ce1c016504e7ba65a684723847b4c9f7e773a84c95027e547dbb303224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-08T10:06:55.886Z] Removing intermediate container ac5fc852fa5c [2023-02-08T10:06:55.886Z] ---> 5db2121e18c4 [2023-02-08T10:06:55.886Z] Step 11/12 : COPY . . [2023-02-08T10:06:55.886Z] ---> 60a729610322 [2023-02-08T10:06:55.886Z] Step 12/12 : RUN $MAKE [2023-02-08T10:06:55.886Z] ---> Running in 19c94316f7d3 [2023-02-08T10:06:55.886Z] noop [2023-02-08T10:06:55.886Z] Removing intermediate container 19c94316f7d3 [2023-02-08T10:06:55.886Z] ---> 1f9ce5273674 [2023-02-08T10:06:55.886Z] Successfully built 1f9ce5273674 [2023-02-08T10:06:55.886Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:06:56.367Z] + docker inspect -f . ci-base-image-arm64 [2023-02-08T10:06:56.367Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T10:06:56.641Z] prd-ubuntu20.04-docker-arm64-4c-16g-5100 does not seem to be running inside a container [2023-02-08T10:06:56.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-08T10:06:57.979Z] $ docker top 9904c961102cae898427febb0d8bd29c8e24910e4640bf0f5434a0da5b9294fb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T10:06:58.874Z] + go version [2023-02-08T10:06:58.874Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-08T10:06:58.895Z] $ docker stop --time=1 9904c961102cae898427febb0d8bd29c8e24910e4640bf0f5434a0da5b9294fb [2023-02-08T10:07:00.532Z] $ docker rm -f --volumes 9904c961102cae898427febb0d8bd29c8e24910e4640bf0f5434a0da5b9294fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:07:01.411Z] + docker inspect -f . ci-base-image-arm64 [2023-02-08T10:07:01.411Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T10:07:01.676Z] prd-ubuntu20.04-docker-arm64-4c-16g-5100 does not seem to be running inside a container [2023-02-08T10:07:01.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-08T10:07:02.929Z] $ docker top a865b9fc46d5648c46662503e3b7cefa149f2af4ed1923641789c456fee92b75 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T10:07:03.600Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-08T10:07:04.298Z] + make test [2023-02-08T10:07:04.580Z] go test ./... -coverprofile=coverage.out ./... [2023-02-08T10:07:06.528Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-02-08T10:08:28.171Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-02-08T10:08:28.171Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-02-08T10:08:50.211Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 18.734s coverage: 38.5% of statements [2023-02-08T10:08:50.211Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.445s coverage: 52.0% of statements [2023-02-08T10:08:50.211Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.025s coverage: 96.4% of statements [2023-02-08T10:08:50.211Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-08T10:08:50.211Z] go vet ./... [2023-02-08T10:09:12.282Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-08T10:09:12.282Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-08T10:09:12.282Z] ./bin/test-attribution-txt.sh [2023-02-08T10:09:12.282Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-08T10:09:12.282Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-08T10:09:12.322Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-08T10:09:12.343Z] $ docker stop --time=1 a865b9fc46d5648c46662503e3b7cefa149f2af4ed1923641789c456fee92b75 [2023-02-08T10:09:14.101Z] $ docker rm -f --volumes a865b9fc46d5648c46662503e3b7cefa149f2af4ed1923641789c456fee92b75 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T10:09:15.090Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-08T10:09:15.125Z] Warning: overwriting stash ‘coverage-report’ [2023-02-08T10:09:15.757Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-08T10:09:16.341Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-08T10:09:16.689Z] + ls -al . [2023-02-08T10:09:16.689Z] total 632 [2023-02-08T10:09:16.689Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 8 10:07 . [2023-02-08T10:09:16.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 .. [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 134 Feb 8 10:04 .dockerignore [2023-02-08T10:09:16.689Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 8 10:04 .git [2023-02-08T10:09:16.689Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 8 10:04 .github [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 946 Feb 8 10:04 .gitignore [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 8 10:04 .golangci.yml [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 10896 Feb 8 10:04 Attribution.txt [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 5905 Feb 8 10:04 CHANGELOG.md [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 1347 Feb 8 10:04 Dockerfile [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 8 10:04 GOVERNANCE.md [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 683 Feb 8 10:04 Jenkinsfile [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 8 10:04 LICENSE [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 2018 Feb 8 10:04 Makefile [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 8 10:04 OWNERS.md [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 28496 Feb 8 10:04 README.md [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 8 10:04 VERSION [2023-02-08T10:09:16.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 bin [2023-02-08T10:09:16.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 cmd [2023-02-08T10:09:16.689Z] -rw-r--r-- 1 jenkins jenkins 460049 Feb 8 10:08 coverage.out [2023-02-08T10:09:16.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 examples [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 3461 Feb 8 10:04 go.mod [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 33030 Feb 8 10:04 go.sum [2023-02-08T10:09:16.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 images [2023-02-08T10:09:16.689Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 8 10:04 internal [2023-02-08T10:09:16.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 snap [2023-02-08T10:09:16.689Z] -rw-rw-r-- 1 jenkins jenkins 193 Feb 8 10:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:09:17.108Z] + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=e101e7413b34b04bb5fba6c925e43659a9f8fdf3 --label arch=arm64 --label version=0.0.0 . [2023-02-08T10:09:17.376Z] Sending build context to Docker daemon 1.22MB [2023-02-08T10:09:17.376Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-08T10:09:17.376Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-08T10:09:17.376Z] ---> 1f9ce5273674 [2023-02-08T10:09:17.376Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-08T10:09:17.646Z] ---> Running in aff489acd69b [2023-02-08T10:09:17.914Z] Removing intermediate container aff489acd69b [2023-02-08T10:09:17.914Z] ---> 3252bf05a99e [2023-02-08T10:09:17.914Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-08T10:09:17.914Z] ---> Running in 7097e96773bd [2023-02-08T10:09:18.185Z] Removing intermediate container 7097e96773bd [2023-02-08T10:09:18.185Z] ---> b5b0f1c4cfef [2023-02-08T10:09:18.185Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-02-08T10:09:18.185Z] ---> Running in eeeca2a506e4 [2023-02-08T10:09:18.778Z] Removing intermediate container eeeca2a506e4 [2023-02-08T10:09:18.778Z] ---> c52f85c63880 [2023-02-08T10:09:18.778Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-08T10:09:18.778Z] ---> Running in d8bd9d3d9aea [2023-02-08T10:09:19.045Z] Removing intermediate container d8bd9d3d9aea [2023-02-08T10:09:19.045Z] ---> f3560f7b0f25 [2023-02-08T10:09:19.045Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-08T10:09:19.045Z] ---> Running in 3541d443cc36 [2023-02-08T10:09:20.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T10:09:20.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T10:09:21.683Z] OK: 221 MiB in 51 packages [2023-02-08T10:09:22.272Z] Removing intermediate container 3541d443cc36 [2023-02-08T10:09:22.272Z] ---> d4a3bce2a9cf [2023-02-08T10:09:22.272Z] Step 8/24 : WORKDIR /app [2023-02-08T10:09:22.272Z] ---> Running in 0de662bb19bc [2023-02-08T10:09:22.539Z] Removing intermediate container 0de662bb19bc [2023-02-08T10:09:22.539Z] ---> 201f66675fb0 [2023-02-08T10:09:22.539Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-08T10:09:23.120Z] ---> 62e02e5706d7 [2023-02-08T10:09:23.120Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T10:09:23.120Z] ---> Running in ab339c12eb56 [2023-02-08T10:09:25.695Z] Removing intermediate container ab339c12eb56 [2023-02-08T10:09:25.695Z] ---> 5848edfd577d [2023-02-08T10:09:25.695Z] Step 11/24 : COPY . . [2023-02-08T10:09:26.290Z] ---> 1c9ea60839ee [2023-02-08T10:09:26.290Z] Step 12/24 : RUN $MAKE [2023-02-08T10:09:26.290Z] ---> Running in f5ce6bd785c2 [2023-02-08T10:09:27.257Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-02-08T10:11:33.939Z] Removing intermediate container f5ce6bd785c2 [2023-02-08T10:11:33.939Z] ---> 2461c741a444 [2023-02-08T10:11:33.939Z] Step 13/24 : FROM alpine:3.16 [2023-02-08T10:11:33.939Z] 3.16: Pulling from library/alpine [2023-02-08T10:11:33.939Z] 6875df1f5354: Pulling fs layer [2023-02-08T10:11:33.939Z] 6875df1f5354: Download complete [2023-02-08T10:11:33.939Z] 6875df1f5354: Pull complete [2023-02-08T10:11:33.939Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T10:11:33.939Z] Status: Downloaded newer image for alpine:3.16 [2023-02-08T10:11:33.939Z] ---> 2b4661558fb8 [2023-02-08T10:11:33.939Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-08T10:11:33.939Z] ---> Running in 1d280e3ae7e2 [2023-02-08T10:11:33.939Z] Removing intermediate container 1d280e3ae7e2 [2023-02-08T10:11:33.939Z] ---> bc8c292702c7 [2023-02-08T10:11:33.939Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-08T10:11:33.939Z] ---> Running in 1c75297d4292 [2023-02-08T10:11:33.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T10:11:33.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T10:11:33.939Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T10:11:33.939Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T10:11:33.939Z] OK: 5 MiB in 15 packages [2023-02-08T10:11:33.939Z] Removing intermediate container 1c75297d4292 [2023-02-08T10:11:33.939Z] ---> 98d4355816c7 [2023-02-08T10:11:33.939Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-02-08T10:11:33.939Z] ---> b6b0be3f29ae [2023-02-08T10:11:33.939Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-02-08T10:11:33.939Z] ---> 56461189c9c7 [2023-02-08T10:11:33.939Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-02-08T10:11:33.939Z] ---> e1a9d8fe3ad4 [2023-02-08T10:11:33.940Z] Step 19/24 : EXPOSE 59989 [2023-02-08T10:11:33.940Z] ---> Running in a88ea7648c71 [2023-02-08T10:11:33.940Z] Removing intermediate container a88ea7648c71 [2023-02-08T10:11:33.940Z] ---> 5f07cf8538b9 [2023-02-08T10:11:33.940Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-02-08T10:11:33.940Z] ---> Running in 376dc6b13aeb [2023-02-08T10:11:33.940Z] Removing intermediate container 376dc6b13aeb [2023-02-08T10:11:33.940Z] ---> bc18440d4b6c [2023-02-08T10:11:33.940Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T10:11:33.940Z] ---> Running in 8597c9beb174 [2023-02-08T10:11:33.940Z] Removing intermediate container 8597c9beb174 [2023-02-08T10:11:33.940Z] ---> d8f3961c2c8c [2023-02-08T10:11:33.940Z] Step 22/24 : LABEL arch=arm64 [2023-02-08T10:11:33.940Z] ---> Running in 7e27e3f58779 [2023-02-08T10:11:33.940Z] Removing intermediate container 7e27e3f58779 [2023-02-08T10:11:33.940Z] ---> 9d972f6f33f0 [2023-02-08T10:11:33.940Z] Step 23/24 : LABEL git_sha=e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [2023-02-08T10:11:33.940Z] ---> Running in 48cf9025340c [2023-02-08T10:11:33.940Z] Removing intermediate container 48cf9025340c [2023-02-08T10:11:33.940Z] ---> a24d17313063 [2023-02-08T10:11:33.940Z] Step 24/24 : LABEL version=0.0.0 [2023-02-08T10:11:33.940Z] ---> Running in ecaa7ee3bfff [2023-02-08T10:11:33.940Z] Removing intermediate container ecaa7ee3bfff [2023-02-08T10:11:33.940Z] ---> 4b873938f94d [2023-02-08T10:11:33.940Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-08T10:11:33.940Z] Successfully built 4b873938f94d [2023-02-08T10:11:33.940Z] Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:11:34.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T10:11:34.735Z] [2023-02-08T10:11:34.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:11:35.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T10:11:35.138Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-08T10:11:35.138Z] 8998bd30e6a1: Pulling fs layer [2023-02-08T10:11:35.138Z] 04944245beec: Pulling fs layer [2023-02-08T10:11:35.138Z] 699f458cf7ca: Pulling fs layer [2023-02-08T10:11:35.138Z] 765212b225bb: Pulling fs layer [2023-02-08T10:11:35.138Z] f23df028b6ca: Pulling fs layer [2023-02-08T10:11:35.138Z] d65c8cfc05b1: Pulling fs layer [2023-02-08T10:11:35.138Z] 2437ff75d9bd: Pulling fs layer [2023-02-08T10:11:35.138Z] f23df028b6ca: Waiting [2023-02-08T10:11:35.138Z] d65c8cfc05b1: Waiting [2023-02-08T10:11:35.138Z] 2437ff75d9bd: Waiting [2023-02-08T10:11:35.138Z] 765212b225bb: Waiting [2023-02-08T10:11:35.409Z] 04944245beec: Download complete [2023-02-08T10:11:35.409Z] 765212b225bb: Verifying Checksum [2023-02-08T10:11:35.409Z] 765212b225bb: Download complete [2023-02-08T10:11:35.409Z] f23df028b6ca: Verifying Checksum [2023-02-08T10:11:35.409Z] f23df028b6ca: Download complete [2023-02-08T10:11:35.409Z] d65c8cfc05b1: Verifying Checksum [2023-02-08T10:11:35.409Z] d65c8cfc05b1: Download complete [2023-02-08T10:11:35.681Z] 699f458cf7ca: Download complete [2023-02-08T10:11:35.950Z] 8998bd30e6a1: Verifying Checksum [2023-02-08T10:11:35.950Z] 8998bd30e6a1: Download complete [2023-02-08T10:11:38.544Z] 2437ff75d9bd: Verifying Checksum [2023-02-08T10:11:38.544Z] 2437ff75d9bd: Download complete [2023-02-08T10:11:40.487Z] 8998bd30e6a1: Pull complete [2023-02-08T10:11:40.759Z] 04944245beec: Pull complete [2023-02-08T10:11:42.168Z] 699f458cf7ca: Pull complete [2023-02-08T10:11:42.435Z] 765212b225bb: Pull complete [2023-02-08T10:11:43.017Z] f23df028b6ca: Pull complete [2023-02-08T10:11:43.283Z] d65c8cfc05b1: Pull complete [2023-02-08T10:11:58.283Z] 2437ff75d9bd: Pull complete [2023-02-08T10:11:58.283Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-08T10:11:58.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T10:11:58.283Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T10:11:58.618Z] prd-ubuntu20.04-docker-arm64-4c-16g-5100 does not seem to be running inside a container [2023-02-08T10:11:58.680Z] $ 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/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-08T10:12:01.338Z] $ docker top f4c226b0b251d1972d4882d308ca2ec1b91cb92ea0d41700000b2d657514f666 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:12:02.269Z] ---> job-cost.sh [2023-02-08T10:12:02.269Z] lf-activate-venv: SKIPPING [2023-02-08T10:12:02.269Z] INFO: No Stack... [2023-02-08T10:12:02.852Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-08T10:12:03.435Z] INFO: Archiving Costs [Pipeline] sh [2023-02-08T10:12:03.778Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2023-02-08T10:12:03.778Z] + cut -d, -f6 [Pipeline] lock [2023-02-08T10:12:03.834Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [2023-02-08T10:12:03.839Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] did not exist. Created. [2023-02-08T10:12:03.839Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-08T10:12:04.485Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-9f35aa5e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-08T10:12:04.837Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-08T10:12:04.874Z] Warning: overwriting stash ‘stack-cost’ [2023-02-08T10:12:04.935Z] Stashed 1 file(s) [Pipeline] } [2023-02-08T10:12:04.949Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-08T10:12:05.007Z] $ docker stop --time=1 f4c226b0b251d1972d4882d308ca2ec1b91cb92ea0d41700000b2d657514f666 [2023-02-08T10:12:06.489Z] $ docker rm -f --volumes f4c226b0b251d1972d4882d308ca2ec1b91cb92ea0d41700000b2d657514f666 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-08T10:12:07.442Z] provisioning config files... [2023-02-08T10:12:07.449Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/config3864651176069639302tmp [Pipeline] { [Pipeline] sh [2023-02-08T10:12:07.781Z] + set +x [2023-02-08T10:12:07.781Z] + curl -s https://codecov.io/bash [2023-02-08T10:12:07.781Z] + bash -s -- [2023-02-08T10:12:07.781Z] [2023-02-08T10:12:07.781Z] _____ _ [2023-02-08T10:12:07.782Z] / ____| | | [2023-02-08T10:12:07.782Z] | | ___ __| | ___ ___ _____ __ [2023-02-08T10:12:07.782Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-08T10:12:07.782Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-08T10:12:07.782Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-08T10:12:07.782Z] Bash-1.0.6 [2023-02-08T10:12:07.782Z] [2023-02-08T10:12:07.782Z] [2023-02-08T10:12:07.782Z] ==> git version 2.25.1 found [2023-02-08T10:12:07.782Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-08T10:12:07.782Z] Release-Date: 2020-01-08 [2023-02-08T10:12:07.782Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-08T10:12:07.782Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-08T10:12:07.782Z] ==> Jenkins CI detected. [2023-02-08T10:12:07.782Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-149 [2023-02-08T10:12:07.782Z] project root: . [2023-02-08T10:12:07.782Z] --> token set from env [2023-02-08T10:12:07.782Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-08T10:12:07.782Z] ==> Running gcov in . (disable via -X gcov) [2023-02-08T10:12:07.782Z] ==> Python coveragepy not found [2023-02-08T10:12:07.782Z] ==> Searching for coverage reports in: [2023-02-08T10:12:07.782Z] + . [2023-02-08T10:12:07.782Z] -> Found 1 reports [2023-02-08T10:12:07.782Z] ==> Detecting git/mercurial file structure [2023-02-08T10:12:07.782Z] ==> Reading reports [2023-02-08T10:12:07.782Z] + ./coverage.out bytes=460049 [2023-02-08T10:12:07.782Z] ==> Appending adjustments [2023-02-08T10:12:07.782Z] https://docs.codecov.io/docs/fixing-reports [2023-02-08T10:12:08.040Z] + Found adjustments [2023-02-08T10:12:08.040Z] ==> Gzipping contents [2023-02-08T10:12:08.040Z] 52K /tmp/codecov.BDWqzF.gz [2023-02-08T10:12:08.040Z] ==> Uploading reports [2023-02-08T10:12:08.040Z] url: https://codecov.io [2023-02-08T10:12:08.040Z] query: branch=PR-149&commit=e101e7413b34b04bb5fba6c925e43659a9f8fdf3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-149%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=149&job=&cmd_args= [2023-02-08T10:12:08.301Z] -> Pinging Codecov [2023-02-08T10:12:08.301Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-149&commit=e101e7413b34b04bb5fba6c925e43659a9f8fdf3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-149%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=149&job=&cmd_args= [2023-02-08T10:12:08.560Z] -> Uploading to [2023-02-08T10:12:08.560Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-08/581DD39554BDF9B6E22D074273EAD858/e101e7413b34b04bb5fba6c925e43659a9f8fdf3/9fbbb8dd-4564-467d-bb3c-c01c3fce066a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230208T101208Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e9ceafed9b28a659df87092578185f06273eb6ebe4f49e31845ab425385380b1 [2023-02-08T10:12:08.560Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T10:12:08.560Z] Dload Upload Total Spent Left Speed [2023-02-08T10:12:08.819Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51566 0 0 100 51566 0 248k --:--:-- --:--:-- --:--:-- 246k 100 51566 0 0 100 51566 0 217k --:--:-- --:--:-- --:--:-- 217k [2023-02-08T10:12:08.819Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] } [2023-02-08T10:12:08.846Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-08T10:12:10.601Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-149/archives ] [2023-02-08T10:12:10.601Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-149/archives [2023-02-08T10:12:10.601Z] total 16 [2023-02-08T10:12:10.601Z] drwxr-xr-x 3 root root 4096 Feb 8 10:06 . [2023-02-08T10:12:10.601Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 8 10:06 .. [2023-02-08T10:12:10.601Z] drwxr-xr-x 2 root root 4096 Feb 8 10:06 cost [2023-02-08T10:12:10.601Z] -rw-r--r-- 1 root root 92 Feb 8 10:06 cost.csv [2023-02-08T10:12:10.601Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-149/archives [2023-02-08T10:12:10.601Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-149/archives [2023-02-08T10:12:10.601Z] total 16 [2023-02-08T10:12:10.601Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 8 10:06 . [2023-02-08T10:12:10.601Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 8 10:06 .. [2023-02-08T10:12:10.601Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 8 10:06 cost [2023-02-08T10:12:10.601Z] -rw-r--r-- 1 jenkins jenkins 92 Feb 8 10:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:12:10.925Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:12:11.813Z] ---> package-listing.sh [2023-02-08T10:12:11.813Z] ++ facter osfamily [2023-02-08T10:12:11.813Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-08T10:12:12.072Z] + OS_FAMILY=debian [2023-02-08T10:12:12.072Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-149 [2023-02-08T10:12:12.072Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-08T10:12:12.072Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-08T10:12:12.072Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-08T10:12:12.072Z] + PACKAGES=/tmp/packages_start.txt [2023-02-08T10:12:12.072Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-149 ']' [2023-02-08T10:12:12.072Z] + PACKAGES=/tmp/packages_end.txt [2023-02-08T10:12:12.072Z] + case "${OS_FAMILY}" in [2023-02-08T10:12:12.072Z] + dpkg -l [2023-02-08T10:12:12.072Z] + grep '^ii' [2023-02-08T10:12:12.072Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-08T10:12:12.072Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-08T10:12:12.072Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-08T10:12:12.072Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-149 ']' [2023-02-08T10:12:12.072Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-149/archives/ [2023-02-08T10:12:12.072Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-149/archives/ [Pipeline] echo [2023-02-08T10:12:12.104Z] 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/undry_device-rfid-llrp-go_PR-149/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-08T10:12:12.397Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T10:12:13.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T10:12:13.007Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T10:12:13.141Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-02-08T10:12:13.137Z] $ 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/undry_device-rfid-llrp-go_PR-149/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-149 -v /w/workspace/undry_device-rfid-llrp-go_PR-149:/w/workspace/undry_device-rfid-llrp-go_PR-149:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-08T10:12:13.311Z] $ docker top 3df95872024f053aaba207f2a683624ab9e5f0069852694a525b94ce24956de2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T10:12:13.728Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-08T10:12:14.038Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-08T10:12:14.342Z] + ls /var/log/sa-host [2023-02-08T10:12:14.342Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T10:12:14.544Z] provisioning config files... [2023-02-08T10:12:14.551Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/config11719670025701376632tmp [Pipeline] { [Pipeline] echo [2023-02-08T10:12:14.599Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:12:14.908Z] ---> create-netrc.sh [Pipeline] } [2023-02-08T10:12:14.934Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:12:15.335Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-08T10:12:15.366Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:12:15.678Z] ---> sudo-logs.sh [2023-02-08T10:12:15.678Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-08T10:12:15.758Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:12:16.065Z] ---> job-cost.sh [2023-02-08T10:12:16.065Z] lf-activate-venv: SKIPPING [2023-02-08T10:12:16.065Z] DEBUG: total: 0.2199999988079071 [2023-02-08T10:12:16.065Z] INFO: Retrieving Stack Cost... [2023-02-08T10:12:16.324Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-08T10:12:16.892Z] INFO: Archiving Costs [Pipeline] echo [2023-02-08T10:12:16.928Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T10:12:17.244Z] ---> logs-deploy.sh [2023-02-08T10:12:17.244Z] lf-activate-venv: SKIPPING [2023-02-08T10:12:17.244Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-149/1 [2023-02-08T10:12:17.244Z] INFO: archiving workspace using pattern(s): [2023-02-08T10:12:18.178Z] Archives upload complete. [2023-02-08T10:12:18.178Z] INFO: archiving logs to Nexus [2023-02-08T10:12:19.115Z] ---> uname -a: [2023-02-08T10:12:19.115Z] Linux prd-ubuntu20-04-docker-8c-8g-5095 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] ---> lscpu: [2023-02-08T10:12:19.115Z] Architecture: x86_64 [2023-02-08T10:12:19.115Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-08T10:12:19.115Z] Byte Order: Little Endian [2023-02-08T10:12:19.115Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-08T10:12:19.115Z] CPU(s): 8 [2023-02-08T10:12:19.115Z] On-line CPU(s) list: 0-7 [2023-02-08T10:12:19.115Z] Thread(s) per core: 1 [2023-02-08T10:12:19.115Z] Core(s) per socket: 1 [2023-02-08T10:12:19.115Z] Socket(s): 8 [2023-02-08T10:12:19.115Z] NUMA node(s): 1 [2023-02-08T10:12:19.115Z] Vendor ID: AuthenticAMD [2023-02-08T10:12:19.115Z] CPU family: 23 [2023-02-08T10:12:19.115Z] Model: 49 [2023-02-08T10:12:19.115Z] Model name: AMD EPYC-Rome Processor [2023-02-08T10:12:19.115Z] Stepping: 0 [2023-02-08T10:12:19.115Z] CPU MHz: 2799.998 [2023-02-08T10:12:19.115Z] BogoMIPS: 5599.99 [2023-02-08T10:12:19.115Z] Virtualization: AMD-V [2023-02-08T10:12:19.115Z] Hypervisor vendor: KVM [2023-02-08T10:12:19.115Z] Virtualization type: full [2023-02-08T10:12:19.115Z] L1d cache: 256 KiB [2023-02-08T10:12:19.115Z] L1i cache: 256 KiB [2023-02-08T10:12:19.115Z] L2 cache: 4 MiB [2023-02-08T10:12:19.115Z] L3 cache: 128 MiB [2023-02-08T10:12:19.115Z] NUMA node0 CPU(s): 0-7 [2023-02-08T10:12:19.115Z] Vulnerability Itlb multihit: Not affected [2023-02-08T10:12:19.115Z] Vulnerability L1tf: Not affected [2023-02-08T10:12:19.115Z] Vulnerability Mds: Not affected [2023-02-08T10:12:19.115Z] Vulnerability Meltdown: Not affected [2023-02-08T10:12:19.115Z] Vulnerability Mmio stale data: Not affected [2023-02-08T10:12:19.115Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-08T10:12:19.115Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-08T10:12:19.115Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-08T10:12:19.115Z] Vulnerability Srbds: Not affected [2023-02-08T10:12:19.115Z] Vulnerability Tsx async abort: Not affected [2023-02-08T10:12:19.115Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] ---> nproc: [2023-02-08T10:12:19.115Z] 8 [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] ---> df -h: [2023-02-08T10:12:19.115Z] Filesystem Size Used Avail Use% Mounted on [2023-02-08T10:12:19.115Z] overlay 155G 12G 144G 8% / [2023-02-08T10:12:19.115Z] tmpfs 64M 0 64M 0% /dev [2023-02-08T10:12:19.115Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-08T10:12:19.115Z] shm 64M 0 64M 0% /dev/shm [2023-02-08T10:12:19.115Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] ---> sar -b -r -n DEV: [2023-02-08T10:12:19.115Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5095) 02/08/23 _x86_64_ (8 CPU) [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] 09:17:23 LINUX RESTART (8 CPU) [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] 09:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-08T10:12:19.115Z] 09:19:01 7.47 0.32 7.15 0.00 5.73 4156.79 0.00 [2023-02-08T10:12:19.115Z] 09:20:01 2.05 0.00 2.05 0.00 0.00 3512.83 0.00 [2023-02-08T10:12:19.115Z] 09:21:01 1.43 0.00 1.43 0.00 0.00 3506.48 0.00 [2023-02-08T10:12:19.115Z] 09:22:01 1.92 0.00 1.92 0.00 0.00 3512.75 0.00 [2023-02-08T10:12:19.115Z] 09:23:01 54.34 11.60 42.74 0.00 5176.74 12448.33 0.00 [2023-02-08T10:12:19.115Z] 09:24:01 5.35 0.02 5.33 0.00 0.13 3607.67 0.00 [2023-02-08T10:12:19.115Z] 09:25:01 2.18 0.00 2.18 0.00 0.00 3513.76 0.00 [2023-02-08T10:12:19.115Z] 09:26:01 2.03 0.00 2.03 0.00 0.00 3512.75 0.00 [2023-02-08T10:12:19.115Z] 09:27:01 1.53 0.00 1.53 0.00 0.00 3506.88 0.00 [2023-02-08T10:12:19.115Z] 09:28:01 2.18 0.00 2.18 0.00 0.00 3515.01 0.00 [2023-02-08T10:12:19.115Z] 09:29:01 1.45 0.00 1.45 0.00 0.00 3506.88 0.00 [2023-02-08T10:12:19.115Z] 09:30:01 1.58 0.00 1.58 0.00 0.00 3508.22 0.00 [2023-02-08T10:12:19.115Z] 09:31:01 1.60 0.00 1.60 0.00 0.00 3507.82 0.00 [2023-02-08T10:12:19.115Z] 09:32:01 1.63 0.00 1.63 0.00 0.00 3509.42 0.00 [2023-02-08T10:12:19.115Z] 09:33:01 2.55 0.02 2.53 0.00 0.13 3522.69 0.00 [2023-02-08T10:12:19.115Z] 09:34:01 2.03 0.00 2.03 0.00 0.00 3513.41 0.00 [2023-02-08T10:12:19.115Z] 09:35:01 1.53 0.00 1.53 0.00 0.00 3506.88 0.00 [2023-02-08T10:12:19.115Z] 09:36:01 1.65 0.00 1.65 0.00 0.00 3509.82 0.00 [2023-02-08T10:12:19.115Z] 09:37:01 1.68 0.00 1.68 0.00 0.00 3508.62 0.00 [2023-02-08T10:12:19.115Z] 09:38:01 2.20 0.00 2.20 0.00 0.00 3515.95 0.00 [2023-02-08T10:12:19.115Z] 09:39:01 1.70 0.00 1.70 0.00 0.00 3509.02 0.00 [2023-02-08T10:12:19.115Z] 09:40:01 2.17 0.00 2.17 0.00 0.00 3514.75 0.00 [2023-02-08T10:12:19.115Z] 09:41:01 1.60 0.00 1.60 0.00 0.00 3507.55 0.00 [2023-02-08T10:12:19.115Z] 09:42:01 1.50 0.00 1.50 0.00 0.00 3506.88 0.00 [2023-02-08T10:12:19.115Z] 09:43:01 1.87 0.00 1.87 0.00 0.00 3511.68 0.00 [2023-02-08T10:12:19.115Z] 09:44:01 1.67 0.00 1.67 0.00 0.00 3509.28 0.00 [2023-02-08T10:12:19.115Z] 09:45:01 1.72 0.00 1.72 0.00 0.00 3642.25 0.00 [2023-02-08T10:12:19.115Z] 09:46:01 1.60 0.00 1.60 0.00 0.00 3509.68 0.00 [2023-02-08T10:12:19.115Z] 09:47:01 1.60 0.00 1.60 0.00 0.00 3507.02 0.00 [2023-02-08T10:12:19.115Z] 09:48:01 2.27 0.00 2.27 0.00 0.00 3516.88 0.00 [2023-02-08T10:12:19.115Z] 09:49:01 1.62 0.00 1.62 0.00 0.00 3507.68 0.00 [2023-02-08T10:12:19.115Z] 09:50:01 1.63 0.00 1.63 0.00 0.00 3507.95 0.00 [2023-02-08T10:12:19.115Z] 09:51:01 5.53 3.63 1.90 0.00 84.25 3523.28 0.00 [2023-02-08T10:12:19.115Z] 09:52:01 1.62 0.00 1.62 0.00 0.00 3508.88 0.00 [2023-02-08T10:12:19.115Z] 09:53:01 1.77 0.00 1.77 0.00 0.00 3509.42 0.00 [2023-02-08T10:12:19.115Z] 09:54:01 1.88 0.00 1.88 0.00 0.00 3512.35 0.00 [2023-02-08T10:12:19.115Z] 09:55:01 1.53 0.00 1.53 0.00 0.00 3506.08 0.00 [2023-02-08T10:12:19.115Z] 09:56:01 1.73 0.00 1.73 0.00 0.00 3509.68 0.00 [2023-02-08T10:12:19.115Z] 09:57:01 1.68 0.00 1.68 0.00 0.00 3508.96 0.00 [2023-02-08T10:12:19.115Z] 09:58:01 1.98 0.00 1.98 0.00 0.00 3513.55 0.00 [2023-02-08T10:12:19.115Z] 09:59:01 1.62 0.00 1.62 0.00 0.00 3508.08 0.00 [2023-02-08T10:12:19.115Z] 10:00:01 1.65 0.00 1.65 0.00 0.00 3509.15 0.00 [2023-02-08T10:12:19.115Z] 10:01:01 1.38 0.00 1.38 0.00 0.00 1761.71 0.00 [2023-02-08T10:12:19.115Z] 10:02:01 0.90 0.00 0.90 0.00 0.00 11.73 0.00 [2023-02-08T10:12:19.115Z] 10:03:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 [2023-02-08T10:12:19.115Z] 10:04:01 1.13 0.00 1.13 0.00 0.00 14.66 0.00 [2023-02-08T10:12:19.115Z] 10:05:01 118.78 13.26 105.52 0.00 1928.48 36695.75 0.00 [2023-02-08T10:12:19.115Z] 10:06:01 128.53 1.20 127.33 0.00 31.99 50493.18 0.00 [2023-02-08T10:12:19.115Z] 10:07:02 158.72 0.05 158.67 0.00 6.53 34849.39 0.00 [2023-02-08T10:12:19.115Z] 10:08:01 2.15 0.00 2.15 0.00 0.00 25.22 0.00 [2023-02-08T10:12:19.115Z] 10:09:01 1.32 0.00 1.32 0.00 0.00 16.00 0.00 [2023-02-08T10:12:19.115Z] 10:10:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 [2023-02-08T10:12:19.115Z] 10:11:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 [2023-02-08T10:12:19.115Z] 10:12:01 1.45 0.00 1.45 0.00 0.00 16.26 0.00 [2023-02-08T10:12:19.115Z] Average: 10.34 0.56 9.79 0.00 134.00 5208.79 0.00 [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] 09:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-08T10:12:19.115Z] 09:19:01 30609008 31871544 495832 1.51 47204 1538940 1658724 4.89 612864 1405672 168 [2023-02-08T10:12:19.115Z] 09:20:01 30608540 31871288 495424 1.51 47276 1538944 1658724 4.89 612456 1405656 12 [2023-02-08T10:12:19.115Z] 09:21:01 30608208 31871040 495468 1.51 47348 1538944 1658724 4.89 613712 1405656 16 [2023-02-08T10:12:19.115Z] 09:22:01 30607852 31871156 495628 1.51 47420 1538948 1658724 4.89 613708 1406056 224 [2023-02-08T10:12:19.115Z] 09:23:01 30066416 31832360 513952 1.56 81708 1994204 1708660 5.04 940868 1578012 884 [2023-02-08T10:12:19.115Z] 09:24:01 30073128 31834304 512196 1.56 80328 1990956 1684848 4.97 939208 1574784 312 [2023-02-08T10:12:19.115Z] 09:25:01 30073008 31834288 512160 1.56 80400 1990960 1684848 4.97 939252 1574796 8 [2023-02-08T10:12:19.115Z] 09:26:01 30072772 31834148 512256 1.56 80472 1990960 1684848 4.97 939384 1574800 16 [2023-02-08T10:12:19.115Z] 09:27:01 30072788 31834400 512104 1.56 80544 1990964 1684848 4.97 940284 1574960 24 [2023-02-08T10:12:19.115Z] 09:28:01 30072400 31834068 512284 1.56 80624 1990968 1684848 4.97 940116 1574968 44 [2023-02-08T10:12:19.115Z] 09:29:01 30072876 31834640 511904 1.56 80696 1990968 1684848 4.97 940052 1574984 32 [2023-02-08T10:12:19.115Z] 09:30:01 30073176 31834992 511500 1.56 80760 1990972 1684848 4.97 940112 1574992 136 [2023-02-08T10:12:19.115Z] 09:31:01 30072844 31834752 511696 1.56 80832 1990976 1684848 4.97 940388 1575000 12 [2023-02-08T10:12:19.115Z] 09:32:01 30072576 31834536 511824 1.56 80904 1990980 1684848 4.97 940444 1575008 144 [2023-02-08T10:12:19.115Z] 09:33:01 30071144 31833256 513212 1.56 81004 1990960 1684700 4.96 940640 1574940 20 [2023-02-08T10:12:19.115Z] 09:34:01 30071128 31833324 513108 1.56 81076 1990960 1684700 4.96 940700 1574944 12 [2023-02-08T10:12:19.115Z] 09:35:01 30071136 31833396 512956 1.56 81148 1990964 1684700 4.96 940888 1574952 8 [2023-02-08T10:12:19.115Z] 09:36:01 30071084 31833412 513084 1.56 81220 1990968 1684700 4.96 940944 1574960 148 [2023-02-08T10:12:19.115Z] 09:37:01 30070776 31833164 513292 1.56 81292 1990968 1684700 4.96 941292 1574964 8 [2023-02-08T10:12:19.115Z] 09:38:01 30070988 31833636 512752 1.56 81384 1991100 1684700 4.96 941304 1575104 16 [2023-02-08T10:12:19.115Z] 09:39:01 30071216 31833928 512376 1.56 81456 1991104 1684700 4.96 941568 1575112 12 [2023-02-08T10:12:19.115Z] 09:40:01 30071144 31833968 512316 1.56 81528 1991108 1668024 4.92 941568 1575124 44 [2023-02-08T10:12:19.115Z] 09:41:01 30071348 31834240 511976 1.56 81600 1991116 1668024 4.92 941628 1575136 16 [2023-02-08T10:12:19.115Z] 09:42:01 30071500 31834452 511904 1.56 81672 1991116 1668024 4.92 941684 1575140 172 [2023-02-08T10:12:19.115Z] 09:43:01 30070876 31833944 512356 1.56 81752 1991120 1668024 4.92 942500 1575100 48 [2023-02-08T10:12:19.115Z] 09:44:01 30070932 31834064 512232 1.56 81816 1991124 1668024 4.92 942044 1575108 136 [2023-02-08T10:12:19.115Z] 09:45:01 30071100 31834308 512144 1.56 81888 1991124 1668024 4.92 942116 1575108 8 [2023-02-08T10:12:19.115Z] 09:46:01 30071368 31834648 511772 1.56 81960 1991128 1668024 4.92 942116 1575108 64 [2023-02-08T10:12:19.115Z] 09:47:01 30071068 31834408 511936 1.56 82032 1991128 1668024 4.92 942172 1575112 12 [2023-02-08T10:12:19.115Z] 09:48:01 30063468 31826904 519384 1.58 82128 1991108 1668024 4.92 951208 1575116 148 [2023-02-08T10:12:19.115Z] 09:49:01 30072984 31836564 509468 1.55 82200 1991136 1668024 4.92 940812 1575124 16 [2023-02-08T10:12:19.115Z] 09:50:01 30072756 31836420 509560 1.55 82272 1991140 1668024 4.92 941016 1575120 140 [2023-02-08T10:12:19.115Z] 09:51:01 30030664 31797704 547420 1.66 82364 1993940 1668024 4.92 981316 1576656 40 [2023-02-08T10:12:19.115Z] 09:52:01 30030640 31797784 547292 1.66 82436 1993944 1668024 4.92 981056 1576624 172 [2023-02-08T10:12:19.115Z] 09:53:01 30030096 31797288 547672 1.67 82508 1993952 1668024 4.92 981236 1576616 16 [2023-02-08T10:12:19.115Z] 09:54:01 30030004 31797320 547860 1.67 82580 1993956 1668024 4.92 981340 1576628 64 [2023-02-08T10:12:19.115Z] 09:55:01 30030204 31797524 547808 1.67 82652 1993924 1668024 4.92 981460 1576628 44 [2023-02-08T10:12:19.115Z] 09:56:01 30029880 31797340 547912 1.67 82716 1993960 1668024 4.92 981620 1576632 136 [2023-02-08T10:12:19.115Z] 09:57:01 30029328 31796856 548336 1.67 82788 1993952 1684164 4.96 981376 1576644 36 [2023-02-08T10:12:19.115Z] 09:58:01 30028436 31796060 549048 1.67 82876 1993968 1684164 4.96 982280 1576644 40 [2023-02-08T10:12:19.115Z] 09:59:01 30028128 31795808 549132 1.67 82940 1993972 1684164 4.96 982316 1576652 16 [2023-02-08T10:12:19.115Z] 10:00:01 30028356 31796100 548792 1.67 83012 1993968 1684164 4.96 982376 1576660 176 [2023-02-08T10:12:19.115Z] 10:01:01 30028056 31795864 548972 1.67 83068 1993972 1684164 4.96 982492 1576668 20 [2023-02-08T10:12:19.115Z] 10:02:01 30027756 31795628 549192 1.67 83092 1993968 1684164 4.96 982548 1576676 196 [2023-02-08T10:12:19.115Z] 10:03:01 30027600 31795512 549416 1.67 83132 1993984 1684164 4.96 983332 1576676 216 [2023-02-08T10:12:19.115Z] 10:04:01 30027380 31795336 549592 1.67 83156 1993988 1668024 4.92 982948 1576652 12 [2023-02-08T10:12:19.115Z] 10:05:01 28623584 31535612 753476 2.29 111088 3065088 2015004 5.94 1342624 2514832 1640 [2023-02-08T10:12:19.115Z] 10:06:01 27922720 31538748 748052 2.27 181608 3626964 1792276 5.28 1549748 2935860 288 [2023-02-08T10:12:19.115Z] 10:07:02 27153084 31531028 751472 2.29 192384 4315448 1792916 5.28 1608204 3577396 356 [2023-02-08T10:12:19.115Z] 10:08:01 27153524 31531512 750904 2.28 192404 4315448 1792916 5.28 1608140 3577396 56 [2023-02-08T10:12:19.115Z] 10:09:01 27162120 31540252 742224 2.26 192460 4315444 1792916 5.28 1599564 3577400 24 [2023-02-08T10:12:19.115Z] 10:10:01 27162104 31540276 742160 2.26 192480 4315456 1792916 5.28 1599604 3577404 44 [2023-02-08T10:12:19.115Z] 10:11:01 27170900 31549208 733168 2.23 192500 4315584 1792916 5.28 1591172 3577532 12 [2023-02-08T10:12:19.115Z] 10:12:01 27170576 31548924 733416 2.23 192512 4315588 1792916 5.28 1590792 3577536 44 [2023-02-08T10:12:19.115Z] Average: 29710310 31783393 554877 1.69 93939 2266825 1697749 5.00 1019381 1828056 124 [2023-02-08T10:12:19.115Z] [2023-02-08T10:12:19.115Z] 09:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-08T10:12:19.115Z] 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:19:01 ens3 23.85 24.46 135.78 7.51 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:20:01 ens3 1.42 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:21:01 ens3 2.33 0.63 0.72 0.47 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:22:01 ens3 1.33 0.42 0.41 0.27 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:23:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:23:01 ens3 148.28 87.62 2753.24 6.48 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:24:01 ens3 0.70 0.48 0.27 0.21 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:25:01 ens3 0.32 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:26:01 ens3 0.30 0.13 0.02 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:27:01 ens3 0.58 0.37 0.26 0.21 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:28:01 ens3 0.23 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:29:01 ens3 0.10 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:30:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:31:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.115Z] 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:32:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:33:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:34:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:35:01 ens3 0.28 0.08 0.12 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:38:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:39:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:40:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:42:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:43:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:48:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:49:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:51:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:51:01 ens3 14.00 9.48 12.02 6.49 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:53:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:58:01 ens3 0.47 0.30 0.54 0.08 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:59:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:00:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:02:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:03:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:04:01 ens3 0.60 0.12 0.16 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:05:01 vethfb163bf 40.91 54.22 3.92 42.91 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:05:01 lo 6.60 6.60 0.64 0.64 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:05:01 ens3 583.44 412.28 6114.05 79.14 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:05:01 docker0 46.73 61.52 3.86 128.71 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:06:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:06:01 ens3 239.24 203.00 1842.40 91.48 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:06:01 docker0 149.79 195.77 11.42 1809.50 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:07:02 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:07:02 ens3 151.46 101.50 2665.74 20.10 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:07:02 docker0 3.43 7.60 0.21 81.60 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:08:01 ens3 0.25 0.19 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:09:01 ens3 0.25 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:10:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:11:01 ens3 0.52 0.40 0.34 0.28 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] Average: lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] Average: ens3 21.74 15.64 250.57 3.95 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] Average: docker0 3.70 4.91 0.29 37.41 0.00 0.00 0.00 0.00 [2023-02-08T10:12:19.116Z] [2023-02-08T10:12:19.116Z] [2023-02-08T10:12:19.116Z] ---> sar -P ALL: [2023-02-08T10:12:19.116Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5095) 02/08/23 _x86_64_ (8 CPU) [2023-02-08T10:12:19.116Z] [2023-02-08T10:12:19.116Z] 09:17:23 LINUX RESTART (8 CPU) [2023-02-08T10:12:19.116Z] [2023-02-08T10:12:19.116Z] 09:18:01 CPU %user %nice %system %iowait %steal %idle [2023-02-08T10:12:19.116Z] 09:19:01 all 0.49 0.00 0.06 0.06 0.01 99.38 [2023-02-08T10:12:19.116Z] 09:19:01 0 0.10 0.00 0.07 0.00 0.02 99.82 [2023-02-08T10:12:19.116Z] 09:19:01 1 0.20 0.00 0.03 0.00 0.00 99.77 [2023-02-08T10:12:19.116Z] 09:19:01 2 0.17 0.00 0.10 0.05 0.00 99.68 [2023-02-08T10:12:19.116Z] 09:19:01 3 0.73 0.00 0.02 0.00 0.02 99.23 [2023-02-08T10:12:19.116Z] 09:19:01 4 0.28 0.00 0.07 0.30 0.00 99.35 [2023-02-08T10:12:19.116Z] 09:19:01 5 1.05 0.00 0.05 0.12 0.00 98.78 [2023-02-08T10:12:19.116Z] 09:19:01 6 1.03 0.00 0.03 0.02 0.02 98.90 [2023-02-08T10:12:19.116Z] 09:19:01 7 0.38 0.00 0.12 0.00 0.02 99.48 [2023-02-08T10:12:19.116Z] 09:20:01 all 0.03 0.00 0.01 0.04 0.00 99.92 [2023-02-08T10:12:19.116Z] 09:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.116Z] 09:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.116Z] 09:20:01 2 0.03 0.00 0.02 0.13 0.00 99.82 [2023-02-08T10:12:19.116Z] 09:20:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.116Z] 09:20:01 4 0.07 0.00 0.00 0.18 0.00 99.75 [2023-02-08T10:12:19.116Z] 09:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:20:01 7 0.03 0.00 0.02 0.03 0.00 99.92 [2023-02-08T10:12:19.116Z] 09:21:01 all 0.02 0.00 0.00 0.01 0.00 99.97 [2023-02-08T10:12:19.116Z] 09:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.116Z] 09:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:21:01 4 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-08T10:12:19.116Z] 09:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:21:01 7 0.08 0.00 0.03 0.00 0.02 99.87 [2023-02-08T10:12:19.116Z] 09:22:01 all 0.05 0.00 0.01 0.01 0.01 99.93 [2023-02-08T10:12:19.116Z] 09:22:01 0 0.17 0.00 0.02 0.00 0.02 99.80 [2023-02-08T10:12:19.116Z] 09:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.116Z] 09:22:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-08T10:12:19.116Z] 09:22:01 4 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-08T10:12:19.116Z] 09:22:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-08T10:12:19.116Z] 09:22:01 6 0.13 0.00 0.00 0.00 0.00 99.87 [2023-02-08T10:12:19.116Z] 09:22:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-08T10:12:19.116Z] 09:23:01 all 2.32 0.00 1.47 0.72 0.03 95.45 [2023-02-08T10:12:19.116Z] 09:23:01 0 2.37 0.00 3.81 0.25 0.02 93.55 [2023-02-08T10:12:19.116Z] 09:23:01 1 1.32 0.00 1.02 0.15 0.03 97.48 [2023-02-08T10:12:19.116Z] 09:23:01 2 1.64 0.00 1.19 0.50 0.03 96.64 [2023-02-08T10:12:19.116Z] 09:23:01 3 1.92 0.00 1.19 0.40 0.03 96.46 [2023-02-08T10:12:19.116Z] 09:23:01 4 1.32 0.00 0.82 3.92 0.02 93.93 [2023-02-08T10:12:19.116Z] 09:23:01 5 2.37 0.00 0.84 0.08 0.02 96.69 [2023-02-08T10:12:19.116Z] 09:23:01 6 3.96 0.00 1.40 0.37 0.02 94.26 [2023-02-08T10:12:19.116Z] 09:23:01 7 3.69 0.00 1.54 0.08 0.05 94.64 [2023-02-08T10:12:19.116Z] 09:24:01 all 0.22 0.00 0.05 0.02 0.00 99.70 [2023-02-08T10:12:19.116Z] 09:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-08T10:12:19.116Z] 09:24:01 1 0.05 0.00 0.03 0.02 0.00 99.90 [2023-02-08T10:12:19.116Z] 09:24:01 2 0.08 0.00 0.05 0.02 0.00 99.85 [2023-02-08T10:12:19.116Z] 09:24:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2023-02-08T10:12:19.116Z] 09:24:01 4 1.19 0.00 0.03 0.13 0.02 98.63 [2023-02-08T10:12:19.116Z] 09:24:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-08T10:12:19.116Z] 09:24:01 6 0.28 0.00 0.12 0.00 0.00 99.60 [2023-02-08T10:12:19.116Z] 09:24:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-08T10:12:19.116Z] 09:25:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2023-02-08T10:12:19.116Z] 09:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:25:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-08T10:12:19.116Z] 09:25:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-08T10:12:19.116Z] 09:25:01 4 1.95 0.00 0.02 0.05 0.00 97.98 [2023-02-08T10:12:19.116Z] 09:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.116Z] 09:26:01 all 0.25 0.00 0.01 0.00 0.00 99.73 [2023-02-08T10:12:19.116Z] 09:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.116Z] 09:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:26:01 3 0.00 0.00 0.03 0.00 0.02 99.95 [2023-02-08T10:12:19.116Z] 09:26:01 4 1.97 0.00 0.02 0.03 0.00 97.98 [2023-02-08T10:12:19.116Z] 09:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.116Z] 09:27:01 all 0.12 0.00 0.05 0.01 0.00 99.82 [2023-02-08T10:12:19.116Z] 09:27:01 0 0.18 0.00 0.20 0.00 0.00 99.62 [2023-02-08T10:12:19.116Z] 09:27:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-08T10:12:19.116Z] 09:27:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2023-02-08T10:12:19.116Z] 09:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-08T10:12:19.116Z] 09:27:01 4 0.60 0.00 0.00 0.05 0.00 99.35 [2023-02-08T10:12:19.116Z] 09:27:01 5 0.05 0.00 0.08 0.00 0.00 99.87 [2023-02-08T10:12:19.116Z] 09:27:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.116Z] 09:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.116Z] 09:28:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2023-02-08T10:12:19.116Z] 09:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:28:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-08T10:12:19.116Z] 09:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-08T10:12:19.116Z] 09:28:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-08T10:12:19.116Z] 09:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:28:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-08T10:12:19.116Z] 09:29:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-02-08T10:12:19.116Z] 09:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.116Z] 09:29:01 4 0.02 0.00 0.00 0.05 0.02 99.92 [2023-02-08T10:12:19.116Z] 09:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.116Z] 09:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.116Z] 09:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.116Z] [2023-02-08T10:12:19.116Z] 09:29:01 CPU %user %nice %system %iowait %steal %idle [2023-02-08T10:12:19.117Z] 09:30:01 all 0.01 0.00 0.01 0.02 0.00 99.96 [2023-02-08T10:12:19.117Z] 09:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:30:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:30:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2023-02-08T10:12:19.117Z] 09:30:01 4 0.00 0.00 0.00 0.12 0.00 99.88 [2023-02-08T10:12:19.117Z] 09:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:30:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:31:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:31:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:31:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:31:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:32:01 all 0.00 0.00 0.00 0.01 0.01 99.98 [2023-02-08T10:12:19.117Z] 09:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:32:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2023-02-08T10:12:19.117Z] 09:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-08T10:12:19.117Z] 09:32:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.117Z] 09:33:01 all 0.01 0.00 0.02 0.01 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:33:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.117Z] 09:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-08T10:12:19.117Z] 09:33:01 4 0.02 0.00 0.02 0.07 0.00 99.90 [2023-02-08T10:12:19.117Z] 09:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-08T10:12:19.117Z] 09:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:33:01 7 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-08T10:12:19.117Z] 09:34:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:34:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:34:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-08T10:12:19.117Z] 09:34:01 4 0.00 0.00 0.00 0.05 0.02 99.93 [2023-02-08T10:12:19.117Z] 09:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:35:01 all 0.00 0.00 0.01 0.01 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:35:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:35:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:36:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-08T10:12:19.117Z] 09:36:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2023-02-08T10:12:19.117Z] 09:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-08T10:12:19.117Z] 09:36:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:37:01 all 0.01 0.00 0.00 0.01 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:37:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-08T10:12:19.117Z] 09:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.117Z] 09:37:01 4 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-08T10:12:19.117Z] 09:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:38:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.117Z] 09:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:38:01 3 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:38:01 4 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-08T10:12:19.117Z] 09:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:38:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-08T10:12:19.117Z] 09:39:01 all 0.21 0.00 0.01 0.01 0.00 99.77 [2023-02-08T10:12:19.117Z] 09:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:39:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-08T10:12:19.117Z] 09:39:01 4 1.63 0.00 0.00 0.07 0.02 98.29 [2023-02-08T10:12:19.117Z] 09:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:40:01 all 0.24 0.00 0.01 0.01 0.01 99.73 [2023-02-08T10:12:19.117Z] 09:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:40:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:40:01 3 0.02 0.00 0.03 0.00 0.08 99.87 [2023-02-08T10:12:19.117Z] 09:40:01 4 1.78 0.00 0.07 0.05 0.00 98.11 [2023-02-08T10:12:19.117Z] 09:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] [2023-02-08T10:12:19.117Z] 09:40:01 CPU %user %nice %system %iowait %steal %idle [2023-02-08T10:12:19.117Z] 09:41:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:41:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-08T10:12:19.117Z] 09:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-08T10:12:19.117Z] 09:41:01 4 0.02 0.00 0.03 0.05 0.00 99.90 [2023-02-08T10:12:19.117Z] 09:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:42:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:42:01 4 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:42:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:43:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:43:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-08T10:12:19.117Z] 09:43:01 4 0.00 0.00 0.00 0.07 0.00 99.93 [2023-02-08T10:12:19.117Z] 09:43:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:44:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:44:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-08T10:12:19.117Z] 09:44:01 4 0.00 0.00 0.00 0.05 0.02 99.93 [2023-02-08T10:12:19.117Z] 09:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:45:01 all 0.07 0.00 0.01 0.01 0.01 99.91 [2023-02-08T10:12:19.117Z] 09:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:45:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2023-02-08T10:12:19.117Z] 09:45:01 4 0.52 0.00 0.00 0.05 0.00 99.43 [2023-02-08T10:12:19.117Z] 09:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:46:01 all 0.09 0.00 0.02 0.01 0.00 99.88 [2023-02-08T10:12:19.117Z] 09:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-08T10:12:19.117Z] 09:46:01 4 0.68 0.00 0.10 0.05 0.00 99.17 [2023-02-08T10:12:19.117Z] 09:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:47:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-08T10:12:19.117Z] 09:47:01 4 0.00 0.00 0.02 0.07 0.00 99.92 [2023-02-08T10:12:19.117Z] 09:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:47:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:48:01 all 0.07 0.00 0.01 0.01 0.00 99.91 [2023-02-08T10:12:19.117Z] 09:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:48:01 1 0.43 0.00 0.00 0.00 0.00 99.57 [2023-02-08T10:12:19.117Z] 09:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-08T10:12:19.117Z] 09:48:01 4 0.02 0.00 0.00 0.07 0.00 99.92 [2023-02-08T10:12:19.117Z] 09:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:48:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:49:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2023-02-08T10:12:19.117Z] 09:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:49:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.117Z] 09:49:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2023-02-08T10:12:19.117Z] 09:49:01 4 0.00 0.00 0.02 0.05 0.00 99.93 [2023-02-08T10:12:19.117Z] 09:49:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:50:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2023-02-08T10:12:19.117Z] 09:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:50:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:50:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2023-02-08T10:12:19.117Z] 09:50:01 4 0.02 0.00 0.00 0.07 0.02 99.90 [2023-02-08T10:12:19.117Z] 09:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:51:01 all 0.38 0.00 0.04 0.03 0.00 99.54 [2023-02-08T10:12:19.117Z] 09:51:01 0 0.65 0.00 0.07 0.12 0.00 99.17 [2023-02-08T10:12:19.117Z] 09:51:01 1 0.20 0.00 0.05 0.02 0.00 99.73 [2023-02-08T10:12:19.117Z] 09:51:01 2 0.07 0.00 0.03 0.02 0.00 99.88 [2023-02-08T10:12:19.117Z] 09:51:01 3 0.12 0.00 0.03 0.00 0.02 99.83 [2023-02-08T10:12:19.117Z] 09:51:01 4 0.15 0.00 0.05 0.12 0.00 99.68 [2023-02-08T10:12:19.117Z] 09:51:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:51:01 6 0.53 0.00 0.00 0.00 0.00 99.47 [2023-02-08T10:12:19.117Z] 09:51:01 7 1.32 0.00 0.05 0.00 0.00 98.63 [2023-02-08T10:12:19.117Z] [2023-02-08T10:12:19.117Z] 09:51:01 CPU %user %nice %system %iowait %steal %idle [2023-02-08T10:12:19.117Z] 09:52:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2023-02-08T10:12:19.117Z] 09:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-08T10:12:19.117Z] 09:52:01 4 0.02 0.00 0.00 0.10 0.00 99.88 [2023-02-08T10:12:19.117Z] 09:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:53:01 all 0.01 0.00 0.00 0.03 0.00 99.96 [2023-02-08T10:12:19.117Z] 09:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:53:01 2 0.02 0.00 0.02 0.05 0.00 99.92 [2023-02-08T10:12:19.117Z] 09:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:53:01 4 0.00 0.00 0.00 0.15 0.00 99.85 [2023-02-08T10:12:19.117Z] 09:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:54:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2023-02-08T10:12:19.117Z] 09:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.117Z] 09:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:54:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:54:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2023-02-08T10:12:19.117Z] 09:54:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-08T10:12:19.117Z] 09:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:55:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2023-02-08T10:12:19.117Z] 09:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.117Z] 09:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.117Z] 09:55:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-08T10:12:19.117Z] 09:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-08T10:12:19.117Z] 09:55:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-08T10:12:19.118Z] 09:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 09:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 09:55:01 7 0.00 0.00 0.00 0.03 0.02 99.95 [2023-02-08T10:12:19.118Z] 09:56:01 all 0.17 0.00 0.00 0.00 0.00 99.81 [2023-02-08T10:12:19.118Z] 09:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 09:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 09:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 09:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.118Z] 09:56:01 4 1.29 0.00 0.00 0.00 0.02 98.69 [2023-02-08T10:12:19.118Z] 09:56:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 09:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 09:56:01 7 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-08T10:12:19.118Z] 09:57:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2023-02-08T10:12:19.118Z] 09:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 09:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 09:57:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.118Z] 09:57:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2023-02-08T10:12:19.118Z] 09:57:01 4 1.97 0.00 0.00 0.02 0.00 98.01 [2023-02-08T10:12:19.118Z] 09:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 09:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 09:57:01 7 0.02 0.00 0.02 0.05 0.00 99.92 [2023-02-08T10:12:19.118Z] 09:58:01 all 0.17 0.00 0.02 0.01 0.00 99.80 [2023-02-08T10:12:19.118Z] 09:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 09:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 09:58:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-08T10:12:19.118Z] 09:58:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2023-02-08T10:12:19.118Z] 09:58:01 4 1.19 0.00 0.08 0.02 0.00 98.71 [2023-02-08T10:12:19.118Z] 09:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-08T10:12:19.118Z] 09:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 09:58:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-08T10:12:19.118Z] 09:59:01 all 0.02 0.00 0.00 0.01 0.01 99.96 [2023-02-08T10:12:19.118Z] 09:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 09:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.118Z] 09:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 09:59:01 3 0.08 0.00 0.00 0.00 0.02 99.90 [2023-02-08T10:12:19.118Z] 09:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 09:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-08T10:12:19.118Z] 09:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 09:59:01 7 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-08T10:12:19.118Z] 10:00:01 all 0.01 0.00 0.00 0.01 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:00:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-08T10:12:19.118Z] 10:00:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:00:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-08T10:12:19.118Z] 10:01:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:01:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-08T10:12:19.118Z] 10:01:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2023-02-08T10:12:19.118Z] 10:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:01:01 7 0.00 0.00 0.00 0.07 0.00 99.93 [2023-02-08T10:12:19.118Z] 10:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:02:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:02:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2023-02-08T10:12:19.118Z] 10:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-08T10:12:19.118Z] 10:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:02:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-08T10:12:19.118Z] [2023-02-08T10:12:19.118Z] 10:02:01 CPU %user %nice %system %iowait %steal %idle [2023-02-08T10:12:19.118Z] 10:03:01 all 0.04 0.00 0.00 0.00 0.00 99.95 [2023-02-08T10:12:19.118Z] 10:03:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:03:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2023-02-08T10:12:19.118Z] 10:03:01 4 0.18 0.00 0.02 0.00 0.00 99.80 [2023-02-08T10:12:19.118Z] 10:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:03:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-08T10:12:19.118Z] 10:04:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:04:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-08T10:12:19.118Z] 10:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:04:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.118Z] 10:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:04:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-08T10:12:19.118Z] 10:05:01 all 7.26 0.00 2.81 1.01 0.06 88.85 [2023-02-08T10:12:19.118Z] 10:05:01 0 5.90 0.00 3.23 3.80 0.05 87.03 [2023-02-08T10:12:19.118Z] 10:05:01 1 8.21 0.00 3.05 0.07 0.05 88.63 [2023-02-08T10:12:19.118Z] 10:05:01 2 5.89 0.00 2.76 0.37 0.07 90.91 [2023-02-08T10:12:19.118Z] 10:05:01 3 8.13 0.00 3.14 1.87 0.07 86.79 [2023-02-08T10:12:19.118Z] 10:05:01 4 9.47 0.00 2.71 0.37 0.05 87.40 [2023-02-08T10:12:19.118Z] 10:05:01 5 5.97 0.00 2.50 0.64 0.05 90.85 [2023-02-08T10:12:19.118Z] 10:05:01 6 8.45 0.00 2.32 0.07 0.07 89.09 [2023-02-08T10:12:19.118Z] 10:05:01 7 6.10 0.00 2.83 0.86 0.10 90.11 [2023-02-08T10:12:19.118Z] 10:06:01 all 26.69 0.00 4.79 2.48 0.08 65.95 [2023-02-08T10:12:19.118Z] 10:06:01 0 26.95 0.00 6.15 16.16 0.08 50.66 [2023-02-08T10:12:19.118Z] 10:06:01 1 27.06 0.00 4.81 0.68 0.08 67.36 [2023-02-08T10:12:19.118Z] 10:06:01 2 26.37 0.00 4.79 0.03 0.07 68.74 [2023-02-08T10:12:19.118Z] 10:06:01 3 26.50 0.00 5.29 0.24 0.08 67.90 [2023-02-08T10:12:19.118Z] 10:06:01 4 29.60 0.00 4.57 1.55 0.10 64.18 [2023-02-08T10:12:19.118Z] 10:06:01 5 24.45 0.00 4.28 0.02 0.07 71.19 [2023-02-08T10:12:19.118Z] 10:06:01 6 24.50 0.00 3.97 0.98 0.08 70.47 [2023-02-08T10:12:19.118Z] 10:06:01 7 28.14 0.00 4.47 0.25 0.10 67.03 [2023-02-08T10:12:19.118Z] 10:07:02 all 18.08 0.00 3.70 1.65 0.07 76.50 [2023-02-08T10:12:19.118Z] 10:07:02 0 18.38 0.00 3.33 1.85 0.07 76.37 [2023-02-08T10:12:19.118Z] 10:07:02 1 18.17 0.00 3.66 0.10 0.07 78.01 [2023-02-08T10:12:19.118Z] 10:07:02 2 18.32 0.00 3.64 2.46 0.08 75.49 [2023-02-08T10:12:19.118Z] 10:07:02 3 17.77 0.00 3.77 3.11 0.07 75.28 [2023-02-08T10:12:19.118Z] 10:07:02 4 18.22 0.00 4.19 0.98 0.07 76.54 [2023-02-08T10:12:19.118Z] 10:07:02 5 18.01 0.00 3.20 0.39 0.05 78.35 [2023-02-08T10:12:19.118Z] 10:07:02 6 18.15 0.00 3.58 1.34 0.05 76.88 [2023-02-08T10:12:19.118Z] 10:07:02 7 17.66 0.00 4.21 2.97 0.07 75.09 [2023-02-08T10:12:19.118Z] 10:08:01 all 0.17 0.00 0.01 0.01 0.01 99.81 [2023-02-08T10:12:19.118Z] 10:08:01 0 0.08 0.00 0.00 0.00 0.00 99.92 [2023-02-08T10:12:19.118Z] 10:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:08:01 3 0.08 0.00 0.03 0.02 0.02 99.85 [2023-02-08T10:12:19.118Z] 10:08:01 4 1.13 0.00 0.05 0.00 0.00 98.82 [2023-02-08T10:12:19.118Z] 10:08:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.118Z] 10:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.118Z] 10:08:01 7 0.00 0.00 0.00 0.03 0.02 99.95 [2023-02-08T10:12:19.118Z] 10:09:01 all 0.28 0.00 0.01 0.01 0.00 99.70 [2023-02-08T10:12:19.118Z] 10:09:01 0 0.08 0.00 0.00 0.00 0.02 99.90 [2023-02-08T10:12:19.118Z] 10:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:09:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:09:01 3 0.07 0.00 0.03 0.05 0.02 99.83 [2023-02-08T10:12:19.118Z] 10:09:01 4 1.95 0.00 0.03 0.00 0.00 98.01 [2023-02-08T10:12:19.118Z] 10:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-08T10:12:19.118Z] 10:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-08T10:12:19.118Z] 10:10:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-08T10:12:19.118Z] 10:10:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:10:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-02-08T10:12:19.118Z] 10:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-08T10:12:19.118Z] 10:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-08T10:12:19.118Z] 10:11:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2023-02-08T10:12:19.118Z] 10:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-08T10:12:19.118Z] 10:11:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-08T10:12:19.118Z] 10:12:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-08T10:12:19.118Z] 10:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-08T10:12:19.118Z] 10:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:12:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2023-02-08T10:12:19.118Z] 10:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-08T10:12:19.118Z] 10:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-08T10:12:19.118Z] 10:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-08T10:12:19.118Z] 10:12:01 7 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-08T10:12:19.118Z] Average: all 1.07 0.00 0.25 0.12 0.01 98.56 [2023-02-08T10:12:19.118Z] Average: 0 1.01 0.00 0.32 0.41 0.01 98.26 [2023-02-08T10:12:19.118Z] Average: 1 1.03 0.00 0.23 0.02 0.01 98.71 [2023-02-08T10:12:19.118Z] Average: 2 0.97 0.00 0.24 0.07 0.01 98.71 [2023-02-08T10:12:19.118Z] Average: 3 1.05 0.00 0.27 0.11 0.02 98.56 [2023-02-08T10:12:19.118Z] Average: 4 1.43 0.00 0.24 0.17 0.01 98.15 [2023-02-08T10:12:19.118Z] Average: 5 0.96 0.00 0.21 0.02 0.00 98.81 [2023-02-08T10:12:19.118Z] Average: 6 1.06 0.00 0.21 0.05 0.00 98.67 [2023-02-08T10:12:19.118Z] Average: 7 1.06 0.00 0.25 0.09 0.01 98.60 [2023-02-08T10:12:19.118Z] [2023-02-08T10:12:19.118Z] [2023-02-08T10:12:19.118Z]