Started by user Eric Ball Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7e89dd766adf70d3ef5effce142026c21ab88a29 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-ssh8310421527617477399.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh7738625555429958282.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh7875211510673138466.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh11326819175044364704.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-ssh1990520412681211744.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1109 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 > 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 Avoid second fetch Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" > git config core.sparsecheckout # timeout=10 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 > git rev-list --no-walk 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-29T20:21:11.750Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-29T20:21:11.817Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-29T20:21:11.840Z] ========================================================= [2024-05-29T20:21:11.840Z] EdgeX Global Pipelines Version Info [2024-05-29T20:21:11.840Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:21:12.614Z] ------------------- [2024-05-29T20:21:12.614Z] stable info: [2024-05-29T20:21:12.614Z] ------------------- [2024-05-29T20:21:12.614Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T20:21:12.614Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-05-29T20:21:12.614Z] Message: update stable to v1.0.260 [2024-05-29T20:21:13.184Z] ------------------- [2024-05-29T20:21:13.184Z] experimental info: [2024-05-29T20:21:13.184Z] ------------------- [2024-05-29T20:21:13.184Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T20:21:13.184Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-29T20:21:13.184Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2024-05-29T20:21:13.278Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2024-05-29T20:21:13.300Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2024-05-29T20:21:13.324Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-29T20:21:13.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-05-29T20:21:13.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-29T20:21:13.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2024-05-29T20:21:13.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-29T20:21:13.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2024-05-29T20:21:13.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2024-05-29T20:21:13.471Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-29T20:21:13.490Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2024-05-29T20:21:13.513Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2024-05-29T20:21:13.533Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-29T20:21:13.556Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-29T20:21:13.578Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-29T20:21:13.592Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-29T20:21:13.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-29T20:21:13.628Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo [2024-05-29T20:21:13.643Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo [2024-05-29T20:21:13.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T20:21:13.720Z] provisioning config files... [2024-05-29T20:21:13.733Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9030284902213946284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:21:14.062Z] ---> ****-login.sh [2024-05-29T20:21:14.062Z] nexus3.edgexfoundry.org:10001 [2024-05-29T20:21:14.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:14.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:14.322Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:14.322Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:14.322Z] [2024-05-29T20:21:14.322Z] Login Succeeded [2024-05-29T20:21:14.322Z] nexus3.edgexfoundry.org:10002 [2024-05-29T20:21:14.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:14.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:14.582Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:14.582Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:14.582Z] [2024-05-29T20:21:14.582Z] Login Succeeded [2024-05-29T20:21:14.582Z] nexus3.edgexfoundry.org:10003 [2024-05-29T20:21:14.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:14.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:14.582Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:14.582Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:14.582Z] [2024-05-29T20:21:14.582Z] Login Succeeded [2024-05-29T20:21:14.582Z] nexus3.edgexfoundry.org:10004 [2024-05-29T20:21:14.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:14.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:14.840Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:14.840Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:14.840Z] [2024-05-29T20:21:14.840Z] Login Succeeded [2024-05-29T20:21:14.840Z] ****.io [2024-05-29T20:21:14.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:15.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:15.099Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:15.099Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:15.099Z] [2024-05-29T20:21:15.099Z] Login Succeeded [2024-05-29T20:21:15.099Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T20:21:15.104Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-05-29T20:21:15.617Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T20:21:15.617Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-29T20:21:15.617Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-29T20:21:15.617Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-29T20:21:15.617Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-29T20:21:15.617Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-29T20:21:15.617Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:21:16.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T20:21:16.039Z] [2024-05-29T20:21:16.039Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:21:16.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T20:21:16.350Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-29T20:21:16.350Z] b85a868b505f: Pulling fs layer [2024-05-29T20:21:16.350Z] e2be974225ed: Pulling fs layer [2024-05-29T20:21:16.350Z] 339a4e72a1f5: Pulling fs layer [2024-05-29T20:21:16.350Z] 988bab9f4d93: Pulling fs layer [2024-05-29T20:21:16.350Z] 1469e6f7b9e6: Pulling fs layer [2024-05-29T20:21:16.350Z] eaf3925da568: Pulling fs layer [2024-05-29T20:21:16.350Z] 988bab9f4d93: Waiting [2024-05-29T20:21:16.350Z] 1469e6f7b9e6: Waiting [2024-05-29T20:21:16.350Z] bab4dde63d76: Pulling fs layer [2024-05-29T20:21:16.350Z] bde34c3a00c8: Pulling fs layer [2024-05-29T20:21:16.350Z] b352a97aabf1: Pulling fs layer [2024-05-29T20:21:16.350Z] 4872d77fe225: Pulling fs layer [2024-05-29T20:21:16.350Z] 5851b861e8e6: Pulling fs layer [2024-05-29T20:21:16.350Z] bab4dde63d76: Waiting [2024-05-29T20:21:16.350Z] bde34c3a00c8: Waiting [2024-05-29T20:21:16.350Z] 5851b861e8e6: Waiting [2024-05-29T20:21:16.350Z] b352a97aabf1: Waiting [2024-05-29T20:21:16.350Z] e2be974225ed: Download complete [2024-05-29T20:21:16.350Z] 988bab9f4d93: Verifying Checksum [2024-05-29T20:21:16.350Z] 988bab9f4d93: Download complete [2024-05-29T20:21:16.350Z] 1469e6f7b9e6: Verifying Checksum [2024-05-29T20:21:16.350Z] 1469e6f7b9e6: Download complete [2024-05-29T20:21:16.610Z] eaf3925da568: Download complete [2024-05-29T20:21:16.610Z] 339a4e72a1f5: Verifying Checksum [2024-05-29T20:21:16.610Z] 339a4e72a1f5: Download complete [2024-05-29T20:21:16.610Z] bde34c3a00c8: Verifying Checksum [2024-05-29T20:21:16.610Z] bde34c3a00c8: Download complete [2024-05-29T20:21:16.610Z] b352a97aabf1: Download complete [2024-05-29T20:21:16.610Z] 4872d77fe225: Verifying Checksum [2024-05-29T20:21:16.610Z] 4872d77fe225: Download complete [2024-05-29T20:21:16.610Z] 5851b861e8e6: Verifying Checksum [2024-05-29T20:21:16.610Z] 5851b861e8e6: Download complete [2024-05-29T20:21:16.610Z] b85a868b505f: Verifying Checksum [2024-05-29T20:21:16.610Z] b85a868b505f: Download complete [2024-05-29T20:21:16.868Z] bab4dde63d76: Verifying Checksum [2024-05-29T20:21:16.868Z] bab4dde63d76: Download complete [2024-05-29T20:21:17.805Z] b85a868b505f: Pull complete [2024-05-29T20:21:18.064Z] e2be974225ed: Pull complete [2024-05-29T20:21:18.637Z] 339a4e72a1f5: Pull complete [2024-05-29T20:21:18.637Z] 988bab9f4d93: Pull complete [2024-05-29T20:21:18.902Z] 1469e6f7b9e6: Pull complete [2024-05-29T20:21:18.902Z] eaf3925da568: Pull complete [2024-05-29T20:21:20.811Z] bab4dde63d76: Pull complete [2024-05-29T20:21:20.811Z] bde34c3a00c8: Pull complete [2024-05-29T20:21:20.811Z] b352a97aabf1: Pull complete [2024-05-29T20:21:20.811Z] 4872d77fe225: Pull complete [2024-05-29T20:21:20.811Z] 5851b861e8e6: Pull complete [2024-05-29T20:21:20.811Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-29T20:21:21.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T20:21:21.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T20:21:21.212Z] prd-ubuntu20.04-docker-8c-8g-1109 does not seem to be running inside a container [2024-05-29T20:21:21.243Z] $ 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 [2024-05-29T20:21:22.544Z] $ docker top a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 -eo pid,comm [2024-05-29T20:21:22.600Z] 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). [2024-05-29T20:21:22.600Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T20:21:22.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T20:21:22.651Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T20:21:22.775Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T20:21:22.779Z] $ docker exec a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 ssh-agent [2024-05-29T20:21:22.893Z] SSH_AUTH_SOCK=/tmp/ssh-wmhbuhwYVLVO/agent.32 [2024-05-29T20:21:22.893Z] SSH_AGENT_PID=38 [2024-05-29T20:21:22.900Z] Running ssh-add (command line suppressed) [2024-05-29T20:21:23.002Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2836610284101958142.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2836610284101958142.key) [2024-05-29T20:21:23.011Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T20:21:23.306Z] + git tag --points-at HEAD [Pipeline] } [2024-05-29T20:21:23.337Z] $ docker exec --env ******** --env ******** a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 ssh-agent -k [2024-05-29T20:21:23.445Z] unset SSH_AUTH_SOCK; [2024-05-29T20:21:23.446Z] unset SSH_AGENT_PID; [2024-05-29T20:21:23.446Z] echo Agent pid 38 killed; [2024-05-29T20:21:23.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-29T20:21:23.489Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T20:21:23.489Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T20:21:23.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T20:21:23.599Z] $ docker exec a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 ssh-agent [2024-05-29T20:21:23.716Z] SSH_AUTH_SOCK=/tmp/ssh-aEgyiSNB2NzO/agent.71 [2024-05-29T20:21:23.716Z] SSH_AGENT_PID=77 [2024-05-29T20:21:23.721Z] Running ssh-add (command line suppressed) [2024-05-29T20:21:23.822Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18098040866241255406.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18098040866241255406.key) [2024-05-29T20:21:23.833Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T20:21:24.122Z] + git semver init [2024-05-29T20:21:24.381Z] 2024-05-29 20:21:24,303 [run_init] DEBUG init version:0.0.0 force:False [2024-05-29T20:21:24.381Z] 2024-05-29 20:21:24,303 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2024-05-29T20:21:24.381Z] 2024-05-29 20:21:24,304 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2024-05-29T20:21:24.381Z] 2024-05-29 20:21:24,304 [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) [2024-05-29T20:21:24.950Z] 2024-05-29 20:21:24,872 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2024-05-29T20:21:24.950Z] 2024-05-29 20:21:24,872 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2024-05-29T20:21:24.950Z] 2024-05-29 20:21:24,872 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-29T20:21:24.950Z] 2024-05-29 20:21:24,872 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-29T20:21:24.950Z] 0.0.2-dev.42 [Pipeline] } [2024-05-29T20:21:24.962Z] $ docker exec --env ******** --env ******** a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 ssh-agent -k [2024-05-29T20:21:25.067Z] unset SSH_AUTH_SOCK; [2024-05-29T20:21:25.067Z] unset SSH_AGENT_PID; [2024-05-29T20:21:25.068Z] echo Agent pid 77 killed; [2024-05-29T20:21:25.074Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T20:21:25.391Z] + git semver [Pipeline] } [2024-05-29T20:21:25.665Z] $ docker stop --time=1 a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 [2024-05-29T20:21:26.952Z] $ docker rm -f --volumes a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T20:21:27.300Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-29T20:21:27.522Z] Stashed 1 file(s) [Pipeline] echo [2024-05-29T20:21:27.526Z] [edgeXSemver]: initialized semver on version 0.0.2-dev.42 [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 [2024-05-29T20:21:27.686Z] provisioning config files... [2024-05-29T20:21:27.693Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13569936979052336700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:21:27.996Z] ---> ****-login.sh [2024-05-29T20:21:27.996Z] nexus3.edgexfoundry.org:10001 [2024-05-29T20:21:27.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:27.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:27.996Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:27.996Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:27.996Z] [2024-05-29T20:21:27.996Z] Login Succeeded [2024-05-29T20:21:27.996Z] nexus3.edgexfoundry.org:10002 [2024-05-29T20:21:27.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:27.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:27.996Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:27.996Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:27.996Z] [2024-05-29T20:21:27.996Z] Login Succeeded [2024-05-29T20:21:27.996Z] nexus3.edgexfoundry.org:10003 [2024-05-29T20:21:28.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:28.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:28.256Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:28.256Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:28.256Z] [2024-05-29T20:21:28.256Z] Login Succeeded [2024-05-29T20:21:28.256Z] nexus3.edgexfoundry.org:10004 [2024-05-29T20:21:28.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:28.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:28.256Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:28.256Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:28.256Z] [2024-05-29T20:21:28.256Z] Login Succeeded [2024-05-29T20:21:28.256Z] ****.io [2024-05-29T20:21:28.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:21:28.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:21:28.515Z] Configure a credential helper to remove this warning. See [2024-05-29T20:21:28.515Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:21:28.515Z] [2024-05-29T20:21:28.515Z] Login Succeeded [2024-05-29T20:21:28.515Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T20:21:28.522Z] 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 [2024-05-29T20:21:29.211Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T20:21:29.496Z] + ls -al . [2024-05-29T20:21:29.496Z] total 72 [2024-05-29T20:21:29.496Z] drwxrwxr-x 7 jenkins jenkins 4096 May 29 20:21 . [2024-05-29T20:21:29.496Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:21 .. [2024-05-29T20:21:29.496Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 20:21 .git [2024-05-29T20:21:29.496Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 20:21 .github [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 22 May 29 20:21 .gitignore [2024-05-29T20:21:29.496Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 20:21 .semver [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 29 20:21 Dockerfile [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 746 May 29 20:21 Jenkinsfile [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 29 20:21 LICENSE [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 29 20:21 README.md [2024-05-29T20:21:29.496Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:21 TAF-Manager [2024-05-29T20:21:29.496Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 20:21 TUC [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 20:21 VERSION [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 343 May 29 20:21 requirements.txt [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 54 May 29 20:21 robot-entrypoint.sh [2024-05-29T20:21:29.496Z] -rw-rw-r-- 1 jenkins jenkins 445 May 29 20:21 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:21:29.839Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 --label arch=amd64 --label version=0.0.2-dev.42 . [2024-05-29T20:21:29.839Z] Sending build context to Docker daemon 589.3kB [2024-05-29T20:21:29.839Z] Step 1/13 : FROM alpine:3.20 [2024-05-29T20:21:30.099Z] 3.20: Pulling from library/alpine [2024-05-29T20:21:30.357Z] d25f557d7f31: Pulling fs layer [2024-05-29T20:21:30.357Z] d25f557d7f31: Download complete [2024-05-29T20:21:30.617Z] d25f557d7f31: Pull complete [2024-05-29T20:21:30.617Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-29T20:21:30.617Z] Status: Downloaded newer image for alpine:3.20 [2024-05-29T20:21:30.617Z] ---> 1d34ffeaf190 [2024-05-29T20:21:30.617Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-29T20:21:30.617Z] ---> Running in b24eb976a4f8 [2024-05-29T20:21:30.876Z] Removing intermediate container b24eb976a4f8 [2024-05-29T20:21:30.876Z] ---> 6f9860ffedd3 [2024-05-29T20:21:30.876Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-29T20:21:30.876Z] ---> Running in 21790e7cf864 [2024-05-29T20:21:30.876Z] Removing intermediate container 21790e7cf864 [2024-05-29T20:21:30.876Z] ---> 8f8c06d694f0 [2024-05-29T20:21:30.876Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-29T20:21:31.138Z] ---> fa008fb274c1 [2024-05-29T20:21:31.138Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-29T20:21:31.138Z] ---> ac1f31b6c467 [2024-05-29T20:21:31.138Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-29T20:21:31.398Z] ---> f739edd248ce [2024-05-29T20:21:31.398Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-29T20:21:31.398Z] ---> Running in 11931bac9244 [2024-05-29T20:21:31.398Z] Removing intermediate container 11931bac9244 [2024-05-29T20:21:31.398Z] ---> ea754ecb62eb [2024-05-29T20:21:31.398Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-29T20:21:31.657Z] ---> Running in 37f5dfed3181 [2024-05-29T20:21:32.225Z] Removing intermediate container 37f5dfed3181 [2024-05-29T20:21:32.225Z] ---> ef0c308e4bba [2024-05-29T20:21:32.225Z] Step 9/13 : 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.5-r2 && 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 && rm /usr/lib/python*/EXTERNALLY-MANAGED && 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 -r requirements.txt [2024-05-29T20:21:32.225Z] ---> Running in 77219ef7c63f [2024-05-29T20:21:32.484Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T20:21:33.051Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T20:21:33.988Z] OK: 8 MiB in 14 packages [2024-05-29T20:21:33.988Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T20:21:34.247Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T20:21:35.186Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-29T20:21:35.446Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-29T20:21:36.014Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-29T20:21:36.272Z] (4/14) Installing libunistring (1.2-r0) [2024-05-29T20:21:36.842Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-29T20:21:37.102Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-29T20:21:37.362Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-29T20:21:37.932Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-29T20:21:38.191Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-29T20:21:38.759Z] (10/14) Installing curl (8.7.1-r0) [2024-05-29T20:21:39.020Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-29T20:21:39.957Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-29T20:21:40.216Z] (13/14) Installing jq (1.7.1-r0) [2024-05-29T20:21:40.475Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-29T20:21:41.043Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T20:21:41.043Z] Executing ca-certificates-20240226-r0.trigger [2024-05-29T20:21:41.043Z] OK: 43 MiB in 28 packages [2024-05-29T20:21:41.043Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T20:21:41.611Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T20:21:42.178Z] (1/167) Installing libexpat (2.6.2-r0) [2024-05-29T20:21:42.436Z] (2/167) Installing libbz2 (1.0.8-r6) [2024-05-29T20:21:42.620Z] Still waiting to schedule task [2024-05-29T20:21:42.621Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-05-29T20:21:43.001Z] (3/167) Installing libpng (1.6.43-r0) [2024-05-29T20:21:43.261Z] (4/167) Installing freetype (2.13.2-r0) [2024-05-29T20:21:43.521Z] (5/167) Installing fontconfig (2.15.0-r1) [2024-05-29T20:21:44.091Z] (6/167) Installing libfontenc (1.1.8-r0) [2024-05-29T20:21:44.350Z] (7/167) Installing mkfontscale (1.2.2-r6) [2024-05-29T20:21:44.609Z] (8/167) Installing font-opensans (0_git20210927-r1) [2024-05-29T20:21:45.178Z] (9/167) Installing pkgconf (2.2.0-r0) [2024-05-29T20:21:45.437Z] (10/167) Installing libgcc (13.2.1_git20240309-r0) [2024-05-29T20:21:45.696Z] (11/167) Installing libffi (3.4.6-r0) [2024-05-29T20:21:45.958Z] (12/167) Installing libintl (0.22.5-r0) [2024-05-29T20:21:46.532Z] (13/167) Installing libeconf (0.6.3-r0) [2024-05-29T20:21:46.532Z] (14/167) Installing libblkid (2.40.1-r1) [2024-05-29T20:21:47.101Z] (15/167) Installing libmount (2.40.1-r1) [2024-05-29T20:21:47.360Z] (16/167) Installing pcre2 (10.43-r0) [2024-05-29T20:21:47.928Z] (17/167) Installing glib (2.80.2-r0) [2024-05-29T20:21:48.496Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-29T20:21:48.754Z] (19/167) Installing xz-libs (5.6.1-r3) [2024-05-29T20:21:49.321Z] (20/167) Installing libxml2 (2.12.7-r0) [2024-05-29T20:21:49.888Z] (21/167) Installing shared-mime-info (2.4-r0) [2024-05-29T20:21:50.148Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2024-05-29T20:21:50.406Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2024-05-29T20:21:50.974Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2024-05-29T20:21:51.233Z] (25/167) Installing libwebp (1.3.2-r0) [2024-05-29T20:21:51.492Z] (26/167) Installing tiff (4.6.0t-r0) [2024-05-29T20:21:52.060Z] (27/167) Installing gdk-pixbuf (2.42.11-r1) [2024-05-29T20:21:52.319Z] (28/167) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-29T20:21:52.577Z] (29/167) Installing libxau (1.0.11-r4) [2024-05-29T20:21:52.836Z] (30/167) Installing libmd (1.1.0-r0) [2024-05-29T20:21:53.094Z] (31/167) Installing libbsd (0.12.2-r0) [2024-05-29T20:21:53.352Z] (32/167) Installing libxdmcp (1.1.5-r1) [2024-05-29T20:21:53.611Z] (33/167) Installing libxcb (1.16.1-r0) [2024-05-29T20:21:54.177Z] (34/167) Installing libx11 (1.8.9-r1) [2024-05-29T20:21:54.743Z] (35/167) Installing libxcomposite (0.4.6-r5) [2024-05-29T20:21:55.001Z] (36/167) Installing libxfixes (6.0.1-r4) [2024-05-29T20:21:55.001Z] (37/167) Installing libxrender (0.9.11-r5) [2024-05-29T20:21:55.568Z] (38/167) Installing libxcursor (1.2.2-r1) [2024-05-29T20:21:55.568Z] (39/167) Installing libxdamage (1.1.6-r5) [2024-05-29T20:21:55.826Z] (40/167) Installing libxext (1.3.6-r2) [2024-05-29T20:21:56.391Z] (41/167) Installing libxi (1.8.1-r4) [2024-05-29T20:21:56.391Z] (42/167) Installing libxinerama (1.1.5-r4) [2024-05-29T20:21:56.650Z] (43/167) Installing libxrandr (1.5.4-r1) [2024-05-29T20:21:57.217Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2024-05-29T20:21:57.474Z] (45/167) Installing libxtst (1.2.4-r6) [2024-05-29T20:21:57.734Z] (46/167) Installing dbus-libs (1.14.10-r1) [2024-05-29T20:21:57.992Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2024-05-29T20:21:58.559Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-29T20:21:58.817Z] (49/167) Installing pixman (0.43.2-r0) [2024-05-29T20:21:59.075Z] (50/167) Installing cairo (1.18.0-r0) [2024-05-29T20:21:59.641Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2024-05-29T20:21:59.899Z] (52/167) Installing avahi-libs (0.8-r17) [2024-05-29T20:22:00.158Z] (53/167) Installing gmp (6.3.0-r1) [2024-05-29T20:22:00.725Z] (54/167) Installing nettle (3.9.1-r0) [2024-05-29T20:22:00.988Z] (55/167) Installing libtasn1 (4.19.0-r2) [2024-05-29T20:22:01.247Z] (56/167) Installing p11-kit (0.25.3-r0) [2024-05-29T20:22:01.814Z] (57/167) Installing gnutls (3.8.5-r0) [2024-05-29T20:22:02.381Z] (58/167) Installing cups-libs (2.4.8-r0) [2024-05-29T20:22:02.640Z] (59/167) Installing libepoxy (1.5.10-r1) [2024-05-29T20:22:03.212Z] (60/167) Installing fribidi (1.0.14-r0) [2024-05-29T20:22:03.471Z] (61/167) Installing graphite2 (1.3.14-r6) [2024-05-29T20:22:03.731Z] (62/167) Installing harfbuzz (8.5.0-r0) [2024-05-29T20:22:04.299Z] (63/167) Installing libxft (2.3.8-r3) [2024-05-29T20:22:04.558Z] (64/167) Installing pango (1.52.2-r0) [2024-05-29T20:22:05.126Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2024-05-29T20:22:05.386Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-29T20:22:05.648Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2024-05-29T20:22:05.907Z] (68/167) Installing xkeyboard-config (2.41-r0) [2024-05-29T20:22:06.474Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2024-05-29T20:22:06.733Z] (70/167) Installing gtk+3.0 (3.24.42-r0) [2024-05-29T20:22:07.299Z] (71/167) Installing icu-data-full (74.2-r0) [2024-05-29T20:22:08.236Z] (72/167) Installing mesa (24.0.8-r1) [2024-05-29T20:22:08.236Z] (73/167) Installing llvm17-libs (17.0.6-r1) [2024-05-29T20:22:12.423Z] (74/167) Installing hwdata-pci (0.382-r0) [2024-05-29T20:22:12.991Z] (75/167) Installing libpciaccess (0.18.1-r0) [2024-05-29T20:22:13.250Z] (76/167) Installing libdrm (2.4.120-r0) [2024-05-29T20:22:13.509Z] (77/167) Installing libelf (0.191-r0) [2024-05-29T20:22:14.077Z] (78/167) Installing mesa-glapi (24.0.8-r1) [2024-05-29T20:22:14.337Z] (79/167) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-29T20:22:14.905Z] (80/167) Installing eudev-libs (3.2.14-r2) [2024-05-29T20:22:15.164Z] (81/167) Installing libmagic (5.45-r1) [2024-05-29T20:22:15.731Z] (82/167) Installing file (5.45-r1) [2024-05-29T20:22:15.990Z] (83/167) Installing xprop (1.2.7-r0) [2024-05-29T20:22:16.250Z] (84/167) Installing libice (1.1.1-r6) [2024-05-29T20:22:16.509Z] (85/167) Installing libuuid (2.40.1-r1) [2024-05-29T20:22:16.769Z] (86/167) Installing libsm (1.2.4-r4) [2024-05-29T20:22:17.028Z] (87/167) Installing libxt (1.3.0-r5) [2024-05-29T20:22:17.598Z] (88/167) Installing libxmu (1.1.4-r2) [2024-05-29T20:22:17.857Z] (89/167) Installing xset (1.2.5-r1) [2024-05-29T20:22:18.116Z] (90/167) Installing xdg-utils (1.2.1-r0) [2024-05-29T20:22:18.375Z] (91/167) Installing libogg (1.3.5-r5) [2024-05-29T20:22:18.635Z] (92/167) Installing libflac (1.4.3-r1) [2024-05-29T20:22:19.205Z] (93/167) Installing alsa-lib (1.2.11-r0) [2024-05-29T20:22:19.773Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-29T20:22:20.340Z] (95/167) Installing aom-libs (3.9.0-r0) [2024-05-29T20:22:20.910Z] (96/167) Installing libva (2.21.0-r0) [2024-05-29T20:22:21.170Z] (97/167) Installing libvdpau (1.5-r3) [2024-05-29T20:22:21.429Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2024-05-29T20:22:21.688Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-29T20:22:22.257Z] (100/167) Installing libdav1d (1.4.2-r0) [2024-05-29T20:22:22.825Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2024-05-29T20:22:23.084Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2024-05-29T20:22:23.343Z] (103/167) Installing imath (3.1.11-r2) [2024-05-29T20:22:23.603Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2024-05-29T20:22:24.170Z] (105/167) Installing giflib (5.2.2-r0) [2024-05-29T20:22:24.431Z] (106/167) Installing libhwy (1.0.7-r0) [2024-05-29T20:22:24.690Z] (107/167) Installing lcms2 (2.16-r0) [2024-05-29T20:22:25.260Z] (108/167) Installing libjxl (0.10.2-r0) [2024-05-29T20:22:25.829Z] (109/167) Installing lame-libs (3.100-r5) [2024-05-29T20:22:26.089Z] (110/167) Installing opus (1.5.2-r0) [2024-05-29T20:22:26.658Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2024-05-29T20:22:27.229Z] (112/167) Installing libgomp (13.2.1_git20240309-r0) [2024-05-29T20:22:27.488Z] (113/167) Installing soxr (0.1.3-r7) [2024-05-29T20:22:27.754Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-29T20:22:28.323Z] (115/167) Installing libtheora (1.1.1-r18) [2024-05-29T20:22:28.582Z] (116/167) Installing libvorbis (1.3.7-r2) [2024-05-29T20:22:29.148Z] (117/167) Installing libvpx (1.14.0-r0) [2024-05-29T20:22:29.716Z] (118/167) Installing libwebpmux (1.3.2-r0) [2024-05-29T20:22:29.989Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2024-05-29T20:22:30.559Z] (120/167) Installing numactl (2.0.18-r0) [2024-05-29T20:22:30.559Z] (121/167) Installing x265-libs (3.6-r0) [2024-05-29T20:22:31.127Z] (122/167) Installing xvidcore (1.3.7-r2) [2024-05-29T20:22:31.695Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-29T20:22:32.262Z] (124/167) Installing libbluray (1.3.4-r1) [2024-05-29T20:22:32.521Z] (125/167) Installing mpg123-libs (1.32.6-r0) [2024-05-29T20:22:33.088Z] (126/167) Installing libopenmpt (0.7.7-r0) [2024-05-29T20:22:33.347Z] (127/167) Installing cjson (1.7.18-r0) [2024-05-29T20:22:33.915Z] (128/167) Installing mbedtls (3.6.0-r0) [2024-05-29T20:22:34.175Z] (129/167) Installing librist (0.2.10-r1) [2024-05-29T20:22:34.434Z] (130/167) Installing libsrt (1.5.3-r0) [2024-05-29T20:22:35.003Z] (131/167) Installing libssh (0.10.6-r0) [2024-05-29T20:22:35.261Z] (132/167) Installing libsodium (1.0.19-r0) [2024-05-29T20:22:35.829Z] (133/167) Installing libzmq (4.3.5-r2) [2024-05-29T20:22:36.089Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-29T20:22:36.656Z] (135/167) Installing crc32c (1.1.2-r0) [2024-05-29T20:22:36.915Z] (136/167) Installing double-conversion (3.3.0-r0) [2024-05-29T20:22:37.176Z] (137/167) Installing libevent (2.1.12-r7) [2024-05-29T20:22:37.744Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2024-05-29T20:22:38.003Z] (139/167) Installing mesa-gbm (24.0.8-r1) [2024-05-29T20:22:38.263Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2024-05-29T20:22:38.831Z] (141/167) Installing icu-libs (74.2-r0) [2024-05-29T20:22:39.400Z] (142/167) Installing minizip (1.3.1-r0) [2024-05-29T20:22:39.400Z] (143/167) Installing nspr (4.35-r4) [2024-05-29T20:22:39.967Z] (144/167) Installing sqlite-libs (3.45.3-r1) [2024-05-29T20:22:40.534Z] (145/167) Installing nss (3.100-r0) [2024-05-29T20:22:40.794Z] (146/167) Installing openh264 (2.4.1-r0) [2024-05-29T20:22:41.364Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2024-05-29T20:22:41.624Z] (148/167) Installing libunwind (1.8.1-r0) [2024-05-29T20:22:42.191Z] (149/167) Installing yaml (0.2.5-r2) [2024-05-29T20:22:42.450Z] (150/167) Installing libcamera (0.3.0-r0) [2024-05-29T20:22:42.709Z] (151/167) Installing speexdsp (1.2.1-r2) [2024-05-29T20:22:43.277Z] (152/167) Installing libuv (1.48.0-r0) [2024-05-29T20:22:43.537Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-29T20:22:43.796Z] (154/167) Installing libsndfile (1.2.2-r0) [2024-05-29T20:22:44.364Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-29T20:22:44.932Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2024-05-29T20:22:45.500Z] (157/167) Installing libasyncns (0.8-r3) [2024-05-29T20:22:45.500Z] (158/167) Installing libltdl (2.4.7-r3) [2024-05-29T20:22:45.758Z] (159/167) Installing orc (0.4.37-r0) [2024-05-29T20:22:46.326Z] (160/167) Installing tdb-libs (1.4.9-r1) [2024-05-29T20:22:46.585Z] (161/167) Installing libpulse (17.0-r0) [2024-05-29T20:22:47.153Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2024-05-29T20:22:47.412Z] (163/167) Installing libgpg-error (1.49-r0) [2024-05-29T20:22:47.671Z] (164/167) Installing libgcrypt (1.10.3-r0) [2024-05-29T20:22:48.240Z] (165/167) Installing libxslt (1.1.39-r1) [2024-05-29T20:22:48.498Z] (166/167) Installing chromium (125.0.6422.112-r0) [2024-05-29T20:22:51.034Z] (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-29T20:22:51.293Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T20:22:51.293Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-29T20:22:51.553Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-29T20:22:51.553Z] Executing glib-2.80.2-r0.trigger [2024-05-29T20:22:51.553Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-29T20:22:51.812Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-29T20:22:51.812Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-29T20:22:51.812Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-29T20:22:51.812Z] OK: 657 MiB in 195 packages [2024-05-29T20:22:51.812Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T20:22:52.380Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T20:22:52.946Z] (1/30) Installing jansson (2.14-r4) [2024-05-29T20:22:53.205Z] (2/30) Installing binutils (2.42-r0) [2024-05-29T20:22:53.775Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-29T20:22:54.034Z] (4/30) Installing isl26 (0.26-r1) [2024-05-29T20:22:54.603Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-29T20:22:55.174Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-29T20:22:55.434Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-29T20:23:05.425Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-29T20:23:05.425Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-29T20:23:05.425Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-29T20:23:05.425Z] (11/30) Installing libpq (16.3-r0) [2024-05-29T20:23:05.994Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-29T20:23:06.255Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-29T20:23:06.824Z] (14/30) Installing libecpg (16.3-r0) [2024-05-29T20:23:07.085Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-29T20:23:07.653Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-29T20:23:07.913Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-29T20:23:09.814Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-29T20:23:10.383Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-29T20:23:10.644Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-29T20:23:11.213Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-29T20:23:11.782Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-29T20:23:12.042Z] (23/30) Installing icu (74.2-r0) [2024-05-29T20:23:12.613Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-29T20:23:13.183Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-29T20:23:14.567Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-29T20:23:14.567Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-29T20:23:14.826Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-29T20:23:15.394Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-29T20:23:15.653Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-29T20:23:16.220Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T20:23:16.220Z] OK: 1193 MiB in 225 packages [2024-05-29T20:23:16.220Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T20:23:16.787Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T20:23:17.354Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-29T20:23:17.558Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1110 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2024-05-29T20:23:18.293Z] (2/14) Installing gdbm (1.23-r1) [2024-05-29T20:23:18.552Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-29T20:23:18.810Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-29T20:23:19.069Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-29T20:23:19.638Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-29T20:23:19.897Z] (7/14) Installing readline (8.2.10-r0) [2024-05-29T20:23:20.155Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-29T20:23:20.611Z] Selected Git installation does not exist. Using Default [2024-05-29T20:23:20.611Z] The recommended git tool is: NONE [2024-05-29T20:23:21.093Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-29T20:23:21.352Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-29T20:23:21.611Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-29T20:23:21.871Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-29T20:23:23.248Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-29T20:23:23.508Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-29T20:23:23.766Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T20:23:23.766Z] OK: 1359 MiB in 239 packages [2024-05-29T20:23:23.766Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T20:23:24.335Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T20:23:25.034Z] using credential edgex-jenkins-ssh [2024-05-29T20:23:25.056Z] Cloning the remote Git repository [2024-05-29T20:23:25.272Z] OK: 1359 MiB in 239 packages [2024-05-29T20:23:25.272Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T20:23:25.532Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T20:23:25.101Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-29T20:23:25.191Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2024-05-29T20:23:25.334Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-29T20:23:25.336Z] > git --version # timeout=10 [2024-05-29T20:23:25.355Z] > git --version # 'git version 2.25.1' [2024-05-29T20:23:25.357Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-29T20:23:25.496Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T20:23:26.099Z] (1/1) Installing tzdata (2024a-r1) [2024-05-29T20:23:26.667Z] OK: 1361 MiB in 240 packages [2024-05-29T20:23:26.080Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2024-05-29T20:23:26.103Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T20:23:26.925Z] (1/1) Purging tzdata (2024a-r1) [2024-05-29T20:23:26.925Z] OK: 1359 MiB in 239 packages [2024-05-29T20:23:26.961Z] Avoid second fetch [2024-05-29T20:23:26.962Z] Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) [2024-05-29T20:23:27.520Z] Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" [2024-05-29T20:23:26.976Z] > git config core.sparsecheckout # timeout=10 [2024-05-29T20:23:27.042Z] > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [2024-05-29T20:23:29.467Z] Looking in links: /tmp/tmpeztbsf77 [2024-05-29T20:23:29.467Z] Processing /tmp/tmpeztbsf77/pip-24.0-py3-none-any.whl [2024-05-29T20:23:29.467Z] Installing collected packages: pip [2024-05-29T20:23:30.407Z] Successfully installed pip-24.0 [2024-05-29T20:23:30.407Z] 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 [2024-05-29T20:23:30.667Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-29T20:23:30.927Z] Collecting setuptools [2024-05-29T20:23:30.927Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-29T20:23:31.187Z] Collecting wheel [2024-05-29T20:23:31.187Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T20:23:31.187Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-29T20:23:31.187Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 75.9 MB/s eta 0:00:00 [2024-05-29T20:23:31.187Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-29T20:23:31.187Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 244.3 MB/s eta 0:00:00 [2024-05-29T20:23:31.187Z] Installing collected packages: wheel, setuptools [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T20:23:31.755Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-29T20:23:31.755Z] 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 [2024-05-29T20:23:32.122Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-29T20:23:32.122Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-29T20:23:32.122Z] Dload Upload Total Spent Left Speed [2024-05-29T20:23:32.122Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 103k 0 --:--:-- --:--:-- --:--:-- 103k [Pipeline] sh [2024-05-29T20:23:32.324Z] Processing ./edgex-taf-common [2024-05-29T20:23:32.324Z] Preparing metadata (setup.py): started [2024-05-29T20:23:32.446Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-29T20:23:32.582Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:23:32.582Z] Building wheels for collected packages: edgex-taf-common [2024-05-29T20:23:32.583Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-29T20:23:32.761Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-05-29T20:23:32.761Z] + sudo tee /etc/docker/daemon.new [2024-05-29T20:23:32.761Z] { [2024-05-29T20:23:32.761Z] "registry-mirrors": [ [2024-05-29T20:23:32.761Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-29T20:23:32.761Z] ], [2024-05-29T20:23:32.761Z] "bip": "10.250.0.254/24", [2024-05-29T20:23:32.761Z] "hosts": [ [2024-05-29T20:23:32.761Z] "tcp://0.0.0.0:5555", [2024-05-29T20:23:32.761Z] "unix:///var/run/docker.sock" [2024-05-29T20:23:32.761Z] ], [2024-05-29T20:23:32.761Z] "mtu": 1458, [2024-05-29T20:23:32.761Z] "selinux-enabled": true, [2024-05-29T20:23:32.761Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-29T20:23:32.761Z] } [Pipeline] sh [2024-05-29T20:23:32.841Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-29T20:23:32.841Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=3c7c94eadfb7dcfac0b3a6bfe7e265914b4331ad20bad008caca8cc5002d9c92 [2024-05-29T20:23:32.841Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-29T20:23:32.841Z] Successfully built edgex-taf-common [2024-05-29T20:23:32.841Z] Installing collected packages: edgex-taf-common [2024-05-29T20:23:32.841Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-29T20:23:32.841Z] 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 [2024-05-29T20:23:33.086Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-29T20:23:33.409Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-29T20:23:33.409Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-29T20:23:33.409Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-29T20:23:33.409Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-29T20:23:33.411Z] + sudo service docker restart [2024-05-29T20:23:33.669Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-29T20:23:33.669Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-29T20:23:33.669Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-29T20:23:33.669Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-29T20:23:33.669Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-29T20:23:33.669Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-29T20:23:33.669Z] Preparing metadata (setup.py): started [2024-05-29T20:23:33.929Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:23:33.929Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-29T20:23:33.929Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-29T20:23:33.929Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-29T20:23:33.929Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-29T20:23:33.929Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-29T20:23:33.929Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-29T20:23:33.929Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-29T20:23:34.191Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-29T20:23:34.191Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 9.9 MB/s eta 0:00:00 [2024-05-29T20:23:34.191Z] Preparing metadata (setup.py): started [2024-05-29T20:23:34.191Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:23:34.191Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-29T20:23:34.191Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-29T20:23:34.449Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-29T20:23:34.449Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) [2024-05-29T20:23:34.449Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 6.3 MB/s eta 0:00:00 [2024-05-29T20:23:34.708Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-29T20:23:34.708Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-29T20:23:34.708Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 32.4 MB/s eta 0:00:00 [2024-05-29T20:23:34.708Z] Installing build dependencies: started [2024-05-29T20:23:36.612Z] Installing build dependencies: finished with status 'done' [2024-05-29T20:23:36.612Z] Getting requirements to build wheel: started [2024-05-29T20:23:36.872Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T20:23:36.872Z] Preparing metadata (pyproject.toml): started [2024-05-29T20:23:37.133Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T20:23:37.133Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-29T20:23:37.133Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-29T20:23:37.392Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-29T20:23:37.392Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) [2024-05-29T20:23:37.392Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-29T20:23:37.392Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-29T20:23:37.651Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 9.7 MB/s eta 0:00:00 [2024-05-29T20:23:37.651Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-29T20:23:37.651Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-29T20:23:37.651Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 9.6 MB/s eta 0:00:00 [2024-05-29T20:23:37.651Z] Preparing metadata (setup.py): started [2024-05-29T20:23:37.911Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:23:37.911Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-29T20:23:37.911Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2024-05-29T20:23:38.170Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:38.170Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-29T20:23:38.170Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:38.170Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-29T20:23:38.170Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:38.170Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T20:23:38.428Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:38.428Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-29T20:23:38.429Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 6.0 MB/s eta 0:00:00 [2024-05-29T20:23:38.429Z] Preparing metadata (setup.py): started [2024-05-29T20:23:38.429Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:23:38.688Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:38.688Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-29T20:23:38.688Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:38.688Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-29T20:23:38.688Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:38.688Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T20:23:38.688Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:38.688Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-29T20:23:38.688Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:38.688Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-29T20:23:38.946Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:38.946Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-29T20:23:38.946Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T20:23:38.946Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) [2024-05-29T20:23:38.946Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T20:23:38.946Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-29T20:23:39.205Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T20:23:39.205Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-29T20:23:39.205Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T20:23:39.205Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T20:23:39.205Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T20:23:39.205Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-29T20:23:39.205Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T20:23:39.205Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-29T20:23:39.205Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T20:23:39.464Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-29T20:23:39.464Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T20:23:39.464Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-29T20:23:39.464Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (70.0.0) [2024-05-29T20:23:39.464Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T20:23:39.464Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-29T20:23:39.464Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T20:23:39.464Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T20:23:39.464Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:39.464Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-29T20:23:39.464Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:39.464Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-29T20:23:39.723Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:39.723Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2024-05-29T20:23:39.723Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:39.723Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-29T20:23:39.723Z] Preparing metadata (setup.py): started [2024-05-29T20:23:39.982Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:23:39.982Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:39.982Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-29T20:23:39.982Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:39.982Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-29T20:23:39.982Z] Preparing metadata (setup.py): started [2024-05-29T20:23:40.241Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:23:40.241Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:40.241Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T20:23:40.241Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:40.241Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-29T20:23:40.501Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:40.501Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-29T20:23:40.501Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:40.501Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-29T20:23:40.501Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:40.501Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T20:23:40.501Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:40.501Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T20:23:40.760Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:23:40.760Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2024-05-29T20:23:41.019Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:41.019Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-29T20:23:41.019Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:41.019Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-29T20:23:41.019Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:41.019Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-29T20:23:41.019Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:41.019Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-29T20:23:41.279Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:41.279Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-29T20:23:41.279Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:23:41.279Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T20:23:41.279Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-29T20:23:41.279Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 16.9 MB/s eta 0:00:00 [2024-05-29T20:23:41.279Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-29T20:23:41.279Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-29T20:23:41.279Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-29T20:23:42.658Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 71.2 kB/s eta 0:00:00 [2024-05-29T20:23:42.658Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-29T20:23:42.658Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-29T20:23:42.658Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-29T20:23:42.658Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.3 MB/s eta 0:00:00 [2024-05-29T20:23:42.658Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-29T20:23:42.658Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 20.0 MB/s eta 0:00:00 [2024-05-29T20:23:42.658Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) [2024-05-29T20:23:42.917Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 71.3 MB/s eta 0:00:00 [2024-05-29T20:23:42.917Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-29T20:23:42.917Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 23.2 MB/s eta 0:00:00 [2024-05-29T20:23:42.917Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) [2024-05-29T20:23:42.917Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 29.1 MB/s eta 0:00:00 [2024-05-29T20:23:42.917Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-29T20:23:43.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 30.5 MB/s eta 0:00:00 [2024-05-29T20:23:43.177Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) [2024-05-29T20:23:43.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 34.8 MB/s eta 0:00:00 [2024-05-29T20:23:43.177Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-29T20:23:43.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 17.3 MB/s eta 0:00:00 [2024-05-29T20:23:43.177Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) [2024-05-29T20:23:43.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 15.2 MB/s eta 0:00:00 [2024-05-29T20:23:43.177Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-29T20:23:43.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.2 MB/s eta 0:00:00 [2024-05-29T20:23:43.177Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-29T20:23:43.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 6.5 MB/s eta 0:00:00 [2024-05-29T20:23:43.177Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-29T20:23:43.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 24.5 MB/s eta 0:00:00 [2024-05-29T20:23:43.177Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-29T20:23:43.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 22.6 MB/s eta 0:00:00 [2024-05-29T20:23:43.177Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-29T20:23:43.177Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-29T20:23:43.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 68.4 MB/s eta 0:00:00 [2024-05-29T20:23:43.437Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-29T20:23:43.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 16.3 MB/s eta 0:00:00 [2024-05-29T20:23:43.437Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-29T20:23:43.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 7.1 MB/s eta 0:00:00 [2024-05-29T20:23:43.437Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-29T20:23:43.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 49.2 MB/s eta 0:00:00 [2024-05-29T20:23:43.437Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-29T20:23:43.437Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-29T20:23:43.437Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-29T20:23:43.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 11.9 MB/s eta 0:00:00 [2024-05-29T20:23:43.437Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-29T20:23:43.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 24.7 MB/s eta 0:00:00 [2024-05-29T20:23:43.437Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-29T20:23:43.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 21.9 MB/s eta 0:00:00 [2024-05-29T20:23:43.437Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-29T20:23:43.695Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-29T20:23:43.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 7.8 MB/s eta 0:00:00 [2024-05-29T20:23:43.695Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-29T20:23:43.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 14.4 MB/s eta 0:00:00 [2024-05-29T20:23:43.695Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-29T20:23:43.695Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-29T20:23:43.695Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) [2024-05-29T20:23:43.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 33.8 MB/s eta 0:00:00 [2024-05-29T20:23:43.695Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-29T20:23:43.695Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-29T20:23:43.695Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) [2024-05-29T20:23:43.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 29.3 MB/s eta 0:00:00 [2024-05-29T20:23:43.695Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-29T20:23:43.695Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-29T20:23:43.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 15.6 MB/s eta 0:00:00 [2024-05-29T20:23:43.695Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-29T20:23:43.695Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-29T20:23:43.695Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-29T20:23:43.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.3 MB/s eta 0:00:00 [2024-05-29T20:23:43.695Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-29T20:23:43.695Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-29T20:23:43.955Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-29T20:23:43.955Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-29T20:23:43.955Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-29T20:23:43.955Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-29T20:23:43.955Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 6.7 MB/s eta 0:00:00 [2024-05-29T20:23:43.955Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email [2024-05-29T20:23:43.955Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-29T20:23:44.214Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-29T20:23:44.214Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=3aabe208eaaee851026debd6eb8cdb81a36dc36f87b8596e509aaf6374090215 [2024-05-29T20:23:44.214Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-29T20:23:44.214Z] Building wheel for paho-mqtt (setup.py): started [2024-05-29T20:23:44.474Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-29T20:23:44.474Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=82ca013f443757eae637c2cbd353eaee8b026c6249d13b031cc38c9b5cea43d4 [2024-05-29T20:23:44.474Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-29T20:23:44.474Z] Building wheel for psutil (pyproject.toml): started [2024-05-29T20:23:45.855Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-29T20:23:45.855Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281491 sha256=c1796582748fe05809d872cbe4b88adf7cc0daf83cee1d9b554c5adce55999d6 [2024-05-29T20:23:45.855Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-29T20:23:45.855Z] Building wheel for psycopg2 (setup.py): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T20:23:51.661Z] provisioning config files... [2024-05-29T20:23:51.694Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config225839172363624329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:23:52.162Z] ---> ****-login.sh [2024-05-29T20:23:52.162Z] nexus3.edgexfoundry.org:10001 [2024-05-29T20:23:52.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:23:52.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:23:52.760Z] Configure a credential helper to remove this warning. See [2024-05-29T20:23:52.760Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:23:52.760Z] [2024-05-29T20:23:52.760Z] Login Succeeded [2024-05-29T20:23:52.760Z] nexus3.edgexfoundry.org:10002 [2024-05-29T20:23:53.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:23:53.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:23:53.297Z] Configure a credential helper to remove this warning. See [2024-05-29T20:23:53.297Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:23:53.297Z] [2024-05-29T20:23:53.297Z] Login Succeeded [2024-05-29T20:23:53.297Z] nexus3.edgexfoundry.org:10003 [2024-05-29T20:23:53.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:23:53.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:23:53.568Z] Configure a credential helper to remove this warning. See [2024-05-29T20:23:53.568Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:23:53.568Z] [2024-05-29T20:23:53.568Z] Login Succeeded [2024-05-29T20:23:53.569Z] nexus3.edgexfoundry.org:10004 [2024-05-29T20:23:53.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:23:53.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:23:53.843Z] Configure a credential helper to remove this warning. See [2024-05-29T20:23:53.843Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:23:53.843Z] [2024-05-29T20:23:53.843Z] Login Succeeded [2024-05-29T20:23:53.843Z] ****.io [2024-05-29T20:23:54.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T20:23:54.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T20:23:54.382Z] Configure a credential helper to remove this warning. See [2024-05-29T20:23:54.382Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T20:23:54.382Z] [2024-05-29T20:23:54.382Z] Login Succeeded [2024-05-29T20:23:54.382Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T20:23:54.407Z] 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 [2024-05-29T20:23:55.144Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T20:23:55.482Z] + ls -al . [2024-05-29T20:23:55.482Z] total 68 [2024-05-29T20:23:55.482Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 20:23 . [2024-05-29T20:23:55.482Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:23 .. [2024-05-29T20:23:55.482Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 20:23 .git [2024-05-29T20:23:55.482Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 20:23 .github [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 22 May 29 20:23 .gitignore [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 29 20:23 Dockerfile [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 746 May 29 20:23 Jenkinsfile [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 29 20:23 LICENSE [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 29 20:23 README.md [2024-05-29T20:23:55.482Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:23 TAF-Manager [2024-05-29T20:23:55.482Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 20:23 TUC [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 20:21 VERSION [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 343 May 29 20:23 requirements.txt [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 54 May 29 20:23 robot-entrypoint.sh [2024-05-29T20:23:55.482Z] -rw-rw-r-- 1 jenkins jenkins 445 May 29 20:23 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:23:55.844Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-29T20:23:55.844Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521877 sha256=72ab870fb7f272814d2cc354c7a95ff572b68ed13f30975f79b79e382a4c17a2 [2024-05-29T20:23:55.844Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-29T20:23:55.844Z] Building wheel for flex (setup.py): started [2024-05-29T20:23:55.844Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-29T20:23:55.844Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=188b4d11ededd6b46e9249bcd2798bc4552a4e45342d3af02c9b0153f775f978 [2024-05-29T20:23:55.844Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-29T20:23:55.844Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-29T20:23:55.844Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-29T20:23:55.844Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=e4aced7ad38ec5b4fc7dd706b14fe47d927b9c27a64fb8caf57a470d96e1f1c6 [2024-05-29T20:23:55.844Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-29T20:23:55.844Z] Building wheel for validate-email (setup.py): started [2024-05-29T20:23:55.844Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-29T20:23:55.844Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=eec48989c552aac9c18694937429f57fe076932863e445ae417a07c637142b1a [2024-05-29T20:23:55.844Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-29T20:23:55.844Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email [2024-05-29T20:23:55.844Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary [2024-05-29T20:23:55.853Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 --label arch=arm64 --label version=0.0.2-dev.42 . [2024-05-29T20:23:56.130Z] Sending build context to Docker daemon 363kB [2024-05-29T20:23:56.130Z] Step 1/13 : FROM alpine:3.20 [2024-05-29T20:23:56.401Z] 3.20: Pulling from library/alpine [2024-05-29T20:23:56.669Z] 94747bd81234: Pulling fs layer [2024-05-29T20:23:57.647Z] 94747bd81234: Verifying Checksum [2024-05-29T20:23:57.647Z] 94747bd81234: Download complete [2024-05-29T20:23:58.233Z] 94747bd81234: Pull complete [2024-05-29T20:23:58.234Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-29T20:23:58.234Z] Status: Downloaded newer image for alpine:3.20 [2024-05-29T20:23:58.234Z] ---> 442043f030d3 [2024-05-29T20:23:58.234Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-29T20:23:58.234Z] ---> Running in bbc252ff22c3 [2024-05-29T20:23:58.502Z] Removing intermediate container bbc252ff22c3 [2024-05-29T20:23:58.502Z] ---> ca85c9c15fa6 [2024-05-29T20:23:58.502Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-29T20:23:58.771Z] ---> Running in 8163182d33cd [2024-05-29T20:23:59.039Z] Removing intermediate container 8163182d33cd [2024-05-29T20:23:59.039Z] ---> 01e7e8249e41 [2024-05-29T20:23:59.039Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-29T20:23:59.627Z] ---> 788d5f0b78a5 [2024-05-29T20:23:59.627Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-29T20:24:00.223Z] ---> 60ca4cd9143a [2024-05-29T20:24:00.223Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-29T20:24:00.813Z] ---> e842d829cecf [2024-05-29T20:24:00.813Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-29T20:24:00.813Z] ---> Running in 1e11507f54f5 [2024-05-29T20:24:01.090Z] Removing intermediate container 1e11507f54f5 [2024-05-29T20:24:01.090Z] ---> 963a770d383d [2024-05-29T20:24:01.090Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-29T20:24:01.090Z] ---> Running in 0cfd7a7cebf7 [2024-05-29T20:24:03.053Z] Removing intermediate container 0cfd7a7cebf7 [2024-05-29T20:24:03.053Z] ---> 2971d163fbc6 [2024-05-29T20:24:03.053Z] Step 9/13 : 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.5-r2 && 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 && rm /usr/lib/python*/EXTERNALLY-MANAGED && 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 -r requirements.txt [2024-05-29T20:24:03.053Z] ---> Running in 77a99217a940 [2024-05-29T20:24:04.019Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T20:24:04.607Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T20:24:05.828Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 configparser-6.0.0 docker-6.1.3 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.7 influxdb-client-1.41.0 jsonpath-ng-1.6.1 jsonpointer-2.4 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.0 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.9 pycryptodome-3.19.0 pygments-2.18.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2024.1 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.35.1 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.18.1 selenium-4.21.0 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.25.1 trio-websocket-0.11.1 typing-extensions-4.12.0 tzlocal-5.2 urllib3-2.2.1 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2024-05-29T20:24:05.828Z] 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 [2024-05-29T20:24:06.560Z] OK: 9 MiB in 14 packages [2024-05-29T20:24:06.560Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T20:24:07.141Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T20:24:09.088Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-29T20:24:09.355Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-29T20:24:09.937Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-29T20:24:10.213Z] (4/14) Installing libunistring (1.2-r0) [2024-05-29T20:24:10.796Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-29T20:24:11.378Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-29T20:24:11.646Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-29T20:24:11.915Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-29T20:24:12.579Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-29T20:24:13.163Z] (10/14) Installing curl (8.7.1-r0) [2024-05-29T20:24:13.428Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-29T20:24:14.388Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-29T20:24:14.971Z] (13/14) Installing jq (1.7.1-r0) [2024-05-29T20:24:15.555Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-29T20:24:15.822Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T20:24:15.822Z] Executing ca-certificates-20240226-r0.trigger [2024-05-29T20:24:16.095Z] OK: 43 MiB in 28 packages [2024-05-29T20:24:16.364Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T20:24:16.959Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T20:24:18.901Z] (1/166) Installing libexpat (2.6.2-r0) [2024-05-29T20:24:19.168Z] (2/166) Installing libbz2 (1.0.8-r6) [2024-05-29T20:24:19.435Z] (3/166) Installing libpng (1.6.43-r0) [2024-05-29T20:24:20.019Z] (4/166) Installing freetype (2.13.2-r0) [2024-05-29T20:24:20.283Z] (5/166) Installing fontconfig (2.15.0-r1) [2024-05-29T20:24:20.865Z] (6/166) Installing libfontenc (1.1.8-r0) [2024-05-29T20:24:21.131Z] (7/166) Installing mkfontscale (1.2.2-r6) [2024-05-29T20:24:21.420Z] (8/166) Installing font-opensans (0_git20210927-r1) [2024-05-29T20:24:22.378Z] (9/166) Installing pkgconf (2.2.0-r0) [2024-05-29T20:24:22.645Z] (10/166) Installing libgcc (13.2.1_git20240309-r0) [2024-05-29T20:24:22.927Z] (11/166) Installing libffi (3.4.6-r0) [2024-05-29T20:24:23.195Z] (12/166) Installing libintl (0.22.5-r0) [2024-05-29T20:24:23.780Z] (13/166) Installing libeconf (0.6.3-r0) [2024-05-29T20:24:24.046Z] (14/166) Installing libblkid (2.40.1-r1) [2024-05-29T20:24:24.314Z] (15/166) Installing libmount (2.40.1-r1) [2024-05-29T20:24:24.897Z] (16/166) Installing pcre2 (10.43-r0) [2024-05-29T20:24:25.479Z] (17/166) Installing glib (2.80.2-r0) [2024-05-29T20:24:26.062Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-29T20:24:26.643Z] (19/166) Installing xz-libs (5.6.1-r3) [2024-05-29T20:24:26.908Z] (20/166) Installing libxml2 (2.12.7-r0) [2024-05-29T20:24:27.490Z] (21/166) Installing shared-mime-info (2.4-r0) [2024-05-29T20:24:28.078Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2024-05-29T20:24:28.345Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2024-05-29T20:24:28.927Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2024-05-29T20:24:29.194Z] (25/166) Installing libwebp (1.3.2-r0) [2024-05-29T20:24:29.775Z] (26/166) Installing tiff (4.6.0t-r0) [2024-05-29T20:24:30.042Z] (27/166) Installing gdk-pixbuf (2.42.11-r1) [2024-05-29T20:24:30.624Z] (28/166) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-29T20:24:30.890Z] (29/166) Installing libxau (1.0.11-r4) [2024-05-29T20:24:31.161Z] (30/166) Installing libmd (1.1.0-r0) [2024-05-29T20:24:31.752Z] (31/166) Installing libbsd (0.12.2-r0) [2024-05-29T20:24:32.018Z] (32/166) Installing libxdmcp (1.1.5-r1) [2024-05-29T20:24:32.290Z] (33/166) Installing libxcb (1.16.1-r0) [2024-05-29T20:24:32.467Z] Removing intermediate container 77219ef7c63f [2024-05-29T20:24:32.467Z] ---> f3bcd2a390dd [2024-05-29T20:24:32.467Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-29T20:24:32.467Z] ---> Running in 9947021501b9 [2024-05-29T20:24:32.467Z] Removing intermediate container 9947021501b9 [2024-05-29T20:24:32.467Z] ---> bf117ab9bd29 [2024-05-29T20:24:32.467Z] Step 11/13 : LABEL arch=amd64 [2024-05-29T20:24:32.734Z] ---> Running in d36f77d141d2 [2024-05-29T20:24:32.734Z] Removing intermediate container d36f77d141d2 [2024-05-29T20:24:32.734Z] ---> b2937127bfc3 [2024-05-29T20:24:32.734Z] Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T20:24:32.734Z] ---> Running in 4876d99d436d [2024-05-29T20:24:32.734Z] Removing intermediate container 4876d99d436d [2024-05-29T20:24:32.734Z] ---> 92230d7b902a [2024-05-29T20:24:32.734Z] Step 13/13 : LABEL version=0.0.2-dev.42 [2024-05-29T20:24:32.734Z] ---> Running in 17f1c0e1b970 [2024-05-29T20:24:32.871Z] (34/166) Installing libx11 (1.8.9-r1) [2024-05-29T20:24:32.992Z] Removing intermediate container 17f1c0e1b970 [2024-05-29T20:24:32.993Z] ---> b7336c0010f0 [2024-05-29T20:24:32.993Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T20:24:32.993Z] Successfully built b7336c0010f0 [2024-05-29T20:24:32.993Z] 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 [2024-05-29T20:24:33.141Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2024-05-29T20:24:33.141Z] 7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T20:24:33.141Z] latest [2024-05-29T20:24:33.141Z] 0.0.2-dev.42 [2024-05-29T20:24:33.141Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-29T20:24:33.141Z] main [2024-05-29T20:24:33.141Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:24:33.457Z] (35/166) Installing libxcomposite (0.4.6-r5) [2024-05-29T20:24:33.487Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:24:33.722Z] (36/166) Installing libxfixes (6.0.1-r4) [2024-05-29T20:24:33.818Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T20:24:33.818Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2024-05-29T20:24:33.818Z] a95a1f6b215e: Preparing [2024-05-29T20:24:33.818Z] f1d4d124a962: Preparing [2024-05-29T20:24:33.818Z] 285eaf81daac: Preparing [2024-05-29T20:24:33.818Z] deada370ce0a: Preparing [2024-05-29T20:24:33.818Z] 795d43e07007: Preparing [2024-05-29T20:24:33.818Z] 02f2bcb26af5: Preparing [2024-05-29T20:24:33.818Z] 02f2bcb26af5: Waiting [2024-05-29T20:24:33.818Z] deada370ce0a: Pushed [2024-05-29T20:24:33.818Z] 285eaf81daac: Pushed [2024-05-29T20:24:33.818Z] 02f2bcb26af5: Layer already exists [2024-05-29T20:24:33.818Z] f1d4d124a962: Pushed [2024-05-29T20:24:33.818Z] 795d43e07007: Pushed [2024-05-29T20:24:33.987Z] (37/166) Installing libxrender (0.9.11-r5) [2024-05-29T20:24:34.258Z] (38/166) Installing libxcursor (1.2.2-r1) [2024-05-29T20:24:34.836Z] (39/166) Installing libxdamage (1.1.6-r5) [2024-05-29T20:24:35.101Z] (40/166) Installing libxext (1.3.6-r2) [2024-05-29T20:24:35.369Z] (41/166) Installing libxi (1.8.1-r4) [2024-05-29T20:24:35.635Z] (42/166) Installing libxinerama (1.1.5-r4) [2024-05-29T20:24:35.898Z] (43/166) Installing libxrandr (1.5.4-r1) [2024-05-29T20:24:36.162Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2024-05-29T20:24:36.741Z] (45/166) Installing libxtst (1.2.4-r6) [2024-05-29T20:24:37.006Z] (46/166) Installing dbus-libs (1.14.10-r1) [2024-05-29T20:24:37.584Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2024-05-29T20:24:37.848Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-29T20:24:38.428Z] (49/166) Installing pixman (0.43.2-r0) [2024-05-29T20:24:38.692Z] (50/166) Installing cairo (1.18.0-r0) [2024-05-29T20:24:39.271Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2024-05-29T20:24:39.536Z] (52/166) Installing avahi-libs (0.8-r17) [2024-05-29T20:24:40.114Z] (53/166) Installing gmp (6.3.0-r1) [2024-05-29T20:24:40.379Z] (54/166) Installing nettle (3.9.1-r0) [2024-05-29T20:24:40.958Z] (55/166) Installing libtasn1 (4.19.0-r2) [2024-05-29T20:24:41.224Z] (56/166) Installing p11-kit (0.25.3-r0) [2024-05-29T20:24:41.812Z] (57/166) Installing gnutls (3.8.5-r0) [2024-05-29T20:24:42.391Z] (58/166) Installing cups-libs (2.4.8-r0) [2024-05-29T20:24:42.656Z] (59/166) Installing libepoxy (1.5.10-r1) [2024-05-29T20:24:43.233Z] (60/166) Installing fribidi (1.0.14-r0) [2024-05-29T20:24:43.498Z] (61/166) Installing graphite2 (1.3.14-r6) [2024-05-29T20:24:44.079Z] (62/166) Installing harfbuzz (8.5.0-r0) [2024-05-29T20:24:44.657Z] (63/166) Installing libxft (2.3.8-r3) [2024-05-29T20:24:44.921Z] (64/166) Installing pango (1.52.2-r0) [2024-05-29T20:24:45.185Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2024-05-29T20:24:45.764Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-29T20:24:46.030Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2024-05-29T20:24:46.295Z] (68/166) Installing xkeyboard-config (2.41-r0) [2024-05-29T20:24:46.876Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2024-05-29T20:24:47.457Z] (70/166) Installing gtk+3.0 (3.24.42-r0) [2024-05-29T20:24:48.041Z] (71/166) Installing icu-data-full (74.2-r0) [2024-05-29T20:24:51.379Z] (72/166) Installing mesa (24.0.8-r1) [2024-05-29T20:24:51.647Z] (73/166) Installing llvm17-libs (17.0.6-r1) [2024-05-29T20:25:01.722Z] (74/166) Installing hwdata-pci (0.382-r0) [2024-05-29T20:25:01.722Z] (75/166) Installing libpciaccess (0.18.1-r0) [2024-05-29T20:25:01.722Z] (76/166) Installing libdrm (2.4.120-r0) [2024-05-29T20:25:01.722Z] (77/166) Installing libelf (0.191-r0) [2024-05-29T20:25:02.303Z] (78/166) Installing mesa-glapi (24.0.8-r1) [2024-05-29T20:25:02.572Z] (79/166) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-29T20:25:03.527Z] (80/166) Installing eudev-libs (3.2.14-r2) [2024-05-29T20:25:04.108Z] (81/166) Installing libmagic (5.45-r1) [2024-05-29T20:25:04.690Z] (82/166) Installing file (5.45-r1) [2024-05-29T20:25:04.955Z] (83/166) Installing xprop (1.2.7-r0) [2024-05-29T20:25:05.220Z] (84/166) Installing libice (1.1.1-r6) [2024-05-29T20:25:05.488Z] (85/166) Installing libuuid (2.40.1-r1) [2024-05-29T20:25:06.069Z] (86/166) Installing libsm (1.2.4-r4) [2024-05-29T20:25:06.335Z] (87/166) Installing libxt (1.3.0-r5) [2024-05-29T20:25:06.916Z] (88/166) Installing libxmu (1.1.4-r2) [2024-05-29T20:25:07.181Z] (89/166) Installing xset (1.2.5-r1) [2024-05-29T20:25:07.446Z] (90/166) Installing xdg-utils (1.2.1-r0) [2024-05-29T20:25:08.026Z] (91/166) Installing libogg (1.3.5-r5) [2024-05-29T20:25:08.291Z] (92/166) Installing libflac (1.4.3-r1) [2024-05-29T20:25:08.558Z] (93/166) Installing alsa-lib (1.2.11-r0) [2024-05-29T20:25:09.139Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-29T20:25:10.096Z] (95/166) Installing aom-libs (3.9.0-r0) [2024-05-29T20:25:10.680Z] (96/166) Installing libva (2.21.0-r0) [2024-05-29T20:25:10.946Z] (97/166) Installing libvdpau (1.5-r3) [2024-05-29T20:25:11.211Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-29T20:25:11.790Z] (99/166) Installing libdav1d (1.4.2-r0) [2024-05-29T20:25:12.370Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2024-05-29T20:25:12.635Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2024-05-29T20:25:12.900Z] (102/166) Installing imath (3.1.11-r2) [2024-05-29T20:25:13.481Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2024-05-29T20:25:14.061Z] (104/166) Installing giflib (5.2.2-r0) [2024-05-29T20:25:14.326Z] (105/166) Installing libhwy (1.0.7-r0) [2024-05-29T20:25:14.592Z] (106/166) Installing lcms2 (2.16-r0) [2024-05-29T20:25:15.173Z] (107/166) Installing libjxl (0.10.2-r0) [2024-05-29T20:25:15.754Z] (108/166) Installing lame-libs (3.100-r5) [2024-05-29T20:25:16.019Z] (109/166) Installing opus (1.5.2-r0) [2024-05-29T20:25:16.600Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2024-05-29T20:25:17.183Z] (111/166) Installing libgomp (13.2.1_git20240309-r0) [2024-05-29T20:25:17.449Z] (112/166) Installing soxr (0.1.3-r7) [2024-05-29T20:25:18.031Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-29T20:25:18.296Z] (114/166) Installing libtheora (1.1.1-r18) [2024-05-29T20:25:18.877Z] (115/166) Installing libvorbis (1.3.7-r2) [2024-05-29T20:25:19.143Z] (116/166) Installing libvpx (1.14.0-r0) [2024-05-29T20:25:19.724Z] (117/166) Installing libwebpmux (1.3.2-r0) [2024-05-29T20:25:20.304Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2024-05-29T20:25:20.569Z] (119/166) Installing numactl (2.0.18-r0) [2024-05-29T20:25:21.148Z] (120/166) Installing x265-libs (3.6-r0) [2024-05-29T20:25:21.727Z] (121/166) Installing xvidcore (1.3.7-r2) [2024-05-29T20:25:21.992Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-29T20:25:23.395Z] (123/166) Installing libbluray (1.3.4-r1) [2024-05-29T20:25:23.659Z] (124/166) Installing mpg123-libs (1.32.6-r0) [2024-05-29T20:25:24.239Z] (125/166) Installing libopenmpt (0.7.7-r0) [2024-05-29T20:25:24.819Z] (126/166) Installing cjson (1.7.18-r0) [2024-05-29T20:25:25.086Z] (127/166) Installing mbedtls (3.6.0-r0) [2024-05-29T20:25:25.666Z] (128/166) Installing librist (0.2.10-r1) [2024-05-29T20:25:25.931Z] (129/166) Installing libsrt (1.5.3-r0) [2024-05-29T20:25:26.515Z] (130/166) Installing libssh (0.10.6-r0) [2024-05-29T20:25:26.781Z] (131/166) Installing libsodium (1.0.19-r0) [2024-05-29T20:25:27.360Z] (132/166) Installing libzmq (4.3.5-r2) [2024-05-29T20:25:27.939Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-29T20:25:28.521Z] (134/166) Installing crc32c (1.1.2-r0) [2024-05-29T20:25:28.787Z] (135/166) Installing double-conversion (3.3.0-r0) [2024-05-29T20:25:29.052Z] (136/166) Installing libevent (2.1.12-r7) [2024-05-29T20:25:29.631Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2024-05-29T20:25:29.897Z] (138/166) Installing mesa-gbm (24.0.8-r1) [2024-05-29T20:25:30.162Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2024-05-29T20:25:30.740Z] (140/166) Installing icu-libs (74.2-r0) [2024-05-29T20:25:31.320Z] (141/166) Installing minizip (1.3.1-r0) [2024-05-29T20:25:31.585Z] (142/166) Installing nspr (4.35-r4) [2024-05-29T20:25:32.169Z] (143/166) Installing sqlite-libs (3.45.3-r1) [2024-05-29T20:25:32.434Z] (144/166) Installing nss (3.100-r0) [2024-05-29T20:25:33.013Z] (145/166) Installing openh264 (2.4.1-r0) [2024-05-29T20:25:33.593Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2024-05-29T20:25:34.174Z] (147/166) Installing libunwind (1.8.1-r0) [2024-05-29T20:25:34.439Z] (148/166) Installing yaml (0.2.5-r2) [2024-05-29T20:25:35.019Z] (149/166) Installing libcamera (0.3.0-r0) [2024-05-29T20:25:35.600Z] (150/166) Installing speexdsp (1.2.1-r2) [2024-05-29T20:25:35.864Z] (151/166) Installing libuv (1.48.0-r0) [2024-05-29T20:25:36.129Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-29T20:25:36.707Z] (153/166) Installing libsndfile (1.2.2-r0) [2024-05-29T20:25:36.972Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-29T20:25:37.550Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2024-05-29T20:25:38.128Z] (156/166) Installing libasyncns (0.8-r3) [2024-05-29T20:25:38.708Z] (157/166) Installing libltdl (2.4.7-r3) [2024-05-29T20:25:38.972Z] (158/166) Installing orc (0.4.37-r0) [2024-05-29T20:25:39.236Z] (159/166) Installing tdb-libs (1.4.9-r1) [2024-05-29T20:25:39.813Z] (160/166) Installing libpulse (17.0-r0) [2024-05-29T20:25:40.078Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2024-05-29T20:25:40.342Z] (162/166) Installing libgpg-error (1.49-r0) [2024-05-29T20:25:40.920Z] (163/166) Installing libgcrypt (1.10.3-r0) [2024-05-29T20:25:41.499Z] (164/166) Installing libxslt (1.1.39-r1) [2024-05-29T20:25:41.764Z] (165/166) Installing chromium (125.0.6422.112-r0) [2024-05-29T20:25:57.799Z] (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-29T20:25:57.799Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T20:25:57.799Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-29T20:25:57.799Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-29T20:25:57.799Z] Executing glib-2.80.2-r0.trigger [2024-05-29T20:25:57.799Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-29T20:25:59.735Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-29T20:25:59.735Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-29T20:25:59.735Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-29T20:25:59.735Z] OK: 643 MiB in 194 packages [2024-05-29T20:26:00.002Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T20:26:00.579Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T20:26:02.509Z] (1/30) Installing jansson (2.14-r4) [2024-05-29T20:26:02.509Z] (2/30) Installing binutils (2.42-r0) [2024-05-29T20:26:03.461Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-29T20:26:03.724Z] (4/30) Installing isl26 (0.26-r1) [2024-05-29T20:26:04.301Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-29T20:26:04.622Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-29T20:26:05.207Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-29T20:26:13.421Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-29T20:26:14.378Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-29T20:26:15.333Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-29T20:26:15.598Z] (11/30) Installing libpq (16.3-r0) [2024-05-29T20:26:16.178Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-29T20:26:16.443Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-29T20:26:17.022Z] (14/30) Installing libecpg (16.3-r0) [2024-05-29T20:26:17.599Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-29T20:26:17.864Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-29T20:26:18.817Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-29T20:26:27.009Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-29T20:26:27.591Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-29T20:26:27.856Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-29T20:26:28.812Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-29T20:26:29.391Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-29T20:26:29.656Z] (23/30) Installing icu (74.2-r0) [2024-05-29T20:26:30.235Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-29T20:26:30.815Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-29T20:26:40.317Z] error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "\r\n413 Request Entity Too Large\r\n\r\n

