Pull request #126 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3e095de2a719bf57f87b34072840496673a62336+e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 (7b3f1afb8005b92a80f8b2a3dad56f7d2fe0c8bc) 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-ssh8979648241905799410.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-ssh4592736705118216877.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-126/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-126/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11296490737797673240.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-126/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15743672348021962414.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-ssh1881304320605924917.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-126/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-126/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1375302808331159358.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 ‘prd-ubuntu20.04-docker-8c-8g-2597’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2600 in /w/workspace/xfoundry_edgex-taf-common_PR-126 [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-126 # 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 3e095de2a719bf57f87b34072840496673a62336 Merge succeeded, producing 3e095de2a719bf57f87b34072840496673a62336 Checking out Revision 3e095de2a719bf57f87b34072840496673a62336 (PR-126) Commit message: "build: bump protobuf from 6.30.2 to 6.31.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a > 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/126/head:refs/remotes/origin/PR-126 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e095de2a719bf57f87b34072840496673a62336 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e095de2a719bf57f87b34072840496673a62336 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-01T18:31:08.164Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-01T18:31:08.346Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-01T18:31:08.442Z] ========================================================= [2025-06-01T18:31:08.442Z] EdgeX Global Pipelines Version Info [2025-06-01T18:31:08.442Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:31:09.189Z] ------------------- [2025-06-01T18:31:09.189Z] stable info: [2025-06-01T18:31:09.189Z] ------------------- [2025-06-01T18:31:09.189Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-01T18:31:09.189Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-01T18:31:09.189Z] Message: update stable to v1.0.274 [2025-06-01T18:31:10.129Z] ------------------- [2025-06-01T18:31:10.129Z] experimental info: [2025-06-01T18:31:10.129Z] ------------------- [2025-06-01T18:31:10.129Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-01T18:31:10.129Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-01T18:31:10.129Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-06-01T18:31:10.395Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2025-06-01T18:31:10.442Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2025-06-01T18:31:10.491Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-01T18:31:10.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-01T18:31:10.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-01T18:31:10.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2025-06-01T18:31:10.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-01T18:31:10.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-06-01T18:31:10.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-06-01T18:31:10.836Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-01T18:31:10.888Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-06-01T18:31:10.937Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2025-06-01T18:31:10.989Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-01T18:31:11.041Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-01T18:31:11.092Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-126 [Pipeline] echo [2025-06-01T18:31:11.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-126 [Pipeline] echo [2025-06-01T18:31:11.191Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-126 [Pipeline] echo [2025-06-01T18:31:11.239Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e095de2a719bf57f87b34072840496673a62336 [Pipeline] echo [2025-06-01T18:31:11.285Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e095de [Pipeline] echo [2025-06-01T18:31:11.335Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-01T18:31:11.470Z] provisioning config files... [2025-06-01T18:31:11.484Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/config4410148684253908016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:31:11.861Z] ---> ****-login.sh [2025-06-01T18:31:11.862Z] nexus3.edgexfoundry.org:10001 [2025-06-01T18:31:12.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:12.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:12.122Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:12.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:12.122Z] [2025-06-01T18:31:12.122Z] Login Succeeded [2025-06-01T18:31:12.122Z] nexus3.edgexfoundry.org:10002 [2025-06-01T18:31:12.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:12.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:12.123Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:12.123Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:12.123Z] [2025-06-01T18:31:12.123Z] Login Succeeded [2025-06-01T18:31:12.123Z] nexus3.edgexfoundry.org:10003 [2025-06-01T18:31:12.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:12.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:12.384Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:12.384Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:12.384Z] [2025-06-01T18:31:12.384Z] Login Succeeded [2025-06-01T18:31:12.384Z] nexus3.edgexfoundry.org:10004 [2025-06-01T18:31:12.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:12.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:12.384Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:12.384Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:12.384Z] [2025-06-01T18:31:12.384Z] Login Succeeded [2025-06-01T18:31:12.384Z] ****.io [2025-06-01T18:31:12.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:12.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:12.644Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:12.644Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:12.644Z] [2025-06-01T18:31:12.644Z] Login Succeeded [2025-06-01T18:31:12.644Z] ---> ****-login.sh ends [Pipeline] } [2025-06-01T18:31:12.671Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-01T18:31:13.329Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-01T18:31:13.329Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-01T18:31:13.329Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-01T18:31:13.329Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-01T18:31:13.329Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-01T18:31:13.329Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-01T18:31:13.329Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:31:13.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-01T18:31:13.765Z] [2025-06-01T18:31:13.765Z] 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:31:14.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-01T18:31:14.146Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-01T18:31:14.146Z] 3dae71ba6b94: Pulling fs layer [2025-06-01T18:31:14.146Z] 6bf1a483ea7c: Pulling fs layer [2025-06-01T18:31:14.146Z] f5dfc541a4d3: Pulling fs layer [2025-06-01T18:31:14.146Z] 461d9e800cba: Pulling fs layer [2025-06-01T18:31:14.146Z] 80192f66455f: Pulling fs layer [2025-06-01T18:31:14.146Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-01T18:31:14.146Z] a29436f7fd5d: Pulling fs layer [2025-06-01T18:31:14.146Z] 923cac83aea3: Pulling fs layer [2025-06-01T18:31:14.146Z] 25ad8b0a4227: Pulling fs layer [2025-06-01T18:31:14.146Z] db01528c6b51: Pulling fs layer [2025-06-01T18:31:14.146Z] 28988de357af: Pulling fs layer [2025-06-01T18:31:14.146Z] a29436f7fd5d: Waiting [2025-06-01T18:31:14.146Z] db01528c6b51: Waiting [2025-06-01T18:31:14.146Z] 923cac83aea3: Waiting [2025-06-01T18:31:14.146Z] 28988de357af: Waiting [2025-06-01T18:31:14.146Z] 25ad8b0a4227: Waiting [2025-06-01T18:31:14.146Z] 461d9e800cba: Waiting [2025-06-01T18:31:14.146Z] 2e8e34ca0e6c: Waiting [2025-06-01T18:31:14.146Z] 80192f66455f: Waiting [2025-06-01T18:31:14.146Z] 6bf1a483ea7c: Verifying Checksum [2025-06-01T18:31:14.146Z] 6bf1a483ea7c: Download complete [2025-06-01T18:31:14.146Z] 461d9e800cba: Verifying Checksum [2025-06-01T18:31:14.146Z] 461d9e800cba: Download complete [2025-06-01T18:31:14.407Z] 80192f66455f: Verifying Checksum [2025-06-01T18:31:14.407Z] 80192f66455f: Download complete [2025-06-01T18:31:14.407Z] f5dfc541a4d3: Verifying Checksum [2025-06-01T18:31:14.407Z] f5dfc541a4d3: Download complete [2025-06-01T18:31:14.666Z] 3dae71ba6b94: Verifying Checksum [2025-06-01T18:31:14.666Z] 3dae71ba6b94: Download complete [2025-06-01T18:31:14.666Z] 923cac83aea3: Download complete [2025-06-01T18:31:14.666Z] 25ad8b0a4227: Verifying Checksum [2025-06-01T18:31:14.666Z] 25ad8b0a4227: Download complete [2025-06-01T18:31:14.666Z] db01528c6b51: Verifying Checksum [2025-06-01T18:31:14.666Z] db01528c6b51: Download complete [2025-06-01T18:31:14.666Z] 28988de357af: Verifying Checksum [2025-06-01T18:31:14.666Z] 28988de357af: Download complete [2025-06-01T18:31:14.925Z] a29436f7fd5d: Download complete [2025-06-01T18:31:15.184Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-01T18:31:15.184Z] 2e8e34ca0e6c: Download complete [2025-06-01T18:31:15.446Z] 3dae71ba6b94: Pull complete [2025-06-01T18:31:15.722Z] 6bf1a483ea7c: Pull complete [2025-06-01T18:31:16.296Z] f5dfc541a4d3: Pull complete [2025-06-01T18:31:16.296Z] 461d9e800cba: Pull complete [2025-06-01T18:31:16.296Z] 80192f66455f: Pull complete [2025-06-01T18:31:19.582Z] 2e8e34ca0e6c: Pull complete [2025-06-01T18:31:20.151Z] a29436f7fd5d: Pull complete [2025-06-01T18:31:20.151Z] 923cac83aea3: Pull complete [2025-06-01T18:31:20.409Z] 25ad8b0a4227: Pull complete [2025-06-01T18:31:20.409Z] db01528c6b51: Pull complete [2025-06-01T18:31:20.409Z] 28988de357af: Pull complete [2025-06-01T18:31:20.409Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-01T18:31:20.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-01T18:31:20.409Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-01T18:31:20.668Z] prd-ubuntu20.04-docker-8c-8g-2600 does not seem to be running inside a container [2025-06-01T18:31:20.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_edgex-taf-common_PR-126 -v /w/workspace/xfoundry_edgex-taf-common_PR-126:/w/workspace/xfoundry_edgex-taf-common_PR-126:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-126@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-126@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:31:22.459Z] $ docker top 225649b863af452b582fcfd64daad789c017111866a45a742020419551a74e37 -eo pid,comm [2025-06-01T18:31:22.521Z] 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:31:22.521Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-01T18:31:22.664Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-01T18:31:22.664Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-01T18:31:22.774Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-01T18:31:22.767Z] $ docker exec 225649b863af452b582fcfd64daad789c017111866a45a742020419551a74e37 ssh-agent [2025-06-01T18:31:22.874Z] SSH_AUTH_SOCK=/tmp/ssh-Ksl52XZoHrT0/agent.33 [2025-06-01T18:31:22.874Z] SSH_AGENT_PID=39 [2025-06-01T18:31:22.880Z] Running ssh-add (command line suppressed) [2025-06-01T18:31:22.973Z] Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/private_key_12819378228534747432.key (/w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/private_key_12819378228534747432.key) [2025-06-01T18:31:22.997Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-01T18:31:23.333Z] + git tag --points-at HEAD [Pipeline] } [2025-06-01T18:31:23.358Z] $ docker exec --env ******** --env ******** 225649b863af452b582fcfd64daad789c017111866a45a742020419551a74e37 ssh-agent -k [2025-06-01T18:31:23.462Z] unset SSH_AUTH_SOCK; [2025-06-01T18:31:23.463Z] unset SSH_AGENT_PID; [2025-06-01T18:31:23.463Z] echo Agent pid 39 killed; [2025-06-01T18:31:23.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-01T18:31:23.584Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-01T18:31:23.584Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-01T18:31:23.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-01T18:31:23.696Z] $ docker exec 225649b863af452b582fcfd64daad789c017111866a45a742020419551a74e37 ssh-agent [2025-06-01T18:31:23.821Z] SSH_AUTH_SOCK=/tmp/ssh-EMuCwM72NBPb/agent.72 [2025-06-01T18:31:23.821Z] SSH_AGENT_PID=78 [2025-06-01T18:31:23.825Z] Running ssh-add (command line suppressed) [2025-06-01T18:31:23.922Z] Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/private_key_8568559675151629184.key (/w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/private_key_8568559675151629184.key) [2025-06-01T18:31:23.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-01T18:31:24.285Z] + git semver init [2025-06-01T18:31:24.544Z] 2025-06-01 18:31:24,512 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-01T18:31:24.544Z] 2025-06-01 18:31:24,516 [run_init] DEBUG init version:0.0.0 force:False [2025-06-01T18:31:24.544Z] 2025-06-01 18:31:24,517 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_edgex-taf-common_PR-126/.semver [2025-06-01T18:31:24.544Z] 2025-06-01 18:31:24,517 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/xfoundry_edgex-taf-common_PR-126/.semver [2025-06-01T18:31:24.544Z] 2025-06-01 18:31:24,517 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/xfoundry_edgex-taf-common_PR-126/.semver'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-126, stdin=None, shell=False, universal_newlines=False) [2025-06-01T18:31:25.481Z] 2025-06-01 18:31:25,107 [append_file] DEBUG append to file:/w/workspace/xfoundry_edgex-taf-common_PR-126/.git/info/exclude [2025-06-01T18:31:25.481Z] 2025-06-01 18:31:25,107 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_edgex-taf-common_PR-126/.semver/PR-126 with force:False [2025-06-01T18:31:25.481Z] 2025-06-01 18:31:25,108 [write_file] DEBUG write to file:/w/workspace/xfoundry_edgex-taf-common_PR-126/.semver/PR-126 [2025-06-01T18:31:25.481Z] 2025-06-01 18:31:25,111 [execute] INFO git cat-file --batch-check [2025-06-01T18:31:25.481Z] 2025-06-01 18:31:25,112 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-126/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-01T18:31:25.481Z] 2025-06-01 18:31:25,115 [execute] INFO git cat-file --batch [2025-06-01T18:31:25.481Z] 2025-06-01 18:31:25,115 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-126/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-01T18:31:25.481Z] 2025-06-01 18:31:25,118 [read_version] DEBUG read version from /w/workspace/xfoundry_edgex-taf-common_PR-126/.semver/PR-126 [2025-06-01T18:31:25.481Z] 0.0.0 [Pipeline] } [2025-06-01T18:31:25.496Z] $ docker exec --env ******** --env ******** 225649b863af452b582fcfd64daad789c017111866a45a742020419551a74e37 ssh-agent -k [2025-06-01T18:31:25.601Z] unset SSH_AUTH_SOCK; [2025-06-01T18:31:25.602Z] unset SSH_AGENT_PID; [2025-06-01T18:31:25.602Z] echo Agent pid 78 killed; [2025-06-01T18:31:25.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-01T18:31:26.054Z] + git semver [Pipeline] } [2025-06-01T18:31:26.329Z] $ docker stop --time=1 225649b863af452b582fcfd64daad789c017111866a45a742020419551a74e37 [2025-06-01T18:31:27.603Z] $ docker rm -f --volumes 225649b863af452b582fcfd64daad789c017111866a45a742020419551a74e37 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-01T18:31:28.081Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-01T18:31:28.369Z] Stashed 1 file(s) [Pipeline] echo [2025-06-01T18:31:28.391Z] [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:31:28.993Z] provisioning config files... [2025-06-01T18:31:29.006Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/config13681039332678959315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:31:29.357Z] ---> ****-login.sh [2025-06-01T18:31:29.358Z] nexus3.edgexfoundry.org:10001 [2025-06-01T18:31:29.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:29.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:29.358Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:29.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:29.358Z] [2025-06-01T18:31:29.358Z] Login Succeeded [2025-06-01T18:31:29.358Z] nexus3.edgexfoundry.org:10002 [2025-06-01T18:31:29.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:29.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:29.358Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:29.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:29.358Z] [2025-06-01T18:31:29.358Z] Login Succeeded [2025-06-01T18:31:29.358Z] nexus3.edgexfoundry.org:10003 [2025-06-01T18:31:29.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:29.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:29.617Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:29.617Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:29.617Z] [2025-06-01T18:31:29.617Z] Login Succeeded [2025-06-01T18:31:29.617Z] nexus3.edgexfoundry.org:10004 [2025-06-01T18:31:29.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:29.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:29.617Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:29.617Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:29.617Z] [2025-06-01T18:31:29.617Z] Login Succeeded [2025-06-01T18:31:29.617Z] ****.io [2025-06-01T18:31:29.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:31:29.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:31:29.876Z] Configure a credential helper to remove this warning. See [2025-06-01T18:31:29.876Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:31:29.876Z] [2025-06-01T18:31:29.876Z] Login Succeeded [2025-06-01T18:31:29.876Z] ---> ****-login.sh ends [Pipeline] } [2025-06-01T18:31:29.903Z] 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:31:30.771Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-01T18:31:31.079Z] + ls -al . [2025-06-01T18:31:31.079Z] total 72 [2025-06-01T18:31:31.079Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 1 18:31 . [2025-06-01T18:31:31.079Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 1 18:31 .. [2025-06-01T18:31:31.079Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 1 18:31 .git [2025-06-01T18:31:31.079Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 1 18:31 .github [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 22 Jun 1 18:31 .gitignore [2025-06-01T18:31:31.079Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 1 18:31 .semver [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jun 1 18:31 Dockerfile [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 746 Jun 1 18:31 Jenkinsfile [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jun 1 18:31 LICENSE [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 4232 Jun 1 18:31 README.md [2025-06-01T18:31:31.079Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:31 TUC [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 1 18:31 VERSION [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 347 Jun 1 18:31 requirements.txt [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 54 Jun 1 18:31 robot-entrypoint.sh [2025-06-01T18:31:31.079Z] -rw-rw-r-- 1 jenkins jenkins 445 Jun 1 18:31 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:31:31.495Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=3e095de2a719bf57f87b34072840496673a62336 --label arch=amd64 --label version=0.0.0 . [2025-06-01T18:31:31.495Z] Sending build context to Docker daemon 620.5kB [2025-06-01T18:31:31.495Z] Step 1/13 : FROM alpine:3.20 [2025-06-01T18:31:31.755Z] 3.20: Pulling from library/alpine [2025-06-01T18:31:32.015Z] 0a9a5dfd008f: Pulling fs layer [2025-06-01T18:31:32.015Z] 0a9a5dfd008f: Download complete [2025-06-01T18:31:32.274Z] 0a9a5dfd008f: Pull complete [2025-06-01T18:31:32.274Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-01T18:31:32.274Z] Status: Downloaded newer image for alpine:3.20 [2025-06-01T18:31:32.274Z] ---> ff221270b9fb [2025-06-01T18:31:32.274Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-06-01T18:31:32.274Z] ---> Running in 099ed1348428 [2025-06-01T18:31:32.539Z] Removing intermediate container 099ed1348428 [2025-06-01T18:31:32.539Z] ---> 95c697787fc7 [2025-06-01T18:31:32.539Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-06-01T18:31:32.539Z] ---> Running in 64d741f5d65f [2025-06-01T18:31:32.539Z] Removing intermediate container 64d741f5d65f [2025-06-01T18:31:32.539Z] ---> 9da310b30d60 [2025-06-01T18:31:32.539Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-06-01T18:31:32.800Z] ---> ec7aeb7cee43 [2025-06-01T18:31:32.800Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-06-01T18:31:32.800Z] ---> e5f7d0ceef4e [2025-06-01T18:31:32.800Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-06-01T18:31:33.059Z] ---> 762907fb5d48 [2025-06-01T18:31:33.059Z] Step 7/13 : WORKDIR /edgex-taf [2025-06-01T18:31:33.059Z] ---> Running in 7eb53737ca44 [2025-06-01T18:31:33.059Z] Removing intermediate container 7eb53737ca44 [2025-06-01T18:31:33.059Z] ---> afffc026d096 [2025-06-01T18:31:33.059Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-01T18:31:33.059Z] ---> Running in b5cbdd7bcd39 [2025-06-01T18:31:33.627Z] Removing intermediate container b5cbdd7bcd39 [2025-06-01T18:31:33.627Z] ---> a3e697edd1fb [2025-06-01T18:31:33.627Z] 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:31:33.627Z] ---> Running in f2511268dab8 [2025-06-01T18:31:33.886Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:31:34.455Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:31:35.392Z] OK: 8 MiB in 14 packages [2025-06-01T18:31:35.392Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:31:35.652Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:31:36.220Z] (1/14) Installing ca-certificates (20241121-r1) [2025-06-01T18:31:36.796Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-01T18:31:37.059Z] (3/14) Installing c-ares (1.33.1-r0) [2025-06-01T18:31:37.317Z] (4/14) Installing libunistring (1.2-r0) [2025-06-01T18:31:37.885Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-06-01T18:31:38.144Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-01T18:31:38.410Z] (7/14) Installing libpsl (0.21.5-r1) [2025-06-01T18:31:38.669Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-01T18:31:39.239Z] (9/14) Installing libcurl (8.12.1-r0) [2025-06-01T18:31:39.499Z] (10/14) Installing curl (8.12.1-r0) [2025-06-01T18:31:40.068Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-06-01T18:31:41.448Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-06-01T18:31:41.711Z] (13/14) Installing jq (1.7.1-r0) [2025-06-01T18:31:41.980Z] (14/14) Installing openssl (3.3.3-r0) [2025-06-01T18:31:42.549Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:31:42.549Z] Executing ca-certificates-20241121-r1.trigger [2025-06-01T18:31:42.549Z] OK: 43 MiB in 28 packages [2025-06-01T18:31:42.549Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:31:43.124Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:31:43.709Z] (1/167) Installing libexpat (2.7.0-r0) [2025-06-01T18:31:43.731Z] Still waiting to schedule task [2025-06-01T18:31:43.731Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2599’ [2025-06-01T18:31:43.978Z] (2/167) Installing libbz2 (1.0.8-r6) [2025-06-01T18:31:44.242Z] (3/167) Installing libpng (1.6.44-r0) [2025-06-01T18:31:44.505Z] (4/167) Installing freetype (2.13.2-r0) [2025-06-01T18:31:45.076Z] (5/167) Installing fontconfig (2.15.0-r1) [2025-06-01T18:31:45.335Z] (6/167) Installing libfontenc (1.1.8-r0) [2025-06-01T18:31:45.594Z] (7/167) Installing mkfontscale (1.2.2-r6) [2025-06-01T18:31:45.853Z] (8/167) Installing font-opensans (0_git20210927-r1) [2025-06-01T18:31:46.420Z] (9/167) Installing pkgconf (2.2.0-r0) [2025-06-01T18:31:46.680Z] (10/167) Installing libgcc (13.2.1_git20240309-r1) [2025-06-01T18:31:46.941Z] (11/167) Installing libffi (3.4.6-r0) [2025-06-01T18:31:47.200Z] (12/167) Installing libintl (0.22.5-r0) [2025-06-01T18:31:47.459Z] (13/167) Installing libeconf (0.6.3-r0) [2025-06-01T18:31:47.718Z] (14/167) Installing libblkid (2.40.1-r1) [2025-06-01T18:31:48.289Z] (15/167) Installing libmount (2.40.1-r1) [2025-06-01T18:31:48.551Z] (16/167) Installing pcre2 (10.43-r0) [2025-06-01T18:31:48.812Z] (17/167) Installing glib (2.80.5-r0) [2025-06-01T18:31:49.382Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-01T18:31:49.950Z] (19/167) Installing xz-libs (5.6.2-r1) [2025-06-01T18:31:50.211Z] (20/167) Installing libxml2 (2.12.10-r0) [2025-06-01T18:31:50.780Z] (21/167) Installing shared-mime-info (2.4-r0) [2025-06-01T18:31:53.028Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2025-06-01T18:31:53.028Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2025-06-01T18:31:53.596Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2025-06-01T18:31:53.856Z] (25/167) Installing libwebp (1.3.2-r0) [2025-06-01T18:31:54.121Z] (26/167) Installing tiff (4.6.0t-r0) [2025-06-01T18:31:54.380Z] (27/167) Installing gdk-pixbuf (2.42.12-r0) [2025-06-01T18:31:54.947Z] (28/167) Installing gtk-update-icon-cache (3.24.43-r0) [2025-06-01T18:31:55.206Z] (29/167) Installing libxau (1.0.11-r4) [2025-06-01T18:31:55.464Z] (30/167) Installing libmd (1.1.0-r0) [2025-06-01T18:31:55.729Z] (31/167) Installing libbsd (0.12.2-r0) [2025-06-01T18:31:55.986Z] (32/167) Installing libxdmcp (1.1.5-r1) [2025-06-01T18:31:56.252Z] (33/167) Installing libxcb (1.16.1-r0) [2025-06-01T18:31:56.519Z] (34/167) Installing libx11 (1.8.9-r1) [2025-06-01T18:31:57.096Z] (35/167) Installing libxcomposite (0.4.6-r5) [2025-06-01T18:31:57.363Z] (36/167) Installing libxfixes (6.0.1-r4) [2025-06-01T18:31:57.363Z] (37/167) Installing libxrender (0.9.11-r5) [2025-06-01T18:31:57.624Z] (38/167) Installing libxcursor (1.2.2-r1) [2025-06-01T18:31:58.198Z] (39/167) Installing libxdamage (1.1.6-r5) [2025-06-01T18:31:58.198Z] (40/167) Installing libxext (1.3.6-r2) [2025-06-01T18:31:58.457Z] (41/167) Installing libxi (1.8.1-r4) [2025-06-01T18:31:58.715Z] (42/167) Installing libxinerama (1.1.5-r4) [2025-06-01T18:31:58.976Z] (43/167) Installing libxrandr (1.5.4-r1) [2025-06-01T18:31:59.234Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2025-06-01T18:31:59.801Z] (45/167) Installing libxtst (1.2.4-r6) [2025-06-01T18:31:59.801Z] (46/167) Installing dbus-libs (1.14.10-r1) [2025-06-01T18:32:00.368Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2025-06-01T18:32:00.627Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-06-01T18:32:00.888Z] (49/167) Installing pixman (0.43.2-r0) [2025-06-01T18:32:01.455Z] (50/167) Installing cairo (1.18.0-r0) [2025-06-01T18:32:01.715Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2025-06-01T18:32:01.975Z] (52/167) Installing avahi-libs (0.8-r17) [2025-06-01T18:32:02.235Z] (53/167) Installing gmp (6.3.0-r1) [2025-06-01T18:32:02.809Z] (54/167) Installing nettle (3.9.1-r0) [2025-06-01T18:32:03.068Z] (55/167) Installing libtasn1 (4.20.0-r0) [2025-06-01T18:32:03.327Z] (56/167) Installing p11-kit (0.25.3-r0) [2025-06-01T18:32:03.893Z] (57/167) Installing gnutls (3.8.5-r0) [2025-06-01T18:32:04.463Z] (58/167) Installing cups-libs (2.4.9-r1) [2025-06-01T18:32:04.722Z] (59/167) Installing libepoxy (1.5.10-r1) [2025-06-01T18:32:04.979Z] (60/167) Installing fribidi (1.0.15-r0) [2025-06-01T18:32:05.237Z] (61/167) Installing graphite2 (1.3.14-r6) [2025-06-01T18:32:05.806Z] (62/167) Installing harfbuzz (8.5.0-r0) [2025-06-01T18:32:06.066Z] (63/167) Installing libxft (2.3.8-r3) [2025-06-01T18:32:06.326Z] (64/167) Installing pango (1.52.2-r0) [2025-06-01T18:32:06.895Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2025-06-01T18:32:09.006Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2025-06-01T18:32:09.574Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2025-06-01T18:32:09.834Z] (68/167) Installing xkeyboard-config (2.41-r0) [2025-06-01T18:32:10.095Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2025-06-01T18:32:10.664Z] (70/167) Installing gtk+3.0 (3.24.43-r0) [2025-06-01T18:32:11.230Z] (71/167) Installing icu-data-full (74.2-r0) [2025-06-01T18:32:13.434Z] (72/167) Installing mesa (24.0.9-r1) [2025-06-01T18:32:13.693Z] (73/167) Installing llvm17-libs (17.0.6-r2) [2025-06-01T18:32:24.099Z] (74/167) Installing hwdata-pci (0.382-r0) [2025-06-01T18:32:24.099Z] (75/167) Installing libpciaccess (0.18.1-r0) [2025-06-01T18:32:24.099Z] (76/167) Installing libdrm (2.4.120-r0) [2025-06-01T18:32:24.099Z] (77/167) Installing libelf (0.191-r0) [2025-06-01T18:32:24.359Z] (78/167) Installing mesa-glapi (24.0.9-r1) [2025-06-01T18:32:24.927Z] (79/167) Installing mesa-dri-gallium (24.0.9-r1) [2025-06-01T18:32:28.219Z] (80/167) Installing eudev-libs (3.2.14-r2) [2025-06-01T18:32:28.219Z] (81/167) Installing libmagic (5.45-r1) [2025-06-01T18:32:28.787Z] (82/167) Installing file (5.45-r1) [2025-06-01T18:32:28.787Z] (83/167) Installing xprop (1.2.7-r0) [2025-06-01T18:32:29.047Z] (84/167) Installing libice (1.1.1-r6) [2025-06-01T18:32:29.305Z] (85/167) Installing libuuid (2.40.1-r1) [2025-06-01T18:32:29.567Z] (86/167) Installing libsm (1.2.4-r4) [2025-06-01T18:32:30.135Z] (87/167) Installing libxt (1.3.0-r5) [2025-06-01T18:32:30.394Z] (88/167) Installing libxmu (1.1.4-r2) [2025-06-01T18:32:30.726Z] (89/167) Installing xset (1.2.5-r1) [2025-06-01T18:32:30.984Z] (90/167) Installing xdg-utils (1.2.1-r0) [2025-06-01T18:32:31.246Z] (91/167) Installing libogg (1.3.5-r5) [2025-06-01T18:32:31.506Z] (92/167) Installing libflac (1.4.3-r1) [2025-06-01T18:32:31.766Z] (93/167) Installing alsa-lib (1.2.11-r0) [2025-06-01T18:32:32.334Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2025-06-01T18:32:32.905Z] (95/167) Installing aom-libs (3.9.1-r0) [2025-06-01T18:32:33.474Z] (96/167) Installing libva (2.21.0-r0) [2025-06-01T18:32:33.733Z] (97/167) Installing libvdpau (1.5-r3) [2025-06-01T18:32:33.992Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2025-06-01T18:32:34.258Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r8) [2025-06-01T18:32:34.828Z] (100/167) Installing libdav1d (1.4.2-r0) [2025-06-01T18:32:35.087Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2025-06-01T18:32:35.655Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2025-06-01T18:32:35.655Z] (103/167) Installing imath (3.1.12-r0) [2025-06-01T18:32:36.225Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2025-06-01T18:32:36.486Z] (105/167) Installing giflib (5.2.2-r0) [2025-06-01T18:32:36.746Z] (106/167) Installing libhwy (1.0.7-r0) [2025-06-01T18:32:37.005Z] (107/167) Installing lcms2 (2.16-r0) [2025-06-01T18:32:37.575Z] (108/167) Installing libjxl (0.10.2-r0) [2025-06-01T18:32:38.145Z] (109/167) Installing lame-libs (3.100-r5) [2025-06-01T18:32:38.405Z] (110/167) Installing opus (1.5.2-r0) [2025-06-01T18:32:38.664Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2025-06-01T18:32:39.234Z] (112/167) Installing libgomp (13.2.1_git20240309-r1) [2025-06-01T18:32:39.497Z] (113/167) Installing soxr (0.1.3-r7) [2025-06-01T18:32:40.075Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r8) [2025-06-01T18:32:40.335Z] (115/167) Installing libtheora (1.1.1-r18) [2025-06-01T18:32:40.594Z] (116/167) Installing libvorbis (1.3.7-r2) [2025-06-01T18:32:40.853Z] (117/167) Installing libvpx (1.14.1-r0) [2025-06-01T18:32:41.423Z] (118/167) Installing libwebpmux (1.3.2-r0) [2025-06-01T18:32:41.682Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2025-06-01T18:32:42.250Z] (120/167) Installing numactl (2.0.18-r0) [2025-06-01T18:32:42.527Z] (121/167) Installing x265-libs (3.6-r0) [2025-06-01T18:32:43.093Z] (122/167) Installing xvidcore (1.3.7-r2) [2025-06-01T18:32:44.030Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-06-01T18:32:44.599Z] (124/167) Installing libbluray (1.3.4-r1) [2025-06-01T18:32:45.167Z] (125/167) Installing mpg123-libs (1.32.8-r0) [2025-06-01T18:32:45.426Z] (126/167) Installing libopenmpt (0.7.7-r0) [2025-06-01T18:32:45.685Z] (127/167) Installing cjson (1.7.18-r0) [2025-06-01T18:32:46.252Z] (128/167) Installing mbedtls (3.6.3-r0) [2025-06-01T18:32:46.512Z] (129/167) Installing librist (0.2.10-r1) [2025-06-01T18:32:46.771Z] (130/167) Installing libsrt (1.5.3-r0) [2025-06-01T18:32:47.339Z] (131/167) Installing libssh (0.10.6-r0) [2025-06-01T18:32:47.599Z] (132/167) Installing libsodium (1.0.19-r0) [2025-06-01T18:32:47.858Z] (133/167) Installing libzmq (4.3.5-r2) [2025-06-01T18:32:48.430Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r8) [2025-06-01T18:32:48.690Z] (135/167) Installing crc32c (1.1.2-r0) [2025-06-01T18:32:49.258Z] (136/167) Installing double-conversion (3.3.0-r0) [2025-06-01T18:32:49.258Z] (137/167) Installing libevent (2.1.12-r7) [2025-06-01T18:32:49.829Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2025-06-01T18:32:50.090Z] (139/167) Installing mesa-gbm (24.0.9-r1) [2025-06-01T18:32:50.349Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2025-06-01T18:32:50.608Z] (141/167) Installing icu-libs (74.2-r0) [2025-06-01T18:32:51.176Z] (142/167) Installing minizip (1.3.1-r0) [2025-06-01T18:32:51.435Z] (143/167) Installing nspr (4.35-r4) [2025-06-01T18:32:52.004Z] (144/167) Installing sqlite-libs (3.45.3-r2) [2025-06-01T18:32:52.263Z] (145/167) Installing nss (3.105-r0) [2025-06-01T18:32:52.830Z] (146/167) Installing openh264 (2.4.1-r0) [2025-06-01T18:32:53.396Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2025-06-01T18:32:53.657Z] (148/167) Installing libunwind (1.8.1-r0) [2025-06-01T18:32:53.918Z] (149/167) Installing yaml (0.2.5-r2) [2025-06-01T18:32:54.178Z] (150/167) Installing libcamera (0.3.0-r0) [2025-06-01T18:32:54.747Z] (151/167) Installing speexdsp (1.2.1-r2) [2025-06-01T18:32:55.004Z] (152/167) Installing libuv (1.48.0-r0) [2025-06-01T18:32:55.263Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2025-06-01T18:32:55.523Z] (154/167) Installing libsndfile (1.2.2-r1) [2025-06-01T18:32:56.090Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2025-06-01T18:32:56.349Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2025-06-01T18:32:56.920Z] (157/167) Installing libasyncns (0.8-r3) [2025-06-01T18:32:57.184Z] (158/167) Installing libltdl (2.4.7-r3) [2025-06-01T18:32:57.443Z] (159/167) Installing orc (0.4.40-r0) [2025-06-01T18:32:58.010Z] (160/167) Installing tdb-libs (1.4.9-r1) [2025-06-01T18:32:58.272Z] (161/167) Installing libpulse (17.0-r0) [2025-06-01T18:32:58.532Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2025-06-01T18:32:58.796Z] (163/167) Installing libgpg-error (1.49-r0) [2025-06-01T18:32:59.056Z] (164/167) Installing libgcrypt (1.10.3-r0) [2025-06-01T18:32:59.625Z] (165/167) Installing libxslt (1.1.39-r2) [2025-06-01T18:32:59.884Z] (166/167) Installing chromium (131.0.6778.108-r0) [2025-06-01T18:33:14.787Z] (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-06-01T18:33:15.049Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:33:15.049Z] Executing fontconfig-2.15.0-r1.trigger [2025-06-01T18:33:15.049Z] Executing mkfontscale-1.2.2-r6.trigger [2025-06-01T18:33:15.049Z] Executing glib-2.80.5-r0.trigger [2025-06-01T18:33:15.049Z] Executing shared-mime-info-2.4-r0.trigger [2025-06-01T18:33:15.616Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-06-01T18:33:15.616Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-06-01T18:33:15.616Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-06-01T18:33:15.617Z] OK: 672 MiB in 195 packages [2025-06-01T18:33:15.617Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:16.184Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:17.121Z] (1/30) Installing jansson (2.14-r4) [2025-06-01T18:33:17.380Z] (2/30) Installing binutils (2.42-r1) [2025-06-01T18:33:18.316Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-06-01T18:33:18.575Z] (4/30) Installing isl26 (0.26-r1) [2025-06-01T18:33:18.833Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-06-01T18:33:19.399Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-06-01T18:33:19.657Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-06-01T18:33:26.214Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-06-01T18:33:26.214Z] (9/30) Installing linux-headers (6.6-r0) [2025-06-01T18:33:26.782Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-06-01T18:33:27.041Z] (11/30) Installing libpq (16.9-r0) [2025-06-01T18:33:27.608Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-06-01T18:33:27.870Z] (13/30) Installing libpq-dev (16.9-r0) [2025-06-01T18:33:28.442Z] (14/30) Installing libecpg (16.9-r0) [2025-06-01T18:33:28.700Z] (15/30) Installing libecpg-dev (16.9-r0) [2025-06-01T18:33:28.958Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-06-01T18:33:29.525Z] (17/30) Installing llvm16-libs (16.0.6-r9) [2025-06-01T18:33:37.641Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-06-01T18:33:42.918Z] (19/30) Installing fortify-headers (1.1-r3) [2025-06-01T18:33:42.918Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-06-01T18:33:42.918Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-06-01T18:33:43.183Z] (22/30) Installing clang16 (16.0.6-r5) [2025-06-01T18:33:43.750Z] (23/30) Installing icu (74.2-r0) [2025-06-01T18:33:44.010Z] (24/30) Installing icu-dev (74.2-r0) [2025-06-01T18:33:44.578Z] (25/30) Installing llvm16 (16.0.6-r9) [2025-06-01T18:33:45.956Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-06-01T18:33:46.215Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-06-01T18:33:46.475Z] (28/30) Installing zstd (1.5.6-r0) [2025-06-01T18:33:46.734Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-06-01T18:33:46.994Z] (30/30) Installing postgresql16-dev (16.9-r0) [2025-06-01T18:33:47.562Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:33:47.562Z] OK: 1208 MiB in 225 packages [2025-06-01T18:33:47.821Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:48.081Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:49.018Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-06-01T18:33:49.955Z] (2/14) Installing gdbm (1.23-r1) [2025-06-01T18:33:50.217Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-06-01T18:33:50.478Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-06-01T18:33:50.738Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-06-01T18:33:50.997Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-06-01T18:33:51.258Z] (7/14) Installing readline (8.2.10-r0) [2025-06-01T18:33:51.827Z] (8/14) Installing python3 (3.12.10-r1) [2025-06-01T18:33:52.396Z] (9/14) Installing python3-pycache-pyc0 (3.12.10-r1) [2025-06-01T18:33:52.969Z] (10/14) Installing pyc (3.12.10-r1) [2025-06-01T18:33:53.229Z] (11/14) Installing python3-pyc (3.12.10-r1) [2025-06-01T18:33:53.489Z] (12/14) Installing python3-dev (3.12.10-r1) [2025-06-01T18:33:54.868Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-06-01T18:33:54.868Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-06-01T18:33:55.127Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:33:55.127Z] OK: 1374 MiB in 239 packages [2025-06-01T18:33:55.388Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:55.648Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:56.585Z] OK: 1374 MiB in 239 packages [2025-06-01T18:33:56.585Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:57.153Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-01T18:33:57.720Z] (1/1) Installing tzdata (2025b-r0) [2025-06-01T18:33:57.978Z] OK: 1376 MiB in 240 packages [2025-06-01T18:33:58.548Z] (1/1) Purging tzdata (2025b-r0) [2025-06-01T18:33:58.548Z] OK: 1374 MiB in 239 packages [2025-06-01T18:34:00.459Z] Looking in links: /tmp/tmpu713pbjh [2025-06-01T18:34:00.459Z] Processing /tmp/tmpu713pbjh/pip-25.0.1-py3-none-any.whl [2025-06-01T18:34:00.459Z] Installing collected packages: pip [2025-06-01T18:34:01.034Z] Successfully installed pip-25.0.1 [2025-06-01T18:34:01.034Z] 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:34:01.604Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-06-01T18:34:01.604Z] Collecting pip [2025-06-01T18:34:01.604Z] Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) [2025-06-01T18:34:01.864Z] Collecting setuptools [2025-06-01T18:34:01.864Z] Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) [2025-06-01T18:34:01.864Z] Collecting wheel [2025-06-01T18:34:01.864Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-06-01T18:34:01.864Z] Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) [2025-06-01T18:34:01.864Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 138.1 MB/s eta 0:00:00 [2025-06-01T18:34:01.864Z] Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) [2025-06-01T18:34:01.864Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 145.5 MB/s eta 0:00:00 [2025-06-01T18:34:01.864Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-06-01T18:34:01.864Z] Installing collected packages: wheel, setuptools, pip [2025-06-01T18:34:02.983Z] Attempting uninstall: pip [2025-06-01T18:34:02.983Z] Found existing installation: pip 25.0.1 [2025-06-01T18:34:02.983Z] Uninstalling pip-25.0.1: [2025-06-01T18:34:02.983Z] Successfully uninstalled pip-25.0.1 [2025-06-01T18:34:03.918Z] Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 [2025-06-01T18:34:03.918Z] 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:34:04.494Z] Processing ./edgex-taf-common [2025-06-01T18:34:04.494Z] Preparing metadata (setup.py): started [2025-06-01T18:34:04.494Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:34:04.494Z] Building wheels for collected packages: edgex-taf-common [2025-06-01T18:34:04.494Z]  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:34:04.494Z]  Building wheel for edgex-taf-common (setup.py): started [2025-06-01T18:34:04.756Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-06-01T18:34:04.756Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15392 sha256=4f34e315224888e2b3ec738e1d2e405c0da4e392fe88ae2adfcba752fd644aaf [2025-06-01T18:34:04.756Z] Stored in directory: /tmp/pip-ephem-wheel-cache-3ozof9xr/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-06-01T18:34:04.756Z] Successfully built edgex-taf-common [2025-06-01T18:34:04.756Z] Installing collected packages: edgex-taf-common [2025-06-01T18:34:04.756Z] Successfully installed edgex-taf-common-0.0.0 [2025-06-01T18:34:04.756Z] 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:34:05.324Z] Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) [2025-06-01T18:34:05.324Z] Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:34:05.324Z] Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) [2025-06-01T18:34:05.324Z] Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) [2025-06-01T18:34:05.324Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-06-01T18:34:05.324Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-06-01T18:34:05.583Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-06-01T18:34:05.583Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-06-01T18:34:05.583Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-06-01T18:34:05.583Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-06-01T18:34:05.583Z] Preparing metadata (setup.py): started [2025-06-01T18:34:05.583Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:34:05.583Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) [2025-06-01T18:34:05.583Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-06-01T18:34:05.583Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) [2025-06-01T18:34:05.583Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-06-01T18:34:05.842Z] Collecting requests==2.32.3 (from -r requirements.txt (line 8)) [2025-06-01T18:34:05.842Z] Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) [2025-06-01T18:34:05.842Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) [2025-06-01T18:34:05.842Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-06-01T18:34:05.842Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-06-01T18:34:05.842Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-06-01T18:34:06.101Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) [2025-06-01T18:34:06.101Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) [2025-06-01T18:34:06.101Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) [2025-06-01T18:34:06.101Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2025-06-01T18:34:06.101Z] Installing build dependencies: started [2025-06-01T18:34:07.037Z] Installing build dependencies: finished with status 'done' [2025-06-01T18:34:07.037Z] Getting requirements to build wheel: started [2025-06-01T18:34:07.604Z] Getting requirements to build wheel: finished with status 'done' [2025-06-01T18:34:07.604Z] Preparing metadata (pyproject.toml): started [2025-06-01T18:34:07.864Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-06-01T18:34:08.122Z] Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) [2025-06-01T18:34:08.122Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) [2025-06-01T18:34:08.122Z] Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) [2025-06-01T18:34:08.122Z] Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) [2025-06-01T18:34:08.122Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) [2025-06-01T18:34:08.122Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-06-01T18:34:08.122Z] Preparing metadata (setup.py): started [2025-06-01T18:34:08.382Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:34:08.419Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2602 in /w/workspace/xfoundry_edgex-taf-common_PR-126 [Pipeline] { [Pipeline] checkout [2025-06-01T18:34:08.644Z] Collecting pycryptodome==3.22.0 (from -r requirements.txt (line 16)) [2025-06-01T18:34:08.644Z] Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) [2025-06-01T18:34:08.644Z] Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) [2025-06-01T18:34:08.644Z] Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) [2025-06-01T18:34:08.904Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:34:08.904Z] Downloading selenium-4.33.0-py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:34:08.904Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:34:08.904Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-06-01T18:34:08.904Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:34:08.904Z] Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:34:08.904Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:08.905Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-06-01T18:34:08.905Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:08.905Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-06-01T18:34:08.905Z] Preparing metadata (setup.py): started [2025-06-01T18:34:09.165Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:34:09.165Z] Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.165Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-06-01T18:34:09.165Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.165Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-06-01T18:34:09.165Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.165Z] Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) [2025-06-01T18:34:09.165Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.165Z] Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-06-01T18:34:09.165Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.165Z] Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:34:09.426Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.426Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-06-01T18:34:09.426Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.426Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-06-01T18:34:09.426Z] Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:34:09.426Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) [2025-06-01T18:34:09.426Z] Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:34:09.426Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-06-01T18:34:09.426Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:34:09.426Z] Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) [2025-06-01T18:34:09.426Z] Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:34:09.426Z] Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:34:09.426Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:34:09.684Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-06-01T18:34:09.684Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:34:09.684Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-06-01T18:34:09.684Z] 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:34:09.684Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:34:09.684Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-06-01T18:34:09.684Z] 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:34:09.684Z] Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) [2025-06-01T18:34:09.684Z] Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:34:09.684Z] Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-06-01T18:34:09.684Z] Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:34:09.684Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-06-01T18:34:09.684Z] Collecting websocket-client~=1.8.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:34:09.684Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-06-01T18:34:09.684Z] 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:34:09.684Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-06-01T18:34:09.684Z] Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:34:09.684Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-06-01T18:34:09.684Z] Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:34:09.684Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-06-01T18:34:09.684Z] 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:34:09.684Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-06-01T18:34:09.942Z] 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:34:09.942Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-06-01T18:34:09.942Z] 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:34:09.942Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-06-01T18:34:09.942Z] 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:34:09.942Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-06-01T18:34:09.942Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.942Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2025-06-01T18:34:09.942Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:09.942Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-06-01T18:34:09.942Z] Preparing metadata (setup.py): started [2025-06-01T18:34:10.205Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:34:10.205Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:10.205Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:34:10.205Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:10.205Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-06-01T18:34:10.205Z] Preparing metadata (setup.py): started [2025-06-01T18:34:10.464Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:34:10.464Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:10.464Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-06-01T18:34:10.464Z] Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:10.464Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-06-01T18:34:10.464Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:10.464Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-06-01T18:34:10.464Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:10.464Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-06-01T18:34:11.029Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:11.029Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2025-06-01T18:34:11.029Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:11.029Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-06-01T18:34:11.029Z] Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:11.029Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-06-01T18:34:11.029Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:11.029Z] Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-06-01T18:34:11.029Z] 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:34:11.029Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-06-01T18:34:11.029Z] 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:34:11.029Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) [2025-06-01T18:34:11.029Z] Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:11.029Z] Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-06-01T18:34:11.029Z] Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:11.029Z] Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-06-01T18:34:11.029Z] 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:34:11.029Z] Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-06-01T18:34:11.289Z] 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:34:11.289Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-06-01T18:34:11.289Z] 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:34:11.289Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-06-01T18:34:11.289Z] Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:34:11.289Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) [2025-06-01T18:34:11.289Z] Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) [2025-06-01T18:34:11.289Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 78.9 MB/s eta 0:00:00 [2025-06-01T18:34:11.289Z] Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) [2025-06-01T18:34:11.289Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-06-01T18:34:11.289Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-06-01T18:34:11.289Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-06-01T18:34:11.289Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-06-01T18:34:11.289Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [2025-06-01T18:34:11.289Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-06-01T18:34:11.289Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-06-01T18:34:11.289Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) [2025-06-01T18:34:11.523Z] Selected Git installation does not exist. Using Default [2025-06-01T18:34:11.523Z] The recommended git tool is: NONE [2025-06-01T18:34:11.550Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 209.5 MB/s eta 0:00:00 [2025-06-01T18:34:11.550Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) [2025-06-01T18:34:11.550Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 272.8 MB/s eta 0:00:00 [2025-06-01T18:34:11.550Z] Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) [2025-06-01T18:34:11.550Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 344.9 MB/s eta 0:00:00 [2025-06-01T18:34:11.550Z] Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) [2025-06-01T18:34:11.550Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 272.5 MB/s eta 0:00:00 [2025-06-01T18:34:11.550Z] Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) [2025-06-01T18:34:11.550Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) [2025-06-01T18:34:11.550Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-06-01T18:34:11.550Z] Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) [2025-06-01T18:34:11.550Z] Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) [2025-06-01T18:34:11.550Z] Downloading click-8.2.1-py3-none-any.whl (102 kB) [2025-06-01T18:34:11.550Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-06-01T18:34:11.550Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-06-01T18:34:11.550Z] Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) [2025-06-01T18:34:11.550Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-06-01T18:34:11.550Z] Downloading selenium-4.33.0-py3-none-any.whl (9.4 MB) [2025-06-01T18:34:11.550Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 144.7 MB/s eta 0:00:00 [2025-06-01T18:34:11.550Z] Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-06-01T18:34:11.550Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-06-01T18:34:11.550Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-06-01T18:34:11.550Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-06-01T18:34:11.550Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-06-01T18:34:11.550Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-06-01T18:34:11.550Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-06-01T18:34:11.550Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-06-01T18:34:11.550Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-06-01T18:34:11.550Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-06-01T18:34:11.550Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-06-01T18:34:11.810Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 402.0 MB/s eta 0:00:00 [2025-06-01T18:34:11.810Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-06-01T18:34:11.810Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) [2025-06-01T18:34:11.810Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 363.0 MB/s eta 0:00:00 [2025-06-01T18:34:11.810Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-06-01T18:34:11.810Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-06-01T18:34:11.810Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-06-01T18:34:11.810Z] Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) [2025-06-01T18:34:11.810Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-06-01T18:34:11.810Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-06-01T18:34:11.810Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl (561 kB) [2025-06-01T18:34:11.810Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.6/561.6 kB 266.1 MB/s eta 0:00:00 [2025-06-01T18:34:11.810Z] Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-06-01T18:34:11.810Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-06-01T18:34:11.810Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-06-01T18:34:11.810Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) [2025-06-01T18:34:11.810Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-06-01T18:34:11.810Z] Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-06-01T18:34:11.810Z] Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-06-01T18:34:11.810Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) [2025-06-01T18:34:11.810Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-06-01T18:34:11.810Z] Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-06-01T18:34:11.811Z] Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-06-01T18:34:11.811Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-06-01T18:34:11.811Z] Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) [2025-06-01T18:34:11.811Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 245.1 MB/s eta 0:00:00 [2025-06-01T18:34:11.811Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-06-01T18:34:11.811Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-06-01T18:34:11.811Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-06-01T18:34:11.811Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-06-01T18:34:11.811Z] Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-06-01T18:34:11.811Z]  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:34:11.811Z]  Building wheel for robotbackgroundlogger (setup.py): started [2025-06-01T18:34:12.069Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-06-01T18:34:12.069Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=fc3a1cddb916a3c7593838b39095d072c1fb70cdb377065cbaf0204779f23145 [2025-06-01T18:34:12.069Z] Stored in directory: /tmp/pip-ephem-wheel-cache-o019jy7g/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-06-01T18:34:12.069Z] Building wheel for psutil (pyproject.toml): started [2025-06-01T18:34:13.975Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-06-01T18:34:13.975Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277536 sha256=1eb89a816c9311bcf7a2bef5068b8fa92a8612dcb8ee45c5174f0ec66f3d2641 [2025-06-01T18:34:13.975Z] Stored in directory: /tmp/pip-ephem-wheel-cache-o019jy7g/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-06-01T18:34:13.975Z]  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:34:13.975Z]  Building wheel for psycopg2 (setup.py): started [2025-06-01T18:34:16.089Z] using credential edgex-jenkins-ssh [2025-06-01T18:34:16.110Z] Cloning the remote Git repository [2025-06-01T18:34:16.147Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2025-06-01T18:34:16.232Z] > git init /w/workspace/xfoundry_edgex-taf-common_PR-126 # timeout=10 [2025-06-01T18:34:16.363Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-06-01T18:34:16.364Z] > git --version # timeout=10 [2025-06-01T18:34:16.382Z] > git --version # 'git version 2.25.1' [2025-06-01T18:34:16.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-01T18:34:16.544Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-01T18:34:17.144Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-06-01T18:34:17.182Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-01T18:34:18.542Z] Merging remotes/origin/main commit e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 into PR head commit 3e095de2a719bf57f87b34072840496673a62336 [2025-06-01T18:34:18.805Z] Merge succeeded, producing 3e095de2a719bf57f87b34072840496673a62336 [2025-06-01T18:34:18.806Z] Checking out Revision 3e095de2a719bf57f87b34072840496673a62336 (PR-126) [2025-06-01T18:34:17.999Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-06-01T18:34:18.037Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-06-01T18:34:18.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-01T18:34:18.061Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2025-06-01T18:34:18.556Z] > git config core.sparsecheckout # timeout=10 [2025-06-01T18:34:18.612Z] > git checkout -f 3e095de2a719bf57f87b34072840496673a62336 # timeout=10 [2025-06-01T18:34:18.699Z] > git remote # timeout=10 [2025-06-01T18:34:18.716Z] > git config --get remote.origin.url # timeout=10 [2025-06-01T18:34:18.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-01T18:34:18.756Z] > git merge e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 # timeout=10 [2025-06-01T18:34:18.780Z] > git rev-parse HEAD^{commit} # timeout=10 [2025-06-01T18:34:18.809Z] > git config core.sparsecheckout # timeout=10 [2025-06-01T18:34:18.827Z] > git checkout -f 3e095de2a719bf57f87b34072840496673a62336 # timeout=10 [2025-06-01T18:34:19.300Z] Commit message: "build: bump protobuf from 6.30.2 to 6.31.1" [2025-06-01T18:34:19.342Z] > git --version # timeout=10 [2025-06-01T18:34:19.353Z] > git --version # 'git version 2.25.1' [2025-06-01T18:34:19.375Z] fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-01T18:34:22.088Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-06-01T18:34:22.088Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521913 sha256=2fc6b39c315ad3c3760c770c5a62055fe7ef9741039a7041b5c30aacc014327e [2025-06-01T18:34:22.088Z] Stored in directory: /tmp/pip-ephem-wheel-cache-o019jy7g/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-06-01T18:34:22.088Z]  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:34:22.088Z]  Building wheel for flex (setup.py): started [2025-06-01T18:34:22.348Z] Building wheel for flex (setup.py): finished with status 'done' [2025-06-01T18:34:22.348Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=6e65f71fa57ec09a77a08d41030ef6da49effd2b9302a7b2661e1dda106ec6e3 [2025-06-01T18:34:22.348Z] Stored in directory: /tmp/pip-ephem-wheel-cache-o019jy7g/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-06-01T18:34:22.348Z]  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:34:22.348Z]  Building wheel for strict-rfc3339 (setup.py): started [2025-06-01T18:34:22.607Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-06-01T18:34:22.607Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=efceeb3970614282590ba249e04b0b65b357a5b107907158a81f70c7df8e0d79 [2025-06-01T18:34:22.607Z] Stored in directory: /tmp/pip-ephem-wheel-cache-o019jy7g/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-06-01T18:34:22.607Z]  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:34:22.607Z]  Building wheel for validate-email (setup.py): started [2025-06-01T18:34:22.866Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-06-01T18:34:22.866Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=271bc96121fee2e786cbc98aa1d9a857e6a3182ddd133d72417fb73fbb5931e9 [2025-06-01T18:34:22.866Z] Stored in directory: /tmp/pip-ephem-wheel-cache-o019jy7g/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-06-01T18:34:22.866Z] Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-06-01T18:34:23.124Z] 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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-01T18:34:24.371Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-01T18:34:24.371Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-01T18:34:24.371Z] Dload Upload Total Spent Left Speed [2025-06-01T18:34:24.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 250k 0 --:--:-- --:--:-- --:--:-- 250k [Pipeline] sh [2025-06-01T18:34:24.712Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-01T18:34:25.050Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-01T18:34:25.050Z] + sudo tee /etc/docker/daemon.new [2025-06-01T18:34:25.050Z] { [2025-06-01T18:34:25.050Z] "registry-mirrors": [ [2025-06-01T18:34:25.050Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-01T18:34:25.050Z] ], [2025-06-01T18:34:25.050Z] "bip": "10.250.0.254/24", [2025-06-01T18:34:25.050Z] "hosts": [ [2025-06-01T18:34:25.050Z] "tcp://0.0.0.0:5555", [2025-06-01T18:34:25.050Z] "unix:///var/run/docker.sock" [2025-06-01T18:34:25.050Z] ], [2025-06-01T18:34:25.050Z] "mtu": 1458, [2025-06-01T18:34:25.050Z] "selinux-enabled": true, [2025-06-01T18:34:25.050Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-01T18:34:25.050Z] } [Pipeline] sh [2025-06-01T18:34:25.391Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-01T18:34:25.740Z] + sudo service docker restart [2025-06-01T18:34:33.097Z] [2025-06-01T18:34:33.097Z] 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.31.1 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.22.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:34:33.097Z] 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. [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-01T18:34:44.046Z] provisioning config files... [2025-06-01T18:34:44.074Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/config2526662849365546763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:34:44.564Z] ---> ****-login.sh [2025-06-01T18:34:44.564Z] nexus3.edgexfoundry.org:10001 [2025-06-01T18:34:44.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:34:45.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:34:45.106Z] Configure a credential helper to remove this warning. See [2025-06-01T18:34:45.106Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:34:45.106Z] [2025-06-01T18:34:45.106Z] Login Succeeded [2025-06-01T18:34:45.106Z] nexus3.edgexfoundry.org:10002 [2025-06-01T18:34:45.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:34:45.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:34:45.655Z] Configure a credential helper to remove this warning. See [2025-06-01T18:34:45.655Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:34:45.655Z] [2025-06-01T18:34:45.655Z] Login Succeeded [2025-06-01T18:34:45.655Z] nexus3.edgexfoundry.org:10003 [2025-06-01T18:34:45.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:34:45.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:34:45.929Z] Configure a credential helper to remove this warning. See [2025-06-01T18:34:45.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:34:45.929Z] [2025-06-01T18:34:45.929Z] Login Succeeded [2025-06-01T18:34:45.929Z] nexus3.edgexfoundry.org:10004 [2025-06-01T18:34:46.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:34:46.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:34:46.199Z] Configure a credential helper to remove this warning. See [2025-06-01T18:34:46.199Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:34:46.199Z] [2025-06-01T18:34:46.199Z] Login Succeeded [2025-06-01T18:34:46.199Z] ****.io [2025-06-01T18:34:46.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-01T18:34:46.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-01T18:34:46.735Z] Configure a credential helper to remove this warning. See [2025-06-01T18:34:46.735Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-01T18:34:46.735Z] [2025-06-01T18:34:46.735Z] Login Succeeded [2025-06-01T18:34:46.735Z] ---> ****-login.sh ends [Pipeline] } [2025-06-01T18:34:46.763Z] 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:34:47.788Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-01T18:34:48.143Z] + ls -al . [2025-06-01T18:34:48.143Z] total 68 [2025-06-01T18:34:48.143Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:34 . [2025-06-01T18:34:48.143Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 1 18:34 .. [2025-06-01T18:34:48.143Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 1 18:34 .git [2025-06-01T18:34:48.143Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 1 18:34 .github [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 22 Jun 1 18:34 .gitignore [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jun 1 18:34 Dockerfile [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 746 Jun 1 18:34 Jenkinsfile [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jun 1 18:34 LICENSE [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 4232 Jun 1 18:34 README.md [2025-06-01T18:34:48.143Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:34 TUC [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 1 18:31 VERSION [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 347 Jun 1 18:34 requirements.txt [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 54 Jun 1 18:34 robot-entrypoint.sh [2025-06-01T18:34:48.143Z] -rw-rw-r-- 1 jenkins jenkins 445 Jun 1 18:34 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-06-01T18:34:48.245Z] Removing intermediate container f2511268dab8 [2025-06-01T18:34:48.245Z] ---> b501f8b3fef1 [2025-06-01T18:34:48.245Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-06-01T18:34:48.245Z] ---> Running in 0ca72c1e73ce [2025-06-01T18:34:48.245Z] Removing intermediate container 0ca72c1e73ce [2025-06-01T18:34:48.245Z] ---> b80910d2b653 [2025-06-01T18:34:48.245Z] Step 11/13 : LABEL arch=amd64 [2025-06-01T18:34:48.245Z] ---> Running in 538258be3a70 [2025-06-01T18:34:48.245Z] Removing intermediate container 538258be3a70 [2025-06-01T18:34:48.245Z] ---> cfb465314d91 [2025-06-01T18:34:48.245Z] Step 12/13 : LABEL git_sha=3e095de2a719bf57f87b34072840496673a62336 [2025-06-01T18:34:48.245Z] ---> Running in 044402d1d3d7 [Pipeline] sh [2025-06-01T18:34:48.503Z] Removing intermediate container 044402d1d3d7 [2025-06-01T18:34:48.503Z] ---> ac201a439660 [2025-06-01T18:34:48.503Z] Step 13/13 : LABEL version=0.0.0 [2025-06-01T18:34:48.503Z] ---> Running in 838f57f5b822 [2025-06-01T18:34:48.503Z] Removing intermediate container 838f57f5b822 [2025-06-01T18:34:48.503Z] ---> b11c9c5b2ff1 [2025-06-01T18:34:48.503Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-01T18:34:48.503Z] Successfully built b11c9c5b2ff1 [2025-06-01T18:34:48.503Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [2025-06-01T18:34:48.590Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=3e095de2a719bf57f87b34072840496673a62336 --label arch=arm64 --label version=0.0.0 . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [2025-06-01T18:34:48.862Z] Sending build context to Docker daemon 368.1kB [2025-06-01T18:34:48.862Z] Step 1/13 : FROM alpine:3.20 [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:49.446Z] 3.20: Pulling from library/alpine [2025-06-01T18:34:49.446Z] 94e9d8af2201: Pulling fs layer [2025-06-01T18:34:49.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-01T18:34:49.539Z] [2025-06-01T18:34:49.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:34:49.714Z] 94e9d8af2201: Verifying Checksum [2025-06-01T18:34:49.715Z] 94e9d8af2201: Download complete [2025-06-01T18:34:49.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-01T18:34:49.927Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-01T18:34:49.927Z] 5eb5b503b376: Pulling fs layer [2025-06-01T18:34:49.927Z] 5c69ac0246d0: Pulling fs layer [2025-06-01T18:34:49.927Z] ec43610c2a17: Pulling fs layer [2025-06-01T18:34:49.927Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-01T18:34:49.927Z] 33b1e0a273af: Pulling fs layer [2025-06-01T18:34:49.927Z] 5d3b04190fa2: Pulling fs layer [2025-06-01T18:34:49.927Z] 2f39f015ded8: Pulling fs layer [2025-06-01T18:34:49.927Z] 3a2ae6a8a46f: Waiting [2025-06-01T18:34:49.927Z] 33b1e0a273af: Waiting [2025-06-01T18:34:49.927Z] 5d3b04190fa2: Waiting [2025-06-01T18:34:49.927Z] 2f39f015ded8: Waiting [2025-06-01T18:34:49.927Z] 5c69ac0246d0: Verifying Checksum [2025-06-01T18:34:49.927Z] 5c69ac0246d0: Download complete [2025-06-01T18:34:49.927Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-01T18:34:49.927Z] 3a2ae6a8a46f: Download complete [2025-06-01T18:34:49.927Z] 33b1e0a273af: Verifying Checksum [2025-06-01T18:34:49.927Z] 33b1e0a273af: Download complete [2025-06-01T18:34:49.927Z] 5d3b04190fa2: Verifying Checksum [2025-06-01T18:34:49.927Z] 5d3b04190fa2: Download complete [2025-06-01T18:34:49.927Z] ec43610c2a17: Verifying Checksum [2025-06-01T18:34:49.927Z] ec43610c2a17: Download complete [2025-06-01T18:34:50.186Z] 5eb5b503b376: Verifying Checksum [2025-06-01T18:34:50.186Z] 5eb5b503b376: Download complete [2025-06-01T18:34:50.310Z] 94e9d8af2201: Pull complete [2025-06-01T18:34:50.310Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-01T18:34:50.310Z] Status: Downloaded newer image for alpine:3.20 [2025-06-01T18:34:50.310Z] ---> 7aab056cecc6 [2025-06-01T18:34:50.310Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-06-01T18:34:50.586Z] ---> Running in 9186bb400fb7 [2025-06-01T18:34:50.857Z] Removing intermediate container 9186bb400fb7 [2025-06-01T18:34:50.857Z] ---> bf203672d7cd [2025-06-01T18:34:50.857Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-06-01T18:34:50.857Z] ---> Running in fa4ed6a862d6 [2025-06-01T18:34:51.443Z] Removing intermediate container fa4ed6a862d6 [2025-06-01T18:34:51.443Z] ---> 6ec0845ff277 [2025-06-01T18:34:51.443Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-06-01T18:34:52.029Z] ---> 39327c75b50f [2025-06-01T18:34:52.029Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-06-01T18:34:52.304Z] ---> f77fff6297b6 [2025-06-01T18:34:52.304Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-06-01T18:34:52.588Z] 2f39f015ded8: Download complete [2025-06-01T18:34:52.589Z] 5eb5b503b376: Pull complete [2025-06-01T18:34:52.589Z] 5c69ac0246d0: Pull complete [2025-06-01T18:34:52.849Z] ec43610c2a17: Pull complete [2025-06-01T18:34:52.849Z] 3a2ae6a8a46f: Pull complete [2025-06-01T18:34:52.915Z] ---> 13aec1019e24 [2025-06-01T18:34:52.915Z] Step 7/13 : WORKDIR /edgex-taf [2025-06-01T18:34:52.915Z] ---> Running in 9a4bd5fe4e86 [2025-06-01T18:34:53.107Z] 33b1e0a273af: Pull complete [2025-06-01T18:34:53.107Z] 5d3b04190fa2: Pull complete [2025-06-01T18:34:53.498Z] Removing intermediate container 9a4bd5fe4e86 [2025-06-01T18:34:53.498Z] ---> 9262a86caa03 [2025-06-01T18:34:53.498Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-01T18:34:53.498Z] ---> Running in ff03e5b710a6 [2025-06-01T18:34:55.456Z] Removing intermediate container ff03e5b710a6 [2025-06-01T18:34:55.456Z] ---> 0d9c09f6429e [2025-06-01T18:34:55.456Z] 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:34:55.723Z] ---> Running in 33512d9f1ed2 [2025-06-01T18:34:56.691Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:34:57.275Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:34:57.292Z] 2f39f015ded8: Pull complete [2025-06-01T18:34:57.292Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-01T18:34:57.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-01T18:34:57.292Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-01T18:34:57.512Z] prd-ubuntu20.04-docker-8c-8g-2600 does not seem to be running inside a container [2025-06-01T18:34:57.547Z] $ 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-126 -v /w/workspace/xfoundry_edgex-taf-common_PR-126:/w/workspace/xfoundry_edgex-taf-common_PR-126:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-126@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-126@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:58.806Z] $ docker top 2ff2ee62634fe894c68e3aef9e12dfd1c2e9a9cef5c50cf2eda5b8569900c90d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:34:59.223Z] OK: 9 MiB in 14 packages [2025-06-01T18:34:59.223Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:34:59.278Z] ---> job-cost.sh [2025-06-01T18:34:59.278Z] lf-activate-venv: SKIPPING [2025-06-01T18:34:59.278Z] INFO: No Stack... [2025-06-01T18:34:59.537Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-01T18:34:59.795Z] INFO: Archiving Costs [2025-06-01T18:34:59.809Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] sh [2025-06-01T18:35:00.136Z] + cat /w/workspace/xfoundry_edgex-taf-common_PR-126/archives/cost.csv [2025-06-01T18:35:00.136Z] + cut -d, -f6 [Pipeline] lock [2025-06-01T18:35:00.175Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-126-1-stack-cost] [2025-06-01T18:35:00.182Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-126-1-stack-cost] did not exist. Created. [2025-06-01T18:35:00.188Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-126-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-01T18:35:00.594Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-01T18:35:00.653Z] Stashed 1 file(s) [Pipeline] } [2025-06-01T18:35:00.677Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-126-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-01T18:35:00.762Z] $ docker stop --time=1 2ff2ee62634fe894c68e3aef9e12dfd1c2e9a9cef5c50cf2eda5b8569900c90d [2025-06-01T18:35:01.210Z] (1/14) Installing ca-certificates (20241121-r1) [2025-06-01T18:35:01.797Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-01T18:35:01.912Z] $ docker rm -f --volumes 2ff2ee62634fe894c68e3aef9e12dfd1c2e9a9cef5c50cf2eda5b8569900c90d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-01T18:35:02.378Z] (3/14) Installing c-ares (1.33.1-r0) [2025-06-01T18:35:02.644Z] (4/14) Installing libunistring (1.2-r0) [2025-06-01T18:35:03.224Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-06-01T18:35:03.490Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-01T18:35:04.070Z] (7/14) Installing libpsl (0.21.5-r1) [2025-06-01T18:35:04.334Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-01T18:35:04.913Z] (9/14) Installing libcurl (8.12.1-r0) [2025-06-01T18:35:05.180Z] (10/14) Installing curl (8.12.1-r0) [2025-06-01T18:35:05.763Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-06-01T18:35:08.348Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-06-01T18:35:08.615Z] (13/14) Installing jq (1.7.1-r0) [2025-06-01T18:35:08.884Z] (14/14) Installing openssl (3.3.3-r0) [2025-06-01T18:35:09.472Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:35:09.472Z] Executing ca-certificates-20241121-r1.trigger [2025-06-01T18:35:09.740Z] OK: 43 MiB in 28 packages [2025-06-01T18:35:10.007Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:35:10.589Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:35:12.001Z] (1/166) Installing libexpat (2.7.0-r0) [2025-06-01T18:35:12.269Z] (2/166) Installing libbz2 (1.0.8-r6) [2025-06-01T18:35:12.853Z] (3/166) Installing libpng (1.6.44-r0) [2025-06-01T18:35:13.118Z] (4/166) Installing freetype (2.13.2-r0) [2025-06-01T18:35:13.698Z] (5/166) Installing fontconfig (2.15.0-r1) [2025-06-01T18:35:13.964Z] (6/166) Installing libfontenc (1.1.8-r0) [2025-06-01T18:35:14.234Z] (7/166) Installing mkfontscale (1.2.2-r6) [2025-06-01T18:35:14.499Z] (8/166) Installing font-opensans (0_git20210927-r1) [2025-06-01T18:35:15.081Z] (9/166) Installing pkgconf (2.2.0-r0) [2025-06-01T18:35:15.666Z] (10/166) Installing libgcc (13.2.1_git20240309-r1) [2025-06-01T18:35:15.931Z] (11/166) Installing libffi (3.4.6-r0) [2025-06-01T18:35:16.197Z] (12/166) Installing libintl (0.22.5-r0) [2025-06-01T18:35:16.462Z] (13/166) Installing libeconf (0.6.3-r0) [2025-06-01T18:35:17.041Z] (14/166) Installing libblkid (2.40.1-r1) [2025-06-01T18:35:17.306Z] (15/166) Installing libmount (2.40.1-r1) [2025-06-01T18:35:17.889Z] (16/166) Installing pcre2 (10.43-r0) [2025-06-01T18:35:18.155Z] (17/166) Installing glib (2.80.5-r0) [2025-06-01T18:35:18.742Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-01T18:35:19.331Z] (19/166) Installing xz-libs (5.6.2-r1) [2025-06-01T18:35:19.598Z] (20/166) Installing libxml2 (2.12.10-r0) [2025-06-01T18:35:20.181Z] (21/166) Installing shared-mime-info (2.4-r0) [2025-06-01T18:35:20.766Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2025-06-01T18:35:21.040Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2025-06-01T18:35:21.621Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2025-06-01T18:35:21.886Z] (25/166) Installing libwebp (1.3.2-r0) [2025-06-01T18:35:22.152Z] (26/166) Installing tiff (4.6.0t-r0) [2025-06-01T18:35:22.731Z] (27/166) Installing gdk-pixbuf (2.42.12-r0) [2025-06-01T18:35:22.995Z] (28/166) Installing gtk-update-icon-cache (3.24.43-r0) [2025-06-01T18:35:23.574Z] (29/166) Installing libxau (1.0.11-r4) [2025-06-01T18:35:23.838Z] (30/166) Installing libmd (1.1.0-r0) [2025-06-01T18:35:24.107Z] (31/166) Installing libbsd (0.12.2-r0) [2025-06-01T18:35:24.376Z] (32/166) Installing libxdmcp (1.1.5-r1) [2025-06-01T18:35:24.642Z] (33/166) Installing libxcb (1.16.1-r0) [2025-06-01T18:35:25.225Z] (34/166) Installing libx11 (1.8.9-r1) [2025-06-01T18:35:26.175Z] (35/166) Installing libxcomposite (0.4.6-r5) [2025-06-01T18:35:26.175Z] (36/166) Installing libxfixes (6.0.1-r4) [2025-06-01T18:35:26.441Z] (37/166) Installing libxrender (0.9.11-r5) [2025-06-01T18:35:27.018Z] (38/166) Installing libxcursor (1.2.2-r1) [2025-06-01T18:35:27.282Z] (39/166) Installing libxdamage (1.1.6-r5) [2025-06-01T18:35:27.547Z] (40/166) Installing libxext (1.3.6-r2) [2025-06-01T18:35:27.812Z] (41/166) Installing libxi (1.8.1-r4) [2025-06-01T18:35:28.078Z] (42/166) Installing libxinerama (1.1.5-r4) [2025-06-01T18:35:28.343Z] (43/166) Installing libxrandr (1.5.4-r1) [2025-06-01T18:35:28.608Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2025-06-01T18:35:29.194Z] (45/166) Installing libxtst (1.2.4-r6) [2025-06-01T18:35:29.460Z] (46/166) Installing dbus-libs (1.14.10-r1) [2025-06-01T18:35:29.724Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2025-06-01T18:35:30.312Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-06-01T18:35:30.577Z] (49/166) Installing pixman (0.43.2-r0) [2025-06-01T18:35:31.158Z] (50/166) Installing cairo (1.18.0-r0) [2025-06-01T18:35:31.423Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2025-06-01T18:35:31.688Z] (52/166) Installing avahi-libs (0.8-r17) [2025-06-01T18:35:32.276Z] (53/166) Installing gmp (6.3.0-r1) [2025-06-01T18:35:32.548Z] (54/166) Installing nettle (3.9.1-r0) [2025-06-01T18:35:33.125Z] (55/166) Installing libtasn1 (4.20.0-r0) [2025-06-01T18:35:33.390Z] (56/166) Installing p11-kit (0.25.3-r0) [2025-06-01T18:35:33.967Z] (57/166) Installing gnutls (3.8.5-r0) [2025-06-01T18:35:34.238Z] (58/166) Installing cups-libs (2.4.9-r1) [2025-06-01T18:35:34.817Z] (59/166) Installing libepoxy (1.5.10-r1) [2025-06-01T18:35:35.401Z] (60/166) Installing fribidi (1.0.15-r0) [2025-06-01T18:35:35.666Z] (61/166) Installing graphite2 (1.3.14-r6) [2025-06-01T18:35:35.931Z] (62/166) Installing harfbuzz (8.5.0-r0) [2025-06-01T18:35:36.512Z] (63/166) Installing libxft (2.3.8-r3) [2025-06-01T18:35:36.776Z] (64/166) Installing pango (1.52.2-r0) [2025-06-01T18:35:37.354Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2025-06-01T18:35:37.619Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2025-06-01T18:35:37.883Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2025-06-01T18:35:38.148Z] (68/166) Installing xkeyboard-config (2.41-r0) [2025-06-01T18:35:39.107Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2025-06-01T18:35:39.107Z] (70/166) Installing gtk+3.0 (3.24.43-r0) [2025-06-01T18:35:40.075Z] (71/166) Installing icu-data-full (74.2-r0) [2025-06-01T18:35:42.791Z] (72/166) Installing mesa (24.0.9-r1) [2025-06-01T18:35:42.791Z] (73/166) Installing llvm17-libs (17.0.6-r2) [2025-06-01T18:35:52.892Z] (74/166) Installing hwdata-pci (0.382-r0) [2025-06-01T18:35:52.892Z] (75/166) Installing libpciaccess (0.18.1-r0) [2025-06-01T18:35:52.892Z] (76/166) Installing libdrm (2.4.120-r0) [2025-06-01T18:35:52.892Z] (77/166) Installing libelf (0.191-r0) [2025-06-01T18:35:53.158Z] (78/166) Installing mesa-glapi (24.0.9-r1) [2025-06-01T18:35:53.737Z] (79/166) Installing mesa-dri-gallium (24.0.9-r1) [2025-06-01T18:35:56.314Z] (80/166) Installing eudev-libs (3.2.14-r2) [2025-06-01T18:35:56.314Z] (81/166) Installing libmagic (5.45-r1) [2025-06-01T18:35:56.896Z] (82/166) Installing file (5.45-r1) [2025-06-01T18:35:57.165Z] (83/166) Installing xprop (1.2.7-r0) [2025-06-01T18:35:57.429Z] (84/166) Installing libice (1.1.1-r6) [2025-06-01T18:35:57.694Z] (85/166) Installing libuuid (2.40.1-r1) [2025-06-01T18:35:58.273Z] (86/166) Installing libsm (1.2.4-r4) [2025-06-01T18:35:58.539Z] (87/166) Installing libxt (1.3.0-r5) [2025-06-01T18:35:58.805Z] (88/166) Installing libxmu (1.1.4-r2) [2025-06-01T18:35:59.386Z] (89/166) Installing xset (1.2.5-r1) [2025-06-01T18:35:59.654Z] (90/166) Installing xdg-utils (1.2.1-r0) [2025-06-01T18:35:59.920Z] (91/166) Installing libogg (1.3.5-r5) [2025-06-01T18:36:00.186Z] (92/166) Installing libflac (1.4.3-r1) [2025-06-01T18:36:00.768Z] (93/166) Installing alsa-lib (1.2.11-r0) [2025-06-01T18:36:01.360Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2025-06-01T18:36:01.633Z] (95/166) Installing aom-libs (3.9.1-r0) [2025-06-01T18:36:02.599Z] (96/166) Installing libva (2.21.0-r0) [2025-06-01T18:36:02.867Z] (97/166) Installing libvdpau (1.5-r3) [2025-06-01T18:36:03.135Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r8) [2025-06-01T18:36:03.721Z] (99/166) Installing libdav1d (1.4.2-r0) [2025-06-01T18:36:03.990Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2025-06-01T18:36:04.577Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2025-06-01T18:36:04.844Z] (102/166) Installing imath (3.1.12-r0) [2025-06-01T18:36:05.110Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2025-06-01T18:36:05.689Z] (104/166) Installing giflib (5.2.2-r0) [2025-06-01T18:36:05.955Z] (105/166) Installing libhwy (1.0.7-r0) [2025-06-01T18:36:06.533Z] (106/166) Installing lcms2 (2.16-r0) [2025-06-01T18:36:06.799Z] (107/166) Installing libjxl (0.10.2-r0) [2025-06-01T18:36:07.380Z] (108/166) Installing lame-libs (3.100-r5) [2025-06-01T18:36:07.645Z] (109/166) Installing opus (1.5.2-r0) [2025-06-01T18:36:08.229Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2025-06-01T18:36:08.812Z] (111/166) Installing libgomp (13.2.1_git20240309-r1) [2025-06-01T18:36:09.079Z] (112/166) Installing soxr (0.1.3-r7) [2025-06-01T18:36:09.345Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r8) [2025-06-01T18:36:09.928Z] (114/166) Installing libtheora (1.1.1-r18) [2025-06-01T18:36:10.193Z] (115/166) Installing libvorbis (1.3.7-r2) [2025-06-01T18:36:10.777Z] (116/166) Installing libvpx (1.14.1-r0) [2025-06-01T18:36:11.361Z] (117/166) Installing libwebpmux (1.3.2-r0) [2025-06-01T18:36:11.628Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2025-06-01T18:36:12.210Z] (119/166) Installing numactl (2.0.18-r0) [2025-06-01T18:36:12.476Z] (120/166) Installing x265-libs (3.6-r0) [2025-06-01T18:36:13.059Z] (121/166) Installing xvidcore (1.3.7-r2) [2025-06-01T18:36:13.328Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-06-01T18:36:14.291Z] (123/166) Installing libbluray (1.3.4-r1) [2025-06-01T18:36:14.569Z] (124/166) Installing mpg123-libs (1.32.8-r0) [2025-06-01T18:36:15.156Z] (125/166) Installing libopenmpt (0.7.7-r0) [2025-06-01T18:36:15.432Z] (126/166) Installing cjson (1.7.18-r0) [2025-06-01T18:36:16.015Z] (127/166) Installing mbedtls (3.6.3-r0) [2025-06-01T18:36:16.283Z] (128/166) Installing librist (0.2.10-r1) [2025-06-01T18:36:16.550Z] (129/166) Installing libsrt (1.5.3-r0) [2025-06-01T18:36:17.131Z] (130/166) Installing libssh (0.10.6-r0) [2025-06-01T18:36:17.407Z] (131/166) Installing libsodium (1.0.19-r0) [2025-06-01T18:36:17.987Z] (132/166) Installing libzmq (4.3.5-r2) [2025-06-01T18:36:18.253Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r8) [2025-06-01T18:36:18.832Z] (134/166) Installing crc32c (1.1.2-r0) [2025-06-01T18:36:19.100Z] (135/166) Installing double-conversion (3.3.0-r0) [2025-06-01T18:36:19.678Z] (136/166) Installing libevent (2.1.12-r7) [2025-06-01T18:36:19.943Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2025-06-01T18:36:20.211Z] (138/166) Installing mesa-gbm (24.0.9-r1) [2025-06-01T18:36:20.791Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2025-06-01T18:36:21.055Z] (140/166) Installing icu-libs (74.2-r0) [2025-06-01T18:36:21.634Z] (141/166) Installing minizip (1.3.1-r0) [2025-06-01T18:36:22.221Z] (142/166) Installing nspr (4.35-r4) [2025-06-01T18:36:22.485Z] (143/166) Installing sqlite-libs (3.45.3-r2) [2025-06-01T18:36:23.064Z] (144/166) Installing nss (3.105-r0) [2025-06-01T18:36:23.640Z] (145/166) Installing openh264 (2.4.1-r0) [2025-06-01T18:36:23.904Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2025-06-01T18:36:24.481Z] (147/166) Installing libunwind (1.8.1-r0) [2025-06-01T18:36:24.745Z] (148/166) Installing yaml (0.2.5-r2) [2025-06-01T18:36:25.324Z] (149/166) Installing libcamera (0.3.0-r0) [2025-06-01T18:36:25.587Z] (150/166) Installing speexdsp (1.2.1-r2) [2025-06-01T18:36:26.164Z] (151/166) Installing libuv (1.48.0-r0) [2025-06-01T18:36:26.427Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2025-06-01T18:36:27.005Z] (153/166) Installing libsndfile (1.2.2-r1) [2025-06-01T18:36:27.268Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2025-06-01T18:36:27.845Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2025-06-01T18:36:28.421Z] (156/166) Installing libasyncns (0.8-r3) [2025-06-01T18:36:29.371Z] (157/166) Installing libltdl (2.4.7-r3) [2025-06-01T18:36:29.635Z] (158/166) Installing orc (0.4.40-r0) [2025-06-01T18:36:29.899Z] (159/166) Installing tdb-libs (1.4.9-r1) [2025-06-01T18:36:30.476Z] (160/166) Installing libpulse (17.0-r0) [2025-06-01T18:36:30.740Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2025-06-01T18:36:31.005Z] (162/166) Installing libgpg-error (1.49-r0) [2025-06-01T18:36:31.603Z] (163/166) Installing libgcrypt (1.10.3-r0) [2025-06-01T18:36:31.867Z] (164/166) Installing libxslt (1.1.39-r2) [2025-06-01T18:36:32.449Z] (165/166) Installing chromium (131.0.6778.108-r0) [2025-06-01T18:36:39.085Z] (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-06-01T18:36:39.351Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:36:39.351Z] Executing fontconfig-2.15.0-r1.trigger [2025-06-01T18:36:39.351Z] Executing mkfontscale-1.2.2-r6.trigger [2025-06-01T18:36:39.351Z] Executing glib-2.80.5-r0.trigger [2025-06-01T18:36:39.351Z] Executing shared-mime-info-2.4-r0.trigger [2025-06-01T18:36:41.923Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-06-01T18:36:41.923Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-06-01T18:36:41.923Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-06-01T18:36:41.923Z] OK: 657 MiB in 194 packages [2025-06-01T18:36:42.188Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:36:42.768Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:36:44.711Z] (1/30) Installing jansson (2.14-r4) [2025-06-01T18:36:44.978Z] (2/30) Installing binutils (2.42-r1) [2025-06-01T18:36:45.941Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-06-01T18:36:46.209Z] (4/30) Installing isl26 (0.26-r1) [2025-06-01T18:36:46.790Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-06-01T18:36:47.057Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-06-01T18:36:47.637Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-06-01T18:36:50.980Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-06-01T18:36:51.255Z] (9/30) Installing linux-headers (6.6-r0) [2025-06-01T18:36:52.225Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-06-01T18:36:52.807Z] (11/30) Installing libpq (16.9-r0) [2025-06-01T18:36:53.072Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-06-01T18:36:53.652Z] (13/30) Installing libpq-dev (16.9-r0) [2025-06-01T18:36:54.238Z] (14/30) Installing libecpg (16.9-r0) [2025-06-01T18:36:54.503Z] (15/30) Installing libecpg-dev (16.9-r0) [2025-06-01T18:36:55.085Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-06-01T18:36:55.672Z] (17/30) Installing llvm16-libs (16.0.6-r9) [2025-06-01T18:37:05.756Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-06-01T18:37:08.335Z] (19/30) Installing fortify-headers (1.1-r3) [2025-06-01T18:37:08.604Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-06-01T18:37:09.563Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-06-01T18:37:10.146Z] (22/30) Installing clang16 (16.0.6-r5) [2025-06-01T18:37:10.424Z] (23/30) Installing icu (74.2-r0) [2025-06-01T18:37:11.008Z] (24/30) Installing icu-dev (74.2-r0) [2025-06-01T18:37:11.591Z] (25/30) Installing llvm16 (16.0.6-r9) [2025-06-01T18:37:18.248Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-06-01T18:37:18.248Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-06-01T18:37:18.248Z] (28/30) Installing zstd (1.5.6-r0) [2025-06-01T18:37:18.515Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-06-01T18:37:18.784Z] (30/30) Installing postgresql16-dev (16.9-r0) [2025-06-01T18:37:19.747Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:37:19.748Z] OK: 1184 MiB in 224 packages [2025-06-01T18:37:20.333Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:37:20.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:37:22.858Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-06-01T18:37:25.442Z] (2/14) Installing gdbm (1.23-r1) [2025-06-01T18:37:25.709Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-06-01T18:37:26.291Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-06-01T18:37:26.558Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-06-01T18:37:26.833Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-06-01T18:37:27.108Z] (7/14) Installing readline (8.2.10-r0) [2025-06-01T18:37:27.690Z] (8/14) Installing python3 (3.12.10-r1) [2025-06-01T18:37:29.093Z] (9/14) Installing python3-pycache-pyc0 (3.12.10-r1) [2025-06-01T18:37:30.051Z] (10/14) Installing pyc (3.12.10-r1) [2025-06-01T18:37:30.324Z] (11/14) Installing python3-pyc (3.12.10-r1) [2025-06-01T18:37:30.592Z] (12/14) Installing python3-dev (3.12.10-r1) [2025-06-01T18:37:40.655Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-06-01T18:37:40.921Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-06-01T18:37:41.186Z] Executing busybox-1.36.1-r29.trigger [2025-06-01T18:37:41.452Z] OK: 1370 MiB in 238 packages [2025-06-01T18:37:41.718Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:37:42.298Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:37:44.243Z] OK: 1370 MiB in 238 packages [2025-06-01T18:37:44.510Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-01T18:37:45.091Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-01T18:37:47.027Z] (1/1) Installing tzdata (2025b-r0) [2025-06-01T18:37:47.612Z] OK: 1372 MiB in 239 packages [2025-06-01T18:37:49.021Z] (1/1) Purging tzdata (2025b-r0) [2025-06-01T18:37:49.292Z] OK: 1370 MiB in 238 packages [2025-06-01T18:38:01.599Z] Looking in links: /tmp/tmpgzpvn8mt [2025-06-01T18:38:01.599Z] Processing /tmp/tmpgzpvn8mt/pip-25.0.1-py3-none-any.whl [2025-06-01T18:38:01.599Z] Installing collected packages: pip [2025-06-01T18:38:06.936Z] Successfully installed pip-25.0.1 [2025-06-01T18:38:06.936Z] 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:38:09.513Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-06-01T18:38:10.094Z] Collecting pip [2025-06-01T18:38:10.094Z] Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) [2025-06-01T18:38:11.501Z] Collecting setuptools [2025-06-01T18:38:11.501Z] Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) [2025-06-01T18:38:11.765Z] Collecting wheel [2025-06-01T18:38:11.765Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-06-01T18:38:11.765Z] Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) [2025-06-01T18:38:11.765Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 54.2 MB/s eta 0:00:00 [2025-06-01T18:38:11.765Z] Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) [2025-06-01T18:38:11.765Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 56.7 MB/s eta 0:00:00 [2025-06-01T18:38:11.765Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-06-01T18:38:12.030Z] Installing collected packages: wheel, setuptools, pip [2025-06-01T18:38:18.654Z] Attempting uninstall: pip [2025-06-01T18:38:18.654Z] Found existing installation: pip 25.0.1 [2025-06-01T18:38:18.654Z] Uninstalling pip-25.0.1: [2025-06-01T18:38:18.654Z] Successfully uninstalled pip-25.0.1 [2025-06-01T18:38:26.845Z] Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 [2025-06-01T18:38:26.845Z] 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:38:29.425Z] Processing ./edgex-taf-common [2025-06-01T18:38:29.425Z] Preparing metadata (setup.py): started [2025-06-01T18:38:30.384Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:38:30.384Z] Building wheels for collected packages: edgex-taf-common [2025-06-01T18:38:30.384Z]  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:38:30.384Z]  Building wheel for edgex-taf-common (setup.py): started [2025-06-01T18:38:31.787Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-06-01T18:38:31.787Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15392 sha256=a4bcc5874eec92fbe1a8bd14b9c02b0637bb802ca07c99f33aa449fd23b77e8d [2025-06-01T18:38:31.787Z] Stored in directory: /tmp/pip-ephem-wheel-cache-q_dhe163/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-06-01T18:38:31.787Z] Successfully built edgex-taf-common [2025-06-01T18:38:32.052Z] Installing collected packages: edgex-taf-common [2025-06-01T18:38:32.052Z] Successfully installed edgex-taf-common-0.0.0 [2025-06-01T18:38:32.052Z] 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:38:36.285Z] Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) [2025-06-01T18:38:36.285Z] Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:38:36.285Z] Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) [2025-06-01T18:38:36.285Z] Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) [2025-06-01T18:38:36.285Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-06-01T18:38:36.285Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-06-01T18:38:36.285Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-06-01T18:38:36.285Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-06-01T18:38:36.285Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-06-01T18:38:36.285Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-06-01T18:38:36.285Z] Preparing metadata (setup.py): started [2025-06-01T18:38:37.682Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:38:37.682Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) [2025-06-01T18:38:37.682Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-06-01T18:38:37.682Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) [2025-06-01T18:38:37.682Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-06-01T18:38:37.947Z] Collecting requests==2.32.3 (from -r requirements.txt (line 8)) [2025-06-01T18:38:38.211Z] Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) [2025-06-01T18:38:38.211Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) [2025-06-01T18:38:38.211Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-06-01T18:38:38.476Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-06-01T18:38:38.476Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-06-01T18:38:40.404Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) [2025-06-01T18:38:40.668Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) [2025-06-01T18:38:41.246Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) [2025-06-01T18:38:41.246Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2025-06-01T18:38:42.198Z] Installing build dependencies: started [2025-06-01T18:38:47.528Z] Installing build dependencies: finished with status 'done' [2025-06-01T18:38:47.528Z] Getting requirements to build wheel: started [2025-06-01T18:38:50.937Z] Getting requirements to build wheel: finished with status 'done' [2025-06-01T18:38:50.937Z] Preparing metadata (pyproject.toml): started [2025-06-01T18:38:52.900Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-06-01T18:38:55.514Z] Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) [2025-06-01T18:38:55.514Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) [2025-06-01T18:38:55.514Z] Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) [2025-06-01T18:38:55.514Z] Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) [2025-06-01T18:38:55.787Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) [2025-06-01T18:38:55.787Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-06-01T18:38:56.062Z] Preparing metadata (setup.py): started [2025-06-01T18:38:58.005Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:38:58.587Z] Collecting pycryptodome==3.22.0 (from -r requirements.txt (line 16)) [2025-06-01T18:38:58.587Z] Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) [2025-06-01T18:39:00.525Z] Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) [2025-06-01T18:39:00.525Z] Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) [2025-06-01T18:39:01.106Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:39:01.106Z] Downloading selenium-4.33.0-py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:39:01.106Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:39:01.106Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-06-01T18:39:01.376Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:39:01.376Z] Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:39:01.376Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:01.376Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-06-01T18:39:01.644Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:01.644Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-06-01T18:39:01.911Z] Preparing metadata (setup.py): started [2025-06-01T18:39:03.321Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:39:03.321Z] Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:03.321Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-06-01T18:39:03.321Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:03.321Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-06-01T18:39:03.588Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:03.588Z] Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) [2025-06-01T18:39:03.855Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:03.855Z] Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-06-01T18:39:03.855Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:03.855Z] Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:39:04.440Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:04.440Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-06-01T18:39:04.440Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:04.440Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-06-01T18:39:05.397Z] Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:39:05.397Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) [2025-06-01T18:39:05.663Z] Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:39:05.663Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-06-01T18:39:05.930Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:39:05.930Z] Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) [2025-06-01T18:39:06.196Z] Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-06-01T18:39:06.196Z] Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) [2025-06-01T18:39:06.463Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:39:06.463Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-06-01T18:39:06.730Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:39:06.730Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-06-01T18:39:06.730Z] 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:39:06.995Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-06-01T18:39:06.995Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-06-01T18:39:06.995Z] 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:39:06.995Z] Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) [2025-06-01T18:39:07.261Z] Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:39:07.262Z] Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-06-01T18:39:07.527Z] Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:39:07.527Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-06-01T18:39:07.794Z] Collecting websocket-client~=1.8.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:39:07.794Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-06-01T18:39:08.060Z] 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:39:08.060Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-06-01T18:39:08.060Z] Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:39:08.060Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-06-01T18:39:08.060Z] Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-06-01T18:39:08.060Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-06-01T18:39:08.326Z] 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:39:08.326Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-06-01T18:39:08.326Z] 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:39:08.326Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-06-01T18:39:08.326Z] 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:39:08.326Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-06-01T18:39:09.283Z] 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:39:09.551Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-06-01T18:39:09.820Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:09.820Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) [2025-06-01T18:39:09.820Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:09.820Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-06-01T18:39:10.088Z] Preparing metadata (setup.py): started [2025-06-01T18:39:11.500Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:39:11.500Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:11.500Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-06-01T18:39:11.500Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:11.500Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-06-01T18:39:11.500Z] Preparing metadata (setup.py): started [2025-06-01T18:39:12.908Z] Preparing metadata (setup.py): finished with status 'done' [2025-06-01T18:39:12.908Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:12.908Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-06-01T18:39:12.908Z] Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:12.908Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-06-01T18:39:13.175Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:13.175Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-06-01T18:39:13.442Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:13.442Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-06-01T18:39:17.699Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:17.699Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2025-06-01T18:39:17.699Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:17.699Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-06-01T18:39:17.699Z] Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:17.699Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-06-01T18:39:17.699Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:17.699Z] Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-06-01T18:39:17.699Z] 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:39:17.699Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-06-01T18:39:17.966Z] 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:39:17.966Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) [2025-06-01T18:39:17.966Z] Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:17.966Z] Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-06-01T18:39:18.233Z] Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:18.501Z] Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-06-01T18:39:18.501Z] 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:39:18.501Z] Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-06-01T18:39:19.084Z] 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:39:19.084Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-06-01T18:39:19.358Z] 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:39:19.358Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-06-01T18:39:19.940Z] Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-06-01T18:39:19.940Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) [2025-06-01T18:39:20.206Z] Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) [2025-06-01T18:39:20.206Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 50.9 MB/s eta 0:00:00 [2025-06-01T18:39:20.206Z] Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) [2025-06-01T18:39:20.472Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-06-01T18:39:20.472Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-06-01T18:39:20.472Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-06-01T18:39:20.472Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-06-01T18:39:20.472Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [2025-06-01T18:39:20.472Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-06-01T18:39:20.472Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-06-01T18:39:20.472Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) [2025-06-01T18:39:20.740Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 44.4 MB/s eta 0:00:00 [2025-06-01T18:39:20.740Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2025-06-01T18:39:20.740Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 46.9 MB/s eta 0:00:00 [2025-06-01T18:39:21.008Z] Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) [2025-06-01T18:39:21.008Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 48.3 MB/s eta 0:00:00 [2025-06-01T18:39:21.008Z] Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) [2025-06-01T18:39:21.008Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 42.2 MB/s eta 0:00:00 [2025-06-01T18:39:21.008Z] Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) [2025-06-01T18:39:21.008Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) [2025-06-01T18:39:21.008Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-06-01T18:39:21.008Z] Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) [2025-06-01T18:39:21.008Z] Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) [2025-06-01T18:39:21.008Z] Downloading click-8.2.1-py3-none-any.whl (102 kB) [2025-06-01T18:39:21.008Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-06-01T18:39:21.008Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-06-01T18:39:21.276Z] Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) [2025-06-01T18:39:21.276Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-06-01T18:39:21.276Z] Downloading selenium-4.33.0-py3-none-any.whl (9.4 MB) [2025-06-01T18:39:21.543Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 43.0 MB/s eta 0:00:00 [2025-06-01T18:39:21.543Z] Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-06-01T18:39:21.543Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-06-01T18:39:21.544Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-06-01T18:39:21.544Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-06-01T18:39:21.544Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-06-01T18:39:21.544Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-06-01T18:39:21.544Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-06-01T18:39:21.544Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-06-01T18:39:21.544Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-06-01T18:39:21.544Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-06-01T18:39:21.544Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-06-01T18:39:21.544Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 46.9 MB/s eta 0:00:00 [2025-06-01T18:39:21.544Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-06-01T18:39:21.544Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) [2025-06-01T18:39:21.544Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 48.6 MB/s eta 0:00:00 [2025-06-01T18:39:21.812Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-06-01T18:39:21.812Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-06-01T18:39:21.812Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-06-01T18:39:21.812Z] Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) [2025-06-01T18:39:21.812Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-06-01T18:39:21.812Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-06-01T18:39:21.812Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl (567 kB) [2025-06-01T18:39:21.812Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 567.2/567.2 kB 42.7 MB/s eta 0:00:00 [2025-06-01T18:39:21.812Z] Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-06-01T18:39:21.812Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-06-01T18:39:21.812Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-06-01T18:39:21.812Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) [2025-06-01T18:39:21.812Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-06-01T18:39:21.812Z] Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-06-01T18:39:21.812Z] Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-06-01T18:39:21.812Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) [2025-06-01T18:39:22.079Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-06-01T18:39:22.079Z] Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-06-01T18:39:22.079Z] Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-06-01T18:39:22.079Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-06-01T18:39:22.079Z] Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) [2025-06-01T18:39:22.079Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 46.1 MB/s eta 0:00:00 [2025-06-01T18:39:22.079Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-06-01T18:39:22.079Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-06-01T18:39:22.079Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-06-01T18:39:22.079Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-06-01T18:39:23.488Z] Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-06-01T18:39:23.488Z]  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:39:23.488Z]  Building wheel for robotbackgroundlogger (setup.py): started [2025-06-01T18:39:24.899Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-06-01T18:39:24.899Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=43dd99210186b43cd20942b006bd12eaff7ec3e274b0bce573b0143e09edff17 [2025-06-01T18:39:24.899Z] Stored in directory: /tmp/pip-ephem-wheel-cache-y1oegykb/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-06-01T18:39:24.899Z] Building wheel for psutil (pyproject.toml): started [2025-06-01T18:39:39.888Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-06-01T18:39:39.888Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278204 sha256=2fabf6cf2696958e7eddcfbb033ced4f6ae8a232b0f13a7e0955b1cebe16f11a [2025-06-01T18:39:39.888Z] Stored in directory: /tmp/pip-ephem-wheel-cache-y1oegykb/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-06-01T18:39:39.888Z]  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:39:39.888Z]  Building wheel for psycopg2 (setup.py): started [2025-06-01T18:40:47.761Z] Building wheel for psycopg2 (setup.py): still running... [2025-06-01T18:40:47.761Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-06-01T18:40:47.761Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512675 sha256=f7979112da207b2f2ac4554391d262933e1220d9116453d8ba957856fead539f [2025-06-01T18:40:47.761Z] Stored in directory: /tmp/pip-ephem-wheel-cache-y1oegykb/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-06-01T18:40:47.761Z]  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:40:47.761Z]  Building wheel for flex (setup.py): started [2025-06-01T18:40:47.761Z] Building wheel for flex (setup.py): finished with status 'done' [2025-06-01T18:40:47.761Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=d268c0a6c8c2357db280e8a45fa3d4ced506bfae0677bb66991e9caff807164c [2025-06-01T18:40:47.761Z] Stored in directory: /tmp/pip-ephem-wheel-cache-y1oegykb/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-06-01T18:40:47.761Z]  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:40:47.761Z]  Building wheel for strict-rfc3339 (setup.py): started [2025-06-01T18:40:47.761Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-06-01T18:40:47.762Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=9398d130aef936dcf468f7130b8cd0954fbaa752be3265b6b111647cc19f88af [2025-06-01T18:40:47.762Z] Stored in directory: /tmp/pip-ephem-wheel-cache-y1oegykb/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-06-01T18:40:47.762Z]  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:40:47.762Z]  Building wheel for validate-email (setup.py): started [2025-06-01T18:40:47.762Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-06-01T18:40:47.762Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=5c843ee4a652c20d3f93ddaeaa0f64088e714878e3bed7d878b72453b7a03af6 [2025-06-01T18:40:47.762Z] Stored in directory: /tmp/pip-ephem-wheel-cache-y1oegykb/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-06-01T18:40:47.762Z] Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-06-01T18:40:47.762Z] 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:41:55.603Z] [2025-06-01T18:41:55.603Z] 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.31.1 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.22.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:41:55.603Z] 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:42:42.438Z] Removing intermediate container 33512d9f1ed2 [2025-06-01T18:42:42.438Z] ---> a319a3669ea0 [2025-06-01T18:42:42.438Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-06-01T18:42:42.438Z] ---> Running in 728c3d1fcf33 [2025-06-01T18:42:42.438Z] Removing intermediate container 728c3d1fcf33 [2025-06-01T18:42:42.438Z] ---> a1c80e1d7394 [2025-06-01T18:42:42.438Z] Step 11/13 : LABEL arch=arm64 [2025-06-01T18:42:42.438Z] ---> Running in 9654e2c0ba0c [2025-06-01T18:42:42.438Z] Removing intermediate container 9654e2c0ba0c [2025-06-01T18:42:42.438Z] ---> 4c0724f8cdc8 [2025-06-01T18:42:42.438Z] Step 12/13 : LABEL git_sha=3e095de2a719bf57f87b34072840496673a62336 [2025-06-01T18:42:42.438Z] ---> Running in dc4374f3e476 [2025-06-01T18:42:42.704Z] Removing intermediate container dc4374f3e476 [2025-06-01T18:42:42.704Z] ---> b3fb7c4374ce [2025-06-01T18:42:42.704Z] Step 13/13 : LABEL version=0.0.0 [2025-06-01T18:42:42.704Z] ---> Running in 244a74eb8d06 [2025-06-01T18:42:42.969Z] Removing intermediate container 244a74eb8d06 [2025-06-01T18:42:42.969Z] ---> 12fb925ed379 [2025-06-01T18:42:42.969Z] [Warning] One or more build-args [ARCH] were not consumed [2025-06-01T18:42:42.969Z] Successfully built 12fb925ed379 [2025-06-01T18:42:43.233Z] 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:42:44.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-01T18:42:44.206Z] [2025-06-01T18:42:44.206Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:42:44.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-01T18:42:44.608Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-01T18:42:44.608Z] 8998bd30e6a1: Pulling fs layer [2025-06-01T18:42:44.608Z] 04944245beec: Pulling fs layer [2025-06-01T18:42:44.608Z] 699f458cf7ca: Pulling fs layer [2025-06-01T18:42:44.608Z] 765212b225bb: Pulling fs layer [2025-06-01T18:42:44.608Z] f23df028b6ca: Pulling fs layer [2025-06-01T18:42:44.608Z] d65c8cfc05b1: Pulling fs layer [2025-06-01T18:42:44.608Z] 2437ff75d9bd: Pulling fs layer [2025-06-01T18:42:44.608Z] f23df028b6ca: Waiting [2025-06-01T18:42:44.608Z] d65c8cfc05b1: Waiting [2025-06-01T18:42:44.608Z] 2437ff75d9bd: Waiting [2025-06-01T18:42:44.608Z] 765212b225bb: Waiting [2025-06-01T18:42:44.875Z] 04944245beec: Verifying Checksum [2025-06-01T18:42:44.875Z] 04944245beec: Download complete [2025-06-01T18:42:44.875Z] 765212b225bb: Verifying Checksum [2025-06-01T18:42:44.875Z] 765212b225bb: Download complete [2025-06-01T18:42:44.875Z] f23df028b6ca: Verifying Checksum [2025-06-01T18:42:44.875Z] f23df028b6ca: Download complete [2025-06-01T18:42:44.875Z] d65c8cfc05b1: Verifying Checksum [2025-06-01T18:42:44.875Z] d65c8cfc05b1: Download complete [2025-06-01T18:42:45.143Z] 699f458cf7ca: Verifying Checksum [2025-06-01T18:42:45.143Z] 699f458cf7ca: Download complete [2025-06-01T18:42:45.408Z] 8998bd30e6a1: Verifying Checksum [2025-06-01T18:42:45.409Z] 8998bd30e6a1: Download complete [2025-06-01T18:42:47.983Z] 2437ff75d9bd: Verifying Checksum [2025-06-01T18:42:47.983Z] 2437ff75d9bd: Download complete [2025-06-01T18:42:49.920Z] 8998bd30e6a1: Pull complete [2025-06-01T18:42:50.633Z] 04944245beec: Pull complete [2025-06-01T18:42:52.042Z] 699f458cf7ca: Pull complete [2025-06-01T18:42:52.318Z] 765212b225bb: Pull complete [2025-06-01T18:42:53.283Z] f23df028b6ca: Pull complete [2025-06-01T18:42:53.283Z] d65c8cfc05b1: Pull complete [2025-06-01T18:43:11.485Z] 2437ff75d9bd: Pull complete [2025-06-01T18:43:11.485Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-01T18:43:11.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-01T18:43:11.485Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-01T18:43:11.849Z] prd-ubuntu20.04-docker-arm64-4c-16g-2602 does not seem to be running inside a container [2025-06-01T18:43:11.903Z] $ 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-126 -v /w/workspace/xfoundry_edgex-taf-common_PR-126:/w/workspace/xfoundry_edgex-taf-common_PR-126:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-126@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-126@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:43:14.326Z] $ docker top c9e21c7736bafef35c5d40fc6147530b59689affbda68084ead8c20c62c5f82c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:43:15.213Z] ---> job-cost.sh [2025-06-01T18:43:15.213Z] lf-activate-venv: SKIPPING [2025-06-01T18:43:15.213Z] INFO: No Stack... [2025-06-01T18:43:15.476Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-01T18:43:16.427Z] INFO: Archiving Costs [Pipeline] sh [2025-06-01T18:43:17.076Z] + cat /w/workspace/xfoundry_edgex-taf-common_PR-126/archives/cost.csv [2025-06-01T18:43:17.076Z] + cut -d, -f6 [Pipeline] lock [2025-06-01T18:43:17.150Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-126-1-stack-cost] [2025-06-01T18:43:17.155Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-126-1-stack-cost] did not exist. Created. [2025-06-01T18:43:17.161Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-126-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-01T18:43:17.896Z] /w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/durable-ef7b3060/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-01T18:43:18.561Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-01T18:43:18.598Z] Warning: overwriting stash ‘stack-cost’ [2025-06-01T18:43:18.957Z] Stashed 1 file(s) [Pipeline] } [2025-06-01T18:43:18.975Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-126-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-01T18:43:19.050Z] $ docker stop --time=1 c9e21c7736bafef35c5d40fc6147530b59689affbda68084ead8c20c62c5f82c [2025-06-01T18:43:20.561Z] $ docker rm -f --volumes c9e21c7736bafef35c5d40fc6147530b59689affbda68084ead8c20c62c5f82c [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:43:22.301Z] + [ -d /w/workspace/xfoundry_edgex-taf-common_PR-126/archives ] [2025-06-01T18:43:22.301Z] + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-126/archives [2025-06-01T18:43:22.301Z] total 16 [2025-06-01T18:43:22.301Z] drwxr-xr-x 3 root root 4096 Jun 1 18:34 . [2025-06-01T18:43:22.301Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 1 18:35 .. [2025-06-01T18:43:22.301Z] drwxr-xr-x 2 root root 4096 Jun 1 18:34 cost [2025-06-01T18:43:22.301Z] -rw-r--r-- 1 root root 88 Jun 1 18:34 cost.csv [2025-06-01T18:43:22.301Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_edgex-taf-common_PR-126/archives [2025-06-01T18:43:22.301Z] + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-126/archives [2025-06-01T18:43:22.301Z] total 16 [2025-06-01T18:43:22.301Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 1 18:34 . [2025-06-01T18:43:22.301Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 1 18:35 .. [2025-06-01T18:43:22.301Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 1 18:34 cost [2025-06-01T18:43:22.301Z] -rw-r--r-- 1 jenkins jenkins 88 Jun 1 18:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:43:22.633Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:43:23.529Z] ---> package-listing.sh [2025-06-01T18:43:23.529Z] ++ facter osfamily [2025-06-01T18:43:23.529Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-01T18:43:23.788Z] + OS_FAMILY=debian [2025-06-01T18:43:23.788Z] + workspace=/w/workspace/xfoundry_edgex-taf-common_PR-126 [2025-06-01T18:43:23.788Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-01T18:43:23.788Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-01T18:43:23.788Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-01T18:43:23.788Z] + PACKAGES=/tmp/packages_start.txt [2025-06-01T18:43:23.788Z] + '[' /w/workspace/xfoundry_edgex-taf-common_PR-126 ']' [2025-06-01T18:43:23.788Z] + PACKAGES=/tmp/packages_end.txt [2025-06-01T18:43:23.788Z] + case "${OS_FAMILY}" in [2025-06-01T18:43:23.788Z] + dpkg -l [2025-06-01T18:43:23.788Z] + grep '^ii' [2025-06-01T18:43:23.788Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-01T18:43:23.788Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-01T18:43:23.788Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-01T18:43:23.788Z] + '[' /w/workspace/xfoundry_edgex-taf-common_PR-126 ']' [2025-06-01T18:43:23.788Z] + mkdir -p /w/workspace/xfoundry_edgex-taf-common_PR-126/archives/ [2025-06-01T18:43:23.788Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_edgex-taf-common_PR-126/archives/ [Pipeline] echo [2025-06-01T18:43:23.820Z] 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-126/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:43:24.116Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-01T18:43:24.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-01T18:43:24.750Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-01T18:43:24.897Z] prd-ubuntu20.04-docker-8c-8g-2600 does not seem to be running inside a container [2025-06-01T18:43:24.940Z] $ 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-126/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-126 -v /w/workspace/xfoundry_edgex-taf-common_PR-126:/w/workspace/xfoundry_edgex-taf-common_PR-126:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-126@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-126@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:43:25.124Z] $ docker top 71a46f9bc5b43d5625d82b240b066ad000e64b247940fca04346330d1bc8dc00 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-01T18:43:25.509Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-01T18:43:25.821Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-01T18:43:26.134Z] + ls /var/log/sa-host [2025-06-01T18:43:26.134Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-01T18:43:26.300Z] provisioning config files... [2025-06-01T18:43:26.309Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-126@tmp/config8588873975479826363tmp [Pipeline] { [Pipeline] echo [2025-06-01T18:43:26.367Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:43:26.689Z] ---> create-netrc.sh [Pipeline] } [2025-06-01T18:43:26.720Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:43:27.129Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-01T18:43:27.164Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:43:27.483Z] ---> sudo-logs.sh [2025-06-01T18:43:27.483Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-01T18:43:27.571Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:43:27.900Z] ---> job-cost.sh [2025-06-01T18:43:27.900Z] lf-activate-venv: SKIPPING [2025-06-01T18:43:27.900Z] DEBUG: total: 0.2199999988079071 [2025-06-01T18:43:27.900Z] INFO: Retrieving Stack Cost... [2025-06-01T18:43:28.160Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-01T18:43:28.420Z] INFO: Archiving Costs [Pipeline] echo [2025-06-01T18:43:28.459Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-01T18:43:28.784Z] ---> logs-deploy.sh [2025-06-01T18:43:28.784Z] lf-activate-venv: SKIPPING [2025-06-01T18:43:28.784Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-126/1 [2025-06-01T18:43:28.784Z] INFO: archiving workspace using pattern(s): [2025-06-01T18:43:29.462Z] Archives upload complete. [2025-06-01T18:43:29.722Z] INFO: archiving logs to Nexus