Pull request #125 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 714f8b7dddbffb4dafcede5e11b2169d72cb8e89+e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 (6b1893ede7ad078e5104cd87c32195f4963b30aa) 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-ssh10906831727631830919.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh10602481806928392277.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14029878938938501572.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15288766161581719429.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10955305007757843716.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6751392134518993954.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-2598 in /w/workspace/xfoundry_edgex-taf-common_PR-125 [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/xfoundry_edgex-taf-common_PR-125 # 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 Merging remotes/origin/main commit e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 into PR head commit 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/125/head:refs/remotes/origin/PR-125 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 # timeout=10 > git remote # timeout=10 Merge succeeded, producing 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 Checking out Revision 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 (PR-125) Commit message: "build: bump pycryptodome from 3.22.0 to 3.23.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-01T18:30:10.010Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-01T18:30:10.205Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-01T18:30:10.324Z] ========================================================= [2025-06-01T18:30:10.324Z] EdgeX Global Pipelines Version Info [2025-06-01T18:30:10.324Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:30:16.149Z] ------------------- [2025-06-01T18:30:16.149Z] stable info: [2025-06-01T18:30:16.149Z] ------------------- [2025-06-01T18:30:16.149Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-01T18:30:16.149Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-01T18:30:16.149Z] Message: update stable to v1.0.274 [2025-06-01T18:30:16.720Z] ------------------- [2025-06-01T18:30:16.720Z] experimental info: [2025-06-01T18:30:16.720Z] ------------------- [2025-06-01T18:30:16.720Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-01T18:30:16.720Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-01T18:30:16.720Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-06-01T18:30:16.984Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2025-06-01T18:30:17.028Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2025-06-01T18:30:17.076Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-01T18:30:17.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-01T18:30:17.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-01T18:30:17.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2025-06-01T18:30:17.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-01T18:30:17.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-06-01T18:30:17.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-06-01T18:30:17.433Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-01T18:30:17.484Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-06-01T18:30:17.532Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2025-06-01T18:30:17.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-01T18:30:17.633Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-01T18:30:17.686Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-125 [Pipeline] echo [2025-06-01T18:30:17.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-125 [Pipeline] echo [2025-06-01T18:30:17.782Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-125 [Pipeline] echo [2025-06-01T18:30:17.825Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 [Pipeline] echo [2025-06-01T18:30:17.876Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 714f8b7 [Pipeline] echo [2025-06-01T18:30:17.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-01T18:30:18.060Z] provisioning config files... [2025-06-01T18:30:18.075Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/config15794217499029496947tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:30:18.444Z] ---> ****-login.sh [2025-06-01T18:30:18.444Z] nexus3.edgexfoundry.org:10001 [2025-06-01T18:30:18.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:18.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:18.710Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:18.710Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:18.710Z] [2025-06-01T18:30:18.710Z] Login Succeeded [2025-06-01T18:30:18.710Z] nexus3.edgexfoundry.org:10002 [2025-06-01T18:30:18.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:18.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:18.710Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:18.710Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:18.710Z] [2025-06-01T18:30:18.710Z] Login Succeeded [2025-06-01T18:30:18.710Z] nexus3.edgexfoundry.org:10003 [2025-06-01T18:30:18.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:18.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:18.972Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:18.973Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:18.973Z] [2025-06-01T18:30:18.973Z] Login Succeeded [2025-06-01T18:30:18.973Z] nexus3.edgexfoundry.org:10004 [2025-06-01T18:30:18.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:18.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:18.973Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:18.973Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:18.973Z] [2025-06-01T18:30:18.973Z] Login Succeeded [2025-06-01T18:30:18.973Z] ****.io [2025-06-01T18:30:18.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:19.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:19.233Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:19.233Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:19.233Z] [2025-06-01T18:30:19.233Z] Login Succeeded [2025-06-01T18:30:19.233Z] ---> ****-login.sh ends [Pipeline] } [2025-06-01T18:30:19.258Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-01T18:30:19.891Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-01T18:30:19.891Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-01T18:30:19.891Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-01T18:30:19.891Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-01T18:30:19.891Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-01T18:30:19.891Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-01T18:30:19.891Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:30:20.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-01T18:30:20.334Z] [2025-06-01T18:30:20.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:30:20.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-01T18:30:20.717Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-01T18:30:20.717Z] 3dae71ba6b94: Pulling fs layer [2025-06-01T18:30:20.717Z] 6bf1a483ea7c: Pulling fs layer [2025-06-01T18:30:20.717Z] f5dfc541a4d3: Pulling fs layer [2025-06-01T18:30:20.717Z] 461d9e800cba: Pulling fs layer [2025-06-01T18:30:20.717Z] 80192f66455f: Pulling fs layer [2025-06-01T18:30:20.717Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-01T18:30:20.717Z] a29436f7fd5d: Pulling fs layer [2025-06-01T18:30:20.717Z] 923cac83aea3: Pulling fs layer [2025-06-01T18:30:20.717Z] 25ad8b0a4227: Pulling fs layer [2025-06-01T18:30:20.717Z] db01528c6b51: Pulling fs layer [2025-06-01T18:30:20.717Z] 28988de357af: Pulling fs layer [2025-06-01T18:30:20.717Z] 461d9e800cba: Waiting [2025-06-01T18:30:20.717Z] 80192f66455f: Waiting [2025-06-01T18:30:20.717Z] 2e8e34ca0e6c: Waiting [2025-06-01T18:30:20.717Z] a29436f7fd5d: Waiting [2025-06-01T18:30:20.717Z] 923cac83aea3: Waiting [2025-06-01T18:30:20.717Z] 25ad8b0a4227: Waiting [2025-06-01T18:30:20.717Z] 28988de357af: Waiting [2025-06-01T18:30:20.717Z] db01528c6b51: Waiting [2025-06-01T18:30:20.717Z] 6bf1a483ea7c: Verifying Checksum [2025-06-01T18:30:20.717Z] 6bf1a483ea7c: Download complete [2025-06-01T18:30:20.717Z] 461d9e800cba: Download complete [2025-06-01T18:30:20.717Z] 80192f66455f: Verifying Checksum [2025-06-01T18:30:20.717Z] 80192f66455f: Download complete [2025-06-01T18:30:20.977Z] f5dfc541a4d3: Verifying Checksum [2025-06-01T18:30:20.977Z] f5dfc541a4d3: Download complete [2025-06-01T18:30:20.977Z] 3dae71ba6b94: Verifying Checksum [2025-06-01T18:30:20.977Z] 3dae71ba6b94: Download complete [2025-06-01T18:30:20.977Z] 923cac83aea3: Verifying Checksum [2025-06-01T18:30:20.977Z] 923cac83aea3: Download complete [2025-06-01T18:30:21.241Z] 25ad8b0a4227: Verifying Checksum [2025-06-01T18:30:21.241Z] 25ad8b0a4227: Download complete [2025-06-01T18:30:21.241Z] db01528c6b51: Verifying Checksum [2025-06-01T18:30:21.241Z] db01528c6b51: Download complete [2025-06-01T18:30:21.241Z] 28988de357af: Verifying Checksum [2025-06-01T18:30:21.241Z] 28988de357af: Download complete [2025-06-01T18:30:21.241Z] a29436f7fd5d: Verifying Checksum [2025-06-01T18:30:21.241Z] a29436f7fd5d: Download complete [2025-06-01T18:30:21.814Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-01T18:30:21.814Z] 2e8e34ca0e6c: Download complete [2025-06-01T18:30:22.073Z] 3dae71ba6b94: Pull complete [2025-06-01T18:30:22.335Z] 6bf1a483ea7c: Pull complete [2025-06-01T18:30:22.903Z] f5dfc541a4d3: Pull complete [2025-06-01T18:30:23.162Z] 461d9e800cba: Pull complete [2025-06-01T18:30:23.162Z] 80192f66455f: Pull complete [2025-06-01T18:30:26.450Z] 2e8e34ca0e6c: Pull complete [2025-06-01T18:30:27.017Z] a29436f7fd5d: Pull complete [2025-06-01T18:30:27.017Z] 923cac83aea3: Pull complete [2025-06-01T18:30:27.277Z] 25ad8b0a4227: Pull complete [2025-06-01T18:30:27.277Z] db01528c6b51: Pull complete [2025-06-01T18:30:27.277Z] 28988de357af: Pull complete [2025-06-01T18:30:27.277Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-01T18:30:27.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-01T18:30:27.535Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-01T18:30:27.807Z] prd-ubuntu20.04-docker-8c-8g-2598 does not seem to be running inside a container [2025-06-01T18:30:27.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_edgex-taf-common_PR-125 -v /w/workspace/xfoundry_edgex-taf-common_PR-125:/w/workspace/xfoundry_edgex-taf-common_PR-125:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-01T18:30:30.449Z] $ docker top 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 -eo pid,comm [2025-06-01T18:30:30.505Z] 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). [2025-06-01T18:30:30.505Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-01T18:30:30.658Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-01T18:30:30.658Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-01T18:30:30.771Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-01T18:30:30.772Z] $ docker exec 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 ssh-agent [2025-06-01T18:30:30.890Z] SSH_AUTH_SOCK=/tmp/ssh-lyd60ulEMKpC/agent.33 [2025-06-01T18:30:30.890Z] SSH_AGENT_PID=39 [2025-06-01T18:30:30.896Z] Running ssh-add (command line suppressed) [2025-06-01T18:30:31.000Z] Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/private_key_9884158552195136303.key (/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/private_key_9884158552195136303.key) [2025-06-01T18:30:31.017Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-01T18:30:31.361Z] + git tag --points-at HEAD [Pipeline] } [2025-06-01T18:30:31.396Z] $ docker exec --env ******** --env ******** 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 ssh-agent -k [2025-06-01T18:30:31.496Z] unset SSH_AUTH_SOCK; [2025-06-01T18:30:31.496Z] unset SSH_AGENT_PID; [2025-06-01T18:30:31.497Z] echo Agent pid 39 killed; [2025-06-01T18:30:31.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-01T18:30:31.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-01T18:30:31.613Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-01T18:30:31.728Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-01T18:30:31.729Z] $ docker exec 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 ssh-agent [2025-06-01T18:30:31.840Z] SSH_AUTH_SOCK=/tmp/ssh-irNBtGFylbL7/agent.72 [2025-06-01T18:30:31.840Z] SSH_AGENT_PID=78 [2025-06-01T18:30:31.844Z] Running ssh-add (command line suppressed) [2025-06-01T18:30:31.947Z] Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/private_key_10416827101543763529.key (/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/private_key_10416827101543763529.key) [2025-06-01T18:30:31.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-01T18:30:32.306Z] + git semver init [2025-06-01T18:30:32.568Z] 2025-06-01 18:30:32,530 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-01T18:30:32.568Z] 2025-06-01 18:30:32,534 [run_init] DEBUG init version:0.0.0 force:False [2025-06-01T18:30:32.568Z] 2025-06-01 18:30:32,534 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver [2025-06-01T18:30:32.568Z] 2025-06-01 18:30:32,534 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/xfoundry_edgex-taf-common_PR-125/.semver [2025-06-01T18:30:32.568Z] 2025-06-01 18:30:32,535 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-125, stdin=None, shell=False, universal_newlines=False) [2025-06-01T18:30:33.136Z] 2025-06-01 18:30:33,128 [append_file] DEBUG append to file:/w/workspace/xfoundry_edgex-taf-common_PR-125/.git/info/exclude [2025-06-01T18:30:33.136Z] 2025-06-01 18:30:33,129 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver/PR-125 with force:False [2025-06-01T18:30:33.136Z] 2025-06-01 18:30:33,129 [write_file] DEBUG write to file:/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver/PR-125 [2025-06-01T18:30:33.136Z] 2025-06-01 18:30:33,133 [execute] INFO git cat-file --batch-check [2025-06-01T18:30:33.136Z] 2025-06-01 18:30:33,133 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-01T18:30:33.396Z] 2025-06-01 18:30:33,137 [execute] INFO git cat-file --batch [2025-06-01T18:30:33.396Z] 2025-06-01 18:30:33,137 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-01T18:30:33.396Z] 2025-06-01 18:30:33,140 [read_version] DEBUG read version from /w/workspace/xfoundry_edgex-taf-common_PR-125/.semver/PR-125 [2025-06-01T18:30:33.396Z] 0.0.0 [Pipeline] } [2025-06-01T18:30:33.418Z] $ docker exec --env ******** --env ******** 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 ssh-agent -k [2025-06-01T18:30:33.516Z] unset SSH_AUTH_SOCK; [2025-06-01T18:30:33.517Z] unset SSH_AGENT_PID; [2025-06-01T18:30:33.517Z] echo Agent pid 78 killed; [2025-06-01T18:30:33.530Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-01T18:30:33.955Z] + git semver [Pipeline] } [2025-06-01T18:30:34.552Z] $ docker stop --time=1 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 [2025-06-01T18:30:35.837Z] $ docker rm -f --volumes 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-01T18:30:36.242Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-01T18:30:36.536Z] Stashed 1 file(s) [Pipeline] echo [2025-06-01T18:30:36.560Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2025-06-01T18:30:37.149Z] provisioning config files... [2025-06-01T18:30:37.160Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/config17252112442191958025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:30:37.532Z] ---> ****-login.sh [2025-06-01T18:30:37.532Z] nexus3.edgexfoundry.org:10001 [2025-06-01T18:30:37.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:37.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:37.532Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:37.532Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:37.532Z] [2025-06-01T18:30:37.532Z] Login Succeeded [2025-06-01T18:30:37.532Z] nexus3.edgexfoundry.org:10002 [2025-06-01T18:30:37.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:37.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:37.532Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:37.532Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:37.532Z] [2025-06-01T18:30:37.532Z] Login Succeeded [2025-06-01T18:30:37.532Z] nexus3.edgexfoundry.org:10003 [2025-06-01T18:30:37.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:37.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:37.793Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:37.794Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:37.794Z] [2025-06-01T18:30:37.794Z] Login Succeeded [2025-06-01T18:30:37.794Z] nexus3.edgexfoundry.org:10004 [2025-06-01T18:30:37.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:37.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:37.794Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:37.794Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:37.794Z] [2025-06-01T18:30:37.794Z] Login Succeeded [2025-06-01T18:30:37.794Z] ****.io [2025-06-01T18:30:38.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:30:38.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:30:38.054Z] Configure a credential helper to remove this warning. See [2025-06-01T18:30:38.054Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:30:38.054Z] [2025-06-01T18:30:38.054Z] Login Succeeded [2025-06-01T18:30:38.054Z] ---> ****-login.sh ends [Pipeline] } [2025-06-01T18:30:38.084Z] 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 [2025-06-01T18:30:38.973Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-01T18:30:39.295Z] + ls -al . [2025-06-01T18:30:39.295Z] total 72 [2025-06-01T18:30:39.295Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 1 18:30 . [2025-06-01T18:30:39.295Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 1 18:30 .. [2025-06-01T18:30:39.295Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 1 18:30 .git [2025-06-01T18:30:39.295Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 1 18:30 .github [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 22 Jun 1 18:30 .gitignore [2025-06-01T18:30:39.295Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 1 18:30 .semver [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jun 1 18:30 Dockerfile [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 746 Jun 1 18:30 Jenkinsfile [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jun 1 18:30 LICENSE [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 4232 Jun 1 18:30 README.md [2025-06-01T18:30:39.295Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:30 TUC [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 1 18:30 VERSION [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 347 Jun 1 18:30 requirements.txt [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 54 Jun 1 18:30 robot-entrypoint.sh [2025-06-01T18:30:39.295Z] -rw-rw-r-- 1 jenkins jenkins 445 Jun 1 18:30 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:30:39.695Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=714f8b7dddbffb4dafcede5e11b2169d72cb8e89 --label arch=amd64 --label version=0.0.0 . [2025-06-01T18:30:39.695Z] Sending build context to Docker daemon 620.5kB [2025-06-01T18:30:39.695Z] Step 1/13 : FROM alpine:3.20 [2025-06-01T18:30:39.962Z] 3.20: Pulling from library/alpine [2025-06-01T18:30:40.223Z] 0a9a5dfd008f: Pulling fs layer [2025-06-01T18:30:40.223Z] 0a9a5dfd008f: Verifying Checksum [2025-06-01T18:30:40.223Z] 0a9a5dfd008f: Download complete [2025-06-01T18:30:40.484Z] 0a9a5dfd008f: Pull complete [2025-06-01T18:30:40.484Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-01T18:30:40.484Z] Status: Downloaded newer image for alpine:3.20 [2025-06-01T18:30:40.484Z] ---> ff221270b9fb [2025-06-01T18:30:40.484Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-06-01T18:30:40.484Z] ---> Running in caa835e582b1 [2025-06-01T18:30:40.744Z] Removing intermediate container caa835e582b1 [2025-06-01T18:30:40.744Z] ---> 4517066b5363 [2025-06-01T18:30:40.744Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-06-01T18:30:40.744Z] ---> Running in f08c5bb60c69 [2025-06-01T18:30:40.744Z] Removing intermediate container f08c5bb60c69 [2025-06-01T18:30:40.744Z] ---> 8e9de62b5eda [2025-06-01T18:30:40.744Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-06-01T18:30:41.003Z] ---> 4d97897608ad [2025-06-01T18:30:41.003Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-06-01T18:30:41.003Z] ---> 133dce4694a5 [2025-06-01T18:30:41.003Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-06-01T18:30:41.262Z] ---> 519a7133ce1d [2025-06-01T18:30:41.262Z] Step 7/13 : WORKDIR /edgex-taf [2025-06-01T18:30:41.262Z] ---> Running in ed469b72d464 [2025-06-01T18:30:41.262Z] Removing intermediate container ed469b72d464 [2025-06-01T18:30:41.262Z] ---> e46c4056aef4 [2025-06-01T18:30:41.262Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-01T18:30:41.262Z] ---> Running in f235812c7b3f [2025-06-01T18:30:41.829Z] Removing intermediate container f235812c7b3f [2025-06-01T18:30:41.829Z] ---> 37dba66ab7b7 [2025-06-01T18:30:41.829Z] 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-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-06-01T18:30:41.829Z] ---> Running in db12afa0af1c [2025-06-01T18:30:42.088Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:30:42.657Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:30:43.595Z] OK: 8 MiB in 14 packages [2025-06-01T18:30:43.595Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:30:43.855Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:30:44.794Z] (1/14) Installing ca-certificates (20241121-r1) [2025-06-01T18:30:45.052Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-01T18:30:45.311Z] (3/14) Installing c-ares (1.33.1-r0) [2025-06-01T18:30:45.882Z] (4/14) Installing libunistring (1.2-r0) [2025-06-01T18:30:46.142Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-06-01T18:30:46.402Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-01T18:30:46.970Z] (7/14) Installing libpsl (0.21.5-r1) [2025-06-01T18:30:47.229Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-01T18:30:47.488Z] (9/14) Installing libcurl (8.12.1-r0) [2025-06-01T18:30:48.057Z] (10/14) Installing curl (8.12.1-r0) [2025-06-01T18:30:48.317Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-06-01T18:30:48.884Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-06-01T18:30:49.507Z] (13/14) Installing jq (1.7.1-r0) [2025-06-01T18:30:49.769Z] (14/14) Installing openssl (3.3.3-r0) [2025-06-01T18:30:50.338Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:30:50.338Z] Executing ca-certificates-20241121-r1.trigger [2025-06-01T18:30:50.338Z] OK: 43 MiB in 28 packages [2025-06-01T18:30:50.338Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:30:50.904Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:30:51.473Z] (1/167) Installing libexpat (2.7.0-r0) [2025-06-01T18:30:51.744Z] (2/167) Installing libbz2 (1.0.8-r6) [2025-06-01T18:30:51.889Z] Still waiting to schedule task [2025-06-01T18:30:51.890Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-2599’ is offline [2025-06-01T18:30:52.003Z] (3/167) Installing libpng (1.6.44-r0) [2025-06-01T18:30:52.272Z] (4/167) Installing freetype (2.13.2-r0) [2025-06-01T18:30:52.851Z] (5/167) Installing fontconfig (2.15.0-r1) [2025-06-01T18:30:53.119Z] (6/167) Installing libfontenc (1.1.8-r0) [2025-06-01T18:30:53.378Z] (7/167) Installing mkfontscale (1.2.2-r6) [2025-06-01T18:30:53.641Z] (8/167) Installing font-opensans (0_git20210927-r1) [2025-06-01T18:30:54.224Z] (9/167) Installing pkgconf (2.2.0-r0) [2025-06-01T18:30:54.484Z] (10/167) Installing libgcc (13.2.1_git20240309-r1) [2025-06-01T18:30:54.746Z] (11/167) Installing libffi (3.4.6-r0) [2025-06-01T18:30:55.005Z] (12/167) Installing libintl (0.22.5-r0) [2025-06-01T18:30:55.265Z] (13/167) Installing libeconf (0.6.3-r0) [2025-06-01T18:30:55.524Z] (14/167) Installing libblkid (2.40.1-r1) [2025-06-01T18:30:56.097Z] (15/167) Installing libmount (2.40.1-r1) [2025-06-01T18:30:56.358Z] (16/167) Installing pcre2 (10.43-r0) [2025-06-01T18:30:56.622Z] (17/167) Installing glib (2.80.5-r0) [2025-06-01T18:30:57.190Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-01T18:30:57.836Z] (19/167) Installing xz-libs (5.6.2-r1) [2025-06-01T18:30:58.095Z] (20/167) Installing libxml2 (2.12.10-r0) [2025-06-01T18:30:58.663Z] (21/167) Installing shared-mime-info (2.4-r0) [2025-06-01T18:30:58.922Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2025-06-01T18:30:59.181Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2025-06-01T18:30:59.750Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2025-06-01T18:30:59.750Z] (25/167) Installing libwebp (1.3.2-r0) [2025-06-01T18:31:00.318Z] (26/167) Installing tiff (4.6.0t-r0) [2025-06-01T18:31:00.578Z] (27/167) Installing gdk-pixbuf (2.42.12-r0) [2025-06-01T18:31:00.838Z] (28/167) Installing gtk-update-icon-cache (3.24.43-r0) [2025-06-01T18:31:01.097Z] (29/167) Installing libxau (1.0.11-r4) [2025-06-01T18:31:01.355Z] (30/167) Installing libmd (1.1.0-r0) [2025-06-01T18:31:01.615Z] (31/167) Installing libbsd (0.12.2-r0) [2025-06-01T18:31:01.873Z] (32/167) Installing libxdmcp (1.1.5-r1) [2025-06-01T18:31:02.137Z] (33/167) Installing libxcb (1.16.1-r0) [2025-06-01T18:31:02.705Z] (34/167) Installing libx11 (1.8.9-r1) [2025-06-01T18:31:03.273Z] (35/167) Installing libxcomposite (0.4.6-r5) [2025-06-01T18:31:03.273Z] (36/167) Installing libxfixes (6.0.1-r4) [2025-06-01T18:31:03.533Z] (37/167) Installing libxrender (0.9.11-r5) [2025-06-01T18:31:03.794Z] (38/167) Installing libxcursor (1.2.2-r1) [2025-06-01T18:31:04.054Z] (39/167) Installing libxdamage (1.1.6-r5) [2025-06-01T18:31:04.375Z] (40/167) Installing libxext (1.3.6-r2) [2025-06-01T18:31:04.636Z] (41/167) Installing libxi (1.8.1-r4) [2025-06-01T18:31:04.895Z] (42/167) Installing libxinerama (1.1.5-r4) [2025-06-01T18:31:05.155Z] (43/167) Installing libxrandr (1.5.4-r1) [2025-06-01T18:31:05.416Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2025-06-01T18:31:05.677Z] (45/167) Installing libxtst (1.2.4-r6) [2025-06-01T18:31:05.937Z] (46/167) Installing dbus-libs (1.14.10-r1) [2025-06-01T18:31:06.198Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2025-06-01T18:31:06.841Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-06-01T18:31:07.101Z] (49/167) Installing pixman (0.43.2-r0) [2025-06-01T18:31:07.360Z] (50/167) Installing cairo (1.18.0-r0) [2025-06-01T18:31:07.928Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2025-06-01T18:31:07.928Z] (52/167) Installing avahi-libs (0.8-r17) [2025-06-01T18:31:08.510Z] (53/167) Installing gmp (6.3.0-r1) [2025-06-01T18:31:08.769Z] (54/167) Installing nettle (3.9.1-r0) [2025-06-01T18:31:09.335Z] (55/167) Installing libtasn1 (4.20.0-r0) [2025-06-01T18:31:09.335Z] (56/167) Installing p11-kit (0.25.3-r0) [2025-06-01T18:31:10.272Z] (57/167) Installing gnutls (3.8.5-r0) [2025-06-01T18:31:10.534Z] (58/167) Installing cups-libs (2.4.9-r1) [2025-06-01T18:31:11.103Z] (59/167) Installing libepoxy (1.5.10-r1) [2025-06-01T18:31:11.368Z] (60/167) Installing fribidi (1.0.15-r0) [2025-06-01T18:31:11.631Z] (61/167) Installing graphite2 (1.3.14-r6) [2025-06-01T18:31:11.889Z] (62/167) Installing harfbuzz (8.5.0-r0) [2025-06-01T18:31:12.455Z] (63/167) Installing libxft (2.3.8-r3) [2025-06-01T18:31:12.714Z] (64/167) Installing pango (1.52.2-r0) [2025-06-01T18:31:12.973Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2025-06-01T18:31:13.233Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2025-06-01T18:31:13.492Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2025-06-01T18:31:13.750Z] (68/167) Installing xkeyboard-config (2.41-r0) [2025-06-01T18:31:14.318Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2025-06-01T18:31:14.578Z] (70/167) Installing gtk+3.0 (3.24.43-r0) [2025-06-01T18:31:15.146Z] (71/167) Installing icu-data-full (74.2-r0) [2025-06-01T18:31:18.435Z] (72/167) Installing mesa (24.0.9-r1) [2025-06-01T18:31:18.693Z] (73/167) Installing llvm17-libs (17.0.6-r2) [2025-06-01T18:31:26.816Z] (74/167) Installing hwdata-pci (0.382-r0) [2025-06-01T18:31:27.075Z] (75/167) Installing libpciaccess (0.18.1-r0) [2025-06-01T18:31:27.334Z] (76/167) Installing libdrm (2.4.120-r0) [2025-06-01T18:31:27.624Z] (77/167) Installing libelf (0.191-r0) [2025-06-01T18:31:28.192Z] (78/167) Installing mesa-glapi (24.0.9-r1) [2025-06-01T18:31:28.449Z] (79/167) Installing mesa-dri-gallium (24.0.9-r1) [2025-06-01T18:31:29.018Z] (80/167) Installing eudev-libs (3.2.14-r2) [2025-06-01T18:31:29.588Z] (81/167) Installing libmagic (5.45-r1) [2025-06-01T18:31:29.847Z] (82/167) Installing file (5.45-r1) [2025-06-01T18:31:30.106Z] (83/167) Installing xprop (1.2.7-r0) [2025-06-01T18:31:30.367Z] (84/167) Installing libice (1.1.1-r6) [2025-06-01T18:31:30.626Z] (85/167) Installing libuuid (2.40.1-r1) [2025-06-01T18:31:30.886Z] (86/167) Installing libsm (1.2.4-r4) [2025-06-01T18:31:31.145Z] (87/167) Installing libxt (1.3.0-r5) [2025-06-01T18:31:31.408Z] (88/167) Installing libxmu (1.1.4-r2) [2025-06-01T18:31:31.976Z] (89/167) Installing xset (1.2.5-r1) [2025-06-01T18:31:32.236Z] (90/167) Installing xdg-utils (1.2.1-r0) [2025-06-01T18:31:32.500Z] (91/167) Installing libogg (1.3.5-r5) [2025-06-01T18:31:32.759Z] (92/167) Installing libflac (1.4.3-r1) [2025-06-01T18:31:33.019Z] (93/167) Installing alsa-lib (1.2.11-r0) [2025-06-01T18:31:33.589Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2025-06-01T18:31:34.158Z] (95/167) Installing aom-libs (3.9.1-r0) [2025-06-01T18:31:34.729Z] (96/167) Installing libva (2.21.0-r0) [2025-06-01T18:31:34.988Z] (97/167) Installing libvdpau (1.5-r3) [2025-06-01T18:31:35.248Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2025-06-01T18:31:35.506Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r8) [2025-06-01T18:31:36.073Z] (100/167) Installing libdav1d (1.4.2-r0) [2025-06-01T18:31:36.332Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2025-06-01T18:31:36.897Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2025-06-01T18:31:37.155Z] (103/167) Installing imath (3.1.12-r0) [2025-06-01T18:31:37.414Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2025-06-01T18:31:37.982Z] (105/167) Installing giflib (5.2.2-r0) [2025-06-01T18:31:37.982Z] (106/167) Installing libhwy (1.0.7-r0) [2025-06-01T18:31:38.249Z] (107/167) Installing lcms2 (2.16-r0) [2025-06-01T18:31:38.818Z] (108/167) Installing libjxl (0.10.2-r0) [2025-06-01T18:31:39.388Z] (109/167) Installing lame-libs (3.100-r5) [2025-06-01T18:31:39.648Z] (110/167) Installing opus (1.5.2-r0) [2025-06-01T18:31:39.906Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2025-06-01T18:31:40.476Z] (112/167) Installing libgomp (13.2.1_git20240309-r1) [2025-06-01T18:31:40.735Z] (113/167) Installing soxr (0.1.3-r7) [2025-06-01T18:31:41.308Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r8) [2025-06-01T18:31:41.580Z] (115/167) Installing libtheora (1.1.1-r18) [2025-06-01T18:31:41.848Z] (116/167) Installing libvorbis (1.3.7-r2) [2025-06-01T18:31:42.115Z] (117/167) Installing libvpx (1.14.1-r0) [2025-06-01T18:31:42.684Z] (118/167) Installing libwebpmux (1.3.2-r0) [2025-06-01T18:31:42.945Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2025-06-01T18:31:43.512Z] (120/167) Installing numactl (2.0.18-r0) [2025-06-01T18:31:43.772Z] (121/167) Installing x265-libs (3.6-r0) [2025-06-01T18:31:44.340Z] (122/167) Installing xvidcore (1.3.7-r2) [2025-06-01T18:31:44.609Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-06-01T18:31:45.179Z] (124/167) Installing libbluray (1.3.4-r1) [2025-06-01T18:31:45.744Z] (125/167) Installing mpg123-libs (1.32.8-r0) [2025-06-01T18:31:46.003Z] (126/167) Installing libopenmpt (0.7.7-r0) [2025-06-01T18:31:46.571Z] (127/167) Installing cjson (1.7.18-r0) [2025-06-01T18:31:46.571Z] (128/167) Installing mbedtls (3.6.3-r0) [2025-06-01T18:31:47.140Z] (129/167) Installing librist (0.2.10-r1) [2025-06-01T18:31:47.401Z] (130/167) Installing libsrt (1.5.3-r0) [2025-06-01T18:31:47.970Z] (131/167) Installing libssh (0.10.6-r0) [2025-06-01T18:31:48.230Z] (132/167) Installing libsodium (1.0.19-r0) [2025-06-01T18:31:48.488Z] (133/167) Installing libzmq (4.3.5-r2) [2025-06-01T18:31:49.055Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r8) [2025-06-01T18:31:49.314Z] (135/167) Installing crc32c (1.1.2-r0) [2025-06-01T18:31:49.573Z] (136/167) Installing double-conversion (3.3.0-r0) [2025-06-01T18:31:49.833Z] (137/167) Installing libevent (2.1.12-r7) [2025-06-01T18:31:50.401Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2025-06-01T18:31:50.660Z] (139/167) Installing mesa-gbm (24.0.9-r1) [2025-06-01T18:31:50.918Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2025-06-01T18:31:51.484Z] (141/167) Installing icu-libs (74.2-r0) [2025-06-01T18:31:51.741Z] (142/167) Installing minizip (1.3.1-r0) [2025-06-01T18:31:51.999Z] (143/167) Installing nspr (4.35-r4) [2025-06-01T18:31:52.566Z] (144/167) Installing sqlite-libs (3.45.3-r2) [2025-06-01T18:31:52.824Z] (145/167) Installing nss (3.105-r0) [2025-06-01T18:31:53.389Z] (146/167) Installing openh264 (2.4.1-r0) [2025-06-01T18:31:53.963Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2025-06-01T18:31:54.221Z] (148/167) Installing libunwind (1.8.1-r0) [2025-06-01T18:31:54.480Z] (149/167) Installing yaml (0.2.5-r2) [2025-06-01T18:31:54.738Z] (150/167) Installing libcamera (0.3.0-r0) [2025-06-01T18:31:55.307Z] (151/167) Installing speexdsp (1.2.1-r2) [2025-06-01T18:31:55.567Z] (152/167) Installing libuv (1.48.0-r0) [2025-06-01T18:31:55.827Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2025-06-01T18:31:56.087Z] (154/167) Installing libsndfile (1.2.2-r1) [2025-06-01T18:31:56.655Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2025-06-01T18:31:56.915Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2025-06-01T18:31:57.487Z] (157/167) Installing libasyncns (0.8-r3) [2025-06-01T18:31:57.746Z] (158/167) Installing libltdl (2.4.7-r3) [2025-06-01T18:31:58.005Z] (159/167) Installing orc (0.4.40-r0) [2025-06-01T18:31:58.571Z] (160/167) Installing tdb-libs (1.4.9-r1) [2025-06-01T18:31:58.829Z] (161/167) Installing libpulse (17.0-r0) [2025-06-01T18:31:59.089Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2025-06-01T18:31:59.347Z] (163/167) Installing libgpg-error (1.49-r0) [2025-06-01T18:31:59.916Z] (164/167) Installing libgcrypt (1.10.3-r0) [2025-06-01T18:32:00.175Z] (165/167) Installing libxslt (1.1.39-r2) [2025-06-01T18:32:00.433Z] (166/167) Installing chromium (131.0.6778.108-r0) [2025-06-01T18:32:15.329Z] (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-06-01T18:32:15.329Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:32:15.329Z] Executing fontconfig-2.15.0-r1.trigger [2025-06-01T18:32:15.329Z] Executing mkfontscale-1.2.2-r6.trigger [2025-06-01T18:32:15.329Z] Executing glib-2.80.5-r0.trigger [2025-06-01T18:32:15.329Z] Executing shared-mime-info-2.4-r0.trigger [2025-06-01T18:32:15.588Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-06-01T18:32:15.588Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-06-01T18:32:15.588Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-06-01T18:32:15.588Z] OK: 672 MiB in 195 packages [2025-06-01T18:32:15.588Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:32:16.159Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:32:16.727Z] (1/30) Installing jansson (2.14-r4) [2025-06-01T18:32:17.294Z] (2/30) Installing binutils (2.42-r1) [2025-06-01T18:32:17.863Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-06-01T18:32:18.124Z] (4/30) Installing isl26 (0.26-r1) [2025-06-01T18:32:18.690Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-06-01T18:32:18.949Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-06-01T18:32:19.208Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-06-01T18:32:25.775Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-06-01T18:32:25.775Z] (9/30) Installing linux-headers (6.6-r0) [2025-06-01T18:32:26.342Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-06-01T18:32:26.602Z] (11/30) Installing libpq (16.9-r0) [2025-06-01T18:32:27.168Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-06-01T18:32:27.427Z] (13/30) Installing libpq-dev (16.9-r0) [2025-06-01T18:32:27.995Z] (14/30) Installing libecpg (16.9-r0) [2025-06-01T18:32:28.256Z] (15/30) Installing libecpg-dev (16.9-r0) [2025-06-01T18:32:28.515Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-06-01T18:32:29.082Z] (17/30) Installing llvm16-libs (16.0.6-r9) [2025-06-01T18:32:39.083Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-06-01T18:32:42.364Z] (19/30) Installing fortify-headers (1.1-r3) [2025-06-01T18:32:42.364Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-06-01T18:32:42.622Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-06-01T18:32:42.881Z] (22/30) Installing clang16 (16.0.6-r5) [2025-06-01T18:32:43.448Z] (23/30) Installing icu (74.2-r0) [2025-06-01T18:32:44.013Z] (24/30) Installing icu-dev (74.2-r0) [2025-06-01T18:32:44.578Z] (25/30) Installing llvm16 (16.0.6-r9) [2025-06-01T18:32:52.702Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-06-01T18:32:52.961Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-06-01T18:32:53.220Z] (28/30) Installing zstd (1.5.6-r0) [2025-06-01T18:32:53.788Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-06-01T18:32:54.048Z] (30/30) Installing postgresql16-dev (16.9-r0) [2025-06-01T18:32:54.616Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:32:54.616Z] OK: 1208 MiB in 225 packages [2025-06-01T18:32:54.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:32:55.183Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:32:55.749Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-06-01T18:32:58.288Z] (2/14) Installing gdbm (1.23-r1) [2025-06-01T18:32:58.546Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-06-01T18:32:58.803Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-06-01T18:32:59.072Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-06-01T18:32:59.641Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-06-01T18:32:59.641Z] (7/14) Installing readline (8.2.10-r0) [2025-06-01T18:33:00.207Z] (8/14) Installing python3 (3.12.10-r1) [2025-06-01T18:33:00.779Z] (9/14) Installing python3-pycache-pyc0 (3.12.10-r1) [2025-06-01T18:33:01.345Z] (10/14) Installing pyc (3.12.10-r1) [2025-06-01T18:33:01.606Z] (11/14) Installing python3-pyc (3.12.10-r1) [2025-06-01T18:33:01.868Z] (12/14) Installing python3-dev (3.12.10-r1) [2025-06-01T18:33:07.855Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2601 in /w/workspace/xfoundry_edgex-taf-common_PR-125 [Pipeline] { [Pipeline] checkout [2025-06-01T18:33:10.964Z] Selected Git installation does not exist. Using Default [2025-06-01T18:33:10.964Z] The recommended git tool is: NONE [2025-06-01T18:33:11.839Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-06-01T18:33:11.839Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-06-01T18:33:11.839Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:33:11.839Z] OK: 1374 MiB in 239 packages [2025-06-01T18:33:11.839Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:11.839Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:12.099Z] OK: 1374 MiB in 239 packages [2025-06-01T18:33:12.099Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:12.671Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:13.237Z] (1/1) Installing tzdata (2025b-r0) [2025-06-01T18:33:13.502Z] OK: 1376 MiB in 240 packages [2025-06-01T18:33:14.075Z] (1/1) Purging tzdata (2025b-r0) [2025-06-01T18:33:14.075Z] OK: 1374 MiB in 239 packages [2025-06-01T18:33:15.451Z] Looking in links: /tmp/tmpfx6j5yj6 [2025-06-01T18:33:15.451Z] Processing /tmp/tmpfx6j5yj6/pip-25.0.1-py3-none-any.whl [2025-06-01T18:33:15.451Z] Installing collected packages: pip [2025-06-01T18:33:15.677Z] using credential edgex-jenkins-ssh [2025-06-01T18:33:15.703Z] Cloning the remote Git repository [2025-06-01T18:33:15.744Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2025-06-01T18:33:15.837Z] > git init /w/workspace/xfoundry_edgex-taf-common_PR-125 # timeout=10 [2025-06-01T18:33:16.825Z] Successfully installed pip-25.0.1 [2025-06-01T18:33:16.825Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-06-01T18:33:16.009Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-06-01T18:33:16.010Z] > git --version # timeout=10 [2025-06-01T18:33:16.042Z] > git --version # 'git version 2.25.1' [2025-06-01T18:33:16.045Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-01T18:33:16.217Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-01T18:33:17.056Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-06-01T18:33:17.083Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-06-01T18:33:17.083Z] Collecting pip [2025-06-01T18:33:17.083Z] Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) [2025-06-01T18:33:17.083Z] Collecting setuptools [2025-06-01T18:33:17.083Z] Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) [2025-06-01T18:33:17.342Z] Collecting wheel [2025-06-01T18:33:17.342Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-06-01T18:33:17.342Z] Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) [2025-06-01T18:33:17.342Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 210.3 MB/s eta 0:00:00 [2025-06-01T18:33:17.342Z] Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) [2025-06-01T18:33:17.342Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 395.9 MB/s eta 0:00:00 [2025-06-01T18:33:17.342Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-06-01T18:33:17.342Z] Installing collected packages: wheel, setuptools, pip [2025-06-01T18:33:18.274Z] Attempting uninstall: pip [2025-06-01T18:33:18.274Z] Found existing installation: pip 25.0.1 [2025-06-01T18:33:17.102Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-01T18:33:18.076Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-06-01T18:33:18.125Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-06-01T18:33:18.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-01T18:33:18.156Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/125/head:refs/remotes/origin/PR-125 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2025-06-01T18:33:18.532Z] Uninstalling pip-25.0.1: [2025-06-01T18:33:18.532Z] Successfully uninstalled pip-25.0.1 [2025-06-01T18:33:18.648Z] Merging remotes/origin/main commit e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 into PR head commit 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 [2025-06-01T18:33:18.963Z] Merge succeeded, producing 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 [2025-06-01T18:33:18.964Z] Checking out Revision 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 (PR-125) [2025-06-01T18:33:19.468Z] Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 [2025-06-01T18:33:19.469Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-06-01T18:33:19.597Z] Commit message: "build: bump pycryptodome from 3.22.0 to 3.23.0" [2025-06-01T18:33:18.667Z] > git config core.sparsecheckout # timeout=10 [2025-06-01T18:33:18.746Z] > git checkout -f 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 # timeout=10 [2025-06-01T18:33:18.839Z] > git remote # timeout=10 [2025-06-01T18:33:18.862Z] > git config --get remote.origin.url # timeout=10 [2025-06-01T18:33:18.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-01T18:33:18.911Z] > git merge e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 # timeout=10 [2025-06-01T18:33:18.940Z] > git rev-parse HEAD^{commit} # timeout=10 [2025-06-01T18:33:18.966Z] > git config core.sparsecheckout # timeout=10 [2025-06-01T18:33:18.980Z] > git checkout -f 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 # timeout=10 [2025-06-01T18:33:19.656Z] > git --version # timeout=10 [2025-06-01T18:33:19.668Z] > git --version # 'git version 2.25.1' [2025-06-01T18:33:19.688Z] fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-01T18:33:20.036Z] Processing ./edgex-taf-common [2025-06-01T18:33:20.037Z] Preparing metadata (setup.py): started [2025-06-01T18:33:20.037Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:33:20.037Z] Building wheels for collected packages: edgex-taf-common [2025-06-01T18:33:20.037Z]  DEPRECATION: Building 'edgex-taf-common' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'edgex-taf-common'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:33:20.037Z]  Building wheel for edgex-taf-common (setup.py): started [2025-06-01T18:33:20.298Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-06-01T18:33:20.298Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15392 sha256=3faf5a89b9d875b7849e519870d96cc13d102945234a897995e974b2267bba29 [2025-06-01T18:33:20.298Z] Stored in directory: /tmp/pip-ephem-wheel-cache-mjnscg89/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-06-01T18:33:20.298Z] Successfully built edgex-taf-common [2025-06-01T18:33:20.298Z] Installing collected packages: edgex-taf-common [2025-06-01T18:33:20.298Z] Successfully installed edgex-taf-common-0.0.0 [2025-06-01T18:33:20.298Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-06-01T18:33:20.866Z] Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) [2025-06-01T18:33:20.866Z] Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:33:20.866Z] Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) [2025-06-01T18:33:20.866Z] Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) [2025-06-01T18:33:20.866Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-06-01T18:33:20.866Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-06-01T18:33:20.866Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-06-01T18:33:20.866Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-06-01T18:33:20.866Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-06-01T18:33:20.866Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-06-01T18:33:21.130Z] Preparing metadata (setup.py): started [2025-06-01T18:33:21.130Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:33:21.130Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) [2025-06-01T18:33:21.130Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-06-01T18:33:21.130Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) [2025-06-01T18:33:21.130Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-06-01T18:33:21.130Z] Collecting requests==2.32.3 (from -r requirements.txt (line 8)) [2025-06-01T18:33:21.130Z] Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) [2025-06-01T18:33:21.130Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) [2025-06-01T18:33:21.130Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-06-01T18:33:21.390Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-06-01T18:33:21.390Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-06-01T18:33:21.652Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) [2025-06-01T18:33:21.652Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) [2025-06-01T18:33:21.652Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) [2025-06-01T18:33:21.652Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2025-06-01T18:33:21.652Z] Installing build dependencies: started [2025-06-01T18:33:23.028Z] Installing build dependencies: finished with status 'done' [2025-06-01T18:33:23.028Z] Getting requirements to build wheel: started [2025-06-01T18:33:23.287Z] Getting requirements to build wheel: finished with status 'done' [2025-06-01T18:33:23.287Z] Preparing metadata (pyproject.toml): started [2025-06-01T18:33:23.856Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-06-01T18:33:23.856Z] Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) [2025-06-01T18:33:23.856Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2025-06-01T18:33:24.115Z] Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) [2025-06-01T18:33:24.115Z] Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) [2025-06-01T18:33:24.115Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) [2025-06-01T18:33:24.115Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-06-01T18:33:24.115Z] Preparing metadata (setup.py): started [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-01T18:33:24.372Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:33:24.372Z] Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) [2025-06-01T18:33:24.372Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) [2025-06-01T18:33:24.629Z] Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) [2025-06-01T18:33:24.629Z] Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) [2025-06-01T18:33:24.629Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:24.629Z] Downloading selenium-4.33.0-py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:33:24.629Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:24.629Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-06-01T18:33:24.629Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:24.629Z] Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:33:24.629Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:24.629Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-06-01T18:33:24.725Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-01T18:33:24.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-01T18:33:24.725Z] Dload Upload Total Spent Left Speed [2025-06-01T18:33:24.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 260k 0 --:--:-- --:--:-- --:--:-- 265k [Pipeline] sh [2025-06-01T18:33:24.892Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:24.892Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-06-01T18:33:24.892Z] Preparing metadata (setup.py): started [2025-06-01T18:33:24.892Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:33:24.892Z] Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:24.892Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-06-01T18:33:24.892Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.072Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-01T18:33:25.150Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-06-01T18:33:25.151Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.151Z] Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) [2025-06-01T18:33:25.151Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.151Z] Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-06-01T18:33:25.151Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.151Z] Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:33:25.151Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.151Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-06-01T18:33:25.151Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.151Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-06-01T18:33:25.409Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-01T18:33:25.409Z] + sudo tee /etc/docker/daemon.new [2025-06-01T18:33:25.409Z] { [2025-06-01T18:33:25.409Z] "registry-mirrors": [ [2025-06-01T18:33:25.409Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-01T18:33:25.409Z] ], [2025-06-01T18:33:25.409Z] "bip": "10.250.0.254/24", [2025-06-01T18:33:25.409Z] "hosts": [ [2025-06-01T18:33:25.409Z] "tcp://0.0.0.0:5555", [2025-06-01T18:33:25.409Z] "unix:///var/run/docker.sock" [2025-06-01T18:33:25.409Z] ], [2025-06-01T18:33:25.409Z] "mtu": 1458, [2025-06-01T18:33:25.409Z] "selinux-enabled": true, [2025-06-01T18:33:25.409Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-01T18:33:25.409Z] } [2025-06-01T18:33:25.409Z] Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:33:25.410Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) [2025-06-01T18:33:25.410Z] Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:33:25.410Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-06-01T18:33:25.410Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:33:25.410Z] Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) [2025-06-01T18:33:25.410Z] Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:33:25.410Z] Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:33:25.410Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:33:25.410Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-06-01T18:33:25.410Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:33:25.410Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-06-01T18:33:25.410Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.48.0->-r requirements.txt (line 14)) (80.9.0) [2025-06-01T18:33:25.410Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:33:25.410Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-06-01T18:33:25.410Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:33:25.410Z] Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) [Pipeline] sh [2025-06-01T18:33:25.669Z] Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-06-01T18:33:25.669Z] Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-06-01T18:33:25.669Z] Collecting websocket-client~=1.8.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-06-01T18:33:25.669Z] Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-06-01T18:33:25.669Z] Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-06-01T18:33:25.669Z] Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-06-01T18:33:25.669Z] Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-06-01T18:33:25.669Z] Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-06-01T18:33:25.669Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.4.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-06-01T18:33:25.669Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:33:25.669Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-06-01T18:33:25.757Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-01T18:33:25.928Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.928Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2025-06-01T18:33:25.928Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.928Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-06-01T18:33:25.928Z] Preparing metadata (setup.py): started [2025-06-01T18:33:25.928Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:33:25.928Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.928Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:33:25.928Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:25.928Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-06-01T18:33:25.928Z] Preparing metadata (setup.py): started [2025-06-01T18:33:26.092Z] + sudo service docker restart [2025-06-01T18:33:26.187Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:33:26.187Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.187Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-06-01T18:33:26.187Z] Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.187Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-06-01T18:33:26.187Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.187Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-06-01T18:33:26.446Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.446Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-06-01T18:33:26.704Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.705Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2025-06-01T18:33:26.705Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.705Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-06-01T18:33:26.705Z] Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.705Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-06-01T18:33:26.705Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.705Z] Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-06-01T18:33:26.705Z] Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.705Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-06-01T18:33:26.705Z] Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.705Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) [2025-06-01T18:33:26.705Z] Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.705Z] Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-06-01T18:33:26.964Z] Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.964Z] Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-06-01T18:33:26.964Z] Collecting pathable<0.5.0,>=0.4.1 (from jsonschema-path<0.4.0,>=0.3.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.964Z] Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-06-01T18:33:26.964Z] Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.964Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-06-01T18:33:26.964Z] Collecting lazy-object-proxy<2.0.0,>=1.7.1 (from openapi-spec-validator<0.8.0,>=0.7.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:26.964Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-06-01T18:33:27.223Z] Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:33:27.223Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) [2025-06-01T18:33:27.223Z] Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) [2025-06-01T18:33:27.223Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 112.4 MB/s eta 0:00:00 [2025-06-01T18:33:27.223Z] Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) [2025-06-01T18:33:27.223Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-06-01T18:33:27.223Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-06-01T18:33:27.223Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-06-01T18:33:27.223Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-06-01T18:33:27.223Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [2025-06-01T18:33:27.223Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-06-01T18:33:27.223Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-06-01T18:33:27.223Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) [2025-06-01T18:33:27.223Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 186.3 MB/s eta 0:00:00 [2025-06-01T18:33:27.223Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) [2025-06-01T18:33:27.223Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 146.8 MB/s eta 0:00:00 [2025-06-01T18:33:27.223Z] Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) [2025-06-01T18:33:27.223Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 188.9 MB/s eta 0:00:00 [2025-06-01T18:33:27.223Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) [2025-06-01T18:33:27.223Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 188.9 MB/s eta 0:00:00 [2025-06-01T18:33:27.223Z] Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) [2025-06-01T18:33:27.223Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) [2025-06-01T18:33:27.483Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-06-01T18:33:27.483Z] Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) [2025-06-01T18:33:27.483Z] Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) [2025-06-01T18:33:27.483Z] Downloading click-8.2.1-py3-none-any.whl (102 kB) [2025-06-01T18:33:27.483Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-06-01T18:33:27.483Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-06-01T18:33:27.483Z] Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) [2025-06-01T18:33:27.483Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-06-01T18:33:27.483Z] Downloading selenium-4.33.0-py3-none-any.whl (9.4 MB) [2025-06-01T18:33:27.483Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 180.9 MB/s eta 0:00:00 [2025-06-01T18:33:27.483Z] Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-06-01T18:33:27.483Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-06-01T18:33:27.483Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-06-01T18:33:27.483Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-06-01T18:33:27.483Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-06-01T18:33:27.483Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-06-01T18:33:27.483Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-06-01T18:33:27.483Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-06-01T18:33:27.483Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-06-01T18:33:27.483Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-06-01T18:33:27.483Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-06-01T18:33:27.483Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 290.2 MB/s eta 0:00:00 [2025-06-01T18:33:27.483Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-06-01T18:33:27.483Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) [2025-06-01T18:33:27.483Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 192.5 MB/s eta 0:00:00 [2025-06-01T18:33:27.483Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-06-01T18:33:27.483Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-06-01T18:33:27.483Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-06-01T18:33:27.483Z] Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) [2025-06-01T18:33:27.483Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-06-01T18:33:27.483Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-06-01T18:33:27.483Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl (561 kB) [2025-06-01T18:33:27.483Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.6/561.6 kB 149.3 MB/s eta 0:00:00 [2025-06-01T18:33:27.483Z] Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-06-01T18:33:27.483Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-06-01T18:33:27.483Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-06-01T18:33:27.483Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) [2025-06-01T18:33:27.483Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-06-01T18:33:27.483Z] Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-06-01T18:33:27.484Z] Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-06-01T18:33:27.484Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) [2025-06-01T18:33:27.484Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-06-01T18:33:27.484Z] Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-06-01T18:33:27.484Z] Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-06-01T18:33:27.484Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-06-01T18:33:27.484Z] Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) [2025-06-01T18:33:27.744Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 197.8 MB/s eta 0:00:00 [2025-06-01T18:33:27.744Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-06-01T18:33:27.744Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-06-01T18:33:27.744Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-06-01T18:33:27.744Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-06-01T18:33:27.744Z] Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-06-01T18:33:27.744Z]  DEPRECATION: Building 'robotbackgroundlogger' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotbackgroundlogger'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:33:27.744Z]  Building wheel for robotbackgroundlogger (setup.py): started [2025-06-01T18:33:28.006Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-06-01T18:33:28.006Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=7caf1d5cd3e477230c7eb81cc0b6b9dea1baf83a570ae00bbc7608f3cf585227 [2025-06-01T18:33:28.006Z] Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-06-01T18:33:28.006Z] Building wheel for psutil (pyproject.toml): started [2025-06-01T18:33:29.923Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-06-01T18:33:29.923Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277538 sha256=af6e49927968b70153e1381378ebec82fd7ec43d4ae1b2bc70bdd859b5c9e4d9 [2025-06-01T18:33:29.923Z] Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-06-01T18:33:29.923Z]  DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:33:29.923Z]  Building wheel for psycopg2 (setup.py): started [2025-06-01T18:33:38.042Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-06-01T18:33:38.042Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521919 sha256=1084ee8023f0614d358096d4b90f68a7c978090b0635513a89a48e672b2e943c [2025-06-01T18:33:38.042Z] Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-06-01T18:33:38.043Z]  DEPRECATION: Building 'flex' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flex'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:33:38.043Z]  Building wheel for flex (setup.py): started [2025-06-01T18:33:38.304Z] Building wheel for flex (setup.py): finished with status 'done' [2025-06-01T18:33:38.305Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=371c122cc3f275397c34ad14d5dc4086210b74419275a0715bab89eed6a47d8c [2025-06-01T18:33:38.305Z] Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-06-01T18:33:38.305Z]  DEPRECATION: Building 'strict-rfc3339' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'strict-rfc3339'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:33:38.305Z]  Building wheel for strict-rfc3339 (setup.py): started [2025-06-01T18:33:38.566Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-06-01T18:33:38.566Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=7b39026b0f5e87a99074a884c99fba7068db4b2824c69a9b6e6a891614de60a6 [2025-06-01T18:33:38.566Z] Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-06-01T18:33:38.566Z]  DEPRECATION: Building 'validate-email' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'validate-email'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:33:38.566Z]  Building wheel for validate-email (setup.py): started [2025-06-01T18:33:38.826Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-06-01T18:33:38.826Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=f0d893abbc83425326a5b0b1f8783217e982c37a16fa44b6fdcf06b572a6ec38 [2025-06-01T18:33:38.826Z] Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-06-01T18:33:38.826Z] Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-06-01T18:33:39.085Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-01T18:33:44.399Z] provisioning config files... [2025-06-01T18:33:44.429Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/config550269045393208904tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:33:44.926Z] ---> ****-login.sh [2025-06-01T18:33:44.926Z] nexus3.edgexfoundry.org:10001 [2025-06-01T18:33:45.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:33:45.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:33:45.511Z] Configure a credential helper to remove this warning. See [2025-06-01T18:33:45.511Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:33:45.511Z] [2025-06-01T18:33:45.511Z] Login Succeeded [2025-06-01T18:33:45.511Z] nexus3.edgexfoundry.org:10002 [2025-06-01T18:33:45.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:33:45.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:33:45.780Z] Configure a credential helper to remove this warning. See [2025-06-01T18:33:45.780Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:33:45.780Z] [2025-06-01T18:33:45.780Z] Login Succeeded [2025-06-01T18:33:45.780Z] nexus3.edgexfoundry.org:10003 [2025-06-01T18:33:46.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:33:46.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:33:46.317Z] Configure a credential helper to remove this warning. See [2025-06-01T18:33:46.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:33:46.317Z] [2025-06-01T18:33:46.317Z] Login Succeeded [2025-06-01T18:33:46.317Z] nexus3.edgexfoundry.org:10004 [2025-06-01T18:33:46.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:33:46.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:33:46.586Z] Configure a credential helper to remove this warning. See [2025-06-01T18:33:46.586Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:33:46.586Z] [2025-06-01T18:33:46.587Z] Login Succeeded [2025-06-01T18:33:46.587Z] ****.io [2025-06-01T18:33:46.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:33:47.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:33:47.122Z] Configure a credential helper to remove this warning. See [2025-06-01T18:33:47.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:33:47.122Z] [2025-06-01T18:33:47.122Z] Login Succeeded [2025-06-01T18:33:47.122Z] ---> ****-login.sh ends [Pipeline] } [2025-06-01T18:33:47.153Z] 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 [2025-06-01T18:33:48.190Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-01T18:33:48.535Z] + ls -al . [2025-06-01T18:33:48.535Z] total 68 [2025-06-01T18:33:48.535Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:33 . [2025-06-01T18:33:48.535Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 1 18:33 .. [2025-06-01T18:33:48.535Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 1 18:33 .git [2025-06-01T18:33:48.535Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 1 18:33 .github [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 22 Jun 1 18:33 .gitignore [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jun 1 18:33 Dockerfile [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 746 Jun 1 18:33 Jenkinsfile [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jun 1 18:33 LICENSE [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 4232 Jun 1 18:33 README.md [2025-06-01T18:33:48.535Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:33 TUC [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 1 18:30 VERSION [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 347 Jun 1 18:33 requirements.txt [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 54 Jun 1 18:33 robot-entrypoint.sh [2025-06-01T18:33:48.535Z] -rw-rw-r-- 1 jenkins jenkins 445 Jun 1 18:33 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:33:48.970Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=714f8b7dddbffb4dafcede5e11b2169d72cb8e89 --label arch=arm64 --label version=0.0.0 . [2025-06-01T18:33:49.068Z] [2025-06-01T18:33:49.068Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-06-01T18:33:49.068Z] Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.2.1 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.23.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.25.1 selenium-4.33.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 [2025-06-01T18:33:49.236Z] Sending build context to Docker daemon 367.6kB [2025-06-01T18:33:49.236Z] Step 1/13 : FROM alpine:3.20 [2025-06-01T18:33:49.822Z] 3.20: Pulling from library/alpine [2025-06-01T18:33:50.091Z] 94e9d8af2201: Pulling fs layer [2025-06-01T18:33:50.358Z] 94e9d8af2201: Verifying Checksum [2025-06-01T18:33:50.358Z] 94e9d8af2201: Download complete [2025-06-01T18:33:50.945Z] 94e9d8af2201: Pull complete [2025-06-01T18:33:50.945Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-01T18:33:51.218Z] Status: Downloaded newer image for alpine:3.20 [2025-06-01T18:33:51.218Z] ---> 7aab056cecc6 [2025-06-01T18:33:51.218Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-06-01T18:33:51.487Z] ---> Running in a906fdc1eead [2025-06-01T18:33:51.759Z] Removing intermediate container a906fdc1eead [2025-06-01T18:33:51.759Z] ---> cb8b363a2bde [2025-06-01T18:33:51.759Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-06-01T18:33:51.759Z] ---> Running in b1d32d8f7c92 [2025-06-01T18:33:52.042Z] Removing intermediate container b1d32d8f7c92 [2025-06-01T18:33:52.042Z] ---> 83fd7431931b [2025-06-01T18:33:52.042Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-06-01T18:33:53.005Z] ---> 80ad1fc6b9b2 [2025-06-01T18:33:53.005Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-06-01T18:33:53.272Z] ---> 5f61d904db9c [2025-06-01T18:33:53.272Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-06-01T18:33:53.854Z] ---> a3a1a5f2c042 [2025-06-01T18:33:53.854Z] Step 7/13 : WORKDIR /edgex-taf [2025-06-01T18:33:53.854Z] ---> Running in af808169f52b [2025-06-01T18:33:54.120Z] Removing intermediate container af808169f52b [2025-06-01T18:33:54.120Z] ---> c5e156c0cc11 [2025-06-01T18:33:54.120Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-01T18:33:54.120Z] ---> Running in 809c79a437b3 [2025-06-01T18:33:56.067Z] Removing intermediate container 809c79a437b3 [2025-06-01T18:33:56.067Z] ---> 0a95baba79fc [2025-06-01T18:33:56.067Z] 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-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-06-01T18:33:56.067Z] ---> Running in 7e37eb5671b6 [2025-06-01T18:33:57.026Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:33:57.614Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:33:59.559Z] OK: 9 MiB in 14 packages [2025-06-01T18:33:59.559Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:34:00.141Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:34:02.100Z] (1/14) Installing ca-certificates (20241121-r1) [2025-06-01T18:34:02.368Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-01T18:34:02.959Z] (3/14) Installing c-ares (1.33.1-r0) [2025-06-01T18:34:03.242Z] (4/14) Installing libunistring (1.2-r0) [2025-06-01T18:34:03.829Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-06-01T18:34:04.417Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-01T18:34:04.685Z] (7/14) Installing libpsl (0.21.5-r1) [2025-06-01T18:34:04.953Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-01T18:34:05.539Z] (9/14) Installing libcurl (8.12.1-r0) [2025-06-01T18:34:06.123Z] (10/14) Installing curl (8.12.1-r0) [2025-06-01T18:34:06.389Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-06-01T18:34:07.154Z] Removing intermediate container db12afa0af1c [2025-06-01T18:34:07.154Z] ---> 26f4f026fb03 [2025-06-01T18:34:07.154Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-06-01T18:34:07.154Z] ---> Running in a785158b7ab9 [2025-06-01T18:34:07.154Z] Removing intermediate container a785158b7ab9 [2025-06-01T18:34:07.154Z] ---> e3cc74850afa [2025-06-01T18:34:07.154Z] Step 11/13 : LABEL arch=amd64 [2025-06-01T18:34:07.154Z] ---> Running in 296b5597e648 [2025-06-01T18:34:07.154Z] Removing intermediate container 296b5597e648 [2025-06-01T18:34:07.154Z] ---> a327f71887b2 [2025-06-01T18:34:07.154Z] Step 12/13 : LABEL git_sha=714f8b7dddbffb4dafcede5e11b2169d72cb8e89 [2025-06-01T18:34:07.154Z] ---> Running in d7691ceb0bbf [2025-06-01T18:34:07.154Z] Removing intermediate container d7691ceb0bbf [2025-06-01T18:34:07.154Z] ---> 5b40a3436a47 [2025-06-01T18:34:07.154Z] Step 13/13 : LABEL version=0.0.0 [2025-06-01T18:34:07.154Z] ---> Running in a9fd0a91b96b [2025-06-01T18:34:07.154Z] Removing intermediate container a9fd0a91b96b [2025-06-01T18:34:07.154Z] ---> 9fcd555597e8 [2025-06-01T18:34:07.154Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-01T18:34:07.154Z] Successfully built 9fcd555597e8 [2025-06-01T18:34:07.154Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:34:08.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-01T18:34:08.256Z] [2025-06-01T18:34:08.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-06-01T18:34:08.342Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-06-01T18:34:08.342Z] (13/14) Installing jq (1.7.1-r0) [Pipeline] sh [2025-06-01T18:34:08.686Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-01T18:34:08.686Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-01T18:34:08.686Z] 5eb5b503b376: Pulling fs layer [2025-06-01T18:34:08.686Z] 5c69ac0246d0: Pulling fs layer [2025-06-01T18:34:08.686Z] ec43610c2a17: Pulling fs layer [2025-06-01T18:34:08.686Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-01T18:34:08.686Z] 33b1e0a273af: Pulling fs layer [2025-06-01T18:34:08.686Z] 5d3b04190fa2: Pulling fs layer [2025-06-01T18:34:08.686Z] 2f39f015ded8: Pulling fs layer [2025-06-01T18:34:08.686Z] 2f39f015ded8: Waiting [2025-06-01T18:34:08.686Z] 5d3b04190fa2: Waiting [2025-06-01T18:34:08.686Z] 3a2ae6a8a46f: Waiting [2025-06-01T18:34:08.686Z] 33b1e0a273af: Waiting [2025-06-01T18:34:08.686Z] 5c69ac0246d0: Verifying Checksum [2025-06-01T18:34:08.686Z] 5c69ac0246d0: Download complete [2025-06-01T18:34:08.686Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-01T18:34:08.686Z] 3a2ae6a8a46f: Download complete [2025-06-01T18:34:08.930Z] (14/14) Installing openssl (3.3.3-r0) [2025-06-01T18:34:08.961Z] 33b1e0a273af: Verifying Checksum [2025-06-01T18:34:08.961Z] 33b1e0a273af: Download complete [2025-06-01T18:34:08.961Z] 5d3b04190fa2: Verifying Checksum [2025-06-01T18:34:08.961Z] 5d3b04190fa2: Download complete [2025-06-01T18:34:08.961Z] ec43610c2a17: Verifying Checksum [2025-06-01T18:34:08.961Z] ec43610c2a17: Download complete [2025-06-01T18:34:08.961Z] 5eb5b503b376: Verifying Checksum [2025-06-01T18:34:08.961Z] 5eb5b503b376: Download complete [2025-06-01T18:34:09.514Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:34:09.514Z] Executing ca-certificates-20241121-r1.trigger [2025-06-01T18:34:09.514Z] OK: 43 MiB in 28 packages [2025-06-01T18:34:09.572Z] 2f39f015ded8: Verifying Checksum [2025-06-01T18:34:09.572Z] 2f39f015ded8: Download complete [2025-06-01T18:34:09.783Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:34:10.226Z] 5eb5b503b376: Pull complete [2025-06-01T18:34:10.227Z] 5c69ac0246d0: Pull complete [2025-06-01T18:34:10.364Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:34:10.527Z] ec43610c2a17: Pull complete [2025-06-01T18:34:10.527Z] 3a2ae6a8a46f: Pull complete [2025-06-01T18:34:10.785Z] 33b1e0a273af: Pull complete [2025-06-01T18:34:10.785Z] 5d3b04190fa2: Pull complete [2025-06-01T18:34:12.309Z] (1/166) Installing libexpat (2.7.0-r0) [2025-06-01T18:34:12.576Z] (2/166) Installing libbz2 (1.0.8-r6) [2025-06-01T18:34:12.844Z] (3/166) Installing libpng (1.6.44-r0) [2025-06-01T18:34:13.428Z] (4/166) Installing freetype (2.13.2-r0) [2025-06-01T18:34:13.694Z] (5/166) Installing fontconfig (2.15.0-r1) [2025-06-01T18:34:14.278Z] (6/166) Installing libfontenc (1.1.8-r0) [2025-06-01T18:34:14.546Z] (7/166) Installing mkfontscale (1.2.2-r6) [2025-06-01T18:34:14.812Z] (8/166) Installing font-opensans (0_git20210927-r1) [2025-06-01T18:34:14.969Z] 2f39f015ded8: Pull complete [2025-06-01T18:34:14.969Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-01T18:34:14.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-01T18:34:14.969Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-01T18:34:15.193Z] prd-ubuntu20.04-docker-8c-8g-2598 does not seem to be running inside a container [2025-06-01T18:34:15.220Z] $ 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/xfoundry_edgex-taf-common_PR-125 -v /w/workspace/xfoundry_edgex-taf-common_PR-125:/w/workspace/xfoundry_edgex-taf-common_PR-125:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-01T18:34:15.394Z] (9/166) Installing pkgconf (2.2.0-r0) [2025-06-01T18:34:15.981Z] (10/166) Installing libgcc (13.2.1_git20240309-r1) [2025-06-01T18:34:16.257Z] (11/166) Installing libffi (3.4.6-r0) [2025-06-01T18:34:16.524Z] (12/166) Installing libintl (0.22.5-r0) [2025-06-01T18:34:16.811Z] (13/166) Installing libeconf (0.6.3-r0) [2025-06-01T18:34:16.813Z] $ docker top d948ba2a655815fad49a72395b66e147ef5d4838d53ea19f69dc7d50dbb03a43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:34:17.323Z] ---> job-cost.sh [2025-06-01T18:34:17.324Z] lf-activate-venv: SKIPPING [2025-06-01T18:34:17.324Z] INFO: No Stack... [2025-06-01T18:34:17.405Z] (14/166) Installing libblkid (2.40.1-r1) [2025-06-01T18:34:17.584Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-01T18:34:17.671Z] (15/166) Installing libmount (2.40.1-r1) [2025-06-01T18:34:17.843Z] INFO: Archiving Costs [Pipeline] sh [2025-06-01T18:34:18.160Z] + cat /w/workspace/xfoundry_edgex-taf-common_PR-125/archives/cost.csv [2025-06-01T18:34:18.160Z] + cut -d, -f6 [Pipeline] lock [2025-06-01T18:34:18.203Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [2025-06-01T18:34:18.208Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] did not exist. Created. [2025-06-01T18:34:18.214Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [Pipeline] { [2025-06-01T18:34:18.258Z] (16/166) Installing pcre2 (10.43-r0) [Pipeline] unstash [Pipeline] sh [2025-06-01T18:34:18.524Z] (17/166) Installing glib (2.80.5-r0) [2025-06-01T18:34:18.623Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-01T18:34:18.683Z] Stashed 1 file(s) [Pipeline] } [2025-06-01T18:34:18.709Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-01T18:34:18.781Z] $ docker stop --time=1 d948ba2a655815fad49a72395b66e147ef5d4838d53ea19f69dc7d50dbb03a43 [2025-06-01T18:34:19.108Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-01T18:34:19.689Z] (19/166) Installing xz-libs (5.6.2-r1) [2025-06-01T18:34:19.943Z] $ docker rm -f --volumes d948ba2a655815fad49a72395b66e147ef5d4838d53ea19f69dc7d50dbb03a43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2025-06-01T18:34:20.273Z] (20/166) Installing libxml2 (2.12.10-r0) [Pipeline] // stage [Pipeline] } [2025-06-01T18:34:20.540Z] (21/166) Installing shared-mime-info (2.4-r0) [2025-06-01T18:34:21.124Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2025-06-01T18:34:21.390Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2025-06-01T18:34:21.973Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2025-06-01T18:34:22.241Z] (25/166) Installing libwebp (1.3.2-r0) [2025-06-01T18:34:22.825Z] (26/166) Installing tiff (4.6.0t-r0) [2025-06-01T18:34:23.093Z] (27/166) Installing gdk-pixbuf (2.42.12-r0) [2025-06-01T18:34:23.673Z] (28/166) Installing gtk-update-icon-cache (3.24.43-r0) [2025-06-01T18:34:23.941Z] (29/166) Installing libxau (1.0.11-r4) [2025-06-01T18:34:24.209Z] (30/166) Installing libmd (1.1.0-r0) [2025-06-01T18:34:24.476Z] (31/166) Installing libbsd (0.12.2-r0) [2025-06-01T18:34:24.743Z] (32/166) Installing libxdmcp (1.1.5-r1) [2025-06-01T18:34:25.010Z] (33/166) Installing libxcb (1.16.1-r0) [2025-06-01T18:34:25.596Z] (34/166) Installing libx11 (1.8.9-r1) [2025-06-01T18:34:26.180Z] (35/166) Installing libxcomposite (0.4.6-r5) [2025-06-01T18:34:26.446Z] (36/166) Installing libxfixes (6.0.1-r4) [2025-06-01T18:34:26.714Z] (37/166) Installing libxrender (0.9.11-r5) [2025-06-01T18:34:26.982Z] (38/166) Installing libxcursor (1.2.2-r1) [2025-06-01T18:34:27.565Z] (39/166) Installing libxdamage (1.1.6-r5) [2025-06-01T18:34:27.565Z] (40/166) Installing libxext (1.3.6-r2) [2025-06-01T18:34:28.150Z] (41/166) Installing libxi (1.8.1-r4) [2025-06-01T18:34:28.417Z] (42/166) Installing libxinerama (1.1.5-r4) [2025-06-01T18:34:28.682Z] (43/166) Installing libxrandr (1.5.4-r1) [2025-06-01T18:34:28.949Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2025-06-01T18:34:29.217Z] (45/166) Installing libxtst (1.2.4-r6) [2025-06-01T18:34:29.483Z] (46/166) Installing dbus-libs (1.14.10-r1) [2025-06-01T18:34:30.069Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2025-06-01T18:34:30.335Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-06-01T18:34:30.918Z] (49/166) Installing pixman (0.43.2-r0) [2025-06-01T18:34:31.183Z] (50/166) Installing cairo (1.18.0-r0) [2025-06-01T18:34:31.767Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2025-06-01T18:34:32.034Z] (52/166) Installing avahi-libs (0.8-r17) [2025-06-01T18:34:32.310Z] (53/166) Installing gmp (6.3.0-r1) [2025-06-01T18:34:32.895Z] (54/166) Installing nettle (3.9.1-r0) [2025-06-01T18:34:33.161Z] (55/166) Installing libtasn1 (4.20.0-r0) [2025-06-01T18:34:33.428Z] (56/166) Installing p11-kit (0.25.3-r0) [2025-06-01T18:34:34.016Z] (57/166) Installing gnutls (3.8.5-r0) [2025-06-01T18:34:34.599Z] (58/166) Installing cups-libs (2.4.9-r1) [2025-06-01T18:34:34.866Z] (59/166) Installing libepoxy (1.5.10-r1) [2025-06-01T18:34:35.447Z] (60/166) Installing fribidi (1.0.15-r0) [2025-06-01T18:34:35.716Z] (61/166) Installing graphite2 (1.3.14-r6) [2025-06-01T18:34:35.982Z] (62/166) Installing harfbuzz (8.5.0-r0) [2025-06-01T18:34:36.563Z] (63/166) Installing libxft (2.3.8-r3) [2025-06-01T18:34:36.829Z] (64/166) Installing pango (1.52.2-r0) [2025-06-01T18:34:37.410Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2025-06-01T18:34:37.678Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2025-06-01T18:34:37.946Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2025-06-01T18:34:38.213Z] (68/166) Installing xkeyboard-config (2.41-r0) [2025-06-01T18:34:38.796Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2025-06-01T18:34:39.378Z] (70/166) Installing gtk+3.0 (3.24.43-r0) [2025-06-01T18:34:39.959Z] (71/166) Installing icu-data-full (74.2-r0) [2025-06-01T18:34:41.367Z] (72/166) Installing mesa (24.0.9-r1) [2025-06-01T18:34:41.367Z] (73/166) Installing llvm17-libs (17.0.6-r2) [2025-06-01T18:34:51.442Z] (74/166) Installing hwdata-pci (0.382-r0) [2025-06-01T18:34:51.709Z] (75/166) Installing libpciaccess (0.18.1-r0) [2025-06-01T18:34:51.976Z] (76/166) Installing libdrm (2.4.120-r0) [2025-06-01T18:34:52.562Z] (77/166) Installing libelf (0.191-r0) [2025-06-01T18:34:52.829Z] (78/166) Installing mesa-glapi (24.0.9-r1) [2025-06-01T18:34:53.413Z] (79/166) Installing mesa-dri-gallium (24.0.9-r1) [2025-06-01T18:34:56.137Z] (80/166) Installing eudev-libs (3.2.14-r2) [2025-06-01T18:34:56.408Z] (81/166) Installing libmagic (5.45-r1) [2025-06-01T18:34:57.006Z] (82/166) Installing file (5.45-r1) [2025-06-01T18:34:57.290Z] (83/166) Installing xprop (1.2.7-r0) [2025-06-01T18:34:57.570Z] (84/166) Installing libice (1.1.1-r6) [2025-06-01T18:34:58.158Z] (85/166) Installing libuuid (2.40.1-r1) [2025-06-01T18:34:58.426Z] (86/166) Installing libsm (1.2.4-r4) [2025-06-01T18:34:58.696Z] (87/166) Installing libxt (1.3.0-r5) [2025-06-01T18:34:58.975Z] (88/166) Installing libxmu (1.1.4-r2) [2025-06-01T18:34:59.563Z] (89/166) Installing xset (1.2.5-r1) [2025-06-01T18:34:59.830Z] (90/166) Installing xdg-utils (1.2.1-r0) [2025-06-01T18:35:00.098Z] (91/166) Installing libogg (1.3.5-r5) [2025-06-01T18:35:00.683Z] (92/166) Installing libflac (1.4.3-r1) [2025-06-01T18:35:00.958Z] (93/166) Installing alsa-lib (1.2.11-r0) [2025-06-01T18:35:01.544Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2025-06-01T18:35:02.132Z] (95/166) Installing aom-libs (3.9.1-r0) [2025-06-01T18:35:02.719Z] (96/166) Installing libva (2.21.0-r0) [2025-06-01T18:35:02.986Z] (97/166) Installing libvdpau (1.5-r3) [2025-06-01T18:35:03.571Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r8) [2025-06-01T18:35:03.844Z] (99/166) Installing libdav1d (1.4.2-r0) [2025-06-01T18:35:04.427Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2025-06-01T18:35:04.694Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2025-06-01T18:35:04.971Z] (102/166) Installing imath (3.1.12-r0) [2025-06-01T18:35:05.555Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2025-06-01T18:35:06.142Z] (104/166) Installing giflib (5.2.2-r0) [2025-06-01T18:35:06.409Z] (105/166) Installing libhwy (1.0.7-r0) [2025-06-01T18:35:06.678Z] (106/166) Installing lcms2 (2.16-r0) [2025-06-01T18:35:07.263Z] (107/166) Installing libjxl (0.10.2-r0) [2025-06-01T18:35:07.529Z] (108/166) Installing lame-libs (3.100-r5) [2025-06-01T18:35:08.127Z] (109/166) Installing opus (1.5.2-r0) [2025-06-01T18:35:08.394Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2025-06-01T18:35:08.976Z] (111/166) Installing libgomp (13.2.1_git20240309-r1) [2025-06-01T18:35:09.559Z] (112/166) Installing soxr (0.1.3-r7) [2025-06-01T18:35:09.826Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r8) [2025-06-01T18:35:10.092Z] (114/166) Installing libtheora (1.1.1-r18) [2025-06-01T18:35:10.676Z] (115/166) Installing libvorbis (1.3.7-r2) [2025-06-01T18:35:11.259Z] (116/166) Installing libvpx (1.14.1-r0) [2025-06-01T18:35:11.843Z] (117/166) Installing libwebpmux (1.3.2-r0) [2025-06-01T18:35:12.110Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2025-06-01T18:35:12.694Z] (119/166) Installing numactl (2.0.18-r0) [2025-06-01T18:35:12.962Z] (120/166) Installing x265-libs (3.6-r0) [2025-06-01T18:35:13.544Z] (121/166) Installing xvidcore (1.3.7-r2) [2025-06-01T18:35:14.127Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-06-01T18:35:15.088Z] (123/166) Installing libbluray (1.3.4-r1) [2025-06-01T18:35:15.353Z] (124/166) Installing mpg123-libs (1.32.8-r0) [2025-06-01T18:35:15.936Z] (125/166) Installing libopenmpt (0.7.7-r0) [2025-06-01T18:35:16.518Z] (126/166) Installing cjson (1.7.18-r0) [2025-06-01T18:35:16.786Z] (127/166) Installing mbedtls (3.6.3-r0) [2025-06-01T18:35:17.053Z] (128/166) Installing librist (0.2.10-r1) [2025-06-01T18:35:18.011Z] (129/166) Installing libsrt (1.5.3-r0) [2025-06-01T18:35:18.277Z] (130/166) Installing libssh (0.10.6-r0) [2025-06-01T18:35:18.861Z] (131/166) Installing libsodium (1.0.19-r0) [2025-06-01T18:35:19.128Z] (132/166) Installing libzmq (4.3.5-r2) [2025-06-01T18:35:19.710Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r8) [2025-06-01T18:35:20.292Z] (134/166) Installing crc32c (1.1.2-r0) [2025-06-01T18:35:20.559Z] (135/166) Installing double-conversion (3.3.0-r0) [2025-06-01T18:35:20.829Z] (136/166) Installing libevent (2.1.12-r7) [2025-06-01T18:35:21.413Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2025-06-01T18:35:21.679Z] (138/166) Installing mesa-gbm (24.0.9-r1) [2025-06-01T18:35:21.945Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2025-06-01T18:35:22.527Z] (140/166) Installing icu-libs (74.2-r0) [2025-06-01T18:35:23.111Z] (141/166) Installing minizip (1.3.1-r0) [2025-06-01T18:35:23.377Z] (142/166) Installing nspr (4.35-r4) [2025-06-01T18:35:23.644Z] (143/166) Installing sqlite-libs (3.45.3-r2) [2025-06-01T18:35:24.226Z] (144/166) Installing nss (3.105-r0) [2025-06-01T18:35:24.810Z] (145/166) Installing openh264 (2.4.1-r0) [2025-06-01T18:35:25.768Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2025-06-01T18:35:26.388Z] (147/166) Installing libunwind (1.8.1-r0) [2025-06-01T18:35:26.655Z] (148/166) Installing yaml (0.2.5-r2) [2025-06-01T18:35:27.237Z] (149/166) Installing libcamera (0.3.0-r0) [2025-06-01T18:35:27.514Z] (150/166) Installing speexdsp (1.2.1-r2) [2025-06-01T18:35:27.781Z] (151/166) Installing libuv (1.48.0-r0) [2025-06-01T18:35:28.365Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2025-06-01T18:35:28.631Z] (153/166) Installing libsndfile (1.2.2-r1) [2025-06-01T18:35:29.213Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2025-06-01T18:35:29.790Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2025-06-01T18:35:30.368Z] (156/166) Installing libasyncns (0.8-r3) [2025-06-01T18:35:30.632Z] (157/166) Installing libltdl (2.4.7-r3) [2025-06-01T18:35:30.896Z] (158/166) Installing orc (0.4.40-r0) [2025-06-01T18:35:31.474Z] (159/166) Installing tdb-libs (1.4.9-r1) [2025-06-01T18:35:31.738Z] (160/166) Installing libpulse (17.0-r0) [2025-06-01T18:35:32.315Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2025-06-01T18:35:32.582Z] (162/166) Installing libgpg-error (1.49-r0) [2025-06-01T18:35:32.845Z] (163/166) Installing libgcrypt (1.10.3-r0) [2025-06-01T18:35:33.423Z] (164/166) Installing libxslt (1.1.39-r2) [2025-06-01T18:35:33.686Z] (165/166) Installing chromium (131.0.6778.108-r0) [2025-06-01T18:35:40.317Z] (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-06-01T18:35:40.587Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:35:40.587Z] Executing fontconfig-2.15.0-r1.trigger [2025-06-01T18:35:40.587Z] Executing mkfontscale-1.2.2-r6.trigger [2025-06-01T18:35:40.587Z] Executing glib-2.80.5-r0.trigger [2025-06-01T18:35:40.587Z] Executing shared-mime-info-2.4-r0.trigger [2025-06-01T18:35:43.163Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-06-01T18:35:43.163Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-06-01T18:35:43.163Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-06-01T18:35:43.163Z] OK: 657 MiB in 194 packages [2025-06-01T18:35:43.429Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:35:44.009Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:35:45.948Z] (1/30) Installing jansson (2.14-r4) [2025-06-01T18:35:45.948Z] (2/30) Installing binutils (2.42-r1) [2025-06-01T18:35:46.914Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-06-01T18:35:46.914Z] (4/30) Installing isl26 (0.26-r1) [2025-06-01T18:35:47.497Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-06-01T18:35:48.092Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-06-01T18:35:48.366Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-06-01T18:35:58.426Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-06-01T18:35:58.426Z] (9/30) Installing linux-headers (6.6-r0) [2025-06-01T18:35:58.690Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-06-01T18:35:59.273Z] (11/30) Installing libpq (16.9-r0) [2025-06-01T18:35:59.540Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-06-01T18:36:00.125Z] (13/30) Installing libpq-dev (16.9-r0) [2025-06-01T18:36:00.707Z] (14/30) Installing libecpg (16.9-r0) [2025-06-01T18:36:00.972Z] (15/30) Installing libecpg-dev (16.9-r0) [2025-06-01T18:36:01.559Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-06-01T18:36:02.139Z] (17/30) Installing llvm16-libs (16.0.6-r9) [2025-06-01T18:36:05.496Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-06-01T18:36:09.743Z] (19/30) Installing fortify-headers (1.1-r3) [2025-06-01T18:36:09.743Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-06-01T18:36:10.700Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-06-01T18:36:10.966Z] (22/30) Installing clang16 (16.0.6-r5) [2025-06-01T18:36:11.546Z] (23/30) Installing icu (74.2-r0) [2025-06-01T18:36:11.815Z] (24/30) Installing icu-dev (74.2-r0) [2025-06-01T18:36:12.400Z] (25/30) Installing llvm16 (16.0.6-r9) [2025-06-01T18:36:15.754Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-06-01T18:36:16.021Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-06-01T18:36:16.603Z] (28/30) Installing zstd (1.5.6-r0) [2025-06-01T18:36:16.868Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-06-01T18:36:17.133Z] (30/30) Installing postgresql16-dev (16.9-r0) [2025-06-01T18:36:18.096Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:36:18.096Z] OK: 1184 MiB in 224 packages [2025-06-01T18:36:18.678Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:36:19.260Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:36:21.208Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-06-01T18:36:24.562Z] (2/14) Installing gdbm (1.23-r1) [2025-06-01T18:36:24.562Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-06-01T18:36:24.562Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-06-01T18:36:25.149Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-06-01T18:36:25.415Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-06-01T18:36:25.680Z] (7/14) Installing readline (8.2.10-r0) [2025-06-01T18:36:26.261Z] (8/14) Installing python3 (3.12.10-r1) [2025-06-01T18:36:28.196Z] (9/14) Installing python3-pycache-pyc0 (3.12.10-r1) [2025-06-01T18:36:28.776Z] (10/14) Installing pyc (3.12.10-r1) [2025-06-01T18:36:29.042Z] (11/14) Installing python3-pyc (3.12.10-r1) [2025-06-01T18:36:29.309Z] (12/14) Installing python3-dev (3.12.10-r1) [2025-06-01T18:36:39.396Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-06-01T18:36:39.396Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-06-01T18:36:39.396Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:36:39.396Z] OK: 1370 MiB in 238 packages [2025-06-01T18:36:39.396Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:36:39.663Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:36:41.613Z] OK: 1370 MiB in 238 packages [2025-06-01T18:36:41.880Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:36:42.460Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:36:44.399Z] (1/1) Installing tzdata (2025b-r0) [2025-06-01T18:36:44.982Z] OK: 1372 MiB in 239 packages [2025-06-01T18:36:46.933Z] (1/1) Purging tzdata (2025b-r0) [2025-06-01T18:36:46.933Z] OK: 1370 MiB in 238 packages [2025-06-01T18:36:59.241Z] Looking in links: /tmp/tmpnsvrrp26 [2025-06-01T18:36:59.241Z] Processing /tmp/tmpnsvrrp26/pip-25.0.1-py3-none-any.whl [2025-06-01T18:36:59.241Z] Installing collected packages: pip [2025-06-01T18:37:04.574Z] Successfully installed pip-25.0.1 [2025-06-01T18:37:04.574Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-06-01T18:37:07.141Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-06-01T18:37:07.720Z] Collecting pip [2025-06-01T18:37:07.720Z] Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) [2025-06-01T18:37:09.125Z] Collecting setuptools [2025-06-01T18:37:09.125Z] Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) [2025-06-01T18:37:09.125Z] Collecting wheel [2025-06-01T18:37:09.125Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-06-01T18:37:09.125Z] Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) [2025-06-01T18:37:09.125Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 51.7 MB/s eta 0:00:00 [2025-06-01T18:37:09.125Z] Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) [2025-06-01T18:37:09.125Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.2 MB/s eta 0:00:00 [2025-06-01T18:37:09.390Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-06-01T18:37:09.390Z] Installing collected packages: wheel, setuptools, pip [2025-06-01T18:37:16.007Z] Attempting uninstall: pip [2025-06-01T18:37:16.007Z] Found existing installation: pip 25.0.1 [2025-06-01T18:37:16.273Z] Uninstalling pip-25.0.1: [2025-06-01T18:37:16.273Z] Successfully uninstalled pip-25.0.1 [2025-06-01T18:37:24.487Z] Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 [2025-06-01T18:37:24.487Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-06-01T18:37:27.065Z] Processing ./edgex-taf-common [2025-06-01T18:37:27.065Z] Preparing metadata (setup.py): started [2025-06-01T18:37:28.024Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:37:28.024Z] Building wheels for collected packages: edgex-taf-common [2025-06-01T18:37:28.024Z]  DEPRECATION: Building 'edgex-taf-common' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'edgex-taf-common'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:37:28.024Z]  Building wheel for edgex-taf-common (setup.py): started [2025-06-01T18:37:29.428Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-06-01T18:37:29.428Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15392 sha256=34eeb137867b901e0695f08d5596dfa0ffcd6c5f617ca87dc343b689115411ba [2025-06-01T18:37:29.429Z] Stored in directory: /tmp/pip-ephem-wheel-cache-h3grbvtc/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-06-01T18:37:29.429Z] Successfully built edgex-taf-common [2025-06-01T18:37:29.429Z] Installing collected packages: edgex-taf-common [2025-06-01T18:37:30.832Z] Successfully installed edgex-taf-common-0.0.0 [2025-06-01T18:37:30.832Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-06-01T18:37:34.175Z] Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) [2025-06-01T18:37:34.175Z] Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:37:34.175Z] Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) [2025-06-01T18:37:34.175Z] Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) [2025-06-01T18:37:34.175Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-06-01T18:37:34.175Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-06-01T18:37:34.175Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-06-01T18:37:34.175Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-06-01T18:37:34.441Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-06-01T18:37:34.441Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-06-01T18:37:34.441Z] Preparing metadata (setup.py): started [2025-06-01T18:37:35.402Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:37:35.669Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) [2025-06-01T18:37:35.669Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-06-01T18:37:35.669Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) [2025-06-01T18:37:35.669Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-06-01T18:37:35.934Z] Collecting requests==2.32.3 (from -r requirements.txt (line 8)) [2025-06-01T18:37:35.934Z] Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) [2025-06-01T18:37:35.934Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) [2025-06-01T18:37:35.934Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-06-01T18:37:36.201Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-06-01T18:37:36.201Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-06-01T18:37:38.138Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) [2025-06-01T18:37:38.138Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) [2025-06-01T18:37:39.123Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) [2025-06-01T18:37:39.123Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2025-06-01T18:37:39.718Z] Installing build dependencies: started [2025-06-01T18:37:45.047Z] Installing build dependencies: finished with status 'done' [2025-06-01T18:37:45.047Z] Getting requirements to build wheel: started [2025-06-01T18:37:48.386Z] Getting requirements to build wheel: finished with status 'done' [2025-06-01T18:37:48.386Z] Preparing metadata (pyproject.toml): started [2025-06-01T18:37:50.415Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-06-01T18:37:53.023Z] Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) [2025-06-01T18:37:53.023Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) [2025-06-01T18:37:53.295Z] Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) [2025-06-01T18:37:53.295Z] Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) [2025-06-01T18:37:53.889Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) [2025-06-01T18:37:53.889Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-06-01T18:37:54.170Z] Preparing metadata (setup.py): started [2025-06-01T18:37:56.117Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:37:56.695Z] Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) [2025-06-01T18:37:56.695Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) [2025-06-01T18:37:58.630Z] Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) [2025-06-01T18:37:58.630Z] Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) [2025-06-01T18:37:58.896Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:37:58.896Z] Downloading selenium-4.33.0-py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:37:58.896Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:37:59.163Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-06-01T18:37:59.163Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:37:59.163Z] Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:37:59.163Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:37:59.429Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-06-01T18:37:59.429Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:37:59.429Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-06-01T18:37:59.696Z] Preparing metadata (setup.py): started [2025-06-01T18:38:01.102Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:38:01.102Z] Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:01.102Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-06-01T18:38:01.102Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:01.102Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-06-01T18:38:01.368Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:01.368Z] Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) [2025-06-01T18:38:01.368Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:01.634Z] Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-06-01T18:38:01.634Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:01.634Z] Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:38:02.215Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:02.215Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-06-01T18:38:02.215Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:02.215Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-06-01T18:38:03.175Z] Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:38:03.175Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) [2025-06-01T18:38:03.175Z] Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:38:03.175Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-06-01T18:38:03.443Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:38:03.443Z] Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) [2025-06-01T18:38:03.710Z] Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:38:03.710Z] Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:38:03.981Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:38:03.981Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-06-01T18:38:04.247Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:38:04.247Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-06-01T18:38:04.247Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.48.0->-r requirements.txt (line 14)) (80.9.0) [2025-06-01T18:38:04.513Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:38:04.513Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-06-01T18:38:04.513Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:38:04.513Z] Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) [2025-06-01T18:38:04.778Z] Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:04.778Z] Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-06-01T18:38:05.044Z] Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:05.044Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-06-01T18:38:05.998Z] Collecting websocket-client~=1.8.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:05.998Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-06-01T18:38:05.998Z] Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:05.998Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-06-01T18:38:06.264Z] Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:06.264Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-06-01T18:38:06.264Z] Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:06.264Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-06-01T18:38:06.264Z] Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:06.264Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-06-01T18:38:06.530Z] Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:06.530Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-06-01T18:38:06.530Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.4.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:06.530Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-06-01T18:38:06.798Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:38:06.798Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-06-01T18:38:07.381Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:07.381Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) [2025-06-01T18:38:07.381Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:07.381Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-06-01T18:38:07.381Z] Preparing metadata (setup.py): started [2025-06-01T18:38:08.786Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:38:08.786Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:08.786Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:38:08.786Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:08.786Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-06-01T18:38:08.786Z] Preparing metadata (setup.py): started [2025-06-01T18:38:10.191Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:38:10.191Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:10.191Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-06-01T18:38:10.191Z] Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:10.191Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-06-01T18:38:10.458Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:10.458Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-06-01T18:38:10.724Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:10.724Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-06-01T18:38:14.058Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:14.058Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2025-06-01T18:38:14.323Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:14.323Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-06-01T18:38:14.323Z] Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:14.323Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-06-01T18:38:14.586Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:14.586Z] Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-06-01T18:38:14.851Z] Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:14.851Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-06-01T18:38:14.851Z] Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:14.851Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) [2025-06-01T18:38:14.851Z] Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:14.851Z] Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-06-01T18:38:15.429Z] Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:15.429Z] Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-06-01T18:38:15.429Z] Collecting pathable<0.5.0,>=0.4.1 (from jsonschema-path<0.4.0,>=0.3.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:15.429Z] Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-06-01T18:38:15.695Z] Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:15.695Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-06-01T18:38:16.271Z] Collecting lazy-object-proxy<2.0.0,>=1.7.1 (from openapi-spec-validator<0.8.0,>=0.7.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:16.271Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-06-01T18:38:16.850Z] Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:38:16.850Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) [2025-06-01T18:38:17.115Z] Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) [2025-06-01T18:38:17.115Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 52.6 MB/s eta 0:00:00 [2025-06-01T18:38:17.115Z] Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) [2025-06-01T18:38:17.115Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-06-01T18:38:17.115Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-06-01T18:38:17.115Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-06-01T18:38:17.115Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-06-01T18:38:17.115Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [2025-06-01T18:38:17.115Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-06-01T18:38:17.115Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-06-01T18:38:17.115Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) [2025-06-01T18:38:17.380Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 48.5 MB/s eta 0:00:00 [2025-06-01T18:38:17.645Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2025-06-01T18:38:17.645Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.7 MB/s eta 0:00:00 [2025-06-01T18:38:17.645Z] Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) [2025-06-01T18:38:17.645Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 49.9 MB/s eta 0:00:00 [2025-06-01T18:38:17.645Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) [2025-06-01T18:38:17.645Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 33.5 MB/s eta 0:00:00 [2025-06-01T18:38:17.645Z] Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) [2025-06-01T18:38:17.645Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) [2025-06-01T18:38:17.645Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-06-01T18:38:17.912Z] Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) [2025-06-01T18:38:17.912Z] Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) [2025-06-01T18:38:17.912Z] Downloading click-8.2.1-py3-none-any.whl (102 kB) [2025-06-01T18:38:17.912Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-06-01T18:38:17.912Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-06-01T18:38:17.912Z] Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) [2025-06-01T18:38:17.912Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-06-01T18:38:17.912Z] Downloading selenium-4.33.0-py3-none-any.whl (9.4 MB) [2025-06-01T18:38:18.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 49.3 MB/s eta 0:00:00 [2025-06-01T18:38:18.177Z] Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-06-01T18:38:18.177Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-06-01T18:38:18.177Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-06-01T18:38:18.177Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-06-01T18:38:18.177Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-06-01T18:38:18.177Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-06-01T18:38:18.177Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-06-01T18:38:18.177Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-06-01T18:38:18.177Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-06-01T18:38:18.177Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-06-01T18:38:18.177Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-06-01T18:38:18.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 53.7 MB/s eta 0:00:00 [2025-06-01T18:38:18.177Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-06-01T18:38:18.177Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) [2025-06-01T18:38:18.177Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 54.7 MB/s eta 0:00:00 [2025-06-01T18:38:18.443Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-06-01T18:38:18.443Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-06-01T18:38:18.443Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-06-01T18:38:18.443Z] Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) [2025-06-01T18:38:18.443Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-06-01T18:38:18.443Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-06-01T18:38:18.443Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl (567 kB) [2025-06-01T18:38:18.443Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 567.2/567.2 kB 51.3 MB/s eta 0:00:00 [2025-06-01T18:38:18.443Z] Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-06-01T18:38:18.443Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-06-01T18:38:18.443Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-06-01T18:38:18.443Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) [2025-06-01T18:38:18.443Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-06-01T18:38:18.443Z] Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-06-01T18:38:18.443Z] Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-06-01T18:38:18.443Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) [2025-06-01T18:38:18.443Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-06-01T18:38:18.443Z] Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-06-01T18:38:18.443Z] Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-06-01T18:38:18.443Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-06-01T18:38:18.443Z] Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) [2025-06-01T18:38:18.710Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 48.9 MB/s eta 0:00:00 [2025-06-01T18:38:18.710Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-06-01T18:38:18.710Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-06-01T18:38:18.710Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-06-01T18:38:18.710Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-06-01T18:38:19.666Z] Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-06-01T18:38:19.666Z]  DEPRECATION: Building 'robotbackgroundlogger' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotbackgroundlogger'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:38:19.666Z]  Building wheel for robotbackgroundlogger (setup.py): started [2025-06-01T18:38:21.077Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-06-01T18:38:21.077Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=2a1c92d87fb272f67f4556a5486fddcb19f7216bbfff1ba3e6eccbd304da5231 [2025-06-01T18:38:21.077Z] Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-06-01T18:38:21.077Z] Building wheel for psutil (pyproject.toml): started [2025-06-01T18:38:33.390Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-06-01T18:38:33.390Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278201 sha256=b66d054598121f8b976074cb215543624574616041529c431f98ce7ebe8bad2d [2025-06-01T18:38:33.390Z] Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-06-01T18:38:33.390Z]  DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:38:33.390Z]  Building wheel for psycopg2 (setup.py): started [2025-06-01T18:39:41.234Z] Building wheel for psycopg2 (setup.py): still running... [2025-06-01T18:39:41.234Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-06-01T18:39:41.234Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512673 sha256=e77ee4e8f22b1564172b93fdb201d0c95b8e14877219b98d8ef2172dc2150eac [2025-06-01T18:39:41.234Z] Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-06-01T18:39:41.234Z]  DEPRECATION: Building 'flex' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flex'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:39:41.234Z]  Building wheel for flex (setup.py): started [2025-06-01T18:39:41.234Z] Building wheel for flex (setup.py): finished with status 'done' [2025-06-01T18:39:41.235Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=76b6d12014c0a2c952fafa20b6d47a0515db53c819e40e34fa6eb5ae159b8a0d [2025-06-01T18:39:41.235Z] Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-06-01T18:39:41.235Z]  DEPRECATION: Building 'strict-rfc3339' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'strict-rfc3339'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:39:41.235Z]  Building wheel for strict-rfc3339 (setup.py): started [2025-06-01T18:39:41.235Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-06-01T18:39:41.235Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=ef8b8d0cb4b2f03c3bdea8e0413836f8ea533696d4781bbaa92d4816a0c5cc56 [2025-06-01T18:39:41.235Z] Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-06-01T18:39:41.235Z]  DEPRECATION: Building 'validate-email' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'validate-email'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-06-01T18:39:41.235Z]  Building wheel for validate-email (setup.py): started [2025-06-01T18:39:42.190Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-06-01T18:39:42.190Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=d917d4ff6a25fdd30e84e46e60128dbccd275db5a8a1e9b33d6e893efb22ac2e [2025-06-01T18:39:42.190Z] Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-06-01T18:39:42.190Z] Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-06-01T18:39:43.594Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2025-06-01T18:40:51.437Z] [2025-06-01T18:40:51.437Z] Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.2.1 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.23.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.25.1 selenium-4.33.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 [2025-06-01T18:40:51.437Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-06-01T18:41:47.788Z] Removing intermediate container 7e37eb5671b6 [2025-06-01T18:41:47.788Z] ---> caf341777cbb [2025-06-01T18:41:47.788Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-06-01T18:41:47.788Z] ---> Running in f1740a47e9d8 [2025-06-01T18:41:47.788Z] Removing intermediate container f1740a47e9d8 [2025-06-01T18:41:47.788Z] ---> ed45caec6722 [2025-06-01T18:41:47.788Z] Step 11/13 : LABEL arch=arm64 [2025-06-01T18:41:47.788Z] ---> Running in f14d8974d13f [2025-06-01T18:41:47.788Z] Removing intermediate container f14d8974d13f [2025-06-01T18:41:47.788Z] ---> de52af67417c [2025-06-01T18:41:47.788Z] Step 12/13 : LABEL git_sha=714f8b7dddbffb4dafcede5e11b2169d72cb8e89 [2025-06-01T18:41:47.788Z] ---> Running in 3ff360f1b285 [2025-06-01T18:41:47.788Z] Removing intermediate container 3ff360f1b285 [2025-06-01T18:41:47.788Z] ---> 328e9465d48d [2025-06-01T18:41:47.788Z] Step 13/13 : LABEL version=0.0.0 [2025-06-01T18:41:47.788Z] ---> Running in 9320111eb56e [2025-06-01T18:41:47.788Z] Removing intermediate container 9320111eb56e [2025-06-01T18:41:47.788Z] ---> 8570d6da8243 [2025-06-01T18:41:47.788Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-01T18:41:47.788Z] Successfully built 8570d6da8243 [2025-06-01T18:41:47.788Z] Successfully tagged edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:41:48.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-01T18:41:48.794Z] [2025-06-01T18:41:48.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:41:49.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-01T18:41:49.203Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-01T18:41:49.203Z] 8998bd30e6a1: Pulling fs layer [2025-06-01T18:41:49.203Z] 04944245beec: Pulling fs layer [2025-06-01T18:41:49.203Z] 699f458cf7ca: Pulling fs layer [2025-06-01T18:41:49.203Z] 765212b225bb: Pulling fs layer [2025-06-01T18:41:49.203Z] f23df028b6ca: Pulling fs layer [2025-06-01T18:41:49.203Z] d65c8cfc05b1: Pulling fs layer [2025-06-01T18:41:49.203Z] 2437ff75d9bd: Pulling fs layer [2025-06-01T18:41:49.203Z] 765212b225bb: Waiting [2025-06-01T18:41:49.203Z] d65c8cfc05b1: Waiting [2025-06-01T18:41:49.203Z] 2437ff75d9bd: Waiting [2025-06-01T18:41:49.203Z] f23df028b6ca: Waiting [2025-06-01T18:41:49.468Z] 04944245beec: Verifying Checksum [2025-06-01T18:41:49.468Z] 04944245beec: Download complete [2025-06-01T18:41:49.468Z] 765212b225bb: Download complete [2025-06-01T18:41:49.468Z] f23df028b6ca: Verifying Checksum [2025-06-01T18:41:49.468Z] f23df028b6ca: Download complete [2025-06-01T18:41:49.468Z] d65c8cfc05b1: Verifying Checksum [2025-06-01T18:41:49.468Z] d65c8cfc05b1: Download complete [2025-06-01T18:41:49.468Z] 699f458cf7ca: Verifying Checksum [2025-06-01T18:41:49.468Z] 699f458cf7ca: Download complete [2025-06-01T18:41:50.046Z] 8998bd30e6a1: Verifying Checksum [2025-06-01T18:41:50.047Z] 8998bd30e6a1: Download complete [2025-06-01T18:41:52.622Z] 2437ff75d9bd: Verifying Checksum [2025-06-01T18:41:52.622Z] 2437ff75d9bd: Download complete [2025-06-01T18:41:54.563Z] 8998bd30e6a1: Pull complete [2025-06-01T18:41:55.143Z] 04944245beec: Pull complete [2025-06-01T18:41:57.076Z] 699f458cf7ca: Pull complete [2025-06-01T18:41:57.076Z] 765212b225bb: Pull complete [2025-06-01T18:41:58.031Z] f23df028b6ca: Pull complete [2025-06-01T18:41:58.031Z] d65c8cfc05b1: Pull complete [2025-06-01T18:42:16.245Z] 2437ff75d9bd: Pull complete [2025-06-01T18:42:16.245Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-01T18:42:16.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-01T18:42:16.245Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-01T18:42:16.617Z] prd-ubuntu20.04-docker-arm64-4c-16g-2601 does not seem to be running inside a container [2025-06-01T18:42:16.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_edgex-taf-common_PR-125 -v /w/workspace/xfoundry_edgex-taf-common_PR-125:/w/workspace/xfoundry_edgex-taf-common_PR-125:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-06-01T18:42:19.360Z] $ docker top 925bb1c68c326de7c26eb86acb25ffe5b985ea93e4d4677b99efb83b6c8ef260 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:42:20.286Z] ---> job-cost.sh [2025-06-01T18:42:20.286Z] lf-activate-venv: SKIPPING [2025-06-01T18:42:20.286Z] INFO: No Stack... [2025-06-01T18:42:20.867Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-01T18:42:21.448Z] INFO: Archiving Costs [Pipeline] sh [2025-06-01T18:42:22.103Z] + cat /w/workspace/xfoundry_edgex-taf-common_PR-125/archives/cost.csv [2025-06-01T18:42:22.104Z] + cut -d, -f6 [Pipeline] lock [2025-06-01T18:42:22.182Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [2025-06-01T18:42:22.188Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] did not exist. Created. [2025-06-01T18:42:22.194Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-01T18:42:22.920Z] /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/durable-6293a5da/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-01T18:42:23.582Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-01T18:42:23.625Z] Warning: overwriting stash ‘stack-cost’ [2025-06-01T18:42:24.082Z] Stashed 1 file(s) [Pipeline] } [2025-06-01T18:42:24.100Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-01T18:42:24.177Z] $ docker stop --time=1 925bb1c68c326de7c26eb86acb25ffe5b985ea93e4d4677b99efb83b6c8ef260 [2025-06-01T18:42:25.692Z] $ docker rm -f --volumes 925bb1c68c326de7c26eb86acb25ffe5b985ea93e4d4677b99efb83b6c8ef260 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-01T18:42:27.386Z] + [ -d /w/workspace/xfoundry_edgex-taf-common_PR-125/archives ] [2025-06-01T18:42:27.386Z] + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-125/archives [2025-06-01T18:42:27.386Z] total 16 [2025-06-01T18:42:27.386Z] drwxr-xr-x 3 root root 4096 Jun 1 18:34 . [2025-06-01T18:42:27.386Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 1 18:34 .. [2025-06-01T18:42:27.386Z] drwxr-xr-x 2 root root 4096 Jun 1 18:34 cost [2025-06-01T18:42:27.386Z] -rw-r--r-- 1 root root 88 Jun 1 18:34 cost.csv [2025-06-01T18:42:27.386Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_edgex-taf-common_PR-125/archives [2025-06-01T18:42:27.386Z] + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-125/archives [2025-06-01T18:42:27.386Z] total 16 [2025-06-01T18:42:27.386Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 1 18:34 . [2025-06-01T18:42:27.386Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 1 18:34 .. [2025-06-01T18:42:27.386Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 1 18:34 cost [2025-06-01T18:42:27.386Z] -rw-r--r-- 1 jenkins jenkins 88 Jun 1 18:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:42:27.728Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:42:28.625Z] ---> package-listing.sh [2025-06-01T18:42:28.625Z] ++ facter osfamily [2025-06-01T18:42:28.625Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-01T18:42:28.892Z] + OS_FAMILY=debian [2025-06-01T18:42:28.892Z] + workspace=/w/workspace/xfoundry_edgex-taf-common_PR-125 [2025-06-01T18:42:28.892Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-01T18:42:28.892Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-01T18:42:28.892Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-01T18:42:28.892Z] + PACKAGES=/tmp/packages_start.txt [2025-06-01T18:42:28.892Z] + '[' /w/workspace/xfoundry_edgex-taf-common_PR-125 ']' [2025-06-01T18:42:28.892Z] + PACKAGES=/tmp/packages_end.txt [2025-06-01T18:42:28.892Z] + case "${OS_FAMILY}" in [2025-06-01T18:42:28.892Z] + dpkg -l [2025-06-01T18:42:28.892Z] + grep '^ii' [2025-06-01T18:42:28.892Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-01T18:42:28.892Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-01T18:42:28.892Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-01T18:42:28.892Z] + '[' /w/workspace/xfoundry_edgex-taf-common_PR-125 ']' [2025-06-01T18:42:28.892Z] + mkdir -p /w/workspace/xfoundry_edgex-taf-common_PR-125/archives/ [2025-06-01T18:42:28.892Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_edgex-taf-common_PR-125/archives/ [Pipeline] echo [2025-06-01T18:42:28.930Z] 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/xfoundry_edgex-taf-common_PR-125/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-01T18:42:29.226Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:42:29.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-01T18:42:29.856Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-01T18:42:29.999Z] prd-ubuntu20.04-docker-8c-8g-2598 does not seem to be running inside a container [2025-06-01T18:42:30.022Z] $ 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/xfoundry_edgex-taf-common_PR-125/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_edgex-taf-common_PR-125 -v /w/workspace/xfoundry_edgex-taf-common_PR-125:/w/workspace/xfoundry_edgex-taf-common_PR-125:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-01T18:42:30.199Z] $ docker top 2679b92cec313d33f8d82b200cf84909ed7d836bfd1f215d9fa420ffecfff877 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-01T18:42:30.598Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-01T18:42:30.911Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-01T18:42:31.235Z] + ls /var/log/sa-host [2025-06-01T18:42:31.235Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-01T18:42:31.377Z] provisioning config files... [2025-06-01T18:42:31.387Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/config4784631712594750410tmp [Pipeline] { [Pipeline] echo [2025-06-01T18:42:31.442Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:42:31.763Z] ---> create-netrc.sh [Pipeline] } [2025-06-01T18:42:31.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:42:32.193Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-01T18:42:32.233Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:42:33.190Z] ---> sudo-logs.sh [2025-06-01T18:42:33.190Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-01T18:42:33.589Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:42:33.904Z] ---> job-cost.sh [2025-06-01T18:42:33.904Z] lf-activate-venv: SKIPPING [2025-06-01T18:42:33.904Z] DEBUG: total: 0.2199999988079071 [2025-06-01T18:42:33.904Z] INFO: Retrieving Stack Cost... [2025-06-01T18:42:34.163Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-01T18:42:34.730Z] INFO: Archiving Costs [Pipeline] echo [2025-06-01T18:42:34.768Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:42:35.086Z] ---> logs-deploy.sh [2025-06-01T18:42:35.086Z] lf-activate-venv: SKIPPING [2025-06-01T18:42:35.086Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-125/1 [2025-06-01T18:42:35.086Z] INFO: archiving workspace using pattern(s): [2025-06-01T18:42:36.022Z] Archives upload complete. [2025-06-01T18:42:36.022Z] INFO: archiving logs to Nexus [2025-06-01T18:42:36.590Z] ---> uname -a: [2025-06-01T18:42:36.590Z] Linux prd-ubuntu20-04-docker-8c-8g-2598 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-01T18:42:36.590Z] [2025-06-01T18:42:36.590Z] [2025-06-01T18:42:36.590Z] ---> lscpu: [2025-06-01T18:42:36.590Z] Architecture: x86_64 [2025-06-01T18:42:36.590Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-01T18:42:36.590Z] Byte Order: Little Endian [2025-06-01T18:42:36.590Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-01T18:42:36.590Z] CPU(s): 8 [2025-06-01T18:42:36.590Z] On-line CPU(s) list: 0-7 [2025-06-01T18:42:36.590Z] Thread(s) per core: 1 [2025-06-01T18:42:36.590Z] Core(s) per socket: 1 [2025-06-01T18:42:36.590Z] Socket(s): 8 [2025-06-01T18:42:36.590Z] NUMA node(s): 1 [2025-06-01T18:42:36.590Z] Vendor ID: AuthenticAMD [2025-06-01T18:42:36.590Z] CPU family: 23 [2025-06-01T18:42:36.590Z] Model: 49 [2025-06-01T18:42:36.590Z] Model name: AMD EPYC-Rome Processor [2025-06-01T18:42:36.590Z] Stepping: 0 [2025-06-01T18:42:36.590Z] CPU MHz: 2800.000 [2025-06-01T18:42:36.590Z] BogoMIPS: 5600.00 [2025-06-01T18:42:36.590Z] Virtualization: AMD-V [2025-06-01T18:42:36.590Z] Hypervisor vendor: KVM [2025-06-01T18:42:36.590Z] Virtualization type: full [2025-06-01T18:42:36.590Z] L1d cache: 256 KiB [2025-06-01T18:42:36.590Z] L1i cache: 256 KiB [2025-06-01T18:42:36.590Z] L2 cache: 4 MiB [2025-06-01T18:42:36.590Z] L3 cache: 128 MiB [2025-06-01T18:42:36.590Z] NUMA node0 CPU(s): 0-7 [2025-06-01T18:42:36.590Z] Vulnerability Itlb multihit: Not affected [2025-06-01T18:42:36.590Z] Vulnerability L1tf: Not affected [2025-06-01T18:42:36.590Z] Vulnerability Mds: Not affected [2025-06-01T18:42:36.590Z] Vulnerability Meltdown: Not affected [2025-06-01T18:42:36.590Z] Vulnerability Mmio stale data: Not affected [2025-06-01T18:42:36.590Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-01T18:42:36.590Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-01T18:42:36.590Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-01T18:42:36.590Z] Vulnerability Srbds: Not affected [2025-06-01T18:42:36.590Z] Vulnerability Tsx async abort: Not affected [2025-06-01T18:42:36.590Z] 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 [2025-06-01T18:42:36.590Z] [2025-06-01T18:42:36.590Z] [2025-06-01T18:42:36.590Z] ---> nproc: [2025-06-01T18:42:36.590Z] 8 [2025-06-01T18:42:36.590Z] [2025-06-01T18:42:36.590Z]