413 Request Entity Too Large

\r\n
nginx/1.18.0
\r\n\r\n\r\n" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:26:40.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T20:26:40.769Z] [2024-05-29T20:26:40.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:26:40.864Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-29T20:26:40.865Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-29T20:26:40.865Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-29T20:26:41.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T20:26:41.080Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-29T20:26:41.080Z] 5eb5b503b376: Pulling fs layer [2024-05-29T20:26:41.080Z] 5c69ac0246d0: Pulling fs layer [2024-05-29T20:26:41.080Z] ec43610c2a17: Pulling fs layer [2024-05-29T20:26:41.080Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-29T20:26:41.080Z] 33b1e0a273af: Pulling fs layer [2024-05-29T20:26:41.080Z] 5d3b04190fa2: Pulling fs layer [2024-05-29T20:26:41.080Z] 2f39f015ded8: Pulling fs layer [2024-05-29T20:26:41.080Z] 33b1e0a273af: Waiting [2024-05-29T20:26:41.080Z] 5d3b04190fa2: Waiting [2024-05-29T20:26:41.080Z] 2f39f015ded8: Waiting [2024-05-29T20:26:41.080Z] 3a2ae6a8a46f: Waiting [2024-05-29T20:26:41.080Z] 5c69ac0246d0: Download complete [2024-05-29T20:26:41.080Z] 3a2ae6a8a46f: Verifying Checksum [2024-05-29T20:26:41.080Z] 3a2ae6a8a46f: Download complete [2024-05-29T20:26:41.128Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-29T20:26:41.338Z] 33b1e0a273af: Verifying Checksum [2024-05-29T20:26:41.338Z] 33b1e0a273af: Download complete [2024-05-29T20:26:41.338Z] 5d3b04190fa2: Verifying Checksum [2024-05-29T20:26:41.338Z] 5d3b04190fa2: Download complete [2024-05-29T20:26:41.338Z] ec43610c2a17: Verifying Checksum [2024-05-29T20:26:41.338Z] 5eb5b503b376: Verifying Checksum [2024-05-29T20:26:41.338Z] 5eb5b503b376: Download complete [2024-05-29T20:26:41.391Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-29T20:26:41.903Z] 2f39f015ded8: Download complete [2024-05-29T20:26:42.467Z] 5eb5b503b376: Pull complete [2024-05-29T20:26:42.725Z] 5c69ac0246d0: Pull complete [2024-05-29T20:26:42.982Z] ec43610c2a17: Pull complete [2024-05-29T20:26:42.982Z] 3a2ae6a8a46f: Pull complete [2024-05-29T20:26:43.240Z] 33b1e0a273af: Pull complete [2024-05-29T20:26:43.240Z] 5d3b04190fa2: Pull complete [2024-05-29T20:26:43.949Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T20:26:43.949Z] OK: 1169 MiB in 224 packages [2024-05-29T20:26:43.949Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T20:26:44.523Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T20:26:45.918Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-29T20:26:47.324Z] (2/14) Installing gdbm (1.23-r1) [2024-05-29T20:26:47.417Z] 2f39f015ded8: Pull complete [2024-05-29T20:26:47.417Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-29T20:26:47.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T20:26:47.417Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T20:26:47.511Z] prd-ubuntu20.04-docker-8c-8g-1109 does not seem to be running inside a container [2024-05-29T20:26:47.543Z] $ 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 [2024-05-29T20:26:47.588Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-29T20:26:48.165Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-29T20:26:48.429Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-29T20:26:48.693Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-29T20:26:49.076Z] $ docker top 39d3508235d2171d7bd5c6d96a55b418e2feef680169cf7dcb2a726347fe1c35 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:26:49.282Z] (7/14) Installing readline (8.2.10-r0) [2024-05-29T20:26:49.486Z] ---> job-cost.sh [2024-05-29T20:26:49.486Z] lf-activate-venv: SKIPPING [2024-05-29T20:26:49.486Z] INFO: No Stack... [2024-05-29T20:26:49.549Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-29T20:26:49.745Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T20:26:50.313Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T20:26:50.598Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2024-05-29T20:26:50.598Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T20:26:50.608Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [2024-05-29T20:26:50.619Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] did not exist. Created. [2024-05-29T20:26:50.625Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T20:26:50.923Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-29T20:26:50.961Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T20:26:50.972Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T20:26:50.996Z] $ docker stop --time=1 39d3508235d2171d7bd5c6d96a55b418e2feef680169cf7dcb2a726347fe1c35 [2024-05-29T20:26:51.494Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-29T20:26:52.157Z] $ docker rm -f --volumes 39d3508235d2171d7bd5c6d96a55b418e2feef680169cf7dcb2a726347fe1c35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-29T20:26:52.282Z] Failed in branch amd64 [2024-05-29T20:26:52.445Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-29T20:26:52.445Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-29T20:26:52.709Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-29T20:26:56.033Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-29T20:26:56.033Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-29T20:26:56.300Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T20:26:56.300Z] OK: 1356 MiB in 238 packages [2024-05-29T20:26:56.878Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T20:26:57.454Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T20:26:59.383Z] OK: 1356 MiB in 238 packages [2024-05-29T20:26:59.383Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T20:26:59.959Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T20:27:01.353Z] (1/1) Installing tzdata (2024a-r1) [2024-05-29T20:27:02.303Z] OK: 1357 MiB in 239 packages [2024-05-29T20:27:03.709Z] (1/1) Purging tzdata (2024a-r1) [2024-05-29T20:27:03.709Z] OK: 1356 MiB in 238 packages [2024-05-29T20:27:15.996Z] Looking in links: /tmp/tmpaq929w15 [2024-05-29T20:27:15.996Z] Processing /tmp/tmpaq929w15/pip-24.0-py3-none-any.whl [2024-05-29T20:27:15.996Z] Installing collected packages: pip [2024-05-29T20:27:24.286Z] Successfully installed pip-24.0 [2024-05-29T20:27:24.286Z] 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 [2024-05-29T20:27:26.222Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-29T20:27:28.157Z] Collecting setuptools [2024-05-29T20:27:28.157Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-29T20:27:28.424Z] Collecting wheel [2024-05-29T20:27:28.424Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T20:27:28.690Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-29T20:27:28.690Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 20.4 MB/s eta 0:00:00 [2024-05-29T20:27:28.690Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-29T20:27:28.690Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 25.1 MB/s eta 0:00:00 [2024-05-29T20:27:28.967Z] Installing collected packages: wheel, setuptools [2024-05-29T20:27:33.213Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-29T20:27:33.213Z] 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 [2024-05-29T20:27:35.787Z] Processing ./edgex-taf-common [2024-05-29T20:27:35.787Z] Preparing metadata (setup.py): started [2024-05-29T20:27:36.744Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:27:36.744Z] Building wheels for collected packages: edgex-taf-common [2024-05-29T20:27:36.744Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-29T20:27:38.145Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-29T20:27:38.145Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=f5545af474025b2a85d6bb9ae59877c1e5f826bdc3bddde25cb2bdf1a1207483 [2024-05-29T20:27:38.145Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-29T20:27:38.145Z] Successfully built edgex-taf-common [2024-05-29T20:27:38.413Z] Installing collected packages: edgex-taf-common [2024-05-29T20:27:38.413Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-29T20:27:38.413Z] 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 [2024-05-29T20:27:41.745Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-29T20:27:41.745Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-29T20:27:42.013Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-29T20:27:42.013Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-29T20:27:42.013Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-29T20:27:42.280Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-29T20:27:42.280Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-29T20:27:42.547Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-29T20:27:42.547Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-29T20:27:42.547Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-29T20:27:42.547Z] Preparing metadata (setup.py): started [2024-05-29T20:27:43.501Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:27:43.501Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-29T20:27:43.501Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-29T20:27:43.767Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-29T20:27:43.767Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-29T20:27:44.033Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-29T20:27:44.033Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-29T20:27:44.033Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-29T20:27:44.033Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-29T20:27:44.033Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.1 MB/s eta 0:00:00 [2024-05-29T20:27:44.299Z] Preparing metadata (setup.py): started [2024-05-29T20:27:45.254Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:27:45.521Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-29T20:27:45.521Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-29T20:27:47.456Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-29T20:27:47.456Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) [2024-05-29T20:27:47.456Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 2.6 MB/s eta 0:00:00 [2024-05-29T20:27:48.036Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-29T20:27:48.036Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-29T20:27:48.036Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 11.6 MB/s eta 0:00:00 [2024-05-29T20:27:48.302Z] Installing build dependencies: started [2024-05-29T20:27:58.364Z] Installing build dependencies: finished with status 'done' [2024-05-29T20:27:58.364Z] Getting requirements to build wheel: started [2024-05-29T20:27:59.319Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T20:27:59.319Z] Preparing metadata (pyproject.toml): started [2024-05-29T20:28:01.271Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T20:28:01.271Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-29T20:28:01.271Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-29T20:28:03.835Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-29T20:28:03.835Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) [2024-05-29T20:28:03.835Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-29T20:28:03.835Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-29T20:28:03.835Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 2.9 MB/s eta 0:00:00 [2024-05-29T20:28:04.098Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-29T20:28:04.098Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-29T20:28:04.098Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.4 MB/s eta 0:00:00 [2024-05-29T20:28:04.364Z] Preparing metadata (setup.py): started [2024-05-29T20:28:05.760Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:28:06.708Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-29T20:28:06.708Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) [2024-05-29T20:28:07.285Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:07.285Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-29T20:28:07.285Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:07.285Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-29T20:28:07.547Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:07.547Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T20:28:07.810Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:07.810Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-29T20:28:07.810Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.0 MB/s eta 0:00:00 [2024-05-29T20:28:08.075Z] Preparing metadata (setup.py): started [2024-05-29T20:28:09.024Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:28:09.024Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:09.024Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-29T20:28:09.287Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:09.287Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-29T20:28:09.551Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:09.551Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T20:28:09.814Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:09.814Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-29T20:28:10.078Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:10.078Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-29T20:28:10.342Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:10.342Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-29T20:28:11.292Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T20:28:11.292Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) [2024-05-29T20:28:11.292Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T20:28:11.292Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-29T20:28:11.556Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T20:28:11.556Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-29T20:28:11.819Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T20:28:11.819Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T20:28:12.083Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T20:28:12.083Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-29T20:28:12.659Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T20:28:12.659Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-29T20:28:12.923Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T20:28:12.923Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-29T20:28:13.185Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T20:28:13.185Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-29T20:28:13.185Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (70.0.0) [2024-05-29T20:28:13.448Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T20:28:13.448Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-29T20:28:13.711Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T20:28:13.711Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T20:28:13.974Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:13.974Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-29T20:28:13.974Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:14.239Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-29T20:28:15.667Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:15.667Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2024-05-29T20:28:15.667Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 5.7 MB/s eta 0:00:00 [2024-05-29T20:28:16.615Z] Installing build dependencies: started [2024-05-29T20:28:34.782Z] Installing build dependencies: finished with status 'done' [2024-05-29T20:28:34.782Z] Getting requirements to build wheel: started [2024-05-29T20:28:40.096Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T20:28:40.096Z] Preparing metadata (pyproject.toml): started [2024-05-29T20:28:41.495Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T20:28:41.495Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:41.495Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-29T20:28:41.495Z] Preparing metadata (setup.py): started [2024-05-29T20:28:42.549Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:28:42.549Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:42.549Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-29T20:28:42.549Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:42.817Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-29T20:28:42.817Z] Preparing metadata (setup.py): started [2024-05-29T20:28:43.781Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T20:28:44.052Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:44.052Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T20:28:44.052Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:44.052Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-29T20:28:44.326Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:44.326Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-29T20:28:44.595Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:44.595Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-29T20:28:44.595Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:44.595Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T20:28:44.874Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:44.874Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T20:28:46.835Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T20:28:46.835Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2024-05-29T20:28:48.239Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:48.239Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-29T20:28:48.239Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:48.239Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-29T20:28:48.239Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:48.239Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-29T20:28:48.503Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:48.503Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-29T20:28:48.766Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:48.766Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-29T20:28:49.344Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T20:28:49.344Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T20:28:49.607Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-29T20:28:49.870Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 12.6 MB/s eta 0:00:00 [2024-05-29T20:28:49.870Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-29T20:28:49.870Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-29T20:28:49.870Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-29T20:28:49.870Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.5 MB/s eta 0:00:00 [2024-05-29T20:28:49.870Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-29T20:28:49.870Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-29T20:28:49.870Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-29T20:28:49.870Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.3 MB/s eta 0:00:00 [2024-05-29T20:28:49.870Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-29T20:28:50.134Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.5 MB/s eta 0:00:00 [2024-05-29T20:28:50.134Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) [2024-05-29T20:28:51.084Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 15.6 MB/s eta 0:00:00 [2024-05-29T20:28:51.084Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-29T20:28:51.084Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.7 MB/s eta 0:00:00 [2024-05-29T20:28:51.084Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2024-05-29T20:28:51.084Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.3 MB/s eta 0:00:00 [2024-05-29T20:28:51.084Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-29T20:28:51.084Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.6 MB/s eta 0:00:00 [2024-05-29T20:28:51.084Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2024-05-29T20:28:51.348Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 15.6 MB/s eta 0:00:00 [2024-05-29T20:28:51.348Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-29T20:28:51.348Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 6.7 MB/s eta 0:00:00 [2024-05-29T20:28:51.348Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) [2024-05-29T20:28:51.348Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 6.5 MB/s eta 0:00:00 [2024-05-29T20:28:51.348Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-29T20:28:51.348Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.7 MB/s eta 0:00:00 [2024-05-29T20:28:51.348Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-29T20:28:51.348Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.8 MB/s eta 0:00:00 [2024-05-29T20:28:51.348Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-29T20:28:51.611Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.4 MB/s eta 0:00:00 [2024-05-29T20:28:51.611Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-29T20:28:51.611Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.7 MB/s eta 0:00:00 [2024-05-29T20:28:51.611Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-29T20:28:51.611Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-29T20:28:52.189Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 16.6 MB/s eta 0:00:00 [2024-05-29T20:28:52.189Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-29T20:28:52.189Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.2 MB/s eta 0:00:00 [2024-05-29T20:28:52.189Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-29T20:28:52.189Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.0 MB/s eta 0:00:00 [2024-05-29T20:28:52.189Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-29T20:28:52.453Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 12.1 MB/s eta 0:00:00 [2024-05-29T20:28:52.453Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-29T20:28:52.453Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-29T20:28:52.453Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-29T20:28:52.453Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 3.9 MB/s eta 0:00:00 [2024-05-29T20:28:52.453Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-29T20:28:52.453Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.1 MB/s eta 0:00:00 [2024-05-29T20:28:52.453Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-29T20:28:52.716Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 12.1 MB/s eta 0:00:00 [2024-05-29T20:28:52.716Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-29T20:28:52.716Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-29T20:28:52.716Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.2 MB/s eta 0:00:00 [2024-05-29T20:28:52.716Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-29T20:28:52.716Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.6 MB/s eta 0:00:00 [2024-05-29T20:28:52.716Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-29T20:28:52.716Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-29T20:28:52.716Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-29T20:28:52.716Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-29T20:28:52.716Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) [2024-05-29T20:28:52.979Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 15.2 MB/s eta 0:00:00 [2024-05-29T20:28:52.979Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-29T20:28:52.979Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-29T20:28:52.979Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 12.6 MB/s eta 0:00:00 [2024-05-29T20:28:52.979Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-29T20:28:52.979Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-29T20:28:52.979Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-29T20:28:52.979Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.7 MB/s eta 0:00:00 [2024-05-29T20:28:52.979Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-29T20:28:53.242Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-29T20:28:53.242Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-29T20:28:53.242Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-29T20:28:53.242Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-29T20:28:53.242Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-29T20:28:53.242Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.1 MB/s eta 0:00:00 [2024-05-29T20:28:54.195Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email [2024-05-29T20:28:54.195Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-29T20:28:55.151Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-29T20:28:55.151Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=f5851eaac016016034398faa92e7ddf1c41d1ddccecbb9a12aab812cc69bf4c8 [2024-05-29T20:28:55.151Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-29T20:28:55.414Z] Building wheel for paho-mqtt (setup.py): started [2024-05-29T20:28:56.815Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-29T20:28:56.815Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=9dd5a4a095cc82dcf6e3c4840c40be3ee215f757b81430b6b88e720b32825743 [2024-05-29T20:28:56.815Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-29T20:28:56.815Z] Building wheel for psutil (pyproject.toml): started [2024-05-29T20:29:06.844Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-29T20:29:06.844Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281978 sha256=d3e486d48374be3beab7f6e676915931a7d1e6c90aa760a1e8e0c1a1bc9289d3 [2024-05-29T20:29:06.844Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-29T20:29:06.844Z] Building wheel for psycopg2 (setup.py): started [2024-05-29T20:30:03.175Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-29T20:30:03.175Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512487 sha256=4a7e45de97c987e484c640347bc538f6dda739ef439b21a1f37fa1913cb048bd [2024-05-29T20:30:03.175Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-29T20:30:03.175Z] Building wheel for flex (setup.py): started [2024-05-29T20:30:04.132Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-29T20:30:04.133Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=508a3b3453d71867814a3d89a1ca7b68dfe26adc58002ee1cdc299bfaf93c732 [2024-05-29T20:30:04.133Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-29T20:30:04.133Z] Building wheel for PyYAML (pyproject.toml): started [2024-05-29T20:30:06.704Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2024-05-29T20:30:06.704Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=933647a29f319c90dd9fb36e5cdb5118f365d1943decdbcc72c47c2e81d2aef2 [2024-05-29T20:30:06.704Z] Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea [2024-05-29T20:30:06.704Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-29T20:30:08.105Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-29T20:30:08.105Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=34d9a3c4781420aa1aab036ac74d3001d856633a58a56e53ec4ed8f5f9df20e8 [2024-05-29T20:30:08.105Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-29T20:30:08.105Z] Building wheel for validate-email (setup.py): started [2024-05-29T20:30:09.061Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-29T20:30:09.061Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=3b7c926a8bcf28c844f9d2fa4ebc5c60a6cc4486b450acb7b1c57b885478064b [2024-05-29T20:30:09.061Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-29T20:30:09.061Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email [2024-05-29T20:30:10.995Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary [2024-05-29T20:31:18.822Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 configparser-6.0.0 docker-6.1.3 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.7 influxdb-client-1.41.0 jsonpath-ng-1.6.1 jsonpointer-2.4 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.0 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.9 pycryptodome-3.19.0 pygments-2.18.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2024.1 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.35.1 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.18.1 selenium-4.21.0 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.25.1 trio-websocket-0.11.1 typing-extensions-4.12.0 tzlocal-5.2 urllib3-2.2.1 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2024-05-29T20:31:18.822Z] 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 [2024-05-29T20:32:05.606Z] Removing intermediate container 77a99217a940 [2024-05-29T20:32:05.607Z] ---> 114a696c775c [2024-05-29T20:32:05.607Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-29T20:32:05.607Z] ---> Running in 614b6230cd3c [2024-05-29T20:32:05.607Z] Removing intermediate container 614b6230cd3c [2024-05-29T20:32:05.607Z] ---> 8d9ba95b240d [2024-05-29T20:32:05.607Z] Step 11/13 : LABEL arch=arm64 [2024-05-29T20:32:05.607Z] ---> Running in 452037da5019 [2024-05-29T20:32:05.607Z] Removing intermediate container 452037da5019 [2024-05-29T20:32:05.607Z] ---> 5059dbb4b753 [2024-05-29T20:32:05.607Z] Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T20:32:05.607Z] ---> Running in 8a6240bb0f42 [2024-05-29T20:32:05.607Z] Removing intermediate container 8a6240bb0f42 [2024-05-29T20:32:05.607Z] ---> 71fbe668e78b [2024-05-29T20:32:05.607Z] Step 13/13 : LABEL version=0.0.2-dev.42 [2024-05-29T20:32:05.607Z] ---> Running in 18731d3f507a [2024-05-29T20:32:05.607Z] Removing intermediate container 18731d3f507a [2024-05-29T20:32:05.607Z] ---> 2fcfd93fc87b [2024-05-29T20:32:05.607Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T20:32:05.607Z] Successfully built 2fcfd93fc87b [2024-05-29T20:32:05.607Z] 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 [2024-05-29T20:32:05.725Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2024-05-29T20:32:05.725Z] 7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T20:32:05.725Z] latest [2024-05-29T20:32:05.725Z] 0.0.2-dev.42 [2024-05-29T20:32:05.725Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-29T20:32:05.725Z] main [2024-05-29T20:32:05.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:32:06.083Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:32:06.426Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T20:32:06.426Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-29T20:32:06.426Z] 3b9985376b68: Preparing [2024-05-29T20:32:06.426Z] 90b99055fd51: Preparing [2024-05-29T20:32:06.426Z] 502b48a2a937: Preparing [2024-05-29T20:32:06.426Z] 8256fed884e4: Preparing [2024-05-29T20:32:06.426Z] a31e40a9f42b: Preparing [2024-05-29T20:32:06.426Z] 50171d1acbd5: Preparing [2024-05-29T20:32:06.426Z] 50171d1acbd5: Waiting [2024-05-29T20:32:06.689Z] 8256fed884e4: Pushed [2024-05-29T20:32:06.689Z] 90b99055fd51: Pushed [2024-05-29T20:32:06.689Z] 502b48a2a937: Pushed [2024-05-29T20:32:06.689Z] 50171d1acbd5: Layer already exists [2024-05-29T20:32:06.689Z] a31e40a9f42b: Pushed [2024-05-29T20:36:13.402Z] error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "\r\n413 Request Entity Too Large\r\n\r\n

