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 03:21:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:21:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:21:15 ========================================================= 03:21:15 EdgeX Global Pipelines Version Info 03:21:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:21:16 ------------------- 03:21:16 stable info: 03:21:16 ------------------- 03:21:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:21:16 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 03:21:16 Message: update stable to v1.0.244 03:21:17 ------------------- 03:21:17 experimental info: 03:21:17 ------------------- 03:21:17 Commited By: **** collab-it+edgex@linuxfoundation.org 03:21:17 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 03:21:17 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95cb4b5 [Pipeline] echo 03:21:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:21:17 provisioning config files... 03:21:17 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8820275346803170801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:21:17 ---> docker-login.sh 03:21:17 nexus3.edgexfoundry.org:10001 03:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:18 Configure a credential helper to remove this warning. See 03:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:18 03:21:18 Login Succeeded 03:21:18 nexus3.edgexfoundry.org:10002 03:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:18 Configure a credential helper to remove this warning. See 03:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:18 03:21:18 Login Succeeded 03:21:18 nexus3.edgexfoundry.org:10003 03:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:18 Configure a credential helper to remove this warning. See 03:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:18 03:21:18 Login Succeeded 03:21:18 nexus3.edgexfoundry.org:10004 03:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:18 Configure a credential helper to remove this warning. See 03:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:18 03:21:18 Login Succeeded 03:21:18 docker.io 03:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:18 Configure a credential helper to remove this warning. See 03:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:18 03:21:18 Login Succeeded 03:21:18 ---> docker-login.sh ends [Pipeline] } 03:21:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:21:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:21:19 + grep -v github /etc/ssh/ssh_known_hosts 03:21:19 + [ -e /tmp/ssh_known_hosts ] 03:21:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:21:19 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:21:19 sudo tee -a /etc/ssh/ssh_known_hosts 03:21:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:21:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:21:19 03:21:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:21:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:21:20 0.1.4: Pulling from edgex-devops/py-git-semver 03:21:20 b85a868b505f: Pulling fs layer 03:21:20 e2be974225ed: Pulling fs layer 03:21:20 339a4e72a1f5: Pulling fs layer 03:21:20 988bab9f4d93: Pulling fs layer 03:21:20 1469e6f7b9e6: Pulling fs layer 03:21:20 eaf3925da568: Pulling fs layer 03:21:20 bab4dde63d76: Pulling fs layer 03:21:20 bde34c3a00c8: Pulling fs layer 03:21:20 b352a97aabf1: Pulling fs layer 03:21:20 4872d77fe225: Pulling fs layer 03:21:20 1469e6f7b9e6: Waiting 03:21:20 eaf3925da568: Waiting 03:21:20 bab4dde63d76: Waiting 03:21:20 bde34c3a00c8: Waiting 03:21:20 b352a97aabf1: Waiting 03:21:20 988bab9f4d93: Waiting 03:21:20 5851b861e8e6: Pulling fs layer 03:21:20 4872d77fe225: Waiting 03:21:20 5851b861e8e6: Waiting 03:21:20 e2be974225ed: Verifying Checksum 03:21:20 e2be974225ed: Download complete 03:21:20 988bab9f4d93: Verifying Checksum 03:21:20 988bab9f4d93: Download complete 03:21:20 339a4e72a1f5: Verifying Checksum 03:21:20 339a4e72a1f5: Download complete 03:21:20 1469e6f7b9e6: Verifying Checksum 03:21:20 1469e6f7b9e6: Download complete 03:21:20 eaf3925da568: Verifying Checksum 03:21:20 eaf3925da568: Download complete 03:21:20 bde34c3a00c8: Download complete 03:21:20 b352a97aabf1: Verifying Checksum 03:21:20 b352a97aabf1: Download complete 03:21:20 4872d77fe225: Verifying Checksum 03:21:20 4872d77fe225: Download complete 03:21:20 5851b861e8e6: Download complete 03:21:20 b85a868b505f: Verifying Checksum 03:21:20 b85a868b505f: Download complete 03:21:20 bab4dde63d76: Verifying Checksum 03:21:20 bab4dde63d76: Download complete 03:21:21 b85a868b505f: Pull complete 03:21:21 e2be974225ed: Pull complete 03:21:22 339a4e72a1f5: Pull complete 03:21:22 988bab9f4d93: Pull complete 03:21:22 1469e6f7b9e6: Pull complete 03:21:22 eaf3925da568: Pull complete 03:21:24 bab4dde63d76: Pull complete 03:21:24 bde34c3a00c8: Pull complete 03:21:24 b352a97aabf1: Pull complete 03:21:24 4872d77fe225: Pull complete 03:21:25 5851b861e8e6: Pull complete 03:21:25 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:21:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:21:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:21:25 prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container 03:21:25 $ 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 03:21:26 $ docker top c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 -eo pid,comm 03:21:26 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). 03:21:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:21:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:21:26 [ssh-agent] Looking for ssh-agent implementation... 03:21:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:21:26 $ docker exec c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 ssh-agent 03:21:26 SSH_AUTH_SOCK=/tmp/ssh-mYYD1hYmsbeo/agent.33 03:21:26 SSH_AGENT_PID=39 03:21:26 Running ssh-add (command line suppressed) 03:21:26 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) 03:21:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:21:27 + git tag --points-at HEAD [Pipeline] } 03:21:27 $ docker exec --env ******** --env ******** c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 ssh-agent -k 03:21:27 unset SSH_AUTH_SOCK; 03:21:27 unset SSH_AGENT_PID; 03:21:27 echo Agent pid 39 killed; 03:21:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:21:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:21:27 [ssh-agent] Looking for ssh-agent implementation... 03:21:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:21:27 $ docker exec c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 ssh-agent 03:21:27 SSH_AUTH_SOCK=/tmp/ssh-zUOtKxMAdK9J/agent.71 03:21:27 SSH_AGENT_PID=77 03:21:27 Running ssh-add (command line suppressed) 03:21:27 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) 03:21:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:21:28 + git semver init 03:21:28 2023-03-10 03:21:28,195 [run_init] DEBUG init version:0.0.0 force:False 03:21:28 2023-03-10 03:21:28,195 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 03:21:28 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 03:21:28 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) 03:21:28 2023-03-10 03:21:28,815 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 03:21:28 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 03:21:28 2023-03-10 03:21:28,816 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 03:21:28 2023-03-10 03:21:28,816 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 03:21:28 0.0.2-dev.20 [Pipeline] } 03:21:28 $ docker exec --env ******** --env ******** c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 ssh-agent -k 03:21:28 unset SSH_AUTH_SOCK; 03:21:28 unset SSH_AGENT_PID; 03:21:28 echo Agent pid 77 killed; 03:21:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:21:29 + git semver [Pipeline] } 03:21:29 $ docker stop --time=1 c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 03:21:30 $ docker rm -f --volumes c6f33ae51ebaa45f38c1a428d730465ac6d9f7e152d92b8303eacabad62afeb1 [Pipeline] // withDockerContainer [Pipeline] sh 03:21:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:21:31 Stashed 1 file(s) [Pipeline] echo 03:21:31 [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 03:21:31 provisioning config files... 03:21:31 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config649718389986347854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:21:31 ---> docker-login.sh 03:21:31 nexus3.edgexfoundry.org:10001 03:21:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:31 Configure a credential helper to remove this warning. See 03:21:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:31 03:21:31 Login Succeeded 03:21:31 nexus3.edgexfoundry.org:10002 03:21:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:31 Configure a credential helper to remove this warning. See 03:21:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:31 03:21:31 Login Succeeded 03:21:31 nexus3.edgexfoundry.org:10003 03:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:32 Configure a credential helper to remove this warning. See 03:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:32 03:21:32 Login Succeeded 03:21:32 nexus3.edgexfoundry.org:10004 03:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:32 Configure a credential helper to remove this warning. See 03:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:32 03:21:32 Login Succeeded 03:21:32 docker.io 03:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:32 Configure a credential helper to remove this warning. See 03:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:32 03:21:32 Login Succeeded 03:21:32 ---> docker-login.sh ends [Pipeline] } 03:21:32 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 03:21:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:21:33 + ls -al . 03:21:33 total 68 03:21:33 drwxrwxr-x 6 jenkins jenkins 4096 Mar 10 03:21 . 03:21:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 03:21 .. 03:21:33 drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 03:21 .git 03:21:33 -rw-rw-r-- 1 jenkins jenkins 22 Mar 10 03:21 .gitignore 03:21:33 drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 03:21 .semver 03:21:33 -rw-rw-r-- 1 jenkins jenkins 2268 Mar 10 03:21 Dockerfile 03:21:33 -rw-rw-r-- 1 jenkins jenkins 746 Mar 10 03:21 Jenkinsfile 03:21:33 -rw-rw-r-- 1 jenkins jenkins 11381 Mar 10 03:21 LICENSE 03:21:33 -rw-rw-r-- 1 jenkins jenkins 3582 Mar 10 03:21 README.md 03:21:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 03:21 TAF-Manager 03:21:33 drwxrwxr-x 6 jenkins jenkins 4096 Mar 10 03:21 TUC 03:21:33 -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 03:21 VERSION 03:21:33 -rw-rw-r-- 1 jenkins jenkins 307 Mar 10 03:21 requirements.txt 03:21:33 -rw-rw-r-- 1 jenkins jenkins 54 Mar 10 03:21 robot-entrypoint.sh 03:21:33 -rw-rw-r-- 1 jenkins jenkins 445 Mar 10 03:21 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:21:33 + 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 . 03:21:33 Sending build context to Docker daemon 401.9kB 03:21:33 Step 1/12 : FROM alpine:3.16 03:21:34 3.16: Pulling from library/alpine 03:21:34 ef5531b6e74e: Pulling fs layer 03:21:34 ef5531b6e74e: Verifying Checksum 03:21:34 ef5531b6e74e: Download complete 03:21:34 ef5531b6e74e: Pull complete 03:21:34 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:21:34 Status: Downloaded newer image for alpine:3.16 03:21:34 ---> dfd21b5a31f5 03:21:34 Step 2/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 03:21:34 ---> Running in 537652006f7d 03:21:34 Removing intermediate container 537652006f7d 03:21:34 ---> 726d9325db3e 03:21:34 Step 3/12 : LABEL maintainer="Bruce Huang " 03:21:34 ---> Running in 0beb71c4d378 03:21:34 Removing intermediate container 0beb71c4d378 03:21:34 ---> 56af6350019d 03:21:34 Step 4/12 : COPY . /edgex-taf/edgex-taf-common 03:21:34 ---> 383a291343b4 03:21:34 Step 5/12 : COPY robot-entrypoint.sh /usr/local/bin/ 03:21:34 ---> 4a40b580b59c 03:21:34 Step 6/12 : WORKDIR /edgex-taf 03:21:35 ---> Running in 5c0ba65ba601 03:21:35 Removing intermediate container 5c0ba65ba601 03:21:35 ---> ca14886b50ef 03:21:35 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:35 ---> Running in c0a46b06b69d 03:21:35 Removing intermediate container c0a46b06b69d 03:21:35 ---> 203d8d1a48c5 03:21:35 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 03:21:36 ---> Running in bf209794accc 03:21:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:21:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:21:38 OK: 6 MiB in 14 packages 03:21:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:21:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:21:39 (1/9) Installing ca-certificates (20220614-r0) 03:21:39 (2/9) Installing brotli-libs (1.0.9-r6) 03:21:39 (3/9) Installing nghttp2-libs (1.47.0-r0) 03:21:40 (4/9) Installing libcurl (7.83.1-r6) 03:21:40 (5/9) Installing curl (7.83.1-r6) 03:21:40 (6/9) Installing docker-cli (20.10.20-r0) 03:21:41 (7/9) Installing oniguruma (6.9.8-r0) 03:21:42 (8/9) Installing jq (1.6-r1) 03:21:42 (9/9) Installing openssl (1.1.1t-r0) 03:21:42 Executing busybox-1.35.0-r17.trigger 03:21:42 Executing ca-certificates-20220614-r0.trigger 03:21:42 OK: 52 MiB in 23 packages 03:21:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:21:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:21:44 (1/137) Installing libmagic (5.41-r0) 03:21:44 (2/137) Installing file (5.41-r0) 03:21:44 (3/137) Installing libxau (1.0.9-r0) 03:21:45 (4/137) Installing libxdmcp (1.1.3-r0) 03:21:45 (5/137) Installing libxcb (1.15-r0) 03:21:45 (6/137) Installing libx11 (1.8-r0) 03:21:46 (7/137) Installing libxext (1.3.4-r0) 03:21:46 Still waiting to schedule task 03:21:46 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:21:46 (8/137) Installing libice (1.0.10-r0) 03:21:46 (9/137) Installing libuuid (2.38-r1) 03:21:47 (10/137) Installing libsm (1.2.3-r0) 03:21:47 (11/137) Installing libxt (1.2.1-r0) 03:21:47 (12/137) Installing libxmu (1.1.3-r0) 03:21:48 (13/137) Installing xset (1.2.4-r0) 03:21:48 (14/137) Installing xprop (1.2.5-r0) 03:21:48 (15/137) Installing xdg-utils (1.1.3-r3) 03:21:48 (16/137) Installing eudev-libs (3.2.11-r0) 03:21:49 (17/137) Installing pkgconf (1.8.1-r0) 03:21:49 (18/137) Installing libffi (3.4.2-r1) 03:21:50 (19/137) Installing libintl (0.21-r2) 03:21:50 (20/137) Installing libblkid (2.38-r1) 03:21:50 (21/137) Installing libmount (2.38-r1) 03:21:51 (22/137) Installing pcre (8.45-r2) 03:21:51 (23/137) Installing glib (2.72.1-r0) 03:21:51 (24/137) Installing xz-libs (5.2.5-r1) 03:21:52 (25/137) Installing libxml2 (2.9.14-r2) 03:21:52 (26/137) Installing shared-mime-info (2.2-r2) 03:21:53 (27/137) Installing hicolor-icon-theme (0.17-r1) 03:21:53 (28/137) Installing libjpeg-turbo (2.1.3-r1) 03:21:53 (29/137) Installing libpng (1.6.37-r1) 03:21:54 (30/137) Installing libwebp (1.2.3-r0) 03:21:54 (31/137) Installing zstd-libs (1.5.2-r1) 03:21:54 (32/137) Installing tiff (4.4.0-r0) 03:21:55 (33/137) Installing gdk-pixbuf (2.42.8-r0) 03:21:55 (34/137) Installing gtk-update-icon-cache (2.24.33-r3) 03:21:56 (35/137) Installing libxcomposite (0.4.5-r0) 03:21:56 (36/137) Installing libxfixes (6.0.0-r0) 03:21:56 (37/137) Installing libxrender (0.9.10-r3) 03:21:56 (38/137) Installing libxcursor (1.2.1-r0) 03:21:57 (39/137) Installing libxdamage (1.1.5-r1) 03:21:57 (40/137) Installing libxi (1.8-r0) 03:21:57 (41/137) Installing libxinerama (1.1.4-r1) 03:21:57 (42/137) Installing libxrandr (1.5.2-r1) 03:21:58 (43/137) Installing atk (2.38.0-r0) 03:21:58 (44/137) Installing libxtst (1.2.3-r3) 03:21:58 (45/137) Installing dbus-libs (1.14.4-r0) 03:21:59 (46/137) Installing at-spi2-core (2.44.1-r0) 03:21:59 (47/137) Installing at-spi2-atk (2.38.0-r0) 03:21:59 (48/137) Installing expat (2.5.0-r0) 03:21:59 (49/137) Installing libbz2 (1.0.8-r1) 03:22:00 (50/137) Installing freetype (2.12.1-r0) 03:22:00 (51/137) Installing fontconfig (2.14.0-r0) 03:22:01 (52/137) Installing pixman (0.40.0-r4) 03:22:01 (53/137) Installing cairo (1.17.4-r2) 03:22:01 (54/137) Installing cairo-gobject (1.17.4-r2) 03:22:02 (55/137) Installing avahi-libs (0.8-r6) 03:22:02 (56/137) Installing gmp (6.2.1-r2) 03:22:02 (57/137) Installing nettle (3.7.3-r0) 03:22:03 (58/137) Installing p11-kit (0.24.1-r0) 03:22:03 (59/137) Installing libtasn1 (4.18.0-r1) 03:22:04 (60/137) Installing libunistring (1.0-r0) 03:22:04 (61/137) Installing gnutls (3.7.7-r1) 03:22:05 (62/137) Installing cups-libs (2.4.2-r0) 03:22:05 (63/137) Installing libepoxy (1.5.10-r0) 03:22:05 (64/137) Installing fribidi (1.0.12-r0) 03:22:06 (65/137) Installing graphite2 (1.3.14-r1) 03:22:06 (66/137) Installing harfbuzz (4.3.0-r0) 03:22:06 (67/137) Installing libxft (2.3.4-r0) 03:22:07 (68/137) Installing pango (1.50.7-r0) 03:22:07 (69/137) Installing wayland-libs-client (1.20.0-r0) 03:22:07 (70/137) Installing wayland-libs-cursor (1.20.0-r0) 03:22:08 (71/137) Installing wayland-libs-egl (1.20.0-r0) 03:22:08 (72/137) Installing xkeyboard-config (2.35.1-r0) 03:22:08 (73/137) Installing libxkbcommon (1.4.1-r0) 03:22:09 (74/137) Installing gtk+3.0 (3.24.34-r1) 03:22:09 Executing gtk+3.0-3.24.34-r1.post-install 03:22:09 (75/137) Installing libfontenc (1.1.4-r0) 03:22:10 (76/137) Installing mkfontscale (1.2.2-r0) 03:22:10 (77/137) Installing font-opensans (0_git20210927-r0) 03:22:10 (78/137) Installing libgcc (11.2.1_git20220219-r2) 03:22:11 (79/137) Installing libogg (1.3.5-r1) 03:22:11 (80/137) Installing libstdc++ (11.2.1_git20220219-r2) 03:22:11 (81/137) Installing flac (1.3.4-r0) 03:22:12 (82/137) Installing alsa-lib (1.2.7.2-r0) 03:22:12 (83/137) Installing libatomic (11.2.1_git20220219-r2) 03:22:13 (84/137) Installing sdl2 (2.0.22-r0) 03:22:13 (85/137) Installing aom-libs (3.3.0-r0) 03:22:14 (86/137) Installing libass (0.16.0-r0) 03:22:14 (87/137) Installing libdav1d (1.0.0-r0) 03:22:15 (88/137) Installing libpciaccess (0.16-r0) 03:22:15 (89/137) Installing libdrm (2.4.110-r0) 03:22:15 (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r0) 03:22:15 (91/137) Installing ncurses-libs (6.3_p20220521-r0) 03:22:16 (92/137) Installing lame (3.100-r0) 03:22:16 (93/137) Installing opus (1.3.1-r1) 03:22:17 (94/137) Installing libasyncns (0.8-r1) 03:22:17 (95/137) Installing libltdl (2.4.7-r0) 03:22:17 (96/137) Installing orc (0.4.32-r0) 03:22:18 (97/137) Installing libvorbis (1.3.7-r0) 03:22:18 (98/137) Installing libsndfile (1.1.0-r0) 03:22:18 (99/137) Installing libgomp (11.2.1_git20220219-r2) 03:22:19 (100/137) Installing soxr (0.1.3-r2) 03:22:19 (101/137) Installing speexdsp (1.2.0-r0) 03:22:19 (102/137) Installing tdb-libs (1.4.6-r0) 03:22:19 (103/137) Installing libpulse (15.0-r2) 03:22:20 (104/137) Installing cjson (1.7.15-r3) 03:22:20 (105/137) Installing mbedtls (2.28.2-r0) 03:22:21 (106/137) Installing librist (0.2.6-r1) 03:22:21 (107/137) Installing libsrt (1.4.4-r0) 03:22:21 (108/137) Installing libssh (0.9.6-r1) 03:22:22 (109/137) Installing libtheora (1.1.1-r16) 03:22:22 (110/137) Installing v4l-utils-libs (1.22.1-r1) 03:22:23 (111/137) Installing libva (2.14.0-r0) 03:22:23 (112/137) Installing libvdpau (1.5-r0) 03:22:23 (113/137) Installing vidstab (1.1.0-r1) 03:22:24 (114/137) Installing libvpx (1.11.0-r1) 03:22:24 (115/137) Installing x264-libs (0.163_git20210613-r0) 03:22:25 (116/137) Installing numactl (2.0.14-r0) 03:22:25 (117/137) Installing x265-libs (3.5-r3) 03:22:25 (118/137) Installing xvidcore (1.3.7-r1) 03:22:26 (119/137) Installing ffmpeg-libs (5.0.1-r1) 03:22:27 (120/137) Installing libevent (2.1.12-r4) 03:22:27 (121/137) Installing mesa (21.3.9-r0) 03:22:27 (122/137) Installing wayland-libs-server (1.20.0-r0) 03:22:27 (123/137) Installing mesa-gbm (21.3.9-r0) 03:22:28 (124/137) Installing icu-data-en (71.1-r2) 03:22:28 Executing icu-data-en-71.1-r2.post-install 03:22:28 * 03:22:28 * If you need ICU with non-English locales and legacy charset support, install 03:22:28 * package icu-data-full. 03:22:28 * 03:22:28 (125/137) Installing icu-libs (71.1-r2) 03:22:29 (126/137) Installing lcms2 (2.13.1-r0) 03:22:29 (127/137) Installing minizip (1.2.12-r0) 03:22:29 (128/137) Installing nspr (4.33-r0) 03:22:30 (129/137) Installing sqlite-libs (3.38.5-r0) 03:22:30 (130/137) Installing nss (3.78.1-r0) 03:22:31 (131/137) Installing re2 (2022.04.01-r0) 03:22:31 (132/137) Installing snappy (1.1.9-r4) 03:22:31 (133/137) Installing libgpg-error (1.45-r0) 03:22:32 (134/137) Installing libgcrypt (1.10.1-r0) 03:22:32 (135/137) Installing libxslt (1.1.35-r0) 03:22:33 (136/137) Installing chromium (102.0.5005.182-r0) 03:22:35 (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) 03:22:35 Executing busybox-1.35.0-r17.trigger 03:22:35 Executing glib-2.72.1-r0.trigger 03:22:35 Executing shared-mime-info-2.2-r2.trigger 03:22:35 Executing gdk-pixbuf-2.42.8-r0.trigger 03:22:35 Executing gtk-update-icon-cache-2.24.33-r3.trigger 03:22:36 Executing fontconfig-2.14.0-r0.trigger 03:22:36 Executing mkfontscale-1.2.2-r0.trigger 03:22:36 OK: 409 MiB in 160 packages 03:22:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:22:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:22:37 (1/21) Installing binutils (2.38-r3) 03:22:37 (2/21) Installing isl22 (0.22-r0) 03:22:38 (3/21) Installing mpfr4 (4.1.0-r0) 03:22:38 (4/21) Installing mpc1 (1.2.1-r0) 03:22:38 (5/21) Installing gcc (11.2.1_git20220219-r2) 03:22:40 (6/21) Installing musl-dev (1.2.3-r2) 03:22:40 (7/21) Installing libc-dev (0.7.2-r3) 03:22:40 (8/21) Installing linux-headers (5.16.7-r1) 03:22:41 (9/21) Installing libffi-dev (3.4.2-r1) 03:22:42 (10/21) Installing libpq (14.7-r0) 03:22:42 (11/21) Installing openssl-dev (1.1.1t-r0) 03:22:42 (12/21) Installing libpq-dev (14.7-r0) 03:22:43 (13/21) Installing libecpg (14.7-r0) 03:22:43 (14/21) Installing libecpg-dev (14.7-r0) 03:22:43 (15/21) Installing llvm13-libs (13.0.1-r2) 03:22:50 (16/21) Installing clang-libs (13.0.1-r1) 03:22:51 (17/21) Installing clang (13.0.1-r1) 03:22:52 (18/21) Installing icu (71.1-r2) 03:22:52 (19/21) Installing icu-dev (71.1-r2) 03:22:53 (20/21) Installing llvm13 (13.0.1-r2) 03:22:53 (21/21) Installing postgresql14-dev (14.7-r0) 03:22:54 Executing busybox-1.35.0-r17.trigger 03:22:54 OK: 822 MiB in 181 packages 03:22:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:22:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:22:55 (1/10) Installing g++ (11.2.1_git20220219-r2) 03:23:00 (2/10) Installing gdbm (1.23-r0) 03:23:00 (3/10) Installing mpdecimal (2.5.1-r1) 03:23:00 (4/10) Installing readline (8.1.2-r0) 03:23:01 (5/10) Installing python3 (3.10.10-r0) 03:23:03 (6/10) Installing python3-dev (3.10.10-r0) 03:23:04 (7/10) Installing libsodium (1.0.18-r0) 03:23:05 (8/10) Installing libzmq (4.3.4-r0) 03:23:05 (9/10) Installing libsodium-dev (1.0.18-r0) 03:23:05 (10/10) Installing zeromq-dev (4.3.4-r0) 03:23:05 Executing busybox-1.35.0-r17.trigger 03:23:05 OK: 974 MiB in 191 packages 03:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:23:07 OK: 974 MiB in 191 packages 03:23:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:23:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:23:08 (1/1) Installing tzdata (2022f-r1) 03:23:08 Executing busybox-1.35.0-r17.trigger 03:23:08 OK: 978 MiB in 192 packages 03:23:09 (1/1) Purging tzdata (2022f-r1) 03:23:09 Executing busybox-1.35.0-r17.trigger 03:23:09 OK: 974 MiB in 191 packages 03:23:11 Looking in links: /tmp/tmp4u3urkc9 03:23:11 Processing /tmp/tmp4u3urkc9/setuptools-65.5.0-py3-none-any.whl 03:23:11 Processing /tmp/tmp4u3urkc9/pip-22.3.1-py3-none-any.whl 03:23:11 Installing collected packages: setuptools, pip 03:23:14 Successfully installed pip-22.3.1 setuptools-65.5.0 03:23:14 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 03:23:14 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.3.1) 03:23:15 Collecting pip 03:23:15 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) 03:23:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 63.1 MB/s eta 0:00:00 03:23:15 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 03:23:15 Collecting setuptools 03:23:15 Downloading setuptools-67.6.0-py3-none-any.whl (1.1 MB) 03:23:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 107.9 MB/s eta 0:00:00 03:23:15 Collecting wheel 03:23:15 Downloading wheel-0.38.4-py3-none-any.whl (36 kB) 03:23:15 Installing collected packages: wheel, setuptools, pip 03:23:15 Attempting uninstall: setuptools 03:23:15 Found existing installation: setuptools 65.5.0 03:23:15 Uninstalling setuptools-65.5.0: 03:23:15 Successfully uninstalled setuptools-65.5.0 03:23:16 Attempting uninstall: pip 03:23:16 Found existing installation: pip 22.3.1 03:23:16 Uninstalling pip-22.3.1: 03:23:16 Successfully uninstalled pip-22.3.1 03:23:18 Successfully installed pip-23.0.1 setuptools-67.6.0 wheel-0.38.4 03:23:18 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 03:23:19 Processing ./edgex-taf-common 03:23:19 Preparing metadata (setup.py): started 03:23:19 Preparing metadata (setup.py): finished with status 'done' 03:23:19 Building wheels for collected packages: edgex-taf-common 03:23:19 Building wheel for edgex-taf-common (setup.py): started 03:23:19 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 03:23:19 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14472 sha256=17f2a19ea698827e49a5da4527a37a52f4118d73de859ca3d8897325b76d8c74 03:23:19 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 03:23:19 Successfully built edgex-taf-common 03:23:19 Installing collected packages: edgex-taf-common 03:23:19 Successfully installed edgex-taf-common-0.0.0 03:23:19 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 03:23:20 Collecting robotframework==4.1.3 03:23:20 Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) 03:23:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 22.9 MB/s eta 0:00:00 03:23:20 Installing collected packages: robotframework 03:23:21 Successfully installed robotframework-4.1.3 03:23:21 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 03:23:21 Collecting docker==4.4.1 03:23:21 Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) 03:23:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 13.3 MB/s eta 0:00:00 03:23:22 Collecting six>=1.4.0 03:23:22 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 03:23:22 Collecting websocket-client>=0.32.0 03:23:22 Downloading websocket_client-1.5.1-py3-none-any.whl (55 kB) 03:23:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.9/55.9 kB 8.1 MB/s eta 0:00:00 03:23:22 Collecting requests!=2.18.0,>=2.14.2 03:23:22 Downloading requests-2.28.2-py3-none-any.whl (62 kB) 03:23:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 6.7 MB/s eta 0:00:00 03:23:22 Collecting charset-normalizer<4,>=2 03:23:22 Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (192 kB) 03:23:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.8/192.8 kB 18.5 MB/s eta 0:00:00 03:23:22 Collecting certifi>=2017.4.17 03:23:22 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) 03:23:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 19.7 MB/s eta 0:00:00 03:23:22 Collecting idna<4,>=2.5 03:23:22 Downloading idna-3.4-py3-none-any.whl (61 kB) 03:23:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 8.3 MB/s eta 0:00:00 03:23:22 Collecting urllib3<1.27,>=1.21.1 03:23:22 Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB) 03:23:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 14.9 MB/s eta 0:00:00 03:23:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9581 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 03:23:22 Selected Git installation does not exist. Using Default 03:23:22 The recommended git tool is: NONE 03:23:23 Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker 03:23:23 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 03:23:23 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 03:23:24 Collecting python-dotenv==0.15.0 03:23:24 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 03:23:24 Installing collected packages: python-dotenv 03:23:24 Successfully installed python-dotenv-0.15.0 03:23:24 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 03:23:24 Collecting RESTinstance==1.0.2 03:23:24 Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) 03:23:24 Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) 03:23:24 Collecting tzlocal 03:23:24 Downloading tzlocal-4.2-py3-none-any.whl (19 kB) 03:23:24 Collecting docutils 03:23:25 Downloading docutils-0.19-py3-none-any.whl (570 kB) 03:23:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 30.5 MB/s eta 0:00:00 03:23:25 Collecting GenSON 03:23:25 Downloading genson-1.2.2.tar.gz (34 kB) 03:23:25 Preparing metadata (setup.py): started 03:23:25 Preparing metadata (setup.py): finished with status 'done' 03:23:25 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.28.2) 03:23:25 Collecting pygments 03:23:25 Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) 03:23:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 61.0 MB/s eta 0:00:00 03:23:25 Collecting pytz 03:23:25 Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB) 03:23:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 kB 46.9 MB/s eta 0:00:00 03:23:25 Collecting flex 03:23:25 Downloading flex-6.14.1.tar.gz (40 kB) 03:23:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.4 MB/s eta 0:00:00 03:23:25 Preparing metadata (setup.py): started 03:23:26 Preparing metadata (setup.py): finished with status 'done' 03:23:26 Collecting jsonpath-ng 03:23:26 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 03:23:26 Collecting rfc3987 03:23:26 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 03:23:26 Collecting strict-rfc3339 03:23:26 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 03:23:26 Preparing metadata (setup.py): started 03:23:26 Preparing metadata (setup.py): finished with status 'done' 03:23:26 Collecting jsonschema 03:23:26 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) 03:23:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 14.3 MB/s eta 0:00:00 03:23:26 Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) 03:23:26 Collecting PyYAML>=3.11 03:23:26 Downloading PyYAML-6.0.tar.gz (124 kB) 03:23:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 19.3 MB/s eta 0:00:00 03:23:26 Installing build dependencies: started 03:23:28 using credential edgex-jenkins-ssh 03:23:28 Cloning the remote Git repository 03:23:28 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 03:23:28 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 03:23:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 03:23:28 > git --version # timeout=10 03:23:28 > git --version # 'git version 2.25.1' 03:23:28 using GIT_SSH to set credentials SSH Credentials for GitHub 03:23:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:23:30 Installing build dependencies: finished with status 'done' 03:23:30 Getting requirements to build wheel: started 03:23:30 Avoid second fetch 03:23:30 Checking out Revision 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 (main) 03:23:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 03:23:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:23:30 > git config core.sparsecheckout # timeout=10 03:23:30 > git checkout -f 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 # timeout=10 03:23:30 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 03:23:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:23:31 % Total % Received % Xferd Average Speed Time Time Time Current 03:23:31 Dload Upload Total Spent Left Speed 03:23:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99617 0 --:--:-- --:--:-- --:--:-- 99617 03:23:31 Getting requirements to build wheel: finished with status 'done' 03:23:31 Preparing metadata (pyproject.toml): started [Pipeline] sh 03:23:32 Preparing metadata (pyproject.toml): finished with status 'done' 03:23:32 Collecting validate-email>=1.2 03:23:32 Downloading validate_email-1.3.tar.gz (4.7 kB) 03:23:32 Preparing metadata (setup.py): started 03:23:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:23:32 Preparing metadata (setup.py): finished with status 'done' 03:23:32 Collecting click>=3.3 03:23:32 Downloading click-8.1.3-py3-none-any.whl (96 kB) 03:23:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 14.6 MB/s eta 0:00:00 03:23:32 Collecting jsonpointer>=1.7 03:23:32 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 03:23:32 Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.1.0) 03:23:32 Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.4) 03:23:32 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) 03:23:32 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2022.12.7) 03:23:32 Collecting decorator 03:23:32 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 03:23:32 Collecting ply 03:23:32 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 03:23:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.8 MB/s eta 0:00:00 03:23:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:23:32 + sudo tee /etc/docker/daemon.new 03:23:32 { 03:23:32 "registry-mirrors": [ 03:23:32 "https://nexus3.edgexfoundry.org:10001" 03:23:32 ], 03:23:32 "bip": "10.250.0.254/24", 03:23:32 "hosts": [ 03:23:32 "tcp://0.0.0.0:5555", 03:23:32 "unix:///var/run/docker.sock" 03:23:32 ], 03:23:32 "mtu": 1458, 03:23:32 "selinux-enabled": true, 03:23:32 "seccomp-profile": "/etc/docker/seccomp.json" 03:23:32 } [Pipeline] sh 03:23:32 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 03:23:32 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) 03:23:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 8.5 MB/s eta 0:00:00 03:23:32 Collecting attrs>=17.4.0 03:23:32 Downloading attrs-22.2.0-py3-none-any.whl (60 kB) 03:23:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 kB 9.0 MB/s eta 0:00:00 03:23:32 Collecting pytz-deprecation-shim 03:23:32 Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) 03:23:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:23:32 Collecting tzdata 03:23:32 Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB) 03:23:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 kB 38.2 MB/s eta 0:00:00 03:23:32 Building wheels for collected packages: flex, strict-rfc3339, GenSON, PyYAML, validate-email 03:23:32 Building wheel for flex (setup.py): started 03:23:33 Building wheel for flex (setup.py): finished with status 'done' 03:23:33 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=7fb4833bde3bafcfc2b83dbfa9d5377c1fa0f45f0eeba13e33ab74baa07e6236 03:23:33 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 03:23:33 + sudo service docker restart 03:23:33 Building wheel for strict-rfc3339 (setup.py): started 03:23:33 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 03:23:33 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18127 sha256=eb445d88b6e56703f0742fd90b7cacc46f14344b7881a60be730faa2f654ff79 03:23:33 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 03:23:33 Building wheel for GenSON (setup.py): started 03:23:33 Building wheel for GenSON (setup.py): finished with status 'done' 03:23:33 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=5dea2b66c00865eeef35606802877ff039dad49f252edd6289e92056117317f5 03:23:33 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 03:23:33 Building wheel for PyYAML (pyproject.toml): started 03:23:34 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 03:23:34 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_x86_64.whl size=45330 sha256=4ddf4592915b153e430c2ef2e03ad8ad3d00d13dd309191356c8be2817ca0f8d 03:23:34 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 03:23:34 Building wheel for validate-email (setup.py): started 03:23:34 Building wheel for validate-email (setup.py): finished with status 'done' 03:23:34 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5467 sha256=46e11e816196a37d5e837c606b31fba6a556719418545c0666901ee80dca9650 03:23:34 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 03:23:34 Successfully built flex strict-rfc3339 GenSON PyYAML validate-email 03:23:34 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 03:23:37 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 03:23:37 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 03:23:38 Collecting robotbackgroundlogger==1.2 03:23:38 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 03:23:38 Preparing metadata (setup.py): started 03:23:38 Preparing metadata (setup.py): finished with status 'done' 03:23:38 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) 03:23:38 Building wheels for collected packages: robotbackgroundlogger 03:23:38 Building wheel for robotbackgroundlogger (setup.py): started 03:23:39 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 03:23:39 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=5b0b947c5e67fa04aa5c6729ac06c18c24a53b7b142184844ad5d0df2e8d0a47 03:23:39 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 03:23:39 Successfully built robotbackgroundlogger 03:23:39 Installing collected packages: robotbackgroundlogger 03:23:39 Successfully installed robotbackgroundlogger-1.2 03:23:39 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 03:23:40 Collecting configparser==5.0.1 03:23:40 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 03:23:40 Installing collected packages: configparser 03:23:40 Successfully installed configparser-5.0.1 03:23:40 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 03:23:41 Collecting requests==2.25.1 03:23:41 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) 03:23:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 5.6 MB/s eta 0:00:00 03:23:41 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2022.12.7) 03:23:41 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (1.26.14) 03:23:41 Collecting idna<3,>=2.5 03:23:41 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 03:23:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 8.0 MB/s eta 0:00:00 03:23:41 Collecting chardet<5,>=3.0.2 03:23:41 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) 03:23:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 27.1 MB/s eta 0:00:00 03:23:41 Installing collected packages: idna, chardet, requests 03:23:41 Attempting uninstall: idna 03:23:41 Found existing installation: idna 3.4 03:23:41 Uninstalling idna-3.4: 03:23:41 Successfully uninstalled idna-3.4 03:23:42 Attempting uninstall: requests 03:23:42 Found existing installation: requests 2.28.2 03:23:42 Uninstalling requests-2.28.2: 03:23:42 Successfully uninstalled requests-2.28.2 03:23:42 Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 03:23:42 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 03:23:42 Collecting robotframework-requests==0.8.0 03:23:42 Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) 03:23:42 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) 03:23:42 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) 03:23:42 Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) 03:23:42 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) 03:23:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2022.12.7) 03:23:42 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) 03:23:42 Installing collected packages: robotframework-requests 03:23:43 Successfully installed robotframework-requests-0.8.0 03:23:43 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 03:23:43 Collecting paho-mqtt==1.5.1 03:23:43 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 03:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 10.9 MB/s eta 0:00:00 03:23:43 Preparing metadata (setup.py): started 03:23:44 Preparing metadata (setup.py): finished with status 'done' 03:23:44 Building wheels for collected packages: paho-mqtt 03:23:44 Building wheel for paho-mqtt (setup.py): started 03:23:44 Building wheel for paho-mqtt (setup.py): finished with status 'done' 03:23:44 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=2f80b039b6cd379fdc6c3de42d0669a51c5bf824720ec26ad22ef052fd6798e2 03:23:44 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 03:23:44 Successfully built paho-mqtt 03:23:44 Installing collected packages: paho-mqtt 03:23:44 Successfully installed paho-mqtt-1.5.1 03:23:44 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 03:23:45 Collecting redis==3.5.3 03:23:45 Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) 03:23:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 8.6 MB/s eta 0:00:00 03:23:46 Installing collected packages: redis 03:23:46 Successfully installed redis-3.5.3 03:23:46 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 03:23:47 Collecting pyzmq==22.2.1 03:23:47 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 03:23:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 34.6 MB/s eta 0:00:00 03:23:47 Installing build dependencies: started 03:23:49 Installing build dependencies: finished with status 'done' 03:23:49 Getting requirements to build wheel: started 03:23:49 Getting requirements to build wheel: finished with status 'done' 03:23:49 Preparing metadata (pyproject.toml): started 03:23:50 Preparing metadata (pyproject.toml): finished with status 'done' 03:23:50 Building wheels for collected packages: pyzmq 03:23:50 Building wheel for pyzmq (pyproject.toml): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:23:51 provisioning config files... 03:23:51 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15461445046543396802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:23:51 ---> docker-login.sh 03:23:51 nexus3.edgexfoundry.org:10001 03:23:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:23:52 Configure a credential helper to remove this warning. See 03:23:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:23:52 03:23:52 Login Succeeded 03:23:52 nexus3.edgexfoundry.org:10002 03:23:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:23:52 Configure a credential helper to remove this warning. See 03:23:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:23:52 03:23:52 Login Succeeded 03:23:52 nexus3.edgexfoundry.org:10003 03:23:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:23:53 Configure a credential helper to remove this warning. See 03:23:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:23:53 03:23:53 Login Succeeded 03:23:53 nexus3.edgexfoundry.org:10004 03:23:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:23:53 Configure a credential helper to remove this warning. See 03:23:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:23:53 03:23:53 Login Succeeded 03:23:53 docker.io 03:23:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:23:53 Configure a credential helper to remove this warning. See 03:23:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:23:53 03:23:53 Login Succeeded 03:23:53 ---> docker-login.sh ends [Pipeline] } 03:23:54 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 03:23:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:23:55 + ls -al . 03:23:55 total 64 03:23:55 drwxrwxr-x 5 jenkins jenkins 4096 Mar 10 03:23 . 03:23:55 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 03:23 .. 03:23:55 drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 03:23 .git 03:23:55 -rw-rw-r-- 1 jenkins jenkins 22 Mar 10 03:23 .gitignore 03:23:55 -rw-rw-r-- 1 jenkins jenkins 2268 Mar 10 03:23 Dockerfile 03:23:55 -rw-rw-r-- 1 jenkins jenkins 746 Mar 10 03:23 Jenkinsfile 03:23:55 -rw-rw-r-- 1 jenkins jenkins 11381 Mar 10 03:23 LICENSE 03:23:55 -rw-rw-r-- 1 jenkins jenkins 3582 Mar 10 03:23 README.md 03:23:55 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 03:23 TAF-Manager 03:23:55 drwxrwxr-x 6 jenkins jenkins 4096 Mar 10 03:23 TUC 03:23:55 -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 03:21 VERSION 03:23:55 -rw-rw-r-- 1 jenkins jenkins 307 Mar 10 03:23 requirements.txt 03:23:55 -rw-rw-r-- 1 jenkins jenkins 54 Mar 10 03:23 robot-entrypoint.sh 03:23:55 -rw-rw-r-- 1 jenkins jenkins 445 Mar 10 03:23 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:55 + 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 . 03:23:55 Sending build context to Docker daemon 250.9kB 03:23:55 Step 1/12 : FROM alpine:3.16 03:23:56 3.16: Pulling from library/alpine 03:23:56 3760b48202b3: Pulling fs layer 03:23:56 3760b48202b3: Verifying Checksum 03:23:56 3760b48202b3: Download complete 03:23:56 3760b48202b3: Pull complete 03:23:56 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:23:57 Status: Downloaded newer image for alpine:3.16 03:23:57 ---> 4c81e5bf8899 03:23:57 Step 2/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 03:23:57 ---> Running in 198dfed7b08b 03:23:57 Removing intermediate container 198dfed7b08b 03:23:57 ---> efb0932bc880 03:23:57 Step 3/12 : LABEL maintainer="Bruce Huang " 03:23:57 ---> Running in 7090c5a78c57 03:23:58 Removing intermediate container 7090c5a78c57 03:23:58 ---> 4db660168826 03:23:58 Step 4/12 : COPY . /edgex-taf/edgex-taf-common 03:23:58 ---> 1f99ae10c106 03:23:58 Step 5/12 : COPY robot-entrypoint.sh /usr/local/bin/ 03:23:58 ---> 511ba6a48cd5 03:23:58 Step 6/12 : WORKDIR /edgex-taf 03:23:59 ---> Running in 57e55db1dcab 03:23:59 Removing intermediate container 57e55db1dcab 03:23:59 ---> c3dbb6fcde6e 03:23:59 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:59 ---> Running in 8bda34e78b48 03:24:01 Removing intermediate container 8bda34e78b48 03:24:01 ---> b8ee9e795819 03:24:01 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 03:24:01 ---> Running in 75642099dfdd 03:24:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:24:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:24:04 OK: 5 MiB in 14 packages 03:24:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:24:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:24:06 (1/9) Installing ca-certificates (20220614-r0) 03:24:06 (2/9) Installing brotli-libs (1.0.9-r6) 03:24:06 (3/9) Installing nghttp2-libs (1.47.0-r0) 03:24:07 (4/9) Installing libcurl (7.83.1-r6) 03:24:07 (5/9) Installing curl (7.83.1-r6) 03:24:08 (6/9) Installing docker-cli (20.10.20-r0) 03:24:11 (7/9) Installing oniguruma (6.9.8-r0) 03:24:11 (8/9) Installing jq (1.6-r1) 03:24:11 (9/9) Installing openssl (1.1.1t-r0) 03:24:11 Executing busybox-1.35.0-r17.trigger 03:24:11 Executing ca-certificates-20220614-r0.trigger 03:24:12 OK: 50 MiB in 23 packages 03:24:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:24:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:24:14 (1/136) Installing libmagic (5.41-r0) 03:24:14 (2/136) Installing file (5.41-r0) 03:24:15 (3/136) Installing libxau (1.0.9-r0) 03:24:15 (4/136) Installing libxdmcp (1.1.3-r0) 03:24:15 (5/136) Installing libxcb (1.15-r0) 03:24:16 (6/136) Installing libx11 (1.8-r0) 03:24:16 (7/136) Installing libxext (1.3.4-r0) 03:24:16 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 03:24:16 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_x86_64.whl size=1537172 sha256=f2209fdc28d2b50b81f4b959c540f61d676fc8d042ff236e1417395e1f27ff57 03:24:16 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 03:24:16 Successfully built pyzmq 03:24:16 Installing collected packages: pyzmq 03:24:16 Successfully installed pyzmq-22.2.1 03:24:16 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 03:24:16 Collecting robotframework-seleniumlibrary==5.1.3 03:24:16 Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) 03:24:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 11.4 MB/s eta 0:00:00 03:24:16 Collecting selenium>=3.141.0 03:24:16 Downloading selenium-4.8.2-py3-none-any.whl (6.9 MB) 03:24:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 55.7 MB/s eta 0:00:00 03:24:16 Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) 03:24:16 Collecting robotframework-pythonlibcore>=2.1.0 03:24:16 Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) 03:24:16 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) 03:24:16 Collecting trio-websocket~=0.9 03:24:16 Downloading trio_websocket-0.9.2-py3-none-any.whl (16 kB) 03:24:16 Collecting trio~=0.17 03:24:16 Downloading trio-0.22.0-py3-none-any.whl (384 kB) 03:24:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 38.5 MB/s eta 0:00:00 03:24:16 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) 03:24:16 Collecting async-generator>=1.9 03:24:16 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 03:24:16 Collecting exceptiongroup>=1.0.0rc9 03:24:16 Downloading exceptiongroup-1.1.0-py3-none-any.whl (14 kB) 03:24:16 Collecting sortedcontainers 03:24:16 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 03:24:16 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) 03:24:16 Collecting outcome 03:24:16 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 03:24:16 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) 03:24:16 Collecting sniffio 03:24:16 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 03:24:16 Collecting wsproto>=0.14 03:24:16 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 03:24:16 Collecting PySocks!=1.5.7,<2.0,>=1.5.6 03:24:16 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 03:24:16 Collecting h11<1,>=0.9.0 03:24:16 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 03:24:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.8 MB/s eta 0:00:00 03:24:16 Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, outcome, h11, exceptiongroup, async-generator, wsproto, trio, trio-websocket, selenium, robotframework-seleniumlibrary 03:24:16 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 03:24:16 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 03:24:16 (8/136) Installing libice (1.0.10-r0) 03:24:17 (9/136) Installing libuuid (2.38-r1) 03:24:17 Collecting psycopg2==2.9.3 03:24:17 (10/136) Installing libsm (1.2.3-r0) 03:24:17 Downloading psycopg2-2.9.3.tar.gz (380 kB) 03:24:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 18.5 MB/s eta 0:00:00 03:24:17 Preparing metadata (setup.py): started 03:24:17 Preparing metadata (setup.py): finished with status 'done' 03:24:17 Building wheels for collected packages: psycopg2 03:24:17 Building wheel for psycopg2 (setup.py): started 03:24:18 (11/136) Installing libxt (1.2.1-r0) 03:24:18 (12/136) Installing libxmu (1.1.3-r0) 03:24:18 (13/136) Installing xset (1.2.4-r0) 03:24:18 (14/136) Installing xprop (1.2.5-r0) 03:24:19 (15/136) Installing xdg-utils (1.1.3-r3) 03:24:19 (16/136) Installing eudev-libs (3.2.11-r0) 03:24:20 (17/136) Installing pkgconf (1.8.1-r0) 03:24:20 (18/136) Installing libffi (3.4.2-r1) 03:24:20 (19/136) Installing libintl (0.21-r2) 03:24:21 (20/136) Installing libblkid (2.38-r1) 03:24:21 (21/136) Installing libmount (2.38-r1) 03:24:21 (22/136) Installing pcre (8.45-r2) 03:24:22 (23/136) Installing glib (2.72.1-r0) 03:24:22 (24/136) Installing xz-libs (5.2.5-r1) 03:24:23 (25/136) Installing libxml2 (2.9.14-r2) 03:24:23 (26/136) Installing shared-mime-info (2.2-r2) 03:24:24 (27/136) Installing hicolor-icon-theme (0.17-r1) 03:24:24 (28/136) Installing libjpeg-turbo (2.1.3-r1) 03:24:25 (29/136) Installing libpng (1.6.37-r1) 03:24:25 (30/136) Installing libwebp (1.2.3-r0) 03:24:25 (31/136) Installing zstd-libs (1.5.2-r1) 03:24:26 (32/136) Installing tiff (4.4.0-r0) 03:24:26 (33/136) Installing gdk-pixbuf (2.42.8-r0) 03:24:27 (34/136) Installing gtk-update-icon-cache (2.24.33-r3) 03:24:27 (35/136) Installing libxcomposite (0.4.5-r0) 03:24:27 (36/136) Installing libxfixes (6.0.0-r0) 03:24:27 (37/136) Installing libxrender (0.9.10-r3) 03:24:27 Building wheel for psycopg2 (setup.py): finished with status 'done' 03:24:27 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478588 sha256=33e00e55511533ce7e71866851d79ce41c3c95763daeb89313ff65192ea642e4 03:24:27 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 03:24:27 Successfully built psycopg2 03:24:28 (38/136) Installing libxcursor (1.2.1-r0) 03:24:28 Installing collected packages: psycopg2 03:24:28 Successfully installed psycopg2-2.9.3 03:24:28 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 03:24:28 (39/136) Installing libxdamage (1.1.5-r1) 03:24:28 (40/136) Installing libxi (1.8-r0) 03:24:29 Collecting numpy==1.22.3 03:24:29 Downloading numpy-1.22.3.zip (11.5 MB) 03:24:29 (41/136) Installing libxinerama (1.1.4-r1) 03:24:29 (42/136) Installing libxrandr (1.5.2-r1) 03:24:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 66.0 MB/s eta 0:00:00 03:24:29 (43/136) Installing atk (2.38.0-r0) 03:24:29 Installing build dependencies: started 03:24:30 (44/136) Installing libxtst (1.2.3-r3) 03:24:30 (45/136) Installing dbus-libs (1.14.4-r0) 03:24:30 (46/136) Installing at-spi2-core (2.44.1-r0) 03:24:31 (47/136) Installing at-spi2-atk (2.38.0-r0) 03:24:31 (48/136) Installing expat (2.5.0-r0) 03:24:31 (49/136) Installing libbz2 (1.0.8-r1) 03:24:32 (50/136) Installing freetype (2.12.1-r0) 03:24:32 (51/136) Installing fontconfig (2.14.0-r0) 03:24:33 (52/136) Installing pixman (0.40.0-r4) 03:24:33 (53/136) Installing cairo (1.17.4-r2) 03:24:34 (54/136) Installing cairo-gobject (1.17.4-r2) 03:24:34 Installing build dependencies: finished with status 'done' 03:24:34 Getting requirements to build wheel: started 03:24:34 Getting requirements to build wheel: finished with status 'done' 03:24:34 Preparing metadata (pyproject.toml): started 03:24:34 (55/136) Installing avahi-libs (0.8-r6) 03:24:34 (56/136) Installing gmp (6.2.1-r2) 03:24:34 Preparing metadata (pyproject.toml): finished with status 'done' 03:24:34 Building wheels for collected packages: numpy 03:24:34 Building wheel for numpy (pyproject.toml): started 03:24:35 (57/136) Installing nettle (3.7.3-r0) 03:24:35 (58/136) Installing p11-kit (0.24.1-r0) 03:24:36 (59/136) Installing libtasn1 (4.18.0-r1) 03:24:36 (60/136) Installing libunistring (1.0-r0) 03:24:36 (61/136) Installing gnutls (3.7.7-r1) 03:24:37 (62/136) Installing cups-libs (2.4.2-r0) 03:24:37 (63/136) Installing libepoxy (1.5.10-r0) 03:24:38 (64/136) Installing fribidi (1.0.12-r0) 03:24:38 (65/136) Installing graphite2 (1.3.14-r1) 03:24:38 (66/136) Installing harfbuzz (4.3.0-r0) 03:24:39 (67/136) Installing libxft (2.3.4-r0) 03:24:39 (68/136) Installing pango (1.50.7-r0) 03:24:40 (69/136) Installing wayland-libs-client (1.20.0-r0) 03:24:40 (70/136) Installing wayland-libs-cursor (1.20.0-r0) 03:24:40 (71/136) Installing wayland-libs-egl (1.20.0-r0) 03:24:41 (72/136) Installing xkeyboard-config (2.35.1-r0) 03:24:41 (73/136) Installing libxkbcommon (1.4.1-r0) 03:24:42 (74/136) Installing gtk+3.0 (3.24.34-r1) 03:24:42 Executing gtk+3.0-3.24.34-r1.post-install 03:24:42 (75/136) Installing libfontenc (1.1.4-r0) 03:24:43 (76/136) Installing mkfontscale (1.2.2-r0) 03:24:43 (77/136) Installing font-opensans (0_git20210927-r0) 03:24:43 (78/136) Installing libgcc (11.2.1_git20220219-r2) 03:24:44 (79/136) Installing libogg (1.3.5-r1) 03:24:44 (80/136) Installing libstdc++ (11.2.1_git20220219-r2) 03:24:45 (81/136) Installing flac (1.3.4-r0) 03:24:45 (82/136) Installing alsa-lib (1.2.7.2-r0) 03:24:46 (83/136) Installing libatomic (11.2.1_git20220219-r2) 03:24:46 (84/136) Installing sdl2 (2.0.22-r0) 03:24:47 (85/136) Installing aom-libs (3.3.0-r0) 03:24:47 (86/136) Installing libass (0.16.0-r0) 03:24:47 (87/136) Installing libdav1d (1.0.0-r0) 03:24:48 (88/136) Installing libdrm (2.4.110-r0) 03:24:48 (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r0) 03:24:49 (90/136) Installing ncurses-libs (6.3_p20220521-r0) 03:24:49 (91/136) Installing lame (3.100-r0) 03:24:50 (92/136) Installing opus (1.3.1-r1) 03:24:50 (93/136) Installing libasyncns (0.8-r1) 03:24:50 (94/136) Installing libltdl (2.4.7-r0) 03:24:51 (95/136) Installing orc (0.4.32-r0) 03:24:51 (96/136) Installing libvorbis (1.3.7-r0) 03:24:51 (97/136) Installing libsndfile (1.1.0-r0) 03:24:52 (98/136) Installing libgomp (11.2.1_git20220219-r2) 03:24:52 (99/136) Installing soxr (0.1.3-r2) 03:24:53 (100/136) Installing speexdsp (1.2.0-r0) 03:24:53 (101/136) Installing tdb-libs (1.4.6-r0) 03:24:53 (102/136) Installing libpulse (15.0-r2) 03:24:54 (103/136) Installing cjson (1.7.15-r3) 03:24:54 (104/136) Installing mbedtls (2.28.2-r0) 03:24:54 (105/136) Installing librist (0.2.6-r1) 03:24:55 (106/136) Installing libsrt (1.4.4-r0) 03:24:55 (107/136) Installing libssh (0.9.6-r1) 03:24:56 (108/136) Installing libtheora (1.1.1-r16) 03:24:56 (109/136) Installing v4l-utils-libs (1.22.1-r1) 03:24:57 (110/136) Installing libva (2.14.0-r0) 03:24:57 (111/136) Installing libvdpau (1.5-r0) 03:24:57 (112/136) Installing vidstab (1.1.0-r1) 03:24:58 (113/136) Installing libvpx (1.11.0-r1) 03:24:58 (114/136) Installing x264-libs (0.163_git20210613-r0) 03:24:59 (115/136) Installing numactl (2.0.14-r0) 03:24:59 (116/136) Installing x265-libs (3.5-r3) 03:25:00 (117/136) Installing xvidcore (1.3.7-r1) 03:25:00 (118/136) Installing ffmpeg-libs (5.0.1-r1) 03:25:01 (119/136) Installing libevent (2.1.12-r4) 03:25:02 (120/136) Installing mesa (21.3.9-r0) 03:25:02 (121/136) Installing wayland-libs-server (1.20.0-r0) 03:25:02 (122/136) Installing mesa-gbm (21.3.9-r0) 03:25:03 (123/136) Installing icu-data-en (71.1-r2) 03:25:03 Executing icu-data-en-71.1-r2.post-install 03:25:03 * 03:25:03 * If you need ICU with non-English locales and legacy charset support, install 03:25:03 * package icu-data-full. 03:25:03 * 03:25:03 (124/136) Installing icu-libs (71.1-r2) 03:25:04 (125/136) Installing lcms2 (2.13.1-r0) 03:25:04 (126/136) Installing minizip (1.2.12-r0) 03:25:04 (127/136) Installing nspr (4.33-r0) 03:25:05 (128/136) Installing sqlite-libs (3.38.5-r0) 03:25:05 (129/136) Installing nss (3.78.1-r0) 03:25:06 (130/136) Installing re2 (2022.04.01-r0) 03:25:06 (131/136) Installing snappy (1.1.9-r4) 03:25:07 (132/136) Installing libgpg-error (1.45-r0) 03:25:07 (133/136) Installing libgcrypt (1.10.1-r0) 03:25:07 (134/136) Installing libxslt (1.1.35-r0) 03:25:08 (135/136) Installing chromium (102.0.5005.182-r0) 03:25:13 (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) 03:25:13 Executing busybox-1.35.0-r17.trigger 03:25:13 Executing glib-2.72.1-r0.trigger 03:25:14 Executing shared-mime-info-2.2-r2.trigger 03:25:16 Executing gdk-pixbuf-2.42.8-r0.trigger 03:25:16 Executing gtk-update-icon-cache-2.24.33-r3.trigger 03:25:16 Executing fontconfig-2.14.0-r0.trigger 03:25:16 Executing mkfontscale-1.2.2-r0.trigger 03:25:16 OK: 376 MiB in 159 packages 03:25:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:25:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:25:18 (1/21) Installing binutils (2.38-r3) 03:25:19 (2/21) Installing isl22 (0.22-r0) 03:25:20 (3/21) Installing mpfr4 (4.1.0-r0) 03:25:20 (4/21) Installing mpc1 (1.2.1-r0) 03:25:20 (5/21) Installing gcc (11.2.1_git20220219-r2) 03:25:27 (6/21) Installing musl-dev (1.2.3-r2) 03:25:27 (7/21) Installing libc-dev (0.7.2-r3) 03:25:27 (8/21) Installing linux-headers (5.16.7-r1) 03:25:28 (9/21) Installing libffi-dev (3.4.2-r1) 03:25:28 (10/21) Installing libpq (14.7-r0) 03:25:29 (11/21) Installing openssl-dev (1.1.1t-r0) 03:25:30 (12/21) Installing libpq-dev (14.7-r0) 03:25:30 (13/21) Installing libecpg (14.7-r0) 03:25:30 (14/21) Installing libecpg-dev (14.7-r0) 03:25:31 (15/21) Installing llvm13-libs (13.0.1-r2) 03:25:39 (16/21) Installing clang-libs (13.0.1-r1) 03:25:42 Building wheel for numpy (pyproject.toml): still running... 03:25:46 (17/21) Installing clang (13.0.1-r1) 03:25:46 (18/21) Installing icu (71.1-r2) 03:25:46 (19/21) Installing icu-dev (71.1-r2) 03:25:46 (20/21) Installing llvm13 (13.0.1-r2) 03:25:52 (21/21) Installing postgresql14-dev (14.7-r0) 03:25:52 Executing busybox-1.35.0-r17.trigger 03:25:52 OK: 768 MiB in 180 packages 03:25:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:25:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:25:55 (1/10) Installing g++ (11.2.1_git20220219-r2) 03:25:57 (2/10) Installing gdbm (1.23-r0) 03:25:57 (3/10) Installing mpdecimal (2.5.1-r1) 03:25:57 (4/10) Installing readline (8.1.2-r0) 03:25:58 (5/10) Installing python3 (3.10.10-r0) 03:26:02 (6/10) Installing python3-dev (3.10.10-r0) 03:26:03 (7/10) Installing libsodium (1.0.18-r0) 03:26:03 (8/10) Installing libzmq (4.3.4-r0) 03:26:04 (9/10) Installing libsodium-dev (1.0.18-r0) 03:26:04 (10/10) Installing zeromq-dev (4.3.4-r0) 03:26:04 Executing busybox-1.35.0-r17.trigger 03:26:04 OK: 938 MiB in 190 packages 03:26:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:26:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:26:07 OK: 938 MiB in 190 packages 03:26:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:26:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:26:09 (1/1) Installing tzdata (2022f-r1) 03:26:09 Executing busybox-1.35.0-r17.trigger 03:26:09 OK: 941 MiB in 191 packages 03:26:11 (1/1) Purging tzdata (2022f-r1) 03:26:11 Executing busybox-1.35.0-r17.trigger 03:26:11 OK: 938 MiB in 190 packages 03:26:26 Looking in links: /tmp/tmp9lygrdo0 03:26:26 Processing /tmp/tmp9lygrdo0/setuptools-65.5.0-py3-none-any.whl 03:26:26 Processing /tmp/tmp9lygrdo0/pip-22.3.1-py3-none-any.whl 03:26:26 Installing collected packages: setuptools, pip 03:26:38 Building wheel for numpy (pyproject.toml): still running... 03:26:41 Successfully installed pip-22.3.1 setuptools-65.5.0 03:26:41 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 03:26:43 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.3.1) 03:26:44 Collecting pip 03:26:44 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) 03:26:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 22.8 MB/s eta 0:00:00 03:26:44 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 03:26:46 Collecting setuptools 03:26:46 Downloading setuptools-67.6.0-py3-none-any.whl (1.1 MB) 03:26:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 20.9 MB/s eta 0:00:00 03:26:47 Collecting wheel 03:26:47 Downloading wheel-0.38.4-py3-none-any.whl (36 kB) 03:26:48 Installing collected packages: wheel, setuptools, pip 03:26:48 Attempting uninstall: setuptools 03:26:48 Found existing installation: setuptools 65.5.0 03:26:49 Uninstalling setuptools-65.5.0: 03:26:49 Successfully uninstalled setuptools-65.5.0 03:26:55 Attempting uninstall: pip 03:26:55 Found existing installation: pip 22.3.1 03:26:56 Uninstalling pip-22.3.1: 03:26:56 Successfully uninstalled pip-22.3.1 03:27:08 Successfully installed pip-23.0.1 setuptools-67.6.0 wheel-0.38.4 03:27:08 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 03:27:11 Processing ./edgex-taf-common 03:27:11 Preparing metadata (setup.py): started 03:27:12 Preparing metadata (setup.py): finished with status 'done' 03:27:12 Building wheels for collected packages: edgex-taf-common 03:27:12 Building wheel for edgex-taf-common (setup.py): started 03:27:13 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 03:27:13 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14472 sha256=4e765109709ecec6155c1e6b38267daf92fa51792e9e9b48556985f6b31912ee 03:27:14 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 03:27:14 Successfully built edgex-taf-common 03:27:14 Installing collected packages: edgex-taf-common 03:27:14 Successfully installed edgex-taf-common-0.0.0 03:27:14 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 03:27:18 Collecting robotframework==4.1.3 03:27:18 Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) 03:27:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 840.3 kB/s eta 0:00:00 03:27:20 Installing collected packages: robotframework 03:27:23 Successfully installed robotframework-4.1.3 03:27:23 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 03:27:27 Collecting docker==4.4.1 03:27:27 Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) 03:27:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 5.5 MB/s eta 0:00:00 03:27:27 Collecting websocket-client>=0.32.0 03:27:27 Downloading websocket_client-1.5.1-py3-none-any.whl (55 kB) 03:27:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.9/55.9 kB 2.6 MB/s eta 0:00:00 03:27:27 Collecting requests!=2.18.0,>=2.14.2 03:27:27 Downloading requests-2.28.2-py3-none-any.whl (62 kB) 03:27:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 2.8 MB/s eta 0:00:00 03:27:27 Collecting six>=1.4.0 03:27:27 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 03:27:28 Collecting urllib3<1.27,>=1.21.1 03:27:28 Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB) 03:27:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 2.7 MB/s eta 0:00:00 03:27:28 Collecting certifi>=2017.4.17 03:27:28 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) 03:27:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 6.2 MB/s eta 0:00:00 03:27:29 Collecting charset-normalizer<4,>=2 03:27:29 Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (192 kB) 03:27:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.7/192.7 kB 6.9 MB/s eta 0:00:00 03:27:29 Collecting idna<4,>=2.5 03:27:29 Downloading idna-3.4-py3-none-any.whl (61 kB) 03:27:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.8 MB/s eta 0:00:00 03:27:30 Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker 03:27:35 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 03:27:35 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 03:27:38 Collecting python-dotenv==0.15.0 03:27:38 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 03:27:39 Installing collected packages: python-dotenv 03:27:39 Successfully installed python-dotenv-0.15.0 03:27:39 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 03:27:46 Collecting RESTinstance==1.0.2 03:27:46 Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) 03:27:46 Building wheel for numpy (pyproject.toml): still running... 03:27:47 Collecting pytz 03:27:47 Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB) 03:27:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 kB 7.4 MB/s eta 0:00:00 03:27:47 Collecting docutils 03:27:47 Downloading docutils-0.19-py3-none-any.whl (570 kB) 03:27:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 7.1 MB/s eta 0:00:00 03:27:48 Collecting pygments 03:27:48 Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) 03:27:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 8.4 MB/s eta 0:00:00 03:27:48 Collecting tzlocal 03:27:48 Downloading tzlocal-4.2-py3-none-any.whl (19 kB) 03:27:48 Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) 03:27:48 Collecting strict-rfc3339 03:27:48 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 03:27:48 Preparing metadata (setup.py): started 03:27:49 Preparing metadata (setup.py): finished with status 'done' 03:27:50 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.28.2) 03:27:50 Collecting rfc3987 03:27:50 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 03:27:50 Collecting jsonschema 03:27:50 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) 03:27:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 4.2 MB/s eta 0:00:00 03:27:50 Collecting GenSON 03:27:50 Downloading genson-1.2.2.tar.gz (34 kB) 03:27:50 Preparing metadata (setup.py): started 03:27:51 Preparing metadata (setup.py): finished with status 'done' 03:27:51 Collecting jsonpath-ng 03:27:51 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 03:27:52 Collecting flex 03:27:52 Downloading flex-6.14.1.tar.gz (40 kB) 03:27:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.8 MB/s eta 0:00:00 03:27:52 Preparing metadata (setup.py): started 03:27:54 Preparing metadata (setup.py): finished with status 'done' 03:27:54 Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) 03:27:54 Collecting PyYAML>=3.11 03:27:54 Downloading PyYAML-6.0.tar.gz (124 kB) 03:27:54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 4.9 MB/s eta 0:00:00 03:27:56 Installing build dependencies: started 03:28:23 Installing build dependencies: finished with status 'done' 03:28:23 Getting requirements to build wheel: started 03:28:38 Getting requirements to build wheel: finished with status 'done' 03:28:38 Preparing metadata (pyproject.toml): started 03:28:38 Preparing metadata (pyproject.toml): finished with status 'done' 03:28:38 Collecting validate-email>=1.2 03:28:38 Downloading validate_email-1.3.tar.gz (4.7 kB) 03:28:38 Preparing metadata (setup.py): started 03:28:40 Preparing metadata (setup.py): finished with status 'done' 03:28:40 Collecting click>=3.3 03:28:40 Downloading click-8.1.3-py3-none-any.whl (96 kB) 03:28:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 4.2 MB/s eta 0:00:00 03:28:40 Collecting jsonpointer>=1.7 03:28:40 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 03:28:40 Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.1.0) 03:28:40 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) 03:28:40 Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.4) 03:28:40 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2022.12.7) 03:28:40 Collecting decorator 03:28:40 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 03:28:40 Collecting ply 03:28:40 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 03:28:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.2 MB/s eta 0:00:00 03:28:41 Collecting attrs>=17.4.0 03:28:41 Downloading attrs-22.2.0-py3-none-any.whl (60 kB) 03:28:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 kB 2.9 MB/s eta 0:00:00 03:28:41 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 03:28:41 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) 03:28:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 3.1 MB/s eta 0:00:00 03:28:42 Collecting pytz-deprecation-shim 03:28:42 Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) 03:28:43 Collecting tzdata 03:28:43 Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB) 03:28:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 kB 8.8 MB/s eta 0:00:00 03:28:43 Building wheels for collected packages: flex, strict-rfc3339, GenSON, PyYAML, validate-email 03:28:43 Building wheel for flex (setup.py): started 03:28:46 Building wheel for flex (setup.py): finished with status 'done' 03:28:46 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=9c725dc031ba3da4892f47019c321353760d33df345c7e4074dbd4008afbcefc 03:28:46 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 03:28:46 Building wheel for strict-rfc3339 (setup.py): started 03:28:47 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 03:28:47 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18127 sha256=b964532539dd2f7bd43983b98d214072d6479f87ba824e97a78ef8250b5f4de6 03:28:47 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 03:28:47 Building wheel for GenSON (setup.py): started 03:28:49 Building wheel for GenSON (setup.py): finished with status 'done' 03:28:49 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=8ba33c2824c969d8e1223a0d04b9cecc73cf5bad20278b7dbac908e3593903d5 03:28:49 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 03:28:50 Building wheel for PyYAML (pyproject.toml): started 03:28:53 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 03:28:53 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_aarch64.whl size=45335 sha256=9f0ab21ad22e99eb802f580bb0574fc312f6cb07a4d41c22c2523bc4e593e535 03:28:53 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 03:28:53 Building wheel for validate-email (setup.py): started 03:28:55 Building wheel for validate-email (setup.py): finished with status 'done' 03:28:55 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5467 sha256=fcf76a6c497deb9ad57d3192f73ca6072be10c0911989df475d104e44295102a 03:28:55 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 03:28:55 Successfully built flex strict-rfc3339 GenSON PyYAML validate-email 03:28:57 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 03:29:07 Building wheel for numpy (pyproject.toml): still running... 03:29:12 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 03:29:12 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 03:29:16 Collecting robotbackgroundlogger==1.2 03:29:16 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 03:29:16 Preparing metadata (setup.py): started 03:29:18 Preparing metadata (setup.py): finished with status 'done' 03:29:18 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) 03:29:18 Building wheels for collected packages: robotbackgroundlogger 03:29:18 Building wheel for robotbackgroundlogger (setup.py): started 03:29:20 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 03:29:20 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=96a240c7ba61ea4b2a1fe970e11cf3d48f4ad6281e4393ff1f1a34362ae8e392 03:29:20 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 03:29:20 Successfully built robotbackgroundlogger 03:29:21 Installing collected packages: robotbackgroundlogger 03:29:21 Successfully installed robotbackgroundlogger-1.2 03:29:21 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 03:29:25 Collecting configparser==5.0.1 03:29:25 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 03:29:27 Installing collected packages: configparser 03:29:27 Successfully installed configparser-5.0.1 03:29:27 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 03:29:29 Building wheel for numpy (pyproject.toml): finished with status 'done' 03:29:29 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22359155 sha256=2b6f28f2a71bca7a42f45825c2fa1a2509c6c744d17268634472de630c86fc3e 03:29:29 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 03:29:29 Successfully built numpy 03:29:29 Installing collected packages: numpy 03:29:29 Successfully installed numpy-1.22.3 03:29:29 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 03:29:30 Collecting psutil==5.9.0 03:29:30 Downloading psutil-5.9.0.tar.gz (478 kB) 03:29:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 31.9 MB/s eta 0:00:00 03:29:30 Preparing metadata (setup.py): started 03:29:31 Preparing metadata (setup.py): finished with status 'done' 03:29:31 Building wheels for collected packages: psutil 03:29:31 Building wheel for psutil (setup.py): started 03:29:31 Collecting requests==2.25.1 03:29:31 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) 03:29:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.4 MB/s eta 0:00:00 03:29:31 Collecting idna<3,>=2.5 03:29:31 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 03:29:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.1 MB/s eta 0:00:00 03:29:31 Collecting chardet<5,>=3.0.2 03:29:31 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) 03:29:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 7.1 MB/s eta 0:00:00 03:29:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2022.12.7) 03:29:31 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (1.26.14) 03:29:32 Building wheel for psutil (setup.py): finished with status 'done' 03:29:32 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_x86_64.whl size=271454 sha256=548c380a87ffd392afff69395770109f90564e5dde35f0bc90a941b6599177a1 03:29:32 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 03:29:32 Successfully built psutil 03:29:32 Installing collected packages: psutil 03:29:33 Successfully installed psutil-5.9.0 03:29:33 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 03:29:33 Installing collected packages: idna, chardet, requests 03:29:33 Attempting uninstall: idna 03:29:33 Found existing installation: idna 3.4 03:29:33 Uninstalling idna-3.4: 03:29:33 Successfully uninstalled idna-3.4 03:29:34 Collecting pycryptodome==3.15.0 03:29:34 Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) 03:29:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 61.8 MB/s eta 0:00:00 03:29:34 Preparing metadata (setup.py): started 03:29:35 Preparing metadata (setup.py): finished with status 'done' 03:29:35 Building wheels for collected packages: pycryptodome 03:29:35 Building wheel for pycryptodome (setup.py): started 03:29:36 Attempting uninstall: requests 03:29:36 Found existing installation: requests 2.28.2 03:29:36 Uninstalling requests-2.28.2: 03:29:36 Successfully uninstalled requests-2.28.2 03:29:36 Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 03:29:36 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 03:29:40 Collecting robotframework-requests==0.8.0 03:29:40 Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) 03:29:40 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) 03:29:40 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) 03:29:40 Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) 03:29:40 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) 03:29:40 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2022.12.7) 03:29:40 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) 03:29:42 Installing collected packages: robotframework-requests 03:29:42 Successfully installed robotframework-requests-0.8.0 03:29:42 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 03:29:46 Collecting paho-mqtt==1.5.1 03:29:46 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 03:29:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 4.8 MB/s eta 0:00:00 03:29:46 Preparing metadata (setup.py): started 03:29:48 Preparing metadata (setup.py): finished with status 'done' 03:29:48 Building wheels for collected packages: paho-mqtt 03:29:48 Building wheel for paho-mqtt (setup.py): started 03:29:50 Building wheel for paho-mqtt (setup.py): finished with status 'done' 03:29:50 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=a1dceb24e2b404bc9fef11e7594db656ea43cfee1d4b7ca8b31bb83c9cb2716e 03:29:50 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 03:29:50 Successfully built paho-mqtt 03:29:51 Installing collected packages: paho-mqtt 03:29:52 Successfully installed paho-mqtt-1.5.1 03:29:52 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 03:29:56 Collecting redis==3.5.3 03:29:56 Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) 03:29:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 149.6 kB/s eta 0:00:00 03:29:58 Installing collected packages: redis 03:29:58 Successfully installed redis-3.5.3 03:29:58 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 03:30:02 Building wheel for pycryptodome (setup.py): finished with status 'done' 03:30:02 Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_x86_64.whl size=2111127 sha256=28b5615386f60bbc9da5575c82ec8e4d71b5939fdd26a6fe156ab20df1a9bf2b 03:30:02 Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 03:30:02 Successfully built pycryptodome 03:30:02 Installing collected packages: pycryptodome 03:30:02 Successfully installed pycryptodome-3.15.0 03:30:02 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 03:30:02 Collecting influxdb-client==1.33.0 03:30:02 Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) 03:30:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 28.8 MB/s eta 0:00:00 03:30:02 Collecting reactivex>=4.0.4 03:30:02 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 03:30:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 31.3 MB/s eta 0:00:00 03:30:02 Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (1.26.14) 03:30:02 Collecting python-dateutil>=2.5.3 03:30:02 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 03:30:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 31.7 MB/s eta 0:00:00 03:30:02 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (67.6.0) 03:30:02 Requirement already satisfied: certifi>=14.05.14 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (2022.12.7) 03:30:02 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) 03:30:02 Collecting typing-extensions<5.0.0,>=4.1.1 03:30:02 Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB) 03:30:02 Installing collected packages: typing-extensions, python-dateutil, reactivex, influxdb-client 03:30:02 Successfully installed influxdb-client-1.33.0 python-dateutil-2.8.2 reactivex-4.0.4 typing-extensions-4.5.0 03:30:02 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 03:30:04 Collecting pyzmq==22.2.1 03:30:04 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 03:30:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.3 MB/s eta 0:00:00 03:30:06 Installing build dependencies: started 03:30:14 Removing intermediate container bf209794accc 03:30:14 ---> 8dc19eda0978 03:30:14 Step 9/12 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 03:30:14 ---> Running in 29c1b56bb6a5 03:30:14 Removing intermediate container 29c1b56bb6a5 03:30:14 ---> 3ae785c4e0b4 03:30:14 Step 10/12 : LABEL arch=amd64 03:30:14 ---> Running in 20cdd58b3eae 03:30:14 Removing intermediate container 20cdd58b3eae 03:30:14 ---> 02ef93ca66b7 03:30:14 Step 11/12 : LABEL git_sha=95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 03:30:14 ---> Running in f013d07a1eab 03:30:14 Removing intermediate container f013d07a1eab 03:30:14 ---> 3bd2ee136533 03:30:14 Step 12/12 : LABEL version=0.0.2-dev.20 03:30:14 ---> Running in 18a1667c08c9 03:30:14 Removing intermediate container 18a1667c08c9 03:30:14 ---> 638f78d50b41 03:30:14 [Warning] One or more build-args [ARCH] were not consumed 03:30:14 Successfully built 638f78d50b41 03:30:14 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 03:30:15 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 03:30:15 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 03:30:15 latest 03:30:15 0.0.2-dev.20 03:30:15 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 03:30:15 main 03:30:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:15 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:15 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 03:30:15 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:30:15 7201cb9a9c84: Preparing 03:30:15 929bb43e3d1c: Preparing 03:30:15 3db860b30970: Preparing 03:30:15 33688aaa0bc4: Preparing 03:30:15 aa5968d388b8: Preparing 03:30:15 3db860b30970: Pushed 03:30:15 929bb43e3d1c: Pushed 03:30:15 33688aaa0bc4: Pushed 03:30:16 aa5968d388b8: Pushed 03:30:21 Installing build dependencies: finished with status 'done' 03:30:21 Getting requirements to build wheel: started 03:30:21 Getting requirements to build wheel: finished with status 'done' 03:30:21 Preparing metadata (pyproject.toml): started 03:30:25 Preparing metadata (pyproject.toml): finished with status 'done' 03:30:25 Building wheels for collected packages: pyzmq 03:30:25 Building wheel for pyzmq (pyproject.toml): started 03:31:33 Building wheel for pyzmq (pyproject.toml): still running... 03:32:08 7201cb9a9c84: Pushed 03:32:08 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:08 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:08 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 03:32:08 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:32:08 7201cb9a9c84: Preparing 03:32:08 929bb43e3d1c: Preparing 03:32:08 3db860b30970: Preparing 03:32:08 33688aaa0bc4: Preparing 03:32:08 aa5968d388b8: Preparing 03:32:08 aa5968d388b8: Layer already exists 03:32:08 7201cb9a9c84: Layer already exists 03:32:08 33688aaa0bc4: Layer already exists 03:32:08 929bb43e3d1c: Layer already exists 03:32:08 3db860b30970: Layer already exists 03:32:08 latest: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:08 + 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 03:32:09 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.20 03:32:09 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:32:09 7201cb9a9c84: Preparing 03:32:09 929bb43e3d1c: Preparing 03:32:09 3db860b30970: Preparing 03:32:09 33688aaa0bc4: Preparing 03:32:09 aa5968d388b8: Preparing 03:32:09 7201cb9a9c84: Layer already exists 03:32:09 3db860b30970: Layer already exists 03:32:09 aa5968d388b8: Layer already exists 03:32:09 33688aaa0bc4: Layer already exists 03:32:09 929bb43e3d1c: Layer already exists 03:32:09 0.0.2-dev.20: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:09 + 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 03:32:09 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 03:32:09 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:32:09 7201cb9a9c84: Preparing 03:32:09 929bb43e3d1c: Preparing 03:32:09 3db860b30970: Preparing 03:32:09 33688aaa0bc4: Preparing 03:32:09 aa5968d388b8: Preparing 03:32:09 3db860b30970: Layer already exists 03:32:09 7201cb9a9c84: Layer already exists 03:32:09 929bb43e3d1c: Layer already exists 03:32:09 aa5968d388b8: Layer already exists 03:32:09 33688aaa0bc4: Layer already exists 03:32:09 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:10 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:10 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 03:32:10 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:32:10 7201cb9a9c84: Preparing 03:32:10 929bb43e3d1c: Preparing 03:32:10 3db860b30970: Preparing 03:32:10 33688aaa0bc4: Preparing 03:32:10 aa5968d388b8: Preparing 03:32:10 33688aaa0bc4: Layer already exists 03:32:10 aa5968d388b8: Layer already exists 03:32:10 7201cb9a9c84: Layer already exists 03:32:10 929bb43e3d1c: Layer already exists 03:32:10 3db860b30970: Layer already exists 03:32:10 main: digest: sha256:24b99a504ca87395badc42b74011b511a01fa0c876bbcd6cc4ed8314f016c6ec size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:32:10 ===================================================== [Pipeline] echo 03:32:10 taggedImages: 03:32:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 03:32:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 03:32:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.20 03:32:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 03:32:10 - 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 03:32:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:32:10 03:32:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:32:11 latest: Pulling from edgex-lftools-log-publisher 03:32:11 5eb5b503b376: Pulling fs layer 03:32:11 5c69ac0246d0: Pulling fs layer 03:32:11 ec43610c2a17: Pulling fs layer 03:32:11 3a2ae6a8a46f: Pulling fs layer 03:32:11 33b1e0a273af: Pulling fs layer 03:32:11 5d3b04190fa2: Pulling fs layer 03:32:11 2f39f015ded8: Pulling fs layer 03:32:11 3a2ae6a8a46f: Waiting 03:32:11 33b1e0a273af: Waiting 03:32:11 5d3b04190fa2: Waiting 03:32:11 2f39f015ded8: Waiting 03:32:11 5c69ac0246d0: Verifying Checksum 03:32:11 5c69ac0246d0: Download complete 03:32:11 3a2ae6a8a46f: Verifying Checksum 03:32:11 3a2ae6a8a46f: Download complete 03:32:11 ec43610c2a17: Verifying Checksum 03:32:11 ec43610c2a17: Download complete 03:32:11 33b1e0a273af: Verifying Checksum 03:32:11 33b1e0a273af: Download complete 03:32:11 5d3b04190fa2: Verifying Checksum 03:32:11 5d3b04190fa2: Download complete 03:32:11 5eb5b503b376: Verifying Checksum 03:32:11 5eb5b503b376: Download complete 03:32:11 2f39f015ded8: Download complete 03:32:12 5eb5b503b376: Pull complete 03:32:12 5c69ac0246d0: Pull complete 03:32:13 ec43610c2a17: Pull complete 03:32:13 3a2ae6a8a46f: Pull complete 03:32:13 33b1e0a273af: Pull complete 03:32:13 5d3b04190fa2: Pull complete 03:32:16 2f39f015ded8: Pull complete 03:32:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:32:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:32:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:32:16 prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container 03:32:16 $ 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 03:32:18 $ docker top 98014593f65213fb975e854badd019550527d53b6b059ecd19d1fbddb18f1a3a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:32:18 ---> job-cost.sh 03:32:18 lf-activate-venv: SKIPPING 03:32:18 INFO: No Stack... 03:32:19 INFO: Retrieving Pricing Info for: v3-standard-8 03:32:19 INFO: Archiving Costs [Pipeline] sh 03:32:19 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 03:32:19 + cut -d, -f6 [Pipeline] lock 03:32:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] 03:32:19 Resource [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] did not exist. Created. 03:32:19 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:32:20 + echo total: 0.2199999988079071 [Pipeline] stash 03:32:20 Stashed 1 file(s) [Pipeline] } 03:32:20 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [Pipeline] // lock [Pipeline] } 03:32:20 $ docker stop --time=1 98014593f65213fb975e854badd019550527d53b6b059ecd19d1fbddb18f1a3a 03:32:21 $ docker rm -f --volumes 98014593f65213fb975e854badd019550527d53b6b059ecd19d1fbddb18f1a3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:32:54 Building wheel for pyzmq (pyproject.toml): still running... 03:33:04 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 03:33:04 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_aarch64.whl size=1515246 sha256=1bfd681c7693a86a2fb8830e9ff56001bfe3a2b16ef616d14d47734c436ddcd6 03:33:04 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 03:33:04 Successfully built pyzmq 03:33:05 Installing collected packages: pyzmq 03:33:07 Successfully installed pyzmq-22.2.1 03:33:07 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 03:33:11 Collecting robotframework-seleniumlibrary==5.1.3 03:33:11 Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) 03:33:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 3.8 MB/s eta 0:00:00 03:33:11 Collecting selenium>=3.141.0 03:33:11 Downloading selenium-4.8.2-py3-none-any.whl (6.9 MB) 03:33:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 12.8 MB/s eta 0:00:00 03:33:12 Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) 03:33:12 Collecting robotframework-pythonlibcore>=2.1.0 03:33:12 Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) 03:33:12 Collecting trio~=0.17 03:33:12 Downloading trio-0.22.0-py3-none-any.whl (384 kB) 03:33:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.4 MB/s eta 0:00:00 03:33:12 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) 03:33:12 Collecting trio-websocket~=0.9 03:33:12 Downloading trio_websocket-0.9.2-py3-none-any.whl (16 kB) 03:33:12 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) 03:33:13 Collecting sortedcontainers 03:33:13 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 03:33:13 Collecting sniffio 03:33:13 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 03:33:13 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) 03:33:13 Collecting exceptiongroup>=1.0.0rc9 03:33:13 Downloading exceptiongroup-1.1.0-py3-none-any.whl (14 kB) 03:33:13 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) 03:33:13 Collecting async-generator>=1.9 03:33:13 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 03:33:13 Collecting outcome 03:33:13 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 03:33:13 Collecting wsproto>=0.14 03:33:13 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 03:33:14 Collecting PySocks!=1.5.7,<2.0,>=1.5.6 03:33:14 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 03:33:14 Collecting h11<1,>=0.9.0 03:33:14 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 03:33:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.6 MB/s eta 0:00:00 03:33:16 Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, outcome, h11, exceptiongroup, async-generator, wsproto, trio, trio-websocket, selenium, robotframework-seleniumlibrary 03:33:29 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 03:33:29 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 03:33:32 Collecting psycopg2==2.9.3 03:33:32 Downloading psycopg2-2.9.3.tar.gz (380 kB) 03:33:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 7.5 MB/s eta 0:00:00 03:33:32 Preparing metadata (setup.py): started 03:33:34 Preparing metadata (setup.py): finished with status 'done' 03:33:34 Building wheels for collected packages: psycopg2 03:33:34 Building wheel for psycopg2 (setup.py): started 03:34:42 Building wheel for psycopg2 (setup.py): still running... 03:34:42 Building wheel for psycopg2 (setup.py): finished with status 'done' 03:34:42 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470367 sha256=72cc5faa724a152537701fb8b3614c964e684bf9abc6a918ac5bea7562055baf 03:34:42 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 03:34:42 Successfully built psycopg2 03:34:42 Installing collected packages: psycopg2 03:34:43 Successfully installed psycopg2-2.9.3 03:34:43 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 03:34:50 Collecting numpy==1.22.3 03:34:50 Downloading numpy-1.22.3.zip (11.5 MB) 03:34:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 11.8 MB/s eta 0:00:00 03:34:54 Installing build dependencies: started 03:35:16 Installing build dependencies: finished with status 'done' 03:35:16 Getting requirements to build wheel: started 03:35:18 Getting requirements to build wheel: finished with status 'done' 03:35:18 Preparing metadata (pyproject.toml): started 03:35:22 Preparing metadata (pyproject.toml): finished with status 'done' 03:35:22 Building wheels for collected packages: numpy 03:35:22 Building wheel for numpy (pyproject.toml): started 03:37:44 Building wheel for numpy (pyproject.toml): still running... 03:38:40 Building wheel for numpy (pyproject.toml): still running... 03:39:48 Building wheel for numpy (pyproject.toml): still running... 03:40:44 Building wheel for numpy (pyproject.toml): still running... 03:41:52 Building wheel for numpy (pyproject.toml): still running... 03:43:00 Building wheel for numpy (pyproject.toml): still running... 03:43:56 Building wheel for numpy (pyproject.toml): still running... 03:48:18 Building wheel for numpy (pyproject.toml): still running... 03:50:25 Building wheel for numpy (pyproject.toml): still running... 03:52:32 Building wheel for numpy (pyproject.toml): still running... 03:54:38 Building wheel for numpy (pyproject.toml): still running... 03:55:46 Building wheel for numpy (pyproject.toml): still running... 03:57:53 Building wheel for numpy (pyproject.toml): still running... 04:01:30 Building wheel for numpy (pyproject.toml): still running... 04:02:51 Building wheel for numpy (pyproject.toml): still running... 04:04:43 Building wheel for numpy (pyproject.toml): still running... 04:04:55 Building wheel for numpy (pyproject.toml): finished with status 'done' 04:04:55 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18623546 sha256=5ea52800c99dd106b90ec957da05348966d554ebdcdf063bbac2a72958382bec 04:04:55 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 04:04:55 Successfully built numpy 04:04:57 Installing collected packages: numpy 04:05:15 Successfully installed numpy-1.22.3 04:05:15 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 04:05:19 Collecting psutil==5.9.0 04:05:19 Downloading psutil-5.9.0.tar.gz (478 kB) 04:05:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 8.1 MB/s eta 0:00:00 04:05:20 Preparing metadata (setup.py): started 04:05:22 Preparing metadata (setup.py): finished with status 'done' 04:05:22 Building wheels for collected packages: psutil 04:05:22 Building wheel for psutil (setup.py): started 04:05:32 Building wheel for psutil (setup.py): finished with status 'done' 04:05:32 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_aarch64.whl size=271953 sha256=fb90a08ca1ec6ecd400b33a9b70a3444b1ce73f8e64a624afb40bf49943d493a 04:05:32 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 04:05:32 Successfully built psutil 04:05:34 Installing collected packages: psutil 04:05:36 Successfully installed psutil-5.9.0 04:05:36 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 04:05:42 Collecting pycryptodome==3.15.0 04:05:42 Downloading pycryptodome-3.15.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 04:05:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 12.3 MB/s eta 0:00:00 04:05:44 Installing collected packages: pycryptodome 04:05:48 Successfully installed pycryptodome-3.15.0 04:05:48 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 04:05:51 Collecting influxdb-client==1.33.0 04:05:51 Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) 04:05:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 9.7 MB/s eta 0:00:00 04:05:52 Collecting python-dateutil>=2.5.3 04:05:52 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 04:05:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 8.3 MB/s eta 0:00:00 04:05:52 Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (1.26.14) 04:05:52 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (67.6.0) 04:05:52 Requirement already satisfied: certifi>=14.05.14 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (2022.12.7) 04:05:52 Collecting reactivex>=4.0.4 04:05:52 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 04:05:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.3 MB/s eta 0:00:00 04:05:52 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) 04:05:52 Collecting typing-extensions<5.0.0,>=4.1.1 04:05:52 Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB) 04:05:55 Installing collected packages: typing-extensions, python-dateutil, reactivex, influxdb-client 04:06:03 Successfully installed influxdb-client-1.33.0 python-dateutil-2.8.2 reactivex-4.0.4 typing-extensions-4.5.0 04:06:03 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 04:06:44 Removing intermediate container 75642099dfdd 04:06:44 ---> e237b9b09117 04:06:44 Step 9/12 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 04:06:44 ---> Running in 4ccf9573815c 04:06:44 Removing intermediate container 4ccf9573815c 04:06:44 ---> 80cb23a9f9e2 04:06:44 Step 10/12 : LABEL arch=arm64 04:06:44 ---> Running in 430d7f9b9cd3 04:06:44 Removing intermediate container 430d7f9b9cd3 04:06:44 ---> 053317bc54ef 04:06:44 Step 11/12 : LABEL git_sha=95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 04:06:44 ---> Running in 39ea6fcfce22 04:06:44 Removing intermediate container 39ea6fcfce22 04:06:44 ---> c6f533e7c8ab 04:06:44 Step 12/12 : LABEL version=0.0.2-dev.20 04:06:44 ---> Running in 2a726de8768a 04:06:44 Removing intermediate container 2a726de8768a 04:06:44 ---> 9de96fd0b169 04:06:44 [Warning] One or more build-args [ARCH] were not consumed 04:06:44 Successfully built 9de96fd0b169 04:06:44 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 04:06:44 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 04:06:44 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 04:06:44 latest 04:06:44 0.0.2-dev.20 04:06:44 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 04:06:44 main 04:06:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:45 + 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 04:06:45 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 04:06:45 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 04:06:45 b79569a26c5a: Preparing 04:06:45 805c988704a2: Preparing 04:06:45 30e5531ec7f6: Preparing 04:06:45 55ad53714869: Preparing 04:06:45 f70ee36035b9: Preparing 04:06:45 805c988704a2: Pushed 04:06:45 30e5531ec7f6: Pushed 04:06:45 55ad53714869: Pushed 04:06:47 f70ee36035b9: Pushed 04:10:39 b79569a26c5a: Pushed 04:10:39 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:39 + 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 04:10:39 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 04:10:39 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 04:10:40 b79569a26c5a: Preparing 04:10:40 805c988704a2: Preparing 04:10:40 30e5531ec7f6: Preparing 04:10:40 55ad53714869: Preparing 04:10:40 f70ee36035b9: Preparing 04:10:40 f70ee36035b9: Layer already exists 04:10:40 55ad53714869: Layer already exists 04:10:40 b79569a26c5a: Layer already exists 04:10:40 30e5531ec7f6: Layer already exists 04:10:40 805c988704a2: Layer already exists 04:10:40 latest: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:40 + 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 04:10:41 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.20 04:10:41 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 04:10:41 b79569a26c5a: Preparing 04:10:41 805c988704a2: Preparing 04:10:41 30e5531ec7f6: Preparing 04:10:41 55ad53714869: Preparing 04:10:41 f70ee36035b9: Preparing 04:10:41 30e5531ec7f6: Layer already exists 04:10:41 b79569a26c5a: Layer already exists 04:10:41 805c988704a2: Layer already exists 04:10:41 f70ee36035b9: Layer already exists 04:10:41 55ad53714869: Layer already exists 04:10:41 0.0.2-dev.20: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:41 + 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 04:10:41 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 04:10:41 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 04:10:41 b79569a26c5a: Preparing 04:10:41 805c988704a2: Preparing 04:10:41 30e5531ec7f6: Preparing 04:10:41 55ad53714869: Preparing 04:10:41 f70ee36035b9: Preparing 04:10:41 55ad53714869: Layer already exists 04:10:41 805c988704a2: Layer already exists 04:10:41 30e5531ec7f6: Layer already exists 04:10:41 f70ee36035b9: Layer already exists 04:10:41 b79569a26c5a: Layer already exists 04:10:41 95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:42 + 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 04:10:42 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 04:10:42 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 04:10:42 b79569a26c5a: Preparing 04:10:42 805c988704a2: Preparing 04:10:42 30e5531ec7f6: Preparing 04:10:42 55ad53714869: Preparing 04:10:42 f70ee36035b9: Preparing 04:10:42 55ad53714869: Layer already exists 04:10:42 30e5531ec7f6: Layer already exists 04:10:42 805c988704a2: Layer already exists 04:10:42 f70ee36035b9: Layer already exists 04:10:42 b79569a26c5a: Layer already exists 04:10:42 main: digest: sha256:c645d8fe0352fc3a38a1019c85f3be1009325b1795091d4385166890aad0322e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:10:42 ===================================================== [Pipeline] echo 04:10:42 taggedImages: 04:10:42 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548 04:10:42 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 04:10:42 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.20 04:10:42 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:95cb4b59e9a0a8f49a25c4daa72c8d0162f6d548-0.0.2-dev.20 04:10:42 - 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 04:10:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:10:43 04:10:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:10:44 arm64: Pulling from edgex-lftools-log-publisher 04:10:44 8998bd30e6a1: Pulling fs layer 04:10:44 04944245beec: Pulling fs layer 04:10:44 699f458cf7ca: Pulling fs layer 04:10:44 765212b225bb: Pulling fs layer 04:10:44 f23df028b6ca: Pulling fs layer 04:10:44 d65c8cfc05b1: Pulling fs layer 04:10:44 2437ff75d9bd: Pulling fs layer 04:10:44 765212b225bb: Waiting 04:10:44 d65c8cfc05b1: Waiting 04:10:44 2437ff75d9bd: Waiting 04:10:44 f23df028b6ca: Waiting 04:10:44 04944245beec: Verifying Checksum 04:10:44 04944245beec: Download complete 04:10:44 765212b225bb: Verifying Checksum 04:10:44 765212b225bb: Download complete 04:10:44 f23df028b6ca: Verifying Checksum 04:10:44 f23df028b6ca: Download complete 04:10:44 d65c8cfc05b1: Verifying Checksum 04:10:44 d65c8cfc05b1: Download complete 04:10:44 699f458cf7ca: Verifying Checksum 04:10:44 699f458cf7ca: Download complete 04:10:45 8998bd30e6a1: Verifying Checksum 04:10:45 8998bd30e6a1: Download complete 04:10:47 2437ff75d9bd: Verifying Checksum 04:10:47 2437ff75d9bd: Download complete 04:10:48 8998bd30e6a1: Pull complete 04:10:49 04944245beec: Pull complete 04:10:50 699f458cf7ca: Pull complete 04:10:50 765212b225bb: Pull complete 04:10:51 f23df028b6ca: Pull complete 04:10:51 d65c8cfc05b1: Pull complete 04:11:06 2437ff75d9bd: Pull complete 04:11:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:11:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:11:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:06 prd-ubuntu20.04-docker-arm64-4c-16g-9581 does not seem to be running inside a container 04:11:06 $ 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 04:11:09 $ docker top b410e04ed697bc086826807271c912beae24d07c6df1c9c6a05067463b99e180 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:10 ---> job-cost.sh 04:11:10 lf-activate-venv: SKIPPING 04:11:10 INFO: No Stack... 04:11:10 INFO: Retrieving Pricing Info for: v3-standard-4 04:11:11 INFO: Archiving Costs [Pipeline] sh 04:11:12 + cut -d, -f6 04:11:12 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock 04:11:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] 04:11:12 Resource [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] did not exist. Created. 04:11:12 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:11:12 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-a38953e5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:11:13 + echo total: 0.10999999940395355 [Pipeline] stash 04:11:13 Warning: overwriting stash ‘stack-cost’ 04:11:13 Stashed 1 file(s) [Pipeline] } 04:11:13 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-11-stack-cost] [Pipeline] // lock [Pipeline] } 04:11:13 $ docker stop --time=1 b410e04ed697bc086826807271c912beae24d07c6df1c9c6a05067463b99e180 04:11:15 $ 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 04:11:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:11:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:11:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:16 prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container 04:11:16 $ 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 04:11:16 $ docker top c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:11:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:11:16 [ssh-agent] Looking for ssh-agent implementation... 04:11:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:11:16 $ docker exec c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f ssh-agent 04:11:16 SSH_AUTH_SOCK=/tmp/ssh-RR7MncezZspH/agent.33 04:11:16 SSH_AGENT_PID=39 04:11:16 Running ssh-add (command line suppressed) 04:11:17 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) 04:11:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:11:17 + git semver tag 04:11:17 2023-03-10 04:11:17,564 [run_tag] DEBUG tag force:False 04:11:17 2023-03-10 04:11:17,564 [check_head_tag] DEBUG check head tag 04:11:17 2023-03-10 04:11:17,564 [execute] INFO git cat-file --batch-check 04:11:17 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=) 04:11:17 2023-03-10 04:11:17,568 [execute] INFO git cat-file --batch 04:11:17 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=) 04:11:17 2023-03-10 04:11:17,577 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 04:11:17 2023-03-10 04:11:17,577 [execute] INFO git tag -a v0.0.2-dev.20 -m v0.0.2-dev.20 04:11:17 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) 04:11:17 2023-03-10 04:11:17,582 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 04:11:17 0.0.2-dev.20 [Pipeline] } 04:11:17 $ docker exec --env ******** --env ******** c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f ssh-agent -k 04:11:17 unset SSH_AUTH_SOCK; 04:11:17 unset SSH_AGENT_PID; 04:11:17 echo Agent pid 39 killed; 04:11:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:11:18 + git semver [Pipeline] } 04:11:18 $ docker stop --time=1 c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f 04:11:19 $ docker rm -f --volumes c6976bfe0820aab4c3528edb4995dd691b25781df78e2aae8c241882b0d0d55f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:11:20 04:11:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:11:20 0.23.1-centos7: Pulling from edgex-lftools 04:11:20 ab5ef0e58194: Pulling fs layer 04:11:20 9712f1f96733: Pulling fs layer 04:11:20 63f879dbbcfc: Pulling fs layer 04:11:20 0d9ebad4ef96: Pulling fs layer 04:11:20 e9a5061849ea: Pulling fs layer 04:11:20 d747dcd14b5f: Pulling fs layer 04:11:20 2de7ff778b66: Pulling fs layer 04:11:20 e9a5061849ea: Waiting 04:11:20 d747dcd14b5f: Waiting 04:11:20 2de7ff778b66: Waiting 04:11:20 0d9ebad4ef96: Waiting 04:11:20 9712f1f96733: Verifying Checksum 04:11:20 9712f1f96733: Download complete 04:11:20 63f879dbbcfc: Verifying Checksum 04:11:20 63f879dbbcfc: Download complete 04:11:21 e9a5061849ea: Verifying Checksum 04:11:21 e9a5061849ea: Download complete 04:11:21 d747dcd14b5f: Verifying Checksum 04:11:21 d747dcd14b5f: Download complete 04:11:21 0d9ebad4ef96: Verifying Checksum 04:11:21 0d9ebad4ef96: Download complete 04:11:21 ab5ef0e58194: Verifying Checksum 04:11:21 ab5ef0e58194: Download complete 04:11:21 2de7ff778b66: Verifying Checksum 04:11:21 2de7ff778b66: Download complete 04:11:24 ab5ef0e58194: Pull complete 04:11:24 9712f1f96733: Pull complete 04:11:24 63f879dbbcfc: Pull complete 04:11:27 0d9ebad4ef96: Pull complete 04:11:28 e9a5061849ea: Pull complete 04:11:28 d747dcd14b5f: Pull complete 04:11:29 2de7ff778b66: Pull complete 04:11:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:11:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:11:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:29 prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container 04:11:29 $ 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 04:11:30 $ docker top 318fe8224117f695e73cccddc5d37bad8ab090a809aa77ee9f66aab479ed81dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:11:30 provisioning config files... 04:11:30 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12490741173022677349tmp 04:11:30 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10595074906325854203tmp 04:11:30 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8879975874983362539tmp [Pipeline] { [Pipeline] echo 04:11:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:11:31 ---> sigul-configuration.sh 04:11:31 gpg: directory `/root/.gnupg' created 04:11:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:11:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:11:31 gpg: keyring `/root/.gnupg/secring.gpg' created 04:11:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:11:31 gpg: CAST5 encrypted data 04:11:31 gpg: encrypted with 1 passphrase 04:11:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:11:31 + mkdir /home/jenkins 04:11:31 + mkdir /home/jenkins/sigul [Pipeline] sh 04:11:31 + 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 04:11:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:11:32 ---> sigul-install.sh 04:11:32 Sigul already installed; skipping installation. [Pipeline] sh 04:11:32 + git tag --list 04:11:32 v0.0.1 04:11:32 v0.0.2-dev.1 04:11:32 v0.0.2-dev.10 04:11:32 v0.0.2-dev.11 04:11:32 v0.0.2-dev.12 04:11:32 v0.0.2-dev.13 04:11:32 v0.0.2-dev.14 04:11:32 v0.0.2-dev.15 04:11:32 v0.0.2-dev.16 04:11:32 v0.0.2-dev.17 04:11:32 v0.0.2-dev.18 04:11:32 v0.0.2-dev.19 04:11:32 v0.0.2-dev.2 04:11:32 v0.0.2-dev.20 04:11:32 v0.0.2-dev.3 04:11:32 v0.0.2-dev.4 04:11:32 v0.0.2-dev.5 04:11:32 v0.0.2-dev.6 04:11:32 v0.0.2-dev.7 04:11:32 v0.0.2-dev.8 04:11:32 v0.0.2-dev.9 [Pipeline] sh 04:11:32 + lftools sign git-tag v0.0.2-dev.20 04:11:33 Signing Git tag with Sigul... 04:11:33 Signing v0.0.2-dev.20 [Pipeline] echo 04:11:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:11:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:11:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:11:33 $ docker stop --time=1 318fe8224117f695e73cccddc5d37bad8ab090a809aa77ee9f66aab479ed81dc 04:11:35 $ docker rm -f --volumes 318fe8224117f695e73cccddc5d37bad8ab090a809aa77ee9f66aab479ed81dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:11:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:11:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:11:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:35 prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container 04:11:35 $ 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 04:11:36 $ docker top bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c -eo pid,comm 04:11:36 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:11:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:11:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:11:36 [ssh-agent] Looking for ssh-agent implementation... 04:11:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:11:36 $ docker exec bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c ssh-agent 04:11:36 SSH_AUTH_SOCK=/tmp/ssh-4HXNamVl2oh1/agent.32 04:11:36 SSH_AGENT_PID=38 04:11:36 Running ssh-add (command line suppressed) 04:11:36 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) 04:11:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:11:37 + git semver bump pre 04:11:37 2023-03-10 04:11:37,227 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 04:11:37 2023-03-10 04:11:37,227 [bump_version] DEBUG bumping version:0.0.2-dev.20 on axis:pre with prefix:dev 04:11:37 2023-03-10 04:11:37,227 [bump_version] DEBUG bumped version:0.0.2-dev.21 04:11:37 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 04:11:37 2023-03-10 04:11:37,228 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 04:11:37 2023-03-10 04:11:37,228 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 04:11:37 2023-03-10 04:11:37,229 [execute] INFO git cat-file --batch-check 04:11:37 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=) 04:11:37 2023-03-10 04:11:37,233 [execute] INFO git cat-file --batch 04:11:37 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=) 04:11:37 2023-03-10 04:11:37,238 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 04:11:37 0.0.2-dev.21 [Pipeline] } 04:11:37 $ docker exec --env ******** --env ******** bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c ssh-agent -k 04:11:37 unset SSH_AUTH_SOCK; 04:11:37 unset SSH_AGENT_PID; 04:11:37 echo Agent pid 38 killed; 04:11:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:11:37 + git semver [Pipeline] } 04:11:38 $ docker stop --time=1 bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c 04:11:39 $ docker rm -f --volumes bfe97e10ad523fd8b6f7f66d8e9081d03466dce03d52d2d5f19e526f9780e27c [Pipeline] // withDockerContainer [Pipeline] sh 04:11:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:11:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:11:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:40 prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container 04:11:40 $ 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 04:11:40 $ docker top 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 -eo pid,comm 04:11:40 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). 04:11:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:11:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:11:40 [ssh-agent] Looking for ssh-agent implementation... 04:11:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:11:40 $ docker exec 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 ssh-agent 04:11:40 SSH_AUTH_SOCK=/tmp/ssh-bm6L7gcpWR6A/agent.31 04:11:40 SSH_AGENT_PID=37 04:11:40 Running ssh-add (command line suppressed) 04:11:40 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) 04:11:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:11:41 + git semver push 04:11:41 2023-03-10 04:11:41,284 [run_push] DEBUG push 04:11:41 2023-03-10 04:11:41,285 [execute] INFO git cat-file --batch-check 04:11:41 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=) 04:11:41 2023-03-10 04:11:41,289 [execute] INFO git rev-list 8e47411ad410537c435cbbdef6337abf66ee997c -- 04:11:41 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) 04:11:41 2023-03-10 04:11:41,295 [execute] INFO git fetch -v origin 04:11:41 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) 04:11:41 2023-03-10 04:11:41,787 [run_push] DEBUG no remote changes detected 04:11:41 2023-03-10 04:11:41,788 [execute] INFO git push origin semver 04:11:41 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) 04:11:42 2023-03-10 04:11:42,578 [run_push] DEBUG push all version tags 04:11:42 2023-03-10 04:11:42,579 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:11:42 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) 04:11:43 2023-03-10 04:11:43,309 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 04:11:43 0.0.2-dev.21 [Pipeline] } 04:11:43 $ docker exec --env ******** --env ******** 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 ssh-agent -k 04:11:43 unset SSH_AUTH_SOCK; 04:11:43 unset SSH_AGENT_PID; 04:11:43 echo Agent pid 37 killed; 04:11:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:11:43 + git semver [Pipeline] } 04:11:44 $ docker stop --time=1 2e993771910387f8440cf3111e00eaf200b4022ab01f5fa91ad041f868950749 04:11:45 $ 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 04:11:45 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 04:11:45 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 04:11:45 total 16 04:11:45 drwxr-xr-x 3 root root 4096 Mar 10 03:32 . 04:11:45 drwxrwxr-x 7 jenkins jenkins 4096 Mar 10 04:11 .. 04:11:45 drwxr-xr-x 2 root root 4096 Mar 10 03:32 cost 04:11:45 -rw-r--r-- 1 root root 87 Mar 10 03:32 cost.csv 04:11:45 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 04:11:45 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 04:11:45 total 16 04:11:45 drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 03:32 . 04:11:45 drwxrwxr-x 7 jenkins jenkins 4096 Mar 10 04:11 .. 04:11:45 drwxr-xr-x 2 jenkins jenkins 4096 Mar 10 03:32 cost 04:11:45 -rw-r--r-- 1 jenkins jenkins 87 Mar 10 03:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:11:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:11:47 ---> package-listing.sh 04:11:47 ++ facter osfamily 04:11:47 ++ tr '[:upper:]' '[:lower:]' 04:11:47 + OS_FAMILY=debian 04:11:47 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 04:11:47 + START_PACKAGES=/tmp/packages_start.txt 04:11:47 + END_PACKAGES=/tmp/packages_end.txt 04:11:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:11:47 + PACKAGES=/tmp/packages_start.txt 04:11:47 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 04:11:47 + PACKAGES=/tmp/packages_end.txt 04:11:47 + case "${OS_FAMILY}" in 04:11:47 + dpkg -l 04:11:47 + grep '^ii' 04:11:47 + '[' -f /tmp/packages_start.txt ']' 04:11:47 + '[' -f /tmp/packages_end.txt ']' 04:11:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:11:47 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 04:11:47 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 04:11:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 04:11:47 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 04:11:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:48 prd-ubuntu20.04-docker-8c-8g-9580 does not seem to be running inside a container 04:11:48 $ 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 04:11:48 $ docker top 06365aa103298aac6041f9efae74b8ccc58fbef3b5ec62fedf2abe6d4d31b755 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:48 + touch /tmp/pre-build-complete [Pipeline] sh 04:11:49 + mkdir -p /var/log/sysstat [Pipeline] sh 04:11:49 + ls /var/log/sa-host 04:11:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:11:49 provisioning config files... 04:11:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config387363398025212934tmp [Pipeline] { [Pipeline] echo 04:11:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:11:49 ---> create-netrc.sh [Pipeline] } 04:11:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:11:50 ---> python-tools-install.sh [Pipeline] echo 04:11:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:11:50 ---> sudo-logs.sh 04:11:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:11:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:11:50 ---> job-cost.sh 04:11:50 lf-activate-venv: SKIPPING 04:11:50 DEBUG: total: 0.2199999988079071 04:11:50 INFO: Retrieving Stack Cost... 04:11:50 INFO: Retrieving Pricing Info for: v3-standard-8 04:11:51 INFO: Archiving Costs [Pipeline] echo 04:11:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:11:51 ---> logs-deploy.sh 04:11:51 lf-activate-venv: SKIPPING 04:11:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/11 04:11:51 INFO: archiving workspace using pattern(s): 04:11:52 Archives upload complete. 04:11:53 INFO: archiving logs to Nexus 04:11:53 ---> uname -a: 04:11:53 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 04:11:53 04:11:53 04:11:53 ---> lscpu: 04:11:53 Architecture: x86_64 04:11:53 CPU op-mode(s): 32-bit, 64-bit 04:11:53 Byte Order: Little Endian 04:11:53 Address sizes: 40 bits physical, 48 bits virtual 04:11:53 CPU(s): 8 04:11:53 On-line CPU(s) list: 0-7 04:11:53 Thread(s) per core: 1 04:11:53 Core(s) per socket: 1 04:11:53 Socket(s): 8 04:11:53 NUMA node(s): 1 04:11:53 Vendor ID: AuthenticAMD 04:11:53 CPU family: 23 04:11:53 Model: 49 04:11:53 Model name: AMD EPYC-Rome Processor 04:11:53 Stepping: 0 04:11:53 CPU MHz: 2799.996 04:11:53 BogoMIPS: 5599.99 04:11:53 Virtualization: AMD-V 04:11:53 Hypervisor vendor: KVM 04:11:53 Virtualization type: full 04:11:53 L1d cache: 256 KiB 04:11:53 L1i cache: 256 KiB 04:11:53 L2 cache: 4 MiB 04:11:53 L3 cache: 128 MiB 04:11:53 NUMA node0 CPU(s): 0-7 04:11:53 Vulnerability Itlb multihit: Not affected 04:11:53 Vulnerability L1tf: Not affected 04:11:53 Vulnerability Mds: Not affected 04:11:53 Vulnerability Meltdown: Not affected 04:11:53 Vulnerability Mmio stale data: Not affected 04:11:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:11:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:11:53 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:11:53 Vulnerability Srbds: Not affected 04:11:53 Vulnerability Tsx async abort: Not affected 04:11:53 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 04:11:53 04:11:53 04:11:53 ---> nproc: 04:11:53 8 04:11:53 04:11:53 04:11:53 ---> df -h: 04:11:53 Filesystem Size Used Avail Use% Mounted on 04:11:53 overlay 155G 12G 144G 8% / 04:11:53 tmpfs 64M 0 64M 0% /dev 04:11:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:11:53 shm 64M 0 64M 0% /dev/shm 04:11:53 /dev/vda1 155G 12G 144G 8% /facter-os 04:11:53 04:11:53 04:11:53 ---> sar -b -r -n DEV: 04:11:53 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9580) 03/10/23 _x86_64_ (8 CPU) 04:11:53 04:11:53 03:20:42 LINUX RESTART (8 CPU) 04:11:53 04:11:53 03:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:11:53 03:22:01 131.79 39.64 92.15 0.00 4411.66 107900.15 0.00 04:11:53 03:23:01 9.10 0.00 9.10 0.00 0.00 6311.50 0.00 04:11:53 03:24:01 36.54 0.00 36.54 0.00 0.00 30145.78 0.00 04:11:53 03:25:01 15.64 0.00 15.64 0.00 0.00 4011.20 0.00 04:11:53 03:26:01 61.04 10.60 50.44 0.00 5160.87 17058.09 0.00 04:11:53 03:27:01 9.66 0.02 9.65 0.00 0.53 2583.41 0.00 04:11:53 03:28:01 7.61 0.02 7.60 0.00 0.13 4068.78 0.00 04:11:53 03:29:01 5.72 0.00 5.72 0.00 0.00 3136.14 0.00 04:11:53 03:30:01 7.58 0.00 7.58 0.00 0.00 2951.91 0.00 04:11:53 03:31:01 67.18 0.00 67.18 0.00 0.00 46991.27 0.00 04:11:53 03:32:01 1.85 0.00 1.85 0.00 0.00 21.20 0.00 04:11:53 03:33:01 35.89 0.22 35.68 0.00 11.46 16754.01 0.00 04:11:53 03:34:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 04:11:53 03:35:01 1.25 0.00 1.25 0.00 0.00 15.73 0.00 04:11:53 03:36:01 2.02 0.02 2.00 0.00 0.13 25.60 0.00 04:11:53 03:37:01 0.97 0.00 0.97 0.00 0.00 11.86 0.00 04:11:53 03:38:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 04:11:53 03:39:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 04:11:53 03:40:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 04:11:53 03:41:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 04:11:53 03:42:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 04:11:53 03:43:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 04:11:53 03:44:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 04:11:53 03:45:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 04:11:53 03:46:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 04:11:53 03:47:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 04:11:53 03:48:01 3.05 1.62 1.43 0.00 36.39 16.93 0.00 04:11:53 03:49:01 1.87 0.00 1.87 0.00 0.00 20.40 0.00 04:11:53 03:50:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 04:11:53 03:51:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 04:11:53 03:52:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 04:11:53 03:53:01 1.72 0.00 1.72 0.00 0.00 18.53 0.00 04:11:53 03:54:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 04:11:53 03:55:01 1.60 0.00 1.60 0.00 0.00 18.00 0.00 04:11:53 03:56:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 04:11:53 03:57:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 04:11:53 03:58:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 04:11:53 03:59:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 04:11:53 04:00:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 04:11:53 04:01:01 1.67 0.00 1.67 0.00 0.00 20.13 0.00 04:11:53 04:02:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 04:11:53 04:03:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 04:11:53 04:04:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 04:11:53 04:05:01 2.58 1.02 1.57 0.00 21.86 24.26 0.00 04:11:53 04:06:01 1.70 0.00 1.70 0.00 0.00 19.86 0.00 04:11:53 04:07:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 04:11:53 04:08:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 04:11:53 04:09:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 04:11:53 04:10:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 04:11:53 04:11:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 04:11:53 Average: 8.83 1.06 7.77 0.00 192.85 4850.02 0.00 04:11:53 04:11:53 03:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:11:53 03:22:01 29863840 31610360 736500 2.24 64192 1972616 1963924 5.79 985104 1719652 79708 04:11:53 03:23:01 28988880 31581480 742596 2.26 67440 2795236 1927072 5.68 1011464 2526716 722488 04:11:53 03:24:01 28688676 31492840 818824 2.49 77024 2972912 1997032 5.89 1151552 2648364 49000 04:11:53 03:25:01 28539992 31499252 812020 2.47 80452 3109496 2038324 6.01 1189752 2744132 103624 04:11:53 03:26:01 27738076 31172732 1119984 3.41 101404 3550672 2445488 7.21 1765668 2931816 508 04:11:53 03:27:01 27779320 31296388 994148 3.02 114376 3617908 2298016 6.77 1704520 2950144 33232 04:11:53 03:28:01 27912344 31449504 838864 2.55 113032 3641232 2040756 6.01 1556704 2965136 22044 04:11:53 03:29:01 27806160 31372332 920696 2.80 113136 3664424 2166992 6.39 1645304 2980444 10404 04:11:53 03:30:01 28040716 31517552 770248 2.34 114588 3583956 1966944 5.80 1478040 2917676 95848 04:11:53 03:31:01 28076532 31560172 733164 2.23 129444 3585464 1853892 5.46 1341372 3038540 12 04:11:53 03:32:01 28079080 31558540 734800 2.23 129508 3585496 1869948 5.51 1343656 3038576 4 04:11:53 03:33:01 27574232 31564372 727220 2.21 136964 4037672 1751824 5.16 1352780 3478152 8 04:11:53 03:34:01 27574184 31564332 727180 2.21 136984 4037676 1751824 5.16 1352632 3478156 8 04:11:53 03:35:01 27582932 31573368 718252 2.18 137040 4037684 1751824 5.16 1343928 3478392 172 04:11:53 03:36:01 27582524 31573064 718796 2.19 137092 4037660 1784592 5.26 1344332 3478376 20 04:11:53 03:37:01 27585988 31576540 715204 2.17 137132 4037664 1784592 5.26 1340836 3478380 176 04:11:53 03:38:01 27586004 31576596 715128 2.17 137164 4037664 1784592 5.26 1340812 3478380 8 04:11:53 03:39:01 27585672 31576300 715412 2.18 137192 4037668 1768540 5.21 1340924 3478384 188 04:11:53 03:40:01 27585848 31576636 715372 2.18 137216 4037672 1768540 5.21 1340844 3478512 8 04:11:53 03:41:01 27585800 31576608 715312 2.18 137268 4037664 1768540 5.21 1340996 3478512 40 04:11:53 03:42:01 27586024 31576888 715244 2.18 137292 4037676 1768540 5.21 1341132 3478516 8 04:11:53 03:43:01 27585764 31576660 715436 2.18 137332 4037680 1768540 5.21 1341100 3478520 52 04:11:53 03:44:01 27585716 31576660 715404 2.18 137344 4037688 1768540 5.21 1341140 3478528 8 04:11:53 03:45:01 27585636 31576596 715400 2.18 137372 4037684 1768540 5.21 1341152 3478532 4 04:11:53 03:46:01 27585652 31576644 715340 2.18 137404 4037676 1768540 5.21 1341180 3478532 8 04:11:53 03:47:01 27585468 31576544 715292 2.18 137428 4037696 1768540 5.21 1341240 3478536 192 04:11:53 03:48:01 27581704 31575000 716704 2.18 137468 4038788 1768540 5.21 1348620 3478840 12 04:11:53 03:49:01 27580908 31574264 717384 2.18 137524 4038788 1768540 5.21 1348276 3478824 44 04:11:53 03:50:01 27580608 31573972 717600 2.18 137544 4038792 1768540 5.21 1348220 3478828 16 04:11:53 03:51:01 27580592 31573976 717536 2.18 137564 4038792 1768540 5.21 1348240 3478828 184 04:11:53 03:52:01 27580760 31574176 717480 2.18 137596 4038800 1768540 5.21 1348336 3478836 4 04:11:53 03:53:01 27580484 31573936 717692 2.18 137624 4038800 1768540 5.21 1348308 3478840 4 04:11:53 03:54:01 27580216 31573696 717916 2.18 137648 4038804 1768540 5.21 1348380 3478840 4 04:11:53 03:55:01 27580184 31573788 717720 2.18 137668 4038936 1768540 5.21 1348456 3478924 12 04:11:53 03:56:01 27580176 31573804 717704 2.18 137688 4038928 1768540 5.21 1348476 3478924 8 04:11:53 03:57:01 27580128 31573828 717692 2.18 137720 4038940 1768540 5.21 1348484 3478976 40 04:11:53 03:58:01 27580112 31573964 717836 2.18 137740 4039072 1768540 5.21 1348448 3479096 8 04:11:53 03:59:01 27579556 31573428 718376 2.18 137764 4039072 1768540 5.21 1348468 3479096 40 04:11:53 04:00:01 27579736 31573648 718144 2.18 137780 4039076 1768540 5.21 1348496 3479112 8 04:11:53 04:01:01 27579412 31573364 718368 2.18 137816 4039080 1768540 5.21 1348540 3479124 48 04:11:53 04:02:01 27579396 31573380 718288 2.18 137848 4039088 1768540 5.21 1348776 3479124 8 04:11:53 04:03:01 27579096 31573120 718496 2.19 137876 4039092 1768540 5.21 1348668 3479128 184 04:11:53 04:04:01 27579232 31573288 718504 2.19 137904 4039076 1768540 5.21 1348708 3479128 44 04:11:53 04:05:01 27574508 31569680 721928 2.20 137976 4039712 1807648 5.33 1349192 3479656 312 04:11:53 04:06:01 27574208 31569440 722124 2.20 138028 4039716 1807648 5.33 1349524 3479660 232 04:11:53 04:07:01 27574200 31569464 722064 2.20 138064 4039708 1807648 5.33 1349104 3479664 144 04:11:53 04:08:01 27574080 31569392 722024 2.20 138088 4039720 1807648 5.33 1349616 3479664 196 04:11:53 04:09:01 27574104 31569424 721968 2.20 138112 4039728 1807648 5.33 1349080 3479672 180 04:11:53 04:10:01 27574300 31569644 721688 2.19 138128 4039728 1807648 5.33 1349108 3479672 24 04:11:53 04:11:01 27574888 31570268 721408 2.19 138160 4039724 1807648 5.33 1349268 3479676 48 04:11:53 Average: 27743073 31549418 744770 2.26 129403 3871690 1836264 5.41 1353739 3322755 22392 04:11:53 04:11:53 03:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:11:53 03:22:01 docker0 77.59 90.82 4.70 492.99 0.00 0.00 0.00 0.00 04:11:53 03:22:01 veth10a9f96 76.85 90.18 5.63 491.48 0.00 0.00 0.00 0.04 04:11:53 03:22:01 ens3 678.25 469.57 2967.61 99.20 0.00 0.00 0.00 0.00 04:11:53 03:22:01 lo 6.33 6.33 0.61 0.61 0.00 0.00 0.00 0.00 04:11:53 03:23:01 docker0 341.01 571.12 18.73 5020.11 0.00 0.00 0.00 0.00 04:11:53 03:23:01 veth10a9f96 341.01 571.15 23.39 5020.12 0.00 0.00 0.00 0.41 04:11:53 03:23:01 ens3 630.49 381.84 5064.08 48.34 0.00 0.00 0.00 0.00 04:11:53 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:24:01 docker0 73.00 115.56 5.06 1004.46 0.00 0.00 0.00 0.00 04:11:53 03:24:01 veth10a9f96 73.00 115.58 6.06 1004.46 0.00 0.00 0.00 0.08 04:11:53 03:24:01 ens3 193.77 148.16 1052.46 160.98 0.00 0.00 0.00 0.00 04:11:53 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:25:01 docker0 17.23 23.23 1.30 341.47 0.00 0.00 0.00 0.00 04:11:53 03:25:01 veth10a9f96 17.23 23.23 1.54 341.47 0.00 0.00 0.00 0.03 04:11:53 03:25:01 ens3 38.40 27.02 353.80 8.43 0.00 0.00 0.00 0.00 04:11:53 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:26:01 veth10a9f96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:26:01 ens3 152.76 75.09 2805.53 7.66 0.00 0.00 0.00 0.00 04:11:53 03:26:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 04:11:53 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:27:01 veth10a9f96 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:27:01 ens3 7.13 4.30 5.63 3.06 0.00 0.00 0.00 0.00 04:11:53 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:28:01 veth10a9f96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:28:01 ens3 5.11 2.67 4.31 2.28 0.00 0.00 0.00 0.00 04:11:53 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:29:01 veth10a9f96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:29:01 ens3 2.52 1.33 2.04 1.08 0.00 0.00 0.00 0.00 04:11:53 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:30:01 docker0 8.33 10.13 0.60 107.17 0.00 0.00 0.00 0.00 04:11:53 03:30:01 veth10a9f96 8.33 10.13 0.71 107.17 0.00 0.00 0.00 0.01 04:11:53 03:30:01 ens3 24.65 16.31 119.24 7.20 0.00 0.00 0.00 0.00 04:11:53 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:31:01 docker0 0.10 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:11:53 03:31:01 ens3 398.92 395.15 37.78 4147.57 0.00 0.00 0.00 0.00 04:11:53 03:31:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 04:11:53 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:32:01 ens3 369.31 370.55 25.09 3979.35 0.00 0.00 0.00 0.00 04:11:53 03:32:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:33:01 ens3 115.71 78.35 2536.35 15.78 0.00 0.00 0.00 0.00 04:11:53 03:33:01 lo 4.07 4.07 0.39 0.39 0.00 0.00 0.00 0.00 04:11:53 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:37:01 ens3 0.23 0.23 0.08 0.07 0.00 0.00 0.00 0.00 04:11:53 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:38:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:39:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:42:01 ens3 0.12 0.13 0.07 0.07 0.00 0.00 0.00 0.00 04:11:53 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:44:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:47:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 04:11:53 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:48:01 ens3 7.25 5.05 5.06 5.67 0.00 0.00 0.00 0.00 04:11:53 03:48:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:49:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:52:01 ens3 0.13 0.08 0.07 0.06 0.00 0.00 0.00 0.00 04:11:53 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:55:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:57:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 04:11:53 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:58:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 03:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:01:01 ens3 1.07 0.48 2.83 0.03 0.00 0.00 0.00 0.00 04:11:53 04:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:02:01 ens3 0.57 0.65 0.41 0.35 0.00 0.00 0.00 0.00 04:11:53 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:04:01 ens3 0.40 0.00 0.04 0.00 0.00 0.00 0.00 0.00 04:11:53 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:05:01 ens3 0.42 0.43 0.26 0.22 0.00 0.00 0.00 0.00 04:11:53 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:07:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:11:53 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:11:53 04:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:11:53 Average: docker0 10.34 16.22 0.61 139.32 0.00 0.00 0.00 0.00 04:11:53 Average: ens3 52.59 39.59 299.65 169.76 0.00 0.00 0.00 0.00 04:11:53 Average: lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 04:11:53 04:11:53 04:11:53 ---> sar -P ALL: 04:11:53 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9580) 03/10/23 _x86_64_ (8 CPU) 04:11:53 04:11:53 03:20:42 LINUX RESTART (8 CPU) 04:11:53 04:11:53 03:21:01 CPU %user %nice %system %iowait %steal %idle 04:11:53 03:22:01 all 6.99 0.00 2.28 1.00 0.04 89.68 04:11:53 03:22:01 0 4.45 0.00 1.76 1.71 0.03 92.05 04:11:53 03:22:01 1 7.12 0.00 1.93 1.17 0.05 89.74 04:11:53 03:22:01 2 5.18 0.00 2.50 0.28 0.03 92.00 04:11:53 03:22:01 3 5.68 0.00 2.30 0.08 0.07 91.87 04:11:53 03:22:01 4 8.14 0.00 1.53 1.38 0.05 88.90 04:11:53 03:22:01 5 6.67 0.00 3.57 0.50 0.03 89.22 04:11:53 03:22:01 6 7.18 0.00 1.94 2.62 0.03 88.22 04:11:53 03:22:01 7 11.50 0.00 2.77 0.29 0.05 85.40 04:11:53 03:23:01 all 1.79 0.00 0.50 0.09 0.02 97.61 04:11:53 03:23:01 0 0.08 0.00 0.08 0.00 0.00 99.83 04:11:53 03:23:01 1 1.12 0.00 0.12 0.05 0.00 98.72 04:11:53 03:23:01 2 0.53 0.00 0.22 0.23 0.02 99.00 04:11:53 03:23:01 3 1.20 0.00 0.35 0.00 0.03 98.41 04:11:53 03:23:01 4 1.20 0.00 0.43 0.38 0.00 97.98 04:11:53 03:23:01 5 0.50 0.00 0.20 0.00 0.02 99.28 04:11:53 03:23:01 6 0.65 0.00 0.23 0.00 0.02 99.10 04:11:53 03:23:01 7 9.14 0.00 2.36 0.02 0.05 88.43 04:11:53 03:24:01 all 10.27 0.00 1.26 0.34 0.03 88.10 04:11:53 03:24:01 0 2.78 0.00 0.25 0.00 0.02 96.95 04:11:53 03:24:01 1 1.40 0.00 0.37 0.00 0.02 98.22 04:11:53 03:24:01 2 3.22 0.00 0.75 1.35 0.02 94.66 04:11:53 03:24:01 3 21.50 0.00 2.69 0.12 0.03 75.66 04:11:53 03:24:01 4 10.34 0.00 1.07 0.97 0.03 87.60 04:11:53 03:24:01 5 13.46 0.00 1.50 0.03 0.05 84.96 04:11:53 03:24:01 6 16.79 0.00 1.78 0.25 0.03 81.14 04:11:53 03:24:01 7 12.76 0.00 1.71 0.00 0.03 85.50 04:11:53 03:25:01 all 11.32 0.00 1.37 0.08 0.03 87.19 04:11:53 03:25:01 0 6.43 0.00 1.20 0.00 0.03 92.34 04:11:53 03:25:01 1 10.15 0.00 1.55 0.00 0.02 88.28 04:11:53 03:25:01 2 8.76 0.00 1.50 0.00 0.03 89.70 04:11:53 03:25:01 3 12.40 0.00 0.96 0.08 0.05 86.51 04:11:53 03:25:01 4 6.54 0.00 1.03 0.42 0.02 91.99 04:11:53 03:25:01 5 26.25 0.00 2.12 0.03 0.05 71.55 04:11:53 03:25:01 6 13.12 0.00 1.53 0.12 0.03 85.19 04:11:53 03:25:01 7 6.95 0.00 1.08 0.02 0.03 91.91 04:11:53 03:26:01 all 39.11 0.00 4.05 0.35 0.07 56.42 04:11:53 03:26:01 0 71.03 0.00 4.60 0.00 0.10 24.28 04:11:53 03:26:01 1 31.11 0.00 3.32 0.05 0.07 65.45 04:11:53 03:26:01 2 32.98 0.00 4.52 0.28 0.05 62.16 04:11:53 03:26:01 3 27.79 0.00 3.00 0.08 0.07 69.06 04:11:53 03:26:01 4 32.03 0.00 3.71 1.14 0.05 63.07 04:11:53 03:26:01 5 38.84 0.00 3.60 0.37 0.07 57.13 04:11:53 03:26:01 6 37.22 0.00 4.38 0.55 0.07 57.79 04:11:53 03:26:01 7 41.83 0.00 5.31 0.37 0.07 52.43 04:11:53 03:27:01 all 12.48 0.00 1.03 0.07 0.03 86.40 04:11:53 03:27:01 0 68.33 0.00 2.62 0.08 0.07 28.91 04:11:53 03:27:01 1 7.28 0.00 1.75 0.02 0.02 90.93 04:11:53 03:27:01 2 3.14 0.00 0.50 0.02 0.03 96.31 04:11:53 03:27:01 3 0.67 0.00 0.23 0.03 0.00 99.06 04:11:53 03:27:01 4 1.40 0.00 0.48 0.28 0.02 97.82 04:11:53 03:27:01 5 16.46 0.00 1.83 0.03 0.03 81.64 04:11:53 03:27:01 6 2.17 0.00 0.57 0.02 0.02 97.23 04:11:53 03:27:01 7 0.25 0.00 0.22 0.07 0.02 99.45 04:11:53 03:28:01 all 25.20 0.00 1.24 0.04 0.04 73.48 04:11:53 03:28:01 0 43.38 0.00 2.01 0.03 0.07 54.50 04:11:53 03:28:01 1 25.83 0.00 1.08 0.00 0.03 73.05 04:11:53 03:28:01 2 18.01 0.00 0.90 0.00 0.05 81.04 04:11:53 03:28:01 3 30.66 0.00 1.15 0.00 0.05 68.14 04:11:53 03:28:01 4 8.14 0.00 0.53 0.10 0.02 91.21 04:11:53 03:28:01 5 44.85 0.00 2.12 0.03 0.05 52.95 04:11:53 03:28:01 6 23.07 0.00 1.62 0.02 0.02 75.28 04:11:53 03:28:01 7 7.62 0.00 0.52 0.12 0.02 91.73 04:11:53 03:29:01 all 12.13 0.00 0.64 0.05 0.02 87.16 04:11:53 03:29:01 0 0.50 0.00 0.20 0.00 0.02 99.28 04:11:53 03:29:01 1 4.00 0.00 0.28 0.00 0.02 95.70 04:11:53 03:29:01 2 15.49 0.00 0.65 0.03 0.03 83.80 04:11:53 03:29:01 3 16.85 0.00 0.86 0.00 0.02 82.27 04:11:53 03:29:01 4 13.07 0.00 0.88 0.17 0.02 85.86 04:11:53 03:29:01 5 0.92 0.00 0.15 0.00 0.00 98.93 04:11:53 03:29:01 6 0.10 0.00 0.07 0.12 0.02 99.70 04:11:53 03:29:01 7 46.12 0.00 2.03 0.07 0.05 51.73 04:11:53 03:30:01 all 11.78 0.00 1.08 0.03 0.03 87.09 04:11:53 03:30:01 0 8.55 0.00 1.20 0.00 0.03 90.22 04:11:53 03:30:01 1 1.58 0.00 0.38 0.00 0.00 98.03 04:11:53 03:30:01 2 13.99 0.00 1.50 0.00 0.02 84.49 04:11:53 03:30:01 3 2.69 0.00 0.50 0.02 0.02 96.78 04:11:53 03:30:01 4 26.73 0.00 1.75 0.13 0.05 71.34 04:11:53 03:30:01 5 10.19 0.00 0.75 0.00 0.03 89.03 04:11:53 03:30:01 6 8.13 0.00 0.72 0.02 0.02 91.12 04:11:53 03:30:01 7 22.43 0.00 1.80 0.05 0.05 75.67 04:11:53 03:31:01 all 12.84 0.00 1.78 0.54 0.06 84.78 04:11:53 03:31:01 0 16.70 0.00 2.90 0.03 0.07 80.30 04:11:53 03:31:01 1 18.69 0.00 1.61 0.00 0.07 79.63 04:11:53 03:31:01 2 18.66 0.00 1.68 0.00 0.07 79.59 04:11:53 03:31:01 3 3.66 0.00 1.38 0.02 0.07 94.87 04:11:53 03:31:01 4 9.28 0.00 1.45 0.42 0.05 88.80 04:11:53 03:31:01 5 12.30 0.00 2.13 0.57 0.07 84.94 04:11:53 03:31:01 6 6.95 0.00 1.47 3.27 0.03 88.28 04:11:53 03:31:01 7 16.47 0.00 1.62 0.00 0.07 81.84 04:11:53 03:32:01 all 12.50 0.00 0.53 0.01 0.05 86.91 04:11:53 03:32:01 0 15.46 0.00 0.60 0.00 0.03 83.90 04:11:53 03:32:01 1 13.48 0.00 0.72 0.00 0.05 85.75 04:11:53 03:32:01 2 16.46 0.00 0.57 0.00 0.05 82.92 04:11:53 03:32:01 3 8.07 0.00 0.30 0.00 0.07 91.56 04:11:53 03:32:01 4 12.78 0.00 0.54 0.02 0.03 86.64 04:11:53 03:32:01 5 21.15 0.00 0.85 0.03 0.07 77.90 04:11:53 03:32:01 6 3.68 0.00 0.23 0.00 0.02 96.07 04:11:53 03:32:01 7 8.90 0.00 0.44 0.00 0.07 90.59 04:11:53 04:11:53 03:32:01 CPU %user %nice %system %iowait %steal %idle 04:11:53 03:33:01 all 2.28 0.00 1.10 0.25 0.02 96.35 04:11:53 03:33:01 0 2.86 0.00 0.99 0.02 0.03 96.10 04:11:53 03:33:01 1 2.18 0.00 1.07 0.00 0.02 96.73 04:11:53 03:33:01 2 2.09 0.00 0.90 0.03 0.02 96.96 04:11:53 03:33:01 3 1.41 0.00 1.46 0.00 0.02 97.11 04:11:53 03:33:01 4 2.11 0.00 1.66 1.49 0.02 94.73 04:11:53 03:33:01 5 2.41 0.00 0.89 0.35 0.02 96.34 04:11:53 03:33:01 6 2.53 0.00 0.72 0.07 0.02 96.67 04:11:53 03:33:01 7 2.63 0.00 1.12 0.02 0.02 96.21 04:11:53 03:34:01 all 0.02 0.00 0.01 0.00 0.00 99.97 04:11:53 03:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:34:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:11:53 03:34:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 03:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:35:01 all 0.17 0.00 0.01 0.00 0.00 99.81 04:11:53 03:35:01 0 0.07 0.00 0.02 0.00 0.02 99.90 04:11:53 03:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 03:35:01 3 1.19 0.00 0.00 0.00 0.00 98.81 04:11:53 03:35:01 4 0.07 0.00 0.02 0.00 0.00 99.92 04:11:53 03:35:01 5 0.03 0.00 0.00 0.02 0.00 99.95 04:11:53 03:35:01 6 0.02 0.00 0.03 0.02 0.02 99.92 04:11:53 03:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:36:01 all 0.23 0.00 0.03 0.01 0.00 99.73 04:11:53 03:36:01 0 0.03 0.00 0.03 0.00 0.02 99.92 04:11:53 03:36:01 1 0.02 0.00 0.02 0.02 0.00 99.95 04:11:53 03:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:36:01 3 1.60 0.00 0.02 0.00 0.02 98.37 04:11:53 03:36:01 4 0.05 0.00 0.07 0.00 0.00 99.88 04:11:53 03:36:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 03:36:01 6 0.03 0.00 0.02 0.03 0.00 99.92 04:11:53 03:36:01 7 0.03 0.00 0.05 0.00 0.00 99.92 04:11:53 03:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:11:53 03:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:11:53 03:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 03:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 03:37:01 4 0.03 0.00 0.00 0.00 0.02 99.95 04:11:53 03:37:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:11:53 03:37:01 6 0.02 0.00 0.02 0.02 0.02 99.93 04:11:53 03:37:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:11:53 03:38:01 all 0.03 0.00 0.01 0.00 0.00 99.96 04:11:53 03:38:01 0 0.07 0.00 0.00 0.00 0.02 99.92 04:11:53 03:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 03:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:38:01 4 0.03 0.00 0.03 0.00 0.00 99.93 04:11:53 03:38:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:38:01 6 0.05 0.00 0.00 0.02 0.00 99.93 04:11:53 03:38:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:11:53 03:39:01 all 0.07 0.00 0.01 0.00 0.01 99.90 04:11:53 03:39:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:11:53 03:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 03:39:01 4 0.05 0.00 0.03 0.00 0.00 99.92 04:11:53 03:39:01 5 0.02 0.00 0.00 0.02 0.02 99.95 04:11:53 03:39:01 6 0.43 0.00 0.02 0.02 0.00 99.53 04:11:53 03:39:01 7 0.02 0.00 0.03 0.00 0.02 99.93 04:11:53 03:40:01 all 0.02 0.00 0.02 0.01 0.01 99.94 04:11:53 03:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 03:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:40:01 2 0.05 0.00 0.07 0.00 0.00 99.88 04:11:53 03:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 03:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:40:01 5 0.03 0.00 0.00 0.05 0.00 99.92 04:11:53 03:40:01 6 0.05 0.00 0.02 0.02 0.02 99.90 04:11:53 03:40:01 7 0.00 0.00 0.05 0.00 0.02 99.93 04:11:53 03:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 04:11:53 03:41:01 0 0.05 0.00 0.00 0.00 0.02 99.93 04:11:53 03:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:41:01 2 0.05 0.00 0.03 0.00 0.02 99.90 04:11:53 03:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:11:53 03:41:01 4 0.07 0.00 0.00 0.00 0.02 99.92 04:11:53 03:41:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:11:53 03:41:01 6 0.03 0.00 0.03 0.02 0.00 99.92 04:11:53 03:41:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:11:53 03:42:01 all 0.21 0.00 0.02 0.00 0.00 99.76 04:11:53 03:42:01 0 0.03 0.00 0.03 0.00 0.02 99.92 04:11:53 03:42:01 1 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:42:01 3 1.62 0.00 0.05 0.00 0.00 98.34 04:11:53 03:42:01 4 0.03 0.00 0.05 0.00 0.00 99.92 04:11:53 03:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:43:01 all 0.27 0.00 0.01 0.01 0.00 99.71 04:11:53 03:43:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:11:53 03:43:01 1 0.03 0.00 0.00 0.03 0.00 99.93 04:11:53 03:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 03:43:01 3 1.95 0.00 0.02 0.00 0.02 98.01 04:11:53 03:43:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:11:53 03:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 03:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:43:01 7 0.00 0.00 0.02 0.00 0.02 99.97 04:11:53 04:11:53 03:43:01 CPU %user %nice %system %iowait %steal %idle 04:11:53 03:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:11:53 03:44:01 0 0.03 0.00 0.03 0.00 0.02 99.92 04:11:53 03:44:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:11:53 03:44:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:11:53 03:44:01 3 0.15 0.00 0.02 0.00 0.00 99.83 04:11:53 03:44:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 03:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:45:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:11:53 03:45:01 0 0.05 0.00 0.05 0.00 0.02 99.88 04:11:53 03:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 03:45:01 2 0.05 0.00 0.00 0.00 0.00 99.95 04:11:53 03:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:45:01 4 0.05 0.00 0.00 0.00 0.02 99.93 04:11:53 03:45:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:11:53 03:45:01 6 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 03:45:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 03:46:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:11:53 03:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 03:46:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 03:46:01 4 0.03 0.00 0.00 0.02 0.00 99.95 04:11:53 03:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:46:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:47:01 all 0.02 0.00 0.01 0.00 0.00 99.96 04:11:53 03:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:11:53 03:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:47:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:11:53 03:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 03:47:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:47:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:11:53 03:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:47:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:48:01 all 0.29 0.00 0.03 0.01 0.01 99.67 04:11:53 03:48:01 0 0.10 0.00 0.03 0.00 0.02 99.85 04:11:53 03:48:01 1 1.12 0.00 0.02 0.00 0.00 98.87 04:11:53 03:48:01 2 0.15 0.00 0.02 0.02 0.00 99.82 04:11:53 03:48:01 3 0.12 0.00 0.03 0.00 0.00 99.85 04:11:53 03:48:01 4 0.23 0.00 0.03 0.02 0.00 99.72 04:11:53 03:48:01 5 0.32 0.00 0.03 0.02 0.00 99.63 04:11:53 03:48:01 6 0.18 0.00 0.02 0.02 0.02 99.77 04:11:53 03:48:01 7 0.07 0.00 0.02 0.00 0.02 99.90 04:11:53 03:49:01 all 0.02 0.00 0.02 0.01 0.01 99.95 04:11:53 03:49:01 0 0.05 0.00 0.00 0.00 0.02 99.93 04:11:53 03:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:49:01 2 0.02 0.00 0.02 0.02 0.02 99.93 04:11:53 03:49:01 3 0.00 0.00 0.03 0.00 0.00 99.97 04:11:53 03:49:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:11:53 03:49:01 5 0.00 0.00 0.02 0.05 0.00 99.93 04:11:53 03:49:01 6 0.03 0.00 0.02 0.03 0.00 99.92 04:11:53 03:49:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:11:53 03:50:01 all 0.02 0.00 0.01 0.00 0.00 99.96 04:11:53 03:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 03:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:50:01 2 0.02 0.00 0.02 0.02 0.00 99.95 04:11:53 03:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:50:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 03:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:11:53 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:11:53 03:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:51:01 2 0.03 0.00 0.02 0.02 0.02 99.92 04:11:53 03:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:51:01 5 0.00 0.00 0.00 0.02 0.02 99.97 04:11:53 03:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:11:53 03:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:52:01 all 0.02 0.00 0.02 0.00 0.00 99.95 04:11:53 03:52:01 0 0.03 0.00 0.05 0.00 0.02 99.90 04:11:53 03:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 03:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 03:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 03:52:01 4 0.07 0.00 0.02 0.02 0.00 99.90 04:11:53 03:52:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:11:53 03:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:53:01 all 0.02 0.00 0.01 0.01 0.01 99.96 04:11:53 03:53:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:11:53 03:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:53:01 2 0.03 0.00 0.02 0.03 0.02 99.90 04:11:53 03:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 03:53:01 4 0.05 0.00 0.03 0.00 0.00 99.92 04:11:53 03:53:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:11:53 03:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 03:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:54:01 4 0.05 0.00 0.02 0.00 0.02 99.92 04:11:53 03:54:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 03:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 04:11:53 03:54:01 CPU %user %nice %system %iowait %steal %idle 04:11:53 03:55:01 all 0.01 0.00 0.02 0.00 0.01 99.96 04:11:53 03:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:11:53 03:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:55:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 03:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:11:53 03:55:01 4 0.03 0.00 0.03 0.00 0.00 99.93 04:11:53 03:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 03:55:01 6 0.02 0.00 0.00 0.02 0.02 99.95 04:11:53 03:55:01 7 0.00 0.00 0.03 0.00 0.00 99.97 04:11:53 03:56:01 all 0.03 0.00 0.01 0.00 0.00 99.95 04:11:53 03:56:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:11:53 03:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:56:01 2 0.05 0.00 0.02 0.00 0.00 99.93 04:11:53 03:56:01 3 0.02 0.00 0.00 0.02 0.02 99.95 04:11:53 03:56:01 4 0.07 0.00 0.02 0.00 0.00 99.92 04:11:53 03:56:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 03:56:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 03:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:57:01 all 0.02 0.00 0.01 0.01 0.01 99.95 04:11:53 03:57:01 0 0.07 0.00 0.05 0.00 0.03 99.85 04:11:53 03:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:57:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:11:53 03:57:01 3 0.03 0.00 0.00 0.02 0.00 99.95 04:11:53 03:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:57:01 6 0.00 0.00 0.02 0.02 0.00 99.97 04:11:53 03:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 03:58:01 all 0.01 0.00 0.01 0.00 0.00 99.96 04:11:53 03:58:01 0 0.02 0.00 0.07 0.00 0.02 99.90 04:11:53 03:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:58:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:58:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:11:53 03:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:58:01 6 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 03:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 03:59:01 all 0.07 0.00 0.02 0.00 0.00 99.90 04:11:53 03:59:01 0 0.07 0.00 0.07 0.00 0.02 99.85 04:11:53 03:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 03:59:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:59:01 4 0.48 0.00 0.05 0.00 0.02 99.45 04:11:53 03:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 03:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 03:59:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:11:53 04:00:01 all 0.26 0.00 0.01 0.00 0.00 99.72 04:11:53 04:00:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 04:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 04:00:01 3 0.00 0.00 0.00 0.02 0.02 99.97 04:11:53 04:00:01 4 2.00 0.00 0.02 0.00 0.00 97.98 04:11:53 04:00:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:11:53 04:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:11:53 04:00:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:11:53 04:01:01 all 0.27 0.00 0.01 0.01 0.00 99.70 04:11:53 04:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 04:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:01:01 2 0.03 0.00 0.02 0.02 0.02 99.92 04:11:53 04:01:01 3 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 04:01:01 4 2.04 0.00 0.02 0.00 0.00 97.95 04:11:53 04:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 04:01:01 7 0.07 0.00 0.03 0.00 0.02 99.88 04:11:53 04:02:01 all 0.27 0.00 0.01 0.00 0.00 99.71 04:11:53 04:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:11:53 04:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:02:01 2 0.02 0.00 0.02 0.02 0.00 99.95 04:11:53 04:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:02:01 4 2.02 0.00 0.02 0.00 0.02 97.95 04:11:53 04:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 04:11:53 04:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 04:02:01 7 0.05 0.00 0.03 0.00 0.00 99.92 04:11:53 04:03:01 all 0.27 0.00 0.01 0.00 0.00 99.71 04:11:53 04:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 04:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 04:03:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 04:03:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:03:01 4 2.02 0.00 0.00 0.00 0.00 97.98 04:11:53 04:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 04:03:01 6 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 04:03:01 7 0.03 0.00 0.03 0.00 0.02 99.92 04:11:53 04:04:01 all 0.20 0.00 0.02 0.00 0.01 99.78 04:11:53 04:04:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:11:53 04:04:01 1 0.00 0.00 0.03 0.00 0.00 99.97 04:11:53 04:04:01 2 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 04:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:04:01 4 1.50 0.00 0.05 0.00 0.00 98.45 04:11:53 04:04:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:04:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 04:04:01 7 0.05 0.00 0.03 0.00 0.02 99.90 04:11:53 04:05:01 all 0.08 0.00 0.03 0.01 0.00 99.88 04:11:53 04:05:01 0 0.07 0.00 0.05 0.00 0.00 99.88 04:11:53 04:05:01 1 0.05 0.00 0.02 0.00 0.02 99.92 04:11:53 04:05:01 2 0.23 0.00 0.05 0.05 0.02 99.65 04:11:53 04:05:01 3 0.02 0.00 0.02 0.02 0.00 99.95 04:11:53 04:05:01 4 0.08 0.00 0.03 0.00 0.00 99.88 04:11:53 04:05:01 5 0.05 0.00 0.02 0.02 0.00 99.92 04:11:53 04:05:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:11:53 04:05:01 7 0.08 0.00 0.03 0.00 0.00 99.88 04:11:53 04:11:53 04:05:01 CPU %user %nice %system %iowait %steal %idle 04:11:53 04:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:11:53 04:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 04:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 04:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:11:53 04:06:01 3 0.00 0.00 0.02 0.02 0.02 99.95 04:11:53 04:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 04:06:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 04:06:01 7 0.03 0.00 0.03 0.00 0.02 99.92 04:11:53 04:07:01 all 0.02 0.00 0.02 0.00 0.00 99.95 04:11:53 04:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 04:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:07:01 2 0.05 0.00 0.05 0.00 0.02 99.88 04:11:53 04:07:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:07:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:11:53 04:07:01 5 0.00 0.00 0.02 0.02 0.02 99.95 04:11:53 04:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 04:07:01 7 0.05 0.00 0.03 0.00 0.00 99.92 04:11:53 04:08:01 all 0.02 0.00 0.00 0.00 0.00 99.97 04:11:53 04:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 04:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:08:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:11:53 04:08:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 04:08:01 7 0.05 0.00 0.02 0.00 0.02 99.92 04:11:53 04:09:01 all 0.02 0.00 0.02 0.00 0.00 99.96 04:11:53 04:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:11:53 04:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 04:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 04:09:01 3 0.00 0.00 0.02 0.02 0.00 99.97 04:11:53 04:09:01 4 0.07 0.00 0.07 0.00 0.00 99.87 04:11:53 04:09:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:09:01 7 0.05 0.00 0.03 0.00 0.00 99.92 04:11:53 04:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:11:53 04:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:11:53 04:10:01 1 0.00 0.00 0.03 0.00 0.00 99.97 04:11:53 04:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:11:53 04:10:01 3 0.00 0.00 0.02 0.02 0.02 99.95 04:11:53 04:10:01 4 0.03 0.00 0.03 0.00 0.02 99.92 04:11:53 04:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:11:53 04:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:11:53 04:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 04:11:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:11:53 04:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:11:53 04:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:11:53 04:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:11:53 04:11:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:11:53 04:11:01 4 0.07 0.00 0.03 0.00 0.02 99.88 04:11:53 04:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:11:53 04:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:11:53 04:11:01 7 0.03 0.00 0.03 0.00 0.00 99.93 04:11:53 Average: all 3.23 0.00 0.35 0.06 0.01 96.35 04:11:53 Average: 0 4.84 0.00 0.38 0.04 0.02 94.72 04:11:53 Average: 1 2.50 0.00 0.29 0.03 0.01 97.17 04:11:53 Average: 2 2.79 0.00 0.33 0.05 0.01 96.81 04:11:53 Average: 3 2.79 0.00 0.31 0.01 0.01 96.87 04:11:53 Average: 4 2.86 0.00 0.32 0.14 0.01 96.67 04:11:53 Average: 5 3.89 0.00 0.40 0.05 0.01 95.65 04:11:53 Average: 6 2.45 0.00 0.31 0.15 0.01 97.08 04:11:53 Average: 7 3.74 0.00 0.44 0.02 0.02 95.79 04:11:53 04:11:53 04:11:53