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 10:04:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:04:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:04:22 ========================================================= 10:04:22 EdgeX Global Pipelines Version Info 10:04:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:04:23 ------------------- 10:04:23 stable info: 10:04:23 ------------------- 10:04:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:04:23 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 10:04:23 Message: update stable to v1.0.244 10:04:23 ------------------- 10:04:23 experimental info: 10:04:23 ------------------- 10:04:23 Commited By: **** collab-it+edgex@linuxfoundation.org 10:04:23 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 10:04:23 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:04:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-149 [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-149 [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-149 [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e101e74 [Pipeline] echo 10:04:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:04:25 provisioning config files... 10:04:25 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 10:04:25 ---> docker-login.sh 10:04:25 nexus3.edgexfoundry.org:10001 10:04:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:26 Configure a credential helper to remove this warning. See 10:04:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:26 10:04:26 Login Succeeded 10:04:26 nexus3.edgexfoundry.org:10002 10:04:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:26 Configure a credential helper to remove this warning. See 10:04:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:26 10:04:26 Login Succeeded 10:04:26 nexus3.edgexfoundry.org:10003 10:04:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:26 Configure a credential helper to remove this warning. See 10:04:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:26 10:04:26 Login Succeeded 10:04:26 nexus3.edgexfoundry.org:10004 10:04:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:26 Configure a credential helper to remove this warning. See 10:04:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:26 10:04:26 Login Succeeded 10:04:26 docker.io 10:04:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:26 Configure a credential helper to remove this warning. See 10:04:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:26 10:04:26 Login Succeeded 10:04:26 ---> docker-login.sh ends [Pipeline] } 10:04:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:04:27 + git rev-list -1 --merges e101e7413b34b04bb5fba6c925e43659a9f8fdf3~1..e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] echo 10:04:27 -----------> git rev-list -1 --merges e101e7413b34b04bb5fba6c925e43659a9f8fdf3~1..e101e7413b34b04bb5fba6c925e43659a9f8fdf3 e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [false] [Pipeline] sh 10:04:27 + git log --format=format:%s -1 e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] echo 10:04:27 ========================================================= 10:04:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:04:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:04:28 + git log --format=format:%s -1 e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] echo 10:04:28 [semverPrep] GIT_COMMIT: e101e7413b34b04bb5fba6c925e43659a9f8fdf3, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 10:04:28 [semverPrep] This is not a build commit. [Pipeline] sh 10:04:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:04:28 + grep -v github /etc/ssh/ssh_known_hosts 10:04:28 + [ -e /tmp/ssh_known_hosts ] 10:04:28 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:04:28 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:04:28 + sudo tee -a /etc/ssh/ssh_known_hosts 10:04:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:04:29 10:04:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:04:29 0.1.4: Pulling from edgex-devops/py-git-semver 10:04:29 b85a868b505f: Pulling fs layer 10:04:29 e2be974225ed: Pulling fs layer 10:04:29 339a4e72a1f5: Pulling fs layer 10:04:29 988bab9f4d93: Pulling fs layer 10:04:29 1469e6f7b9e6: Pulling fs layer 10:04:29 eaf3925da568: Pulling fs layer 10:04:29 bab4dde63d76: Pulling fs layer 10:04:29 bde34c3a00c8: Pulling fs layer 10:04:29 b352a97aabf1: Pulling fs layer 10:04:29 4872d77fe225: Pulling fs layer 10:04:29 5851b861e8e6: Pulling fs layer 10:04:29 1469e6f7b9e6: Waiting 10:04:29 eaf3925da568: Waiting 10:04:29 bab4dde63d76: Waiting 10:04:29 4872d77fe225: Waiting 10:04:29 5851b861e8e6: Waiting 10:04:29 988bab9f4d93: Waiting 10:04:29 bde34c3a00c8: Waiting 10:04:29 b352a97aabf1: Waiting 10:04:29 e2be974225ed: Download complete 10:04:29 988bab9f4d93: Download complete 10:04:29 1469e6f7b9e6: Verifying Checksum 10:04:29 1469e6f7b9e6: Download complete 10:04:29 eaf3925da568: Download complete 10:04:30 339a4e72a1f5: Verifying Checksum 10:04:30 339a4e72a1f5: Download complete 10:04:30 bde34c3a00c8: Download complete 10:04:30 b352a97aabf1: Verifying Checksum 10:04:30 b352a97aabf1: Download complete 10:04:30 4872d77fe225: Verifying Checksum 10:04:30 4872d77fe225: Download complete 10:04:30 5851b861e8e6: Verifying Checksum 10:04:30 5851b861e8e6: Download complete 10:04:30 b85a868b505f: Verifying Checksum 10:04:30 b85a868b505f: Download complete 10:04:30 bab4dde63d76: Verifying Checksum 10:04:31 b85a868b505f: Pull complete 10:04:31 e2be974225ed: Pull complete 10:04:31 339a4e72a1f5: Pull complete 10:04:31 988bab9f4d93: Pull complete 10:04:32 1469e6f7b9e6: Pull complete 10:04:32 eaf3925da568: Pull complete 10:04:33 bab4dde63d76: Pull complete 10:04:33 bde34c3a00c8: Pull complete 10:04:33 b352a97aabf1: Pull complete 10:04:33 4872d77fe225: Pull complete 10:04:34 5851b861e8e6: Pull complete 10:04:34 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:04:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:04:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:04:34 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 10:04:34 $ 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 10:04:35 $ docker top 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 -eo pid,comm 10:04:36 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). 10:04:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:04:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:04:36 [ssh-agent] Looking for ssh-agent implementation... 10:04:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:04:36 $ docker exec 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 ssh-agent 10:04:36 SSH_AUTH_SOCK=/tmp/ssh-VRn32YDewEj7/agent.32 10:04:36 SSH_AGENT_PID=38 10:04:36 Running ssh-add (command line suppressed) 10:04:36 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) 10:04:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:04:36 + git tag --points-at HEAD [Pipeline] } 10:04:36 $ docker exec --env ******** --env ******** 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 ssh-agent -k 10:04:36 unset SSH_AUTH_SOCK; 10:04:36 unset SSH_AGENT_PID; 10:04:36 echo Agent pid 38 killed; 10:04:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:04:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:04:37 [ssh-agent] Looking for ssh-agent implementation... 10:04:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:04:37 $ docker exec 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 ssh-agent 10:04:37 SSH_AUTH_SOCK=/tmp/ssh-ewJ4KntuO5b0/agent.70 10:04:37 SSH_AGENT_PID=76 10:04:37 Running ssh-add (command line suppressed) 10:04:37 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) 10:04:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:04:37 + git semver init 10:04:38 2023-02-08 10:04:37,908 [run_init] DEBUG init version:0.0.0 force:False 10:04:38 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 10:04:38 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 10:04:38 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) 10:04:38 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 10:04:38 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 10:04:38 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 10:04:38 2023-02-08 10:04:38,786 [execute] INFO git cat-file --batch-check 10:04:38 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=) 10:04:38 2023-02-08 10:04:38,792 [execute] INFO git cat-file --batch 10:04:38 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=) 10:04:38 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 10:04:38 0.0.0 [Pipeline] } 10:04:38 $ docker exec --env ******** --env ******** 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 ssh-agent -k 10:04:39 unset SSH_AUTH_SOCK; 10:04:39 unset SSH_AGENT_PID; 10:04:39 echo Agent pid 76 killed; 10:04:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:04:39 + git semver [Pipeline] } 10:04:39 $ docker stop --time=1 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 10:04:41 $ docker rm -f --volumes 58d5c00e3aee548a1aa517be0abd6f640af8891fc0dce061ef9fea17b24fdec9 [Pipeline] // withDockerContainer [Pipeline] sh 10:04:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:04:41 Stashed 1 file(s) [Pipeline] echo 10:04:41 [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) 10:04:42 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 10:04:42 provisioning config files... 10:04:42 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 10:04:42 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 10:04:42 Selected Git installation does not exist. Using Default 10:04:42 The recommended git tool is: NONE 10:04:42 ---> docker-login.sh 10:04:42 nexus3.edgexfoundry.org:10001 10:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:42 Configure a credential helper to remove this warning. See 10:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:42 10:04:42 Login Succeeded 10:04:42 nexus3.edgexfoundry.org:10002 10:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:42 Configure a credential helper to remove this warning. See 10:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:42 10:04:42 Login Succeeded 10:04:42 nexus3.edgexfoundry.org:10003 10:04:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:43 Configure a credential helper to remove this warning. See 10:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:43 10:04:43 Login Succeeded 10:04:43 nexus3.edgexfoundry.org:10004 10:04:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:43 Configure a credential helper to remove this warning. See 10:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:43 10:04:43 Login Succeeded 10:04:43 docker.io 10:04:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:43 Configure a credential helper to remove this warning. See 10:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:43 10:04:43 Login Succeeded 10:04:43 ---> docker-login.sh ends [Pipeline] } 10:04:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:04:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:04:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:04:43 ========================================================= 10:04:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 10:04:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:44 + 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 . 10:04:44 Sending build context to Docker daemon 4.107MB 10:04:44 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 10:04:44 Step 2/12 : FROM ${BASE} AS builder 10:04:44 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 10:04:44 213ec9aee27d: Pulling fs layer 10:04:44 4583459ba037: Pulling fs layer 10:04:44 93c1e223e6f2: Pulling fs layer 10:04:44 53926ce57604: Pulling fs layer 10:04:44 21b2b0c7a3f4: Pulling fs layer 10:04:44 22ff95d597cd: Pulling fs layer 10:04:44 12d6caf4c0d1: Pulling fs layer 10:04:44 96b7cbca73a9: Pulling fs layer 10:04:44 a7acece74701: Pulling fs layer 10:04:44 53926ce57604: Waiting 10:04:44 21b2b0c7a3f4: Waiting 10:04:44 22ff95d597cd: Waiting 10:04:44 12d6caf4c0d1: Waiting 10:04:44 a7acece74701: Waiting 10:04:44 96b7cbca73a9: Waiting 10:04:44 93c1e223e6f2: Verifying Checksum 10:04:44 93c1e223e6f2: Download complete 10:04:44 21b2b0c7a3f4: Verifying Checksum 10:04:44 21b2b0c7a3f4: Download complete 10:04:44 22ff95d597cd: Download complete 10:04:44 213ec9aee27d: Download complete 10:04:44 12d6caf4c0d1: Verifying Checksum 10:04:44 12d6caf4c0d1: Download complete 10:04:44 213ec9aee27d: Pull complete 10:04:44 4583459ba037: Pull complete 10:04:44 93c1e223e6f2: Pull complete 10:04:47 53926ce57604: Verifying Checksum 10:04:47 53926ce57604: Download complete 10:04:47 a7acece74701: Verifying Checksum 10:04:47 a7acece74701: Download complete 10:04:47 96b7cbca73a9: Verifying Checksum 10:04:47 96b7cbca73a9: Download complete 10:04:47 using credential edgex-jenkins-ssh 10:04:47 Cloning the remote Git repository 10:04:47 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 10:04:47 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 10:04:49 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 10:04:49 > git --version # timeout=10 10:04:49 > git --version # 'git version 2.25.1' 10:04:49 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:51 53926ce57604: Pull complete 10:04:51 21b2b0c7a3f4: Pull complete 10:04:51 22ff95d597cd: Pull complete 10:04:51 12d6caf4c0d1: Pull complete 10:04:50 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 10:04:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:51 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 10:04:51 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 10:04:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:51 > 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 10:04:51 Merging remotes/origin/main commit 963987e627e8dcac0df49593e42f1bbbca2c5392 into PR head commit e101e7413b34b04bb5fba6c925e43659a9f8fdf3 10:04:52 Merge succeeded, producing e101e7413b34b04bb5fba6c925e43659a9f8fdf3 10:04:52 Checking out Revision e101e7413b34b04bb5fba6c925e43659a9f8fdf3 (PR-149) 10:04:52 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 10:04:52 96b7cbca73a9: Pull complete 10:04:52 > git --version # timeout=10 10:04:52 > git --version # 'git version 2.25.1' 10:04:52 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { 10:04:51 > git config core.sparsecheckout # timeout=10 10:04:51 > git checkout -f e101e7413b34b04bb5fba6c925e43659a9f8fdf3 # timeout=10 10:04:51 > git remote # timeout=10 10:04:51 > git config --get remote.origin.url # timeout=10 10:04:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:52 > git merge 963987e627e8dcac0df49593e42f1bbbca2c5392 # timeout=10 10:04:52 > git rev-parse HEAD^{commit} # timeout=10 10:04:52 > git config core.sparsecheckout # timeout=10 10:04:52 > git checkout -f e101e7413b34b04bb5fba6c925e43659a9f8fdf3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:04:53 a7acece74701: Pull complete 10:04:53 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 10:04:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:04:53 ---> db6d94c90886 10:04:53 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:04:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:04:53 % Total % Received % Xferd Average Speed Time Time Time Current 10:04:53 Dload Upload Total Spent Left Speed 10:04:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 259k 0 --:--:-- --:--:-- --:--:-- 264k [Pipeline] sh 10:04:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:04:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:04:54 + sudo tee /etc/docker/daemon.new 10:04:54 { 10:04:54 "registry-mirrors": [ 10:04:54 "https://nexus3.edgexfoundry.org:10001" 10:04:54 ], 10:04:54 "bip": "10.250.0.254/24", 10:04:54 "hosts": [ 10:04:54 "tcp://0.0.0.0:5555", 10:04:54 "unix:///var/run/docker.sock" 10:04:54 ], 10:04:54 "mtu": 1458, 10:04:54 "selinux-enabled": true, 10:04:54 "seccomp-profile": "/etc/docker/seccomp.json" 10:04:54 } [Pipeline] sh 10:04:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:04:55 + sudo service docker restart 10:04:56 ---> Running in 852433b93833 10:04:56 Removing intermediate container 852433b93833 10:04:56 ---> 30c5ea2c9cc9 10:04:56 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:04:56 ---> Running in d2e87e82d913 10:04:56 Removing intermediate container d2e87e82d913 10:04:56 ---> fa30b51c8c97 10:04:56 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 10:04:56 ---> Running in 8b2e2546cc7b 10:04:56 Removing intermediate container 8b2e2546cc7b 10:04:56 ---> 30cf99748aad 10:04:56 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:04:56 ---> Running in 37e8e2b58059 10:04:56 Removing intermediate container 37e8e2b58059 10:04:56 ---> 4087ab1e2a5a 10:04:56 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:04:56 ---> Running in 95ea5cbd093a 10:04:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:04:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:04:57 OK: 211 MiB in 51 packages 10:04:57 Removing intermediate container 95ea5cbd093a 10:04:57 ---> 953272bc935d 10:04:57 Step 8/12 : WORKDIR /app 10:04:57 ---> Running in 83922b9447f6 10:04:57 Removing intermediate container 83922b9447f6 10:04:57 ---> aebdbed066da 10:04:57 Step 9/12 : COPY go.mod vendor* ./ 10:04:57 ---> 217ba3ca0e71 10:04:57 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:04:57 ---> Running in 233461c265e5 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:05:13 provisioning config files... 10:05:13 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config3276695434381557745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:05:14 ---> docker-login.sh 10:05:14 nexus3.edgexfoundry.org:10001 10:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:14 Configure a credential helper to remove this warning. See 10:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:14 10:05:14 Login Succeeded 10:05:14 nexus3.edgexfoundry.org:10002 10:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:14 Configure a credential helper to remove this warning. See 10:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:14 10:05:14 Login Succeeded 10:05:14 nexus3.edgexfoundry.org:10003 10:05:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:15 Configure a credential helper to remove this warning. See 10:05:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:15 10:05:15 Login Succeeded 10:05:15 nexus3.edgexfoundry.org:10004 10:05:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:15 Configure a credential helper to remove this warning. See 10:05:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:15 10:05:15 Login Succeeded 10:05:15 docker.io 10:05:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:16 Configure a credential helper to remove this warning. See 10:05:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:16 10:05:16 Login Succeeded 10:05:16 ---> docker-login.sh ends [Pipeline] } 10:05:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:05:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:05:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:05:16 ========================================================= 10:05:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 10:05:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:05:17 + 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 . 10:05:17 Sending build context to Docker daemon 1.22MB 10:05:17 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 10:05:17 Step 2/12 : FROM ${BASE} AS builder 10:05:17 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:05:17 9b18e9b68314: Pulling fs layer 10:05:17 35d82f9e3411: Pulling fs layer 10:05:17 e16973657156: Pulling fs layer 10:05:17 fc693d55d65f: Pulling fs layer 10:05:17 7e9fc2657dce: Pulling fs layer 10:05:17 dda99020689f: Pulling fs layer 10:05:17 db1c61fa0a46: Pulling fs layer 10:05:17 891c053d2c06: Pulling fs layer 10:05:17 fc693d55d65f: Waiting 10:05:17 dda99020689f: Waiting 10:05:17 7e9fc2657dce: Waiting 10:05:17 db1c61fa0a46: Waiting 10:05:17 891c053d2c06: Waiting 10:05:17 e16973657156: Verifying Checksum 10:05:17 e16973657156: Download complete 10:05:17 35d82f9e3411: Download complete 10:05:17 7e9fc2657dce: Verifying Checksum 10:05:17 7e9fc2657dce: Download complete 10:05:17 dda99020689f: Verifying Checksum 10:05:17 dda99020689f: Download complete 10:05:17 9b18e9b68314: Verifying Checksum 10:05:17 9b18e9b68314: Download complete 10:05:18 9b18e9b68314: Pull complete 10:05:18 891c053d2c06: Verifying Checksum 10:05:19 35d82f9e3411: Pull complete 10:05:19 e16973657156: Pull complete 10:05:20 db1c61fa0a46: Verifying Checksum 10:05:20 db1c61fa0a46: Download complete 10:05:20 fc693d55d65f: Download complete 10:05:29 Removing intermediate container 233461c265e5 10:05:29 ---> 40777841bbca 10:05:29 Step 11/12 : COPY . . 10:05:29 ---> f074bc0dfe2d 10:05:29 Step 12/12 : RUN $MAKE 10:05:29 ---> Running in d3c1ec34edba 10:05:29 noop 10:05:29 Removing intermediate container d3c1ec34edba 10:05:29 ---> 173fb088c519 10:05:29 Successfully built 173fb088c519 10:05:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:05:30 + docker inspect -f . ci-base-image-x86_64 10:05:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:05:30 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 10:05:30 $ 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 10:05:30 $ docker top 05bd1e1baa21fdc846f9137457f9fd422ae55003fc12504f04fdffecf0ebeb44 -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:31 + go version 10:05:31 go version go1.18.7 linux/amd64 [Pipeline] } 10:05:31 $ docker stop --time=1 05bd1e1baa21fdc846f9137457f9fd422ae55003fc12504f04fdffecf0ebeb44 10:05:32 $ 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 10:05:33 fc693d55d65f: Pull complete 10:05:33 7e9fc2657dce: Pull complete 10:05:33 dda99020689f: Pull complete 10:05:33 + docker inspect -f . ci-base-image-x86_64 10:05:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:05:33 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 10:05:33 $ 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 10:05:33 $ docker top f7a2a403055a4a5791f612b78f0972124324a99be7e0e02703d5ea4d6ad16d36 -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:34 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-149 [Pipeline] fileExists [Pipeline] sh 10:05:34 + make test 10:05:34 go test ./... -coverprofile=coverage.out ./... 10:05:34 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 10:05:39 db1c61fa0a46: Pull complete 10:05:41 891c053d2c06: Pull complete 10:05:41 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 10:05:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:05:41 ---> f96f9c87975a 10:05:41 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:05:42 ---> Running in fb3e0beeec5c 10:05:42 Removing intermediate container fb3e0beeec5c 10:05:42 ---> 06cdd88000a7 10:05:42 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:05:42 ---> Running in c7a7cd6b508e 10:05:43 Removing intermediate container c7a7cd6b508e 10:05:43 ---> 5ef49389acb9 10:05:43 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 10:05:43 ---> Running in 4ad1a61d6bb1 10:05:43 Removing intermediate container 4ad1a61d6bb1 10:05:43 ---> 898aed855224 10:05:43 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:05:43 ---> Running in fc2fd65581dd 10:05:43 Removing intermediate container fc2fd65581dd 10:05:43 ---> ee6816cd7936 10:05:43 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:05:43 ---> Running in ef8f89f63ce5 10:05:44 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 10:05:44 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 10:05:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:05:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:05:46 OK: 221 MiB in 51 packages 10:05:47 Removing intermediate container ef8f89f63ce5 10:05:47 ---> 5511cc7b8a42 10:05:47 Step 8/12 : WORKDIR /app 10:05:47 ---> Running in c23c6c179711 10:05:47 Removing intermediate container c23c6c179711 10:05:47 ---> 1d06c5caf71e 10:05:47 Step 9/12 : COPY go.mod vendor* ./ 10:05:47 ---> b4abbb2f1533 10:05:47 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:05:48 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.284s coverage: 38.5% of statements 10:05:48 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.250s coverage: 52.0% of statements 10:05:48 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.013s coverage: 96.4% of statements 10:05:48 ---> Running in ac5fc852fa5c 10:05:56 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." 10:05:56 go vet ./... 10:05:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:05:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:05:58 ./bin/test-attribution-txt.sh 10:05:58 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 10:05:58 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 10:05:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:05:58 $ docker stop --time=1 f7a2a403055a4a5791f612b78f0972124324a99be7e0e02703d5ea4d6ad16d36 10:06:00 $ docker rm -f --volumes f7a2a403055a4a5791f612b78f0972124324a99be7e0e02703d5ea4d6ad16d36 [Pipeline] // withDockerContainer [Pipeline] sh 10:06:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:06:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:06:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:06:02 + ls -al . 10:06:02 total 636 10:06:02 drwxrwxr-x 11 jenkins jenkins 4096 Feb 8 10:05 . 10:06:02 drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 .. 10:06:02 -rw-rw-r-- 1 jenkins jenkins 134 Feb 8 10:04 .dockerignore 10:06:02 drwxrwxr-x 8 jenkins jenkins 4096 Feb 8 10:05 .git 10:06:02 drwxrwxr-x 3 jenkins jenkins 4096 Feb 8 10:04 .github 10:06:02 -rw-rw-r-- 1 jenkins jenkins 946 Feb 8 10:04 .gitignore 10:06:02 -rw-rw-r-- 1 jenkins jenkins 41 Feb 8 10:04 .golangci.yml 10:06:02 drwxr-xr-x 3 jenkins jenkins 4096 Feb 8 10:04 .semver 10:06:02 -rw-rw-r-- 1 jenkins jenkins 10896 Feb 8 10:04 Attribution.txt 10:06:02 -rw-rw-r-- 1 jenkins jenkins 5905 Feb 8 10:04 CHANGELOG.md 10:06:02 -rw-rw-r-- 1 jenkins jenkins 1347 Feb 8 10:04 Dockerfile 10:06:02 -rw-rw-r-- 1 jenkins jenkins 677 Feb 8 10:04 GOVERNANCE.md 10:06:02 -rw-rw-r-- 1 jenkins jenkins 683 Feb 8 10:04 Jenkinsfile 10:06:02 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 8 10:04 LICENSE 10:06:02 -rw-rw-r-- 1 jenkins jenkins 2018 Feb 8 10:04 Makefile 10:06:02 -rw-rw-r-- 1 jenkins jenkins 625 Feb 8 10:04 OWNERS.md 10:06:02 -rw-rw-r-- 1 jenkins jenkins 28496 Feb 8 10:04 README.md 10:06:02 -rw-rw-r-- 1 jenkins jenkins 5 Feb 8 10:04 VERSION 10:06:02 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 bin 10:06:02 drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 cmd 10:06:02 -rw-r--r-- 1 jenkins jenkins 460049 Feb 8 10:05 coverage.out 10:06:02 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 examples 10:06:02 -rw-rw-r-- 1 jenkins jenkins 3461 Feb 8 10:04 go.mod 10:06:02 -rw-rw-r-- 1 jenkins jenkins 33030 Feb 8 10:04 go.sum 10:06:02 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 images 10:06:02 drwxrwxr-x 5 jenkins jenkins 4096 Feb 8 10:04 internal 10:06:02 drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 snap 10:06:02 -rw-rw-r-- 1 jenkins jenkins 193 Feb 8 10:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:02 + 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 . 10:06:02 Sending build context to Docker daemon 4.107MB 10:06:02 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 10:06:02 Step 2/24 : FROM ${BASE} AS builder 10:06:02 ---> 173fb088c519 10:06:02 Step 3/24 : ARG ADD_BUILD_TAGS="" 10:06:03 ---> Running in 2ddefffcec76 10:06:04 Removing intermediate container 2ddefffcec76 10:06:04 ---> e9fb6bccc977 10:06:04 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:06:04 ---> Running in 8b0989952fb0 10:06:04 Removing intermediate container 8b0989952fb0 10:06:04 ---> 953851a4101c 10:06:04 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 10:06:04 ---> Running in 574f67573c3c 10:06:04 Removing intermediate container 574f67573c3c 10:06:04 ---> 53d2b46550d3 10:06:04 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 10:06:04 ---> Running in 56a44e0d90fb 10:06:04 Removing intermediate container 56a44e0d90fb 10:06:04 ---> b1078021bc7f 10:06:04 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:06:04 ---> Running in b0405313d9d0 10:06:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:06:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:06:05 OK: 211 MiB in 51 packages 10:06:05 Removing intermediate container b0405313d9d0 10:06:05 ---> 52e55841cef7 10:06:05 Step 8/24 : WORKDIR /app 10:06:05 ---> Running in ad7d1c20a26b 10:06:06 Removing intermediate container ad7d1c20a26b 10:06:06 ---> d91bd02961ff 10:06:06 Step 9/24 : COPY go.mod vendor* ./ 10:06:06 ---> 04cbb754b813 10:06:06 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:06:06 ---> Running in d3b9c6ae0d84 10:06:07 Removing intermediate container d3b9c6ae0d84 10:06:07 ---> 5a9d7dc22c12 10:06:07 Step 11/24 : COPY . . 10:06:07 ---> ca192e07972d 10:06:07 Step 12/24 : RUN $MAKE 10:06:07 ---> Running in 3c8c024878ed 10:06:07 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 10:06:25 Removing intermediate container 3c8c024878ed 10:06:25 ---> a34c645253d4 10:06:25 Step 13/24 : FROM alpine:3.16 10:06:25 3.16: Pulling from library/alpine 10:06:25 ca7dd9ec2225: Pulling fs layer 10:06:25 ca7dd9ec2225: Verifying Checksum 10:06:25 ca7dd9ec2225: Download complete 10:06:26 ca7dd9ec2225: Pull complete 10:06:26 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 10:06:26 Status: Downloaded newer image for alpine:3.16 10:06:26 ---> bfe296a52501 10:06:26 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:06:26 ---> Running in 17d11aa57e09 10:06:26 Removing intermediate container 17d11aa57e09 10:06:26 ---> d5a00d947576 10:06:26 Step 15/24 : RUN apk add --update --no-cache dumb-init 10:06:26 ---> Running in d4736bd1cd68 10:06:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:06:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:06:27 (1/1) Installing dumb-init (1.2.5-r1) 10:06:27 Executing busybox-1.35.0-r17.trigger 10:06:27 OK: 6 MiB in 15 packages 10:06:27 Removing intermediate container d4736bd1cd68 10:06:27 ---> 24e176960377 10:06:27 Step 16/24 : COPY --from=builder /app/LICENSE / 10:06:27 ---> 251febe0fbc9 10:06:27 Step 17/24 : COPY --from=builder /app/Attribution.txt / 10:06:28 ---> 884924219435 10:06:28 Step 18/24 : COPY --from=builder /app/cmd/ / 10:06:29 ---> e8142ac95957 10:06:29 Step 19/24 : EXPOSE 59989 10:06:29 ---> Running in bb2f8e31f23e 10:06:29 Removing intermediate container bb2f8e31f23e 10:06:29 ---> e22ac15cf42f 10:06:29 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 10:06:29 ---> Running in 7b7f556cef68 10:06:29 Removing intermediate container 7b7f556cef68 10:06:29 ---> eedce650d45b 10:06:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:06:29 ---> Running in 62ea1eb0954a 10:06:29 Removing intermediate container 62ea1eb0954a 10:06:29 ---> d9329db4fdf9 10:06:29 Step 22/24 : LABEL arch=amd64 10:06:29 ---> Running in 1c69b018758f 10:06:29 Removing intermediate container 1c69b018758f 10:06:29 ---> 753d6b24a32e 10:06:29 Step 23/24 : LABEL git_sha=e101e7413b34b04bb5fba6c925e43659a9f8fdf3 10:06:29 ---> Running in d37fec9f2c49 10:06:29 Removing intermediate container d37fec9f2c49 10:06:29 ---> f7f67a2078f4 10:06:29 Step 24/24 : LABEL version=0.0.0 10:06:30 ---> Running in 5be699ed1d61 10:06:30 Removing intermediate container 5be699ed1d61 10:06:30 ---> d80bcee07834 10:06:30 [Warning] One or more build-args [ARCH] were not consumed 10:06:30 Successfully built d80bcee07834 10:06:30 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 10:06:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:06:31 10:06:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:06:31 latest: Pulling from edgex-lftools-log-publisher 10:06:31 5eb5b503b376: Pulling fs layer 10:06:31 5c69ac0246d0: Pulling fs layer 10:06:31 ec43610c2a17: Pulling fs layer 10:06:31 3a2ae6a8a46f: Pulling fs layer 10:06:31 33b1e0a273af: Pulling fs layer 10:06:31 5d3b04190fa2: Pulling fs layer 10:06:31 2f39f015ded8: Pulling fs layer 10:06:31 33b1e0a273af: Waiting 10:06:31 5d3b04190fa2: Waiting 10:06:31 2f39f015ded8: Waiting 10:06:31 3a2ae6a8a46f: Waiting 10:06:31 5c69ac0246d0: Download complete 10:06:31 3a2ae6a8a46f: Download complete 10:06:31 33b1e0a273af: Verifying Checksum 10:06:31 33b1e0a273af: Download complete 10:06:31 5d3b04190fa2: Download complete 10:06:32 ec43610c2a17: Verifying Checksum 10:06:32 ec43610c2a17: Download complete 10:06:32 5eb5b503b376: Verifying Checksum 10:06:32 5eb5b503b376: Download complete 10:06:32 2f39f015ded8: Download complete 10:06:33 5eb5b503b376: Pull complete 10:06:33 5c69ac0246d0: Pull complete 10:06:33 ec43610c2a17: Pull complete 10:06:33 3a2ae6a8a46f: Pull complete 10:06:33 33b1e0a273af: Pull complete 10:06:34 5d3b04190fa2: Pull complete 10:06:38 2f39f015ded8: Pull complete 10:06:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:06:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:06:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:06:38 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 10:06:38 $ 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 10:06:40 $ docker top a42e49ce1c016504e7ba65a684723847b4c9f7e773a84c95027e547dbb303224 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:06:40 ---> job-cost.sh 10:06:40 lf-activate-venv: SKIPPING 10:06:40 INFO: No Stack... 10:06:41 INFO: Retrieving Pricing Info for: v3-standard-8 10:06:41 INFO: Archiving Costs [Pipeline] sh 10:06:42 + cat /w/workspace/undry_device-rfid-llrp-go_PR-149/archives/cost.csv 10:06:42 + cut -d, -f6 [Pipeline] lock 10:06:42 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] 10:06:42 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] did not exist. Created. 10:06:42 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:06:42 + echo total: 0.2199999988079071 [Pipeline] stash 10:06:42 Stashed 1 file(s) [Pipeline] } 10:06:42 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:06:42 $ docker stop --time=1 a42e49ce1c016504e7ba65a684723847b4c9f7e773a84c95027e547dbb303224 10:06:43 $ docker rm -f --volumes a42e49ce1c016504e7ba65a684723847b4c9f7e773a84c95027e547dbb303224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:06:55 Removing intermediate container ac5fc852fa5c 10:06:55 ---> 5db2121e18c4 10:06:55 Step 11/12 : COPY . . 10:06:55 ---> 60a729610322 10:06:55 Step 12/12 : RUN $MAKE 10:06:55 ---> Running in 19c94316f7d3 10:06:55 noop 10:06:55 Removing intermediate container 19c94316f7d3 10:06:55 ---> 1f9ce5273674 10:06:55 Successfully built 1f9ce5273674 10:06:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:56 + docker inspect -f . ci-base-image-arm64 10:06:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:06:56 prd-ubuntu20.04-docker-arm64-4c-16g-5100 does not seem to be running inside a container 10:06:56 $ 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 10:06:57 $ docker top 9904c961102cae898427febb0d8bd29c8e24910e4640bf0f5434a0da5b9294fb -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:58 + go version 10:06:58 go version go1.18.7 linux/arm64 [Pipeline] } 10:06:58 $ docker stop --time=1 9904c961102cae898427febb0d8bd29c8e24910e4640bf0f5434a0da5b9294fb 10:07:00 $ 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 10:07:01 + docker inspect -f . ci-base-image-arm64 10:07:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:07:01 prd-ubuntu20.04-docker-arm64-4c-16g-5100 does not seem to be running inside a container 10:07:01 $ 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 10:07:02 $ docker top a865b9fc46d5648c46662503e3b7cefa149f2af4ed1923641789c456fee92b75 -eo pid,comm [Pipeline] { [Pipeline] sh 10:07:03 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 10:07:04 + make test 10:07:04 go test ./... -coverprofile=coverage.out ./... 10:07:06 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 10:08:28 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 10:08:28 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 10:08:50 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 18.734s coverage: 38.5% of statements 10:08:50 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.445s coverage: 52.0% of statements 10:08:50 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.025s coverage: 96.4% of statements 10:08:50 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:08:50 go vet ./... 10:09:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:09:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:09:12 ./bin/test-attribution-txt.sh 10:09:12 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 10:09:12 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 10:09:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:09:12 $ docker stop --time=1 a865b9fc46d5648c46662503e3b7cefa149f2af4ed1923641789c456fee92b75 10:09:14 $ docker rm -f --volumes a865b9fc46d5648c46662503e3b7cefa149f2af4ed1923641789c456fee92b75 [Pipeline] // withDockerContainer [Pipeline] sh 10:09:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:09:15 Warning: overwriting stash ‘coverage-report’ 10:09:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:09:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:09:16 + ls -al . 10:09:16 total 632 10:09:16 drwxrwxr-x 10 jenkins jenkins 4096 Feb 8 10:07 . 10:09:16 drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 .. 10:09:16 -rw-rw-r-- 1 jenkins jenkins 134 Feb 8 10:04 .dockerignore 10:09:16 drwxrwxr-x 8 jenkins jenkins 4096 Feb 8 10:04 .git 10:09:16 drwxrwxr-x 3 jenkins jenkins 4096 Feb 8 10:04 .github 10:09:16 -rw-rw-r-- 1 jenkins jenkins 946 Feb 8 10:04 .gitignore 10:09:16 -rw-rw-r-- 1 jenkins jenkins 41 Feb 8 10:04 .golangci.yml 10:09:16 -rw-rw-r-- 1 jenkins jenkins 10896 Feb 8 10:04 Attribution.txt 10:09:16 -rw-rw-r-- 1 jenkins jenkins 5905 Feb 8 10:04 CHANGELOG.md 10:09:16 -rw-rw-r-- 1 jenkins jenkins 1347 Feb 8 10:04 Dockerfile 10:09:16 -rw-rw-r-- 1 jenkins jenkins 677 Feb 8 10:04 GOVERNANCE.md 10:09:16 -rw-rw-r-- 1 jenkins jenkins 683 Feb 8 10:04 Jenkinsfile 10:09:16 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 8 10:04 LICENSE 10:09:16 -rw-rw-r-- 1 jenkins jenkins 2018 Feb 8 10:04 Makefile 10:09:16 -rw-rw-r-- 1 jenkins jenkins 625 Feb 8 10:04 OWNERS.md 10:09:16 -rw-rw-r-- 1 jenkins jenkins 28496 Feb 8 10:04 README.md 10:09:16 -rw-rw-r-- 1 jenkins jenkins 5 Feb 8 10:04 VERSION 10:09:16 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 bin 10:09:16 drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 cmd 10:09:16 -rw-r--r-- 1 jenkins jenkins 460049 Feb 8 10:08 coverage.out 10:09:16 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 examples 10:09:16 -rw-rw-r-- 1 jenkins jenkins 3461 Feb 8 10:04 go.mod 10:09:16 -rw-rw-r-- 1 jenkins jenkins 33030 Feb 8 10:04 go.sum 10:09:16 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 10:04 images 10:09:16 drwxrwxr-x 5 jenkins jenkins 4096 Feb 8 10:04 internal 10:09:16 drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 10:04 snap 10:09:16 -rw-rw-r-- 1 jenkins jenkins 193 Feb 8 10:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:09:17 + 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 . 10:09:17 Sending build context to Docker daemon 1.22MB 10:09:17 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 10:09:17 Step 2/24 : FROM ${BASE} AS builder 10:09:17 ---> 1f9ce5273674 10:09:17 Step 3/24 : ARG ADD_BUILD_TAGS="" 10:09:17 ---> Running in aff489acd69b 10:09:17 Removing intermediate container aff489acd69b 10:09:17 ---> 3252bf05a99e 10:09:17 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:09:17 ---> Running in 7097e96773bd 10:09:18 Removing intermediate container 7097e96773bd 10:09:18 ---> b5b0f1c4cfef 10:09:18 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 10:09:18 ---> Running in eeeca2a506e4 10:09:18 Removing intermediate container eeeca2a506e4 10:09:18 ---> c52f85c63880 10:09:18 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 10:09:18 ---> Running in d8bd9d3d9aea 10:09:19 Removing intermediate container d8bd9d3d9aea 10:09:19 ---> f3560f7b0f25 10:09:19 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:09:19 ---> Running in 3541d443cc36 10:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:09:21 OK: 221 MiB in 51 packages 10:09:22 Removing intermediate container 3541d443cc36 10:09:22 ---> d4a3bce2a9cf 10:09:22 Step 8/24 : WORKDIR /app 10:09:22 ---> Running in 0de662bb19bc 10:09:22 Removing intermediate container 0de662bb19bc 10:09:22 ---> 201f66675fb0 10:09:22 Step 9/24 : COPY go.mod vendor* ./ 10:09:23 ---> 62e02e5706d7 10:09:23 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:09:23 ---> Running in ab339c12eb56 10:09:25 Removing intermediate container ab339c12eb56 10:09:25 ---> 5848edfd577d 10:09:25 Step 11/24 : COPY . . 10:09:26 ---> 1c9ea60839ee 10:09:26 Step 12/24 : RUN $MAKE 10:09:26 ---> Running in f5ce6bd785c2 10:09:27 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 10:11:33 Removing intermediate container f5ce6bd785c2 10:11:33 ---> 2461c741a444 10:11:33 Step 13/24 : FROM alpine:3.16 10:11:33 3.16: Pulling from library/alpine 10:11:33 6875df1f5354: Pulling fs layer 10:11:33 6875df1f5354: Download complete 10:11:33 6875df1f5354: Pull complete 10:11:33 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 10:11:33 Status: Downloaded newer image for alpine:3.16 10:11:33 ---> 2b4661558fb8 10:11:33 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:11:33 ---> Running in 1d280e3ae7e2 10:11:33 Removing intermediate container 1d280e3ae7e2 10:11:33 ---> bc8c292702c7 10:11:33 Step 15/24 : RUN apk add --update --no-cache dumb-init 10:11:33 ---> Running in 1c75297d4292 10:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:11:33 (1/1) Installing dumb-init (1.2.5-r1) 10:11:33 Executing busybox-1.35.0-r17.trigger 10:11:33 OK: 5 MiB in 15 packages 10:11:33 Removing intermediate container 1c75297d4292 10:11:33 ---> 98d4355816c7 10:11:33 Step 16/24 : COPY --from=builder /app/LICENSE / 10:11:33 ---> b6b0be3f29ae 10:11:33 Step 17/24 : COPY --from=builder /app/Attribution.txt / 10:11:33 ---> 56461189c9c7 10:11:33 Step 18/24 : COPY --from=builder /app/cmd/ / 10:11:33 ---> e1a9d8fe3ad4 10:11:33 Step 19/24 : EXPOSE 59989 10:11:33 ---> Running in a88ea7648c71 10:11:33 Removing intermediate container a88ea7648c71 10:11:33 ---> 5f07cf8538b9 10:11:33 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 10:11:33 ---> Running in 376dc6b13aeb 10:11:33 Removing intermediate container 376dc6b13aeb 10:11:33 ---> bc18440d4b6c 10:11:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:11:33 ---> Running in 8597c9beb174 10:11:33 Removing intermediate container 8597c9beb174 10:11:33 ---> d8f3961c2c8c 10:11:33 Step 22/24 : LABEL arch=arm64 10:11:33 ---> Running in 7e27e3f58779 10:11:33 Removing intermediate container 7e27e3f58779 10:11:33 ---> 9d972f6f33f0 10:11:33 Step 23/24 : LABEL git_sha=e101e7413b34b04bb5fba6c925e43659a9f8fdf3 10:11:33 ---> Running in 48cf9025340c 10:11:33 Removing intermediate container 48cf9025340c 10:11:33 ---> a24d17313063 10:11:33 Step 24/24 : LABEL version=0.0.0 10:11:33 ---> Running in ecaa7ee3bfff 10:11:33 Removing intermediate container ecaa7ee3bfff 10:11:33 ---> 4b873938f94d 10:11:33 [Warning] One or more build-args [ARCH] were not consumed 10:11:33 Successfully built 4b873938f94d 10:11:33 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 10:11:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:11:34 10:11:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:11:35 arm64: Pulling from edgex-lftools-log-publisher 10:11:35 8998bd30e6a1: Pulling fs layer 10:11:35 04944245beec: Pulling fs layer 10:11:35 699f458cf7ca: Pulling fs layer 10:11:35 765212b225bb: Pulling fs layer 10:11:35 f23df028b6ca: Pulling fs layer 10:11:35 d65c8cfc05b1: Pulling fs layer 10:11:35 2437ff75d9bd: Pulling fs layer 10:11:35 f23df028b6ca: Waiting 10:11:35 d65c8cfc05b1: Waiting 10:11:35 2437ff75d9bd: Waiting 10:11:35 765212b225bb: Waiting 10:11:35 04944245beec: Download complete 10:11:35 765212b225bb: Verifying Checksum 10:11:35 765212b225bb: Download complete 10:11:35 f23df028b6ca: Verifying Checksum 10:11:35 f23df028b6ca: Download complete 10:11:35 d65c8cfc05b1: Verifying Checksum 10:11:35 d65c8cfc05b1: Download complete 10:11:35 699f458cf7ca: Download complete 10:11:35 8998bd30e6a1: Verifying Checksum 10:11:35 8998bd30e6a1: Download complete 10:11:38 2437ff75d9bd: Verifying Checksum 10:11:38 2437ff75d9bd: Download complete 10:11:40 8998bd30e6a1: Pull complete 10:11:40 04944245beec: Pull complete 10:11:42 699f458cf7ca: Pull complete 10:11:42 765212b225bb: Pull complete 10:11:43 f23df028b6ca: Pull complete 10:11:43 d65c8cfc05b1: Pull complete 10:11:58 2437ff75d9bd: Pull complete 10:11:58 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:11:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:11:58 prd-ubuntu20.04-docker-arm64-4c-16g-5100 does not seem to be running inside a container 10:11:58 $ 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 10:12:01 $ docker top f4c226b0b251d1972d4882d308ca2ec1b91cb92ea0d41700000b2d657514f666 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:12:02 ---> job-cost.sh 10:12:02 lf-activate-venv: SKIPPING 10:12:02 INFO: No Stack... 10:12:02 INFO: Retrieving Pricing Info for: v3-standard-4 10:12:03 INFO: Archiving Costs [Pipeline] sh 10:12:03 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv 10:12:03 + cut -d, -f6 [Pipeline] lock 10:12:03 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] 10:12:03 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] did not exist. Created. 10:12:03 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:12:04 /w/workspace/device-rfid-llrp-go/1@tmp/durable-9f35aa5e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:12:04 + echo total: 0.10999999940395355 [Pipeline] stash 10:12:04 Warning: overwriting stash ‘stack-cost’ 10:12:04 Stashed 1 file(s) [Pipeline] } 10:12:04 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-149-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:12:05 $ docker stop --time=1 f4c226b0b251d1972d4882d308ca2ec1b91cb92ea0d41700000b2d657514f666 10:12:06 $ 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 10:12:07 provisioning config files... 10:12:07 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 10:12:07 + set +x 10:12:07 + curl -s https://codecov.io/bash 10:12:07 + bash -s -- 10:12:07 10:12:07 _____ _ 10:12:07 / ____| | | 10:12:07 | | ___ __| | ___ ___ _____ __ 10:12:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:12:07 | |___| (_) | (_| | __/ (_| (_) \ V / 10:12:07 \_____\___/ \__,_|\___|\___\___/ \_/ 10:12:07 Bash-1.0.6 10:12:07 10:12:07 10:12:07 ==> git version 2.25.1 found 10:12:07 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 10:12:07 Release-Date: 2020-01-08 10:12:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:12:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:12:07 ==> Jenkins CI detected. 10:12:07 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-149 10:12:07 project root: . 10:12:07 --> token set from env 10:12:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:12:07 ==> Running gcov in . (disable via -X gcov) 10:12:07 ==> Python coveragepy not found 10:12:07 ==> Searching for coverage reports in: 10:12:07 + . 10:12:07 -> Found 1 reports 10:12:07 ==> Detecting git/mercurial file structure 10:12:07 ==> Reading reports 10:12:07 + ./coverage.out bytes=460049 10:12:07 ==> Appending adjustments 10:12:07 https://docs.codecov.io/docs/fixing-reports 10:12:08 + Found adjustments 10:12:08 ==> Gzipping contents 10:12:08 52K /tmp/codecov.BDWqzF.gz 10:12:08 ==> Uploading reports 10:12:08 url: https://codecov.io 10:12:08 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= 10:12:08 -> Pinging Codecov 10:12:08 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= 10:12:08 -> Uploading to 10:12:08 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 10:12:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:12:08 Dload Upload Total Spent Left Speed 10:12:08 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 10:12:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/e101e7413b34b04bb5fba6c925e43659a9f8fdf3 [Pipeline] } 10:12:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:12:10 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-149/archives ] 10:12:10 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-149/archives 10:12:10 total 16 10:12:10 drwxr-xr-x 3 root root 4096 Feb 8 10:06 . 10:12:10 drwxrwxr-x 12 jenkins jenkins 4096 Feb 8 10:06 .. 10:12:10 drwxr-xr-x 2 root root 4096 Feb 8 10:06 cost 10:12:10 -rw-r--r-- 1 root root 92 Feb 8 10:06 cost.csv 10:12:10 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-149/archives 10:12:10 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-149/archives 10:12:10 total 16 10:12:10 drwxr-xr-x 3 jenkins jenkins 4096 Feb 8 10:06 . 10:12:10 drwxrwxr-x 12 jenkins jenkins 4096 Feb 8 10:06 .. 10:12:10 drwxr-xr-x 2 jenkins jenkins 4096 Feb 8 10:06 cost 10:12:10 -rw-r--r-- 1 jenkins jenkins 92 Feb 8 10:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:12:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:12:11 ---> package-listing.sh 10:12:11 ++ facter osfamily 10:12:11 ++ tr '[:upper:]' '[:lower:]' 10:12:12 + OS_FAMILY=debian 10:12:12 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-149 10:12:12 + START_PACKAGES=/tmp/packages_start.txt 10:12:12 + END_PACKAGES=/tmp/packages_end.txt 10:12:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:12:12 + PACKAGES=/tmp/packages_start.txt 10:12:12 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-149 ']' 10:12:12 + PACKAGES=/tmp/packages_end.txt 10:12:12 + case "${OS_FAMILY}" in 10:12:12 + dpkg -l 10:12:12 + grep '^ii' 10:12:12 + '[' -f /tmp/packages_start.txt ']' 10:12:12 + '[' -f /tmp/packages_end.txt ']' 10:12:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:12:12 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-149 ']' 10:12:12 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-149/archives/ 10:12:12 + 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 10:12:12 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 10:12:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:12:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:12:13 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 10:12:13 $ 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 10:12:13 $ docker top 3df95872024f053aaba207f2a683624ab9e5f0069852694a525b94ce24956de2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:13 + touch /tmp/pre-build-complete [Pipeline] sh 10:12:14 + mkdir -p /var/log/sysstat [Pipeline] sh 10:12:14 + ls /var/log/sa-host 10:12:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:12:14 provisioning config files... 10:12:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-149@tmp/config11719670025701376632tmp [Pipeline] { [Pipeline] echo 10:12:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:12:14 ---> create-netrc.sh [Pipeline] } 10:12:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:12:15 ---> python-tools-install.sh [Pipeline] echo 10:12:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:12:15 ---> sudo-logs.sh 10:12:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:12:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:12:16 ---> job-cost.sh 10:12:16 lf-activate-venv: SKIPPING 10:12:16 DEBUG: total: 0.2199999988079071 10:12:16 INFO: Retrieving Stack Cost... 10:12:16 INFO: Retrieving Pricing Info for: v3-standard-8 10:12:16 INFO: Archiving Costs [Pipeline] echo 10:12:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:12:17 ---> logs-deploy.sh 10:12:17 lf-activate-venv: SKIPPING 10:12:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-149/1 10:12:17 INFO: archiving workspace using pattern(s): 10:12:18 Archives upload complete. 10:12:18 INFO: archiving logs to Nexus 10:12:19 ---> uname -a: 10:12:19 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 10:12:19 10:12:19 10:12:19 ---> lscpu: 10:12:19 Architecture: x86_64 10:12:19 CPU op-mode(s): 32-bit, 64-bit 10:12:19 Byte Order: Little Endian 10:12:19 Address sizes: 40 bits physical, 48 bits virtual 10:12:19 CPU(s): 8 10:12:19 On-line CPU(s) list: 0-7 10:12:19 Thread(s) per core: 1 10:12:19 Core(s) per socket: 1 10:12:19 Socket(s): 8 10:12:19 NUMA node(s): 1 10:12:19 Vendor ID: AuthenticAMD 10:12:19 CPU family: 23 10:12:19 Model: 49 10:12:19 Model name: AMD EPYC-Rome Processor 10:12:19 Stepping: 0 10:12:19 CPU MHz: 2799.998 10:12:19 BogoMIPS: 5599.99 10:12:19 Virtualization: AMD-V 10:12:19 Hypervisor vendor: KVM 10:12:19 Virtualization type: full 10:12:19 L1d cache: 256 KiB 10:12:19 L1i cache: 256 KiB 10:12:19 L2 cache: 4 MiB 10:12:19 L3 cache: 128 MiB 10:12:19 NUMA node0 CPU(s): 0-7 10:12:19 Vulnerability Itlb multihit: Not affected 10:12:19 Vulnerability L1tf: Not affected 10:12:19 Vulnerability Mds: Not affected 10:12:19 Vulnerability Meltdown: Not affected 10:12:19 Vulnerability Mmio stale data: Not affected 10:12:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:12:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:12:19 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:12:19 Vulnerability Srbds: Not affected 10:12:19 Vulnerability Tsx async abort: Not affected 10:12:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:12:19 10:12:19 10:12:19 ---> nproc: 10:12:19 8 10:12:19 10:12:19 10:12:19 ---> df -h: 10:12:19 Filesystem Size Used Avail Use% Mounted on 10:12:19 overlay 155G 12G 144G 8% / 10:12:19 tmpfs 64M 0 64M 0% /dev 10:12:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:12:19 shm 64M 0 64M 0% /dev/shm 10:12:19 /dev/vda1 155G 12G 144G 8% /facter-os 10:12:19 10:12:19 10:12:19 ---> sar -b -r -n DEV: 10:12:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5095) 02/08/23 _x86_64_ (8 CPU) 10:12:19 10:12:19 09:17:23 LINUX RESTART (8 CPU) 10:12:19 10:12:19 09:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:12:19 09:19:01 7.47 0.32 7.15 0.00 5.73 4156.79 0.00 10:12:19 09:20:01 2.05 0.00 2.05 0.00 0.00 3512.83 0.00 10:12:19 09:21:01 1.43 0.00 1.43 0.00 0.00 3506.48 0.00 10:12:19 09:22:01 1.92 0.00 1.92 0.00 0.00 3512.75 0.00 10:12:19 09:23:01 54.34 11.60 42.74 0.00 5176.74 12448.33 0.00 10:12:19 09:24:01 5.35 0.02 5.33 0.00 0.13 3607.67 0.00 10:12:19 09:25:01 2.18 0.00 2.18 0.00 0.00 3513.76 0.00 10:12:19 09:26:01 2.03 0.00 2.03 0.00 0.00 3512.75 0.00 10:12:19 09:27:01 1.53 0.00 1.53 0.00 0.00 3506.88 0.00 10:12:19 09:28:01 2.18 0.00 2.18 0.00 0.00 3515.01 0.00 10:12:19 09:29:01 1.45 0.00 1.45 0.00 0.00 3506.88 0.00 10:12:19 09:30:01 1.58 0.00 1.58 0.00 0.00 3508.22 0.00 10:12:19 09:31:01 1.60 0.00 1.60 0.00 0.00 3507.82 0.00 10:12:19 09:32:01 1.63 0.00 1.63 0.00 0.00 3509.42 0.00 10:12:19 09:33:01 2.55 0.02 2.53 0.00 0.13 3522.69 0.00 10:12:19 09:34:01 2.03 0.00 2.03 0.00 0.00 3513.41 0.00 10:12:19 09:35:01 1.53 0.00 1.53 0.00 0.00 3506.88 0.00 10:12:19 09:36:01 1.65 0.00 1.65 0.00 0.00 3509.82 0.00 10:12:19 09:37:01 1.68 0.00 1.68 0.00 0.00 3508.62 0.00 10:12:19 09:38:01 2.20 0.00 2.20 0.00 0.00 3515.95 0.00 10:12:19 09:39:01 1.70 0.00 1.70 0.00 0.00 3509.02 0.00 10:12:19 09:40:01 2.17 0.00 2.17 0.00 0.00 3514.75 0.00 10:12:19 09:41:01 1.60 0.00 1.60 0.00 0.00 3507.55 0.00 10:12:19 09:42:01 1.50 0.00 1.50 0.00 0.00 3506.88 0.00 10:12:19 09:43:01 1.87 0.00 1.87 0.00 0.00 3511.68 0.00 10:12:19 09:44:01 1.67 0.00 1.67 0.00 0.00 3509.28 0.00 10:12:19 09:45:01 1.72 0.00 1.72 0.00 0.00 3642.25 0.00 10:12:19 09:46:01 1.60 0.00 1.60 0.00 0.00 3509.68 0.00 10:12:19 09:47:01 1.60 0.00 1.60 0.00 0.00 3507.02 0.00 10:12:19 09:48:01 2.27 0.00 2.27 0.00 0.00 3516.88 0.00 10:12:19 09:49:01 1.62 0.00 1.62 0.00 0.00 3507.68 0.00 10:12:19 09:50:01 1.63 0.00 1.63 0.00 0.00 3507.95 0.00 10:12:19 09:51:01 5.53 3.63 1.90 0.00 84.25 3523.28 0.00 10:12:19 09:52:01 1.62 0.00 1.62 0.00 0.00 3508.88 0.00 10:12:19 09:53:01 1.77 0.00 1.77 0.00 0.00 3509.42 0.00 10:12:19 09:54:01 1.88 0.00 1.88 0.00 0.00 3512.35 0.00 10:12:19 09:55:01 1.53 0.00 1.53 0.00 0.00 3506.08 0.00 10:12:19 09:56:01 1.73 0.00 1.73 0.00 0.00 3509.68 0.00 10:12:19 09:57:01 1.68 0.00 1.68 0.00 0.00 3508.96 0.00 10:12:19 09:58:01 1.98 0.00 1.98 0.00 0.00 3513.55 0.00 10:12:19 09:59:01 1.62 0.00 1.62 0.00 0.00 3508.08 0.00 10:12:19 10:00:01 1.65 0.00 1.65 0.00 0.00 3509.15 0.00 10:12:19 10:01:01 1.38 0.00 1.38 0.00 0.00 1761.71 0.00 10:12:19 10:02:01 0.90 0.00 0.90 0.00 0.00 11.73 0.00 10:12:19 10:03:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 10:12:19 10:04:01 1.13 0.00 1.13 0.00 0.00 14.66 0.00 10:12:19 10:05:01 118.78 13.26 105.52 0.00 1928.48 36695.75 0.00 10:12:19 10:06:01 128.53 1.20 127.33 0.00 31.99 50493.18 0.00 10:12:19 10:07:02 158.72 0.05 158.67 0.00 6.53 34849.39 0.00 10:12:19 10:08:01 2.15 0.00 2.15 0.00 0.00 25.22 0.00 10:12:19 10:09:01 1.32 0.00 1.32 0.00 0.00 16.00 0.00 10:12:19 10:10:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 10:12:19 10:11:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 10:12:19 10:12:01 1.45 0.00 1.45 0.00 0.00 16.26 0.00 10:12:19 Average: 10.34 0.56 9.79 0.00 134.00 5208.79 0.00 10:12:19 10:12:19 09:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:12:19 09:19:01 30609008 31871544 495832 1.51 47204 1538940 1658724 4.89 612864 1405672 168 10:12:19 09:20:01 30608540 31871288 495424 1.51 47276 1538944 1658724 4.89 612456 1405656 12 10:12:19 09:21:01 30608208 31871040 495468 1.51 47348 1538944 1658724 4.89 613712 1405656 16 10:12:19 09:22:01 30607852 31871156 495628 1.51 47420 1538948 1658724 4.89 613708 1406056 224 10:12:19 09:23:01 30066416 31832360 513952 1.56 81708 1994204 1708660 5.04 940868 1578012 884 10:12:19 09:24:01 30073128 31834304 512196 1.56 80328 1990956 1684848 4.97 939208 1574784 312 10:12:19 09:25:01 30073008 31834288 512160 1.56 80400 1990960 1684848 4.97 939252 1574796 8 10:12:19 09:26:01 30072772 31834148 512256 1.56 80472 1990960 1684848 4.97 939384 1574800 16 10:12:19 09:27:01 30072788 31834400 512104 1.56 80544 1990964 1684848 4.97 940284 1574960 24 10:12:19 09:28:01 30072400 31834068 512284 1.56 80624 1990968 1684848 4.97 940116 1574968 44 10:12:19 09:29:01 30072876 31834640 511904 1.56 80696 1990968 1684848 4.97 940052 1574984 32 10:12:19 09:30:01 30073176 31834992 511500 1.56 80760 1990972 1684848 4.97 940112 1574992 136 10:12:19 09:31:01 30072844 31834752 511696 1.56 80832 1990976 1684848 4.97 940388 1575000 12 10:12:19 09:32:01 30072576 31834536 511824 1.56 80904 1990980 1684848 4.97 940444 1575008 144 10:12:19 09:33:01 30071144 31833256 513212 1.56 81004 1990960 1684700 4.96 940640 1574940 20 10:12:19 09:34:01 30071128 31833324 513108 1.56 81076 1990960 1684700 4.96 940700 1574944 12 10:12:19 09:35:01 30071136 31833396 512956 1.56 81148 1990964 1684700 4.96 940888 1574952 8 10:12:19 09:36:01 30071084 31833412 513084 1.56 81220 1990968 1684700 4.96 940944 1574960 148 10:12:19 09:37:01 30070776 31833164 513292 1.56 81292 1990968 1684700 4.96 941292 1574964 8 10:12:19 09:38:01 30070988 31833636 512752 1.56 81384 1991100 1684700 4.96 941304 1575104 16 10:12:19 09:39:01 30071216 31833928 512376 1.56 81456 1991104 1684700 4.96 941568 1575112 12 10:12:19 09:40:01 30071144 31833968 512316 1.56 81528 1991108 1668024 4.92 941568 1575124 44 10:12:19 09:41:01 30071348 31834240 511976 1.56 81600 1991116 1668024 4.92 941628 1575136 16 10:12:19 09:42:01 30071500 31834452 511904 1.56 81672 1991116 1668024 4.92 941684 1575140 172 10:12:19 09:43:01 30070876 31833944 512356 1.56 81752 1991120 1668024 4.92 942500 1575100 48 10:12:19 09:44:01 30070932 31834064 512232 1.56 81816 1991124 1668024 4.92 942044 1575108 136 10:12:19 09:45:01 30071100 31834308 512144 1.56 81888 1991124 1668024 4.92 942116 1575108 8 10:12:19 09:46:01 30071368 31834648 511772 1.56 81960 1991128 1668024 4.92 942116 1575108 64 10:12:19 09:47:01 30071068 31834408 511936 1.56 82032 1991128 1668024 4.92 942172 1575112 12 10:12:19 09:48:01 30063468 31826904 519384 1.58 82128 1991108 1668024 4.92 951208 1575116 148 10:12:19 09:49:01 30072984 31836564 509468 1.55 82200 1991136 1668024 4.92 940812 1575124 16 10:12:19 09:50:01 30072756 31836420 509560 1.55 82272 1991140 1668024 4.92 941016 1575120 140 10:12:19 09:51:01 30030664 31797704 547420 1.66 82364 1993940 1668024 4.92 981316 1576656 40 10:12:19 09:52:01 30030640 31797784 547292 1.66 82436 1993944 1668024 4.92 981056 1576624 172 10:12:19 09:53:01 30030096 31797288 547672 1.67 82508 1993952 1668024 4.92 981236 1576616 16 10:12:19 09:54:01 30030004 31797320 547860 1.67 82580 1993956 1668024 4.92 981340 1576628 64 10:12:19 09:55:01 30030204 31797524 547808 1.67 82652 1993924 1668024 4.92 981460 1576628 44 10:12:19 09:56:01 30029880 31797340 547912 1.67 82716 1993960 1668024 4.92 981620 1576632 136 10:12:19 09:57:01 30029328 31796856 548336 1.67 82788 1993952 1684164 4.96 981376 1576644 36 10:12:19 09:58:01 30028436 31796060 549048 1.67 82876 1993968 1684164 4.96 982280 1576644 40 10:12:19 09:59:01 30028128 31795808 549132 1.67 82940 1993972 1684164 4.96 982316 1576652 16 10:12:19 10:00:01 30028356 31796100 548792 1.67 83012 1993968 1684164 4.96 982376 1576660 176 10:12:19 10:01:01 30028056 31795864 548972 1.67 83068 1993972 1684164 4.96 982492 1576668 20 10:12:19 10:02:01 30027756 31795628 549192 1.67 83092 1993968 1684164 4.96 982548 1576676 196 10:12:19 10:03:01 30027600 31795512 549416 1.67 83132 1993984 1684164 4.96 983332 1576676 216 10:12:19 10:04:01 30027380 31795336 549592 1.67 83156 1993988 1668024 4.92 982948 1576652 12 10:12:19 10:05:01 28623584 31535612 753476 2.29 111088 3065088 2015004 5.94 1342624 2514832 1640 10:12:19 10:06:01 27922720 31538748 748052 2.27 181608 3626964 1792276 5.28 1549748 2935860 288 10:12:19 10:07:02 27153084 31531028 751472 2.29 192384 4315448 1792916 5.28 1608204 3577396 356 10:12:19 10:08:01 27153524 31531512 750904 2.28 192404 4315448 1792916 5.28 1608140 3577396 56 10:12:19 10:09:01 27162120 31540252 742224 2.26 192460 4315444 1792916 5.28 1599564 3577400 24 10:12:19 10:10:01 27162104 31540276 742160 2.26 192480 4315456 1792916 5.28 1599604 3577404 44 10:12:19 10:11:01 27170900 31549208 733168 2.23 192500 4315584 1792916 5.28 1591172 3577532 12 10:12:19 10:12:01 27170576 31548924 733416 2.23 192512 4315588 1792916 5.28 1590792 3577536 44 10:12:19 Average: 29710310 31783393 554877 1.69 93939 2266825 1697749 5.00 1019381 1828056 124 10:12:19 10:12:19 09:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:12:19 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:19:01 ens3 23.85 24.46 135.78 7.51 0.00 0.00 0.00 0.00 10:12:19 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:20:01 ens3 1.42 0.13 0.12 0.01 0.00 0.00 0.00 0.00 10:12:19 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:21:01 ens3 2.33 0.63 0.72 0.47 0.00 0.00 0.00 0.00 10:12:19 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:22:01 ens3 1.33 0.42 0.41 0.27 0.00 0.00 0.00 0.00 10:12:19 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:23:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 10:12:19 09:23:01 ens3 148.28 87.62 2753.24 6.48 0.00 0.00 0.00 0.00 10:12:19 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:24:01 ens3 0.70 0.48 0.27 0.21 0.00 0.00 0.00 0.00 10:12:19 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:25:01 ens3 0.32 0.05 0.07 0.00 0.00 0.00 0.00 0.00 10:12:19 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:26:01 ens3 0.30 0.13 0.02 0.01 0.00 0.00 0.00 0.00 10:12:19 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:27:01 ens3 0.58 0.37 0.26 0.21 0.00 0.00 0.00 0.00 10:12:19 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:28:01 ens3 0.23 0.15 0.08 0.07 0.00 0.00 0.00 0.00 10:12:19 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:29:01 ens3 0.10 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:30:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:31:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:32:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:33:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 10:12:19 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:34:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:35:01 ens3 0.28 0.08 0.12 0.00 0.00 0.00 0.00 0.00 10:12:19 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:38:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:12:19 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:39:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:40:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:42:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:43:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 10:12:19 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:48:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 10:12:19 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:49:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:51:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:51:01 ens3 14.00 9.48 12.02 6.49 0.00 0.00 0.00 0.00 10:12:19 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:53:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 10:12:19 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 09:58:01 ens3 0.47 0.30 0.54 0.08 0.00 0.00 0.00 0.00 10:12:19 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:59:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:00:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:02:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:03:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 10:12:19 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:04:01 ens3 0.60 0.12 0.16 0.01 0.00 0.00 0.00 0.00 10:12:19 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:05:01 vethfb163bf 40.91 54.22 3.92 42.91 0.00 0.00 0.00 0.00 10:12:19 10:05:01 lo 6.60 6.60 0.64 0.64 0.00 0.00 0.00 0.00 10:12:19 10:05:01 ens3 583.44 412.28 6114.05 79.14 0.00 0.00 0.00 0.00 10:12:19 10:05:01 docker0 46.73 61.52 3.86 128.71 0.00 0.00 0.00 0.00 10:12:19 10:06:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 10:12:19 10:06:01 ens3 239.24 203.00 1842.40 91.48 0.00 0.00 0.00 0.00 10:12:19 10:06:01 docker0 149.79 195.77 11.42 1809.50 0.00 0.00 0.00 0.00 10:12:19 10:07:02 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 10:12:19 10:07:02 ens3 151.46 101.50 2665.74 20.10 0.00 0.00 0.00 0.00 10:12:19 10:07:02 docker0 3.43 7.60 0.21 81.60 0.00 0.00 0.00 0.00 10:12:19 10:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:08:01 ens3 0.25 0.19 0.08 0.07 0.00 0.00 0.00 0.00 10:12:19 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:09:01 ens3 0.25 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:12:19 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:10:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 10:12:19 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:11:01 ens3 0.52 0.40 0.34 0.28 0.00 0.00 0.00 0.00 10:12:19 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:12:19 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:12:19 Average: lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 10:12:19 Average: ens3 21.74 15.64 250.57 3.95 0.00 0.00 0.00 0.00 10:12:19 Average: docker0 3.70 4.91 0.29 37.41 0.00 0.00 0.00 0.00 10:12:19 10:12:19 10:12:19 ---> sar -P ALL: 10:12:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5095) 02/08/23 _x86_64_ (8 CPU) 10:12:19 10:12:19 09:17:23 LINUX RESTART (8 CPU) 10:12:19 10:12:19 09:18:01 CPU %user %nice %system %iowait %steal %idle 10:12:19 09:19:01 all 0.49 0.00 0.06 0.06 0.01 99.38 10:12:19 09:19:01 0 0.10 0.00 0.07 0.00 0.02 99.82 10:12:19 09:19:01 1 0.20 0.00 0.03 0.00 0.00 99.77 10:12:19 09:19:01 2 0.17 0.00 0.10 0.05 0.00 99.68 10:12:19 09:19:01 3 0.73 0.00 0.02 0.00 0.02 99.23 10:12:19 09:19:01 4 0.28 0.00 0.07 0.30 0.00 99.35 10:12:19 09:19:01 5 1.05 0.00 0.05 0.12 0.00 98.78 10:12:19 09:19:01 6 1.03 0.00 0.03 0.02 0.02 98.90 10:12:19 09:19:01 7 0.38 0.00 0.12 0.00 0.02 99.48 10:12:19 09:20:01 all 0.03 0.00 0.01 0.04 0.00 99.92 10:12:19 09:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 09:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:20:01 2 0.03 0.00 0.02 0.13 0.00 99.82 10:12:19 09:20:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:12:19 09:20:01 4 0.07 0.00 0.00 0.18 0.00 99.75 10:12:19 09:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:20:01 7 0.03 0.00 0.02 0.03 0.00 99.92 10:12:19 09:21:01 all 0.02 0.00 0.00 0.01 0.00 99.97 10:12:19 09:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:21:01 4 0.02 0.00 0.00 0.05 0.00 99.93 10:12:19 09:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:21:01 7 0.08 0.00 0.03 0.00 0.02 99.87 10:12:19 09:22:01 all 0.05 0.00 0.01 0.01 0.01 99.93 10:12:19 09:22:01 0 0.17 0.00 0.02 0.00 0.02 99.80 10:12:19 09:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:12:19 09:22:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:12:19 09:22:01 4 0.02 0.00 0.00 0.05 0.00 99.93 10:12:19 09:22:01 5 0.00 0.00 0.02 0.00 0.02 99.97 10:12:19 09:22:01 6 0.13 0.00 0.00 0.00 0.00 99.87 10:12:19 09:22:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:12:19 09:23:01 all 2.32 0.00 1.47 0.72 0.03 95.45 10:12:19 09:23:01 0 2.37 0.00 3.81 0.25 0.02 93.55 10:12:19 09:23:01 1 1.32 0.00 1.02 0.15 0.03 97.48 10:12:19 09:23:01 2 1.64 0.00 1.19 0.50 0.03 96.64 10:12:19 09:23:01 3 1.92 0.00 1.19 0.40 0.03 96.46 10:12:19 09:23:01 4 1.32 0.00 0.82 3.92 0.02 93.93 10:12:19 09:23:01 5 2.37 0.00 0.84 0.08 0.02 96.69 10:12:19 09:23:01 6 3.96 0.00 1.40 0.37 0.02 94.26 10:12:19 09:23:01 7 3.69 0.00 1.54 0.08 0.05 94.64 10:12:19 09:24:01 all 0.22 0.00 0.05 0.02 0.00 99.70 10:12:19 09:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 10:12:19 09:24:01 1 0.05 0.00 0.03 0.02 0.00 99.90 10:12:19 09:24:01 2 0.08 0.00 0.05 0.02 0.00 99.85 10:12:19 09:24:01 3 0.08 0.00 0.03 0.00 0.00 99.88 10:12:19 09:24:01 4 1.19 0.00 0.03 0.13 0.02 98.63 10:12:19 09:24:01 5 0.03 0.00 0.05 0.00 0.00 99.92 10:12:19 09:24:01 6 0.28 0.00 0.12 0.00 0.00 99.60 10:12:19 09:24:01 7 0.03 0.00 0.03 0.00 0.00 99.93 10:12:19 09:25:01 all 0.26 0.00 0.01 0.01 0.00 99.72 10:12:19 09:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:25:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:12:19 09:25:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:12:19 09:25:01 4 1.95 0.00 0.02 0.05 0.00 97.98 10:12:19 09:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:12:19 09:26:01 all 0.25 0.00 0.01 0.00 0.00 99.73 10:12:19 09:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:26:01 3 0.00 0.00 0.03 0.00 0.02 99.95 10:12:19 09:26:01 4 1.97 0.00 0.02 0.03 0.00 97.98 10:12:19 09:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 09:27:01 all 0.12 0.00 0.05 0.01 0.00 99.82 10:12:19 09:27:01 0 0.18 0.00 0.20 0.00 0.00 99.62 10:12:19 09:27:01 1 0.05 0.00 0.00 0.00 0.00 99.95 10:12:19 09:27:01 2 0.00 0.00 0.03 0.00 0.02 99.95 10:12:19 09:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:12:19 09:27:01 4 0.60 0.00 0.00 0.05 0.00 99.35 10:12:19 09:27:01 5 0.05 0.00 0.08 0.00 0.00 99.87 10:12:19 09:27:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 09:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:28:01 all 0.01 0.00 0.00 0.01 0.01 99.97 10:12:19 09:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:28:01 1 0.00 0.00 0.00 0.02 0.02 99.97 10:12:19 09:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:12:19 09:28:01 4 0.00 0.00 0.00 0.05 0.00 99.95 10:12:19 09:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:28:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:12:19 09:29:01 all 0.01 0.00 0.00 0.01 0.00 99.97 10:12:19 09:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 09:29:01 4 0.02 0.00 0.00 0.05 0.02 99.92 10:12:19 09:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:12:19 10:12:19 09:29:01 CPU %user %nice %system %iowait %steal %idle 10:12:19 09:30:01 all 0.01 0.00 0.01 0.02 0.00 99.96 10:12:19 09:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:30:01 1 0.02 0.00 0.00 0.02 0.00 99.97 10:12:19 09:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:30:01 3 0.02 0.00 0.05 0.00 0.02 99.92 10:12:19 09:30:01 4 0.00 0.00 0.00 0.12 0.00 99.88 10:12:19 09:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:30:01 7 0.00 0.00 0.03 0.00 0.00 99.97 10:12:19 09:31:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:12:19 09:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 10:12:19 09:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:31:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:12:19 09:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:31:01 4 0.00 0.00 0.00 0.05 0.00 99.95 10:12:19 09:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:31:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 09:32:01 all 0.00 0.00 0.00 0.01 0.01 99.98 10:12:19 09:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:32:01 2 0.00 0.00 0.02 0.02 0.02 99.95 10:12:19 09:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:12:19 09:32:01 4 0.00 0.00 0.00 0.05 0.00 99.95 10:12:19 09:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:33:01 all 0.01 0.00 0.02 0.01 0.00 99.95 10:12:19 09:33:01 0 0.00 0.00 0.02 0.02 0.00 99.97 10:12:19 09:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 10:12:19 09:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:12:19 09:33:01 4 0.02 0.00 0.02 0.07 0.00 99.90 10:12:19 09:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:12:19 09:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:33:01 7 0.03 0.00 0.05 0.00 0.00 99.92 10:12:19 09:34:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:12:19 09:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:34:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:12:19 09:34:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:12:19 09:34:01 4 0.00 0.00 0.00 0.05 0.02 99.93 10:12:19 09:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:35:01 all 0.00 0.00 0.01 0.01 0.00 99.98 10:12:19 09:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:35:01 3 0.00 0.00 0.03 0.00 0.00 99.97 10:12:19 09:35:01 4 0.00 0.00 0.00 0.05 0.00 99.95 10:12:19 09:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:36:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:12:19 09:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 10:12:19 09:36:01 1 0.07 0.00 0.00 0.00 0.00 99.93 10:12:19 09:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:12:19 09:36:01 4 0.00 0.00 0.00 0.05 0.00 99.95 10:12:19 09:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:37:01 all 0.01 0.00 0.00 0.01 0.00 99.98 10:12:19 09:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:37:01 2 0.00 0.00 0.00 0.02 0.02 99.97 10:12:19 09:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:37:01 4 0.02 0.00 0.00 0.05 0.00 99.93 10:12:19 09:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:38:01 all 0.01 0.00 0.00 0.01 0.00 99.97 10:12:19 09:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:38:01 3 0.03 0.00 0.00 0.02 0.00 99.95 10:12:19 09:38:01 4 0.02 0.00 0.00 0.05 0.00 99.93 10:12:19 09:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:38:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:12:19 09:39:01 all 0.21 0.00 0.01 0.01 0.00 99.77 10:12:19 09:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:39:01 3 0.02 0.00 0.03 0.00 0.02 99.93 10:12:19 09:39:01 4 1.63 0.00 0.00 0.07 0.02 98.29 10:12:19 09:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:40:01 all 0.24 0.00 0.01 0.01 0.01 99.73 10:12:19 09:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:40:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:12:19 09:40:01 3 0.02 0.00 0.03 0.00 0.08 99.87 10:12:19 09:40:01 4 1.78 0.00 0.07 0.05 0.00 98.11 10:12:19 09:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:12:19 09:40:01 CPU %user %nice %system %iowait %steal %idle 10:12:19 09:41:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:12:19 09:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:41:01 2 0.00 0.00 0.00 0.02 0.02 99.97 10:12:19 09:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:12:19 09:41:01 4 0.02 0.00 0.03 0.05 0.00 99.90 10:12:19 09:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:42:01 all 0.02 0.00 0.00 0.00 0.00 99.97 10:12:19 09:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:42:01 4 0.02 0.00 0.00 0.03 0.00 99.95 10:12:19 09:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:42:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:12:19 09:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:43:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:12:19 09:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:43:01 3 0.03 0.00 0.03 0.00 0.02 99.92 10:12:19 09:43:01 4 0.00 0.00 0.00 0.07 0.00 99.93 10:12:19 09:43:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:44:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:12:19 09:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:44:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:12:19 09:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:12:19 09:44:01 4 0.00 0.00 0.00 0.05 0.02 99.93 10:12:19 09:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:45:01 all 0.07 0.00 0.01 0.01 0.01 99.91 10:12:19 09:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:45:01 3 0.02 0.00 0.05 0.00 0.02 99.92 10:12:19 09:45:01 4 0.52 0.00 0.00 0.05 0.00 99.43 10:12:19 09:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:46:01 all 0.09 0.00 0.02 0.01 0.00 99.88 10:12:19 09:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:12:19 09:46:01 4 0.68 0.00 0.10 0.05 0.00 99.17 10:12:19 09:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:47:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:12:19 09:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:12:19 09:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:12:19 09:47:01 4 0.00 0.00 0.02 0.07 0.00 99.92 10:12:19 09:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:47:01 7 0.00 0.00 0.03 0.00 0.00 99.97 10:12:19 09:48:01 all 0.07 0.00 0.01 0.01 0.00 99.91 10:12:19 09:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:48:01 1 0.43 0.00 0.00 0.00 0.00 99.57 10:12:19 09:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:12:19 09:48:01 4 0.02 0.00 0.00 0.07 0.00 99.92 10:12:19 09:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:48:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:49:01 all 0.01 0.00 0.01 0.01 0.01 99.97 10:12:19 09:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:49:01 2 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:49:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:12:19 09:49:01 4 0.00 0.00 0.02 0.05 0.00 99.93 10:12:19 09:49:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:50:01 all 0.01 0.00 0.01 0.01 0.00 99.96 10:12:19 09:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:50:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:12:19 09:50:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:12:19 09:50:01 4 0.02 0.00 0.00 0.07 0.02 99.90 10:12:19 09:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:51:01 all 0.38 0.00 0.04 0.03 0.00 99.54 10:12:19 09:51:01 0 0.65 0.00 0.07 0.12 0.00 99.17 10:12:19 09:51:01 1 0.20 0.00 0.05 0.02 0.00 99.73 10:12:19 09:51:01 2 0.07 0.00 0.03 0.02 0.00 99.88 10:12:19 09:51:01 3 0.12 0.00 0.03 0.00 0.02 99.83 10:12:19 09:51:01 4 0.15 0.00 0.05 0.12 0.00 99.68 10:12:19 09:51:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 09:51:01 6 0.53 0.00 0.00 0.00 0.00 99.47 10:12:19 09:51:01 7 1.32 0.00 0.05 0.00 0.00 98.63 10:12:19 10:12:19 09:51:01 CPU %user %nice %system %iowait %steal %idle 10:12:19 09:52:01 all 0.01 0.00 0.01 0.01 0.00 99.96 10:12:19 09:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:12:19 09:52:01 4 0.02 0.00 0.00 0.10 0.00 99.88 10:12:19 09:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:53:01 all 0.01 0.00 0.00 0.03 0.00 99.96 10:12:19 09:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:53:01 2 0.02 0.00 0.02 0.05 0.00 99.92 10:12:19 09:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 09:53:01 4 0.00 0.00 0.00 0.15 0.00 99.85 10:12:19 09:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:54:01 all 0.01 0.00 0.01 0.01 0.01 99.97 10:12:19 09:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:54:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:54:01 3 0.07 0.00 0.05 0.00 0.02 99.87 10:12:19 09:54:01 4 0.00 0.00 0.00 0.05 0.00 99.95 10:12:19 09:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 09:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:55:01 all 0.01 0.00 0.00 0.01 0.01 99.97 10:12:19 09:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:55:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:12:19 09:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 10:12:19 09:55:01 4 0.02 0.00 0.00 0.02 0.00 99.97 10:12:19 09:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:55:01 7 0.00 0.00 0.00 0.03 0.02 99.95 10:12:19 09:56:01 all 0.17 0.00 0.00 0.00 0.00 99.81 10:12:19 09:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 09:56:01 4 1.29 0.00 0.00 0.00 0.02 98.69 10:12:19 09:56:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:12:19 09:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:56:01 7 0.00 0.00 0.02 0.03 0.00 99.95 10:12:19 09:57:01 all 0.26 0.00 0.01 0.01 0.00 99.72 10:12:19 09:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:57:01 2 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:57:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:12:19 09:57:01 4 1.97 0.00 0.00 0.02 0.00 98.01 10:12:19 09:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:57:01 7 0.02 0.00 0.02 0.05 0.00 99.92 10:12:19 09:58:01 all 0.17 0.00 0.02 0.01 0.00 99.80 10:12:19 09:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:58:01 2 0.00 0.00 0.02 0.02 0.00 99.97 10:12:19 09:58:01 3 0.08 0.00 0.03 0.00 0.00 99.88 10:12:19 09:58:01 4 1.19 0.00 0.08 0.02 0.00 98.71 10:12:19 09:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:12:19 09:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 09:58:01 7 0.02 0.00 0.00 0.03 0.00 99.95 10:12:19 09:59:01 all 0.02 0.00 0.00 0.01 0.01 99.96 10:12:19 09:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 09:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 09:59:01 3 0.08 0.00 0.00 0.00 0.02 99.90 10:12:19 09:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:12:19 09:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 09:59:01 7 0.00 0.00 0.00 0.05 0.00 99.95 10:12:19 10:00:01 all 0.01 0.00 0.00 0.01 0.00 99.98 10:12:19 10:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:00:01 3 0.03 0.00 0.03 0.00 0.02 99.92 10:12:19 10:00:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:12:19 10:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:00:01 7 0.02 0.00 0.00 0.03 0.00 99.95 10:12:19 10:01:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:12:19 10:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:01:01 2 0.02 0.00 0.00 0.02 0.02 99.95 10:12:19 10:01:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:12:19 10:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 10:01:01 7 0.00 0.00 0.00 0.07 0.00 99.93 10:12:19 10:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:12:19 10:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 10:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:02:01 2 0.00 0.00 0.03 0.00 0.00 99.97 10:12:19 10:02:01 3 0.07 0.00 0.02 0.00 0.00 99.92 10:12:19 10:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:12:19 10:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:02:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:12:19 10:12:19 10:02:01 CPU %user %nice %system %iowait %steal %idle 10:12:19 10:03:01 all 0.04 0.00 0.00 0.00 0.00 99.95 10:12:19 10:03:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:12:19 10:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:03:01 3 0.07 0.00 0.02 0.00 0.02 99.90 10:12:19 10:03:01 4 0.18 0.00 0.02 0.00 0.00 99.80 10:12:19 10:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:03:01 7 0.00 0.00 0.00 0.02 0.02 99.97 10:12:19 10:04:01 all 0.02 0.00 0.01 0.00 0.00 99.97 10:12:19 10:04:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:12:19 10:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:04:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:12:19 10:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 10:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:04:01 7 0.03 0.00 0.02 0.02 0.00 99.93 10:12:19 10:05:01 all 7.26 0.00 2.81 1.01 0.06 88.85 10:12:19 10:05:01 0 5.90 0.00 3.23 3.80 0.05 87.03 10:12:19 10:05:01 1 8.21 0.00 3.05 0.07 0.05 88.63 10:12:19 10:05:01 2 5.89 0.00 2.76 0.37 0.07 90.91 10:12:19 10:05:01 3 8.13 0.00 3.14 1.87 0.07 86.79 10:12:19 10:05:01 4 9.47 0.00 2.71 0.37 0.05 87.40 10:12:19 10:05:01 5 5.97 0.00 2.50 0.64 0.05 90.85 10:12:19 10:05:01 6 8.45 0.00 2.32 0.07 0.07 89.09 10:12:19 10:05:01 7 6.10 0.00 2.83 0.86 0.10 90.11 10:12:19 10:06:01 all 26.69 0.00 4.79 2.48 0.08 65.95 10:12:19 10:06:01 0 26.95 0.00 6.15 16.16 0.08 50.66 10:12:19 10:06:01 1 27.06 0.00 4.81 0.68 0.08 67.36 10:12:19 10:06:01 2 26.37 0.00 4.79 0.03 0.07 68.74 10:12:19 10:06:01 3 26.50 0.00 5.29 0.24 0.08 67.90 10:12:19 10:06:01 4 29.60 0.00 4.57 1.55 0.10 64.18 10:12:19 10:06:01 5 24.45 0.00 4.28 0.02 0.07 71.19 10:12:19 10:06:01 6 24.50 0.00 3.97 0.98 0.08 70.47 10:12:19 10:06:01 7 28.14 0.00 4.47 0.25 0.10 67.03 10:12:19 10:07:02 all 18.08 0.00 3.70 1.65 0.07 76.50 10:12:19 10:07:02 0 18.38 0.00 3.33 1.85 0.07 76.37 10:12:19 10:07:02 1 18.17 0.00 3.66 0.10 0.07 78.01 10:12:19 10:07:02 2 18.32 0.00 3.64 2.46 0.08 75.49 10:12:19 10:07:02 3 17.77 0.00 3.77 3.11 0.07 75.28 10:12:19 10:07:02 4 18.22 0.00 4.19 0.98 0.07 76.54 10:12:19 10:07:02 5 18.01 0.00 3.20 0.39 0.05 78.35 10:12:19 10:07:02 6 18.15 0.00 3.58 1.34 0.05 76.88 10:12:19 10:07:02 7 17.66 0.00 4.21 2.97 0.07 75.09 10:12:19 10:08:01 all 0.17 0.00 0.01 0.01 0.01 99.81 10:12:19 10:08:01 0 0.08 0.00 0.00 0.00 0.00 99.92 10:12:19 10:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 10:08:01 3 0.08 0.00 0.03 0.02 0.02 99.85 10:12:19 10:08:01 4 1.13 0.00 0.05 0.00 0.00 98.82 10:12:19 10:08:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 10:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 10:08:01 7 0.00 0.00 0.00 0.03 0.02 99.95 10:12:19 10:09:01 all 0.28 0.00 0.01 0.01 0.00 99.70 10:12:19 10:09:01 0 0.08 0.00 0.00 0.00 0.02 99.90 10:12:19 10:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:09:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:12:19 10:09:01 3 0.07 0.00 0.03 0.05 0.02 99.83 10:12:19 10:09:01 4 1.95 0.00 0.03 0.00 0.00 98.01 10:12:19 10:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:12:19 10:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:12:19 10:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 10:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 10:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:12:19 10:10:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:12:19 10:10:01 5 0.00 0.00 0.03 0.00 0.00 99.97 10:12:19 10:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:10:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:12:19 10:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:12:19 10:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:12:19 10:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:12:19 10:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:12:19 10:11:01 3 0.07 0.00 0.02 0.00 0.00 99.92 10:12:19 10:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 10:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:12:19 10:11:01 7 0.00 0.00 0.02 0.00 0.02 99.97 10:12:19 10:12:01 all 0.02 0.00 0.01 0.01 0.00 99.96 10:12:19 10:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:12:19 10:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:12:01 3 0.05 0.00 0.02 0.02 0.02 99.90 10:12:19 10:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:12:19 10:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:12:19 10:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:12:19 10:12:01 7 0.02 0.00 0.00 0.05 0.00 99.93 10:12:19 Average: all 1.07 0.00 0.25 0.12 0.01 98.56 10:12:19 Average: 0 1.01 0.00 0.32 0.41 0.01 98.26 10:12:19 Average: 1 1.03 0.00 0.23 0.02 0.01 98.71 10:12:19 Average: 2 0.97 0.00 0.24 0.07 0.01 98.71 10:12:19 Average: 3 1.05 0.00 0.27 0.11 0.02 98.56 10:12:19 Average: 4 1.43 0.00 0.24 0.17 0.01 98.15 10:12:19 Average: 5 0.96 0.00 0.21 0.02 0.00 98.81 10:12:19 Average: 6 1.06 0.00 0.21 0.05 0.00 98.67 10:12:19 Average: 7 1.06 0.00 0.25 0.09 0.01 98.60 10:12:19 10:12:19 10:12:19