413 Request Entity Too Large

\r\n
nginx/1.18.0
\r\n\r\n\r\n" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:36:13.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T20:36:13.883Z] [2024-05-29T20:36:13.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:36:14.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T20:36:14.219Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-29T20:36:14.219Z] 8998bd30e6a1: Pulling fs layer [2024-05-29T20:36:14.219Z] 04944245beec: Pulling fs layer [2024-05-29T20:36:14.219Z] 699f458cf7ca: Pulling fs layer [2024-05-29T20:36:14.219Z] 765212b225bb: Pulling fs layer [2024-05-29T20:36:14.219Z] f23df028b6ca: Pulling fs layer [2024-05-29T20:36:14.219Z] d65c8cfc05b1: Pulling fs layer [2024-05-29T20:36:14.219Z] 2437ff75d9bd: Pulling fs layer [2024-05-29T20:36:14.219Z] 765212b225bb: Waiting [2024-05-29T20:36:14.219Z] f23df028b6ca: Waiting [2024-05-29T20:36:14.219Z] d65c8cfc05b1: Waiting [2024-05-29T20:36:14.219Z] 2437ff75d9bd: Waiting [2024-05-29T20:36:14.483Z] 04944245beec: Verifying Checksum [2024-05-29T20:36:14.483Z] 04944245beec: Download complete [2024-05-29T20:36:14.483Z] 765212b225bb: Download complete [2024-05-29T20:36:14.483Z] f23df028b6ca: Verifying Checksum [2024-05-29T20:36:14.483Z] f23df028b6ca: Download complete [2024-05-29T20:36:14.483Z] d65c8cfc05b1: Verifying Checksum [2024-05-29T20:36:14.483Z] d65c8cfc05b1: Download complete [2024-05-29T20:36:14.748Z] 699f458cf7ca: Download complete [2024-05-29T20:36:15.013Z] 8998bd30e6a1: Download complete [2024-05-29T20:36:17.584Z] 2437ff75d9bd: Verifying Checksum [2024-05-29T20:36:17.584Z] 2437ff75d9bd: Download complete [2024-05-29T20:36:19.517Z] 8998bd30e6a1: Pull complete [2024-05-29T20:36:20.097Z] 04944245beec: Pull complete [2024-05-29T20:36:21.500Z] 699f458cf7ca: Pull complete [2024-05-29T20:36:21.765Z] 765212b225bb: Pull complete [2024-05-29T20:36:22.719Z] f23df028b6ca: Pull complete [2024-05-29T20:36:22.719Z] d65c8cfc05b1: Pull complete [2024-05-29T20:36:40.915Z] 2437ff75d9bd: Pull complete [2024-05-29T20:36:40.915Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-29T20:36:40.915Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T20:36:40.915Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T20:36:41.146Z] prd-ubuntu20.04-docker-arm64-4c-16g-1110 does not seem to be running inside a container [2024-05-29T20:36:41.223Z] $ 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 [2024-05-29T20:36:42.732Z] $ docker top 860d101fcdbee38e4882fe6cb92c65e0a433a3b4a514b2909932884a0d8288c2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:36:43.555Z] ---> job-cost.sh [2024-05-29T20:36:43.555Z] lf-activate-venv: SKIPPING [2024-05-29T20:36:43.555Z] INFO: No Stack... [2024-05-29T20:36:44.134Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-29T20:36:44.714Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T20:36:45.342Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2024-05-29T20:36:45.342Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T20:36:45.393Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [2024-05-29T20:36:45.401Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] did not exist. Created. [2024-05-29T20:36:45.407Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T20:36:46.056Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-787a2aea/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-29T20:36:46.687Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-29T20:36:46.705Z] Warning: overwriting stash ‘stack-cost’ [2024-05-29T20:36:47.050Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T20:36:47.060Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T20:36:47.094Z] $ docker stop --time=1 860d101fcdbee38e4882fe6cb92c65e0a433a3b4a514b2909932884a0d8288c2 [2024-05-29T20:36:48.609Z] $ docker rm -f --volumes 860d101fcdbee38e4882fe6cb92c65e0a433a3b4a514b2909932884a0d8288c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-29T20:36:48.877Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-05-29T20:36:49.523Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2024-05-29T20:36:49.523Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-29T20:36:49.523Z] total 16 [2024-05-29T20:36:49.523Z] drwxr-xr-x 3 root root 4096 May 29 20:26 . [2024-05-29T20:36:49.523Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 20:26 .. [2024-05-29T20:36:49.523Z] drwxr-xr-x 2 root root 4096 May 29 20:26 cost [2024-05-29T20:36:49.523Z] -rw-r--r-- 1 root root 87 May 29 20:26 cost.csv [2024-05-29T20:36:49.523Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-29T20:36:49.523Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-29T20:36:49.523Z] total 16 [2024-05-29T20:36:49.523Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 20:26 . [2024-05-29T20:36:49.523Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 20:26 .. [2024-05-29T20:36:49.523Z] drwxr-xr-x 2 jenkins jenkins 4096 May 29 20:26 cost [2024-05-29T20:36:49.523Z] -rw-r--r-- 1 jenkins jenkins 87 May 29 20:26 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:36:49.847Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:36:50.832Z] ---> package-listing.sh [2024-05-29T20:36:50.833Z] ++ facter osfamily [2024-05-29T20:36:50.833Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-29T20:36:50.833Z] + OS_FAMILY=debian [2024-05-29T20:36:50.833Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2024-05-29T20:36:50.833Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-29T20:36:50.833Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-29T20:36:50.833Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-29T20:36:50.833Z] + PACKAGES=/tmp/packages_start.txt [2024-05-29T20:36:50.833Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2024-05-29T20:36:50.833Z] + PACKAGES=/tmp/packages_end.txt [2024-05-29T20:36:50.833Z] + case "${OS_FAMILY}" in [2024-05-29T20:36:50.833Z] + dpkg -l [2024-05-29T20:36:50.833Z] + grep '^ii' [2024-05-29T20:36:50.833Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-29T20:36:50.833Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-29T20:36:50.833Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-29T20:36:50.833Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2024-05-29T20:36:50.833Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2024-05-29T20:36:50.833Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2024-05-29T20:36:51.140Z] 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 [2024-05-29T20:36:51.418Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T20:36:51.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T20:36:51.975Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T20:36:52.051Z] prd-ubuntu20.04-docker-8c-8g-1109 does not seem to be running inside a container [2024-05-29T20:36:52.081Z] $ 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 [2024-05-29T20:36:52.273Z] $ docker top 804a220ff2e17999ecc592c49a7139dd802d1ae8df828d36a09c660846e25456 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T20:36:52.617Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-29T20:36:52.901Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-29T20:36:53.187Z] + ls /var/log/sa-host [2024-05-29T20:36:53.187Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T20:36:53.349Z] provisioning config files... [2024-05-29T20:36:53.359Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3709360703572147198tmp [Pipeline] { [Pipeline] echo [2024-05-29T20:36:53.384Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:36:53.667Z] ---> create-netrc.sh [Pipeline] } [2024-05-29T20:36:53.673Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:36:54.006Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-29T20:36:54.015Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:36:54.296Z] ---> sudo-logs.sh [2024-05-29T20:36:54.296Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-29T20:36:54.335Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:36:54.618Z] ---> job-cost.sh [2024-05-29T20:36:54.618Z] lf-activate-venv: SKIPPING [2024-05-29T20:36:54.618Z] DEBUG: total: 0.2199999988079071 [2024-05-29T20:36:54.618Z] INFO: Retrieving Stack Cost... [2024-05-29T20:36:54.877Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T20:36:55.446Z] INFO: Archiving Costs [Pipeline] echo [2024-05-29T20:36:55.456Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T20:36:55.739Z] ---> logs-deploy.sh [2024-05-29T20:36:55.739Z] lf-activate-venv: SKIPPING [2024-05-29T20:36:55.739Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/43 [2024-05-29T20:36:55.739Z] INFO: archiving workspace using pattern(s): [2024-05-29T20:36:56.676Z] Archives upload complete. [2024-05-29T20:36:56.676Z] INFO: archiving logs to Nexus [2024-05-29T20:36:57.382Z] ---> uname -a: [2024-05-29T20:36:57.382Z] Linux prd-ubuntu20-04-docker-8c-8g-1109 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] ---> lscpu: [2024-05-29T20:36:57.382Z] Architecture: x86_64 [2024-05-29T20:36:57.382Z] CPU op-mode(s): 32-bit, 64-bit [2024-05-29T20:36:57.382Z] Byte Order: Little Endian [2024-05-29T20:36:57.382Z] Address sizes: 40 bits physical, 48 bits virtual [2024-05-29T20:36:57.382Z] CPU(s): 8 [2024-05-29T20:36:57.382Z] On-line CPU(s) list: 0-7 [2024-05-29T20:36:57.382Z] Thread(s) per core: 1 [2024-05-29T20:36:57.382Z] Core(s) per socket: 1 [2024-05-29T20:36:57.382Z] Socket(s): 8 [2024-05-29T20:36:57.382Z] NUMA node(s): 1 [2024-05-29T20:36:57.382Z] Vendor ID: AuthenticAMD [2024-05-29T20:36:57.382Z] CPU family: 23 [2024-05-29T20:36:57.382Z] Model: 49 [2024-05-29T20:36:57.382Z] Model name: AMD EPYC-Rome Processor [2024-05-29T20:36:57.382Z] Stepping: 0 [2024-05-29T20:36:57.382Z] CPU MHz: 2800.000 [2024-05-29T20:36:57.382Z] BogoMIPS: 5600.00 [2024-05-29T20:36:57.382Z] Virtualization: AMD-V [2024-05-29T20:36:57.382Z] Hypervisor vendor: KVM [2024-05-29T20:36:57.382Z] Virtualization type: full [2024-05-29T20:36:57.382Z] L1d cache: 256 KiB [2024-05-29T20:36:57.382Z] L1i cache: 256 KiB [2024-05-29T20:36:57.382Z] L2 cache: 4 MiB [2024-05-29T20:36:57.382Z] L3 cache: 128 MiB [2024-05-29T20:36:57.382Z] NUMA node0 CPU(s): 0-7 [2024-05-29T20:36:57.382Z] Vulnerability Itlb multihit: Not affected [2024-05-29T20:36:57.382Z] Vulnerability L1tf: Not affected [2024-05-29T20:36:57.382Z] Vulnerability Mds: Not affected [2024-05-29T20:36:57.382Z] Vulnerability Meltdown: Not affected [2024-05-29T20:36:57.382Z] Vulnerability Mmio stale data: Not affected [2024-05-29T20:36:57.382Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-05-29T20:36:57.382Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-05-29T20:36:57.382Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-05-29T20:36:57.382Z] Vulnerability Srbds: Not affected [2024-05-29T20:36:57.382Z] Vulnerability Tsx async abort: Not affected [2024-05-29T20:36:57.382Z] 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 [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] ---> nproc: [2024-05-29T20:36:57.382Z] 8 [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] ---> df -h: [2024-05-29T20:36:57.382Z] Filesystem Size Used Avail Use% Mounted on [2024-05-29T20:36:57.382Z] overlay 155G 12G 144G 8% / [2024-05-29T20:36:57.382Z] tmpfs 64M 0 64M 0% /dev [2024-05-29T20:36:57.382Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-05-29T20:36:57.382Z] shm 64M 0 64M 0% /dev/shm [2024-05-29T20:36:57.382Z] /dev/vda1 155G 12G 144G 8% /facter-os [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] ---> sar -b -r -n DEV: [2024-05-29T20:36:57.382Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1109) 05/29/24 _x86_64_ (8 CPU) [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] 20:20:33 LINUX RESTART (8 CPU) [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] 20:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-05-29T20:36:57.382Z] 20:22:01 290.54 15.30 275.24 0.00 1969.84 15744.18 0.00 [2024-05-29T20:36:57.382Z] 20:23:01 9.48 0.00 9.48 0.00 0.00 10096.33 0.00 [2024-05-29T20:36:57.382Z] 20:24:01 56.47 0.00 56.47 0.00 0.00 38439.46 0.00 [2024-05-29T20:36:57.382Z] 20:25:01 104.82 0.02 104.80 0.00 0.13 64475.39 0.00 [2024-05-29T20:36:57.382Z] 20:26:01 41.54 11.86 29.67 0.00 5444.19 7277.57 0.00 [2024-05-29T20:36:57.382Z] 20:27:01 54.37 0.18 54.19 0.00 11.73 17787.84 0.00 [2024-05-29T20:36:57.382Z] 20:28:01 1.52 0.00 1.52 0.00 0.00 19.06 0.00 [2024-05-29T20:36:57.382Z] 20:29:01 1.52 0.00 1.52 0.00 0.00 18.66 0.00 [2024-05-29T20:36:57.382Z] 20:30:01 0.90 0.00 0.90 0.00 0.00 9.60 0.00 [2024-05-29T20:36:57.382Z] 20:31:01 2.13 0.00 2.13 0.00 0.00 37.86 0.00 [2024-05-29T20:36:57.382Z] 20:32:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 [2024-05-29T20:36:57.382Z] 20:33:01 0.92 0.00 0.92 0.00 0.00 11.86 0.00 [2024-05-29T20:36:57.382Z] 20:34:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2024-05-29T20:36:57.382Z] 20:35:01 0.77 0.00 0.77 0.00 0.00 9.87 0.00 [2024-05-29T20:36:57.382Z] 20:36:01 1.75 0.02 1.73 0.00 0.13 20.93 0.00 [2024-05-29T20:36:57.382Z] Average: 37.63 1.81 35.82 0.00 493.47 10258.26 0.00 [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] 20:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-05-29T20:36:57.382Z] 20:22:01 29814500 31542552 792424 2.41 64328 1962976 1974324 5.82 1027452 1698324 22552 [2024-05-29T20:36:57.382Z] 20:23:01 29095272 31525116 794652 2.42 65744 2650100 1982868 5.84 1046832 2368024 411196 [2024-05-29T20:36:57.382Z] 20:24:01 28077372 31455068 845016 2.57 80588 3535492 2030564 5.98 1206464 3156828 205792 [2024-05-29T20:36:57.382Z] 20:25:01 28156808 31550396 753668 2.29 98920 3536236 1830448 5.39 1025256 3271568 728 [2024-05-29T20:36:57.382Z] 20:26:01 27774284 31525932 766784 2.33 107324 3869980 1919268 5.66 1262240 3384412 872 [2024-05-29T20:36:57.382Z] 20:27:01 27281932 31536228 755048 2.30 112668 4322152 1782484 5.25 1267168 3823060 324 [2024-05-29T20:36:57.382Z] 20:28:01 27277328 31531636 759556 2.31 112700 4322156 1782484 5.25 1273992 3823064 8 [2024-05-29T20:36:57.382Z] 20:29:01 27278712 31533068 758048 2.31 112748 4322164 1782484 5.25 1272140 3823076 28 [2024-05-29T20:36:57.382Z] 20:30:01 27280792 31535200 755888 2.30 112776 4322164 1782484 5.25 1270012 3823080 8 [2024-05-29T20:36:57.382Z] 20:31:01 27280720 31535672 755760 2.30 112880 4322148 1782484 5.25 1269376 3823492 32 [2024-05-29T20:36:57.382Z] 20:32:01 27287784 31542740 748652 2.28 112908 4322148 1782484 5.25 1262012 3823492 12 [2024-05-29T20:36:57.382Z] 20:33:01 27287616 31542660 748604 2.28 112940 4322152 1782484 5.25 1262064 3823496 180 [2024-05-29T20:36:57.382Z] 20:34:01 27287532 31542600 748820 2.28 112956 4322156 1782484 5.25 1262080 3823500 8 [2024-05-29T20:36:57.382Z] 20:35:01 27287548 31542628 748716 2.28 112972 4322156 1782484 5.25 1262104 3823500 172 [2024-05-29T20:36:57.382Z] 20:36:01 27285840 31541048 750212 2.28 113016 4322152 1780420 5.25 1263200 3823504 20 [2024-05-29T20:36:57.382Z] Average: 27716936 31532170 765457 2.33 103031 3918422 1837350 5.41 1215493 3474161 42795 [2024-05-29T20:36:57.382Z] [2024-05-29T20:36:57.382Z] 20:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-05-29T20:36:57.382Z] 20:22:01 docker0 88.36 101.02 5.37 518.96 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:22:01 veth51ff204 87.22 99.75 6.40 516.23 0.00 0.00 0.00 0.04 [2024-05-29T20:36:57.382Z] 20:22:01 lo 6.30 6.30 0.63 0.63 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:22:01 ens3 406.81 288.43 2580.14 87.45 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:23:01 docker0 300.83 481.22 16.62 4520.18 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:23:01 veth51ff204 300.83 481.25 20.74 4520.19 0.00 0.00 0.00 0.37 [2024-05-29T20:36:57.382Z] 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:23:01 ens3 544.41 346.16 4566.06 47.33 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:24:01 docker0 170.05 297.08 11.02 4634.62 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:24:01 veth51ff204 170.05 297.10 13.34 4634.62 0.00 0.00 0.00 0.38 [2024-05-29T20:36:57.382Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:24:01 ens3 345.79 204.23 4672.13 35.17 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:25:01 docker0 0.10 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:25:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:25:01 ens3 222.61 235.83 26.48 2415.69 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:26:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.382Z] 20:26:01 ens3 514.96 470.96 2071.76 4145.34 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:27:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:27:01 ens3 324.15 271.85 2538.49 2291.74 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:28:01 ens3 2.55 2.97 8.51 20.11 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:29:01 ens3 0.52 0.50 1.64 0.04 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:30:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:31:01 ens3 2.20 2.77 0.21 6.72 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] 20:36:01 ens3 3.52 5.25 0.29 7.26 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] Average: docker0 37.23 58.58 2.20 645.03 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] Average: lo 0.69 0.69 0.06 0.06 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] Average: ens3 157.57 121.76 1096.04 604.38 0.00 0.00 0.00 0.00 [2024-05-29T20:36:57.383Z] [2024-05-29T20:36:57.383Z] [2024-05-29T20:36:57.383Z] ---> sar -P ALL: [2024-05-29T20:36:57.383Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1109) 05/29/24 _x86_64_ (8 CPU) [2024-05-29T20:36:57.383Z] [2024-05-29T20:36:57.383Z] 20:20:33 LINUX RESTART (8 CPU) [2024-05-29T20:36:57.383Z] [2024-05-29T20:36:57.383Z] 20:21:02 CPU %user %nice %system %iowait %steal %idle [2024-05-29T20:36:57.383Z] 20:22:01 all 6.01 0.00 1.81 0.92 0.05 91.20 [2024-05-29T20:36:57.383Z] 20:22:01 0 6.44 0.00 1.58 0.41 0.07 91.50 [2024-05-29T20:36:57.383Z] 20:22:01 1 4.83 0.00 1.89 0.07 0.05 93.16 [2024-05-29T20:36:57.383Z] 20:22:01 2 5.77 0.00 2.08 1.45 0.05 90.65 [2024-05-29T20:36:57.383Z] 20:22:01 3 7.21 0.00 1.62 1.11 0.05 90.02 [2024-05-29T20:36:57.383Z] 20:22:01 4 7.62 0.00 1.92 2.44 0.07 87.95 [2024-05-29T20:36:57.383Z] 20:22:01 5 4.43 0.00 1.60 0.14 0.05 93.78 [2024-05-29T20:36:57.383Z] 20:22:01 6 6.32 0.00 1.80 0.08 0.03 91.76 [2024-05-29T20:36:57.383Z] 20:22:01 7 5.49 0.00 1.99 1.70 0.05 90.76 [2024-05-29T20:36:57.383Z] 20:23:01 all 1.74 0.00 0.40 0.11 0.03 97.72 [2024-05-29T20:36:57.383Z] 20:23:01 0 0.88 0.00 0.45 0.88 0.05 97.73 [2024-05-29T20:36:57.383Z] 20:23:01 1 0.78 0.00 0.10 0.00 0.02 99.10 [2024-05-29T20:36:57.383Z] 20:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2024-05-29T20:36:57.383Z] 20:23:01 3 0.73 0.00 0.12 0.00 0.00 99.15 [2024-05-29T20:36:57.383Z] 20:23:01 4 0.97 0.00 0.28 0.00 0.02 98.73 [2024-05-29T20:36:57.383Z] 20:23:01 5 1.84 0.00 0.50 0.00 0.05 97.61 [2024-05-29T20:36:57.383Z] 20:23:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2024-05-29T20:36:57.383Z] 20:23:01 7 8.71 0.00 1.66 0.00 0.05 89.58 [2024-05-29T20:36:57.383Z] 20:24:01 all 6.56 0.00 1.30 1.37 0.04 90.72 [2024-05-29T20:36:57.383Z] 20:24:01 0 10.63 0.00 2.67 5.83 0.05 80.82 [2024-05-29T20:36:57.383Z] 20:24:01 1 3.06 0.00 0.77 1.44 0.05 94.68 [2024-05-29T20:36:57.383Z] 20:24:01 2 1.51 0.00 0.28 0.00 0.03 98.17 [2024-05-29T20:36:57.383Z] 20:24:01 3 5.64 0.00 0.97 0.08 0.03 93.28 [2024-05-29T20:36:57.383Z] 20:24:01 4 5.20 0.00 1.08 0.07 0.03 93.62 [2024-05-29T20:36:57.383Z] 20:24:01 5 8.85 0.00 1.64 0.00 0.07 89.45 [2024-05-29T20:36:57.383Z] 20:24:01 6 8.62 0.00 1.24 3.48 0.07 86.60 [2024-05-29T20:36:57.383Z] 20:24:01 7 8.99 0.00 1.75 0.07 0.02 89.18 [2024-05-29T20:36:57.383Z] 20:25:01 all 9.67 0.00 1.78 3.50 0.07 84.99 [2024-05-29T20:36:57.383Z] 20:25:01 0 7.76 0.00 4.95 0.10 0.07 87.12 [2024-05-29T20:36:57.383Z] 20:25:01 1 5.53 0.00 2.02 21.70 0.08 70.66 [2024-05-29T20:36:57.383Z] 20:25:01 2 3.58 0.00 0.42 0.00 0.03 95.96 [2024-05-29T20:36:57.383Z] 20:25:01 3 10.72 0.00 1.16 0.00 0.07 88.05 [2024-05-29T20:36:57.383Z] 20:25:01 4 16.10 0.00 1.36 0.17 0.05 82.32 [2024-05-29T20:36:57.383Z] 20:25:01 5 11.97 0.00 1.14 0.37 0.07 86.45 [2024-05-29T20:36:57.383Z] 20:25:01 6 9.90 0.00 1.64 4.21 0.08 84.16 [2024-05-29T20:36:57.383Z] 20:25:01 7 11.74 0.00 1.51 1.51 0.07 85.17 [2024-05-29T20:36:57.383Z] 20:26:01 all 14.60 0.00 0.94 0.59 0.07 83.80 [2024-05-29T20:36:57.383Z] 20:26:01 0 7.38 0.00 1.30 1.80 0.03 89.48 [2024-05-29T20:36:57.383Z] 20:26:01 1 19.59 0.00 1.09 0.20 0.08 79.04 [2024-05-29T20:36:57.383Z] 20:26:01 2 5.44 0.00 0.80 0.45 0.05 93.26 [2024-05-29T20:36:57.383Z] 20:26:01 3 5.78 0.00 1.02 0.07 0.07 93.06 [2024-05-29T20:36:57.383Z] 20:26:01 4 21.62 0.00 0.81 0.81 0.07 76.69 [2024-05-29T20:36:57.383Z] 20:26:01 5 24.64 0.00 0.89 0.35 0.12 74.00 [2024-05-29T20:36:57.383Z] 20:26:01 6 14.52 0.00 0.82 0.03 0.07 84.56 [2024-05-29T20:36:57.383Z] 20:26:01 7 17.86 0.00 0.80 0.97 0.07 80.29 [2024-05-29T20:36:57.383Z] 20:27:01 all 9.76 0.00 1.26 0.36 0.06 88.56 [2024-05-29T20:36:57.383Z] 20:27:01 0 11.70 0.00 0.87 0.60 0.05 86.78 [2024-05-29T20:36:57.383Z] 20:27:01 1 9.56 0.00 1.63 0.00 0.05 88.76 [2024-05-29T20:36:57.383Z] 20:27:01 2 7.94 0.00 1.33 0.02 0.08 90.64 [2024-05-29T20:36:57.383Z] 20:27:01 3 14.81 0.00 1.19 0.00 0.08 83.92 [2024-05-29T20:36:57.383Z] 20:27:01 4 12.70 0.00 1.56 0.02 0.07 85.66 [2024-05-29T20:36:57.383Z] 20:27:01 5 14.81 0.00 1.52 2.26 0.07 81.35 [2024-05-29T20:36:57.383Z] 20:27:01 6 4.00 0.00 1.04 0.00 0.07 94.89 [2024-05-29T20:36:57.383Z] 20:27:01 7 2.56 0.00 0.91 0.02 0.05 96.46 [2024-05-29T20:36:57.383Z] 20:28:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2024-05-29T20:36:57.383Z] 20:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:28:01 1 0.18 0.00 0.02 0.00 0.02 99.78 [2024-05-29T20:36:57.383Z] 20:28:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2024-05-29T20:36:57.383Z] 20:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-05-29T20:36:57.383Z] 20:28:01 4 0.07 0.00 0.00 0.00 0.00 99.93 [2024-05-29T20:36:57.383Z] 20:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:28:01 6 0.08 0.00 0.03 0.00 0.02 99.87 [2024-05-29T20:36:57.383Z] 20:28:01 7 0.08 0.00 0.03 0.00 0.02 99.87 [2024-05-29T20:36:57.383Z] 20:29:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-05-29T20:36:57.383Z] 20:29:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:29:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2024-05-29T20:36:57.383Z] 20:29:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2024-05-29T20:36:57.383Z] 20:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:29:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2024-05-29T20:36:57.383Z] 20:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2024-05-29T20:36:57.383Z] 20:29:01 6 0.03 0.00 0.00 0.00 0.03 99.93 [2024-05-29T20:36:57.383Z] 20:29:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-05-29T20:36:57.383Z] 20:30:01 all 0.00 0.00 0.01 0.00 0.01 99.98 [2024-05-29T20:36:57.383Z] 20:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-05-29T20:36:57.383Z] 20:30:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2024-05-29T20:36:57.383Z] 20:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T20:36:57.383Z] 20:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T20:36:57.383Z] 20:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T20:36:57.383Z] 20:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T20:36:57.383Z] 20:30:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2024-05-29T20:36:57.383Z] 20:30:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:31:01 all 0.04 0.00 0.02 0.02 0.01 99.91 [2024-05-29T20:36:57.383Z] 20:31:01 0 0.03 0.00 0.03 0.08 0.02 99.83 [2024-05-29T20:36:57.383Z] 20:31:01 1 0.12 0.00 0.02 0.00 0.00 99.87 [2024-05-29T20:36:57.383Z] 20:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:31:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-05-29T20:36:57.383Z] 20:31:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2024-05-29T20:36:57.383Z] 20:31:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2024-05-29T20:36:57.383Z] 20:31:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2024-05-29T20:36:57.383Z] 20:31:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-05-29T20:36:57.383Z] 20:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-05-29T20:36:57.383Z] 20:32:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2024-05-29T20:36:57.383Z] 20:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-05-29T20:36:57.383Z] 20:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T20:36:57.383Z] 20:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-05-29T20:36:57.383Z] 20:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-05-29T20:36:57.383Z] [2024-05-29T20:36:57.383Z] 20:32:01 CPU %user %nice %system %iowait %steal %idle [2024-05-29T20:36:57.383Z] 20:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-05-29T20:36:57.383Z] 20:33:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2024-05-29T20:36:57.383Z] 20:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T20:36:57.383Z] 20:33:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2024-05-29T20:36:57.383Z] 20:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T20:36:57.383Z] 20:33:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2024-05-29T20:36:57.383Z] 20:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-05-29T20:36:57.383Z] 20:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-05-29T20:36:57.383Z] 20:34:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2024-05-29T20:36:57.383Z] 20:34:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-05-29T20:36:57.383Z] 20:34:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2024-05-29T20:36:57.383Z] 20:34:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-05-29T20:36:57.383Z] 20:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2024-05-29T20:36:57.383Z] 20:34:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2024-05-29T20:36:57.383Z] 20:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-05-29T20:36:57.383Z] 20:35:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2024-05-29T20:36:57.383Z] 20:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2024-05-29T20:36:57.383Z] 20:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T20:36:57.383Z] 20:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-05-29T20:36:57.383Z] 20:35:01 6 0.03 0.00 0.05 0.00 0.03 99.88 [2024-05-29T20:36:57.383Z] 20:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T20:36:57.383Z] 20:36:01 all 0.04 0.00 0.03 0.00 0.01 99.92 [2024-05-29T20:36:57.383Z] 20:36:01 0 0.05 0.00 0.05 0.02 0.00 99.88 [2024-05-29T20:36:57.383Z] 20:36:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2024-05-29T20:36:57.383Z] 20:36:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2024-05-29T20:36:57.383Z] 20:36:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:36:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2024-05-29T20:36:57.383Z] 20:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T20:36:57.383Z] 20:36:01 6 0.02 0.00 0.05 0.00 0.02 99.92 [2024-05-29T20:36:57.383Z] 20:36:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-05-29T20:36:57.383Z] Average: all 3.23 0.00 0.50 0.46 0.03 95.79 [2024-05-29T20:36:57.383Z] Average: 0 2.99 0.00 0.79 0.65 0.03 95.54 [2024-05-29T20:36:57.383Z] Average: 1 2.92 0.00 0.51 1.55 0.03 94.99 [2024-05-29T20:36:57.383Z] Average: 2 1.62 0.00 0.34 0.13 0.02 97.89 [2024-05-29T20:36:57.383Z] Average: 3 2.98 0.00 0.40 0.08 0.03 96.51 [2024-05-29T20:36:57.383Z] Average: 4 4.28 0.00 0.47 0.23 0.02 94.99 [2024-05-29T20:36:57.383Z] Average: 5 4.42 0.00 0.49 0.21 0.03 94.85 [2024-05-29T20:36:57.383Z] Average: 6 2.90 0.00 0.45 0.52 0.04 96.09 [2024-05-29T20:36:57.383Z] Average: 7 3.69 0.00 0.58 0.28 0.02 95.42 [2024-05-29T20:36:57.383Z] [2024-05-29T20:36:57.383Z] [2024-05-29T20:36:57.383Z]