Pull request #125 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 714f8b7dddbffb4dafcede5e11b2169d72cb8e89+e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 (6b1893ede7ad078e5104cd87c32195f4963b30aa) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10906831727631830919.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10602481806928392277.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14029878938938501572.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15288766161581719429.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10955305007757843716.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-125/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6751392134518993954.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2598 in /w/workspace/xfoundry_edgex-taf-common_PR-125 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/xfoundry_edgex-taf-common_PR-125 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 into PR head commit 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/125/head:refs/remotes/origin/PR-125 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 # timeout=10 > git remote # timeout=10 Merge succeeded, producing 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 Checking out Revision 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 (PR-125) Commit message: "build: bump pycryptodome from 3.22.0 to 3.23.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:30:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:30:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:30:10 ========================================================= 18:30:10 EdgeX Global Pipelines Version Info 18:30:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:30:16 ------------------- 18:30:16 stable info: 18:30:16 ------------------- 18:30:16 Commited By: Ginny Guan ginny@iotechsys.com 18:30:16 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 18:30:16 Message: update stable to v1.0.274 18:30:16 ------------------- 18:30:16 experimental info: 18:30:16 ------------------- 18:30:16 Commited By: **** collab-it+edgex@linuxfoundation.org 18:30:16 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 18:30:16 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:30:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-125 [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-125 [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-125 [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 714f8b7 [Pipeline] echo 18:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:30:18 provisioning config files... 18:30:18 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/config15794217499029496947tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:18 ---> ****-login.sh 18:30:18 nexus3.edgexfoundry.org:10001 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 nexus3.edgexfoundry.org:10002 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 nexus3.edgexfoundry.org:10003 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 nexus3.edgexfoundry.org:10004 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 ****.io 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:19 Configure a credential helper to remove this warning. See 18:30:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:19 18:30:19 Login Succeeded 18:30:19 ---> ****-login.sh ends [Pipeline] } 18:30:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:30:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:30:19 + grep -v github /etc/ssh/ssh_known_hosts 18:30:19 + [ -e /tmp/ssh_known_hosts ] 18:30:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:30:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:30:19 + sudo tee -a /etc/ssh/ssh_known_hosts 18:30:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:30:20 18:30:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:30:20 0.1.4: Pulling from edgex-devops/py-git-semver 18:30:20 3dae71ba6b94: Pulling fs layer 18:30:20 6bf1a483ea7c: Pulling fs layer 18:30:20 f5dfc541a4d3: Pulling fs layer 18:30:20 461d9e800cba: Pulling fs layer 18:30:20 80192f66455f: Pulling fs layer 18:30:20 2e8e34ca0e6c: Pulling fs layer 18:30:20 a29436f7fd5d: Pulling fs layer 18:30:20 923cac83aea3: Pulling fs layer 18:30:20 25ad8b0a4227: Pulling fs layer 18:30:20 db01528c6b51: Pulling fs layer 18:30:20 28988de357af: Pulling fs layer 18:30:20 461d9e800cba: Waiting 18:30:20 80192f66455f: Waiting 18:30:20 2e8e34ca0e6c: Waiting 18:30:20 a29436f7fd5d: Waiting 18:30:20 923cac83aea3: Waiting 18:30:20 25ad8b0a4227: Waiting 18:30:20 28988de357af: Waiting 18:30:20 db01528c6b51: Waiting 18:30:20 6bf1a483ea7c: Verifying Checksum 18:30:20 6bf1a483ea7c: Download complete 18:30:20 461d9e800cba: Download complete 18:30:20 80192f66455f: Verifying Checksum 18:30:20 80192f66455f: Download complete 18:30:20 f5dfc541a4d3: Verifying Checksum 18:30:20 f5dfc541a4d3: Download complete 18:30:20 3dae71ba6b94: Verifying Checksum 18:30:20 3dae71ba6b94: Download complete 18:30:20 923cac83aea3: Verifying Checksum 18:30:20 923cac83aea3: Download complete 18:30:21 25ad8b0a4227: Verifying Checksum 18:30:21 25ad8b0a4227: Download complete 18:30:21 db01528c6b51: Verifying Checksum 18:30:21 db01528c6b51: Download complete 18:30:21 28988de357af: Verifying Checksum 18:30:21 28988de357af: Download complete 18:30:21 a29436f7fd5d: Verifying Checksum 18:30:21 a29436f7fd5d: Download complete 18:30:21 2e8e34ca0e6c: Verifying Checksum 18:30:21 2e8e34ca0e6c: Download complete 18:30:22 3dae71ba6b94: Pull complete 18:30:22 6bf1a483ea7c: Pull complete 18:30:22 f5dfc541a4d3: Pull complete 18:30:23 461d9e800cba: Pull complete 18:30:23 80192f66455f: Pull complete 18:30:26 2e8e34ca0e6c: Pull complete 18:30:27 a29436f7fd5d: Pull complete 18:30:27 923cac83aea3: Pull complete 18:30:27 25ad8b0a4227: Pull complete 18:30:27 db01528c6b51: Pull complete 18:30:27 28988de357af: Pull complete 18:30:27 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 18:30:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:30:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:30:27 prd-ubuntu20.04-docker-8c-8g-2598 does not seem to be running inside a container 18:30:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_edgex-taf-common_PR-125 -v /w/workspace/xfoundry_edgex-taf-common_PR-125:/w/workspace/xfoundry_edgex-taf-common_PR-125:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:30:30 $ docker top 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 -eo pid,comm 18:30:30 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). 18:30:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:30:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:30 [ssh-agent] Looking for ssh-agent implementation... 18:30:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:30 $ docker exec 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 ssh-agent 18:30:30 SSH_AUTH_SOCK=/tmp/ssh-lyd60ulEMKpC/agent.33 18:30:30 SSH_AGENT_PID=39 18:30:30 Running ssh-add (command line suppressed) 18:30:31 Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/private_key_9884158552195136303.key (/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/private_key_9884158552195136303.key) 18:30:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:31 + git tag --points-at HEAD [Pipeline] } 18:30:31 $ docker exec --env ******** --env ******** 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 ssh-agent -k 18:30:31 unset SSH_AUTH_SOCK; 18:30:31 unset SSH_AGENT_PID; 18:30:31 echo Agent pid 39 killed; 18:30:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:30:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:31 [ssh-agent] Looking for ssh-agent implementation... 18:30:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:31 $ docker exec 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 ssh-agent 18:30:31 SSH_AUTH_SOCK=/tmp/ssh-irNBtGFylbL7/agent.72 18:30:31 SSH_AGENT_PID=78 18:30:31 Running ssh-add (command line suppressed) 18:30:31 Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/private_key_10416827101543763529.key (/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/private_key_10416827101543763529.key) 18:30:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:32 + git semver init 18:30:32 2025-06-01 18:30:32,530 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 18:30:32 2025-06-01 18:30:32,534 [run_init] DEBUG init version:0.0.0 force:False 18:30:32 2025-06-01 18:30:32,534 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver 18:30:32 2025-06-01 18:30:32,534 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/xfoundry_edgex-taf-common_PR-125/.semver 18:30:32 2025-06-01 18:30:32,535 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-125, stdin=None, shell=False, universal_newlines=False) 18:30:33 2025-06-01 18:30:33,128 [append_file] DEBUG append to file:/w/workspace/xfoundry_edgex-taf-common_PR-125/.git/info/exclude 18:30:33 2025-06-01 18:30:33,129 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver/PR-125 with force:False 18:30:33 2025-06-01 18:30:33,129 [write_file] DEBUG write to file:/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver/PR-125 18:30:33 2025-06-01 18:30:33,133 [execute] INFO git cat-file --batch-check 18:30:33 2025-06-01 18:30:33,133 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver, stdin=, shell=False, universal_newlines=False) 18:30:33 2025-06-01 18:30:33,137 [execute] INFO git cat-file --batch 18:30:33 2025-06-01 18:30:33,137 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-125/.semver, stdin=, shell=False, universal_newlines=False) 18:30:33 2025-06-01 18:30:33,140 [read_version] DEBUG read version from /w/workspace/xfoundry_edgex-taf-common_PR-125/.semver/PR-125 18:30:33 0.0.0 [Pipeline] } 18:30:33 $ docker exec --env ******** --env ******** 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 ssh-agent -k 18:30:33 unset SSH_AUTH_SOCK; 18:30:33 unset SSH_AGENT_PID; 18:30:33 echo Agent pid 78 killed; 18:30:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:30:33 + git semver [Pipeline] } 18:30:34 $ docker stop --time=1 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 18:30:35 $ docker rm -f --volumes 6a1b4f55e171294de22e5c3b373dc3ff506aa953878126971c6977cf2f54c133 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:30:36 Stashed 1 file(s) [Pipeline] echo 18:30:36 [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 18:30:37 provisioning config files... 18:30:37 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/config17252112442191958025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:37 ---> ****-login.sh 18:30:37 nexus3.edgexfoundry.org:10001 18:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:37 Configure a credential helper to remove this warning. See 18:30:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:37 18:30:37 Login Succeeded 18:30:37 nexus3.edgexfoundry.org:10002 18:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:37 Configure a credential helper to remove this warning. See 18:30:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:37 18:30:37 Login Succeeded 18:30:37 nexus3.edgexfoundry.org:10003 18:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:37 Configure a credential helper to remove this warning. See 18:30:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:37 18:30:37 Login Succeeded 18:30:37 nexus3.edgexfoundry.org:10004 18:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:37 Configure a credential helper to remove this warning. See 18:30:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:37 18:30:37 Login Succeeded 18:30:37 ****.io 18:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:30:38 Configure a credential helper to remove this warning. See 18:30:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:30:38 18:30:38 Login Succeeded 18:30:38 ---> ****-login.sh ends [Pipeline] } 18:30:38 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 18:30:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:30:39 + ls -al . 18:30:39 total 72 18:30:39 drwxrwxr-x 6 jenkins jenkins 4096 Jun 1 18:30 . 18:30:39 drwxrwxr-x 4 jenkins jenkins 4096 Jun 1 18:30 .. 18:30:39 drwxrwxr-x 8 jenkins jenkins 4096 Jun 1 18:30 .git 18:30:39 drwxrwxr-x 2 jenkins jenkins 4096 Jun 1 18:30 .github 18:30:39 -rw-rw-r-- 1 jenkins jenkins 22 Jun 1 18:30 .gitignore 18:30:39 drwxr-xr-x 3 jenkins jenkins 4096 Jun 1 18:30 .semver 18:30:39 -rw-rw-r-- 1 jenkins jenkins 1653 Jun 1 18:30 Dockerfile 18:30:39 -rw-rw-r-- 1 jenkins jenkins 746 Jun 1 18:30 Jenkinsfile 18:30:39 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 1 18:30 LICENSE 18:30:39 -rw-rw-r-- 1 jenkins jenkins 4232 Jun 1 18:30 README.md 18:30:39 drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:30 TUC 18:30:39 -rw-rw-r-- 1 jenkins jenkins 5 Jun 1 18:30 VERSION 18:30:39 -rw-rw-r-- 1 jenkins jenkins 347 Jun 1 18:30 requirements.txt 18:30:39 -rw-rw-r-- 1 jenkins jenkins 54 Jun 1 18:30 robot-entrypoint.sh 18:30:39 -rw-rw-r-- 1 jenkins jenkins 445 Jun 1 18:30 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:39 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=714f8b7dddbffb4dafcede5e11b2169d72cb8e89 --label arch=amd64 --label version=0.0.0 . 18:30:39 Sending build context to Docker daemon 620.5kB 18:30:39 Step 1/13 : FROM alpine:3.20 18:30:39 3.20: Pulling from library/alpine 18:30:40 0a9a5dfd008f: Pulling fs layer 18:30:40 0a9a5dfd008f: Verifying Checksum 18:30:40 0a9a5dfd008f: Download complete 18:30:40 0a9a5dfd008f: Pull complete 18:30:40 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 18:30:40 Status: Downloaded newer image for alpine:3.20 18:30:40 ---> ff221270b9fb 18:30:40 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 18:30:40 ---> Running in caa835e582b1 18:30:40 Removing intermediate container caa835e582b1 18:30:40 ---> 4517066b5363 18:30:40 Step 3/13 : LABEL maintainer="Bruce Huang " 18:30:40 ---> Running in f08c5bb60c69 18:30:40 Removing intermediate container f08c5bb60c69 18:30:40 ---> 8e9de62b5eda 18:30:40 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 18:30:41 ---> 4d97897608ad 18:30:41 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 18:30:41 ---> 133dce4694a5 18:30:41 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 18:30:41 ---> 519a7133ce1d 18:30:41 Step 7/13 : WORKDIR /edgex-taf 18:30:41 ---> Running in ed469b72d464 18:30:41 Removing intermediate container ed469b72d464 18:30:41 ---> e46c4056aef4 18:30:41 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:41 ---> Running in f235812c7b3f 18:30:41 Removing intermediate container f235812c7b3f 18:30:41 ---> 37dba66ab7b7 18:30:41 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 18:30:41 ---> Running in db12afa0af1c 18:30:42 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:30:42 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:30:43 OK: 8 MiB in 14 packages 18:30:43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:30:43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:30:44 (1/14) Installing ca-certificates (20241121-r1) 18:30:45 (2/14) Installing brotli-libs (1.1.0-r2) 18:30:45 (3/14) Installing c-ares (1.33.1-r0) 18:30:45 (4/14) Installing libunistring (1.2-r0) 18:30:46 (5/14) Installing libidn2 (2.3.7-r0) 18:30:46 (6/14) Installing nghttp2-libs (1.62.1-r0) 18:30:46 (7/14) Installing libpsl (0.21.5-r1) 18:30:47 (8/14) Installing zstd-libs (1.5.6-r0) 18:30:47 (9/14) Installing libcurl (8.12.1-r0) 18:30:48 (10/14) Installing curl (8.12.1-r0) 18:30:48 (11/14) Installing docker-cli (26.1.5-r0) 18:30:48 (12/14) Installing oniguruma (6.9.9-r0) 18:30:49 (13/14) Installing jq (1.7.1-r0) 18:30:49 (14/14) Installing openssl (3.3.3-r0) 18:30:50 Executing busybox-1.36.1-r29.trigger 18:30:50 Executing ca-certificates-20241121-r1.trigger 18:30:50 OK: 43 MiB in 28 packages 18:30:50 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:30:50 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:30:51 (1/167) Installing libexpat (2.7.0-r0) 18:30:51 (2/167) Installing libbz2 (1.0.8-r6) 18:30:51 Still waiting to schedule task 18:30:51 ‘prd-ubuntu20.04-docker-arm64-4c-16g-2599’ is offline 18:30:52 (3/167) Installing libpng (1.6.44-r0) 18:30:52 (4/167) Installing freetype (2.13.2-r0) 18:30:52 (5/167) Installing fontconfig (2.15.0-r1) 18:30:53 (6/167) Installing libfontenc (1.1.8-r0) 18:30:53 (7/167) Installing mkfontscale (1.2.2-r6) 18:30:53 (8/167) Installing font-opensans (0_git20210927-r1) 18:30:54 (9/167) Installing pkgconf (2.2.0-r0) 18:30:54 (10/167) Installing libgcc (13.2.1_git20240309-r1) 18:30:54 (11/167) Installing libffi (3.4.6-r0) 18:30:55 (12/167) Installing libintl (0.22.5-r0) 18:30:55 (13/167) Installing libeconf (0.6.3-r0) 18:30:55 (14/167) Installing libblkid (2.40.1-r1) 18:30:56 (15/167) Installing libmount (2.40.1-r1) 18:30:56 (16/167) Installing pcre2 (10.43-r0) 18:30:56 (17/167) Installing glib (2.80.5-r0) 18:30:57 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 18:30:57 (19/167) Installing xz-libs (5.6.2-r1) 18:30:58 (20/167) Installing libxml2 (2.12.10-r0) 18:30:58 (21/167) Installing shared-mime-info (2.4-r0) 18:30:58 (22/167) Installing hicolor-icon-theme (0.17-r2) 18:30:59 (23/167) Installing libjpeg-turbo (3.0.3-r0) 18:30:59 (24/167) Installing libsharpyuv (1.3.2-r0) 18:30:59 (25/167) Installing libwebp (1.3.2-r0) 18:31:00 (26/167) Installing tiff (4.6.0t-r0) 18:31:00 (27/167) Installing gdk-pixbuf (2.42.12-r0) 18:31:00 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 18:31:01 (29/167) Installing libxau (1.0.11-r4) 18:31:01 (30/167) Installing libmd (1.1.0-r0) 18:31:01 (31/167) Installing libbsd (0.12.2-r0) 18:31:01 (32/167) Installing libxdmcp (1.1.5-r1) 18:31:02 (33/167) Installing libxcb (1.16.1-r0) 18:31:02 (34/167) Installing libx11 (1.8.9-r1) 18:31:03 (35/167) Installing libxcomposite (0.4.6-r5) 18:31:03 (36/167) Installing libxfixes (6.0.1-r4) 18:31:03 (37/167) Installing libxrender (0.9.11-r5) 18:31:03 (38/167) Installing libxcursor (1.2.2-r1) 18:31:04 (39/167) Installing libxdamage (1.1.6-r5) 18:31:04 (40/167) Installing libxext (1.3.6-r2) 18:31:04 (41/167) Installing libxi (1.8.1-r4) 18:31:04 (42/167) Installing libxinerama (1.1.5-r4) 18:31:05 (43/167) Installing libxrandr (1.5.4-r1) 18:31:05 (44/167) Installing libatk-1.0 (2.52.0-r0) 18:31:05 (45/167) Installing libxtst (1.2.4-r6) 18:31:05 (46/167) Installing dbus-libs (1.14.10-r1) 18:31:06 (47/167) Installing at-spi2-core (2.52.0-r0) 18:31:06 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 18:31:07 (49/167) Installing pixman (0.43.2-r0) 18:31:07 (50/167) Installing cairo (1.18.0-r0) 18:31:07 (51/167) Installing cairo-gobject (1.18.0-r0) 18:31:07 (52/167) Installing avahi-libs (0.8-r17) 18:31:08 (53/167) Installing gmp (6.3.0-r1) 18:31:08 (54/167) Installing nettle (3.9.1-r0) 18:31:09 (55/167) Installing libtasn1 (4.20.0-r0) 18:31:09 (56/167) Installing p11-kit (0.25.3-r0) 18:31:10 (57/167) Installing gnutls (3.8.5-r0) 18:31:10 (58/167) Installing cups-libs (2.4.9-r1) 18:31:11 (59/167) Installing libepoxy (1.5.10-r1) 18:31:11 (60/167) Installing fribidi (1.0.15-r0) 18:31:11 (61/167) Installing graphite2 (1.3.14-r6) 18:31:11 (62/167) Installing harfbuzz (8.5.0-r0) 18:31:12 (63/167) Installing libxft (2.3.8-r3) 18:31:12 (64/167) Installing pango (1.52.2-r0) 18:31:12 (65/167) Installing wayland-libs-client (1.22.0-r4) 18:31:13 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 18:31:13 (67/167) Installing wayland-libs-egl (1.22.0-r4) 18:31:13 (68/167) Installing xkeyboard-config (2.41-r0) 18:31:14 (69/167) Installing libxkbcommon (1.7.0-r0) 18:31:14 (70/167) Installing gtk+3.0 (3.24.43-r0) 18:31:15 (71/167) Installing icu-data-full (74.2-r0) 18:31:18 (72/167) Installing mesa (24.0.9-r1) 18:31:18 (73/167) Installing llvm17-libs (17.0.6-r2) 18:31:26 (74/167) Installing hwdata-pci (0.382-r0) 18:31:27 (75/167) Installing libpciaccess (0.18.1-r0) 18:31:27 (76/167) Installing libdrm (2.4.120-r0) 18:31:27 (77/167) Installing libelf (0.191-r0) 18:31:28 (78/167) Installing mesa-glapi (24.0.9-r1) 18:31:28 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 18:31:29 (80/167) Installing eudev-libs (3.2.14-r2) 18:31:29 (81/167) Installing libmagic (5.45-r1) 18:31:29 (82/167) Installing file (5.45-r1) 18:31:30 (83/167) Installing xprop (1.2.7-r0) 18:31:30 (84/167) Installing libice (1.1.1-r6) 18:31:30 (85/167) Installing libuuid (2.40.1-r1) 18:31:30 (86/167) Installing libsm (1.2.4-r4) 18:31:31 (87/167) Installing libxt (1.3.0-r5) 18:31:31 (88/167) Installing libxmu (1.1.4-r2) 18:31:31 (89/167) Installing xset (1.2.5-r1) 18:31:32 (90/167) Installing xdg-utils (1.2.1-r0) 18:31:32 (91/167) Installing libogg (1.3.5-r5) 18:31:32 (92/167) Installing libflac (1.4.3-r1) 18:31:33 (93/167) Installing alsa-lib (1.2.11-r0) 18:31:33 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 18:31:34 (95/167) Installing aom-libs (3.9.1-r0) 18:31:34 (96/167) Installing libva (2.21.0-r0) 18:31:34 (97/167) Installing libvdpau (1.5-r3) 18:31:35 (98/167) Installing onevpl-libs (2023.3.1-r2) 18:31:35 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 18:31:36 (100/167) Installing libdav1d (1.4.2-r0) 18:31:36 (101/167) Installing openexr-libiex (3.1.13-r1) 18:31:36 (102/167) Installing openexr-libilmthread (3.1.13-r1) 18:31:37 (103/167) Installing imath (3.1.12-r0) 18:31:37 (104/167) Installing openexr-libopenexr (3.1.13-r1) 18:31:37 (105/167) Installing giflib (5.2.2-r0) 18:31:37 (106/167) Installing libhwy (1.0.7-r0) 18:31:38 (107/167) Installing lcms2 (2.16-r0) 18:31:38 (108/167) Installing libjxl (0.10.2-r0) 18:31:39 (109/167) Installing lame-libs (3.100-r5) 18:31:39 (110/167) Installing opus (1.5.2-r0) 18:31:39 (111/167) Installing rav1e-libs (0.7.1-r0) 18:31:40 (112/167) Installing libgomp (13.2.1_git20240309-r1) 18:31:40 (113/167) Installing soxr (0.1.3-r7) 18:31:41 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 18:31:41 (115/167) Installing libtheora (1.1.1-r18) 18:31:41 (116/167) Installing libvorbis (1.3.7-r2) 18:31:42 (117/167) Installing libvpx (1.14.1-r0) 18:31:42 (118/167) Installing libwebpmux (1.3.2-r0) 18:31:42 (119/167) Installing x264-libs (0.164_git20231001-r0) 18:31:43 (120/167) Installing numactl (2.0.18-r0) 18:31:43 (121/167) Installing x265-libs (3.6-r0) 18:31:44 (122/167) Installing xvidcore (1.3.7-r2) 18:31:44 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 18:31:45 (124/167) Installing libbluray (1.3.4-r1) 18:31:45 (125/167) Installing mpg123-libs (1.32.8-r0) 18:31:46 (126/167) Installing libopenmpt (0.7.7-r0) 18:31:46 (127/167) Installing cjson (1.7.18-r0) 18:31:46 (128/167) Installing mbedtls (3.6.3-r0) 18:31:47 (129/167) Installing librist (0.2.10-r1) 18:31:47 (130/167) Installing libsrt (1.5.3-r0) 18:31:47 (131/167) Installing libssh (0.10.6-r0) 18:31:48 (132/167) Installing libsodium (1.0.19-r0) 18:31:48 (133/167) Installing libzmq (4.3.5-r2) 18:31:49 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 18:31:49 (135/167) Installing crc32c (1.1.2-r0) 18:31:49 (136/167) Installing double-conversion (3.3.0-r0) 18:31:49 (137/167) Installing libevent (2.1.12-r7) 18:31:50 (138/167) Installing wayland-libs-server (1.22.0-r4) 18:31:50 (139/167) Installing mesa-gbm (24.0.9-r1) 18:31:50 (140/167) Installing harfbuzz-subset (8.5.0-r0) 18:31:51 (141/167) Installing icu-libs (74.2-r0) 18:31:51 (142/167) Installing minizip (1.3.1-r0) 18:31:51 (143/167) Installing nspr (4.35-r4) 18:31:52 (144/167) Installing sqlite-libs (3.45.3-r2) 18:31:52 (145/167) Installing nss (3.105-r0) 18:31:53 (146/167) Installing openh264 (2.4.1-r0) 18:31:53 (147/167) Installing libcamera-ipa (0.3.0-r0) 18:31:54 (148/167) Installing libunwind (1.8.1-r0) 18:31:54 (149/167) Installing yaml (0.2.5-r2) 18:31:54 (150/167) Installing libcamera (0.3.0-r0) 18:31:55 (151/167) Installing speexdsp (1.2.1-r2) 18:31:55 (152/167) Installing libuv (1.48.0-r0) 18:31:55 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 18:31:56 (154/167) Installing libsndfile (1.2.2-r1) 18:31:56 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 18:31:56 (156/167) Installing pipewire-libs (1.0.6-r1) 18:31:57 (157/167) Installing libasyncns (0.8-r3) 18:31:57 (158/167) Installing libltdl (2.4.7-r3) 18:31:58 (159/167) Installing orc (0.4.40-r0) 18:31:58 (160/167) Installing tdb-libs (1.4.9-r1) 18:31:58 (161/167) Installing libpulse (17.0-r0) 18:31:59 (162/167) Installing libwebpdemux (1.3.2-r0) 18:31:59 (163/167) Installing libgpg-error (1.49-r0) 18:31:59 (164/167) Installing libgcrypt (1.10.3-r0) 18:32:00 (165/167) Installing libxslt (1.1.39-r2) 18:32:00 (166/167) Installing chromium (131.0.6778.108-r0) 18:32:15 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 18:32:15 Executing busybox-1.36.1-r29.trigger 18:32:15 Executing fontconfig-2.15.0-r1.trigger 18:32:15 Executing mkfontscale-1.2.2-r6.trigger 18:32:15 Executing glib-2.80.5-r0.trigger 18:32:15 Executing shared-mime-info-2.4-r0.trigger 18:32:15 Executing gdk-pixbuf-2.42.12-r0.trigger 18:32:15 Executing gtk-update-icon-cache-3.24.43-r0.trigger 18:32:15 Executing gtk+3.0-3.24.43-r0.trigger 18:32:15 OK: 672 MiB in 195 packages 18:32:15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:32:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:32:16 (1/30) Installing jansson (2.14-r4) 18:32:17 (2/30) Installing binutils (2.42-r1) 18:32:17 (3/30) Installing libatomic (13.2.1_git20240309-r1) 18:32:18 (4/30) Installing isl26 (0.26-r1) 18:32:18 (5/30) Installing mpfr4 (4.2.1-r0) 18:32:18 (6/30) Installing mpc1 (1.3.1-r1) 18:32:19 (7/30) Installing gcc (13.2.1_git20240309-r1) 18:32:25 (8/30) Installing musl-dev (1.2.5-r1) 18:32:25 (9/30) Installing linux-headers (6.6-r0) 18:32:26 (10/30) Installing libffi-dev (3.4.6-r0) 18:32:26 (11/30) Installing libpq (16.9-r0) 18:32:27 (12/30) Installing openssl-dev (3.3.3-r0) 18:32:27 (13/30) Installing libpq-dev (16.9-r0) 18:32:27 (14/30) Installing libecpg (16.9-r0) 18:32:28 (15/30) Installing libecpg-dev (16.9-r0) 18:32:28 (16/30) Installing clang16-headers (16.0.6-r5) 18:32:29 (17/30) Installing llvm16-libs (16.0.6-r9) 18:32:39 (18/30) Installing clang16-libs (16.0.6-r5) 18:32:42 (19/30) Installing fortify-headers (1.1-r3) 18:32:42 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 18:32:42 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 18:32:42 (22/30) Installing clang16 (16.0.6-r5) 18:32:43 (23/30) Installing icu (74.2-r0) 18:32:44 (24/30) Installing icu-dev (74.2-r0) 18:32:44 (25/30) Installing llvm16 (16.0.6-r9) 18:32:52 (26/30) Installing lz4-libs (1.9.4-r5) 18:32:52 (27/30) Installing lz4-dev (1.9.4-r5) 18:32:53 (28/30) Installing zstd (1.5.6-r0) 18:32:53 (29/30) Installing zstd-dev (1.5.6-r0) 18:32:54 (30/30) Installing postgresql16-dev (16.9-r0) 18:32:54 Executing busybox-1.36.1-r29.trigger 18:32:54 OK: 1208 MiB in 225 packages 18:32:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:32:55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:32:55 (1/14) Installing g++ (13.2.1_git20240309-r1) 18:32:58 (2/14) Installing gdbm (1.23-r1) 18:32:58 (3/14) Installing mpdecimal (4.0.0-r0) 18:32:58 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 18:32:59 (5/14) Installing libncursesw (6.4_p20240420-r2) 18:32:59 (6/14) Installing libpanelw (6.4_p20240420-r2) 18:32:59 (7/14) Installing readline (8.2.10-r0) 18:33:00 (8/14) Installing python3 (3.12.10-r1) 18:33:00 (9/14) Installing python3-pycache-pyc0 (3.12.10-r1) 18:33:01 (10/14) Installing pyc (3.12.10-r1) 18:33:01 (11/14) Installing python3-pyc (3.12.10-r1) 18:33:01 (12/14) Installing python3-dev (3.12.10-r1) 18:33:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2601 in /w/workspace/xfoundry_edgex-taf-common_PR-125 [Pipeline] { [Pipeline] checkout 18:33:10 Selected Git installation does not exist. Using Default 18:33:10 The recommended git tool is: NONE 18:33:11 (13/14) Installing libsodium-dev (1.0.19-r0) 18:33:11 (14/14) Installing zeromq-dev (4.3.5-r2) 18:33:11 Executing busybox-1.36.1-r29.trigger 18:33:11 OK: 1374 MiB in 239 packages 18:33:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:33:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:33:12 OK: 1374 MiB in 239 packages 18:33:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:33:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:33:13 (1/1) Installing tzdata (2025b-r0) 18:33:13 OK: 1376 MiB in 240 packages 18:33:14 (1/1) Purging tzdata (2025b-r0) 18:33:14 OK: 1374 MiB in 239 packages 18:33:15 Looking in links: /tmp/tmpfx6j5yj6 18:33:15 Processing /tmp/tmpfx6j5yj6/pip-25.0.1-py3-none-any.whl 18:33:15 Installing collected packages: pip 18:33:15 using credential edgex-jenkins-ssh 18:33:15 Cloning the remote Git repository 18:33:15 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 18:33:15 > git init /w/workspace/xfoundry_edgex-taf-common_PR-125 # timeout=10 18:33:16 Successfully installed pip-25.0.1 18:33:16 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. 18:33:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 18:33:16 > git --version # timeout=10 18:33:16 > git --version # 'git version 2.25.1' 18:33:16 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 18:33:17 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 18:33:17 Collecting pip 18:33:17 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 18:33:17 Collecting setuptools 18:33:17 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 18:33:17 Collecting wheel 18:33:17 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 18:33:17 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 18:33:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 210.3 MB/s eta 0:00:00 18:33:17 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 18:33:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 395.9 MB/s eta 0:00:00 18:33:17 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 18:33:17 Installing collected packages: wheel, setuptools, pip 18:33:18 Attempting uninstall: pip 18:33:18 Found existing installation: pip 25.0.1 18:33:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 18:33:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 18:33:18 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/125/head:refs/remotes/origin/PR-125 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:33:18 Uninstalling pip-25.0.1: 18:33:18 Successfully uninstalled pip-25.0.1 18:33:18 Merging remotes/origin/main commit e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 into PR head commit 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 18:33:18 Merge succeeded, producing 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 18:33:18 Checking out Revision 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 (PR-125) 18:33:19 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 18:33:19 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. 18:33:19 Commit message: "build: bump pycryptodome from 3.22.0 to 3.23.0" 18:33:18 > git config core.sparsecheckout # timeout=10 18:33:18 > git checkout -f 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 # timeout=10 18:33:18 > git remote # timeout=10 18:33:18 > git config --get remote.origin.url # timeout=10 18:33:18 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:18 > git merge e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 # timeout=10 18:33:18 > git rev-parse HEAD^{commit} # timeout=10 18:33:18 > git config core.sparsecheckout # timeout=10 18:33:18 > git checkout -f 714f8b7dddbffb4dafcede5e11b2169d72cb8e89 # timeout=10 18:33:19 > git --version # timeout=10 18:33:19 > git --version # 'git version 2.25.1' 18:33:19 fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 18:33:20 Processing ./edgex-taf-common 18:33:20 Preparing metadata (setup.py): started 18:33:20 Preparing metadata (setup.py): finished with status 'done' 18:33:20 Building wheels for collected packages: edgex-taf-common 18:33:20  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 18:33:20  Building wheel for edgex-taf-common (setup.py): started 18:33:20 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 18:33:20 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15392 sha256=3faf5a89b9d875b7849e519870d96cc13d102945234a897995e974b2267bba29 18:33:20 Stored in directory: /tmp/pip-ephem-wheel-cache-mjnscg89/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 18:33:20 Successfully built edgex-taf-common 18:33:20 Installing collected packages: edgex-taf-common 18:33:20 Successfully installed edgex-taf-common-0.0.0 18:33:20 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. 18:33:20 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 18:33:20 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 18:33:20 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 18:33:20 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 18:33:20 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 18:33:20 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 18:33:20 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 18:33:20 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 18:33:20 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 18:33:20 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 18:33:21 Preparing metadata (setup.py): started 18:33:21 Preparing metadata (setup.py): finished with status 'done' 18:33:21 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 18:33:21 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 18:33:21 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 18:33:21 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 18:33:21 Collecting requests==2.32.3 (from -r requirements.txt (line 8)) 18:33:21 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 18:33:21 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 18:33:21 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 18:33:21 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 18:33:21 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 18:33:21 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 18:33:21 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 18:33:21 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 18:33:21 Downloading psutil-7.0.0.tar.gz (497 kB) 18:33:21 Installing build dependencies: started 18:33:23 Installing build dependencies: finished with status 'done' 18:33:23 Getting requirements to build wheel: started 18:33:23 Getting requirements to build wheel: finished with status 'done' 18:33:23 Preparing metadata (pyproject.toml): started 18:33:23 Preparing metadata (pyproject.toml): finished with status 'done' 18:33:23 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 18:33:23 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 18:33:24 Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) 18:33:24 Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) 18:33:24 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 18:33:24 Downloading psycopg2-2.9.10.tar.gz (385 kB) 18:33:24 Preparing metadata (setup.py): started [Pipeline] script [Pipeline] { [Pipeline] sh 18:33:24 Preparing metadata (setup.py): finished with status 'done' 18:33:24 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) 18:33:24 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 18:33:24 Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) 18:33:24 Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) 18:33:24 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:24 Downloading selenium-4.33.0-py3-none-any.whl.metadata (7.5 kB) 18:33:24 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:24 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 18:33:24 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:24 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 18:33:24 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:24 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 18:33:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:33:24 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:24 Dload Upload Total Spent Left Speed 18:33:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 260k 0 --:--:-- --:--:-- --:--:-- 265k [Pipeline] sh 18:33:24 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:24 Downloading flex-6.14.1.tar.gz (40 kB) 18:33:24 Preparing metadata (setup.py): started 18:33:24 Preparing metadata (setup.py): finished with status 'done' 18:33:24 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:24 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 18:33:24 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:33:25 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 18:33:25 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 18:33:25 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 18:33:25 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 18:33:25 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 18:33:25 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 18:33:25 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:33:25 + sudo tee /etc/docker/daemon.new 18:33:25 { 18:33:25 "registry-mirrors": [ 18:33:25 "https://nexus3.edgexfoundry.org:10001" 18:33:25 ], 18:33:25 "bip": "10.250.0.254/24", 18:33:25 "hosts": [ 18:33:25 "tcp://0.0.0.0:5555", 18:33:25 "unix:///var/run/docker.sock" 18:33:25 ], 18:33:25 "mtu": 1458, 18:33:25 "selinux-enabled": true, 18:33:25 "seccomp-profile": "/etc/docker/seccomp.json" 18:33:25 } 18:33:25 Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) 18:33:25 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) 18:33:25 Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) 18:33:25 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 18:33:25 Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) 18:33:25 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 18:33:25 Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) 18:33:25 Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) 18:33:25 Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 18:33:25 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 18:33:25 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 18:33:25 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 18:33:25 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) 18:33:25 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) 18:33:25 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 18:33:25 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) 18:33:25 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) [Pipeline] sh 18:33:25 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:25 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 18:33:25 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:25 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 18:33:25 Collecting websocket-client~=1.8.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:25 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 18:33:25 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:25 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 18:33:25 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:25 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 18:33:25 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:25 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 18:33:25 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:25 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 18:33:25 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:33:25 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 18:33:25 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)) 18:33:25 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 18:33:25 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)) 18:33:25 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 18:33:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:33:25 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 18:33:25 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading validate_email-1.3.tar.gz (4.7 kB) 18:33:25 Preparing metadata (setup.py): started 18:33:25 Preparing metadata (setup.py): finished with status 'done' 18:33:25 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 18:33:25 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:25 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 18:33:25 Preparing metadata (setup.py): started 18:33:26 + sudo service docker restart 18:33:26 Preparing metadata (setup.py): finished with status 'done' 18:33:26 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 18:33:26 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 18:33:26 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 18:33:26 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 18:33:26 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 18:33:26 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 18:33:26 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 18:33:26 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 18:33:26 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 18:33:26 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) 18:33:26 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 18:33:26 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 18:33:26 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)) 18:33:26 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 18:33:26 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:26 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 18:33:26 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)) 18:33:26 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 18:33:27 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:33:27 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) 18:33:27 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 112.4 MB/s eta 0:00:00 18:33:27 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 18:33:27 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 18:33:27 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 18:33:27 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 18:33:27 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 18:33:27 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 18:33:27 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 18:33:27 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 18:33:27 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 186.3 MB/s eta 0:00:00 18:33:27 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 146.8 MB/s eta 0:00:00 18:33:27 Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 188.9 MB/s eta 0:00:00 18:33:27 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 188.9 MB/s eta 0:00:00 18:33:27 Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) 18:33:27 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) 18:33:27 Downloading idna-3.10-py3-none-any.whl (70 kB) 18:33:27 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 18:33:27 Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) 18:33:27 Downloading click-8.2.1-py3-none-any.whl (102 kB) 18:33:27 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 18:33:27 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 18:33:27 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) 18:33:27 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 18:33:27 Downloading selenium-4.33.0-py3-none-any.whl (9.4 MB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 180.9 MB/s eta 0:00:00 18:33:27 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 18:33:27 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 18:33:27 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 18:33:27 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 18:33:27 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 18:33:27 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 18:33:27 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 18:33:27 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 18:33:27 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 18:33:27 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 18:33:27 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 290.2 MB/s eta 0:00:00 18:33:27 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 18:33:27 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 192.5 MB/s eta 0:00:00 18:33:27 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 18:33:27 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 18:33:27 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 18:33:27 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 18:33:27 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 18:33:27 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 18:33:27 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl (561 kB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.6/561.6 kB 149.3 MB/s eta 0:00:00 18:33:27 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 18:33:27 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 18:33:27 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 18:33:27 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) 18:33:27 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 18:33:27 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 18:33:27 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 18:33:27 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 18:33:27 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 18:33:27 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 18:33:27 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 18:33:27 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 18:33:27 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 18:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 197.8 MB/s eta 0:00:00 18:33:27 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 18:33:27 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 18:33:27 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 18:33:27 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 18:33:27 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 18:33:27  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 18:33:27  Building wheel for robotbackgroundlogger (setup.py): started 18:33:28 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 18:33:28 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=7caf1d5cd3e477230c7eb81cc0b6b9dea1baf83a570ae00bbc7608f3cf585227 18:33:28 Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 18:33:28 Building wheel for psutil (pyproject.toml): started 18:33:29 Building wheel for psutil (pyproject.toml): finished with status 'done' 18:33:29 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277538 sha256=af6e49927968b70153e1381378ebec82fd7ec43d4ae1b2bc70bdd859b5c9e4d9 18:33:29 Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 18:33:29  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 18:33:29  Building wheel for psycopg2 (setup.py): started 18:33:38 Building wheel for psycopg2 (setup.py): finished with status 'done' 18:33:38 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521919 sha256=1084ee8023f0614d358096d4b90f68a7c978090b0635513a89a48e672b2e943c 18:33:38 Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 18:33:38  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 18:33:38  Building wheel for flex (setup.py): started 18:33:38 Building wheel for flex (setup.py): finished with status 'done' 18:33:38 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=371c122cc3f275397c34ad14d5dc4086210b74419275a0715bab89eed6a47d8c 18:33:38 Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 18:33:38  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 18:33:38  Building wheel for strict-rfc3339 (setup.py): started 18:33:38 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 18:33:38 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=7b39026b0f5e87a99074a884c99fba7068db4b2824c69a9b6e6a891614de60a6 18:33:38 Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 18:33:38  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 18:33:38  Building wheel for validate-email (setup.py): started 18:33:38 Building wheel for validate-email (setup.py): finished with status 'done' 18:33:38 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=f0d893abbc83425326a5b0b1f8783217e982c37a16fa44b6fdcf06b572a6ec38 18:33:38 Stored in directory: /tmp/pip-ephem-wheel-cache-hz3bpew8/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 18:33:38 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 18:33:39 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:33:44 provisioning config files... 18:33:44 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/config550269045393208904tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:33:44 ---> ****-login.sh 18:33:44 nexus3.edgexfoundry.org:10001 18:33:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:33:45 Configure a credential helper to remove this warning. See 18:33:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:33:45 18:33:45 Login Succeeded 18:33:45 nexus3.edgexfoundry.org:10002 18:33:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:33:45 Configure a credential helper to remove this warning. See 18:33:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:33:45 18:33:45 Login Succeeded 18:33:45 nexus3.edgexfoundry.org:10003 18:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:33:46 Configure a credential helper to remove this warning. See 18:33:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:33:46 18:33:46 Login Succeeded 18:33:46 nexus3.edgexfoundry.org:10004 18:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:33:46 Configure a credential helper to remove this warning. See 18:33:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:33:46 18:33:46 Login Succeeded 18:33:46 ****.io 18:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:33:47 Configure a credential helper to remove this warning. See 18:33:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:33:47 18:33:47 Login Succeeded 18:33:47 ---> ****-login.sh ends [Pipeline] } 18:33:47 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 18:33:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:33:48 + ls -al . 18:33:48 total 68 18:33:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:33 . 18:33:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 1 18:33 .. 18:33:48 drwxrwxr-x 8 jenkins jenkins 4096 Jun 1 18:33 .git 18:33:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 1 18:33 .github 18:33:48 -rw-rw-r-- 1 jenkins jenkins 22 Jun 1 18:33 .gitignore 18:33:48 -rw-rw-r-- 1 jenkins jenkins 1653 Jun 1 18:33 Dockerfile 18:33:48 -rw-rw-r-- 1 jenkins jenkins 746 Jun 1 18:33 Jenkinsfile 18:33:48 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 1 18:33 LICENSE 18:33:48 -rw-rw-r-- 1 jenkins jenkins 4232 Jun 1 18:33 README.md 18:33:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 1 18:33 TUC 18:33:48 -rw-rw-r-- 1 jenkins jenkins 5 Jun 1 18:30 VERSION 18:33:48 -rw-rw-r-- 1 jenkins jenkins 347 Jun 1 18:33 requirements.txt 18:33:48 -rw-rw-r-- 1 jenkins jenkins 54 Jun 1 18:33 robot-entrypoint.sh 18:33:48 -rw-rw-r-- 1 jenkins jenkins 445 Jun 1 18:33 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:48 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=714f8b7dddbffb4dafcede5e11b2169d72cb8e89 --label arch=arm64 --label version=0.0.0 . 18:33:49 18:33:49 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. 18:33:49 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.2.1 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.23.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.25.1 selenium-4.33.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 18:33:49 Sending build context to Docker daemon 367.6kB 18:33:49 Step 1/13 : FROM alpine:3.20 18:33:49 3.20: Pulling from library/alpine 18:33:50 94e9d8af2201: Pulling fs layer 18:33:50 94e9d8af2201: Verifying Checksum 18:33:50 94e9d8af2201: Download complete 18:33:50 94e9d8af2201: Pull complete 18:33:50 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 18:33:51 Status: Downloaded newer image for alpine:3.20 18:33:51 ---> 7aab056cecc6 18:33:51 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 18:33:51 ---> Running in a906fdc1eead 18:33:51 Removing intermediate container a906fdc1eead 18:33:51 ---> cb8b363a2bde 18:33:51 Step 3/13 : LABEL maintainer="Bruce Huang " 18:33:51 ---> Running in b1d32d8f7c92 18:33:52 Removing intermediate container b1d32d8f7c92 18:33:52 ---> 83fd7431931b 18:33:52 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 18:33:53 ---> 80ad1fc6b9b2 18:33:53 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 18:33:53 ---> 5f61d904db9c 18:33:53 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 18:33:53 ---> a3a1a5f2c042 18:33:53 Step 7/13 : WORKDIR /edgex-taf 18:33:53 ---> Running in af808169f52b 18:33:54 Removing intermediate container af808169f52b 18:33:54 ---> c5e156c0cc11 18:33:54 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:54 ---> Running in 809c79a437b3 18:33:56 Removing intermediate container 809c79a437b3 18:33:56 ---> 0a95baba79fc 18:33:56 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 18:33:56 ---> Running in 7e37eb5671b6 18:33:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:33:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:33:59 OK: 9 MiB in 14 packages 18:33:59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:34:00 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:34:02 (1/14) Installing ca-certificates (20241121-r1) 18:34:02 (2/14) Installing brotli-libs (1.1.0-r2) 18:34:02 (3/14) Installing c-ares (1.33.1-r0) 18:34:03 (4/14) Installing libunistring (1.2-r0) 18:34:03 (5/14) Installing libidn2 (2.3.7-r0) 18:34:04 (6/14) Installing nghttp2-libs (1.62.1-r0) 18:34:04 (7/14) Installing libpsl (0.21.5-r1) 18:34:04 (8/14) Installing zstd-libs (1.5.6-r0) 18:34:05 (9/14) Installing libcurl (8.12.1-r0) 18:34:06 (10/14) Installing curl (8.12.1-r0) 18:34:06 (11/14) Installing docker-cli (26.1.5-r0) 18:34:07 Removing intermediate container db12afa0af1c 18:34:07 ---> 26f4f026fb03 18:34:07 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 18:34:07 ---> Running in a785158b7ab9 18:34:07 Removing intermediate container a785158b7ab9 18:34:07 ---> e3cc74850afa 18:34:07 Step 11/13 : LABEL arch=amd64 18:34:07 ---> Running in 296b5597e648 18:34:07 Removing intermediate container 296b5597e648 18:34:07 ---> a327f71887b2 18:34:07 Step 12/13 : LABEL git_sha=714f8b7dddbffb4dafcede5e11b2169d72cb8e89 18:34:07 ---> Running in d7691ceb0bbf 18:34:07 Removing intermediate container d7691ceb0bbf 18:34:07 ---> 5b40a3436a47 18:34:07 Step 13/13 : LABEL version=0.0.0 18:34:07 ---> Running in a9fd0a91b96b 18:34:07 Removing intermediate container a9fd0a91b96b 18:34:07 ---> 9fcd555597e8 18:34:07 [Warning] One or more build-args [ARCH] were not consumed 18:34:07 Successfully built 9fcd555597e8 18:34:07 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:08 18:34:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 18:34:08 (12/14) Installing oniguruma (6.9.9-r0) 18:34:08 (13/14) Installing jq (1.7.1-r0) [Pipeline] sh 18:34:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:08 latest: Pulling from edgex-lftools-log-publisher 18:34:08 5eb5b503b376: Pulling fs layer 18:34:08 5c69ac0246d0: Pulling fs layer 18:34:08 ec43610c2a17: Pulling fs layer 18:34:08 3a2ae6a8a46f: Pulling fs layer 18:34:08 33b1e0a273af: Pulling fs layer 18:34:08 5d3b04190fa2: Pulling fs layer 18:34:08 2f39f015ded8: Pulling fs layer 18:34:08 2f39f015ded8: Waiting 18:34:08 5d3b04190fa2: Waiting 18:34:08 3a2ae6a8a46f: Waiting 18:34:08 33b1e0a273af: Waiting 18:34:08 5c69ac0246d0: Verifying Checksum 18:34:08 5c69ac0246d0: Download complete 18:34:08 3a2ae6a8a46f: Verifying Checksum 18:34:08 3a2ae6a8a46f: Download complete 18:34:08 (14/14) Installing openssl (3.3.3-r0) 18:34:08 33b1e0a273af: Verifying Checksum 18:34:08 33b1e0a273af: Download complete 18:34:08 5d3b04190fa2: Verifying Checksum 18:34:08 5d3b04190fa2: Download complete 18:34:08 ec43610c2a17: Verifying Checksum 18:34:08 ec43610c2a17: Download complete 18:34:08 5eb5b503b376: Verifying Checksum 18:34:08 5eb5b503b376: Download complete 18:34:09 Executing busybox-1.36.1-r29.trigger 18:34:09 Executing ca-certificates-20241121-r1.trigger 18:34:09 OK: 43 MiB in 28 packages 18:34:09 2f39f015ded8: Verifying Checksum 18:34:09 2f39f015ded8: Download complete 18:34:09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:34:10 5eb5b503b376: Pull complete 18:34:10 5c69ac0246d0: Pull complete 18:34:10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:34:10 ec43610c2a17: Pull complete 18:34:10 3a2ae6a8a46f: Pull complete 18:34:10 33b1e0a273af: Pull complete 18:34:10 5d3b04190fa2: Pull complete 18:34:12 (1/166) Installing libexpat (2.7.0-r0) 18:34:12 (2/166) Installing libbz2 (1.0.8-r6) 18:34:12 (3/166) Installing libpng (1.6.44-r0) 18:34:13 (4/166) Installing freetype (2.13.2-r0) 18:34:13 (5/166) Installing fontconfig (2.15.0-r1) 18:34:14 (6/166) Installing libfontenc (1.1.8-r0) 18:34:14 (7/166) Installing mkfontscale (1.2.2-r6) 18:34:14 (8/166) Installing font-opensans (0_git20210927-r1) 18:34:14 2f39f015ded8: Pull complete 18:34:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:15 prd-ubuntu20.04-docker-8c-8g-2598 does not seem to be running inside a container 18:34:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_edgex-taf-common_PR-125 -v /w/workspace/xfoundry_edgex-taf-common_PR-125:/w/workspace/xfoundry_edgex-taf-common_PR-125:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:34:15 (9/166) Installing pkgconf (2.2.0-r0) 18:34:15 (10/166) Installing libgcc (13.2.1_git20240309-r1) 18:34:16 (11/166) Installing libffi (3.4.6-r0) 18:34:16 (12/166) Installing libintl (0.22.5-r0) 18:34:16 (13/166) Installing libeconf (0.6.3-r0) 18:34:16 $ docker top d948ba2a655815fad49a72395b66e147ef5d4838d53ea19f69dc7d50dbb03a43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:34:17 ---> job-cost.sh 18:34:17 lf-activate-venv: SKIPPING 18:34:17 INFO: No Stack... 18:34:17 (14/166) Installing libblkid (2.40.1-r1) 18:34:17 INFO: Retrieving Pricing Info for: v3-standard-8 18:34:17 (15/166) Installing libmount (2.40.1-r1) 18:34:17 INFO: Archiving Costs [Pipeline] sh 18:34:18 + cat /w/workspace/xfoundry_edgex-taf-common_PR-125/archives/cost.csv 18:34:18 + cut -d, -f6 [Pipeline] lock 18:34:18 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] 18:34:18 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] did not exist. Created. 18:34:18 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [Pipeline] { 18:34:18 (16/166) Installing pcre2 (10.43-r0) [Pipeline] unstash [Pipeline] sh 18:34:18 (17/166) Installing glib (2.80.5-r0) 18:34:18 + echo total: 0.2199999988079071 [Pipeline] stash 18:34:18 Stashed 1 file(s) [Pipeline] } 18:34:18 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:34:18 $ docker stop --time=1 d948ba2a655815fad49a72395b66e147ef5d4838d53ea19f69dc7d50dbb03a43 18:34:19 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 18:34:19 (19/166) Installing xz-libs (5.6.2-r1) 18:34:19 $ docker rm -f --volumes d948ba2a655815fad49a72395b66e147ef5d4838d53ea19f69dc7d50dbb03a43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:34:20 (20/166) Installing libxml2 (2.12.10-r0) [Pipeline] // stage [Pipeline] } 18:34:20 (21/166) Installing shared-mime-info (2.4-r0) 18:34:21 (22/166) Installing hicolor-icon-theme (0.17-r2) 18:34:21 (23/166) Installing libjpeg-turbo (3.0.3-r0) 18:34:21 (24/166) Installing libsharpyuv (1.3.2-r0) 18:34:22 (25/166) Installing libwebp (1.3.2-r0) 18:34:22 (26/166) Installing tiff (4.6.0t-r0) 18:34:23 (27/166) Installing gdk-pixbuf (2.42.12-r0) 18:34:23 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 18:34:23 (29/166) Installing libxau (1.0.11-r4) 18:34:24 (30/166) Installing libmd (1.1.0-r0) 18:34:24 (31/166) Installing libbsd (0.12.2-r0) 18:34:24 (32/166) Installing libxdmcp (1.1.5-r1) 18:34:25 (33/166) Installing libxcb (1.16.1-r0) 18:34:25 (34/166) Installing libx11 (1.8.9-r1) 18:34:26 (35/166) Installing libxcomposite (0.4.6-r5) 18:34:26 (36/166) Installing libxfixes (6.0.1-r4) 18:34:26 (37/166) Installing libxrender (0.9.11-r5) 18:34:26 (38/166) Installing libxcursor (1.2.2-r1) 18:34:27 (39/166) Installing libxdamage (1.1.6-r5) 18:34:27 (40/166) Installing libxext (1.3.6-r2) 18:34:28 (41/166) Installing libxi (1.8.1-r4) 18:34:28 (42/166) Installing libxinerama (1.1.5-r4) 18:34:28 (43/166) Installing libxrandr (1.5.4-r1) 18:34:28 (44/166) Installing libatk-1.0 (2.52.0-r0) 18:34:29 (45/166) Installing libxtst (1.2.4-r6) 18:34:29 (46/166) Installing dbus-libs (1.14.10-r1) 18:34:30 (47/166) Installing at-spi2-core (2.52.0-r0) 18:34:30 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 18:34:30 (49/166) Installing pixman (0.43.2-r0) 18:34:31 (50/166) Installing cairo (1.18.0-r0) 18:34:31 (51/166) Installing cairo-gobject (1.18.0-r0) 18:34:32 (52/166) Installing avahi-libs (0.8-r17) 18:34:32 (53/166) Installing gmp (6.3.0-r1) 18:34:32 (54/166) Installing nettle (3.9.1-r0) 18:34:33 (55/166) Installing libtasn1 (4.20.0-r0) 18:34:33 (56/166) Installing p11-kit (0.25.3-r0) 18:34:34 (57/166) Installing gnutls (3.8.5-r0) 18:34:34 (58/166) Installing cups-libs (2.4.9-r1) 18:34:34 (59/166) Installing libepoxy (1.5.10-r1) 18:34:35 (60/166) Installing fribidi (1.0.15-r0) 18:34:35 (61/166) Installing graphite2 (1.3.14-r6) 18:34:35 (62/166) Installing harfbuzz (8.5.0-r0) 18:34:36 (63/166) Installing libxft (2.3.8-r3) 18:34:36 (64/166) Installing pango (1.52.2-r0) 18:34:37 (65/166) Installing wayland-libs-client (1.22.0-r4) 18:34:37 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 18:34:37 (67/166) Installing wayland-libs-egl (1.22.0-r4) 18:34:38 (68/166) Installing xkeyboard-config (2.41-r0) 18:34:38 (69/166) Installing libxkbcommon (1.7.0-r0) 18:34:39 (70/166) Installing gtk+3.0 (3.24.43-r0) 18:34:39 (71/166) Installing icu-data-full (74.2-r0) 18:34:41 (72/166) Installing mesa (24.0.9-r1) 18:34:41 (73/166) Installing llvm17-libs (17.0.6-r2) 18:34:51 (74/166) Installing hwdata-pci (0.382-r0) 18:34:51 (75/166) Installing libpciaccess (0.18.1-r0) 18:34:51 (76/166) Installing libdrm (2.4.120-r0) 18:34:52 (77/166) Installing libelf (0.191-r0) 18:34:52 (78/166) Installing mesa-glapi (24.0.9-r1) 18:34:53 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 18:34:56 (80/166) Installing eudev-libs (3.2.14-r2) 18:34:56 (81/166) Installing libmagic (5.45-r1) 18:34:57 (82/166) Installing file (5.45-r1) 18:34:57 (83/166) Installing xprop (1.2.7-r0) 18:34:57 (84/166) Installing libice (1.1.1-r6) 18:34:58 (85/166) Installing libuuid (2.40.1-r1) 18:34:58 (86/166) Installing libsm (1.2.4-r4) 18:34:58 (87/166) Installing libxt (1.3.0-r5) 18:34:58 (88/166) Installing libxmu (1.1.4-r2) 18:34:59 (89/166) Installing xset (1.2.5-r1) 18:34:59 (90/166) Installing xdg-utils (1.2.1-r0) 18:35:00 (91/166) Installing libogg (1.3.5-r5) 18:35:00 (92/166) Installing libflac (1.4.3-r1) 18:35:00 (93/166) Installing alsa-lib (1.2.11-r0) 18:35:01 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 18:35:02 (95/166) Installing aom-libs (3.9.1-r0) 18:35:02 (96/166) Installing libva (2.21.0-r0) 18:35:02 (97/166) Installing libvdpau (1.5-r3) 18:35:03 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 18:35:03 (99/166) Installing libdav1d (1.4.2-r0) 18:35:04 (100/166) Installing openexr-libiex (3.1.13-r1) 18:35:04 (101/166) Installing openexr-libilmthread (3.1.13-r1) 18:35:04 (102/166) Installing imath (3.1.12-r0) 18:35:05 (103/166) Installing openexr-libopenexr (3.1.13-r1) 18:35:06 (104/166) Installing giflib (5.2.2-r0) 18:35:06 (105/166) Installing libhwy (1.0.7-r0) 18:35:06 (106/166) Installing lcms2 (2.16-r0) 18:35:07 (107/166) Installing libjxl (0.10.2-r0) 18:35:07 (108/166) Installing lame-libs (3.100-r5) 18:35:08 (109/166) Installing opus (1.5.2-r0) 18:35:08 (110/166) Installing rav1e-libs (0.7.1-r0) 18:35:08 (111/166) Installing libgomp (13.2.1_git20240309-r1) 18:35:09 (112/166) Installing soxr (0.1.3-r7) 18:35:09 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 18:35:10 (114/166) Installing libtheora (1.1.1-r18) 18:35:10 (115/166) Installing libvorbis (1.3.7-r2) 18:35:11 (116/166) Installing libvpx (1.14.1-r0) 18:35:11 (117/166) Installing libwebpmux (1.3.2-r0) 18:35:12 (118/166) Installing x264-libs (0.164_git20231001-r0) 18:35:12 (119/166) Installing numactl (2.0.18-r0) 18:35:12 (120/166) Installing x265-libs (3.6-r0) 18:35:13 (121/166) Installing xvidcore (1.3.7-r2) 18:35:14 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 18:35:15 (123/166) Installing libbluray (1.3.4-r1) 18:35:15 (124/166) Installing mpg123-libs (1.32.8-r0) 18:35:15 (125/166) Installing libopenmpt (0.7.7-r0) 18:35:16 (126/166) Installing cjson (1.7.18-r0) 18:35:16 (127/166) Installing mbedtls (3.6.3-r0) 18:35:17 (128/166) Installing librist (0.2.10-r1) 18:35:18 (129/166) Installing libsrt (1.5.3-r0) 18:35:18 (130/166) Installing libssh (0.10.6-r0) 18:35:18 (131/166) Installing libsodium (1.0.19-r0) 18:35:19 (132/166) Installing libzmq (4.3.5-r2) 18:35:19 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 18:35:20 (134/166) Installing crc32c (1.1.2-r0) 18:35:20 (135/166) Installing double-conversion (3.3.0-r0) 18:35:20 (136/166) Installing libevent (2.1.12-r7) 18:35:21 (137/166) Installing wayland-libs-server (1.22.0-r4) 18:35:21 (138/166) Installing mesa-gbm (24.0.9-r1) 18:35:21 (139/166) Installing harfbuzz-subset (8.5.0-r0) 18:35:22 (140/166) Installing icu-libs (74.2-r0) 18:35:23 (141/166) Installing minizip (1.3.1-r0) 18:35:23 (142/166) Installing nspr (4.35-r4) 18:35:23 (143/166) Installing sqlite-libs (3.45.3-r2) 18:35:24 (144/166) Installing nss (3.105-r0) 18:35:24 (145/166) Installing openh264 (2.4.1-r0) 18:35:25 (146/166) Installing libcamera-ipa (0.3.0-r0) 18:35:26 (147/166) Installing libunwind (1.8.1-r0) 18:35:26 (148/166) Installing yaml (0.2.5-r2) 18:35:27 (149/166) Installing libcamera (0.3.0-r0) 18:35:27 (150/166) Installing speexdsp (1.2.1-r2) 18:35:27 (151/166) Installing libuv (1.48.0-r0) 18:35:28 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 18:35:28 (153/166) Installing libsndfile (1.2.2-r1) 18:35:29 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 18:35:29 (155/166) Installing pipewire-libs (1.0.6-r1) 18:35:30 (156/166) Installing libasyncns (0.8-r3) 18:35:30 (157/166) Installing libltdl (2.4.7-r3) 18:35:30 (158/166) Installing orc (0.4.40-r0) 18:35:31 (159/166) Installing tdb-libs (1.4.9-r1) 18:35:31 (160/166) Installing libpulse (17.0-r0) 18:35:32 (161/166) Installing libwebpdemux (1.3.2-r0) 18:35:32 (162/166) Installing libgpg-error (1.49-r0) 18:35:32 (163/166) Installing libgcrypt (1.10.3-r0) 18:35:33 (164/166) Installing libxslt (1.1.39-r2) 18:35:33 (165/166) Installing chromium (131.0.6778.108-r0) 18:35:40 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 18:35:40 Executing busybox-1.36.1-r29.trigger 18:35:40 Executing fontconfig-2.15.0-r1.trigger 18:35:40 Executing mkfontscale-1.2.2-r6.trigger 18:35:40 Executing glib-2.80.5-r0.trigger 18:35:40 Executing shared-mime-info-2.4-r0.trigger 18:35:43 Executing gdk-pixbuf-2.42.12-r0.trigger 18:35:43 Executing gtk-update-icon-cache-3.24.43-r0.trigger 18:35:43 Executing gtk+3.0-3.24.43-r0.trigger 18:35:43 OK: 657 MiB in 194 packages 18:35:43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:35:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:35:45 (1/30) Installing jansson (2.14-r4) 18:35:45 (2/30) Installing binutils (2.42-r1) 18:35:46 (3/30) Installing libatomic (13.2.1_git20240309-r1) 18:35:46 (4/30) Installing isl26 (0.26-r1) 18:35:47 (5/30) Installing mpfr4 (4.2.1-r0) 18:35:48 (6/30) Installing mpc1 (1.3.1-r1) 18:35:48 (7/30) Installing gcc (13.2.1_git20240309-r1) 18:35:58 (8/30) Installing musl-dev (1.2.5-r1) 18:35:58 (9/30) Installing linux-headers (6.6-r0) 18:35:58 (10/30) Installing libffi-dev (3.4.6-r0) 18:35:59 (11/30) Installing libpq (16.9-r0) 18:35:59 (12/30) Installing openssl-dev (3.3.3-r0) 18:36:00 (13/30) Installing libpq-dev (16.9-r0) 18:36:00 (14/30) Installing libecpg (16.9-r0) 18:36:00 (15/30) Installing libecpg-dev (16.9-r0) 18:36:01 (16/30) Installing clang16-headers (16.0.6-r5) 18:36:02 (17/30) Installing llvm16-libs (16.0.6-r9) 18:36:05 (18/30) Installing clang16-libs (16.0.6-r5) 18:36:09 (19/30) Installing fortify-headers (1.1-r3) 18:36:09 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 18:36:10 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 18:36:10 (22/30) Installing clang16 (16.0.6-r5) 18:36:11 (23/30) Installing icu (74.2-r0) 18:36:11 (24/30) Installing icu-dev (74.2-r0) 18:36:12 (25/30) Installing llvm16 (16.0.6-r9) 18:36:15 (26/30) Installing lz4-libs (1.9.4-r5) 18:36:16 (27/30) Installing lz4-dev (1.9.4-r5) 18:36:16 (28/30) Installing zstd (1.5.6-r0) 18:36:16 (29/30) Installing zstd-dev (1.5.6-r0) 18:36:17 (30/30) Installing postgresql16-dev (16.9-r0) 18:36:18 Executing busybox-1.36.1-r29.trigger 18:36:18 OK: 1184 MiB in 224 packages 18:36:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:36:19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:36:21 (1/14) Installing g++ (13.2.1_git20240309-r1) 18:36:24 (2/14) Installing gdbm (1.23-r1) 18:36:24 (3/14) Installing mpdecimal (4.0.0-r0) 18:36:24 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 18:36:25 (5/14) Installing libncursesw (6.4_p20240420-r2) 18:36:25 (6/14) Installing libpanelw (6.4_p20240420-r2) 18:36:25 (7/14) Installing readline (8.2.10-r0) 18:36:26 (8/14) Installing python3 (3.12.10-r1) 18:36:28 (9/14) Installing python3-pycache-pyc0 (3.12.10-r1) 18:36:28 (10/14) Installing pyc (3.12.10-r1) 18:36:29 (11/14) Installing python3-pyc (3.12.10-r1) 18:36:29 (12/14) Installing python3-dev (3.12.10-r1) 18:36:39 (13/14) Installing libsodium-dev (1.0.19-r0) 18:36:39 (14/14) Installing zeromq-dev (4.3.5-r2) 18:36:39 Executing busybox-1.36.1-r29.trigger 18:36:39 OK: 1370 MiB in 238 packages 18:36:39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:36:39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:36:41 OK: 1370 MiB in 238 packages 18:36:41 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:36:42 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:36:44 (1/1) Installing tzdata (2025b-r0) 18:36:44 OK: 1372 MiB in 239 packages 18:36:46 (1/1) Purging tzdata (2025b-r0) 18:36:46 OK: 1370 MiB in 238 packages 18:36:59 Looking in links: /tmp/tmpnsvrrp26 18:36:59 Processing /tmp/tmpnsvrrp26/pip-25.0.1-py3-none-any.whl 18:36:59 Installing collected packages: pip 18:37:04 Successfully installed pip-25.0.1 18:37:04 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. 18:37:07 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 18:37:07 Collecting pip 18:37:07 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 18:37:09 Collecting setuptools 18:37:09 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 18:37:09 Collecting wheel 18:37:09 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 18:37:09 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 18:37:09 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 51.7 MB/s eta 0:00:00 18:37:09 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 18:37:09 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.2 MB/s eta 0:00:00 18:37:09 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 18:37:09 Installing collected packages: wheel, setuptools, pip 18:37:16 Attempting uninstall: pip 18:37:16 Found existing installation: pip 25.0.1 18:37:16 Uninstalling pip-25.0.1: 18:37:16 Successfully uninstalled pip-25.0.1 18:37:24 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 18:37:24 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. 18:37:27 Processing ./edgex-taf-common 18:37:27 Preparing metadata (setup.py): started 18:37:28 Preparing metadata (setup.py): finished with status 'done' 18:37:28 Building wheels for collected packages: edgex-taf-common 18:37:28  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 18:37:28  Building wheel for edgex-taf-common (setup.py): started 18:37:29 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 18:37:29 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15392 sha256=34eeb137867b901e0695f08d5596dfa0ffcd6c5f617ca87dc343b689115411ba 18:37:29 Stored in directory: /tmp/pip-ephem-wheel-cache-h3grbvtc/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 18:37:29 Successfully built edgex-taf-common 18:37:29 Installing collected packages: edgex-taf-common 18:37:30 Successfully installed edgex-taf-common-0.0.0 18:37:30 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. 18:37:34 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 18:37:34 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 18:37:34 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 18:37:34 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 18:37:34 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 18:37:34 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 18:37:34 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 18:37:34 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 18:37:34 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 18:37:34 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 18:37:34 Preparing metadata (setup.py): started 18:37:35 Preparing metadata (setup.py): finished with status 'done' 18:37:35 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 18:37:35 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 18:37:35 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 18:37:35 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 18:37:35 Collecting requests==2.32.3 (from -r requirements.txt (line 8)) 18:37:35 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 18:37:35 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 18:37:35 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 18:37:36 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 18:37:36 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 18:37:38 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 18:37:38 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 18:37:39 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 18:37:39 Downloading psutil-7.0.0.tar.gz (497 kB) 18:37:39 Installing build dependencies: started 18:37:45 Installing build dependencies: finished with status 'done' 18:37:45 Getting requirements to build wheel: started 18:37:48 Getting requirements to build wheel: finished with status 'done' 18:37:48 Preparing metadata (pyproject.toml): started 18:37:50 Preparing metadata (pyproject.toml): finished with status 'done' 18:37:53 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 18:37:53 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) 18:37:53 Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) 18:37:53 Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) 18:37:53 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 18:37:53 Downloading psycopg2-2.9.10.tar.gz (385 kB) 18:37:54 Preparing metadata (setup.py): started 18:37:56 Preparing metadata (setup.py): finished with status 'done' 18:37:56 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) 18:37:56 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 18:37:58 Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) 18:37:58 Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) 18:37:58 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:37:58 Downloading selenium-4.33.0-py3-none-any.whl.metadata (7.5 kB) 18:37:58 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:37:59 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 18:37:59 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:37:59 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 18:37:59 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:37:59 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 18:37:59 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:37:59 Downloading flex-6.14.1.tar.gz (40 kB) 18:37:59 Preparing metadata (setup.py): started 18:38:01 Preparing metadata (setup.py): finished with status 'done' 18:38:01 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:01 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 18:38:01 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:01 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 18:38:01 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:01 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 18:38:01 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:01 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 18:38:01 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:01 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 18:38:02 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:02 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 18:38:02 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:02 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 18:38:03 Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) 18:38:03 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) 18:38:03 Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) 18:38:03 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 18:38:03 Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) 18:38:03 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 18:38:03 Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) 18:38:03 Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) 18:38:03 Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 18:38:03 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 18:38:04 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 18:38:04 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 18:38:04 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) 18:38:04 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) 18:38:04 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 18:38:04 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) 18:38:04 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) 18:38:04 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:38:04 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 18:38:05 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:38:05 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 18:38:05 Collecting websocket-client~=1.8.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:38:05 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 18:38:05 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:38:05 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 18:38:06 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:38:06 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 18:38:06 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:38:06 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 18:38:06 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:38:06 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 18:38:06 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 18:38:06 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 18:38:06 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)) 18:38:06 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 18:38:06 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)) 18:38:06 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 18:38:07 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:07 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) 18:38:07 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:07 Downloading validate_email-1.3.tar.gz (4.7 kB) 18:38:07 Preparing metadata (setup.py): started 18:38:08 Preparing metadata (setup.py): finished with status 'done' 18:38:08 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:08 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 18:38:08 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:08 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 18:38:08 Preparing metadata (setup.py): started 18:38:10 Preparing metadata (setup.py): finished with status 'done' 18:38:10 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:10 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 18:38:10 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:10 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 18:38:10 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:10 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 18:38:10 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:10 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 18:38:14 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:14 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 18:38:14 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:14 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 18:38:14 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:14 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 18:38:14 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:14 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 18:38:14 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:14 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 18:38:14 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:14 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) 18:38:14 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:14 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 18:38:15 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:15 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 18:38:15 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)) 18:38:15 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 18:38:15 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:15 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 18:38:16 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)) 18:38:16 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 18:38:16 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 18:38:16 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) 18:38:17 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 18:38:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 52.6 MB/s eta 0:00:00 18:38:17 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 18:38:17 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 18:38:17 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 18:38:17 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 18:38:17 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 18:38:17 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 18:38:17 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 18:38:17 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 18:38:17 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 18:38:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 48.5 MB/s eta 0:00:00 18:38:17 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 18:38:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.7 MB/s eta 0:00:00 18:38:17 Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) 18:38:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 49.9 MB/s eta 0:00:00 18:38:17 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 18:38:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 33.5 MB/s eta 0:00:00 18:38:17 Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) 18:38:17 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) 18:38:17 Downloading idna-3.10-py3-none-any.whl (70 kB) 18:38:17 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 18:38:17 Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) 18:38:17 Downloading click-8.2.1-py3-none-any.whl (102 kB) 18:38:17 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 18:38:17 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 18:38:17 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) 18:38:17 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 18:38:17 Downloading selenium-4.33.0-py3-none-any.whl (9.4 MB) 18:38:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 49.3 MB/s eta 0:00:00 18:38:18 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 18:38:18 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 18:38:18 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 18:38:18 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 18:38:18 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 18:38:18 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 18:38:18 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 18:38:18 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 18:38:18 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 18:38:18 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 18:38:18 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 18:38:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 53.7 MB/s eta 0:00:00 18:38:18 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 18:38:18 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) 18:38:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 54.7 MB/s eta 0:00:00 18:38:18 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 18:38:18 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 18:38:18 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 18:38:18 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 18:38:18 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 18:38:18 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 18:38:18 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl (567 kB) 18:38:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 567.2/567.2 kB 51.3 MB/s eta 0:00:00 18:38:18 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 18:38:18 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 18:38:18 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 18:38:18 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) 18:38:18 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 18:38:18 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 18:38:18 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 18:38:18 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) 18:38:18 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 18:38:18 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 18:38:18 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 18:38:18 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 18:38:18 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 18:38:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 48.9 MB/s eta 0:00:00 18:38:18 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 18:38:18 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 18:38:18 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 18:38:18 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 18:38:19 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 18:38:19  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 18:38:19  Building wheel for robotbackgroundlogger (setup.py): started 18:38:21 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 18:38:21 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=2a1c92d87fb272f67f4556a5486fddcb19f7216bbfff1ba3e6eccbd304da5231 18:38:21 Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 18:38:21 Building wheel for psutil (pyproject.toml): started 18:38:33 Building wheel for psutil (pyproject.toml): finished with status 'done' 18:38:33 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278201 sha256=b66d054598121f8b976074cb215543624574616041529c431f98ce7ebe8bad2d 18:38:33 Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 18:38:33  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 18:38:33  Building wheel for psycopg2 (setup.py): started 18:39:41 Building wheel for psycopg2 (setup.py): still running... 18:39:41 Building wheel for psycopg2 (setup.py): finished with status 'done' 18:39:41 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512673 sha256=e77ee4e8f22b1564172b93fdb201d0c95b8e14877219b98d8ef2172dc2150eac 18:39:41 Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 18:39:41  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 18:39:41  Building wheel for flex (setup.py): started 18:39:41 Building wheel for flex (setup.py): finished with status 'done' 18:39:41 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=76b6d12014c0a2c952fafa20b6d47a0515db53c819e40e34fa6eb5ae159b8a0d 18:39:41 Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 18:39:41  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 18:39:41  Building wheel for strict-rfc3339 (setup.py): started 18:39:41 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 18:39:41 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=ef8b8d0cb4b2f03c3bdea8e0413836f8ea533696d4781bbaa92d4816a0c5cc56 18:39:41 Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 18:39:41  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 18:39:41  Building wheel for validate-email (setup.py): started 18:39:42 Building wheel for validate-email (setup.py): finished with status 'done' 18:39:42 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=d917d4ff6a25fdd30e84e46e60128dbccd275db5a8a1e9b33d6e893efb22ac2e 18:39:42 Stored in directory: /tmp/pip-ephem-wheel-cache-e1e_gp4t/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 18:39:42 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 18:39:43 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 18:40:51 18:40:51 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.2.1 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.23.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.25.1 selenium-4.33.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 18:40:51 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. 18:41:47 Removing intermediate container 7e37eb5671b6 18:41:47 ---> caf341777cbb 18:41:47 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 18:41:47 ---> Running in f1740a47e9d8 18:41:47 Removing intermediate container f1740a47e9d8 18:41:47 ---> ed45caec6722 18:41:47 Step 11/13 : LABEL arch=arm64 18:41:47 ---> Running in f14d8974d13f 18:41:47 Removing intermediate container f14d8974d13f 18:41:47 ---> de52af67417c 18:41:47 Step 12/13 : LABEL git_sha=714f8b7dddbffb4dafcede5e11b2169d72cb8e89 18:41:47 ---> Running in 3ff360f1b285 18:41:47 Removing intermediate container 3ff360f1b285 18:41:47 ---> 328e9465d48d 18:41:47 Step 13/13 : LABEL version=0.0.0 18:41:47 ---> Running in 9320111eb56e 18:41:47 Removing intermediate container 9320111eb56e 18:41:47 ---> 8570d6da8243 18:41:47 [Warning] One or more build-args [ARCH] were not consumed 18:41:47 Successfully built 8570d6da8243 18:41:47 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 18:41:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:41:48 18:41:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:41:49 arm64: Pulling from edgex-lftools-log-publisher 18:41:49 8998bd30e6a1: Pulling fs layer 18:41:49 04944245beec: Pulling fs layer 18:41:49 699f458cf7ca: Pulling fs layer 18:41:49 765212b225bb: Pulling fs layer 18:41:49 f23df028b6ca: Pulling fs layer 18:41:49 d65c8cfc05b1: Pulling fs layer 18:41:49 2437ff75d9bd: Pulling fs layer 18:41:49 765212b225bb: Waiting 18:41:49 d65c8cfc05b1: Waiting 18:41:49 2437ff75d9bd: Waiting 18:41:49 f23df028b6ca: Waiting 18:41:49 04944245beec: Verifying Checksum 18:41:49 04944245beec: Download complete 18:41:49 765212b225bb: Download complete 18:41:49 f23df028b6ca: Verifying Checksum 18:41:49 f23df028b6ca: Download complete 18:41:49 d65c8cfc05b1: Verifying Checksum 18:41:49 d65c8cfc05b1: Download complete 18:41:49 699f458cf7ca: Verifying Checksum 18:41:49 699f458cf7ca: Download complete 18:41:50 8998bd30e6a1: Verifying Checksum 18:41:50 8998bd30e6a1: Download complete 18:41:52 2437ff75d9bd: Verifying Checksum 18:41:52 2437ff75d9bd: Download complete 18:41:54 8998bd30e6a1: Pull complete 18:41:55 04944245beec: Pull complete 18:41:57 699f458cf7ca: Pull complete 18:41:57 765212b225bb: Pull complete 18:41:58 f23df028b6ca: Pull complete 18:41:58 d65c8cfc05b1: Pull complete 18:42:16 2437ff75d9bd: Pull complete 18:42:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:42:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:42:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:42:16 prd-ubuntu20.04-docker-arm64-4c-16g-2601 does not seem to be running inside a container 18:42:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_edgex-taf-common_PR-125 -v /w/workspace/xfoundry_edgex-taf-common_PR-125:/w/workspace/xfoundry_edgex-taf-common_PR-125:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:42:19 $ docker top 925bb1c68c326de7c26eb86acb25ffe5b985ea93e4d4677b99efb83b6c8ef260 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:42:20 ---> job-cost.sh 18:42:20 lf-activate-venv: SKIPPING 18:42:20 INFO: No Stack... 18:42:20 INFO: Retrieving Pricing Info for: v3-standard-4 18:42:21 INFO: Archiving Costs [Pipeline] sh 18:42:22 + cat /w/workspace/xfoundry_edgex-taf-common_PR-125/archives/cost.csv 18:42:22 + cut -d, -f6 [Pipeline] lock 18:42:22 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] 18:42:22 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] did not exist. Created. 18:42:22 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:42:22 /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/durable-6293a5da/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:42:23 + echo total: 0.10999999940395355 [Pipeline] stash 18:42:23 Warning: overwriting stash ‘stack-cost’ 18:42:24 Stashed 1 file(s) [Pipeline] } 18:42:24 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-125-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:42:24 $ docker stop --time=1 925bb1c68c326de7c26eb86acb25ffe5b985ea93e4d4677b99efb83b6c8ef260 18:42:25 $ docker rm -f --volumes 925bb1c68c326de7c26eb86acb25ffe5b985ea93e4d4677b99efb83b6c8ef260 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:42:27 + [ -d /w/workspace/xfoundry_edgex-taf-common_PR-125/archives ] 18:42:27 + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-125/archives 18:42:27 total 16 18:42:27 drwxr-xr-x 3 root root 4096 Jun 1 18:34 . 18:42:27 drwxrwxr-x 7 jenkins jenkins 4096 Jun 1 18:34 .. 18:42:27 drwxr-xr-x 2 root root 4096 Jun 1 18:34 cost 18:42:27 -rw-r--r-- 1 root root 88 Jun 1 18:34 cost.csv 18:42:27 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_edgex-taf-common_PR-125/archives 18:42:27 + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-125/archives 18:42:27 total 16 18:42:27 drwxr-xr-x 3 jenkins jenkins 4096 Jun 1 18:34 . 18:42:27 drwxrwxr-x 7 jenkins jenkins 4096 Jun 1 18:34 .. 18:42:27 drwxr-xr-x 2 jenkins jenkins 4096 Jun 1 18:34 cost 18:42:27 -rw-r--r-- 1 jenkins jenkins 88 Jun 1 18:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:42:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:42:28 ---> package-listing.sh 18:42:28 ++ facter osfamily 18:42:28 ++ tr '[:upper:]' '[:lower:]' 18:42:28 + OS_FAMILY=debian 18:42:28 + workspace=/w/workspace/xfoundry_edgex-taf-common_PR-125 18:42:28 + START_PACKAGES=/tmp/packages_start.txt 18:42:28 + END_PACKAGES=/tmp/packages_end.txt 18:42:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:42:28 + PACKAGES=/tmp/packages_start.txt 18:42:28 + '[' /w/workspace/xfoundry_edgex-taf-common_PR-125 ']' 18:42:28 + PACKAGES=/tmp/packages_end.txt 18:42:28 + case "${OS_FAMILY}" in 18:42:28 + dpkg -l 18:42:28 + grep '^ii' 18:42:28 + '[' -f /tmp/packages_start.txt ']' 18:42:28 + '[' -f /tmp/packages_end.txt ']' 18:42:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:42:28 + '[' /w/workspace/xfoundry_edgex-taf-common_PR-125 ']' 18:42:28 + mkdir -p /w/workspace/xfoundry_edgex-taf-common_PR-125/archives/ 18:42:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_edgex-taf-common_PR-125/archives/ [Pipeline] echo 18:42:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_edgex-taf-common_PR-125/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:42:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:42:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:42:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:42:29 prd-ubuntu20.04-docker-8c-8g-2598 does not seem to be running inside a container 18:42:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_edgex-taf-common_PR-125/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_edgex-taf-common_PR-125 -v /w/workspace/xfoundry_edgex-taf-common_PR-125:/w/workspace/xfoundry_edgex-taf-common_PR-125:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:42:30 $ docker top 2679b92cec313d33f8d82b200cf84909ed7d836bfd1f215d9fa420ffecfff877 -eo pid,comm [Pipeline] { [Pipeline] sh 18:42:30 + touch /tmp/pre-build-complete [Pipeline] sh 18:42:30 + mkdir -p /var/log/sysstat [Pipeline] sh 18:42:31 + ls /var/log/sa-host 18:42:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:42:31 provisioning config files... 18:42:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-125@tmp/config4784631712594750410tmp [Pipeline] { [Pipeline] echo 18:42:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:42:31 ---> create-netrc.sh [Pipeline] } 18:42:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:42:32 ---> python-tools-install.sh [Pipeline] echo 18:42:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:42:33 ---> sudo-logs.sh 18:42:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:42:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:42:33 ---> job-cost.sh 18:42:33 lf-activate-venv: SKIPPING 18:42:33 DEBUG: total: 0.2199999988079071 18:42:33 INFO: Retrieving Stack Cost... 18:42:34 INFO: Retrieving Pricing Info for: v3-standard-8 18:42:34 INFO: Archiving Costs [Pipeline] echo 18:42:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:42:35 ---> logs-deploy.sh 18:42:35 lf-activate-venv: SKIPPING 18:42:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-125/1 18:42:35 INFO: archiving workspace using pattern(s): 18:42:36 Archives upload complete. 18:42:36 INFO: archiving logs to Nexus 18:42:36 ---> uname -a: 18:42:36 Linux prd-ubuntu20-04-docker-8c-8g-2598 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:42:36 18:42:36 18:42:36 ---> lscpu: 18:42:36 Architecture: x86_64 18:42:36 CPU op-mode(s): 32-bit, 64-bit 18:42:36 Byte Order: Little Endian 18:42:36 Address sizes: 40 bits physical, 48 bits virtual 18:42:36 CPU(s): 8 18:42:36 On-line CPU(s) list: 0-7 18:42:36 Thread(s) per core: 1 18:42:36 Core(s) per socket: 1 18:42:36 Socket(s): 8 18:42:36 NUMA node(s): 1 18:42:36 Vendor ID: AuthenticAMD 18:42:36 CPU family: 23 18:42:36 Model: 49 18:42:36 Model name: AMD EPYC-Rome Processor 18:42:36 Stepping: 0 18:42:36 CPU MHz: 2800.000 18:42:36 BogoMIPS: 5600.00 18:42:36 Virtualization: AMD-V 18:42:36 Hypervisor vendor: KVM 18:42:36 Virtualization type: full 18:42:36 L1d cache: 256 KiB 18:42:36 L1i cache: 256 KiB 18:42:36 L2 cache: 4 MiB 18:42:36 L3 cache: 128 MiB 18:42:36 NUMA node0 CPU(s): 0-7 18:42:36 Vulnerability Itlb multihit: Not affected 18:42:36 Vulnerability L1tf: Not affected 18:42:36 Vulnerability Mds: Not affected 18:42:36 Vulnerability Meltdown: Not affected 18:42:36 Vulnerability Mmio stale data: Not affected 18:42:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:42:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:42:36 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:42:36 Vulnerability Srbds: Not affected 18:42:36 Vulnerability Tsx async abort: Not affected 18:42:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:42:36 18:42:36 18:42:36 ---> nproc: 18:42:36 8 18:42:36 18:42:36