Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 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-ssh2209001804006576807.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-ssh4816872749918028375.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/edgex-taf-common/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12870947992588875666.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 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-ssh6953505946516522404.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/edgex-taf-common/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh554230714020899412.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [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 ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-9577’ is offline Running on prd-ubuntu20.04-docker-8c-8g-9580 in /w/workspace/gexfoundry_edgex-taf-common_main [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/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.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/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 (main) Commit message: "Merge pull request #48 from cherrycl/add-jq" > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 # timeout=10 > git rev-list --no-walk 8a2ece878d90b9b84fce85a683ceecc0804aedf3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-10T03:21:15.853Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-10T03:21:15.887Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-10T03:21:15.898Z] ========================================================= [2023-03-10T03:21:15.898Z] EdgeX Global Pipelines Version Info [2023-03-10T03:21:15.898Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-10T03:21:16.594Z] ------------------- [2023-03-10T03:21:16.594Z] stable info: [2023-03-10T03:21:16.594Z] ------------------- [2023-03-10T03:21:16.594Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-10T03:21:16.594Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T03:21:16.594Z] Message: update stable to v1.0.244 [2023-03-10T03:21:17.164Z] ------------------- [2023-03-10T03:21:17.164Z] experimental info: [2023-03-10T03:21:17.164Z] ------------------- [2023-03-10T03:21:17.164Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-10T03:21:17.164Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T03:21:17.164Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2023-03-10T03:21:17.321Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2023-03-10T03:21:17.329Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2023-03-10T03:21:17.342Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-10T03:21:17.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-10T03:21:17.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-10T03:21:17.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2023-03-10T03:21:17.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-10T03:21:17.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2023-03-10T03:21:17.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2023-03-10T03:21:17.412Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T03:21:17.421Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2023-03-10T03:21:17.430Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2023-03-10T03:21:17.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-10T03:21:17.452Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-10T03:21:17.460Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-10T03:21:17.469Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-10T03:21:17.481Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-10T03:21:17.490Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [Pipeline] echo [2023-03-10T03:21:17.500Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95cb4b5 [Pipeline] echo [2023-03-10T03:21:17.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T03:21:17.549Z] provisioning config files... [2023-03-10T03:21:17.563Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8820275346803170801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T03:21:17.855Z] ---> docker-login.sh [2023-03-10T03:21:17.855Z] nexus3.edgexfoundry.org:10001 [2023-03-10T03:21:18.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:18.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:18.114Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:18.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:18.114Z] [2023-03-10T03:21:18.114Z] Login Succeeded [2023-03-10T03:21:18.114Z] nexus3.edgexfoundry.org:10002 [2023-03-10T03:21:18.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:18.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:18.373Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:18.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:18.373Z] [2023-03-10T03:21:18.373Z] Login Succeeded [2023-03-10T03:21:18.373Z] nexus3.edgexfoundry.org:10003 [2023-03-10T03:21:18.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:18.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:18.373Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:18.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:18.373Z] [2023-03-10T03:21:18.373Z] Login Succeeded [2023-03-10T03:21:18.373Z] nexus3.edgexfoundry.org:10004 [2023-03-10T03:21:18.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:18.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:18.633Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:18.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:18.633Z] [2023-03-10T03:21:18.633Z] Login Succeeded [2023-03-10T03:21:18.633Z] docker.io [2023-03-10T03:21:18.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:18.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:18.894Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:18.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:18.894Z] [2023-03-10T03:21:18.894Z] Login Succeeded [2023-03-10T03:21:18.894Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T03:21:18.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-10T03:21:19.383Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T03:21:19.383Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-10T03:21:19.383Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-10T03:21:19.383Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-10T03:21:19.383Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-10T03:21:19.383Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-10T03:21:19.383Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:21:19.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T03:21:19.800Z] [2023-03-10T03:21:19.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:21:20.103Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T03:21:20.103Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-10T03:21:20.103Z] b85a868b505f: Pulling fs layer [2023-03-10T03:21:20.103Z] e2be974225ed: Pulling fs layer [2023-03-10T03:21:20.103Z] 339a4e72a1f5: Pulling fs layer [2023-03-10T03:21:20.103Z] 988bab9f4d93: Pulling fs layer [2023-03-10T03:21:20.103Z] 1469e6f7b9e6: Pulling fs layer [2023-03-10T03:21:20.103Z] eaf3925da568: Pulling fs layer [2023-03-10T03:21:20.103Z] bab4dde63d76: Pulling fs layer [2023-03-10T03:21:20.103Z] bde34c3a00c8: Pulling fs layer [2023-03-10T03:21:20.103Z] b352a97aabf1: Pulling fs layer [2023-03-10T03:21:20.103Z] 4872d77fe225: Pulling fs layer [2023-03-10T03:21:20.103Z] 1469e6f7b9e6: Waiting [2023-03-10T03:21:20.103Z] eaf3925da568: Waiting [2023-03-10T03:21:20.103Z] bab4dde63d76: Waiting [2023-03-10T03:21:20.103Z] bde34c3a00c8: Waiting [2023-03-10T03:21:20.103Z] b352a97aabf1: Waiting [2023-03-10T03:21:20.103Z] 988bab9f4d93: Waiting [2023-03-10T03:21:20.103Z] 5851b861e8e6: Pulling fs layer [2023-03-10T03:21:20.103Z] 4872d77fe225: Waiting [2023-03-10T03:21:20.103Z] 5851b861e8e6: Waiting [2023-03-10T03:21:20.365Z] e2be974225ed: Verifying Checksum [2023-03-10T03:21:20.365Z] e2be974225ed: Download complete [2023-03-10T03:21:20.365Z] 988bab9f4d93: Verifying Checksum [2023-03-10T03:21:20.365Z] 988bab9f4d93: Download complete [2023-03-10T03:21:20.365Z] 339a4e72a1f5: Verifying Checksum [2023-03-10T03:21:20.365Z] 339a4e72a1f5: Download complete [2023-03-10T03:21:20.365Z] 1469e6f7b9e6: Verifying Checksum [2023-03-10T03:21:20.365Z] 1469e6f7b9e6: Download complete [2023-03-10T03:21:20.365Z] eaf3925da568: Verifying Checksum [2023-03-10T03:21:20.365Z] eaf3925da568: Download complete [2023-03-10T03:21:20.365Z] bde34c3a00c8: Download complete [2023-03-10T03:21:20.365Z] b352a97aabf1: Verifying Checksum [2023-03-10T03:21:20.365Z] b352a97aabf1: Download complete [2023-03-10T03:21:20.365Z] 4872d77fe225: Verifying Checksum [2023-03-10T03:21:20.365Z] 4872d77fe225: Download complete [2023-03-10T03:21:20.624Z] 5851b861e8e6: Download complete [2023-03-10T03:21:20.624Z] b85a868b505f: Verifying Checksum [2023-03-10T03:21:20.624Z] b85a868b505f: Download complete [2023-03-10T03:21:20.884Z] bab4dde63d76: Verifying Checksum [2023-03-10T03:21:20.884Z] bab4dde63d76: Download complete [2023-03-10T03:21:21.823Z] b85a868b505f: Pull complete [2023-03-10T03:21:21.823Z] e2be974225ed: Pull complete [2023-03-10T03:21:22.391Z] 339a4e72a1f5: Pull complete [2023-03-10T03:21:22.391Z] 988bab9f4d93: Pull complete [2023-03-10T03:21:22.652Z] 1469e6f7b9e6: Pull complete [2023-03-10T03:21:22.652Z] eaf3925da568: Pull complete [2023-03-10T03:21:24.562Z] bab4dde63d76: Pull complete [2023-03-10T03:21:24.822Z] bde34c3a00c8: Pull complete [2023-03-10T03:21:24.822Z] b352a97aabf1: Pull complete [2023-03-10T03:21:24.822Z] 4872d77fe225: Pull complete [2023-03-10T03:21:25.082Z] 5851b861e8e6: Pull complete [2023-03-10T03:21:25.082Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-10T03:21:25.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T03:21:25.082Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T03:21:25.181Z] prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container [2023-03-10T03:21:25.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T03:21:26.461Z] $ docker top c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 -eo pid,comm [2023-03-10T03:21:26.517Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-10T03:21:26.517Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T03:21:26.551Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T03:21:26.551Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T03:21:26.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T03:21:26.674Z] $ docker exec c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 ssh-agent [2023-03-10T03:21:26.786Z] SSH_AUTH_SOCK=/tmp/ssh-mYYD1hYmsbeo/agent.33 [2023-03-10T03:21:26.786Z] SSH_AGENT_PID=39 [2023-03-10T03:21:26.791Z] Running ssh-add (command line suppressed) [2023-03-10T03:21:26.909Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_10551752118440911281.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_10551752118440911281.key) [2023-03-10T03:21:26.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T03:21:27.206Z] + git tag --points-at HEAD [Pipeline] } [2023-03-10T03:21:27.244Z] $ docker exec --env ******** --env ******** c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 ssh-agent -k [2023-03-10T03:21:27.352Z] unset SSH_AUTH_SOCK; [2023-03-10T03:21:27.353Z] unset SSH_AGENT_PID; [2023-03-10T03:21:27.353Z] echo Agent pid 39 killed; [2023-03-10T03:21:27.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-10T03:21:27.379Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T03:21:27.379Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T03:21:27.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T03:21:27.498Z] $ docker exec c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 ssh-agent [2023-03-10T03:21:27.611Z] SSH_AUTH_SOCK=/tmp/ssh-zUOtKxMAdK9J/agent.71 [2023-03-10T03:21:27.611Z] SSH_AGENT_PID=77 [2023-03-10T03:21:27.617Z] Running ssh-add (command line suppressed) [2023-03-10T03:21:27.718Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_17452932401519805754.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_17452932401519805754.key) [2023-03-10T03:21:27.728Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T03:21:28.015Z] + git semver init [2023-03-10T03:21:28.274Z] 2023-03-10 03:21:28,195 [run_init] DEBUG init version:0.0.0 force:False [2023-03-10T03:21:28.274Z] 2023-03-10 03:21:28,195 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2023-03-10T03:21:28.274Z] 2023-03-10 03:21:28,196 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2023-03-10T03:21:28.274Z] 2023-03-10 03:21:28,196 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2023-03-10T03:21:28.843Z] 2023-03-10 03:21:28,815 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2023-03-10T03:21:28.843Z] 2023-03-10 03:21:28,816 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2023-03-10T03:21:28.843Z] 2023-03-10 03:21:28,816 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T03:21:28.843Z] 2023-03-10 03:21:28,816 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T03:21:28.843Z] 0.0.2-dev.20 [Pipeline] } [2023-03-10T03:21:28.855Z] $ docker exec --env ******** --env ******** c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 ssh-agent -k [2023-03-10T03:21:28.956Z] unset SSH_AUTH_SOCK; [2023-03-10T03:21:28.956Z] unset SSH_AGENT_PID; [2023-03-10T03:21:28.957Z] echo Agent pid 77 killed; [2023-03-10T03:21:28.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T03:21:29.271Z] + git semver [Pipeline] } [2023-03-10T03:21:29.546Z] $ docker stop --time=1 c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 [2023-03-10T03:21:30.880Z] $ docker rm -f --volumes c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T03:21:31.208Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-10T03:21:31.402Z] Stashed 1 file(s) [Pipeline] echo [2023-03-10T03:21:31.406Z] [edgeXSemver]: initialized semver on version 0.0.2-dev.20 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T03:21:31.551Z] provisioning config files... [2023-03-10T03:21:31.559Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config649718389986347854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T03:21:31.853Z] ---> docker-login.sh [2023-03-10T03:21:31.853Z] nexus3.edgexfoundry.org:10001 [2023-03-10T03:21:31.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:31.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:31.853Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:31.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:31.853Z] [2023-03-10T03:21:31.853Z] Login Succeeded [2023-03-10T03:21:31.853Z] nexus3.edgexfoundry.org:10002 [2023-03-10T03:21:31.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:31.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:31.853Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:31.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:31.853Z] [2023-03-10T03:21:31.853Z] Login Succeeded [2023-03-10T03:21:31.853Z] nexus3.edgexfoundry.org:10003 [2023-03-10T03:21:32.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:32.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:32.112Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:32.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:32.112Z] [2023-03-10T03:21:32.112Z] Login Succeeded [2023-03-10T03:21:32.112Z] nexus3.edgexfoundry.org:10004 [2023-03-10T03:21:32.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:32.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:32.112Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:32.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:32.112Z] [2023-03-10T03:21:32.112Z] Login Succeeded [2023-03-10T03:21:32.112Z] docker.io [2023-03-10T03:21:32.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:21:32.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:21:32.371Z] Configure a credential helper to remove this warning. See [2023-03-10T03:21:32.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:21:32.371Z] [2023-03-10T03:21:32.371Z] Login Succeeded [2023-03-10T03:21:32.371Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T03:21:32.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T03:21:32.983Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-10T03:21:33.266Z] + ls -al . [2023-03-10T03:21:33.266Z] total 68 [2023-03-10T03:21:33.266Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 10 03:21 . [2023-03-10T03:21:33.266Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 03:21 .. [2023-03-10T03:21:33.266Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 03:21 .git [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 22 Mar 10 03:21 .gitignore [2023-03-10T03:21:33.266Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 03:21 .semver [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 2268 Mar 10 03:21 Dockerfile [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 746 Mar 10 03:21 Jenkinsfile [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 11381 Mar 10 03:21 LICENSE [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 3582 Mar 10 03:21 README.md [2023-03-10T03:21:33.266Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 03:21 TAF-Manager [2023-03-10T03:21:33.266Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 10 03:21 TUC [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 03:21 VERSION [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 307 Mar 10 03:21 requirements.txt [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 54 Mar 10 03:21 robot-entrypoint.sh [2023-03-10T03:21:33.266Z] -rw-rw-r-- 1 jenkins jenkins 445 Mar 10 03:21 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:21:33.566Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 --label arch=amd64 --label version=0.0.2-dev.20 . [2023-03-10T03:21:33.566Z] Sending build context to Docker daemon 401.9kB [2023-03-10T03:21:33.566Z] Step 1/12 : FROM alpine:3.16 [2023-03-10T03:21:34.134Z] 3.16: Pulling from library/alpine [2023-03-10T03:21:34.134Z] ef5531b6e74e: Pulling fs layer [2023-03-10T03:21:34.134Z] ef5531b6e74e: Verifying Checksum [2023-03-10T03:21:34.134Z] ef5531b6e74e: Download complete [2023-03-10T03:21:34.394Z] ef5531b6e74e: Pull complete [2023-03-10T03:21:34.394Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T03:21:34.394Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T03:21:34.394Z] ---> dfd21b5a31f5 [2023-03-10T03:21:34.394Z] Step 2/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2023-03-10T03:21:34.394Z] ---> Running in 537652006f7d [2023-03-10T03:21:34.653Z] Removing intermediate container 537652006f7d [2023-03-10T03:21:34.653Z] ---> 726d9325db3e [2023-03-10T03:21:34.653Z] Step 3/12 : LABEL maintainer="Bruce Huang " [2023-03-10T03:21:34.653Z] ---> Running in 0beb71c4d378 [2023-03-10T03:21:34.653Z] Removing intermediate container 0beb71c4d378 [2023-03-10T03:21:34.653Z] ---> 56af6350019d [2023-03-10T03:21:34.653Z] Step 4/12 : COPY . /edgex-taf/edgex-taf-common [2023-03-10T03:21:34.915Z] ---> 383a291343b4 [2023-03-10T03:21:34.915Z] Step 5/12 : COPY robot-entrypoint.sh /usr/local/bin/ [2023-03-10T03:21:34.915Z] ---> 4a40b580b59c [2023-03-10T03:21:34.915Z] Step 6/12 : WORKDIR /edgex-taf [2023-03-10T03:21:35.174Z] ---> Running in 5c0ba65ba601 [2023-03-10T03:21:35.174Z] Removing intermediate container 5c0ba65ba601 [2023-03-10T03:21:35.174Z] ---> ca14886b50ef [2023-03-10T03:21:35.174Z] Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2023-03-10T03:21:35.174Z] ---> Running in c0a46b06b69d [2023-03-10T03:21:35.742Z] Removing intermediate container c0a46b06b69d [2023-03-10T03:21:35.742Z] ---> 203d8d1a48c5 [2023-03-10T03:21:35.742Z] Step 8/12 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.4-r0 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install ./edgex-taf-common && pip3 install robotframework==4.1.3 && pip3 install docker==4.4.1 && pip3 install -U python-dotenv==0.15.0 && pip3 install -U RESTinstance==1.0.2 && pip3 install -U robotbackgroundlogger==1.2 && pip3 install -U configparser==5.0.1 && pip3 install -U requests==2.25.1 && pip3 install -U robotframework-requests==0.8.0 && pip3 install -U paho-mqtt==1.5.1 && pip3 install -U redis==3.5.3 && pip3 install -U pyzmq==22.2.1 && pip3 install -U robotframework-seleniumlibrary==5.1.3 && pip3 install -U psycopg2==2.9.3 && pip3 install -U numpy==1.22.3 && pip3 install -U psutil==5.9.0 && pip3 install -U pycryptodome==3.15.0 && pip3 install -U influxdb-client==1.33.0 [2023-03-10T03:21:36.001Z] ---> Running in bf209794accc [2023-03-10T03:21:36.260Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T03:21:37.196Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T03:21:38.133Z] OK: 6 MiB in 14 packages [2023-03-10T03:21:38.133Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T03:21:38.393Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T03:21:39.334Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T03:21:39.594Z] (2/9) Installing brotli-libs (1.0.9-r6) [2023-03-10T03:21:39.855Z] (3/9) Installing nghttp2-libs (1.47.0-r0) [2023-03-10T03:21:40.115Z] (4/9) Installing libcurl (7.83.1-r6) [2023-03-10T03:21:40.685Z] (5/9) Installing curl (7.83.1-r6) [2023-03-10T03:21:40.944Z] (6/9) Installing docker-cli (20.10.20-r0) [2023-03-10T03:21:41.882Z] (7/9) Installing oniguruma (6.9.8-r0) [2023-03-10T03:21:42.141Z] (8/9) Installing jq (1.6-r1) [2023-03-10T03:21:42.711Z] (9/9) Installing openssl (1.1.1t-r0) [2023-03-10T03:21:42.970Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:21:42.970Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T03:21:42.970Z] OK: 52 MiB in 23 packages [2023-03-10T03:21:43.229Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T03:21:43.487Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T03:21:44.423Z] (1/137) Installing libmagic (5.41-r0) [2023-03-10T03:21:44.684Z] (2/137) Installing file (5.41-r0) [2023-03-10T03:21:44.944Z] (3/137) Installing libxau (1.0.9-r0) [2023-03-10T03:21:45.204Z] (4/137) Installing libxdmcp (1.1.3-r0) [2023-03-10T03:21:45.463Z] (5/137) Installing libxcb (1.15-r0) [2023-03-10T03:21:45.722Z] (6/137) Installing libx11 (1.8-r0) [2023-03-10T03:21:46.290Z] (7/137) Installing libxext (1.3.4-r0) [2023-03-10T03:21:46.497Z] Still waiting to schedule task [2023-03-10T03:21:46.498Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-10T03:21:46.549Z] (8/137) Installing libice (1.0.10-r0) [2023-03-10T03:21:46.809Z] (9/137) Installing libuuid (2.38-r1) [2023-03-10T03:21:47.068Z] (10/137) Installing libsm (1.2.3-r0) [2023-03-10T03:21:47.327Z] (11/137) Installing libxt (1.2.1-r0) [2023-03-10T03:21:47.898Z] (12/137) Installing libxmu (1.1.3-r0) [2023-03-10T03:21:48.159Z] (13/137) Installing xset (1.2.4-r0) [2023-03-10T03:21:48.425Z] (14/137) Installing xprop (1.2.5-r0) [2023-03-10T03:21:48.684Z] (15/137) Installing xdg-utils (1.1.3-r3) [2023-03-10T03:21:48.943Z] (16/137) Installing eudev-libs (3.2.11-r0) [2023-03-10T03:21:49.510Z] (17/137) Installing pkgconf (1.8.1-r0) [2023-03-10T03:21:49.770Z] (18/137) Installing libffi (3.4.2-r1) [2023-03-10T03:21:50.028Z] (19/137) Installing libintl (0.21-r2) [2023-03-10T03:21:50.299Z] (20/137) Installing libblkid (2.38-r1) [2023-03-10T03:21:50.557Z] (21/137) Installing libmount (2.38-r1) [2023-03-10T03:21:51.124Z] (22/137) Installing pcre (8.45-r2) [2023-03-10T03:21:51.383Z] (23/137) Installing glib (2.72.1-r0) [2023-03-10T03:21:51.951Z] (24/137) Installing xz-libs (5.2.5-r1) [2023-03-10T03:21:52.211Z] (25/137) Installing libxml2 (2.9.14-r2) [2023-03-10T03:21:52.779Z] (26/137) Installing shared-mime-info (2.2-r2) [2023-03-10T03:21:53.037Z] (27/137) Installing hicolor-icon-theme (0.17-r1) [2023-03-10T03:21:53.296Z] (28/137) Installing libjpeg-turbo (2.1.3-r1) [2023-03-10T03:21:53.864Z] (29/137) Installing libpng (1.6.37-r1) [2023-03-10T03:21:54.123Z] (30/137) Installing libwebp (1.2.3-r0) [2023-03-10T03:21:54.692Z] (31/137) Installing zstd-libs (1.5.2-r1) [2023-03-10T03:21:54.951Z] (32/137) Installing tiff (4.4.0-r0) [2023-03-10T03:21:55.520Z] (33/137) Installing gdk-pixbuf (2.42.8-r0) [2023-03-10T03:21:55.780Z] (34/137) Installing gtk-update-icon-cache (2.24.33-r3) [2023-03-10T03:21:56.039Z] (35/137) Installing libxcomposite (0.4.5-r0) [2023-03-10T03:21:56.299Z] (36/137) Installing libxfixes (6.0.0-r0) [2023-03-10T03:21:56.559Z] (37/137) Installing libxrender (0.9.10-r3) [2023-03-10T03:21:56.819Z] (38/137) Installing libxcursor (1.2.1-r0) [2023-03-10T03:21:57.079Z] (39/137) Installing libxdamage (1.1.5-r1) [2023-03-10T03:21:57.339Z] (40/137) Installing libxi (1.8-r0) [2023-03-10T03:21:57.598Z] (41/137) Installing libxinerama (1.1.4-r1) [2023-03-10T03:21:57.856Z] (42/137) Installing libxrandr (1.5.2-r1) [2023-03-10T03:21:58.116Z] (43/137) Installing atk (2.38.0-r0) [2023-03-10T03:21:58.375Z] (44/137) Installing libxtst (1.2.3-r3) [2023-03-10T03:21:58.634Z] (45/137) Installing dbus-libs (1.14.4-r0) [2023-03-10T03:21:59.201Z] (46/137) Installing at-spi2-core (2.44.1-r0) [2023-03-10T03:21:59.459Z] (47/137) Installing at-spi2-atk (2.38.0-r0) [2023-03-10T03:21:59.718Z] (48/137) Installing expat (2.5.0-r0) [2023-03-10T03:21:59.977Z] (49/137) Installing libbz2 (1.0.8-r1) [2023-03-10T03:22:00.236Z] (50/137) Installing freetype (2.12.1-r0) [2023-03-10T03:22:00.805Z] (51/137) Installing fontconfig (2.14.0-r0) [2023-03-10T03:22:01.064Z] (52/137) Installing pixman (0.40.0-r4) [2023-03-10T03:22:01.636Z] (53/137) Installing cairo (1.17.4-r2) [2023-03-10T03:22:01.896Z] (54/137) Installing cairo-gobject (1.17.4-r2) [2023-03-10T03:22:02.154Z] (55/137) Installing avahi-libs (0.8-r6) [2023-03-10T03:22:02.724Z] (56/137) Installing gmp (6.2.1-r2) [2023-03-10T03:22:02.983Z] (57/137) Installing nettle (3.7.3-r0) [2023-03-10T03:22:03.551Z] (58/137) Installing p11-kit (0.24.1-r0) [2023-03-10T03:22:03.810Z] (59/137) Installing libtasn1 (4.18.0-r1) [2023-03-10T03:22:04.070Z] (60/137) Installing libunistring (1.0-r0) [2023-03-10T03:22:04.640Z] (61/137) Installing gnutls (3.7.7-r1) [2023-03-10T03:22:05.210Z] (62/137) Installing cups-libs (2.4.2-r0) [2023-03-10T03:22:05.469Z] (63/137) Installing libepoxy (1.5.10-r0) [2023-03-10T03:22:05.728Z] (64/137) Installing fribidi (1.0.12-r0) [2023-03-10T03:22:06.297Z] (65/137) Installing graphite2 (1.3.14-r1) [2023-03-10T03:22:06.556Z] (66/137) Installing harfbuzz (4.3.0-r0) [2023-03-10T03:22:06.815Z] (67/137) Installing libxft (2.3.4-r0) [2023-03-10T03:22:07.383Z] (68/137) Installing pango (1.50.7-r0) [2023-03-10T03:22:07.642Z] (69/137) Installing wayland-libs-client (1.20.0-r0) [2023-03-10T03:22:07.902Z] (70/137) Installing wayland-libs-cursor (1.20.0-r0) [2023-03-10T03:22:08.162Z] (71/137) Installing wayland-libs-egl (1.20.0-r0) [2023-03-10T03:22:08.421Z] (72/137) Installing xkeyboard-config (2.35.1-r0) [2023-03-10T03:22:08.991Z] (73/137) Installing libxkbcommon (1.4.1-r0) [2023-03-10T03:22:09.251Z] (74/137) Installing gtk+3.0 (3.24.34-r1) [2023-03-10T03:22:09.819Z] Executing gtk+3.0-3.24.34-r1.post-install [2023-03-10T03:22:09.819Z] (75/137) Installing libfontenc (1.1.4-r0) [2023-03-10T03:22:10.077Z] (76/137) Installing mkfontscale (1.2.2-r0) [2023-03-10T03:22:10.335Z] (77/137) Installing font-opensans (0_git20210927-r0) [2023-03-10T03:22:10.903Z] (78/137) Installing libgcc (11.2.1_git20220219-r2) [2023-03-10T03:22:11.162Z] (79/137) Installing libogg (1.3.5-r1) [2023-03-10T03:22:11.421Z] (80/137) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-10T03:22:11.988Z] (81/137) Installing flac (1.3.4-r0) [2023-03-10T03:22:12.246Z] (82/137) Installing alsa-lib (1.2.7.2-r0) [2023-03-10T03:22:12.813Z] (83/137) Installing libatomic (11.2.1_git20220219-r2) [2023-03-10T03:22:13.072Z] (84/137) Installing sdl2 (2.0.22-r0) [2023-03-10T03:22:13.641Z] (85/137) Installing aom-libs (3.3.0-r0) [2023-03-10T03:22:14.210Z] (86/137) Installing libass (0.16.0-r0) [2023-03-10T03:22:14.469Z] (87/137) Installing libdav1d (1.0.0-r0) [2023-03-10T03:22:15.037Z] (88/137) Installing libpciaccess (0.16-r0) [2023-03-10T03:22:15.298Z] (89/137) Installing libdrm (2.4.110-r0) [2023-03-10T03:22:15.558Z] (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-10T03:22:15.817Z] (91/137) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-10T03:22:16.387Z] (92/137) Installing lame (3.100-r0) [2023-03-10T03:22:16.646Z] (93/137) Installing opus (1.3.1-r1) [2023-03-10T03:22:17.215Z] (94/137) Installing libasyncns (0.8-r1) [2023-03-10T03:22:17.215Z] (95/137) Installing libltdl (2.4.7-r0) [2023-03-10T03:22:17.785Z] (96/137) Installing orc (0.4.32-r0) [2023-03-10T03:22:18.044Z] (97/137) Installing libvorbis (1.3.7-r0) [2023-03-10T03:22:18.306Z] (98/137) Installing libsndfile (1.1.0-r0) [2023-03-10T03:22:18.879Z] (99/137) Installing libgomp (11.2.1_git20220219-r2) [2023-03-10T03:22:19.140Z] (100/137) Installing soxr (0.1.3-r2) [2023-03-10T03:22:19.399Z] (101/137) Installing speexdsp (1.2.0-r0) [2023-03-10T03:22:19.658Z] (102/137) Installing tdb-libs (1.4.6-r0) [2023-03-10T03:22:19.917Z] (103/137) Installing libpulse (15.0-r2) [2023-03-10T03:22:20.486Z] (104/137) Installing cjson (1.7.15-r3) [2023-03-10T03:22:20.745Z] (105/137) Installing mbedtls (2.28.2-r0) [2023-03-10T03:22:21.313Z] (106/137) Installing librist (0.2.6-r1) [2023-03-10T03:22:21.572Z] (107/137) Installing libsrt (1.4.4-r0) [2023-03-10T03:22:21.831Z] (108/137) Installing libssh (0.9.6-r1) [2023-03-10T03:22:22.399Z] (109/137) Installing libtheora (1.1.1-r16) [2023-03-10T03:22:22.658Z] (110/137) Installing v4l-utils-libs (1.22.1-r1) [2023-03-10T03:22:23.226Z] (111/137) Installing libva (2.14.0-r0) [2023-03-10T03:22:23.487Z] (112/137) Installing libvdpau (1.5-r0) [2023-03-10T03:22:23.746Z] (113/137) Installing vidstab (1.1.0-r1) [2023-03-10T03:22:24.004Z] (114/137) Installing libvpx (1.11.0-r1) [2023-03-10T03:22:24.573Z] (115/137) Installing x264-libs (0.163_git20210613-r0) [2023-03-10T03:22:25.139Z] (116/137) Installing numactl (2.0.14-r0) [2023-03-10T03:22:25.398Z] (117/137) Installing x265-libs (3.5-r3) [2023-03-10T03:22:25.966Z] (118/137) Installing xvidcore (1.3.7-r1) [2023-03-10T03:22:26.224Z] (119/137) Installing ffmpeg-libs (5.0.1-r1) [2023-03-10T03:22:27.159Z] (120/137) Installing libevent (2.1.12-r4) [2023-03-10T03:22:27.418Z] (121/137) Installing mesa (21.3.9-r0) [2023-03-10T03:22:27.677Z] (122/137) Installing wayland-libs-server (1.20.0-r0) [2023-03-10T03:22:27.936Z] (123/137) Installing mesa-gbm (21.3.9-r0) [2023-03-10T03:22:28.196Z] (124/137) Installing icu-data-en (71.1-r2) [2023-03-10T03:22:28.764Z] Executing icu-data-en-71.1-r2.post-install [2023-03-10T03:22:28.764Z] * [2023-03-10T03:22:28.764Z] * If you need ICU with non-English locales and legacy charset support, install [2023-03-10T03:22:28.764Z] * package icu-data-full. [2023-03-10T03:22:28.764Z] * [2023-03-10T03:22:28.764Z] (125/137) Installing icu-libs (71.1-r2) [2023-03-10T03:22:29.330Z] (126/137) Installing lcms2 (2.13.1-r0) [2023-03-10T03:22:29.591Z] (127/137) Installing minizip (1.2.12-r0) [2023-03-10T03:22:29.850Z] (128/137) Installing nspr (4.33-r0) [2023-03-10T03:22:30.110Z] (129/137) Installing sqlite-libs (3.38.5-r0) [2023-03-10T03:22:30.679Z] (130/137) Installing nss (3.78.1-r0) [2023-03-10T03:22:31.247Z] (131/137) Installing re2 (2022.04.01-r0) [2023-03-10T03:22:31.506Z] (132/137) Installing snappy (1.1.9-r4) [2023-03-10T03:22:31.765Z] (133/137) Installing libgpg-error (1.45-r0) [2023-03-10T03:22:32.335Z] (134/137) Installing libgcrypt (1.10.1-r0) [2023-03-10T03:22:32.596Z] (135/137) Installing libxslt (1.1.35-r0) [2023-03-10T03:22:33.169Z] (136/137) Installing chromium (102.0.5005.182-r0) [2023-03-10T03:22:35.070Z] (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) [2023-03-10T03:22:35.639Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:22:35.639Z] Executing glib-2.72.1-r0.trigger [2023-03-10T03:22:35.639Z] Executing shared-mime-info-2.2-r2.trigger [2023-03-10T03:22:35.899Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-03-10T03:22:35.899Z] Executing gtk-update-icon-cache-2.24.33-r3.trigger [2023-03-10T03:22:36.159Z] Executing fontconfig-2.14.0-r0.trigger [2023-03-10T03:22:36.159Z] Executing mkfontscale-1.2.2-r0.trigger [2023-03-10T03:22:36.159Z] OK: 409 MiB in 160 packages [2023-03-10T03:22:36.159Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T03:22:36.729Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T03:22:37.302Z] (1/21) Installing binutils (2.38-r3) [2023-03-10T03:22:37.871Z] (2/21) Installing isl22 (0.22-r0) [2023-03-10T03:22:38.134Z] (3/21) Installing mpfr4 (4.1.0-r0) [2023-03-10T03:22:38.704Z] (4/21) Installing mpc1 (1.2.1-r0) [2023-03-10T03:22:38.965Z] (5/21) Installing gcc (11.2.1_git20220219-r2) [2023-03-10T03:22:40.347Z] (6/21) Installing musl-dev (1.2.3-r2) [2023-03-10T03:22:40.915Z] (7/21) Installing libc-dev (0.7.2-r3) [2023-03-10T03:22:40.915Z] (8/21) Installing linux-headers (5.16.7-r1) [2023-03-10T03:22:41.484Z] (9/21) Installing libffi-dev (3.4.2-r1) [2023-03-10T03:22:42.052Z] (10/21) Installing libpq (14.7-r0) [2023-03-10T03:22:42.311Z] (11/21) Installing openssl-dev (1.1.1t-r0) [2023-03-10T03:22:42.879Z] (12/21) Installing libpq-dev (14.7-r0) [2023-03-10T03:22:43.137Z] (13/21) Installing libecpg (14.7-r0) [2023-03-10T03:22:43.707Z] (14/21) Installing libecpg-dev (14.7-r0) [2023-03-10T03:22:43.967Z] (15/21) Installing llvm13-libs (13.0.1-r2) [2023-03-10T03:22:50.539Z] (16/21) Installing clang-libs (13.0.1-r1) [2023-03-10T03:22:51.916Z] (17/21) Installing clang (13.0.1-r1) [2023-03-10T03:22:52.176Z] (18/21) Installing icu (71.1-r2) [2023-03-10T03:22:52.744Z] (19/21) Installing icu-dev (71.1-r2) [2023-03-10T03:22:53.003Z] (20/21) Installing llvm13 (13.0.1-r2) [2023-03-10T03:22:53.939Z] (21/21) Installing postgresql14-dev (14.7-r0) [2023-03-10T03:22:54.506Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:22:54.506Z] OK: 822 MiB in 181 packages [2023-03-10T03:22:54.765Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T03:22:55.025Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T03:22:55.592Z] (1/10) Installing g++ (11.2.1_git20220219-r2) [2023-03-10T03:23:00.870Z] (2/10) Installing gdbm (1.23-r0) [2023-03-10T03:23:00.870Z] (3/10) Installing mpdecimal (2.5.1-r1) [2023-03-10T03:23:00.870Z] (4/10) Installing readline (8.1.2-r0) [2023-03-10T03:23:01.130Z] (5/10) Installing python3 (3.10.10-r0) [2023-03-10T03:23:03.665Z] (6/10) Installing python3-dev (3.10.10-r0) [2023-03-10T03:23:04.602Z] (7/10) Installing libsodium (1.0.18-r0) [2023-03-10T03:23:05.170Z] (8/10) Installing libzmq (4.3.4-r0) [2023-03-10T03:23:05.429Z] (9/10) Installing libsodium-dev (1.0.18-r0) [2023-03-10T03:23:05.689Z] (10/10) Installing zeromq-dev (4.3.4-r0) [2023-03-10T03:23:05.947Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:23:05.947Z] OK: 974 MiB in 191 packages [2023-03-10T03:23:06.207Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T03:23:06.465Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T03:23:07.401Z] OK: 974 MiB in 191 packages [2023-03-10T03:23:07.401Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T03:23:07.660Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T03:23:08.228Z] (1/1) Installing tzdata (2022f-r1) [2023-03-10T03:23:08.842Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:23:08.842Z] OK: 978 MiB in 192 packages [2023-03-10T03:23:09.116Z] (1/1) Purging tzdata (2022f-r1) [2023-03-10T03:23:09.116Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:23:09.116Z] OK: 974 MiB in 191 packages [2023-03-10T03:23:11.771Z] Looking in links: /tmp/tmp4u3urkc9 [2023-03-10T03:23:11.771Z] Processing /tmp/tmp4u3urkc9/setuptools-65.5.0-py3-none-any.whl [2023-03-10T03:23:11.771Z] Processing /tmp/tmp4u3urkc9/pip-22.3.1-py3-none-any.whl [2023-03-10T03:23:11.771Z] Installing collected packages: setuptools, pip [2023-03-10T03:23:14.306Z] Successfully installed pip-22.3.1 setuptools-65.5.0 [2023-03-10T03:23:14.306Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:14.875Z] Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.3.1) [2023-03-10T03:23:15.136Z] Collecting pip [2023-03-10T03:23:15.136Z] Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) [2023-03-10T03:23:15.136Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 63.1 MB/s eta 0:00:00 [2023-03-10T03:23:15.136Z] Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) [2023-03-10T03:23:15.704Z] Collecting setuptools [2023-03-10T03:23:15.704Z] Downloading setuptools-67.6.0-py3-none-any.whl (1.1 MB) [2023-03-10T03:23:15.704Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 107.9 MB/s eta 0:00:00 [2023-03-10T03:23:15.704Z] Collecting wheel [2023-03-10T03:23:15.704Z] Downloading wheel-0.38.4-py3-none-any.whl (36 kB) [2023-03-10T03:23:15.963Z] Installing collected packages: wheel, setuptools, pip [2023-03-10T03:23:15.963Z] Attempting uninstall: setuptools [2023-03-10T03:23:15.963Z] Found existing installation: setuptools 65.5.0 [2023-03-10T03:23:15.963Z] Uninstalling setuptools-65.5.0: [2023-03-10T03:23:15.963Z] Successfully uninstalled setuptools-65.5.0 [2023-03-10T03:23:16.901Z] Attempting uninstall: pip [2023-03-10T03:23:16.901Z] Found existing installation: pip 22.3.1 [2023-03-10T03:23:16.901Z] Uninstalling pip-22.3.1: [2023-03-10T03:23:16.901Z] Successfully uninstalled pip-22.3.1 [2023-03-10T03:23:18.807Z] Successfully installed pip-23.0.1 setuptools-67.6.0 wheel-0.38.4 [2023-03-10T03:23:18.807Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:19.375Z] Processing ./edgex-taf-common [2023-03-10T03:23:19.375Z] Preparing metadata (setup.py): started [2023-03-10T03:23:19.633Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:23:19.633Z] Building wheels for collected packages: edgex-taf-common [2023-03-10T03:23:19.633Z] Building wheel for edgex-taf-common (setup.py): started [2023-03-10T03:23:19.892Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2023-03-10T03:23:19.892Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14472 sha256=17f2a19ea698827e49a5da4527a37a52f4118d73de859ca3d8897325b76d8c74 [2023-03-10T03:23:19.892Z] Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd [2023-03-10T03:23:19.892Z] Successfully built edgex-taf-common [2023-03-10T03:23:19.892Z] Installing collected packages: edgex-taf-common [2023-03-10T03:23:19.892Z] Successfully installed edgex-taf-common-0.0.0 [2023-03-10T03:23:19.892Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:20.827Z] Collecting robotframework==4.1.3 [2023-03-10T03:23:20.827Z] Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) [2023-03-10T03:23:20.827Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 22.9 MB/s eta 0:00:00 [2023-03-10T03:23:20.827Z] Installing collected packages: robotframework [2023-03-10T03:23:21.396Z] Successfully installed robotframework-4.1.3 [2023-03-10T03:23:21.396Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:21.964Z] Collecting docker==4.4.1 [2023-03-10T03:23:21.964Z] Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) [2023-03-10T03:23:21.964Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 13.3 MB/s eta 0:00:00 [2023-03-10T03:23:22.225Z] Collecting six>=1.4.0 [2023-03-10T03:23:22.225Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2023-03-10T03:23:22.225Z] Collecting websocket-client>=0.32.0 [2023-03-10T03:23:22.225Z] Downloading websocket_client-1.5.1-py3-none-any.whl (55 kB) [2023-03-10T03:23:22.225Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.9/55.9 kB 8.1 MB/s eta 0:00:00 [2023-03-10T03:23:22.225Z] Collecting requests!=2.18.0,>=2.14.2 [2023-03-10T03:23:22.225Z] Downloading requests-2.28.2-py3-none-any.whl (62 kB) [2023-03-10T03:23:22.225Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 6.7 MB/s eta 0:00:00 [2023-03-10T03:23:22.484Z] Collecting charset-normalizer<4,>=2 [2023-03-10T03:23:22.484Z] Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (192 kB) [2023-03-10T03:23:22.484Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.8/192.8 kB 18.5 MB/s eta 0:00:00 [2023-03-10T03:23:22.484Z] Collecting certifi>=2017.4.17 [2023-03-10T03:23:22.484Z] Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) [2023-03-10T03:23:22.484Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 19.7 MB/s eta 0:00:00 [2023-03-10T03:23:22.484Z] Collecting idna<4,>=2.5 [2023-03-10T03:23:22.484Z] Downloading idna-3.4-py3-none-any.whl (61 kB) [2023-03-10T03:23:22.744Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 8.3 MB/s eta 0:00:00 [2023-03-10T03:23:22.744Z] Collecting urllib3<1.27,>=1.21.1 [2023-03-10T03:23:22.744Z] Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB) [2023-03-10T03:23:22.744Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 14.9 MB/s eta 0:00:00 [2023-03-10T03:23:22.933Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9581 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2023-03-10T03:23:22.970Z] Selected Git installation does not exist. Using Default [2023-03-10T03:23:22.970Z] The recommended git tool is: NONE [2023-03-10T03:23:23.002Z] Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker [2023-03-10T03:23:23.570Z] Successfully installed certifi-2022.12.7 charset-normalizer-3.1.0 docker-4.4.1 idna-3.4 requests-2.28.2 six-1.16.0 urllib3-1.26.14 websocket-client-1.5.1 [2023-03-10T03:23:23.570Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:24.137Z] Collecting python-dotenv==0.15.0 [2023-03-10T03:23:24.137Z] Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) [2023-03-10T03:23:24.137Z] Installing collected packages: python-dotenv [2023-03-10T03:23:24.397Z] Successfully installed python-dotenv-0.15.0 [2023-03-10T03:23:24.397Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:24.966Z] Collecting RESTinstance==1.0.2 [2023-03-10T03:23:24.966Z] Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) [2023-03-10T03:23:24.966Z] Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) [2023-03-10T03:23:24.966Z] Collecting tzlocal [2023-03-10T03:23:24.966Z] Downloading tzlocal-4.2-py3-none-any.whl (19 kB) [2023-03-10T03:23:24.966Z] Collecting docutils [2023-03-10T03:23:25.226Z] Downloading docutils-0.19-py3-none-any.whl (570 kB) [2023-03-10T03:23:25.226Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 30.5 MB/s eta 0:00:00 [2023-03-10T03:23:25.226Z] Collecting GenSON [2023-03-10T03:23:25.226Z] Downloading genson-1.2.2.tar.gz (34 kB) [2023-03-10T03:23:25.226Z] Preparing metadata (setup.py): started [2023-03-10T03:23:25.486Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:23:25.486Z] Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.28.2) [2023-03-10T03:23:25.486Z] Collecting pygments [2023-03-10T03:23:25.486Z] Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) [2023-03-10T03:23:25.486Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 61.0 MB/s eta 0:00:00 [2023-03-10T03:23:25.745Z] Collecting pytz [2023-03-10T03:23:25.745Z] Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB) [2023-03-10T03:23:25.745Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 kB 46.9 MB/s eta 0:00:00 [2023-03-10T03:23:25.745Z] Collecting flex [2023-03-10T03:23:25.745Z] Downloading flex-6.14.1.tar.gz (40 kB) [2023-03-10T03:23:25.745Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.4 MB/s eta 0:00:00 [2023-03-10T03:23:25.745Z] Preparing metadata (setup.py): started [2023-03-10T03:23:26.004Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:23:26.004Z] Collecting jsonpath-ng [2023-03-10T03:23:26.004Z] Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) [2023-03-10T03:23:26.004Z] Collecting rfc3987 [2023-03-10T03:23:26.004Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2023-03-10T03:23:26.004Z] Collecting strict-rfc3339 [2023-03-10T03:23:26.004Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2023-03-10T03:23:26.264Z] Preparing metadata (setup.py): started [2023-03-10T03:23:26.264Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:23:26.523Z] Collecting jsonschema [2023-03-10T03:23:26.523Z] Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) [2023-03-10T03:23:26.523Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 14.3 MB/s eta 0:00:00 [2023-03-10T03:23:26.523Z] Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) [2023-03-10T03:23:26.523Z] Collecting PyYAML>=3.11 [2023-03-10T03:23:26.523Z] Downloading PyYAML-6.0.tar.gz (124 kB) [2023-03-10T03:23:26.523Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 19.3 MB/s eta 0:00:00 [2023-03-10T03:23:26.783Z] Installing build dependencies: started [2023-03-10T03:23:28.367Z] using credential edgex-jenkins-ssh [2023-03-10T03:23:28.384Z] Cloning the remote Git repository [2023-03-10T03:23:28.423Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2023-03-10T03:23:28.499Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2023-03-10T03:23:28.653Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2023-03-10T03:23:28.654Z] > git --version # timeout=10 [2023-03-10T03:23:28.687Z] > git --version # 'git version 2.25.1' [2023-03-10T03:23:28.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T03:23:28.750Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T03:23:30.076Z] Installing build dependencies: finished with status 'done' [2023-03-10T03:23:30.076Z] Getting requirements to build wheel: started [2023-03-10T03:23:30.123Z] Avoid second fetch [2023-03-10T03:23:30.124Z] Checking out Revision 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 (main) [2023-03-10T03:23:29.310Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2023-03-10T03:23:29.328Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T03:23:30.138Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T03:23:30.156Z] > git checkout -f 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 # timeout=10 [2023-03-10T03:23:30.582Z] Commit message: "Merge pull request #48 from cherrycl/add-jq" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T03:23:31.443Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-10T03:23:31.443Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T03:23:31.443Z] Dload Upload Total Spent Left Speed [2023-03-10T03:23:31.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99617 0 --:--:-- --:--:-- --:--:-- 99617 [2023-03-10T03:23:31.451Z] Getting requirements to build wheel: finished with status 'done' [2023-03-10T03:23:31.451Z] Preparing metadata (pyproject.toml): started [Pipeline] sh [2023-03-10T03:23:32.020Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-03-10T03:23:32.020Z] Collecting validate-email>=1.2 [2023-03-10T03:23:32.020Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2023-03-10T03:23:32.020Z] Preparing metadata (setup.py): started [2023-03-10T03:23:32.077Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-10T03:23:32.280Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:23:32.280Z] Collecting click>=3.3 [2023-03-10T03:23:32.281Z] Downloading click-8.1.3-py3-none-any.whl (96 kB) [2023-03-10T03:23:32.281Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 14.6 MB/s eta 0:00:00 [2023-03-10T03:23:32.281Z] Collecting jsonpointer>=1.7 [2023-03-10T03:23:32.281Z] Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) [2023-03-10T03:23:32.281Z] Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.1.0) [2023-03-10T03:23:32.281Z] Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.4) [2023-03-10T03:23:32.281Z] Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (1.26.14) [2023-03-10T03:23:32.281Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2022.12.7) [2023-03-10T03:23:32.281Z] Collecting decorator [2023-03-10T03:23:32.281Z] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [2023-03-10T03:23:32.281Z] Collecting ply [2023-03-10T03:23:32.281Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2023-03-10T03:23:32.281Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.8 MB/s eta 0:00:00 [2023-03-10T03:23:32.405Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-10T03:23:32.405Z] + sudo tee /etc/docker/daemon.new [2023-03-10T03:23:32.405Z] { [2023-03-10T03:23:32.405Z] "registry-mirrors": [ [2023-03-10T03:23:32.405Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-10T03:23:32.405Z] ], [2023-03-10T03:23:32.405Z] "bip": "10.250.0.254/24", [2023-03-10T03:23:32.405Z] "hosts": [ [2023-03-10T03:23:32.405Z] "tcp://0.0.0.0:5555", [2023-03-10T03:23:32.405Z] "unix:///var/run/docker.sock" [2023-03-10T03:23:32.405Z] ], [2023-03-10T03:23:32.405Z] "mtu": 1458, [2023-03-10T03:23:32.405Z] "selinux-enabled": true, [2023-03-10T03:23:32.405Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-10T03:23:32.405Z] } [Pipeline] sh [2023-03-10T03:23:32.540Z] Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 [2023-03-10T03:23:32.540Z] Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) [2023-03-10T03:23:32.540Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 8.5 MB/s eta 0:00:00 [2023-03-10T03:23:32.540Z] Collecting attrs>=17.4.0 [2023-03-10T03:23:32.540Z] Downloading attrs-22.2.0-py3-none-any.whl (60 kB) [2023-03-10T03:23:32.540Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 kB 9.0 MB/s eta 0:00:00 [2023-03-10T03:23:32.540Z] Collecting pytz-deprecation-shim [2023-03-10T03:23:32.540Z] Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) [2023-03-10T03:23:32.741Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-10T03:23:32.799Z] Collecting tzdata [2023-03-10T03:23:32.799Z] Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB) [2023-03-10T03:23:32.799Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 kB 38.2 MB/s eta 0:00:00 [2023-03-10T03:23:32.799Z] Building wheels for collected packages: flex, strict-rfc3339, GenSON, PyYAML, validate-email [2023-03-10T03:23:32.799Z] Building wheel for flex (setup.py): started [2023-03-10T03:23:33.058Z] Building wheel for flex (setup.py): finished with status 'done' [2023-03-10T03:23:33.058Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=7fb4833bde3bafcfc2b83dbfa9d5377c1fa0f45f0eeba13e33ab74baa07e6236 [2023-03-10T03:23:33.058Z] Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 [2023-03-10T03:23:33.081Z] + sudo service docker restart [2023-03-10T03:23:33.319Z] Building wheel for strict-rfc3339 (setup.py): started [2023-03-10T03:23:33.579Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2023-03-10T03:23:33.579Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18127 sha256=eb445d88b6e56703f0742fd90b7cacc46f14344b7881a60be730faa2f654ff79 [2023-03-10T03:23:33.579Z] Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 [2023-03-10T03:23:33.579Z] Building wheel for GenSON (setup.py): started [2023-03-10T03:23:33.839Z] Building wheel for GenSON (setup.py): finished with status 'done' [2023-03-10T03:23:33.839Z] Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=5dea2b66c00865eeef35606802877ff039dad49f252edd6289e92056117317f5 [2023-03-10T03:23:33.839Z] Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca [2023-03-10T03:23:33.839Z] Building wheel for PyYAML (pyproject.toml): started [2023-03-10T03:23:34.406Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2023-03-10T03:23:34.406Z] Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_x86_64.whl size=45330 sha256=4ddf4592915b153e430c2ef2e03ad8ad3d00d13dd309191356c8be2817ca0f8d [2023-03-10T03:23:34.406Z] Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d [2023-03-10T03:23:34.406Z] Building wheel for validate-email (setup.py): started [2023-03-10T03:23:34.665Z] Building wheel for validate-email (setup.py): finished with status 'done' [2023-03-10T03:23:34.665Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5467 sha256=46e11e816196a37d5e837c606b31fba6a556719418545c0666901ee80dca9650 [2023-03-10T03:23:34.665Z] Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 [2023-03-10T03:23:34.665Z] Successfully built flex strict-rfc3339 GenSON PyYAML validate-email [2023-03-10T03:23:34.925Z] Installing collected packages: validate-email, strict-rfc3339, rfc3987, pytz, ply, GenSON, tzdata, PyYAML, pyrsistent, pygments, jsonpointer, docutils, decorator, click, attrs, pytz-deprecation-shim, jsonschema, jsonpath-ng, flex, tzlocal, RESTinstance [2023-03-10T03:23:37.518Z] Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.0.2 attrs-22.2.0 click-8.1.3 decorator-5.1.1 docutils-0.19 flex-6.14.1 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.17.3 ply-3.11 pygments-2.14.0 pyrsistent-0.19.3 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 rfc3987-1.3.8 strict-rfc3339-0.7 tzdata-2022.7 tzlocal-4.2 validate-email-1.3 [2023-03-10T03:23:37.778Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:38.347Z] Collecting robotbackgroundlogger==1.2 [2023-03-10T03:23:38.347Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2023-03-10T03:23:38.347Z] Preparing metadata (setup.py): started [2023-03-10T03:23:38.606Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:23:38.606Z] Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) [2023-03-10T03:23:38.606Z] Building wheels for collected packages: robotbackgroundlogger [2023-03-10T03:23:38.606Z] Building wheel for robotbackgroundlogger (setup.py): started [2023-03-10T03:23:39.174Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2023-03-10T03:23:39.174Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=5b0b947c5e67fa04aa5c6729ac06c18c24a53b7b142184844ad5d0df2e8d0a47 [2023-03-10T03:23:39.174Z] Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 [2023-03-10T03:23:39.174Z] Successfully built robotbackgroundlogger [2023-03-10T03:23:39.174Z] Installing collected packages: robotbackgroundlogger [2023-03-10T03:23:39.174Z] Successfully installed robotbackgroundlogger-1.2 [2023-03-10T03:23:39.174Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:40.111Z] Collecting configparser==5.0.1 [2023-03-10T03:23:40.111Z] Downloading configparser-5.0.1-py3-none-any.whl (22 kB) [2023-03-10T03:23:40.370Z] Installing collected packages: configparser [2023-03-10T03:23:40.370Z] Successfully installed configparser-5.0.1 [2023-03-10T03:23:40.370Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:41.307Z] Collecting requests==2.25.1 [2023-03-10T03:23:41.307Z] Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) [2023-03-10T03:23:41.307Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 5.6 MB/s eta 0:00:00 [2023-03-10T03:23:41.308Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2022.12.7) [2023-03-10T03:23:41.308Z] Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (1.26.14) [2023-03-10T03:23:41.308Z] Collecting idna<3,>=2.5 [2023-03-10T03:23:41.308Z] Downloading idna-2.10-py2.py3-none-any.whl (58 kB) [2023-03-10T03:23:41.308Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 8.0 MB/s eta 0:00:00 [2023-03-10T03:23:41.308Z] Collecting chardet<5,>=3.0.2 [2023-03-10T03:23:41.308Z] Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) [2023-03-10T03:23:41.308Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 27.1 MB/s eta 0:00:00 [2023-03-10T03:23:41.567Z] Installing collected packages: idna, chardet, requests [2023-03-10T03:23:41.567Z] Attempting uninstall: idna [2023-03-10T03:23:41.567Z] Found existing installation: idna 3.4 [2023-03-10T03:23:41.567Z] Uninstalling idna-3.4: [2023-03-10T03:23:41.567Z] Successfully uninstalled idna-3.4 [2023-03-10T03:23:42.135Z] Attempting uninstall: requests [2023-03-10T03:23:42.135Z] Found existing installation: requests 2.28.2 [2023-03-10T03:23:42.135Z] Uninstalling requests-2.28.2: [2023-03-10T03:23:42.135Z] Successfully uninstalled requests-2.28.2 [2023-03-10T03:23:42.135Z] Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 [2023-03-10T03:23:42.135Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:42.703Z] Collecting robotframework-requests==0.8.0 [2023-03-10T03:23:42.703Z] Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) [2023-03-10T03:23:42.703Z] Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) [2023-03-10T03:23:42.703Z] Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) [2023-03-10T03:23:42.703Z] Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) [2023-03-10T03:23:42.703Z] Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (1.26.14) [2023-03-10T03:23:42.703Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2022.12.7) [2023-03-10T03:23:42.703Z] Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (4.0.0) [2023-03-10T03:23:42.961Z] Installing collected packages: robotframework-requests [2023-03-10T03:23:43.219Z] Successfully installed robotframework-requests-0.8.0 [2023-03-10T03:23:43.219Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:43.787Z] Collecting paho-mqtt==1.5.1 [2023-03-10T03:23:43.787Z] Downloading paho-mqtt-1.5.1.tar.gz (101 kB) [2023-03-10T03:23:43.787Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 10.9 MB/s eta 0:00:00 [2023-03-10T03:23:43.787Z] Preparing metadata (setup.py): started [2023-03-10T03:23:44.045Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:23:44.045Z] Building wheels for collected packages: paho-mqtt [2023-03-10T03:23:44.045Z] Building wheel for paho-mqtt (setup.py): started [2023-03-10T03:23:44.612Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2023-03-10T03:23:44.612Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=2f80b039b6cd379fdc6c3de42d0669a51c5bf824720ec26ad22ef052fd6798e2 [2023-03-10T03:23:44.612Z] Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 [2023-03-10T03:23:44.612Z] Successfully built paho-mqtt [2023-03-10T03:23:44.871Z] Installing collected packages: paho-mqtt [2023-03-10T03:23:44.871Z] Successfully installed paho-mqtt-1.5.1 [2023-03-10T03:23:44.871Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:45.808Z] Collecting redis==3.5.3 [2023-03-10T03:23:45.808Z] Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) [2023-03-10T03:23:45.808Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 8.6 MB/s eta 0:00:00 [2023-03-10T03:23:46.067Z] Installing collected packages: redis [2023-03-10T03:23:46.067Z] Successfully installed redis-3.5.3 [2023-03-10T03:23:46.067Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:23:47.002Z] Collecting pyzmq==22.2.1 [2023-03-10T03:23:47.002Z] Downloading pyzmq-22.2.1.tar.gz (1.2 MB) [2023-03-10T03:23:47.002Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 34.6 MB/s eta 0:00:00 [2023-03-10T03:23:47.260Z] Installing build dependencies: started [2023-03-10T03:23:49.786Z] Installing build dependencies: finished with status 'done' [2023-03-10T03:23:49.786Z] Getting requirements to build wheel: started [2023-03-10T03:23:49.786Z] Getting requirements to build wheel: finished with status 'done' [2023-03-10T03:23:49.786Z] Preparing metadata (pyproject.toml): started [2023-03-10T03:23:50.354Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-03-10T03:23:50.354Z] Building wheels for collected packages: pyzmq [2023-03-10T03:23:50.354Z] Building wheel for pyzmq (pyproject.toml): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T03:23:51.396Z] provisioning config files... [2023-03-10T03:23:51.421Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15461445046543396802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T03:23:51.775Z] ---> docker-login.sh [2023-03-10T03:23:51.775Z] nexus3.edgexfoundry.org:10001 [2023-03-10T03:23:52.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:23:52.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:23:52.630Z] Configure a credential helper to remove this warning. See [2023-03-10T03:23:52.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:23:52.630Z] [2023-03-10T03:23:52.630Z] Login Succeeded [2023-03-10T03:23:52.630Z] nexus3.edgexfoundry.org:10002 [2023-03-10T03:23:52.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:23:52.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:23:52.900Z] Configure a credential helper to remove this warning. See [2023-03-10T03:23:52.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:23:52.900Z] [2023-03-10T03:23:52.900Z] Login Succeeded [2023-03-10T03:23:52.900Z] nexus3.edgexfoundry.org:10003 [2023-03-10T03:23:53.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:23:53.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:23:53.178Z] Configure a credential helper to remove this warning. See [2023-03-10T03:23:53.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:23:53.178Z] [2023-03-10T03:23:53.178Z] Login Succeeded [2023-03-10T03:23:53.178Z] nexus3.edgexfoundry.org:10004 [2023-03-10T03:23:53.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:23:53.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:23:53.720Z] Configure a credential helper to remove this warning. See [2023-03-10T03:23:53.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:23:53.720Z] [2023-03-10T03:23:53.720Z] Login Succeeded [2023-03-10T03:23:53.720Z] docker.io [2023-03-10T03:23:53.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T03:23:53.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T03:23:53.991Z] Configure a credential helper to remove this warning. See [2023-03-10T03:23:53.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T03:23:53.991Z] [2023-03-10T03:23:53.991Z] Login Succeeded [2023-03-10T03:23:53.991Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T03:23:54.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T03:23:54.916Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-10T03:23:55.242Z] + ls -al . [2023-03-10T03:23:55.242Z] total 64 [2023-03-10T03:23:55.242Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 10 03:23 . [2023-03-10T03:23:55.242Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 03:23 .. [2023-03-10T03:23:55.242Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 03:23 .git [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 22 Mar 10 03:23 .gitignore [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 2268 Mar 10 03:23 Dockerfile [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 746 Mar 10 03:23 Jenkinsfile [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 11381 Mar 10 03:23 LICENSE [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 3582 Mar 10 03:23 README.md [2023-03-10T03:23:55.242Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 03:23 TAF-Manager [2023-03-10T03:23:55.242Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 10 03:23 TUC [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 03:21 VERSION [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 307 Mar 10 03:23 requirements.txt [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 54 Mar 10 03:23 robot-entrypoint.sh [2023-03-10T03:23:55.242Z] -rw-rw-r-- 1 jenkins jenkins 445 Mar 10 03:23 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:23:55.590Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 --label arch=arm64 --label version=0.0.2-dev.20 . [2023-03-10T03:23:55.590Z] Sending build context to Docker daemon 250.9kB [2023-03-10T03:23:55.860Z] Step 1/12 : FROM alpine:3.16 [2023-03-10T03:23:56.448Z] 3.16: Pulling from library/alpine [2023-03-10T03:23:56.448Z] 3760b48202b3: Pulling fs layer [2023-03-10T03:23:56.719Z] 3760b48202b3: Verifying Checksum [2023-03-10T03:23:56.719Z] 3760b48202b3: Download complete [2023-03-10T03:23:56.991Z] 3760b48202b3: Pull complete [2023-03-10T03:23:56.991Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T03:23:57.261Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T03:23:57.261Z] ---> 4c81e5bf8899 [2023-03-10T03:23:57.261Z] Step 2/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2023-03-10T03:23:57.261Z] ---> Running in 198dfed7b08b [2023-03-10T03:23:57.533Z] Removing intermediate container 198dfed7b08b [2023-03-10T03:23:57.533Z] ---> efb0932bc880 [2023-03-10T03:23:57.533Z] Step 3/12 : LABEL maintainer="Bruce Huang " [2023-03-10T03:23:57.533Z] ---> Running in 7090c5a78c57 [2023-03-10T03:23:58.136Z] Removing intermediate container 7090c5a78c57 [2023-03-10T03:23:58.136Z] ---> 4db660168826 [2023-03-10T03:23:58.136Z] Step 4/12 : COPY . /edgex-taf/edgex-taf-common [2023-03-10T03:23:58.726Z] ---> 1f99ae10c106 [2023-03-10T03:23:58.726Z] Step 5/12 : COPY robot-entrypoint.sh /usr/local/bin/ [2023-03-10T03:23:58.993Z] ---> 511ba6a48cd5 [2023-03-10T03:23:58.993Z] Step 6/12 : WORKDIR /edgex-taf [2023-03-10T03:23:59.259Z] ---> Running in 57e55db1dcab [2023-03-10T03:23:59.529Z] Removing intermediate container 57e55db1dcab [2023-03-10T03:23:59.529Z] ---> c3dbb6fcde6e [2023-03-10T03:23:59.529Z] Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2023-03-10T03:23:59.529Z] ---> Running in 8bda34e78b48 [2023-03-10T03:24:01.485Z] Removing intermediate container 8bda34e78b48 [2023-03-10T03:24:01.485Z] ---> b8ee9e795819 [2023-03-10T03:24:01.485Z] Step 8/12 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.4-r0 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install ./edgex-taf-common && pip3 install robotframework==4.1.3 && pip3 install docker==4.4.1 && pip3 install -U python-dotenv==0.15.0 && pip3 install -U RESTinstance==1.0.2 && pip3 install -U robotbackgroundlogger==1.2 && pip3 install -U configparser==5.0.1 && pip3 install -U requests==2.25.1 && pip3 install -U robotframework-requests==0.8.0 && pip3 install -U paho-mqtt==1.5.1 && pip3 install -U redis==3.5.3 && pip3 install -U pyzmq==22.2.1 && pip3 install -U robotframework-seleniumlibrary==5.1.3 && pip3 install -U psycopg2==2.9.3 && pip3 install -U numpy==1.22.3 && pip3 install -U psutil==5.9.0 && pip3 install -U pycryptodome==3.15.0 && pip3 install -U influxdb-client==1.33.0 [2023-03-10T03:24:01.485Z] ---> Running in 75642099dfdd [2023-03-10T03:24:02.450Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T03:24:03.031Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T03:24:04.441Z] OK: 5 MiB in 14 packages [2023-03-10T03:24:04.441Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T03:24:05.026Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T03:24:06.444Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T03:24:06.713Z] (2/9) Installing brotli-libs (1.0.9-r6) [2023-03-10T03:24:06.982Z] (3/9) Installing nghttp2-libs (1.47.0-r0) [2023-03-10T03:24:07.571Z] (4/9) Installing libcurl (7.83.1-r6) [2023-03-10T03:24:07.840Z] (5/9) Installing curl (7.83.1-r6) [2023-03-10T03:24:08.427Z] (6/9) Installing docker-cli (20.10.20-r0) [2023-03-10T03:24:11.108Z] (7/9) Installing oniguruma (6.9.8-r0) [2023-03-10T03:24:11.108Z] (8/9) Installing jq (1.6-r1) [2023-03-10T03:24:11.694Z] (9/9) Installing openssl (1.1.1t-r0) [2023-03-10T03:24:11.961Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:24:11.961Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T03:24:12.228Z] OK: 50 MiB in 23 packages [2023-03-10T03:24:12.494Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T03:24:13.078Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T03:24:14.485Z] (1/136) Installing libmagic (5.41-r0) [2023-03-10T03:24:14.751Z] (2/136) Installing file (5.41-r0) [2023-03-10T03:24:15.017Z] (3/136) Installing libxau (1.0.9-r0) [2023-03-10T03:24:15.282Z] (4/136) Installing libxdmcp (1.1.3-r0) [2023-03-10T03:24:15.549Z] (5/136) Installing libxcb (1.15-r0) [2023-03-10T03:24:16.135Z] (6/136) Installing libx11 (1.8-r0) [2023-03-10T03:24:16.722Z] (7/136) Installing libxext (1.3.4-r0) [2023-03-10T03:24:16.903Z] Building wheel for pyzmq (pyproject.toml): finished with status 'done' [2023-03-10T03:24:16.903Z] Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_x86_64.whl size=1537172 sha256=f2209fdc28d2b50b81f4b959c540f61d676fc8d042ff236e1417395e1f27ff57 [2023-03-10T03:24:16.903Z] Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e [2023-03-10T03:24:16.903Z] Successfully built pyzmq [2023-03-10T03:24:16.903Z] Installing collected packages: pyzmq [2023-03-10T03:24:16.903Z] Successfully installed pyzmq-22.2.1 [2023-03-10T03:24:16.903Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:24:16.903Z] Collecting robotframework-seleniumlibrary==5.1.3 [2023-03-10T03:24:16.903Z] Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) [2023-03-10T03:24:16.903Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 11.4 MB/s eta 0:00:00 [2023-03-10T03:24:16.903Z] Collecting selenium>=3.141.0 [2023-03-10T03:24:16.903Z] Downloading selenium-4.8.2-py3-none-any.whl (6.9 MB) [2023-03-10T03:24:16.903Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 55.7 MB/s eta 0:00:00 [2023-03-10T03:24:16.904Z] Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) [2023-03-10T03:24:16.904Z] Collecting robotframework-pythonlibcore>=2.1.0 [2023-03-10T03:24:16.904Z] Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) [2023-03-10T03:24:16.904Z] Requirement already satisfied: urllib3[socks]~=1.26 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (1.26.14) [2023-03-10T03:24:16.904Z] Collecting trio-websocket~=0.9 [2023-03-10T03:24:16.904Z] Downloading trio_websocket-0.9.2-py3-none-any.whl (16 kB) [2023-03-10T03:24:16.904Z] Collecting trio~=0.17 [2023-03-10T03:24:16.904Z] Downloading trio-0.22.0-py3-none-any.whl (384 kB) [2023-03-10T03:24:16.904Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 38.5 MB/s eta 0:00:00 [2023-03-10T03:24:16.904Z] Requirement already satisfied: certifi>=2021.10.8 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2022.12.7) [2023-03-10T03:24:16.904Z] Collecting async-generator>=1.9 [2023-03-10T03:24:16.904Z] Downloading async_generator-1.10-py3-none-any.whl (18 kB) [2023-03-10T03:24:16.904Z] Collecting exceptiongroup>=1.0.0rc9 [2023-03-10T03:24:16.904Z] Downloading exceptiongroup-1.1.0-py3-none-any.whl (14 kB) [2023-03-10T03:24:16.904Z] Collecting sortedcontainers [2023-03-10T03:24:16.904Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2023-03-10T03:24:16.904Z] Requirement already satisfied: attrs>=19.2.0 in /usr/lib/python3.10/site-packages (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (22.2.0) [2023-03-10T03:24:16.904Z] Collecting outcome [2023-03-10T03:24:16.904Z] Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) [2023-03-10T03:24:16.904Z] Requirement already satisfied: idna in /usr/lib/python3.10/site-packages (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2.10) [2023-03-10T03:24:16.904Z] Collecting sniffio [2023-03-10T03:24:16.904Z] Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) [2023-03-10T03:24:16.904Z] Collecting wsproto>=0.14 [2023-03-10T03:24:16.904Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2023-03-10T03:24:16.904Z] Collecting PySocks!=1.5.7,<2.0,>=1.5.6 [2023-03-10T03:24:16.904Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2023-03-10T03:24:16.904Z] Collecting h11<1,>=0.9.0 [2023-03-10T03:24:16.904Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2023-03-10T03:24:16.904Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.8 MB/s eta 0:00:00 [2023-03-10T03:24:16.904Z] Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, outcome, h11, exceptiongroup, async-generator, wsproto, trio, trio-websocket, selenium, robotframework-seleniumlibrary [2023-03-10T03:24:16.904Z] Successfully installed PySocks-1.7.1 async-generator-1.10 exceptiongroup-1.1.0 h11-0.14.0 outcome-1.2.0 robotframework-pythonlibcore-4.1.2 robotframework-seleniumlibrary-5.1.3 selenium-4.8.2 sniffio-1.3.0 sortedcontainers-2.4.0 trio-0.22.0 trio-websocket-0.9.2 wsproto-1.2.0 [2023-03-10T03:24:16.904Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:24:16.988Z] (8/136) Installing libice (1.0.10-r0) [2023-03-10T03:24:17.255Z] (9/136) Installing libuuid (2.38-r1) [2023-03-10T03:24:17.473Z] Collecting psycopg2==2.9.3 [2023-03-10T03:24:17.519Z] (10/136) Installing libsm (1.2.3-r0) [2023-03-10T03:24:17.731Z] Downloading psycopg2-2.9.3.tar.gz (380 kB) [2023-03-10T03:24:17.731Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 18.5 MB/s eta 0:00:00 [2023-03-10T03:24:17.731Z] Preparing metadata (setup.py): started [2023-03-10T03:24:17.990Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:24:17.990Z] Building wheels for collected packages: psycopg2 [2023-03-10T03:24:17.990Z] Building wheel for psycopg2 (setup.py): started [2023-03-10T03:24:18.100Z] (11/136) Installing libxt (1.2.1-r0) [2023-03-10T03:24:18.365Z] (12/136) Installing libxmu (1.1.3-r0) [2023-03-10T03:24:18.632Z] (13/136) Installing xset (1.2.4-r0) [2023-03-10T03:24:18.898Z] (14/136) Installing xprop (1.2.5-r0) [2023-03-10T03:24:19.480Z] (15/136) Installing xdg-utils (1.1.3-r3) [2023-03-10T03:24:19.748Z] (16/136) Installing eudev-libs (3.2.11-r0) [2023-03-10T03:24:20.014Z] (17/136) Installing pkgconf (1.8.1-r0) [2023-03-10T03:24:20.281Z] (18/136) Installing libffi (3.4.2-r1) [2023-03-10T03:24:20.864Z] (19/136) Installing libintl (0.21-r2) [2023-03-10T03:24:21.131Z] (20/136) Installing libblkid (2.38-r1) [2023-03-10T03:24:21.398Z] (21/136) Installing libmount (2.38-r1) [2023-03-10T03:24:21.984Z] (22/136) Installing pcre (8.45-r2) [2023-03-10T03:24:22.249Z] (23/136) Installing glib (2.72.1-r0) [2023-03-10T03:24:22.833Z] (24/136) Installing xz-libs (5.2.5-r1) [2023-03-10T03:24:23.100Z] (25/136) Installing libxml2 (2.9.14-r2) [2023-03-10T03:24:23.679Z] (26/136) Installing shared-mime-info (2.2-r2) [2023-03-10T03:24:24.258Z] (27/136) Installing hicolor-icon-theme (0.17-r1) [2023-03-10T03:24:24.523Z] (28/136) Installing libjpeg-turbo (2.1.3-r1) [2023-03-10T03:24:25.102Z] (29/136) Installing libpng (1.6.37-r1) [2023-03-10T03:24:25.369Z] (30/136) Installing libwebp (1.2.3-r0) [2023-03-10T03:24:25.948Z] (31/136) Installing zstd-libs (1.5.2-r1) [2023-03-10T03:24:26.214Z] (32/136) Installing tiff (4.4.0-r0) [2023-03-10T03:24:26.797Z] (33/136) Installing gdk-pixbuf (2.42.8-r0) [2023-03-10T03:24:27.064Z] (34/136) Installing gtk-update-icon-cache (2.24.33-r3) [2023-03-10T03:24:27.331Z] (35/136) Installing libxcomposite (0.4.5-r0) [2023-03-10T03:24:27.597Z] (36/136) Installing libxfixes (6.0.0-r0) [2023-03-10T03:24:27.864Z] (37/136) Installing libxrender (0.9.10-r3) [2023-03-10T03:24:27.958Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2023-03-10T03:24:27.958Z] Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478588 sha256=33e00e55511533ce7e71866851d79ce41c3c95763daeb89313ff65192ea642e4 [2023-03-10T03:24:27.958Z] Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e [2023-03-10T03:24:27.958Z] Successfully built psycopg2 [2023-03-10T03:24:28.132Z] (38/136) Installing libxcursor (1.2.1-r0) [2023-03-10T03:24:28.216Z] Installing collected packages: psycopg2 [2023-03-10T03:24:28.216Z] Successfully installed psycopg2-2.9.3 [2023-03-10T03:24:28.216Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:24:28.716Z] (39/136) Installing libxdamage (1.1.5-r1) [2023-03-10T03:24:28.717Z] (40/136) Installing libxi (1.8-r0) [2023-03-10T03:24:29.151Z] Collecting numpy==1.22.3 [2023-03-10T03:24:29.151Z] Downloading numpy-1.22.3.zip (11.5 MB) [2023-03-10T03:24:29.299Z] (41/136) Installing libxinerama (1.1.4-r1) [2023-03-10T03:24:29.299Z] (42/136) Installing libxrandr (1.5.2-r1) [2023-03-10T03:24:29.409Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 66.0 MB/s eta 0:00:00 [2023-03-10T03:24:29.880Z] (43/136) Installing atk (2.38.0-r0) [2023-03-10T03:24:29.975Z] Installing build dependencies: started [2023-03-10T03:24:30.145Z] (44/136) Installing libxtst (1.2.3-r3) [2023-03-10T03:24:30.412Z] (45/136) Installing dbus-libs (1.14.4-r0) [2023-03-10T03:24:30.679Z] (46/136) Installing at-spi2-core (2.44.1-r0) [2023-03-10T03:24:31.262Z] (47/136) Installing at-spi2-atk (2.38.0-r0) [2023-03-10T03:24:31.528Z] (48/136) Installing expat (2.5.0-r0) [2023-03-10T03:24:31.796Z] (49/136) Installing libbz2 (1.0.8-r1) [2023-03-10T03:24:32.064Z] (50/136) Installing freetype (2.12.1-r0) [2023-03-10T03:24:32.647Z] (51/136) Installing fontconfig (2.14.0-r0) [2023-03-10T03:24:33.231Z] (52/136) Installing pixman (0.40.0-r4) [2023-03-10T03:24:33.497Z] (53/136) Installing cairo (1.17.4-r2) [2023-03-10T03:24:34.081Z] (54/136) Installing cairo-gobject (1.17.4-r2) [2023-03-10T03:24:34.161Z] Installing build dependencies: finished with status 'done' [2023-03-10T03:24:34.161Z] Getting requirements to build wheel: started [2023-03-10T03:24:34.161Z] Getting requirements to build wheel: finished with status 'done' [2023-03-10T03:24:34.161Z] Preparing metadata (pyproject.toml): started [2023-03-10T03:24:34.350Z] (55/136) Installing avahi-libs (0.8-r6) [2023-03-10T03:24:34.618Z] (56/136) Installing gmp (6.2.1-r2) [2023-03-10T03:24:34.729Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-03-10T03:24:34.729Z] Building wheels for collected packages: numpy [2023-03-10T03:24:34.729Z] Building wheel for numpy (pyproject.toml): started [2023-03-10T03:24:35.201Z] (57/136) Installing nettle (3.7.3-r0) [2023-03-10T03:24:35.468Z] (58/136) Installing p11-kit (0.24.1-r0) [2023-03-10T03:24:36.051Z] (59/136) Installing libtasn1 (4.18.0-r1) [2023-03-10T03:24:36.317Z] (60/136) Installing libunistring (1.0-r0) [2023-03-10T03:24:36.901Z] (61/136) Installing gnutls (3.7.7-r1) [2023-03-10T03:24:37.483Z] (62/136) Installing cups-libs (2.4.2-r0) [2023-03-10T03:24:37.749Z] (63/136) Installing libepoxy (1.5.10-r0) [2023-03-10T03:24:38.331Z] (64/136) Installing fribidi (1.0.12-r0) [2023-03-10T03:24:38.599Z] (65/136) Installing graphite2 (1.3.14-r1) [2023-03-10T03:24:38.865Z] (66/136) Installing harfbuzz (4.3.0-r0) [2023-03-10T03:24:39.449Z] (67/136) Installing libxft (2.3.4-r0) [2023-03-10T03:24:39.715Z] (68/136) Installing pango (1.50.7-r0) [2023-03-10T03:24:40.299Z] (69/136) Installing wayland-libs-client (1.20.0-r0) [2023-03-10T03:24:40.567Z] (70/136) Installing wayland-libs-cursor (1.20.0-r0) [2023-03-10T03:24:40.835Z] (71/136) Installing wayland-libs-egl (1.20.0-r0) [2023-03-10T03:24:41.107Z] (72/136) Installing xkeyboard-config (2.35.1-r0) [2023-03-10T03:24:41.689Z] (73/136) Installing libxkbcommon (1.4.1-r0) [2023-03-10T03:24:42.273Z] (74/136) Installing gtk+3.0 (3.24.34-r1) [2023-03-10T03:24:42.856Z] Executing gtk+3.0-3.24.34-r1.post-install [2023-03-10T03:24:42.856Z] (75/136) Installing libfontenc (1.1.4-r0) [2023-03-10T03:24:43.122Z] (76/136) Installing mkfontscale (1.2.2-r0) [2023-03-10T03:24:43.705Z] (77/136) Installing font-opensans (0_git20210927-r0) [2023-03-10T03:24:43.972Z] (78/136) Installing libgcc (11.2.1_git20220219-r2) [2023-03-10T03:24:44.553Z] (79/136) Installing libogg (1.3.5-r1) [2023-03-10T03:24:44.819Z] (80/136) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-10T03:24:45.404Z] (81/136) Installing flac (1.3.4-r0) [2023-03-10T03:24:45.671Z] (82/136) Installing alsa-lib (1.2.7.2-r0) [2023-03-10T03:24:46.252Z] (83/136) Installing libatomic (11.2.1_git20220219-r2) [2023-03-10T03:24:46.520Z] (84/136) Installing sdl2 (2.0.22-r0) [2023-03-10T03:24:47.108Z] (85/136) Installing aom-libs (3.3.0-r0) [2023-03-10T03:24:47.690Z] (86/136) Installing libass (0.16.0-r0) [2023-03-10T03:24:47.957Z] (87/136) Installing libdav1d (1.0.0-r0) [2023-03-10T03:24:48.538Z] (88/136) Installing libdrm (2.4.110-r0) [2023-03-10T03:24:48.804Z] (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-10T03:24:49.071Z] (90/136) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-10T03:24:49.652Z] (91/136) Installing lame (3.100-r0) [2023-03-10T03:24:50.233Z] (92/136) Installing opus (1.3.1-r1) [2023-03-10T03:24:50.500Z] (93/136) Installing libasyncns (0.8-r1) [2023-03-10T03:24:50.769Z] (94/136) Installing libltdl (2.4.7-r0) [2023-03-10T03:24:51.035Z] (95/136) Installing orc (0.4.32-r0) [2023-03-10T03:24:51.619Z] (96/136) Installing libvorbis (1.3.7-r0) [2023-03-10T03:24:51.885Z] (97/136) Installing libsndfile (1.1.0-r0) [2023-03-10T03:24:52.469Z] (98/136) Installing libgomp (11.2.1_git20220219-r2) [2023-03-10T03:24:52.736Z] (99/136) Installing soxr (0.1.3-r2) [2023-03-10T03:24:53.319Z] (100/136) Installing speexdsp (1.2.0-r0) [2023-03-10T03:24:53.585Z] (101/136) Installing tdb-libs (1.4.6-r0) [2023-03-10T03:24:53.851Z] (102/136) Installing libpulse (15.0-r2) [2023-03-10T03:24:54.434Z] (103/136) Installing cjson (1.7.15-r3) [2023-03-10T03:24:54.700Z] (104/136) Installing mbedtls (2.28.2-r0) [2023-03-10T03:24:54.967Z] (105/136) Installing librist (0.2.6-r1) [2023-03-10T03:24:55.554Z] (106/136) Installing libsrt (1.4.4-r0) [2023-03-10T03:24:55.822Z] (107/136) Installing libssh (0.9.6-r1) [2023-03-10T03:24:56.407Z] (108/136) Installing libtheora (1.1.1-r16) [2023-03-10T03:24:56.674Z] (109/136) Installing v4l-utils-libs (1.22.1-r1) [2023-03-10T03:24:57.260Z] (110/136) Installing libva (2.14.0-r0) [2023-03-10T03:24:57.528Z] (111/136) Installing libvdpau (1.5-r0) [2023-03-10T03:24:57.795Z] (112/136) Installing vidstab (1.1.0-r1) [2023-03-10T03:24:58.380Z] (113/136) Installing libvpx (1.11.0-r1) [2023-03-10T03:24:58.965Z] (114/136) Installing x264-libs (0.163_git20210613-r0) [2023-03-10T03:24:59.231Z] (115/136) Installing numactl (2.0.14-r0) [2023-03-10T03:24:59.496Z] (116/136) Installing x265-libs (3.5-r3) [2023-03-10T03:25:00.456Z] (117/136) Installing xvidcore (1.3.7-r1) [2023-03-10T03:25:00.725Z] (118/136) Installing ffmpeg-libs (5.0.1-r1) [2023-03-10T03:25:01.686Z] (119/136) Installing libevent (2.1.12-r4) [2023-03-10T03:25:02.270Z] (120/136) Installing mesa (21.3.9-r0) [2023-03-10T03:25:02.270Z] (121/136) Installing wayland-libs-server (1.20.0-r0) [2023-03-10T03:25:02.851Z] (122/136) Installing mesa-gbm (21.3.9-r0) [2023-03-10T03:25:03.119Z] (123/136) Installing icu-data-en (71.1-r2) [2023-03-10T03:25:03.708Z] Executing icu-data-en-71.1-r2.post-install [2023-03-10T03:25:03.708Z] * [2023-03-10T03:25:03.708Z] * If you need ICU with non-English locales and legacy charset support, install [2023-03-10T03:25:03.708Z] * package icu-data-full. [2023-03-10T03:25:03.708Z] * [2023-03-10T03:25:03.708Z] (124/136) Installing icu-libs (71.1-r2) [2023-03-10T03:25:04.289Z] (125/136) Installing lcms2 (2.13.1-r0) [2023-03-10T03:25:04.553Z] (126/136) Installing minizip (1.2.12-r0) [2023-03-10T03:25:04.817Z] (127/136) Installing nspr (4.33-r0) [2023-03-10T03:25:05.394Z] (128/136) Installing sqlite-libs (3.38.5-r0) [2023-03-10T03:25:05.658Z] (129/136) Installing nss (3.78.1-r0) [2023-03-10T03:25:06.235Z] (130/136) Installing re2 (2022.04.01-r0) [2023-03-10T03:25:06.814Z] (131/136) Installing snappy (1.1.9-r4) [2023-03-10T03:25:07.079Z] (132/136) Installing libgpg-error (1.45-r0) [2023-03-10T03:25:07.344Z] (133/136) Installing libgcrypt (1.10.1-r0) [2023-03-10T03:25:07.924Z] (134/136) Installing libxslt (1.1.35-r0) [2023-03-10T03:25:08.189Z] (135/136) Installing chromium (102.0.5005.182-r0) [2023-03-10T03:25:13.538Z] (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) [2023-03-10T03:25:13.806Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:25:13.806Z] Executing glib-2.72.1-r0.trigger [2023-03-10T03:25:14.075Z] Executing shared-mime-info-2.2-r2.trigger [2023-03-10T03:25:16.660Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-03-10T03:25:16.660Z] Executing gtk-update-icon-cache-2.24.33-r3.trigger [2023-03-10T03:25:16.660Z] Executing fontconfig-2.14.0-r0.trigger [2023-03-10T03:25:16.660Z] Executing mkfontscale-1.2.2-r0.trigger [2023-03-10T03:25:16.660Z] OK: 376 MiB in 159 packages [2023-03-10T03:25:16.929Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T03:25:17.510Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T03:25:18.471Z] (1/21) Installing binutils (2.38-r3) [2023-03-10T03:25:19.428Z] (2/21) Installing isl22 (0.22-r0) [2023-03-10T03:25:20.013Z] (3/21) Installing mpfr4 (4.1.0-r0) [2023-03-10T03:25:20.279Z] (4/21) Installing mpc1 (1.2.1-r0) [2023-03-10T03:25:20.546Z] (5/21) Installing gcc (11.2.1_git20220219-r2) [2023-03-10T03:25:27.192Z] (6/21) Installing musl-dev (1.2.3-r2) [2023-03-10T03:25:27.458Z] (7/21) Installing libc-dev (0.7.2-r3) [2023-03-10T03:25:27.723Z] (8/21) Installing linux-headers (5.16.7-r1) [2023-03-10T03:25:28.676Z] (9/21) Installing libffi-dev (3.4.2-r1) [2023-03-10T03:25:28.939Z] (10/21) Installing libpq (14.7-r0) [2023-03-10T03:25:29.515Z] (11/21) Installing openssl-dev (1.1.1t-r0) [2023-03-10T03:25:30.094Z] (12/21) Installing libpq-dev (14.7-r0) [2023-03-10T03:25:30.359Z] (13/21) Installing libecpg (14.7-r0) [2023-03-10T03:25:30.940Z] (14/21) Installing libecpg-dev (14.7-r0) [2023-03-10T03:25:31.205Z] (15/21) Installing llvm13-libs (13.0.1-r2) [2023-03-10T03:25:39.409Z] (16/21) Installing clang-libs (13.0.1-r1) [2023-03-10T03:25:42.407Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:25:46.050Z] (17/21) Installing clang (13.0.1-r1) [2023-03-10T03:25:46.051Z] (18/21) Installing icu (71.1-r2) [2023-03-10T03:25:46.316Z] (19/21) Installing icu-dev (71.1-r2) [2023-03-10T03:25:46.896Z] (20/21) Installing llvm13 (13.0.1-r2) [2023-03-10T03:25:52.223Z] (21/21) Installing postgresql14-dev (14.7-r0) [2023-03-10T03:25:52.808Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:25:52.808Z] OK: 768 MiB in 180 packages [2023-03-10T03:25:53.074Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T03:25:53.655Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T03:25:55.060Z] (1/10) Installing g++ (11.2.1_git20220219-r2) [2023-03-10T03:25:57.001Z] (2/10) Installing gdbm (1.23-r0) [2023-03-10T03:25:57.268Z] (3/10) Installing mpdecimal (2.5.1-r1) [2023-03-10T03:25:57.535Z] (4/10) Installing readline (8.1.2-r0) [2023-03-10T03:25:58.117Z] (5/10) Installing python3 (3.10.10-r0) [2023-03-10T03:26:02.377Z] (6/10) Installing python3-dev (3.10.10-r0) [2023-03-10T03:26:03.785Z] (7/10) Installing libsodium (1.0.18-r0) [2023-03-10T03:26:03.785Z] (8/10) Installing libzmq (4.3.4-r0) [2023-03-10T03:26:04.367Z] (9/10) Installing libsodium-dev (1.0.18-r0) [2023-03-10T03:26:04.635Z] (10/10) Installing zeromq-dev (4.3.4-r0) [2023-03-10T03:26:04.904Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:26:04.904Z] OK: 938 MiB in 190 packages [2023-03-10T03:26:05.488Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T03:26:05.754Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T03:26:07.160Z] OK: 938 MiB in 190 packages [2023-03-10T03:26:07.426Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T03:26:08.007Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T03:26:09.411Z] (1/1) Installing tzdata (2022f-r1) [2023-03-10T03:26:09.997Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:26:09.997Z] OK: 941 MiB in 191 packages [2023-03-10T03:26:11.408Z] (1/1) Purging tzdata (2022f-r1) [2023-03-10T03:26:11.408Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T03:26:11.408Z] OK: 938 MiB in 190 packages [2023-03-10T03:26:26.399Z] Looking in links: /tmp/tmp9lygrdo0 [2023-03-10T03:26:26.399Z] Processing /tmp/tmp9lygrdo0/setuptools-65.5.0-py3-none-any.whl [2023-03-10T03:26:26.399Z] Processing /tmp/tmp9lygrdo0/pip-22.3.1-py3-none-any.whl [2023-03-10T03:26:26.399Z] Installing collected packages: setuptools, pip [2023-03-10T03:26:38.629Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:26:41.386Z] Successfully installed pip-22.3.1 setuptools-65.5.0 [2023-03-10T03:26:41.387Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:26:43.326Z] Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.3.1) [2023-03-10T03:26:44.282Z] Collecting pip [2023-03-10T03:26:44.282Z] Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) [2023-03-10T03:26:44.282Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 22.8 MB/s eta 0:00:00 [2023-03-10T03:26:44.282Z] Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) [2023-03-10T03:26:46.974Z] Collecting setuptools [2023-03-10T03:26:46.974Z] Downloading setuptools-67.6.0-py3-none-any.whl (1.1 MB) [2023-03-10T03:26:46.974Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 20.9 MB/s eta 0:00:00 [2023-03-10T03:26:47.243Z] Collecting wheel [2023-03-10T03:26:47.243Z] Downloading wheel-0.38.4-py3-none-any.whl (36 kB) [2023-03-10T03:26:48.664Z] Installing collected packages: wheel, setuptools, pip [2023-03-10T03:26:48.932Z] Attempting uninstall: setuptools [2023-03-10T03:26:48.932Z] Found existing installation: setuptools 65.5.0 [2023-03-10T03:26:49.905Z] Uninstalling setuptools-65.5.0: [2023-03-10T03:26:49.905Z] Successfully uninstalled setuptools-65.5.0 [2023-03-10T03:26:55.265Z] Attempting uninstall: pip [2023-03-10T03:26:55.265Z] Found existing installation: pip 22.3.1 [2023-03-10T03:26:56.669Z] Uninstalling pip-22.3.1: [2023-03-10T03:26:56.669Z] Successfully uninstalled pip-22.3.1 [2023-03-10T03:27:08.977Z] Successfully installed pip-23.0.1 setuptools-67.6.0 wheel-0.38.4 [2023-03-10T03:27:08.977Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:27:11.550Z] Processing ./edgex-taf-common [2023-03-10T03:27:11.550Z] Preparing metadata (setup.py): started [2023-03-10T03:27:12.133Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:27:12.400Z] Building wheels for collected packages: edgex-taf-common [2023-03-10T03:27:12.400Z] Building wheel for edgex-taf-common (setup.py): started [2023-03-10T03:27:13.805Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2023-03-10T03:27:13.805Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14472 sha256=4e765109709ecec6155c1e6b38267daf92fa51792e9e9b48556985f6b31912ee [2023-03-10T03:27:14.070Z] Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd [2023-03-10T03:27:14.070Z] Successfully built edgex-taf-common [2023-03-10T03:27:14.336Z] Installing collected packages: edgex-taf-common [2023-03-10T03:27:14.601Z] Successfully installed edgex-taf-common-0.0.0 [2023-03-10T03:27:14.601Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:27:18.849Z] Collecting robotframework==4.1.3 [2023-03-10T03:27:18.849Z] Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) [2023-03-10T03:27:19.809Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 840.3 kB/s eta 0:00:00 [2023-03-10T03:27:20.391Z] Installing collected packages: robotframework [2023-03-10T03:27:23.734Z] Successfully installed robotframework-4.1.3 [2023-03-10T03:27:23.735Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:27:27.072Z] Collecting docker==4.4.1 [2023-03-10T03:27:27.072Z] Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) [2023-03-10T03:27:27.072Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 5.5 MB/s eta 0:00:00 [2023-03-10T03:27:27.338Z] Collecting websocket-client>=0.32.0 [2023-03-10T03:27:27.338Z] Downloading websocket_client-1.5.1-py3-none-any.whl (55 kB) [2023-03-10T03:27:27.338Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.9/55.9 kB 2.6 MB/s eta 0:00:00 [2023-03-10T03:27:27.605Z] Collecting requests!=2.18.0,>=2.14.2 [2023-03-10T03:27:27.605Z] Downloading requests-2.28.2-py3-none-any.whl (62 kB) [2023-03-10T03:27:27.872Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 2.8 MB/s eta 0:00:00 [2023-03-10T03:27:27.872Z] Collecting six>=1.4.0 [2023-03-10T03:27:27.872Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2023-03-10T03:27:28.450Z] Collecting urllib3<1.27,>=1.21.1 [2023-03-10T03:27:28.450Z] Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB) [2023-03-10T03:27:28.450Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 2.7 MB/s eta 0:00:00 [2023-03-10T03:27:28.714Z] Collecting certifi>=2017.4.17 [2023-03-10T03:27:28.714Z] Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) [2023-03-10T03:27:28.714Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 6.2 MB/s eta 0:00:00 [2023-03-10T03:27:29.295Z] Collecting charset-normalizer<4,>=2 [2023-03-10T03:27:29.295Z] Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (192 kB) [2023-03-10T03:27:29.295Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.7/192.7 kB 6.9 MB/s eta 0:00:00 [2023-03-10T03:27:29.560Z] Collecting idna<4,>=2.5 [2023-03-10T03:27:29.560Z] Downloading idna-3.4-py3-none-any.whl (61 kB) [2023-03-10T03:27:29.561Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.8 MB/s eta 0:00:00 [2023-03-10T03:27:30.961Z] Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker [2023-03-10T03:27:35.206Z] Successfully installed certifi-2022.12.7 charset-normalizer-3.1.0 docker-4.4.1 idna-3.4 requests-2.28.2 six-1.16.0 urllib3-1.26.14 websocket-client-1.5.1 [2023-03-10T03:27:35.206Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:27:38.544Z] Collecting python-dotenv==0.15.0 [2023-03-10T03:27:38.544Z] Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) [2023-03-10T03:27:39.499Z] Installing collected packages: python-dotenv [2023-03-10T03:27:39.499Z] Successfully installed python-dotenv-0.15.0 [2023-03-10T03:27:39.499Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:27:46.147Z] Collecting RESTinstance==1.0.2 [2023-03-10T03:27:46.147Z] Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) [2023-03-10T03:27:46.336Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:27:47.109Z] Collecting pytz [2023-03-10T03:27:47.109Z] Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB) [2023-03-10T03:27:47.109Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 kB 7.4 MB/s eta 0:00:00 [2023-03-10T03:27:47.691Z] Collecting docutils [2023-03-10T03:27:47.691Z] Downloading docutils-0.19-py3-none-any.whl (570 kB) [2023-03-10T03:27:47.692Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 7.1 MB/s eta 0:00:00 [2023-03-10T03:27:48.274Z] Collecting pygments [2023-03-10T03:27:48.274Z] Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) [2023-03-10T03:27:48.274Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 8.4 MB/s eta 0:00:00 [2023-03-10T03:27:48.539Z] Collecting tzlocal [2023-03-10T03:27:48.539Z] Downloading tzlocal-4.2-py3-none-any.whl (19 kB) [2023-03-10T03:27:48.539Z] Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) [2023-03-10T03:27:48.539Z] Collecting strict-rfc3339 [2023-03-10T03:27:48.806Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2023-03-10T03:27:48.806Z] Preparing metadata (setup.py): started [2023-03-10T03:27:49.765Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:27:50.034Z] Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.28.2) [2023-03-10T03:27:50.034Z] Collecting rfc3987 [2023-03-10T03:27:50.034Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2023-03-10T03:27:50.300Z] Collecting jsonschema [2023-03-10T03:27:50.300Z] Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) [2023-03-10T03:27:50.300Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 4.2 MB/s eta 0:00:00 [2023-03-10T03:27:50.564Z] Collecting GenSON [2023-03-10T03:27:50.564Z] Downloading genson-1.2.2.tar.gz (34 kB) [2023-03-10T03:27:50.564Z] Preparing metadata (setup.py): started [2023-03-10T03:27:51.969Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:27:51.969Z] Collecting jsonpath-ng [2023-03-10T03:27:51.969Z] Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) [2023-03-10T03:27:52.235Z] Collecting flex [2023-03-10T03:27:52.235Z] Downloading flex-6.14.1.tar.gz (40 kB) [2023-03-10T03:27:52.235Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.8 MB/s eta 0:00:00 [2023-03-10T03:27:52.502Z] Preparing metadata (setup.py): started [2023-03-10T03:27:54.456Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:27:54.456Z] Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) [2023-03-10T03:27:54.456Z] Collecting PyYAML>=3.11 [2023-03-10T03:27:54.456Z] Downloading PyYAML-6.0.tar.gz (124 kB) [2023-03-10T03:27:54.456Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 4.9 MB/s eta 0:00:00 [2023-03-10T03:27:56.396Z] Installing build dependencies: started [2023-03-10T03:28:23.077Z] Installing build dependencies: finished with status 'done' [2023-03-10T03:28:23.077Z] Getting requirements to build wheel: started [2023-03-10T03:28:38.077Z] Getting requirements to build wheel: finished with status 'done' [2023-03-10T03:28:38.077Z] Preparing metadata (pyproject.toml): started [2023-03-10T03:28:38.343Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-03-10T03:28:38.343Z] Collecting validate-email>=1.2 [2023-03-10T03:28:38.343Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2023-03-10T03:28:38.610Z] Preparing metadata (setup.py): started [2023-03-10T03:28:40.017Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:28:40.282Z] Collecting click>=3.3 [2023-03-10T03:28:40.282Z] Downloading click-8.1.3-py3-none-any.whl (96 kB) [2023-03-10T03:28:40.282Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 4.2 MB/s eta 0:00:00 [2023-03-10T03:28:40.282Z] Collecting jsonpointer>=1.7 [2023-03-10T03:28:40.549Z] Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) [2023-03-10T03:28:40.549Z] Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.1.0) [2023-03-10T03:28:40.549Z] Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (1.26.14) [2023-03-10T03:28:40.549Z] Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.4) [2023-03-10T03:28:40.549Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2022.12.7) [2023-03-10T03:28:40.816Z] Collecting decorator [2023-03-10T03:28:40.816Z] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [2023-03-10T03:28:40.816Z] Collecting ply [2023-03-10T03:28:40.816Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2023-03-10T03:28:40.816Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.2 MB/s eta 0:00:00 [2023-03-10T03:28:41.400Z] Collecting attrs>=17.4.0 [2023-03-10T03:28:41.400Z] Downloading attrs-22.2.0-py3-none-any.whl (60 kB) [2023-03-10T03:28:41.400Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 kB 2.9 MB/s eta 0:00:00 [2023-03-10T03:28:41.984Z] Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 [2023-03-10T03:28:41.984Z] Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) [2023-03-10T03:28:41.984Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 3.1 MB/s eta 0:00:00 [2023-03-10T03:28:42.251Z] Collecting pytz-deprecation-shim [2023-03-10T03:28:42.251Z] Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) [2023-03-10T03:28:43.209Z] Collecting tzdata [2023-03-10T03:28:43.209Z] Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB) [2023-03-10T03:28:43.209Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 kB 8.8 MB/s eta 0:00:00 [2023-03-10T03:28:43.209Z] Building wheels for collected packages: flex, strict-rfc3339, GenSON, PyYAML, validate-email [2023-03-10T03:28:43.474Z] Building wheel for flex (setup.py): started [2023-03-10T03:28:46.049Z] Building wheel for flex (setup.py): finished with status 'done' [2023-03-10T03:28:46.049Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=9c725dc031ba3da4892f47019c321353760d33df345c7e4074dbd4008afbcefc [2023-03-10T03:28:46.049Z] Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 [2023-03-10T03:28:46.049Z] Building wheel for strict-rfc3339 (setup.py): started [2023-03-10T03:28:47.987Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2023-03-10T03:28:47.987Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18127 sha256=b964532539dd2f7bd43983b98d214072d6479f87ba824e97a78ef8250b5f4de6 [2023-03-10T03:28:47.987Z] Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 [2023-03-10T03:28:47.987Z] Building wheel for GenSON (setup.py): started [2023-03-10T03:28:49.933Z] Building wheel for GenSON (setup.py): finished with status 'done' [2023-03-10T03:28:49.933Z] Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=8ba33c2824c969d8e1223a0d04b9cecc73cf5bad20278b7dbac908e3593903d5 [2023-03-10T03:28:49.933Z] Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca [2023-03-10T03:28:50.199Z] Building wheel for PyYAML (pyproject.toml): started [2023-03-10T03:28:53.541Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2023-03-10T03:28:53.541Z] Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_aarch64.whl size=45335 sha256=9f0ab21ad22e99eb802f580bb0574fc312f6cb07a4d41c22c2523bc4e593e535 [2023-03-10T03:28:53.541Z] Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d [2023-03-10T03:28:53.541Z] Building wheel for validate-email (setup.py): started [2023-03-10T03:28:55.479Z] Building wheel for validate-email (setup.py): finished with status 'done' [2023-03-10T03:28:55.479Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5467 sha256=fcf76a6c497deb9ad57d3192f73ca6072be10c0911989df475d104e44295102a [2023-03-10T03:28:55.479Z] Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 [2023-03-10T03:28:55.479Z] Successfully built flex strict-rfc3339 GenSON PyYAML validate-email [2023-03-10T03:28:57.426Z] Installing collected packages: validate-email, strict-rfc3339, rfc3987, pytz, ply, GenSON, tzdata, PyYAML, pyrsistent, pygments, jsonpointer, docutils, decorator, click, attrs, pytz-deprecation-shim, jsonschema, jsonpath-ng, flex, tzlocal, RESTinstance [2023-03-10T03:29:07.783Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:29:12.414Z] Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.0.2 attrs-22.2.0 click-8.1.3 decorator-5.1.1 docutils-0.19 flex-6.14.1 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.17.3 ply-3.11 pygments-2.14.0 pyrsistent-0.19.3 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 rfc3987-1.3.8 strict-rfc3339-0.7 tzdata-2022.7 tzlocal-4.2 validate-email-1.3 [2023-03-10T03:29:12.414Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:29:16.661Z] Collecting robotbackgroundlogger==1.2 [2023-03-10T03:29:16.661Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2023-03-10T03:29:16.661Z] Preparing metadata (setup.py): started [2023-03-10T03:29:18.068Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:29:18.068Z] Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) [2023-03-10T03:29:18.068Z] Building wheels for collected packages: robotbackgroundlogger [2023-03-10T03:29:18.068Z] Building wheel for robotbackgroundlogger (setup.py): started [2023-03-10T03:29:20.008Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2023-03-10T03:29:20.008Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=96a240c7ba61ea4b2a1fe970e11cf3d48f4ad6281e4393ff1f1a34362ae8e392 [2023-03-10T03:29:20.008Z] Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 [2023-03-10T03:29:20.008Z] Successfully built robotbackgroundlogger [2023-03-10T03:29:21.411Z] Installing collected packages: robotbackgroundlogger [2023-03-10T03:29:21.411Z] Successfully installed robotbackgroundlogger-1.2 [2023-03-10T03:29:21.411Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:29:25.775Z] Collecting configparser==5.0.1 [2023-03-10T03:29:25.775Z] Downloading configparser-5.0.1-py3-none-any.whl (22 kB) [2023-03-10T03:29:27.194Z] Installing collected packages: configparser [2023-03-10T03:29:27.460Z] Successfully installed configparser-5.0.1 [2023-03-10T03:29:27.460Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:29:29.714Z] Building wheel for numpy (pyproject.toml): finished with status 'done' [2023-03-10T03:29:29.714Z] Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22359155 sha256=2b6f28f2a71bca7a42f45825c2fa1a2509c6c744d17268634472de630c86fc3e [2023-03-10T03:29:29.714Z] Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 [2023-03-10T03:29:29.714Z] Successfully built numpy [2023-03-10T03:29:29.714Z] Installing collected packages: numpy [2023-03-10T03:29:29.714Z] Successfully installed numpy-1.22.3 [2023-03-10T03:29:29.714Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:29:30.650Z] Collecting psutil==5.9.0 [2023-03-10T03:29:30.650Z] Downloading psutil-5.9.0.tar.gz (478 kB) [2023-03-10T03:29:30.650Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 31.9 MB/s eta 0:00:00 [2023-03-10T03:29:30.650Z] Preparing metadata (setup.py): started [2023-03-10T03:29:31.220Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:29:31.220Z] Building wheels for collected packages: psutil [2023-03-10T03:29:31.220Z] Building wheel for psutil (setup.py): started [2023-03-10T03:29:31.703Z] Collecting requests==2.25.1 [2023-03-10T03:29:31.703Z] Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) [2023-03-10T03:29:31.703Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.4 MB/s eta 0:00:00 [2023-03-10T03:29:31.703Z] Collecting idna<3,>=2.5 [2023-03-10T03:29:31.703Z] Downloading idna-2.10-py2.py3-none-any.whl (58 kB) [2023-03-10T03:29:31.703Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.1 MB/s eta 0:00:00 [2023-03-10T03:29:31.703Z] Collecting chardet<5,>=3.0.2 [2023-03-10T03:29:31.703Z] Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) [2023-03-10T03:29:31.703Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 7.1 MB/s eta 0:00:00 [2023-03-10T03:29:31.967Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2022.12.7) [2023-03-10T03:29:31.967Z] Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (1.26.14) [2023-03-10T03:29:32.599Z] Building wheel for psutil (setup.py): finished with status 'done' [2023-03-10T03:29:32.599Z] Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_x86_64.whl size=271454 sha256=548c380a87ffd392afff69395770109f90564e5dde35f0bc90a941b6599177a1 [2023-03-10T03:29:32.599Z] Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf [2023-03-10T03:29:32.599Z] Successfully built psutil [2023-03-10T03:29:32.857Z] Installing collected packages: psutil [2023-03-10T03:29:33.115Z] Successfully installed psutil-5.9.0 [2023-03-10T03:29:33.115Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:29:33.895Z] Installing collected packages: idna, chardet, requests [2023-03-10T03:29:33.895Z] Attempting uninstall: idna [2023-03-10T03:29:33.895Z] Found existing installation: idna 3.4 [2023-03-10T03:29:33.895Z] Uninstalling idna-3.4: [2023-03-10T03:29:33.895Z] Successfully uninstalled idna-3.4 [2023-03-10T03:29:34.049Z] Collecting pycryptodome==3.15.0 [2023-03-10T03:29:34.049Z] Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) [2023-03-10T03:29:34.049Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 61.8 MB/s eta 0:00:00 [2023-03-10T03:29:34.617Z] Preparing metadata (setup.py): started [2023-03-10T03:29:35.992Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:29:35.992Z] Building wheels for collected packages: pycryptodome [2023-03-10T03:29:35.992Z] Building wheel for pycryptodome (setup.py): started [2023-03-10T03:29:36.461Z] Attempting uninstall: requests [2023-03-10T03:29:36.461Z] Found existing installation: requests 2.28.2 [2023-03-10T03:29:36.461Z] Uninstalling requests-2.28.2: [2023-03-10T03:29:36.461Z] Successfully uninstalled requests-2.28.2 [2023-03-10T03:29:36.461Z] Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 [2023-03-10T03:29:36.461Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:29:40.697Z] Collecting robotframework-requests==0.8.0 [2023-03-10T03:29:40.697Z] Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) [2023-03-10T03:29:40.697Z] Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) [2023-03-10T03:29:40.697Z] Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) [2023-03-10T03:29:40.697Z] Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) [2023-03-10T03:29:40.697Z] Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (4.0.0) [2023-03-10T03:29:40.697Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2022.12.7) [2023-03-10T03:29:40.697Z] Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (1.26.14) [2023-03-10T03:29:42.099Z] Installing collected packages: robotframework-requests [2023-03-10T03:29:42.365Z] Successfully installed robotframework-requests-0.8.0 [2023-03-10T03:29:42.365Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:29:46.604Z] Collecting paho-mqtt==1.5.1 [2023-03-10T03:29:46.604Z] Downloading paho-mqtt-1.5.1.tar.gz (101 kB) [2023-03-10T03:29:46.604Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 4.8 MB/s eta 0:00:00 [2023-03-10T03:29:46.604Z] Preparing metadata (setup.py): started [2023-03-10T03:29:48.004Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:29:48.004Z] Building wheels for collected packages: paho-mqtt [2023-03-10T03:29:48.004Z] Building wheel for paho-mqtt (setup.py): started [2023-03-10T03:29:50.567Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2023-03-10T03:29:50.567Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=a1dceb24e2b404bc9fef11e7594db656ea43cfee1d4b7ca8b31bb83c9cb2716e [2023-03-10T03:29:50.567Z] Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 [2023-03-10T03:29:50.567Z] Successfully built paho-mqtt [2023-03-10T03:29:51.964Z] Installing collected packages: paho-mqtt [2023-03-10T03:29:52.228Z] Successfully installed paho-mqtt-1.5.1 [2023-03-10T03:29:52.228Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:29:56.462Z] Collecting redis==3.5.3 [2023-03-10T03:29:56.462Z] Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) [2023-03-10T03:29:56.727Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 149.6 kB/s eta 0:00:00 [2023-03-10T03:29:58.661Z] Installing collected packages: redis [2023-03-10T03:29:58.927Z] Successfully installed redis-3.5.3 [2023-03-10T03:29:58.927Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:30:02.532Z] Building wheel for pycryptodome (setup.py): finished with status 'done' [2023-03-10T03:30:02.532Z] Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_x86_64.whl size=2111127 sha256=28b5615386f60bbc9da5575c82ec8e4d71b5939fdd26a6fe156ab20df1a9bf2b [2023-03-10T03:30:02.532Z] Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 [2023-03-10T03:30:02.532Z] Successfully built pycryptodome [2023-03-10T03:30:02.532Z] Installing collected packages: pycryptodome [2023-03-10T03:30:02.532Z] Successfully installed pycryptodome-3.15.0 [2023-03-10T03:30:02.532Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:30:02.532Z] Collecting influxdb-client==1.33.0 [2023-03-10T03:30:02.532Z] Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) [2023-03-10T03:30:02.532Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 28.8 MB/s eta 0:00:00 [2023-03-10T03:30:02.532Z] Collecting reactivex>=4.0.4 [2023-03-10T03:30:02.532Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2023-03-10T03:30:02.532Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 31.3 MB/s eta 0:00:00 [2023-03-10T03:30:02.532Z] Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (1.26.14) [2023-03-10T03:30:02.532Z] Collecting python-dateutil>=2.5.3 [2023-03-10T03:30:02.532Z] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) [2023-03-10T03:30:02.532Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 31.7 MB/s eta 0:00:00 [2023-03-10T03:30:02.532Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (67.6.0) [2023-03-10T03:30:02.532Z] Requirement already satisfied: certifi>=14.05.14 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (2022.12.7) [2023-03-10T03:30:02.532Z] Requirement already satisfied: six>=1.5 in /usr/lib/python3.10/site-packages (from python-dateutil>=2.5.3->influxdb-client==1.33.0) (1.16.0) [2023-03-10T03:30:02.532Z] Collecting typing-extensions<5.0.0,>=4.1.1 [2023-03-10T03:30:02.532Z] Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB) [2023-03-10T03:30:02.532Z] Installing collected packages: typing-extensions, python-dateutil, reactivex, influxdb-client [2023-03-10T03:30:02.532Z] Successfully installed influxdb-client-1.33.0 python-dateutil-2.8.2 reactivex-4.0.4 typing-extensions-4.5.0 [2023-03-10T03:30:02.532Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:30:04.261Z] Collecting pyzmq==22.2.1 [2023-03-10T03:30:04.262Z] Downloading pyzmq-22.2.1.tar.gz (1.2 MB) [2023-03-10T03:30:04.527Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.3 MB/s eta 0:00:00 [2023-03-10T03:30:06.461Z] Installing build dependencies: started [2023-03-10T03:30:14.730Z] Removing intermediate container bf209794accc [2023-03-10T03:30:14.730Z] ---> 8dc19eda0978 [2023-03-10T03:30:14.730Z] Step 9/12 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2023-03-10T03:30:14.730Z] ---> Running in 29c1b56bb6a5 [2023-03-10T03:30:14.730Z] Removing intermediate container 29c1b56bb6a5 [2023-03-10T03:30:14.730Z] ---> 3ae785c4e0b4 [2023-03-10T03:30:14.730Z] Step 10/12 : LABEL arch=amd64 [2023-03-10T03:30:14.730Z] ---> Running in 20cdd58b3eae [2023-03-10T03:30:14.730Z] Removing intermediate container 20cdd58b3eae [2023-03-10T03:30:14.730Z] ---> 02ef93ca66b7 [2023-03-10T03:30:14.730Z] Step 11/12 : LABEL git_sha=95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [2023-03-10T03:30:14.730Z] ---> Running in f013d07a1eab [2023-03-10T03:30:14.991Z] Removing intermediate container f013d07a1eab [2023-03-10T03:30:14.991Z] ---> 3bd2ee136533 [2023-03-10T03:30:14.991Z] Step 12/12 : LABEL version=0.0.2-dev.20 [2023-03-10T03:30:14.991Z] ---> Running in 18a1667c08c9 [2023-03-10T03:30:14.991Z] Removing intermediate container 18a1667c08c9 [2023-03-10T03:30:14.991Z] ---> 638f78d50b41 [2023-03-10T03:30:14.991Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-10T03:30:14.991Z] Successfully built 638f78d50b41 [2023-03-10T03:30:14.991Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2023-03-10T03:30:15.108Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2023-03-10T03:30:15.108Z] 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [2023-03-10T03:30:15.108Z] latest [2023-03-10T03:30:15.108Z] 0.0.2-dev.20 [2023-03-10T03:30:15.108Z] 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 [2023-03-10T03:30:15.108Z] main [2023-03-10T03:30:15.108Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:30:15.420Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:30:15.721Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [2023-03-10T03:30:15.721Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-03-10T03:30:15.721Z] 7201cb9a9c84: Preparing [2023-03-10T03:30:15.721Z] 929bb43e3d1c: Preparing [2023-03-10T03:30:15.721Z] 3db860b30970: Preparing [2023-03-10T03:30:15.721Z] 33688aaa0bc4: Preparing [2023-03-10T03:30:15.721Z] aa5968d388b8: Preparing [2023-03-10T03:30:15.980Z] 3db860b30970: Pushed [2023-03-10T03:30:15.980Z] 929bb43e3d1c: Pushed [2023-03-10T03:30:15.980Z] 33688aaa0bc4: Pushed [2023-03-10T03:30:16.549Z] aa5968d388b8: Pushed [2023-03-10T03:30:21.415Z] Installing build dependencies: finished with status 'done' [2023-03-10T03:30:21.415Z] Getting requirements to build wheel: started [2023-03-10T03:30:21.994Z] Getting requirements to build wheel: finished with status 'done' [2023-03-10T03:30:21.994Z] Preparing metadata (pyproject.toml): started [2023-03-10T03:30:25.323Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-03-10T03:30:25.323Z] Building wheels for collected packages: pyzmq [2023-03-10T03:30:25.323Z] Building wheel for pyzmq (pyproject.toml): started [2023-03-10T03:31:33.149Z] Building wheel for pyzmq (pyproject.toml): still running... [2023-03-10T03:32:08.035Z] 7201cb9a9c84: Pushed [2023-03-10T03:32:08.035Z] 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:08.343Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:08.647Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2023-03-10T03:32:08.647Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-03-10T03:32:08.647Z] 7201cb9a9c84: Preparing [2023-03-10T03:32:08.647Z] 929bb43e3d1c: Preparing [2023-03-10T03:32:08.647Z] 3db860b30970: Preparing [2023-03-10T03:32:08.647Z] 33688aaa0bc4: Preparing [2023-03-10T03:32:08.647Z] aa5968d388b8: Preparing [2023-03-10T03:32:08.647Z] aa5968d388b8: Layer already exists [2023-03-10T03:32:08.647Z] 7201cb9a9c84: Layer already exists [2023-03-10T03:32:08.647Z] 33688aaa0bc4: Layer already exists [2023-03-10T03:32:08.647Z] 929bb43e3d1c: Layer already exists [2023-03-10T03:32:08.647Z] 3db860b30970: Layer already exists [2023-03-10T03:32:08.647Z] latest: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:08.946Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:09.247Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.20 [2023-03-10T03:32:09.247Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-03-10T03:32:09.247Z] 7201cb9a9c84: Preparing [2023-03-10T03:32:09.247Z] 929bb43e3d1c: Preparing [2023-03-10T03:32:09.247Z] 3db860b30970: Preparing [2023-03-10T03:32:09.247Z] 33688aaa0bc4: Preparing [2023-03-10T03:32:09.247Z] aa5968d388b8: Preparing [2023-03-10T03:32:09.247Z] 7201cb9a9c84: Layer already exists [2023-03-10T03:32:09.247Z] 3db860b30970: Layer already exists [2023-03-10T03:32:09.247Z] aa5968d388b8: Layer already exists [2023-03-10T03:32:09.247Z] 33688aaa0bc4: Layer already exists [2023-03-10T03:32:09.247Z] 929bb43e3d1c: Layer already exists [2023-03-10T03:32:09.247Z] 0.0.2-dev.20: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:09.548Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:09.845Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 [2023-03-10T03:32:09.845Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-03-10T03:32:09.845Z] 7201cb9a9c84: Preparing [2023-03-10T03:32:09.845Z] 929bb43e3d1c: Preparing [2023-03-10T03:32:09.845Z] 3db860b30970: Preparing [2023-03-10T03:32:09.845Z] 33688aaa0bc4: Preparing [2023-03-10T03:32:09.845Z] aa5968d388b8: Preparing [2023-03-10T03:32:09.845Z] 3db860b30970: Layer already exists [2023-03-10T03:32:09.845Z] 7201cb9a9c84: Layer already exists [2023-03-10T03:32:09.845Z] 929bb43e3d1c: Layer already exists [2023-03-10T03:32:09.845Z] aa5968d388b8: Layer already exists [2023-03-10T03:32:09.845Z] 33688aaa0bc4: Layer already exists [2023-03-10T03:32:09.845Z] 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:10.144Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:10.445Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2023-03-10T03:32:10.445Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-03-10T03:32:10.445Z] 7201cb9a9c84: Preparing [2023-03-10T03:32:10.445Z] 929bb43e3d1c: Preparing [2023-03-10T03:32:10.445Z] 3db860b30970: Preparing [2023-03-10T03:32:10.445Z] 33688aaa0bc4: Preparing [2023-03-10T03:32:10.445Z] aa5968d388b8: Preparing [2023-03-10T03:32:10.445Z] 33688aaa0bc4: Layer already exists [2023-03-10T03:32:10.445Z] aa5968d388b8: Layer already exists [2023-03-10T03:32:10.445Z] 7201cb9a9c84: Layer already exists [2023-03-10T03:32:10.445Z] 929bb43e3d1c: Layer already exists [2023-03-10T03:32:10.445Z] 3db860b30970: Layer already exists [2023-03-10T03:32:10.445Z] main: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T03:32:10.488Z] ===================================================== [Pipeline] echo [2023-03-10T03:32:10.496Z] taggedImages: [2023-03-10T03:32:10.496Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [2023-03-10T03:32:10.496Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2023-03-10T03:32:10.496Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.20 [2023-03-10T03:32:10.496Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 [2023-03-10T03:32:10.496Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:10.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T03:32:10.842Z] [2023-03-10T03:32:10.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T03:32:11.139Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T03:32:11.139Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-10T03:32:11.139Z] 5eb5b503b376: Pulling fs layer [2023-03-10T03:32:11.139Z] 5c69ac0246d0: Pulling fs layer [2023-03-10T03:32:11.139Z] ec43610c2a17: Pulling fs layer [2023-03-10T03:32:11.139Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-10T03:32:11.139Z] 33b1e0a273af: Pulling fs layer [2023-03-10T03:32:11.139Z] 5d3b04190fa2: Pulling fs layer [2023-03-10T03:32:11.139Z] 2f39f015ded8: Pulling fs layer [2023-03-10T03:32:11.139Z] 3a2ae6a8a46f: Waiting [2023-03-10T03:32:11.139Z] 33b1e0a273af: Waiting [2023-03-10T03:32:11.139Z] 5d3b04190fa2: Waiting [2023-03-10T03:32:11.139Z] 2f39f015ded8: Waiting [2023-03-10T03:32:11.139Z] 5c69ac0246d0: Verifying Checksum [2023-03-10T03:32:11.139Z] 5c69ac0246d0: Download complete [2023-03-10T03:32:11.139Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-10T03:32:11.139Z] 3a2ae6a8a46f: Download complete [2023-03-10T03:32:11.398Z] ec43610c2a17: Verifying Checksum [2023-03-10T03:32:11.398Z] ec43610c2a17: Download complete [2023-03-10T03:32:11.398Z] 33b1e0a273af: Verifying Checksum [2023-03-10T03:32:11.398Z] 33b1e0a273af: Download complete [2023-03-10T03:32:11.398Z] 5d3b04190fa2: Verifying Checksum [2023-03-10T03:32:11.398Z] 5d3b04190fa2: Download complete [2023-03-10T03:32:11.398Z] 5eb5b503b376: Verifying Checksum [2023-03-10T03:32:11.398Z] 5eb5b503b376: Download complete [2023-03-10T03:32:11.965Z] 2f39f015ded8: Download complete [2023-03-10T03:32:12.531Z] 5eb5b503b376: Pull complete [2023-03-10T03:32:12.531Z] 5c69ac0246d0: Pull complete [2023-03-10T03:32:13.095Z] ec43610c2a17: Pull complete [2023-03-10T03:32:13.095Z] 3a2ae6a8a46f: Pull complete [2023-03-10T03:32:13.354Z] 33b1e0a273af: Pull complete [2023-03-10T03:32:13.354Z] 5d3b04190fa2: Pull complete [2023-03-10T03:32:16.634Z] 2f39f015ded8: Pull complete [2023-03-10T03:32:16.892Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-10T03:32:16.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T03:32:16.892Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T03:32:16.966Z] prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container [2023-03-10T03:32:16.997Z] $ 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/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T03:32:18.375Z] $ docker top 98014593f65213fb975e854badd019550527d53b6b059ecd19d1fbddb18f1a3a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T03:32:18.752Z] ---> job-cost.sh [2023-03-10T03:32:18.752Z] lf-activate-venv: SKIPPING [2023-03-10T03:32:18.752Z] INFO: No Stack... [2023-03-10T03:32:19.010Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T03:32:19.577Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T03:32:19.864Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2023-03-10T03:32:19.864Z] + cut -d, -f6 [Pipeline] lock [2023-03-10T03:32:19.877Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [2023-03-10T03:32:19.885Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] did not exist. Created. [2023-03-10T03:32:19.885Z] Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T03:32:20.180Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-10T03:32:20.218Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T03:32:20.228Z] Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T03:32:20.249Z] $ docker stop --time=1 98014593f65213fb975e854badd019550527d53b6b059ecd19d1fbddb18f1a3a [2023-03-10T03:32:21.426Z] $ docker rm -f --volumes 98014593f65213fb975e854badd019550527d53b6b059ecd19d1fbddb18f1a3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-10T03:32:54.723Z] Building wheel for pyzmq (pyproject.toml): still running... [2023-03-10T03:33:04.764Z] Building wheel for pyzmq (pyproject.toml): finished with status 'done' [2023-03-10T03:33:04.764Z] Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_aarch64.whl size=1515246 sha256=1bfd681c7693a86a2fb8830e9ff56001bfe3a2b16ef616d14d47734c436ddcd6 [2023-03-10T03:33:04.764Z] Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e [2023-03-10T03:33:04.764Z] Successfully built pyzmq [2023-03-10T03:33:05.342Z] Installing collected packages: pyzmq [2023-03-10T03:33:07.274Z] Successfully installed pyzmq-22.2.1 [2023-03-10T03:33:07.274Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:33:11.514Z] Collecting robotframework-seleniumlibrary==5.1.3 [2023-03-10T03:33:11.514Z] Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) [2023-03-10T03:33:11.514Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 3.8 MB/s eta 0:00:00 [2023-03-10T03:33:11.779Z] Collecting selenium>=3.141.0 [2023-03-10T03:33:11.780Z] Downloading selenium-4.8.2-py3-none-any.whl (6.9 MB) [2023-03-10T03:33:12.363Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 12.8 MB/s eta 0:00:00 [2023-03-10T03:33:12.363Z] Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) [2023-03-10T03:33:12.363Z] Collecting robotframework-pythonlibcore>=2.1.0 [2023-03-10T03:33:12.628Z] Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) [2023-03-10T03:33:12.628Z] Collecting trio~=0.17 [2023-03-10T03:33:12.628Z] Downloading trio-0.22.0-py3-none-any.whl (384 kB) [2023-03-10T03:33:12.893Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.4 MB/s eta 0:00:00 [2023-03-10T03:33:12.893Z] Requirement already satisfied: urllib3[socks]~=1.26 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (1.26.14) [2023-03-10T03:33:12.893Z] Collecting trio-websocket~=0.9 [2023-03-10T03:33:12.893Z] Downloading trio_websocket-0.9.2-py3-none-any.whl (16 kB) [2023-03-10T03:33:12.893Z] Requirement already satisfied: certifi>=2021.10.8 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2022.12.7) [2023-03-10T03:33:13.159Z] Collecting sortedcontainers [2023-03-10T03:33:13.159Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2023-03-10T03:33:13.159Z] Collecting sniffio [2023-03-10T03:33:13.159Z] Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) [2023-03-10T03:33:13.159Z] Requirement already satisfied: attrs>=19.2.0 in /usr/lib/python3.10/site-packages (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (22.2.0) [2023-03-10T03:33:13.424Z] Collecting exceptiongroup>=1.0.0rc9 [2023-03-10T03:33:13.424Z] Downloading exceptiongroup-1.1.0-py3-none-any.whl (14 kB) [2023-03-10T03:33:13.424Z] Requirement already satisfied: idna in /usr/lib/python3.10/site-packages (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2.10) [2023-03-10T03:33:13.424Z] Collecting async-generator>=1.9 [2023-03-10T03:33:13.689Z] Downloading async_generator-1.10-py3-none-any.whl (18 kB) [2023-03-10T03:33:13.689Z] Collecting outcome [2023-03-10T03:33:13.689Z] Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) [2023-03-10T03:33:13.956Z] Collecting wsproto>=0.14 [2023-03-10T03:33:13.956Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2023-03-10T03:33:14.222Z] Collecting PySocks!=1.5.7,<2.0,>=1.5.6 [2023-03-10T03:33:14.222Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2023-03-10T03:33:14.802Z] Collecting h11<1,>=0.9.0 [2023-03-10T03:33:14.802Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2023-03-10T03:33:14.802Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.6 MB/s eta 0:00:00 [2023-03-10T03:33:16.735Z] Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, outcome, h11, exceptiongroup, async-generator, wsproto, trio, trio-websocket, selenium, robotframework-seleniumlibrary [2023-03-10T03:33:29.043Z] Successfully installed PySocks-1.7.1 async-generator-1.10 exceptiongroup-1.1.0 h11-0.14.0 outcome-1.2.0 robotframework-pythonlibcore-4.1.2 robotframework-seleniumlibrary-5.1.3 selenium-4.8.2 sniffio-1.3.0 sortedcontainers-2.4.0 trio-0.22.0 trio-websocket-0.9.2 wsproto-1.2.0 [2023-03-10T03:33:29.043Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:33:32.373Z] Collecting psycopg2==2.9.3 [2023-03-10T03:33:32.373Z] Downloading psycopg2-2.9.3.tar.gz (380 kB) [2023-03-10T03:33:32.373Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 7.5 MB/s eta 0:00:00 [2023-03-10T03:33:32.954Z] Preparing metadata (setup.py): started [2023-03-10T03:33:34.889Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T03:33:34.889Z] Building wheels for collected packages: psycopg2 [2023-03-10T03:33:34.889Z] Building wheel for psycopg2 (setup.py): started [2023-03-10T03:34:42.734Z] Building wheel for psycopg2 (setup.py): still running... [2023-03-10T03:34:42.734Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2023-03-10T03:34:42.734Z] Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470367 sha256=72cc5faa724a152537701fb8b3614c964e684bf9abc6a918ac5bea7562055baf [2023-03-10T03:34:42.734Z] Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e [2023-03-10T03:34:42.734Z] Successfully built psycopg2 [2023-03-10T03:34:42.998Z] Installing collected packages: psycopg2 [2023-03-10T03:34:43.577Z] Successfully installed psycopg2-2.9.3 [2023-03-10T03:34:43.577Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T03:34:50.214Z] Collecting numpy==1.22.3 [2023-03-10T03:34:50.214Z] Downloading numpy-1.22.3.zip (11.5 MB) [2023-03-10T03:34:50.214Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 11.8 MB/s eta 0:00:00 [2023-03-10T03:34:54.454Z] Installing build dependencies: started [2023-03-10T03:35:16.498Z] Installing build dependencies: finished with status 'done' [2023-03-10T03:35:16.498Z] Getting requirements to build wheel: started [2023-03-10T03:35:18.437Z] Getting requirements to build wheel: finished with status 'done' [2023-03-10T03:35:18.437Z] Preparing metadata (pyproject.toml): started [2023-03-10T03:35:22.683Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-03-10T03:35:22.683Z] Building wheels for collected packages: numpy [2023-03-10T03:35:22.683Z] Building wheel for numpy (pyproject.toml): started [2023-03-10T03:37:44.358Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:38:40.761Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:39:48.617Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:40:44.969Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:41:52.806Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:43:00.631Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:43:56.994Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:48:18.773Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:50:25.442Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:52:32.068Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:54:38.816Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:55:46.618Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T03:57:53.252Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T04:01:30.000Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T04:02:51.594Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T04:04:43.213Z] Building wheel for numpy (pyproject.toml): still running... [2023-03-10T04:04:55.488Z] Building wheel for numpy (pyproject.toml): finished with status 'done' [2023-03-10T04:04:55.489Z] Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18623546 sha256=5ea52800c99dd106b90ec957da05348966d554ebdcdf063bbac2a72958382bec [2023-03-10T04:04:55.489Z] Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 [2023-03-10T04:04:55.489Z] Successfully built numpy [2023-03-10T04:04:57.419Z] Installing collected packages: numpy [2023-03-10T04:05:15.595Z] Successfully installed numpy-1.22.3 [2023-03-10T04:05:15.595Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T04:05:19.828Z] Collecting psutil==5.9.0 [2023-03-10T04:05:19.828Z] Downloading psutil-5.9.0.tar.gz (478 kB) [2023-03-10T04:05:19.828Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 8.1 MB/s eta 0:00:00 [2023-03-10T04:05:20.409Z] Preparing metadata (setup.py): started [2023-03-10T04:05:22.337Z] Preparing metadata (setup.py): finished with status 'done' [2023-03-10T04:05:22.602Z] Building wheels for collected packages: psutil [2023-03-10T04:05:22.602Z] Building wheel for psutil (setup.py): started [2023-03-10T04:05:32.645Z] Building wheel for psutil (setup.py): finished with status 'done' [2023-03-10T04:05:32.645Z] Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_aarch64.whl size=271953 sha256=fb90a08ca1ec6ecd400b33a9b70a3444b1ce73f8e64a624afb40bf49943d493a [2023-03-10T04:05:32.645Z] Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf [2023-03-10T04:05:32.910Z] Successfully built psutil [2023-03-10T04:05:34.840Z] Installing collected packages: psutil [2023-03-10T04:05:36.770Z] Successfully installed psutil-5.9.0 [2023-03-10T04:05:36.770Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T04:05:42.089Z] Collecting pycryptodome==3.15.0 [2023-03-10T04:05:42.089Z] Downloading pycryptodome-3.15.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2023-03-10T04:05:42.089Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 12.3 MB/s eta 0:00:00 [2023-03-10T04:05:44.021Z] Installing collected packages: pycryptodome [2023-03-10T04:05:48.257Z] Successfully installed pycryptodome-3.15.0 [2023-03-10T04:05:48.257Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T04:05:51.581Z] Collecting influxdb-client==1.33.0 [2023-03-10T04:05:51.581Z] Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) [2023-03-10T04:05:51.846Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 9.7 MB/s eta 0:00:00 [2023-03-10T04:05:52.425Z] Collecting python-dateutil>=2.5.3 [2023-03-10T04:05:52.425Z] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) [2023-03-10T04:05:52.425Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 8.3 MB/s eta 0:00:00 [2023-03-10T04:05:52.425Z] Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (1.26.14) [2023-03-10T04:05:52.425Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (67.6.0) [2023-03-10T04:05:52.426Z] Requirement already satisfied: certifi>=14.05.14 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (2022.12.7) [2023-03-10T04:05:52.426Z] Collecting reactivex>=4.0.4 [2023-03-10T04:05:52.426Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2023-03-10T04:05:52.690Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.3 MB/s eta 0:00:00 [2023-03-10T04:05:52.691Z] Requirement already satisfied: six>=1.5 in /usr/lib/python3.10/site-packages (from python-dateutil>=2.5.3->influxdb-client==1.33.0) (1.16.0) [2023-03-10T04:05:52.691Z] Collecting typing-extensions<5.0.0,>=4.1.1 [2023-03-10T04:05:52.691Z] Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB) [2023-03-10T04:05:55.256Z] Installing collected packages: typing-extensions, python-dateutil, reactivex, influxdb-client [2023-03-10T04:06:03.439Z] Successfully installed influxdb-client-1.33.0 python-dateutil-2.8.2 reactivex-4.0.4 typing-extensions-4.5.0 [2023-03-10T04:06:03.439Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-03-10T04:06:44.847Z] Removing intermediate container 75642099dfdd [2023-03-10T04:06:44.848Z] ---> e237b9b09117 [2023-03-10T04:06:44.848Z] Step 9/12 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2023-03-10T04:06:44.848Z] ---> Running in 4ccf9573815c [2023-03-10T04:06:44.848Z] Removing intermediate container 4ccf9573815c [2023-03-10T04:06:44.848Z] ---> 80cb23a9f9e2 [2023-03-10T04:06:44.848Z] Step 10/12 : LABEL arch=arm64 [2023-03-10T04:06:44.848Z] ---> Running in 430d7f9b9cd3 [2023-03-10T04:06:44.848Z] Removing intermediate container 430d7f9b9cd3 [2023-03-10T04:06:44.848Z] ---> 053317bc54ef [2023-03-10T04:06:44.848Z] Step 11/12 : LABEL git_sha=95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [2023-03-10T04:06:44.848Z] ---> Running in 39ea6fcfce22 [2023-03-10T04:06:44.848Z] Removing intermediate container 39ea6fcfce22 [2023-03-10T04:06:44.848Z] ---> c6f533e7c8ab [2023-03-10T04:06:44.848Z] Step 12/12 : LABEL version=0.0.2-dev.20 [2023-03-10T04:06:44.848Z] ---> Running in 2a726de8768a [2023-03-10T04:06:44.848Z] Removing intermediate container 2a726de8768a [2023-03-10T04:06:44.848Z] ---> 9de96fd0b169 [2023-03-10T04:06:44.848Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-10T04:06:44.848Z] Successfully built 9de96fd0b169 [2023-03-10T04:06:44.848Z] Successfully tagged edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2023-03-10T04:06:44.962Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2023-03-10T04:06:44.962Z] 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [2023-03-10T04:06:44.962Z] latest [2023-03-10T04:06:44.962Z] 0.0.2-dev.20 [2023-03-10T04:06:44.962Z] 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 [2023-03-10T04:06:44.962Z] main [2023-03-10T04:06:44.962Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:06:45.312Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:06:45.641Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [2023-03-10T04:06:45.642Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-03-10T04:06:45.642Z] b79569a26c5a: Preparing [2023-03-10T04:06:45.642Z] 805c988704a2: Preparing [2023-03-10T04:06:45.642Z] 30e5531ec7f6: Preparing [2023-03-10T04:06:45.642Z] 55ad53714869: Preparing [2023-03-10T04:06:45.642Z] f70ee36035b9: Preparing [2023-03-10T04:06:45.908Z] 805c988704a2: Pushed [2023-03-10T04:06:45.908Z] 30e5531ec7f6: Pushed [2023-03-10T04:06:45.908Z] 55ad53714869: Pushed [2023-03-10T04:06:47.310Z] f70ee36035b9: Pushed [2023-03-10T04:10:39.059Z] b79569a26c5a: Pushed [2023-03-10T04:10:39.059Z] 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:39.405Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:39.815Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2023-03-10T04:10:39.815Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-03-10T04:10:40.404Z] b79569a26c5a: Preparing [2023-03-10T04:10:40.404Z] 805c988704a2: Preparing [2023-03-10T04:10:40.404Z] 30e5531ec7f6: Preparing [2023-03-10T04:10:40.404Z] 55ad53714869: Preparing [2023-03-10T04:10:40.404Z] f70ee36035b9: Preparing [2023-03-10T04:10:40.404Z] f70ee36035b9: Layer already exists [2023-03-10T04:10:40.404Z] 55ad53714869: Layer already exists [2023-03-10T04:10:40.404Z] b79569a26c5a: Layer already exists [2023-03-10T04:10:40.404Z] 30e5531ec7f6: Layer already exists [2023-03-10T04:10:40.404Z] 805c988704a2: Layer already exists [2023-03-10T04:10:40.404Z] latest: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:40.750Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:41.112Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.20 [2023-03-10T04:10:41.112Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-03-10T04:10:41.112Z] b79569a26c5a: Preparing [2023-03-10T04:10:41.112Z] 805c988704a2: Preparing [2023-03-10T04:10:41.112Z] 30e5531ec7f6: Preparing [2023-03-10T04:10:41.112Z] 55ad53714869: Preparing [2023-03-10T04:10:41.112Z] f70ee36035b9: Preparing [2023-03-10T04:10:41.112Z] 30e5531ec7f6: Layer already exists [2023-03-10T04:10:41.112Z] b79569a26c5a: Layer already exists [2023-03-10T04:10:41.112Z] 805c988704a2: Layer already exists [2023-03-10T04:10:41.112Z] f70ee36035b9: Layer already exists [2023-03-10T04:10:41.112Z] 55ad53714869: Layer already exists [2023-03-10T04:10:41.112Z] 0.0.2-dev.20: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:41.459Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:41.800Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 [2023-03-10T04:10:41.800Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-03-10T04:10:41.800Z] b79569a26c5a: Preparing [2023-03-10T04:10:41.800Z] 805c988704a2: Preparing [2023-03-10T04:10:41.800Z] 30e5531ec7f6: Preparing [2023-03-10T04:10:41.800Z] 55ad53714869: Preparing [2023-03-10T04:10:41.800Z] f70ee36035b9: Preparing [2023-03-10T04:10:41.800Z] 55ad53714869: Layer already exists [2023-03-10T04:10:41.800Z] 805c988704a2: Layer already exists [2023-03-10T04:10:41.800Z] 30e5531ec7f6: Layer already exists [2023-03-10T04:10:41.800Z] f70ee36035b9: Layer already exists [2023-03-10T04:10:41.800Z] b79569a26c5a: Layer already exists [2023-03-10T04:10:41.800Z] 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:42.147Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:42.487Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2023-03-10T04:10:42.488Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-03-10T04:10:42.488Z] b79569a26c5a: Preparing [2023-03-10T04:10:42.488Z] 805c988704a2: Preparing [2023-03-10T04:10:42.488Z] 30e5531ec7f6: Preparing [2023-03-10T04:10:42.488Z] 55ad53714869: Preparing [2023-03-10T04:10:42.488Z] f70ee36035b9: Preparing [2023-03-10T04:10:42.488Z] 55ad53714869: Layer already exists [2023-03-10T04:10:42.488Z] 30e5531ec7f6: Layer already exists [2023-03-10T04:10:42.488Z] 805c988704a2: Layer already exists [2023-03-10T04:10:42.488Z] f70ee36035b9: Layer already exists [2023-03-10T04:10:42.488Z] b79569a26c5a: Layer already exists [2023-03-10T04:10:42.488Z] main: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T04:10:42.799Z] ===================================================== [Pipeline] echo [2023-03-10T04:10:42.807Z] taggedImages: [2023-03-10T04:10:42.807Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [2023-03-10T04:10:42.807Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2023-03-10T04:10:42.807Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.20 [2023-03-10T04:10:42.807Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 [2023-03-10T04:10:42.807Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:43.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T04:10:43.204Z] [2023-03-10T04:10:43.204Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:10:43.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T04:10:44.490Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-10T04:10:44.490Z] 8998bd30e6a1: Pulling fs layer [2023-03-10T04:10:44.490Z] 04944245beec: Pulling fs layer [2023-03-10T04:10:44.491Z] 699f458cf7ca: Pulling fs layer [2023-03-10T04:10:44.491Z] 765212b225bb: Pulling fs layer [2023-03-10T04:10:44.491Z] f23df028b6ca: Pulling fs layer [2023-03-10T04:10:44.491Z] d65c8cfc05b1: Pulling fs layer [2023-03-10T04:10:44.491Z] 2437ff75d9bd: Pulling fs layer [2023-03-10T04:10:44.491Z] 765212b225bb: Waiting [2023-03-10T04:10:44.491Z] d65c8cfc05b1: Waiting [2023-03-10T04:10:44.491Z] 2437ff75d9bd: Waiting [2023-03-10T04:10:44.491Z] f23df028b6ca: Waiting [2023-03-10T04:10:44.491Z] 04944245beec: Verifying Checksum [2023-03-10T04:10:44.491Z] 04944245beec: Download complete [2023-03-10T04:10:44.491Z] 765212b225bb: Verifying Checksum [2023-03-10T04:10:44.491Z] 765212b225bb: Download complete [2023-03-10T04:10:44.760Z] f23df028b6ca: Verifying Checksum [2023-03-10T04:10:44.760Z] f23df028b6ca: Download complete [2023-03-10T04:10:44.760Z] d65c8cfc05b1: Verifying Checksum [2023-03-10T04:10:44.760Z] d65c8cfc05b1: Download complete [2023-03-10T04:10:44.760Z] 699f458cf7ca: Verifying Checksum [2023-03-10T04:10:44.760Z] 699f458cf7ca: Download complete [2023-03-10T04:10:45.342Z] 8998bd30e6a1: Verifying Checksum [2023-03-10T04:10:45.342Z] 8998bd30e6a1: Download complete [2023-03-10T04:10:47.281Z] 2437ff75d9bd: Verifying Checksum [2023-03-10T04:10:47.281Z] 2437ff75d9bd: Download complete [2023-03-10T04:10:48.687Z] 8998bd30e6a1: Pull complete [2023-03-10T04:10:49.268Z] 04944245beec: Pull complete [2023-03-10T04:10:50.671Z] 699f458cf7ca: Pull complete [2023-03-10T04:10:50.671Z] 765212b225bb: Pull complete [2023-03-10T04:10:51.255Z] f23df028b6ca: Pull complete [2023-03-10T04:10:51.521Z] d65c8cfc05b1: Pull complete [2023-03-10T04:11:06.506Z] 2437ff75d9bd: Pull complete [2023-03-10T04:11:06.506Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-10T04:11:06.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T04:11:06.506Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T04:11:06.693Z] prd-ubuntu20.04-docker-arm64-4c-16g-9581 does not seem to be running inside a container [2023-03-10T04:11:06.744Z] $ 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/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-10T04:11:09.269Z] $ docker top b410e04ed697bc086826807271c912beae24d07c6df1c9c6a05067463b99e180 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:10.109Z] ---> job-cost.sh [2023-03-10T04:11:10.109Z] lf-activate-venv: SKIPPING [2023-03-10T04:11:10.109Z] INFO: No Stack... [2023-03-10T04:11:10.688Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-10T04:11:11.641Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T04:11:12.270Z] + cut -d, -f6 [2023-03-10T04:11:12.271Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock [2023-03-10T04:11:12.302Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [2023-03-10T04:11:12.307Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] did not exist. Created. [2023-03-10T04:11:12.307Z] Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T04:11:12.633Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-a38953e5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-10T04:11:13.276Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-10T04:11:13.290Z] Warning: overwriting stash ‘stack-cost’ [2023-03-10T04:11:13.691Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T04:11:13.697Z] Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T04:11:13.706Z] $ docker stop --time=1 b410e04ed697bc086826807271c912beae24d07c6df1c9c6a05067463b99e180 [2023-03-10T04:11:15.217Z] $ docker rm -f --volumes b410e04ed697bc086826807271c912beae24d07c6df1c9c6a05067463b99e180 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-03-10T04:11:15.825Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T04:11:15.825Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:11:16.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T04:11:16.128Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T04:11:16.195Z] prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container [2023-03-10T04:11:16.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T04:11:16.618Z] $ docker top c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T04:11:16.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T04:11:16.694Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T04:11:16.809Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T04:11:16.812Z] $ docker exec c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f ssh-agent [2023-03-10T04:11:16.925Z] SSH_AUTH_SOCK=/tmp/ssh-RR7MncezZspH/agent.33 [2023-03-10T04:11:16.925Z] SSH_AGENT_PID=39 [2023-03-10T04:11:16.937Z] Running ssh-add (command line suppressed) [2023-03-10T04:11:17.052Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7661825656912747399.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7661825656912747399.key) [2023-03-10T04:11:17.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T04:11:17.420Z] + git semver tag [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,564 [run_tag] DEBUG tag force:False [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,564 [check_head_tag] DEBUG check head tag [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,564 [execute] INFO git cat-file --batch-check [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,565 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,568 [execute] INFO git cat-file --batch [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,568 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,577 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,577 [execute] INFO git tag -a v0.0.2-dev.20 -m v0.0.2-dev.20 [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,578 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.2-dev.20', '-m', 'v0.0.2-dev.20'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2023-03-10T04:11:17.712Z] 2023-03-10 04:11:17,582 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T04:11:17.712Z] 0.0.2-dev.20 [Pipeline] } [2023-03-10T04:11:17.724Z] $ docker exec --env ******** --env ******** c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f ssh-agent -k [2023-03-10T04:11:17.816Z] unset SSH_AUTH_SOCK; [2023-03-10T04:11:17.816Z] unset SSH_AGENT_PID; [2023-03-10T04:11:17.817Z] echo Agent pid 39 killed; [2023-03-10T04:11:17.823Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T04:11:18.121Z] + git semver [Pipeline] } [2023-03-10T04:11:18.394Z] $ docker stop --time=1 c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f [2023-03-10T04:11:19.688Z] $ docker rm -f --volumes c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:11:20.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T04:11:20.068Z] [2023-03-10T04:11:20.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:11:20.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T04:11:20.366Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-10T04:11:20.366Z] ab5ef0e58194: Pulling fs layer [2023-03-10T04:11:20.366Z] 9712f1f96733: Pulling fs layer [2023-03-10T04:11:20.366Z] 63f879dbbcfc: Pulling fs layer [2023-03-10T04:11:20.366Z] 0d9ebad4ef96: Pulling fs layer [2023-03-10T04:11:20.366Z] e9a5061849ea: Pulling fs layer [2023-03-10T04:11:20.366Z] d747dcd14b5f: Pulling fs layer [2023-03-10T04:11:20.366Z] 2de7ff778b66: Pulling fs layer [2023-03-10T04:11:20.366Z] e9a5061849ea: Waiting [2023-03-10T04:11:20.366Z] d747dcd14b5f: Waiting [2023-03-10T04:11:20.366Z] 2de7ff778b66: Waiting [2023-03-10T04:11:20.366Z] 0d9ebad4ef96: Waiting [2023-03-10T04:11:20.366Z] 9712f1f96733: Verifying Checksum [2023-03-10T04:11:20.366Z] 9712f1f96733: Download complete [2023-03-10T04:11:20.960Z] 63f879dbbcfc: Verifying Checksum [2023-03-10T04:11:20.960Z] 63f879dbbcfc: Download complete [2023-03-10T04:11:21.241Z] e9a5061849ea: Verifying Checksum [2023-03-10T04:11:21.241Z] e9a5061849ea: Download complete [2023-03-10T04:11:21.241Z] d747dcd14b5f: Verifying Checksum [2023-03-10T04:11:21.241Z] d747dcd14b5f: Download complete [2023-03-10T04:11:21.506Z] 0d9ebad4ef96: Verifying Checksum [2023-03-10T04:11:21.506Z] 0d9ebad4ef96: Download complete [2023-03-10T04:11:21.506Z] ab5ef0e58194: Verifying Checksum [2023-03-10T04:11:21.506Z] ab5ef0e58194: Download complete [2023-03-10T04:11:21.506Z] 2de7ff778b66: Verifying Checksum [2023-03-10T04:11:21.506Z] 2de7ff778b66: Download complete [2023-03-10T04:11:24.032Z] ab5ef0e58194: Pull complete [2023-03-10T04:11:24.032Z] 9712f1f96733: Pull complete [2023-03-10T04:11:24.596Z] 63f879dbbcfc: Pull complete [2023-03-10T04:11:27.874Z] 0d9ebad4ef96: Pull complete [2023-03-10T04:11:28.132Z] e9a5061849ea: Pull complete [2023-03-10T04:11:28.132Z] d747dcd14b5f: Pull complete [2023-03-10T04:11:29.065Z] 2de7ff778b66: Pull complete [2023-03-10T04:11:29.065Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-10T04:11:29.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T04:11:29.065Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T04:11:29.132Z] prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container [2023-03-10T04:11:29.159Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-10T04:11:30.898Z] $ docker top 318fe8224117f695e73cccddc5d37bad8ab090a809aa77ee9f66aab479ed81dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-10T04:11:30.969Z] provisioning config files... [2023-03-10T04:11:30.976Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12490741173022677349tmp [2023-03-10T04:11:30.986Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10595074906325854203tmp [2023-03-10T04:11:30.995Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8879975874983362539tmp [Pipeline] { [Pipeline] echo [2023-03-10T04:11:31.010Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:31.297Z] ---> sigul-configuration.sh [2023-03-10T04:11:31.297Z] gpg: directory `/root/.gnupg' created [2023-03-10T04:11:31.297Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-10T04:11:31.297Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-10T04:11:31.297Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-10T04:11:31.297Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-10T04:11:31.297Z] gpg: CAST5 encrypted data [2023-03-10T04:11:31.297Z] gpg: encrypted with 1 passphrase [2023-03-10T04:11:31.297Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-10T04:11:31.591Z] + mkdir /home/jenkins [2023-03-10T04:11:31.591Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-10T04:11:31.878Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-03-10T04:11:31.886Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:32.174Z] ---> sigul-install.sh [2023-03-10T04:11:32.174Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-10T04:11:32.460Z] + git tag --list [2023-03-10T04:11:32.460Z] v0.0.1 [2023-03-10T04:11:32.460Z] v0.0.2-dev.1 [2023-03-10T04:11:32.460Z] v0.0.2-dev.10 [2023-03-10T04:11:32.460Z] v0.0.2-dev.11 [2023-03-10T04:11:32.460Z] v0.0.2-dev.12 [2023-03-10T04:11:32.460Z] v0.0.2-dev.13 [2023-03-10T04:11:32.460Z] v0.0.2-dev.14 [2023-03-10T04:11:32.460Z] v0.0.2-dev.15 [2023-03-10T04:11:32.460Z] v0.0.2-dev.16 [2023-03-10T04:11:32.460Z] v0.0.2-dev.17 [2023-03-10T04:11:32.460Z] v0.0.2-dev.18 [2023-03-10T04:11:32.460Z] v0.0.2-dev.19 [2023-03-10T04:11:32.460Z] v0.0.2-dev.2 [2023-03-10T04:11:32.460Z] v0.0.2-dev.20 [2023-03-10T04:11:32.460Z] v0.0.2-dev.3 [2023-03-10T04:11:32.460Z] v0.0.2-dev.4 [2023-03-10T04:11:32.460Z] v0.0.2-dev.5 [2023-03-10T04:11:32.460Z] v0.0.2-dev.6 [2023-03-10T04:11:32.460Z] v0.0.2-dev.7 [2023-03-10T04:11:32.460Z] v0.0.2-dev.8 [2023-03-10T04:11:32.460Z] v0.0.2-dev.9 [Pipeline] sh [2023-03-10T04:11:32.747Z] + lftools sign git-tag v0.0.2-dev.20 [2023-03-10T04:11:33.317Z] Signing Git tag with Sigul... [2023-03-10T04:11:33.317Z] Signing v0.0.2-dev.20 [Pipeline] echo [2023-03-10T04:11:33.586Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:33.877Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-10T04:11:33.884Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-10T04:11:33.900Z] $ docker stop --time=1 318fe8224117f695e73cccddc5d37bad8ab090a809aa77ee9f66aab479ed81dc [2023-03-10T04:11:35.227Z] $ docker rm -f --volumes 318fe8224117f695e73cccddc5d37bad8ab090a809aa77ee9f66aab479ed81dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-10T04:11:35.600Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T04:11:35.600Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:11:35.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T04:11:35.896Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T04:11:35.961Z] prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container [2023-03-10T04:11:35.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T04:11:36.349Z] $ docker top bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c -eo pid,comm [2023-03-10T04:11:36.398Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-10T04:11:36.398Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T04:11:36.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T04:11:36.428Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T04:11:36.535Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T04:11:36.538Z] $ docker exec bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c ssh-agent [2023-03-10T04:11:36.645Z] SSH_AUTH_SOCK=/tmp/ssh-4HXNamVl2oh1/agent.32 [2023-03-10T04:11:36.645Z] SSH_AGENT_PID=38 [2023-03-10T04:11:36.650Z] Running ssh-add (command line suppressed) [2023-03-10T04:11:36.758Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2285868943685787697.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2285868943685787697.key) [2023-03-10T04:11:36.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T04:11:37.057Z] + git semver bump pre [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,227 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,227 [bump_version] DEBUG bumping version:0.0.2-dev.20 on axis:pre with prefix:dev [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,227 [bump_version] DEBUG bumped version:0.0.2-dev.21 [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,227 [write_version] DEBUG write version:0.0.2-dev.21 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,228 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,228 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,229 [execute] INFO git cat-file --batch-check [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,229 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,233 [execute] INFO git cat-file --batch [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,234 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T04:11:37.316Z] 2023-03-10 04:11:37,238 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T04:11:37.316Z] 0.0.2-dev.21 [Pipeline] } [2023-03-10T04:11:37.324Z] $ docker exec --env ******** --env ******** bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c ssh-agent -k [2023-03-10T04:11:37.427Z] unset SSH_AUTH_SOCK; [2023-03-10T04:11:37.427Z] unset SSH_AGENT_PID; [2023-03-10T04:11:37.427Z] echo Agent pid 38 killed; [2023-03-10T04:11:37.435Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T04:11:37.731Z] + git semver [Pipeline] } [2023-03-10T04:11:38.002Z] $ docker stop --time=1 bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c [2023-03-10T04:11:39.332Z] $ docker rm -f --volumes bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T04:11:39.663Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T04:11:39.664Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:11:39.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T04:11:39.957Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T04:11:40.021Z] prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container [2023-03-10T04:11:40.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T04:11:40.419Z] $ docker top 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 -eo pid,comm [2023-03-10T04:11:40.465Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-10T04:11:40.465Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T04:11:40.490Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T04:11:40.490Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T04:11:40.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T04:11:40.605Z] $ docker exec 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 ssh-agent [2023-03-10T04:11:40.709Z] SSH_AUTH_SOCK=/tmp/ssh-bm6L7gcpWR6A/agent.31 [2023-03-10T04:11:40.709Z] SSH_AGENT_PID=37 [2023-03-10T04:11:40.715Z] Running ssh-add (command line suppressed) [2023-03-10T04:11:40.820Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_12422697980058008896.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_12422697980058008896.key) [2023-03-10T04:11:40.834Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T04:11:41.116Z] + git semver push [2023-03-10T04:11:41.375Z] 2023-03-10 04:11:41,284 [run_push] DEBUG push [2023-03-10T04:11:41.375Z] 2023-03-10 04:11:41,285 [execute] INFO git cat-file --batch-check [2023-03-10T04:11:41.375Z] 2023-03-10 04:11:41,285 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T04:11:41.375Z] 2023-03-10 04:11:41,289 [execute] INFO git rev-list 8e47411ad410537c435cbbdef6337abf66ee997c -- [2023-03-10T04:11:41.375Z] 2023-03-10 04:11:41,289 [execute] DEBUG Popen(['git', 'rev-list', '8e47411ad410537c435cbbdef6337abf66ee997c', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T04:11:41.375Z] 2023-03-10 04:11:41,295 [execute] INFO git fetch -v origin [2023-03-10T04:11:41.375Z] 2023-03-10 04:11:41,295 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-10T04:11:41.943Z] 2023-03-10 04:11:41,787 [run_push] DEBUG no remote changes detected [2023-03-10T04:11:41.943Z] 2023-03-10 04:11:41,788 [execute] INFO git push origin semver [2023-03-10T04:11:41.943Z] 2023-03-10 04:11:41,788 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T04:11:42.881Z] 2023-03-10 04:11:42,578 [run_push] DEBUG push all version tags [2023-03-10T04:11:42.881Z] 2023-03-10 04:11:42,579 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-10T04:11:42.881Z] 2023-03-10 04:11:42,579 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2023-03-10T04:11:43.449Z] 2023-03-10 04:11:43,309 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-03-10T04:11:43.449Z] 0.0.2-dev.21 [Pipeline] } [2023-03-10T04:11:43.459Z] $ docker exec --env ******** --env ******** 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 ssh-agent -k [2023-03-10T04:11:43.557Z] unset SSH_AUTH_SOCK; [2023-03-10T04:11:43.557Z] unset SSH_AGENT_PID; [2023-03-10T04:11:43.558Z] echo Agent pid 37 killed; [2023-03-10T04:11:43.569Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T04:11:43.861Z] + git semver [Pipeline] } [2023-03-10T04:11:44.132Z] $ docker stop --time=1 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 [2023-03-10T04:11:45.429Z] $ docker rm -f --volumes 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-10T04:11:45.875Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2023-03-10T04:11:45.875Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-03-10T04:11:45.875Z] total 16 [2023-03-10T04:11:45.875Z] drwxr-xr-x 3 root root 4096 Mar 10 03:32 . [2023-03-10T04:11:45.875Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 10 04:11 .. [2023-03-10T04:11:45.875Z] drwxr-xr-x 2 root root 4096 Mar 10 03:32 cost [2023-03-10T04:11:45.875Z] -rw-r--r-- 1 root root 87 Mar 10 03:32 cost.csv [2023-03-10T04:11:45.875Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-03-10T04:11:45.875Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-03-10T04:11:45.875Z] total 16 [2023-03-10T04:11:45.875Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 03:32 . [2023-03-10T04:11:45.875Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 10 04:11 .. [2023-03-10T04:11:45.875Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 10 03:32 cost [2023-03-10T04:11:45.875Z] -rw-r--r-- 1 jenkins jenkins 87 Mar 10 03:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:46.162Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:47.014Z] ---> package-listing.sh [2023-03-10T04:11:47.015Z] ++ facter osfamily [2023-03-10T04:11:47.015Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-10T04:11:47.274Z] + OS_FAMILY=debian [2023-03-10T04:11:47.274Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2023-03-10T04:11:47.274Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-10T04:11:47.274Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-10T04:11:47.274Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-10T04:11:47.274Z] + PACKAGES=/tmp/packages_start.txt [2023-03-10T04:11:47.274Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2023-03-10T04:11:47.274Z] + PACKAGES=/tmp/packages_end.txt [2023-03-10T04:11:47.274Z] + case "${OS_FAMILY}" in [2023-03-10T04:11:47.274Z] + dpkg -l [2023-03-10T04:11:47.274Z] + grep '^ii' [2023-03-10T04:11:47.274Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-10T04:11:47.274Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-10T04:11:47.274Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-10T04:11:47.274Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2023-03-10T04:11:47.274Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2023-03-10T04:11:47.274Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2023-03-10T04:11:47.286Z] 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/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-10T04:11:47.562Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T04:11:48.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T04:11:48.119Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T04:11:48.183Z] prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container [2023-03-10T04:11:48.212Z] $ 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/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T04:11:48.414Z] $ docker top 06365aa103298aac6041f9efae74b8ccc58fbef3b5ec62fedf2abe6d4d31b755 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T04:11:48.746Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-10T04:11:49.028Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-10T04:11:49.311Z] + ls /var/log/sa-host [2023-03-10T04:11:49.311Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T04:11:49.448Z] provisioning config files... [2023-03-10T04:11:49.457Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config387363398025212934tmp [Pipeline] { [Pipeline] echo [2023-03-10T04:11:49.466Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:49.753Z] ---> create-netrc.sh [Pipeline] } [2023-03-10T04:11:49.761Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:50.099Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-10T04:11:50.108Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:50.393Z] ---> sudo-logs.sh [2023-03-10T04:11:50.393Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-10T04:11:50.415Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:50.697Z] ---> job-cost.sh [2023-03-10T04:11:50.697Z] lf-activate-venv: SKIPPING [2023-03-10T04:11:50.697Z] DEBUG: total: 0.2199999988079071 [2023-03-10T04:11:50.697Z] INFO: Retrieving Stack Cost... [2023-03-10T04:11:50.956Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T04:11:51.524Z] INFO: Archiving Costs [Pipeline] echo [2023-03-10T04:11:51.537Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T04:11:51.818Z] ---> logs-deploy.sh [2023-03-10T04:11:51.818Z] lf-activate-venv: SKIPPING [2023-03-10T04:11:51.818Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/11 [2023-03-10T04:11:51.818Z] INFO: archiving workspace using pattern(s): [2023-03-10T04:11:52.756Z] Archives upload complete. [2023-03-10T04:11:53.016Z] INFO: archiving logs to Nexus [2023-03-10T04:11:53.587Z] ---> uname -a: [2023-03-10T04:11:53.587Z] Linux prd-ubuntu20-04-docker-8c-8g-9580 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] ---> lscpu: [2023-03-10T04:11:53.587Z] Architecture: x86_64 [2023-03-10T04:11:53.587Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-10T04:11:53.587Z] Byte Order: Little Endian [2023-03-10T04:11:53.587Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-10T04:11:53.587Z] CPU(s): 8 [2023-03-10T04:11:53.587Z] On-line CPU(s) list: 0-7 [2023-03-10T04:11:53.587Z] Thread(s) per core: 1 [2023-03-10T04:11:53.587Z] Core(s) per socket: 1 [2023-03-10T04:11:53.587Z] Socket(s): 8 [2023-03-10T04:11:53.587Z] NUMA node(s): 1 [2023-03-10T04:11:53.587Z] Vendor ID: AuthenticAMD [2023-03-10T04:11:53.587Z] CPU family: 23 [2023-03-10T04:11:53.587Z] Model: 49 [2023-03-10T04:11:53.587Z] Model name: AMD EPYC-Rome Processor [2023-03-10T04:11:53.587Z] Stepping: 0 [2023-03-10T04:11:53.587Z] CPU MHz: 2799.996 [2023-03-10T04:11:53.587Z] BogoMIPS: 5599.99 [2023-03-10T04:11:53.587Z] Virtualization: AMD-V [2023-03-10T04:11:53.587Z] Hypervisor vendor: KVM [2023-03-10T04:11:53.587Z] Virtualization type: full [2023-03-10T04:11:53.587Z] L1d cache: 256 KiB [2023-03-10T04:11:53.587Z] L1i cache: 256 KiB [2023-03-10T04:11:53.587Z] L2 cache: 4 MiB [2023-03-10T04:11:53.587Z] L3 cache: 128 MiB [2023-03-10T04:11:53.587Z] NUMA node0 CPU(s): 0-7 [2023-03-10T04:11:53.587Z] Vulnerability Itlb multihit: Not affected [2023-03-10T04:11:53.587Z] Vulnerability L1tf: Not affected [2023-03-10T04:11:53.587Z] Vulnerability Mds: Not affected [2023-03-10T04:11:53.587Z] Vulnerability Meltdown: Not affected [2023-03-10T04:11:53.587Z] Vulnerability Mmio stale data: Not affected [2023-03-10T04:11:53.587Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-10T04:11:53.587Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-10T04:11:53.587Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-10T04:11:53.587Z] Vulnerability Srbds: Not affected [2023-03-10T04:11:53.587Z] Vulnerability Tsx async abort: Not affected [2023-03-10T04:11:53.587Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] ---> nproc: [2023-03-10T04:11:53.587Z] 8 [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] ---> df -h: [2023-03-10T04:11:53.587Z] Filesystem Size Used Avail Use% Mounted on [2023-03-10T04:11:53.587Z] overlay 155G 12G 144G 8% / [2023-03-10T04:11:53.587Z] tmpfs 64M 0 64M 0% /dev [2023-03-10T04:11:53.587Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-10T04:11:53.587Z] shm 64M 0 64M 0% /dev/shm [2023-03-10T04:11:53.587Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] ---> sar -b -r -n DEV: [2023-03-10T04:11:53.587Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9580) 03/10/23 _x86_64_ (8 CPU) [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] 03:20:42 LINUX RESTART (8 CPU) [2023-03-10T04:11:53.587Z] [2023-03-10T04:11:53.587Z] 03:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-10T04:11:53.587Z] 03:22:01 131.79 39.64 92.15 0.00 4411.66 107900.15 0.00 [2023-03-10T04:11:53.588Z] 03:23:01 9.10 0.00 9.10 0.00 0.00 6311.50 0.00 [2023-03-10T04:11:53.588Z] 03:24:01 36.54 0.00 36.54 0.00 0.00 30145.78 0.00 [2023-03-10T04:11:53.588Z] 03:25:01 15.64 0.00 15.64 0.00 0.00 4011.20 0.00 [2023-03-10T04:11:53.588Z] 03:26:01 61.04 10.60 50.44 0.00 5160.87 17058.09 0.00 [2023-03-10T04:11:53.588Z] 03:27:01 9.66 0.02 9.65 0.00 0.53 2583.41 0.00 [2023-03-10T04:11:53.588Z] 03:28:01 7.61 0.02 7.60 0.00 0.13 4068.78 0.00 [2023-03-10T04:11:53.588Z] 03:29:01 5.72 0.00 5.72 0.00 0.00 3136.14 0.00 [2023-03-10T04:11:53.588Z] 03:30:01 7.58 0.00 7.58 0.00 0.00 2951.91 0.00 [2023-03-10T04:11:53.588Z] 03:31:01 67.18 0.00 67.18 0.00 0.00 46991.27 0.00 [2023-03-10T04:11:53.588Z] 03:32:01 1.85 0.00 1.85 0.00 0.00 21.20 0.00 [2023-03-10T04:11:53.588Z] 03:33:01 35.89 0.22 35.68 0.00 11.46 16754.01 0.00 [2023-03-10T04:11:53.588Z] 03:34:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 [2023-03-10T04:11:53.588Z] 03:35:01 1.25 0.00 1.25 0.00 0.00 15.73 0.00 [2023-03-10T04:11:53.588Z] 03:36:01 2.02 0.02 2.00 0.00 0.13 25.60 0.00 [2023-03-10T04:11:53.588Z] 03:37:01 0.97 0.00 0.97 0.00 0.00 11.86 0.00 [2023-03-10T04:11:53.588Z] 03:38:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 [2023-03-10T04:11:53.588Z] 03:39:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 [2023-03-10T04:11:53.588Z] 03:40:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 [2023-03-10T04:11:53.588Z] 03:41:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 [2023-03-10T04:11:53.588Z] 03:42:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 [2023-03-10T04:11:53.588Z] 03:43:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 [2023-03-10T04:11:53.588Z] 03:44:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 [2023-03-10T04:11:53.588Z] 03:45:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 [2023-03-10T04:11:53.588Z] 03:46:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 [2023-03-10T04:11:53.588Z] 03:47:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 [2023-03-10T04:11:53.588Z] 03:48:01 3.05 1.62 1.43 0.00 36.39 16.93 0.00 [2023-03-10T04:11:53.588Z] 03:49:01 1.87 0.00 1.87 0.00 0.00 20.40 0.00 [2023-03-10T04:11:53.588Z] 03:50:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 [2023-03-10T04:11:53.588Z] 03:51:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 [2023-03-10T04:11:53.588Z] 03:52:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 [2023-03-10T04:11:53.588Z] 03:53:01 1.72 0.00 1.72 0.00 0.00 18.53 0.00 [2023-03-10T04:11:53.588Z] 03:54:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 [2023-03-10T04:11:53.588Z] 03:55:01 1.60 0.00 1.60 0.00 0.00 18.00 0.00 [2023-03-10T04:11:53.588Z] 03:56:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 [2023-03-10T04:11:53.588Z] 03:57:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 [2023-03-10T04:11:53.588Z] 03:58:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2023-03-10T04:11:53.588Z] 03:59:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 [2023-03-10T04:11:53.588Z] 04:00:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2023-03-10T04:11:53.588Z] 04:01:01 1.67 0.00 1.67 0.00 0.00 20.13 0.00 [2023-03-10T04:11:53.588Z] 04:02:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 [2023-03-10T04:11:53.588Z] 04:03:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 [2023-03-10T04:11:53.588Z] 04:04:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 [2023-03-10T04:11:53.588Z] 04:05:01 2.58 1.02 1.57 0.00 21.86 24.26 0.00 [2023-03-10T04:11:53.588Z] 04:06:01 1.70 0.00 1.70 0.00 0.00 19.86 0.00 [2023-03-10T04:11:53.588Z] 04:07:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 [2023-03-10T04:11:53.588Z] 04:08:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 [2023-03-10T04:11:53.588Z] 04:09:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 [2023-03-10T04:11:53.588Z] 04:10:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 [2023-03-10T04:11:53.588Z] 04:11:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 [2023-03-10T04:11:53.588Z] Average: 8.83 1.06 7.77 0.00 192.85 4850.02 0.00 [2023-03-10T04:11:53.588Z] [2023-03-10T04:11:53.588Z] 03:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-10T04:11:53.588Z] 03:22:01 29863840 31610360 736500 2.24 64192 1972616 1963924 5.79 985104 1719652 79708 [2023-03-10T04:11:53.588Z] 03:23:01 28988880 31581480 742596 2.26 67440 2795236 1927072 5.68 1011464 2526716 722488 [2023-03-10T04:11:53.588Z] 03:24:01 28688676 31492840 818824 2.49 77024 2972912 1997032 5.89 1151552 2648364 49000 [2023-03-10T04:11:53.588Z] 03:25:01 28539992 31499252 812020 2.47 80452 3109496 2038324 6.01 1189752 2744132 103624 [2023-03-10T04:11:53.588Z] 03:26:01 27738076 31172732 1119984 3.41 101404 3550672 2445488 7.21 1765668 2931816 508 [2023-03-10T04:11:53.588Z] 03:27:01 27779320 31296388 994148 3.02 114376 3617908 2298016 6.77 1704520 2950144 33232 [2023-03-10T04:11:53.588Z] 03:28:01 27912344 31449504 838864 2.55 113032 3641232 2040756 6.01 1556704 2965136 22044 [2023-03-10T04:11:53.588Z] 03:29:01 27806160 31372332 920696 2.80 113136 3664424 2166992 6.39 1645304 2980444 10404 [2023-03-10T04:11:53.588Z] 03:30:01 28040716 31517552 770248 2.34 114588 3583956 1966944 5.80 1478040 2917676 95848 [2023-03-10T04:11:53.588Z] 03:31:01 28076532 31560172 733164 2.23 129444 3585464 1853892 5.46 1341372 3038540 12 [2023-03-10T04:11:53.588Z] 03:32:01 28079080 31558540 734800 2.23 129508 3585496 1869948 5.51 1343656 3038576 4 [2023-03-10T04:11:53.588Z] 03:33:01 27574232 31564372 727220 2.21 136964 4037672 1751824 5.16 1352780 3478152 8 [2023-03-10T04:11:53.588Z] 03:34:01 27574184 31564332 727180 2.21 136984 4037676 1751824 5.16 1352632 3478156 8 [2023-03-10T04:11:53.588Z] 03:35:01 27582932 31573368 718252 2.18 137040 4037684 1751824 5.16 1343928 3478392 172 [2023-03-10T04:11:53.588Z] 03:36:01 27582524 31573064 718796 2.19 137092 4037660 1784592 5.26 1344332 3478376 20 [2023-03-10T04:11:53.588Z] 03:37:01 27585988 31576540 715204 2.17 137132 4037664 1784592 5.26 1340836 3478380 176 [2023-03-10T04:11:53.588Z] 03:38:01 27586004 31576596 715128 2.17 137164 4037664 1784592 5.26 1340812 3478380 8 [2023-03-10T04:11:53.588Z] 03:39:01 27585672 31576300 715412 2.18 137192 4037668 1768540 5.21 1340924 3478384 188 [2023-03-10T04:11:53.588Z] 03:40:01 27585848 31576636 715372 2.18 137216 4037672 1768540 5.21 1340844 3478512 8 [2023-03-10T04:11:53.588Z] 03:41:01 27585800 31576608 715312 2.18 137268 4037664 1768540 5.21 1340996 3478512 40 [2023-03-10T04:11:53.588Z] 03:42:01 27586024 31576888 715244 2.18 137292 4037676 1768540 5.21 1341132 3478516 8 [2023-03-10T04:11:53.588Z] 03:43:01 27585764 31576660 715436 2.18 137332 4037680 1768540 5.21 1341100 3478520 52 [2023-03-10T04:11:53.588Z] 03:44:01 27585716 31576660 715404 2.18 137344 4037688 1768540 5.21 1341140 3478528 8 [2023-03-10T04:11:53.588Z] 03:45:01 27585636 31576596 715400 2.18 137372 4037684 1768540 5.21 1341152 3478532 4 [2023-03-10T04:11:53.588Z] 03:46:01 27585652 31576644 715340 2.18 137404 4037676 1768540 5.21 1341180 3478532 8 [2023-03-10T04:11:53.588Z] 03:47:01 27585468 31576544 715292 2.18 137428 4037696 1768540 5.21 1341240 3478536 192 [2023-03-10T04:11:53.588Z] 03:48:01 27581704 31575000 716704 2.18 137468 4038788 1768540 5.21 1348620 3478840 12 [2023-03-10T04:11:53.588Z] 03:49:01 27580908 31574264 717384 2.18 137524 4038788 1768540 5.21 1348276 3478824 44 [2023-03-10T04:11:53.588Z] 03:50:01 27580608 31573972 717600 2.18 137544 4038792 1768540 5.21 1348220 3478828 16 [2023-03-10T04:11:53.588Z] 03:51:01 27580592 31573976 717536 2.18 137564 4038792 1768540 5.21 1348240 3478828 184 [2023-03-10T04:11:53.588Z] 03:52:01 27580760 31574176 717480 2.18 137596 4038800 1768540 5.21 1348336 3478836 4 [2023-03-10T04:11:53.588Z] 03:53:01 27580484 31573936 717692 2.18 137624 4038800 1768540 5.21 1348308 3478840 4 [2023-03-10T04:11:53.588Z] 03:54:01 27580216 31573696 717916 2.18 137648 4038804 1768540 5.21 1348380 3478840 4 [2023-03-10T04:11:53.588Z] 03:55:01 27580184 31573788 717720 2.18 137668 4038936 1768540 5.21 1348456 3478924 12 [2023-03-10T04:11:53.588Z] 03:56:01 27580176 31573804 717704 2.18 137688 4038928 1768540 5.21 1348476 3478924 8 [2023-03-10T04:11:53.588Z] 03:57:01 27580128 31573828 717692 2.18 137720 4038940 1768540 5.21 1348484 3478976 40 [2023-03-10T04:11:53.588Z] 03:58:01 27580112 31573964 717836 2.18 137740 4039072 1768540 5.21 1348448 3479096 8 [2023-03-10T04:11:53.588Z] 03:59:01 27579556 31573428 718376 2.18 137764 4039072 1768540 5.21 1348468 3479096 40 [2023-03-10T04:11:53.588Z] 04:00:01 27579736 31573648 718144 2.18 137780 4039076 1768540 5.21 1348496 3479112 8 [2023-03-10T04:11:53.588Z] 04:01:01 27579412 31573364 718368 2.18 137816 4039080 1768540 5.21 1348540 3479124 48 [2023-03-10T04:11:53.588Z] 04:02:01 27579396 31573380 718288 2.18 137848 4039088 1768540 5.21 1348776 3479124 8 [2023-03-10T04:11:53.588Z] 04:03:01 27579096 31573120 718496 2.19 137876 4039092 1768540 5.21 1348668 3479128 184 [2023-03-10T04:11:53.588Z] 04:04:01 27579232 31573288 718504 2.19 137904 4039076 1768540 5.21 1348708 3479128 44 [2023-03-10T04:11:53.588Z] 04:05:01 27574508 31569680 721928 2.20 137976 4039712 1807648 5.33 1349192 3479656 312 [2023-03-10T04:11:53.588Z] 04:06:01 27574208 31569440 722124 2.20 138028 4039716 1807648 5.33 1349524 3479660 232 [2023-03-10T04:11:53.588Z] 04:07:01 27574200 31569464 722064 2.20 138064 4039708 1807648 5.33 1349104 3479664 144 [2023-03-10T04:11:53.588Z] 04:08:01 27574080 31569392 722024 2.20 138088 4039720 1807648 5.33 1349616 3479664 196 [2023-03-10T04:11:53.588Z] 04:09:01 27574104 31569424 721968 2.20 138112 4039728 1807648 5.33 1349080 3479672 180 [2023-03-10T04:11:53.588Z] 04:10:01 27574300 31569644 721688 2.19 138128 4039728 1807648 5.33 1349108 3479672 24 [2023-03-10T04:11:53.588Z] 04:11:01 27574888 31570268 721408 2.19 138160 4039724 1807648 5.33 1349268 3479676 48 [2023-03-10T04:11:53.588Z] Average: 27743073 31549418 744770 2.26 129403 3871690 1836264 5.41 1353739 3322755 22392 [2023-03-10T04:11:53.588Z] [2023-03-10T04:11:53.588Z] 03:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-10T04:11:53.588Z] 03:22:01 docker0 77.59 90.82 4.70 492.99 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:22:01 veth10a9f96 76.85 90.18 5.63 491.48 0.00 0.00 0.00 0.04 [2023-03-10T04:11:53.588Z] 03:22:01 ens3 678.25 469.57 2967.61 99.20 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:22:01 lo 6.33 6.33 0.61 0.61 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:23:01 docker0 341.01 571.12 18.73 5020.11 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:23:01 veth10a9f96 341.01 571.15 23.39 5020.12 0.00 0.00 0.00 0.41 [2023-03-10T04:11:53.588Z] 03:23:01 ens3 630.49 381.84 5064.08 48.34 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:24:01 docker0 73.00 115.56 5.06 1004.46 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:24:01 veth10a9f96 73.00 115.58 6.06 1004.46 0.00 0.00 0.00 0.08 [2023-03-10T04:11:53.588Z] 03:24:01 ens3 193.77 148.16 1052.46 160.98 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:25:01 docker0 17.23 23.23 1.30 341.47 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:25:01 veth10a9f96 17.23 23.23 1.54 341.47 0.00 0.00 0.00 0.03 [2023-03-10T04:11:53.588Z] 03:25:01 ens3 38.40 27.02 353.80 8.43 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:26:01 veth10a9f96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:26:01 ens3 152.76 75.09 2805.53 7.66 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:26:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.588Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:27:01 veth10a9f96 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:27:01 ens3 7.13 4.30 5.63 3.06 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:28:01 veth10a9f96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:28:01 ens3 5.11 2.67 4.31 2.28 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:29:01 veth10a9f96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:29:01 ens3 2.52 1.33 2.04 1.08 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:30:01 docker0 8.33 10.13 0.60 107.17 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:30:01 veth10a9f96 8.33 10.13 0.71 107.17 0.00 0.00 0.00 0.01 [2023-03-10T04:11:53.589Z] 03:30:01 ens3 24.65 16.31 119.24 7.20 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:31:01 docker0 0.10 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:31:01 ens3 398.92 395.15 37.78 4147.57 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:31:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:32:01 ens3 369.31 370.55 25.09 3979.35 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:32:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:33:01 ens3 115.71 78.35 2536.35 15.78 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:33:01 lo 4.07 4.07 0.39 0.39 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:37:01 ens3 0.23 0.23 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:38:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:39:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:42:01 ens3 0.12 0.13 0.07 0.07 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:44:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:47:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:48:01 ens3 7.25 5.05 5.06 5.67 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:48:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:49:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:52:01 ens3 0.13 0.08 0.07 0.06 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:55:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:57:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:58:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:01:01 ens3 1.07 0.48 2.83 0.03 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:02:01 ens3 0.57 0.65 0.41 0.35 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:04:01 ens3 0.40 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:05:01 ens3 0.42 0.43 0.26 0.22 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:07:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.589Z] 04:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] 04:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] 04:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] Average: docker0 10.34 16.22 0.61 139.32 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] Average: ens3 52.59 39.59 299.65 169.76 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] Average: lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 [2023-03-10T04:11:53.590Z] [2023-03-10T04:11:53.590Z] [2023-03-10T04:11:53.590Z] ---> sar -P ALL: [2023-03-10T04:11:53.590Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9580) 03/10/23 _x86_64_ (8 CPU) [2023-03-10T04:11:53.590Z] [2023-03-10T04:11:53.590Z] 03:20:42 LINUX RESTART (8 CPU) [2023-03-10T04:11:53.590Z] [2023-03-10T04:11:53.590Z] 03:21:01 CPU %user %nice %system %iowait %steal %idle [2023-03-10T04:11:53.590Z] 03:22:01 all 6.99 0.00 2.28 1.00 0.04 89.68 [2023-03-10T04:11:53.590Z] 03:22:01 0 4.45 0.00 1.76 1.71 0.03 92.05 [2023-03-10T04:11:53.590Z] 03:22:01 1 7.12 0.00 1.93 1.17 0.05 89.74 [2023-03-10T04:11:53.590Z] 03:22:01 2 5.18 0.00 2.50 0.28 0.03 92.00 [2023-03-10T04:11:53.590Z] 03:22:01 3 5.68 0.00 2.30 0.08 0.07 91.87 [2023-03-10T04:11:53.590Z] 03:22:01 4 8.14 0.00 1.53 1.38 0.05 88.90 [2023-03-10T04:11:53.590Z] 03:22:01 5 6.67 0.00 3.57 0.50 0.03 89.22 [2023-03-10T04:11:53.590Z] 03:22:01 6 7.18 0.00 1.94 2.62 0.03 88.22 [2023-03-10T04:11:53.590Z] 03:22:01 7 11.50 0.00 2.77 0.29 0.05 85.40 [2023-03-10T04:11:53.590Z] 03:23:01 all 1.79 0.00 0.50 0.09 0.02 97.61 [2023-03-10T04:11:53.590Z] 03:23:01 0 0.08 0.00 0.08 0.00 0.00 99.83 [2023-03-10T04:11:53.590Z] 03:23:01 1 1.12 0.00 0.12 0.05 0.00 98.72 [2023-03-10T04:11:53.590Z] 03:23:01 2 0.53 0.00 0.22 0.23 0.02 99.00 [2023-03-10T04:11:53.590Z] 03:23:01 3 1.20 0.00 0.35 0.00 0.03 98.41 [2023-03-10T04:11:53.590Z] 03:23:01 4 1.20 0.00 0.43 0.38 0.00 97.98 [2023-03-10T04:11:53.590Z] 03:23:01 5 0.50 0.00 0.20 0.00 0.02 99.28 [2023-03-10T04:11:53.590Z] 03:23:01 6 0.65 0.00 0.23 0.00 0.02 99.10 [2023-03-10T04:11:53.590Z] 03:23:01 7 9.14 0.00 2.36 0.02 0.05 88.43 [2023-03-10T04:11:53.590Z] 03:24:01 all 10.27 0.00 1.26 0.34 0.03 88.10 [2023-03-10T04:11:53.590Z] 03:24:01 0 2.78 0.00 0.25 0.00 0.02 96.95 [2023-03-10T04:11:53.590Z] 03:24:01 1 1.40 0.00 0.37 0.00 0.02 98.22 [2023-03-10T04:11:53.590Z] 03:24:01 2 3.22 0.00 0.75 1.35 0.02 94.66 [2023-03-10T04:11:53.590Z] 03:24:01 3 21.50 0.00 2.69 0.12 0.03 75.66 [2023-03-10T04:11:53.590Z] 03:24:01 4 10.34 0.00 1.07 0.97 0.03 87.60 [2023-03-10T04:11:53.590Z] 03:24:01 5 13.46 0.00 1.50 0.03 0.05 84.96 [2023-03-10T04:11:53.590Z] 03:24:01 6 16.79 0.00 1.78 0.25 0.03 81.14 [2023-03-10T04:11:53.590Z] 03:24:01 7 12.76 0.00 1.71 0.00 0.03 85.50 [2023-03-10T04:11:53.590Z] 03:25:01 all 11.32 0.00 1.37 0.08 0.03 87.19 [2023-03-10T04:11:53.590Z] 03:25:01 0 6.43 0.00 1.20 0.00 0.03 92.34 [2023-03-10T04:11:53.590Z] 03:25:01 1 10.15 0.00 1.55 0.00 0.02 88.28 [2023-03-10T04:11:53.590Z] 03:25:01 2 8.76 0.00 1.50 0.00 0.03 89.70 [2023-03-10T04:11:53.590Z] 03:25:01 3 12.40 0.00 0.96 0.08 0.05 86.51 [2023-03-10T04:11:53.590Z] 03:25:01 4 6.54 0.00 1.03 0.42 0.02 91.99 [2023-03-10T04:11:53.590Z] 03:25:01 5 26.25 0.00 2.12 0.03 0.05 71.55 [2023-03-10T04:11:53.590Z] 03:25:01 6 13.12 0.00 1.53 0.12 0.03 85.19 [2023-03-10T04:11:53.590Z] 03:25:01 7 6.95 0.00 1.08 0.02 0.03 91.91 [2023-03-10T04:11:53.590Z] 03:26:01 all 39.11 0.00 4.05 0.35 0.07 56.42 [2023-03-10T04:11:53.590Z] 03:26:01 0 71.03 0.00 4.60 0.00 0.10 24.28 [2023-03-10T04:11:53.590Z] 03:26:01 1 31.11 0.00 3.32 0.05 0.07 65.45 [2023-03-10T04:11:53.590Z] 03:26:01 2 32.98 0.00 4.52 0.28 0.05 62.16 [2023-03-10T04:11:53.590Z] 03:26:01 3 27.79 0.00 3.00 0.08 0.07 69.06 [2023-03-10T04:11:53.590Z] 03:26:01 4 32.03 0.00 3.71 1.14 0.05 63.07 [2023-03-10T04:11:53.590Z] 03:26:01 5 38.84 0.00 3.60 0.37 0.07 57.13 [2023-03-10T04:11:53.590Z] 03:26:01 6 37.22 0.00 4.38 0.55 0.07 57.79 [2023-03-10T04:11:53.590Z] 03:26:01 7 41.83 0.00 5.31 0.37 0.07 52.43 [2023-03-10T04:11:53.590Z] 03:27:01 all 12.48 0.00 1.03 0.07 0.03 86.40 [2023-03-10T04:11:53.590Z] 03:27:01 0 68.33 0.00 2.62 0.08 0.07 28.91 [2023-03-10T04:11:53.590Z] 03:27:01 1 7.28 0.00 1.75 0.02 0.02 90.93 [2023-03-10T04:11:53.590Z] 03:27:01 2 3.14 0.00 0.50 0.02 0.03 96.31 [2023-03-10T04:11:53.590Z] 03:27:01 3 0.67 0.00 0.23 0.03 0.00 99.06 [2023-03-10T04:11:53.590Z] 03:27:01 4 1.40 0.00 0.48 0.28 0.02 97.82 [2023-03-10T04:11:53.590Z] 03:27:01 5 16.46 0.00 1.83 0.03 0.03 81.64 [2023-03-10T04:11:53.590Z] 03:27:01 6 2.17 0.00 0.57 0.02 0.02 97.23 [2023-03-10T04:11:53.590Z] 03:27:01 7 0.25 0.00 0.22 0.07 0.02 99.45 [2023-03-10T04:11:53.590Z] 03:28:01 all 25.20 0.00 1.24 0.04 0.04 73.48 [2023-03-10T04:11:53.590Z] 03:28:01 0 43.38 0.00 2.01 0.03 0.07 54.50 [2023-03-10T04:11:53.590Z] 03:28:01 1 25.83 0.00 1.08 0.00 0.03 73.05 [2023-03-10T04:11:53.590Z] 03:28:01 2 18.01 0.00 0.90 0.00 0.05 81.04 [2023-03-10T04:11:53.590Z] 03:28:01 3 30.66 0.00 1.15 0.00 0.05 68.14 [2023-03-10T04:11:53.590Z] 03:28:01 4 8.14 0.00 0.53 0.10 0.02 91.21 [2023-03-10T04:11:53.590Z] 03:28:01 5 44.85 0.00 2.12 0.03 0.05 52.95 [2023-03-10T04:11:53.590Z] 03:28:01 6 23.07 0.00 1.62 0.02 0.02 75.28 [2023-03-10T04:11:53.590Z] 03:28:01 7 7.62 0.00 0.52 0.12 0.02 91.73 [2023-03-10T04:11:53.590Z] 03:29:01 all 12.13 0.00 0.64 0.05 0.02 87.16 [2023-03-10T04:11:53.590Z] 03:29:01 0 0.50 0.00 0.20 0.00 0.02 99.28 [2023-03-10T04:11:53.590Z] 03:29:01 1 4.00 0.00 0.28 0.00 0.02 95.70 [2023-03-10T04:11:53.590Z] 03:29:01 2 15.49 0.00 0.65 0.03 0.03 83.80 [2023-03-10T04:11:53.590Z] 03:29:01 3 16.85 0.00 0.86 0.00 0.02 82.27 [2023-03-10T04:11:53.590Z] 03:29:01 4 13.07 0.00 0.88 0.17 0.02 85.86 [2023-03-10T04:11:53.590Z] 03:29:01 5 0.92 0.00 0.15 0.00 0.00 98.93 [2023-03-10T04:11:53.590Z] 03:29:01 6 0.10 0.00 0.07 0.12 0.02 99.70 [2023-03-10T04:11:53.590Z] 03:29:01 7 46.12 0.00 2.03 0.07 0.05 51.73 [2023-03-10T04:11:53.590Z] 03:30:01 all 11.78 0.00 1.08 0.03 0.03 87.09 [2023-03-10T04:11:53.590Z] 03:30:01 0 8.55 0.00 1.20 0.00 0.03 90.22 [2023-03-10T04:11:53.590Z] 03:30:01 1 1.58 0.00 0.38 0.00 0.00 98.03 [2023-03-10T04:11:53.590Z] 03:30:01 2 13.99 0.00 1.50 0.00 0.02 84.49 [2023-03-10T04:11:53.590Z] 03:30:01 3 2.69 0.00 0.50 0.02 0.02 96.78 [2023-03-10T04:11:53.590Z] 03:30:01 4 26.73 0.00 1.75 0.13 0.05 71.34 [2023-03-10T04:11:53.590Z] 03:30:01 5 10.19 0.00 0.75 0.00 0.03 89.03 [2023-03-10T04:11:53.590Z] 03:30:01 6 8.13 0.00 0.72 0.02 0.02 91.12 [2023-03-10T04:11:53.590Z] 03:30:01 7 22.43 0.00 1.80 0.05 0.05 75.67 [2023-03-10T04:11:53.590Z] 03:31:01 all 12.84 0.00 1.78 0.54 0.06 84.78 [2023-03-10T04:11:53.590Z] 03:31:01 0 16.70 0.00 2.90 0.03 0.07 80.30 [2023-03-10T04:11:53.590Z] 03:31:01 1 18.69 0.00 1.61 0.00 0.07 79.63 [2023-03-10T04:11:53.590Z] 03:31:01 2 18.66 0.00 1.68 0.00 0.07 79.59 [2023-03-10T04:11:53.590Z] 03:31:01 3 3.66 0.00 1.38 0.02 0.07 94.87 [2023-03-10T04:11:53.590Z] 03:31:01 4 9.28 0.00 1.45 0.42 0.05 88.80 [2023-03-10T04:11:53.590Z] 03:31:01 5 12.30 0.00 2.13 0.57 0.07 84.94 [2023-03-10T04:11:53.590Z] 03:31:01 6 6.95 0.00 1.47 3.27 0.03 88.28 [2023-03-10T04:11:53.590Z] 03:31:01 7 16.47 0.00 1.62 0.00 0.07 81.84 [2023-03-10T04:11:53.590Z] 03:32:01 all 12.50 0.00 0.53 0.01 0.05 86.91 [2023-03-10T04:11:53.590Z] 03:32:01 0 15.46 0.00 0.60 0.00 0.03 83.90 [2023-03-10T04:11:53.590Z] 03:32:01 1 13.48 0.00 0.72 0.00 0.05 85.75 [2023-03-10T04:11:53.590Z] 03:32:01 2 16.46 0.00 0.57 0.00 0.05 82.92 [2023-03-10T04:11:53.590Z] 03:32:01 3 8.07 0.00 0.30 0.00 0.07 91.56 [2023-03-10T04:11:53.590Z] 03:32:01 4 12.78 0.00 0.54 0.02 0.03 86.64 [2023-03-10T04:11:53.590Z] 03:32:01 5 21.15 0.00 0.85 0.03 0.07 77.90 [2023-03-10T04:11:53.590Z] 03:32:01 6 3.68 0.00 0.23 0.00 0.02 96.07 [2023-03-10T04:11:53.590Z] 03:32:01 7 8.90 0.00 0.44 0.00 0.07 90.59 [2023-03-10T04:11:53.590Z] [2023-03-10T04:11:53.590Z] 03:32:01 CPU %user %nice %system %iowait %steal %idle [2023-03-10T04:11:53.590Z] 03:33:01 all 2.28 0.00 1.10 0.25 0.02 96.35 [2023-03-10T04:11:53.590Z] 03:33:01 0 2.86 0.00 0.99 0.02 0.03 96.10 [2023-03-10T04:11:53.590Z] 03:33:01 1 2.18 0.00 1.07 0.00 0.02 96.73 [2023-03-10T04:11:53.590Z] 03:33:01 2 2.09 0.00 0.90 0.03 0.02 96.96 [2023-03-10T04:11:53.590Z] 03:33:01 3 1.41 0.00 1.46 0.00 0.02 97.11 [2023-03-10T04:11:53.590Z] 03:33:01 4 2.11 0.00 1.66 1.49 0.02 94.73 [2023-03-10T04:11:53.590Z] 03:33:01 5 2.41 0.00 0.89 0.35 0.02 96.34 [2023-03-10T04:11:53.590Z] 03:33:01 6 2.53 0.00 0.72 0.07 0.02 96.67 [2023-03-10T04:11:53.590Z] 03:33:01 7 2.63 0.00 1.12 0.02 0.02 96.21 [2023-03-10T04:11:53.590Z] 03:34:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-03-10T04:11:53.590Z] 03:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.590Z] 03:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.590Z] 03:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.590Z] 03:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.590Z] 03:34:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T04:11:53.590Z] 03:34:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.590Z] 03:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.590Z] 03:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.590Z] 03:35:01 all 0.17 0.00 0.01 0.00 0.00 99.81 [2023-03-10T04:11:53.590Z] 03:35:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2023-03-10T04:11:53.590Z] 03:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.590Z] 03:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.590Z] 03:35:01 3 1.19 0.00 0.00 0.00 0.00 98.81 [2023-03-10T04:11:53.590Z] 03:35:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-10T04:11:53.590Z] 03:35:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-10T04:11:53.590Z] 03:35:01 6 0.02 0.00 0.03 0.02 0.02 99.92 [2023-03-10T04:11:53.590Z] 03:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.590Z] 03:36:01 all 0.23 0.00 0.03 0.01 0.00 99.73 [2023-03-10T04:11:53.590Z] 03:36:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-10T04:11:53.590Z] 03:36:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T04:11:53.590Z] 03:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.590Z] 03:36:01 3 1.60 0.00 0.02 0.00 0.02 98.37 [2023-03-10T04:11:53.590Z] 03:36:01 4 0.05 0.00 0.07 0.00 0.00 99.88 [2023-03-10T04:11:53.590Z] 03:36:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.590Z] 03:36:01 6 0.03 0.00 0.02 0.03 0.00 99.92 [2023-03-10T04:11:53.590Z] 03:36:01 7 0.03 0.00 0.05 0.00 0.00 99.92 [2023-03-10T04:11:53.590Z] 03:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2023-03-10T04:11:53.590Z] 03:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T04:11:53.590Z] 03:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.591Z] 03:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:37:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-10T04:11:53.591Z] 03:37:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:37:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:37:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:38:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-03-10T04:11:53.591Z] 03:38:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2023-03-10T04:11:53.591Z] 03:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:38:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T04:11:53.591Z] 03:38:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.591Z] 03:38:01 6 0.05 0.00 0.00 0.02 0.00 99.93 [2023-03-10T04:11:53.591Z] 03:38:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:39:01 all 0.07 0.00 0.01 0.00 0.01 99.90 [2023-03-10T04:11:53.591Z] 03:39:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T04:11:53.591Z] 03:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.591Z] 03:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.591Z] 03:39:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T04:11:53.591Z] 03:39:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-10T04:11:53.591Z] 03:39:01 6 0.43 0.00 0.02 0.02 0.00 99.53 [2023-03-10T04:11:53.591Z] 03:39:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:40:01 all 0.02 0.00 0.02 0.01 0.01 99.94 [2023-03-10T04:11:53.591Z] 03:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.591Z] 03:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:40:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2023-03-10T04:11:53.591Z] 03:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.591Z] 03:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:40:01 5 0.03 0.00 0.00 0.05 0.00 99.92 [2023-03-10T04:11:53.591Z] 03:40:01 6 0.05 0.00 0.02 0.02 0.02 99.90 [2023-03-10T04:11:53.591Z] 03:40:01 7 0.00 0.00 0.05 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2023-03-10T04:11:53.591Z] 03:41:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:41:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-10T04:11:53.591Z] 03:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:41:01 4 0.07 0.00 0.00 0.00 0.02 99.92 [2023-03-10T04:11:53.591Z] 03:41:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:41:01 6 0.03 0.00 0.03 0.02 0.00 99.92 [2023-03-10T04:11:53.591Z] 03:41:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:42:01 all 0.21 0.00 0.02 0.00 0.00 99.76 [2023-03-10T04:11:53.591Z] 03:42:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-10T04:11:53.591Z] 03:42:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.591Z] 03:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:42:01 3 1.62 0.00 0.05 0.00 0.00 98.34 [2023-03-10T04:11:53.591Z] 03:42:01 4 0.03 0.00 0.05 0.00 0.00 99.92 [2023-03-10T04:11:53.591Z] 03:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.591Z] 03:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:43:01 all 0.27 0.00 0.01 0.01 0.00 99.71 [2023-03-10T04:11:53.591Z] 03:43:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T04:11:53.591Z] 03:43:01 1 0.03 0.00 0.00 0.03 0.00 99.93 [2023-03-10T04:11:53.591Z] 03:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.591Z] 03:43:01 3 1.95 0.00 0.02 0.00 0.02 98.01 [2023-03-10T04:11:53.591Z] 03:43:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T04:11:53.591Z] 03:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:43:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-10T04:11:53.591Z] [2023-03-10T04:11:53.591Z] 03:43:01 CPU %user %nice %system %iowait %steal %idle [2023-03-10T04:11:53.591Z] 03:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-03-10T04:11:53.591Z] 03:44:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-10T04:11:53.591Z] 03:44:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-10T04:11:53.591Z] 03:44:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:44:01 3 0.15 0.00 0.02 0.00 0.00 99.83 [2023-03-10T04:11:53.591Z] 03:44:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.591Z] 03:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.591Z] 03:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:45:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-03-10T04:11:53.591Z] 03:45:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2023-03-10T04:11:53.591Z] 03:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:45:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:45:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:45:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:45:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:45:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.591Z] 03:46:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.591Z] 03:46:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.591Z] 03:46:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:46:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:47:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-03-10T04:11:53.591Z] 03:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-10T04:11:53.591Z] 03:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:47:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.591Z] 03:47:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:47:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:47:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:48:01 all 0.29 0.00 0.03 0.01 0.01 99.67 [2023-03-10T04:11:53.591Z] 03:48:01 0 0.10 0.00 0.03 0.00 0.02 99.85 [2023-03-10T04:11:53.591Z] 03:48:01 1 1.12 0.00 0.02 0.00 0.00 98.87 [2023-03-10T04:11:53.591Z] 03:48:01 2 0.15 0.00 0.02 0.02 0.00 99.82 [2023-03-10T04:11:53.591Z] 03:48:01 3 0.12 0.00 0.03 0.00 0.00 99.85 [2023-03-10T04:11:53.591Z] 03:48:01 4 0.23 0.00 0.03 0.02 0.00 99.72 [2023-03-10T04:11:53.591Z] 03:48:01 5 0.32 0.00 0.03 0.02 0.00 99.63 [2023-03-10T04:11:53.591Z] 03:48:01 6 0.18 0.00 0.02 0.02 0.02 99.77 [2023-03-10T04:11:53.591Z] 03:48:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2023-03-10T04:11:53.591Z] 03:49:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2023-03-10T04:11:53.591Z] 03:49:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:49:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:49:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:49:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:49:01 5 0.00 0.00 0.02 0.05 0.00 99.93 [2023-03-10T04:11:53.591Z] 03:49:01 6 0.03 0.00 0.02 0.03 0.00 99.92 [2023-03-10T04:11:53.591Z] 03:49:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:50:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-03-10T04:11:53.591Z] 03:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.591Z] 03:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:50:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:50:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.591Z] 03:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T04:11:53.591Z] 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-03-10T04:11:53.591Z] 03:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.591Z] 03:51:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2023-03-10T04:11:53.591Z] 03:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.591Z] 03:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:51:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-10T04:11:53.592Z] 03:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-10T04:11:53.592Z] 03:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:52:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 03:52:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2023-03-10T04:11:53.592Z] 03:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.592Z] 03:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:52:01 4 0.07 0.00 0.02 0.02 0.00 99.90 [2023-03-10T04:11:53.592Z] 03:52:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T04:11:53.592Z] 03:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 03:53:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2023-03-10T04:11:53.592Z] 03:53:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-10T04:11:53.592Z] 03:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:53:01 2 0.03 0.00 0.02 0.03 0.02 99.90 [2023-03-10T04:11:53.592Z] 03:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.592Z] 03:53:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T04:11:53.592Z] 03:53:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.592Z] 03:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:54:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-10T04:11:53.592Z] 03:54:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] [2023-03-10T04:11:53.592Z] 03:54:01 CPU %user %nice %system %iowait %steal %idle [2023-03-10T04:11:53.592Z] 03:55:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2023-03-10T04:11:53.592Z] 03:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T04:11:53.592Z] 03:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:55:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.592Z] 03:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 03:55:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T04:11:53.592Z] 03:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:55:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-10T04:11:53.592Z] 03:55:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:56:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 03:56:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-10T04:11:53.592Z] 03:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:56:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T04:11:53.592Z] 03:56:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-10T04:11:53.592Z] 03:56:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-10T04:11:53.592Z] 03:56:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:56:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:57:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-03-10T04:11:53.592Z] 03:57:01 0 0.07 0.00 0.05 0.00 0.03 99.85 [2023-03-10T04:11:53.592Z] 03:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:57:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-10T04:11:53.592Z] 03:57:01 3 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-10T04:11:53.592Z] 03:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 03:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:57:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 03:58:01 all 0.01 0.00 0.01 0.00 0.00 99.96 [2023-03-10T04:11:53.592Z] 03:58:01 0 0.02 0.00 0.07 0.00 0.02 99.90 [2023-03-10T04:11:53.592Z] 03:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:58:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:58:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T04:11:53.592Z] 03:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:58:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 03:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.592Z] 03:59:01 all 0.07 0.00 0.02 0.00 0.00 99.90 [2023-03-10T04:11:53.592Z] 03:59:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2023-03-10T04:11:53.592Z] 03:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:59:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:59:01 4 0.48 0.00 0.05 0.00 0.02 99.45 [2023-03-10T04:11:53.592Z] 03:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 03:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 03:59:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:00:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2023-03-10T04:11:53.592Z] 04:00:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:00:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-10T04:11:53.592Z] 04:00:01 4 2.00 0.00 0.02 0.00 0.00 97.98 [2023-03-10T04:11:53.592Z] 04:00:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-10T04:11:53.592Z] 04:00:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:01:01 all 0.27 0.00 0.01 0.01 0.00 99.70 [2023-03-10T04:11:53.592Z] 04:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:01:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2023-03-10T04:11:53.592Z] 04:01:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:01:01 4 2.04 0.00 0.02 0.00 0.00 97.95 [2023-03-10T04:11:53.592Z] 04:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:01:01 7 0.07 0.00 0.03 0.00 0.02 99.88 [2023-03-10T04:11:53.592Z] 04:02:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2023-03-10T04:11:53.592Z] 04:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-10T04:11:53.592Z] 04:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:02:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:02:01 4 2.02 0.00 0.02 0.00 0.02 97.95 [2023-03-10T04:11:53.592Z] 04:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:02:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T04:11:53.592Z] 04:03:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2023-03-10T04:11:53.592Z] 04:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:03:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:03:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:03:01 4 2.02 0.00 0.00 0.00 0.00 97.98 [2023-03-10T04:11:53.592Z] 04:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:03:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:03:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-10T04:11:53.592Z] 04:04:01 all 0.20 0.00 0.02 0.00 0.01 99.78 [2023-03-10T04:11:53.592Z] 04:04:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-10T04:11:53.592Z] 04:04:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:04:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:04:01 4 1.50 0.00 0.05 0.00 0.00 98.45 [2023-03-10T04:11:53.592Z] 04:04:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:04:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.592Z] 04:04:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-10T04:11:53.592Z] 04:05:01 all 0.08 0.00 0.03 0.01 0.00 99.88 [2023-03-10T04:11:53.592Z] 04:05:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2023-03-10T04:11:53.592Z] 04:05:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-10T04:11:53.592Z] 04:05:01 2 0.23 0.00 0.05 0.05 0.02 99.65 [2023-03-10T04:11:53.592Z] 04:05:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:05:01 4 0.08 0.00 0.03 0.00 0.00 99.88 [2023-03-10T04:11:53.592Z] 04:05:01 5 0.05 0.00 0.02 0.02 0.00 99.92 [2023-03-10T04:11:53.592Z] 04:05:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:05:01 7 0.08 0.00 0.03 0.00 0.00 99.88 [2023-03-10T04:11:53.592Z] [2023-03-10T04:11:53.592Z] 04:05:01 CPU %user %nice %system %iowait %steal %idle [2023-03-10T04:11:53.592Z] 04:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-03-10T04:11:53.592Z] 04:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:06:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2023-03-10T04:11:53.592Z] 04:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.592Z] 04:06:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.592Z] 04:06:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-10T04:11:53.592Z] 04:07:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2023-03-10T04:11:53.592Z] 04:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:07:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2023-03-10T04:11:53.592Z] 04:07:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:07:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T04:11:53.592Z] 04:07:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2023-03-10T04:11:53.592Z] 04:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:07:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T04:11:53.592Z] 04:08:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:08:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T04:11:53.592Z] 04:08:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.592Z] 04:08:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-10T04:11:53.592Z] 04:09:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2023-03-10T04:11:53.592Z] 04:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-10T04:11:53.592Z] 04:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:09:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:09:01 4 0.07 0.00 0.07 0.00 0.00 99.87 [2023-03-10T04:11:53.592Z] 04:09:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:09:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T04:11:53.592Z] 04:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-03-10T04:11:53.592Z] 04:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:10:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-10T04:11:53.592Z] 04:10:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2023-03-10T04:11:53.592Z] 04:10:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-10T04:11:53.592Z] 04:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T04:11:53.592Z] 04:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.592Z] 04:11:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2023-03-10T04:11:53.592Z] 04:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T04:11:53.592Z] 04:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:11:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T04:11:53.592Z] 04:11:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2023-03-10T04:11:53.592Z] 04:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T04:11:53.592Z] 04:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T04:11:53.592Z] 04:11:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T04:11:53.592Z] Average: all 3.23 0.00 0.35 0.06 0.01 96.35 [2023-03-10T04:11:53.592Z] Average: 0 4.84 0.00 0.38 0.04 0.02 94.72 [2023-03-10T04:11:53.592Z] Average: 1 2.50 0.00 0.29 0.03 0.01 97.17 [2023-03-10T04:11:53.592Z] Average: 2 2.79 0.00 0.33 0.05 0.01 96.81 [2023-03-10T04:11:53.592Z] Average: 3 2.79 0.00 0.31 0.01 0.01 96.87 [2023-03-10T04:11:53.592Z] Average: 4 2.86 0.00 0.32 0.14 0.01 96.67 [2023-03-10T04:11:53.592Z] Average: 5 3.89 0.00 0.40 0.05 0.01 95.65 [2023-03-10T04:11:53.592Z] Average: 6 2.45 0.00 0.31 0.15 0.01 97.08 [2023-03-10T04:11:53.592Z] Average: 7 3.74 0.00 0.44 0.02 0.02 95.79 [2023-03-10T04:11:53.592Z] [2023-03-10T04:11:53.592Z] [2023-03-10T04:11:53.592Z]